Skip to content

Commit 2f26e0f

Browse files
Release Model Changes:
d17aefa5-b381-46c3-891d-a8070714ce07 18bf3654-a295-4cd7-a64c-fdacf8727f1a b49e11e7-03e1-41ba-974c-20a2c361ec03 64e34420-131b-4046-824c-b299854272fa 5ecef72e-e453-4a2f-a257-45bcbfa2166a d88d8c03-cc17-4174-904f-57524b841944
1 parent 32a6001 commit 2f26e0f

File tree

7 files changed

+3656
-1404
lines changed

7 files changed

+3656
-1404
lines changed

gradle.properties

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.175
1+
model.all.version=1.0.176
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -22,7 +22,7 @@ model.application-insights.version=1.0.2
2222
model.application-signals.version=1.0.5
2323
model.applicationcostprofiler.version=1.0.2
2424
model.apprunner.version=1.0.3
25-
model.appstream.version=1.0.7
25+
model.appstream.version=1.0.8
2626
model.appsync.version=1.0.4
2727
model.arc-zonal-shift.version=1.0.3
2828
model.artifact.version=1.0.3
@@ -128,7 +128,7 @@ model.ec2.version=1.0.68
128128
model.ec2-instance-connect.version=1.0.2
129129
model.ecr.version=1.0.10
130130
model.ecr-public.version=1.0.2
131-
model.ecs.version=1.0.19
131+
model.ecs.version=1.0.20
132132
model.efs.version=1.0.3
133133
model.eks.version=1.0.15
134134
model.eks-auth.version=1.0.1
@@ -323,7 +323,7 @@ model.sagemaker-edge.version=1.0.2
323323
model.sagemaker-featurestore-runtime.version=1.0.2
324324
model.sagemaker-geospatial.version=1.0.2
325325
model.sagemaker-metrics.version=1.0.2
326-
model.sagemaker-runtime.version=1.0.2
326+
model.sagemaker-runtime.version=1.0.3
327327
model.savingsplans.version=1.0.4
328328
model.scheduler.version=1.0.2
329329
model.schemas.version=1.0.2
@@ -347,7 +347,7 @@ model.snowball.version=1.0.2
347347
model.sns.version=1.0.3
348348
model.socialmessaging.version=1.0.4
349349
model.sqs.version=1.0.5
350-
model.ssm.version=1.0.6
350+
model.ssm.version=1.0.7
351351
model.ssm-contacts.version=1.0.2
352352
model.ssm-guiconnect.version=1.0.2
353353
model.ssm-incidents.version=1.0.2
@@ -373,7 +373,7 @@ model.transcribe.version=1.0.7
373373
model.transcribe-streaming.version=1.0.6
374374
model.transfer.version=1.0.7
375375
model.translate.version=1.0.2
376-
model.trustedadvisor.version=1.0.2
376+
model.trustedadvisor.version=1.0.3
377377
model.verifiedpermissions.version=1.0.6
378378
model.voice-id.version=1.0.2
379379
model.vpc-lattice.version=1.0.4
@@ -414,4 +414,5 @@ model.partnercentral-account.version=1.0.1
414414
model.partnercentral-benefits.version=1.0.0
415415
model.route53globalresolver.version=1.0.0
416416
model.nova-act.version=1.0.0
417-
model.wickr.version=1.0.0
417+
model.wickr.version=1.0.0
418+
model.signer-data.version=1.0.0

models/appstream/service/2016-12-01/appstream-2016-12-01.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,12 @@
418418
"traits": {
419419
"smithy.api#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>"
420420
}
421+
},
422+
"DisableIMDSV1": {
423+
"target": "com.amazonaws.appstream#BooleanObject",
424+
"traits": {
425+
"smithy.api#documentation": "<p>Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the app block builder.</p>"
426+
}
421427
}
422428
},
423429
"traits": {
@@ -1764,6 +1770,12 @@
17641770
"traits": {
17651771
"smithy.api#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>"
17661772
}
1773+
},
1774+
"DisableIMDSV1": {
1775+
"target": "com.amazonaws.appstream#BooleanObject",
1776+
"traits": {
1777+
"smithy.api#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>"
1778+
}
17671779
}
17681780
},
17691781
"traits": {
@@ -2495,6 +2507,12 @@
24952507
"traits": {
24962508
"smithy.api#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>"
24972509
}
2510+
},
2511+
"DisableIMDSV1": {
2512+
"target": "com.amazonaws.appstream#BooleanObject",
2513+
"traits": {
2514+
"smithy.api#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>\n <note>\n <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>\n </note>"
2515+
}
24982516
}
24992517
},
25002518
"traits": {
@@ -2664,6 +2682,12 @@
26642682
"traits": {
26652683
"smithy.api#documentation": "<p>The list of license included applications to uninstall from the image builder during creation.</p>\n <p>Possible values include the following:</p>\n <ul>\n <li>\n <p>Microsoft_Office_2021_LTSC_Professional_Plus_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2021_LTSC_Professional_Plus_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2024_LTSC_Professional_Plus_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2024_LTSC_Professional_Plus_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2021_LTSC_Professional_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2021_LTSC_Professional_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2024_LTSC_Professional_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2024_LTSC_Professional_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2021_Professional_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2021_Professional_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2024_Professional_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2024_Professional_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2021_LTSC_Standard_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2021_LTSC_Standard_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2024_LTSC_Standard_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Office_2024_LTSC_Standard_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2021_LTSC_Standard_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2021_LTSC_Standard_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2024_LTSC_Standard_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Visio_2024_LTSC_Standard_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2021_Standard_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2021_Standard_64Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2024_Standard_32Bit</p>\n </li>\n <li>\n <p>Microsoft_Project_2024_Standard_64Bit</p>\n </li>\n </ul>"
26662684
}
2685+
},
2686+
"DisableIMDSV1": {
2687+
"target": "com.amazonaws.appstream#BooleanObject",
2688+
"traits": {
2689+
"smithy.api#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>\n <note>\n <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>\n </note>"
2690+
}
26672691
}
26682692
},
26692693
"traits": {
@@ -6579,6 +6603,12 @@
65796603
"traits": {
65806604
"smithy.api#documentation": "<p>The current configuration of the root volume for fleet instances, including the storage size in GB.</p>"
65816605
}
6606+
},
6607+
"DisableIMDSV1": {
6608+
"target": "com.amazonaws.appstream#BooleanObject",
6609+
"traits": {
6610+
"smithy.api#documentation": "<p>Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the fleet.</p>"
6611+
}
65826612
}
65836613
},
65846614
"traits": {
@@ -7245,6 +7275,12 @@
72457275
"traits": {
72467276
"smithy.api#documentation": "<p>Indicates whether the image builder is using the latest WorkSpaces Applications agent version or not.</p>"
72477277
}
7278+
},
7279+
"DisableIMDSV1": {
7280+
"target": "com.amazonaws.appstream#BooleanObject",
7281+
"traits": {
7282+
"smithy.api#documentation": "<p>Indicates whether Instance Metadata Service Version 1 (IMDSv1) is disabled for the image builder.</p>"
7283+
}
72487284
}
72497285
},
72507286
"traits": {
@@ -11026,6 +11062,12 @@
1102611062
"traits": {
1102711063
"smithy.api#documentation": "<p>The attributes to delete from the app block builder.</p>"
1102811064
}
11065+
},
11066+
"DisableIMDSV1": {
11067+
"target": "com.amazonaws.appstream#BooleanObject",
11068+
"traits": {
11069+
"smithy.api#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>"
11070+
}
1102911071
}
1103011072
},
1103111073
"traits": {
@@ -11491,6 +11533,12 @@
1149111533
"traits": {
1149211534
"smithy.api#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>"
1149311535
}
11536+
},
11537+
"DisableIMDSV1": {
11538+
"target": "com.amazonaws.appstream#BooleanObject",
11539+
"traits": {
11540+
"smithy.api#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>\n <note>\n <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>\n </note>"
11541+
}
1149411542
}
1149511543
},
1149611544
"traits": {

0 commit comments

Comments
 (0)