|
1625 | 1625 | "AccessEndpoints":{ |
1626 | 1626 | "shape":"AccessEndpointList", |
1627 | 1627 | "documentation":"<p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.</p>" |
| 1628 | + }, |
| 1629 | + "DisableIMDSV1":{ |
| 1630 | + "shape":"BooleanObject", |
| 1631 | + "documentation":"<p>Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the app block builder.</p>" |
1628 | 1632 | } |
1629 | 1633 | }, |
1630 | 1634 | "documentation":"<p>Describes an app block builder.</p>" |
|
2269 | 2273 | "AccessEndpoints":{ |
2270 | 2274 | "shape":"AccessEndpointList", |
2271 | 2275 | "documentation":"<p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.</p>" |
| 2276 | + }, |
| 2277 | + "DisableIMDSV1":{ |
| 2278 | + "shape":"BooleanObject", |
| 2279 | + "documentation":"<p>Set to true to disable Instance Metadata Service Version 1 (IMDSv1) and enforce IMDSv2. Set to false to enable both IMDSv1 and IMDSv2.</p>" |
2272 | 2280 | } |
2273 | 2281 | } |
2274 | 2282 | }, |
|
2629 | 2637 | "RootVolumeConfig":{ |
2630 | 2638 | "shape":"VolumeConfig", |
2631 | 2639 | "documentation":"<p>The configuration for the root volume of fleet instances. Use this to customize storage capacity from 200 GB up to 500 GB based on your application requirements.</p>" |
| 2640 | + }, |
| 2641 | + "DisableIMDSV1":{ |
| 2642 | + "shape":"BooleanObject", |
| 2643 | + "documentation":"<p>Set to true to disable Instance Metadata Service Version 1 (IMDSv1) and enforce IMDSv2. Set to false to enable both IMDSv1 and IMDSv2.</p> <note> <p>Before disabling IMDSv1, ensure your WorkSpaces Applications images are running the agent version or managed image update released on or after January 16, 2024 to support IMDSv2 enforcement.</p> </note>" |
2632 | 2644 | } |
2633 | 2645 | } |
2634 | 2646 | }, |
|
2711 | 2723 | "SoftwaresToUninstall":{ |
2712 | 2724 | "shape":"StringList", |
2713 | 2725 | "documentation":"<p>The list of license included applications to uninstall from the image builder during creation.</p> <p>Possible values include the following:</p> <ul> <li> <p>Microsoft_Office_2021_LTSC_Professional_Plus_32Bit</p> </li> <li> <p>Microsoft_Office_2021_LTSC_Professional_Plus_64Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Professional_Plus_32Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Professional_Plus_64Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Professional_32Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Professional_64Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Professional_32Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Professional_64Bit</p> </li> <li> <p>Microsoft_Project_2021_Professional_32Bit</p> </li> <li> <p>Microsoft_Project_2021_Professional_64Bit</p> </li> <li> <p>Microsoft_Project_2024_Professional_32Bit</p> </li> <li> <p>Microsoft_Project_2024_Professional_64Bit</p> </li> <li> <p>Microsoft_Office_2021_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Office_2021_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Project_2021_Standard_32Bit</p> </li> <li> <p>Microsoft_Project_2021_Standard_64Bit</p> </li> <li> <p>Microsoft_Project_2024_Standard_32Bit</p> </li> <li> <p>Microsoft_Project_2024_Standard_64Bit</p> </li> </ul>" |
| 2726 | + }, |
| 2727 | + "DisableIMDSV1":{ |
| 2728 | + "shape":"BooleanObject", |
| 2729 | + "documentation":"<p>Set to true to disable Instance Metadata Service Version 1 (IMDSv1) and enforce IMDSv2. Set to false to enable both IMDSv1 and IMDSv2.</p> <note> <p>Before disabling IMDSv1, ensure your WorkSpaces Applications images are running the agent version or managed image update released on or after January 16, 2024 to support IMDSv2 enforcement.</p> </note>" |
2714 | 2730 | } |
2715 | 2731 | } |
2716 | 2732 | }, |
|
4477 | 4493 | "RootVolumeConfig":{ |
4478 | 4494 | "shape":"VolumeConfig", |
4479 | 4495 | "documentation":"<p>The current configuration of the root volume for fleet instances, including the storage size in GB.</p>" |
| 4496 | + }, |
| 4497 | + "DisableIMDSV1":{ |
| 4498 | + "shape":"BooleanObject", |
| 4499 | + "documentation":"<p>Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the fleet.</p>" |
4480 | 4500 | } |
4481 | 4501 | }, |
4482 | 4502 | "documentation":"<p>Describes a fleet.</p>" |
|
4773 | 4793 | "LatestAppstreamAgentVersion":{ |
4774 | 4794 | "shape":"LatestAppstreamAgentVersion", |
4775 | 4795 | "documentation":"<p>Indicates whether the image builder is using the latest WorkSpaces Applications agent version or not.</p>" |
| 4796 | + }, |
| 4797 | + "DisableIMDSV1":{ |
| 4798 | + "shape":"BooleanObject", |
| 4799 | + "documentation":"<p>Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the image builder.</p>" |
4776 | 4800 | } |
4777 | 4801 | }, |
4778 | 4802 | "documentation":"<p>Describes a virtual machine that is used to create an image. </p>" |
|
6041 | 6065 | "AttributesToDelete":{ |
6042 | 6066 | "shape":"AppBlockBuilderAttributes", |
6043 | 6067 | "documentation":"<p>The attributes to delete from the app block builder.</p>" |
| 6068 | + }, |
| 6069 | + "DisableIMDSV1":{ |
| 6070 | + "shape":"BooleanObject", |
| 6071 | + "documentation":"<p>Set to true to disable Instance Metadata Service Version 1 (IMDSv1) and enforce IMDSv2. Set to false to enable both IMDSv1 and IMDSv2.</p>" |
6044 | 6072 | } |
6045 | 6073 | } |
6046 | 6074 | }, |
|
6262 | 6290 | "RootVolumeConfig":{ |
6263 | 6291 | "shape":"VolumeConfig", |
6264 | 6292 | "documentation":"<p>The updated configuration for the root volume of fleet instances. Note that volume size cannot be decreased below the image volume size.</p>" |
| 6293 | + }, |
| 6294 | + "DisableIMDSV1":{ |
| 6295 | + "shape":"BooleanObject", |
| 6296 | + "documentation":"<p>Set to true to disable Instance Metadata Service Version 1 (IMDSv1) and enforce IMDSv2. Set to false to enable both IMDSv1 and IMDSv2.</p> <note> <p>Before disabling IMDSv1, ensure your WorkSpaces Applications images are running the agent version or managed image update released on or after January 16, 2024 to support IMDSv2 enforcement.</p> </note>" |
6265 | 6297 | } |
6266 | 6298 | } |
6267 | 6299 | }, |
|
0 commit comments