aws-sdk-core 2.11.612 → 2.11.617

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23111aa2c399bf4e6f1e22e2e545a301199ba4b257bc73401688812c9624f3fa
4
- data.tar.gz: c2c09a5dfbd3027988dafb9dd6822f7ed8d9c0450139ac4f2c1014308a81754e
3
+ metadata.gz: 2207ca5b8f8c0a375c9ee7c92b2c3ef66ea3a76c047b3ccb9fe2b481a87c8240
4
+ data.tar.gz: 0436b8ef1c522f10539988ffdf4841c3e7c3c6d9046105da4afdad488b2bb4eb
5
5
  SHA512:
6
- metadata.gz: 7d7c3fb4745ec586a29b70a620d418085cb69f640b3b567e07a30c556948cedf10c7769f5b07a03eb079d37af17dc32d271e007c2a1b49391074625ca8b6fd04
7
- data.tar.gz: 613afee01505f10735401d07984bfb87faf957ae54d1544ab296966e1e5c69d896eeee7f403a15791eba7e923df17f893d5b0ec85a0fee5780a31dd9b912a9de
6
+ metadata.gz: 2e23af6b098e8e1d0ca908c46597d7053f03474a94aea20734e7610421c4feb285732f7bdf80efb97d4b896b7ddf8c75133c5705a64f2083a9fe9f833fc84161
7
+ data.tar.gz: 3e608454540282e64f63b9208d2ea0e5b3ec5c9214f9bad94a543a7b9fd81a4f1b7394c952fb38b6bc7804c2b50fff9585b6ad7944cb2bec8d9aed61068d26b0
@@ -2276,7 +2276,8 @@
2276
2276
  "apiKeySource":{"shape":"ApiKeySourceType"},
2277
2277
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
2278
2278
  "policy":{"shape":"String"},
2279
- "tags":{"shape":"MapOfStringToString"}
2279
+ "tags":{"shape":"MapOfStringToString"},
2280
+ "disableExecuteApiEndpoint":{"shape":"Boolean"}
2280
2281
  }
2281
2282
  },
2282
2283
  "CreateStageRequest":{
@@ -4618,7 +4619,8 @@
4618
4619
  "apiKeySource":{"shape":"ApiKeySourceType"},
4619
4620
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
4620
4621
  "policy":{"shape":"String"},
4621
- "tags":{"shape":"MapOfStringToString"}
4622
+ "tags":{"shape":"MapOfStringToString"},
4623
+ "disableExecuteApiEndpoint":{"shape":"Boolean"}
4622
4624
  }
4623
4625
  },
4624
4626
  "RestApis":{
@@ -96,7 +96,6 @@
96
96
  {"shape":"AccessDeniedException"},
97
97
  {"shape":"ConflictException"},
98
98
  {"shape":"InternalServerException"},
99
- {"shape":"ResourceNotFoundException"},
100
99
  {"shape":"ThrottlingException"},
101
100
  {"shape":"ValidationException"}
102
101
  ]
@@ -298,7 +297,8 @@
298
297
  {"shape":"InternalServerException"},
299
298
  {"shape":"ResourceNotFoundException"},
300
299
  {"shape":"ThrottlingException"},
301
- {"shape":"ValidationException"}
300
+ {"shape":"ValidationException"},
301
+ {"shape":"ConflictException"}
302
302
  ]
303
303
  },
304
304
  "GetPackageVersionReadme":{
@@ -459,6 +459,21 @@
459
459
  {"shape":"ValidationException"}
460
460
  ]
461
461
  },
462
+ "ListTagsForResource":{
463
+ "name":"ListTagsForResource",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/v1/tags"
467
+ },
468
+ "input":{"shape":"ListTagsForResourceRequest"},
469
+ "output":{"shape":"ListTagsForResourceResult"},
470
+ "errors":[
471
+ {"shape":"AccessDeniedException"},
472
+ {"shape":"ResourceNotFoundException"},
473
+ {"shape":"ThrottlingException"},
474
+ {"shape":"ValidationException"}
475
+ ]
476
+ },
462
477
  "PutDomainPermissionsPolicy":{
463
478
  "name":"PutDomainPermissionsPolicy",
464
479
  "http":{
@@ -495,6 +510,37 @@
495
510
  {"shape":"ValidationException"}
496
511
  ]
497
512
  },
513
+ "TagResource":{
514
+ "name":"TagResource",
515
+ "http":{
516
+ "method":"POST",
517
+ "requestUri":"/v1/tag"
518
+ },
519
+ "input":{"shape":"TagResourceRequest"},
520
+ "output":{"shape":"TagResourceResult"},
521
+ "errors":[
522
+ {"shape":"AccessDeniedException"},
523
+ {"shape":"ResourceNotFoundException"},
524
+ {"shape":"ServiceQuotaExceededException"},
525
+ {"shape":"ThrottlingException"},
526
+ {"shape":"ValidationException"}
527
+ ]
528
+ },
529
+ "UntagResource":{
530
+ "name":"UntagResource",
531
+ "http":{
532
+ "method":"POST",
533
+ "requestUri":"/v1/untag"
534
+ },
535
+ "input":{"shape":"UntagResourceRequest"},
536
+ "output":{"shape":"UntagResourceResult"},
537
+ "errors":[
538
+ {"shape":"AccessDeniedException"},
539
+ {"shape":"ResourceNotFoundException"},
540
+ {"shape":"ThrottlingException"},
541
+ {"shape":"ValidationException"}
542
+ ]
543
+ },
498
544
  "UpdatePackageVersionsStatus":{
499
545
  "name":"UpdatePackageVersionsStatus",
500
546
  "http":{
@@ -549,7 +595,7 @@
549
595
  },
550
596
  "Arn":{
551
597
  "type":"string",
552
- "max":2048,
598
+ "max":1011,
553
599
  "min":1,
554
600
  "pattern":"\\S+"
555
601
  },
@@ -701,7 +747,8 @@
701
747
  "location":"querystring",
702
748
  "locationName":"domain"
703
749
  },
704
- "encryptionKey":{"shape":"Arn"}
750
+ "encryptionKey":{"shape":"Arn"},
751
+ "tags":{"shape":"TagList"}
705
752
  }
706
753
  },
707
754
  "CreateDomainResult":{
@@ -733,7 +780,8 @@
733
780
  "locationName":"repository"
734
781
  },
735
782
  "description":{"shape":"Description"},
736
- "upstreams":{"shape":"UpstreamRepositoryList"}
783
+ "upstreams":{"shape":"UpstreamRepositoryList"},
784
+ "tags":{"shape":"TagList"}
737
785
  }
738
786
  },
739
787
  "CreateRepositoryResult":{
@@ -1116,7 +1164,8 @@
1116
1164
  "createdTime":{"shape":"Timestamp"},
1117
1165
  "encryptionKey":{"shape":"Arn"},
1118
1166
  "repositoryCount":{"shape":"Integer"},
1119
- "assetSizeBytes":{"shape":"Long"}
1167
+ "assetSizeBytes":{"shape":"Long"},
1168
+ "s3BucketArn":{"shape":"Arn"}
1120
1169
  }
1121
1170
  },
1122
1171
  "DomainName":{
@@ -1822,6 +1871,23 @@
1822
1871
  "nextToken":{"shape":"PaginationToken"}
1823
1872
  }
1824
1873
  },
1874
+ "ListTagsForResourceRequest":{
1875
+ "type":"structure",
1876
+ "required":["resourceArn"],
1877
+ "members":{
1878
+ "resourceArn":{
1879
+ "shape":"Arn",
1880
+ "location":"querystring",
1881
+ "locationName":"resourceArn"
1882
+ }
1883
+ }
1884
+ },
1885
+ "ListTagsForResourceResult":{
1886
+ "type":"structure",
1887
+ "members":{
1888
+ "tags":{"shape":"TagList"}
1889
+ }
1890
+ },
1825
1891
  "Long":{"type":"long"},
1826
1892
  "LongOptional":{"type":"long"},
1827
1893
  "PackageDependency":{
@@ -2135,6 +2201,59 @@
2135
2201
  "key":{"shape":"PackageVersion"},
2136
2202
  "value":{"shape":"SuccessfulPackageVersionInfo"}
2137
2203
  },
2204
+ "Tag":{
2205
+ "type":"structure",
2206
+ "required":[
2207
+ "key",
2208
+ "value"
2209
+ ],
2210
+ "members":{
2211
+ "key":{"shape":"TagKey"},
2212
+ "value":{"shape":"TagValue"}
2213
+ }
2214
+ },
2215
+ "TagKey":{
2216
+ "type":"string",
2217
+ "max":128,
2218
+ "min":1
2219
+ },
2220
+ "TagKeyList":{
2221
+ "type":"list",
2222
+ "member":{"shape":"TagKey"},
2223
+ "max":200,
2224
+ "min":0
2225
+ },
2226
+ "TagList":{
2227
+ "type":"list",
2228
+ "member":{"shape":"Tag"},
2229
+ "max":200,
2230
+ "min":0
2231
+ },
2232
+ "TagResourceRequest":{
2233
+ "type":"structure",
2234
+ "required":[
2235
+ "resourceArn",
2236
+ "tags"
2237
+ ],
2238
+ "members":{
2239
+ "resourceArn":{
2240
+ "shape":"Arn",
2241
+ "location":"querystring",
2242
+ "locationName":"resourceArn"
2243
+ },
2244
+ "tags":{"shape":"TagList"}
2245
+ }
2246
+ },
2247
+ "TagResourceResult":{
2248
+ "type":"structure",
2249
+ "members":{
2250
+ }
2251
+ },
2252
+ "TagValue":{
2253
+ "type":"string",
2254
+ "max":256,
2255
+ "min":0
2256
+ },
2138
2257
  "ThrottlingException":{
2139
2258
  "type":"structure",
2140
2259
  "required":["message"],
@@ -2150,6 +2269,26 @@
2150
2269
  "exception":true
2151
2270
  },
2152
2271
  "Timestamp":{"type":"timestamp"},
2272
+ "UntagResourceRequest":{
2273
+ "type":"structure",
2274
+ "required":[
2275
+ "resourceArn",
2276
+ "tagKeys"
2277
+ ],
2278
+ "members":{
2279
+ "resourceArn":{
2280
+ "shape":"Arn",
2281
+ "location":"querystring",
2282
+ "locationName":"resourceArn"
2283
+ },
2284
+ "tagKeys":{"shape":"TagKeyList"}
2285
+ }
2286
+ },
2287
+ "UntagResourceResult":{
2288
+ "type":"structure",
2289
+ "members":{
2290
+ }
2291
+ },
2153
2292
  "UpdatePackageVersionsStatusRequest":{
2154
2293
  "type":"structure",
2155
2294
  "required":[
@@ -137,6 +137,15 @@
137
137
  },
138
138
  "input":{"shape":"AssociateDhcpOptionsRequest"}
139
139
  },
140
+ "AssociateEnclaveCertificateIamRole":{
141
+ "name":"AssociateEnclaveCertificateIamRole",
142
+ "http":{
143
+ "method":"POST",
144
+ "requestUri":"/"
145
+ },
146
+ "input":{"shape":"AssociateEnclaveCertificateIamRoleRequest"},
147
+ "output":{"shape":"AssociateEnclaveCertificateIamRoleResult"}
148
+ },
140
149
  "AssociateIamInstanceProfile":{
141
150
  "name":"AssociateIamInstanceProfile",
142
151
  "http":{
@@ -2497,6 +2506,15 @@
2497
2506
  "input":{"shape":"DisassociateClientVpnTargetNetworkRequest"},
2498
2507
  "output":{"shape":"DisassociateClientVpnTargetNetworkResult"}
2499
2508
  },
2509
+ "DisassociateEnclaveCertificateIamRole":{
2510
+ "name":"DisassociateEnclaveCertificateIamRole",
2511
+ "http":{
2512
+ "method":"POST",
2513
+ "requestUri":"/"
2514
+ },
2515
+ "input":{"shape":"DisassociateEnclaveCertificateIamRoleRequest"},
2516
+ "output":{"shape":"DisassociateEnclaveCertificateIamRoleResult"}
2517
+ },
2500
2518
  "DisassociateIamInstanceProfile":{
2501
2519
  "name":"DisassociateIamInstanceProfile",
2502
2520
  "http":{
@@ -2647,6 +2665,15 @@
2647
2665
  "input":{"shape":"ExportTransitGatewayRoutesRequest"},
2648
2666
  "output":{"shape":"ExportTransitGatewayRoutesResult"}
2649
2667
  },
2668
+ "GetAssociatedEnclaveCertificateIamRoles":{
2669
+ "name":"GetAssociatedEnclaveCertificateIamRoles",
2670
+ "http":{
2671
+ "method":"POST",
2672
+ "requestUri":"/"
2673
+ },
2674
+ "input":{"shape":"GetAssociatedEnclaveCertificateIamRolesRequest"},
2675
+ "output":{"shape":"GetAssociatedEnclaveCertificateIamRolesResult"}
2676
+ },
2650
2677
  "GetAssociatedIpv6PoolCidrs":{
2651
2678
  "name":"GetAssociatedIpv6PoolCidrs",
2652
2679
  "http":{
@@ -4182,6 +4209,13 @@
4182
4209
  "off"
4183
4210
  ]
4184
4211
  },
4212
+ "ApplianceModeSupportValue":{
4213
+ "type":"string",
4214
+ "enum":[
4215
+ "enable",
4216
+ "disable"
4217
+ ]
4218
+ },
4185
4219
  "ApplySecurityGroupsToClientVpnTargetNetworkRequest":{
4186
4220
  "type":"structure",
4187
4221
  "required":[
@@ -4390,6 +4424,31 @@
4390
4424
  }
4391
4425
  }
4392
4426
  },
4427
+ "AssociateEnclaveCertificateIamRoleRequest":{
4428
+ "type":"structure",
4429
+ "members":{
4430
+ "CertificateArn":{"shape":"ResourceArn"},
4431
+ "RoleArn":{"shape":"ResourceArn"},
4432
+ "DryRun":{"shape":"Boolean"}
4433
+ }
4434
+ },
4435
+ "AssociateEnclaveCertificateIamRoleResult":{
4436
+ "type":"structure",
4437
+ "members":{
4438
+ "CertificateS3BucketName":{
4439
+ "shape":"String",
4440
+ "locationName":"certificateS3BucketName"
4441
+ },
4442
+ "CertificateS3ObjectKey":{
4443
+ "shape":"String",
4444
+ "locationName":"certificateS3ObjectKey"
4445
+ },
4446
+ "EncryptionKmsKeyId":{
4447
+ "shape":"String",
4448
+ "locationName":"encryptionKmsKeyId"
4449
+ }
4450
+ }
4451
+ },
4393
4452
  "AssociateIamInstanceProfileRequest":{
4394
4453
  "type":"structure",
4395
4454
  "required":[
@@ -4550,6 +4609,34 @@
4550
4609
  "type":"string",
4551
4610
  "enum":["vpc"]
4552
4611
  },
4612
+ "AssociatedRole":{
4613
+ "type":"structure",
4614
+ "members":{
4615
+ "AssociatedRoleArn":{
4616
+ "shape":"ResourceArn",
4617
+ "locationName":"associatedRoleArn"
4618
+ },
4619
+ "CertificateS3BucketName":{
4620
+ "shape":"String",
4621
+ "locationName":"certificateS3BucketName"
4622
+ },
4623
+ "CertificateS3ObjectKey":{
4624
+ "shape":"String",
4625
+ "locationName":"certificateS3ObjectKey"
4626
+ },
4627
+ "EncryptionKmsKeyId":{
4628
+ "shape":"String",
4629
+ "locationName":"encryptionKmsKeyId"
4630
+ }
4631
+ }
4632
+ },
4633
+ "AssociatedRolesList":{
4634
+ "type":"list",
4635
+ "member":{
4636
+ "shape":"AssociatedRole",
4637
+ "locationName":"item"
4638
+ }
4639
+ },
4553
4640
  "AssociatedTargetNetwork":{
4554
4641
  "type":"structure",
4555
4642
  "members":{
@@ -6130,6 +6217,10 @@
6130
6217
  "VpcId":{
6131
6218
  "shape":"VpcId",
6132
6219
  "locationName":"vpcId"
6220
+ },
6221
+ "SelfServicePortalUrl":{
6222
+ "shape":"String",
6223
+ "locationName":"selfServicePortalUrl"
6133
6224
  }
6134
6225
  }
6135
6226
  },
@@ -6695,7 +6786,8 @@
6695
6786
  "shape":"ClientVpnSecurityGroupIdSet",
6696
6787
  "locationName":"SecurityGroupId"
6697
6788
  },
6698
- "VpcId":{"shape":"VpcId"}
6789
+ "VpcId":{"shape":"VpcId"},
6790
+ "SelfServicePortal":{"shape":"SelfServicePortal"}
6699
6791
  }
6700
6792
  },
6701
6793
  "CreateClientVpnEndpointResult":{
@@ -8085,7 +8177,8 @@
8085
8177
  "type":"structure",
8086
8178
  "members":{
8087
8179
  "DnsSupport":{"shape":"DnsSupportValue"},
8088
- "Ipv6Support":{"shape":"Ipv6SupportValue"}
8180
+ "Ipv6Support":{"shape":"Ipv6SupportValue"},
8181
+ "ApplianceModeSupport":{"shape":"ApplianceModeSupportValue"}
8089
8182
  }
8090
8183
  },
8091
8184
  "CreateTransitGatewayVpcAttachmentResult":{
@@ -13720,6 +13813,23 @@
13720
13813
  }
13721
13814
  }
13722
13815
  },
13816
+ "DisassociateEnclaveCertificateIamRoleRequest":{
13817
+ "type":"structure",
13818
+ "members":{
13819
+ "CertificateArn":{"shape":"ResourceArn"},
13820
+ "RoleArn":{"shape":"ResourceArn"},
13821
+ "DryRun":{"shape":"Boolean"}
13822
+ }
13823
+ },
13824
+ "DisassociateEnclaveCertificateIamRoleResult":{
13825
+ "type":"structure",
13826
+ "members":{
13827
+ "Return":{
13828
+ "shape":"Boolean",
13829
+ "locationName":"return"
13830
+ }
13831
+ }
13832
+ },
13723
13833
  "DisassociateIamInstanceProfileRequest":{
13724
13834
  "type":"structure",
13725
13835
  "required":["AssociationId"],
@@ -14597,6 +14707,21 @@
14597
14707
  }
14598
14708
  }
14599
14709
  },
14710
+ "EnclaveOptions":{
14711
+ "type":"structure",
14712
+ "members":{
14713
+ "Enabled":{
14714
+ "shape":"Boolean",
14715
+ "locationName":"enabled"
14716
+ }
14717
+ }
14718
+ },
14719
+ "EnclaveOptionsRequest":{
14720
+ "type":"structure",
14721
+ "members":{
14722
+ "Enabled":{"shape":"Boolean"}
14723
+ }
14724
+ },
14600
14725
  "EndDateType":{
14601
14726
  "type":"string",
14602
14727
  "enum":[
@@ -15025,13 +15150,18 @@
15025
15150
  "SamlProviderArn":{
15026
15151
  "shape":"String",
15027
15152
  "locationName":"samlProviderArn"
15153
+ },
15154
+ "SelfServiceSamlProviderArn":{
15155
+ "shape":"String",
15156
+ "locationName":"selfServiceSamlProviderArn"
15028
15157
  }
15029
15158
  }
15030
15159
  },
15031
15160
  "FederatedAuthenticationRequest":{
15032
15161
  "type":"structure",
15033
15162
  "members":{
15034
- "SAMLProviderArn":{"shape":"String"}
15163
+ "SAMLProviderArn":{"shape":"String"},
15164
+ "SelfServiceSAMLProviderArn":{"shape":"String"}
15035
15165
  }
15036
15166
  },
15037
15167
  "Filter":{
@@ -15610,6 +15740,22 @@
15610
15740
  "type":"string",
15611
15741
  "enum":["ipsec.1"]
15612
15742
  },
15743
+ "GetAssociatedEnclaveCertificateIamRolesRequest":{
15744
+ "type":"structure",
15745
+ "members":{
15746
+ "CertificateArn":{"shape":"ResourceArn"},
15747
+ "DryRun":{"shape":"Boolean"}
15748
+ }
15749
+ },
15750
+ "GetAssociatedEnclaveCertificateIamRolesResult":{
15751
+ "type":"structure",
15752
+ "members":{
15753
+ "AssociatedRoles":{
15754
+ "shape":"AssociatedRolesList",
15755
+ "locationName":"associatedRoleSet"
15756
+ }
15757
+ }
15758
+ },
15613
15759
  "GetAssociatedIpv6PoolCidrsRequest":{
15614
15760
  "type":"structure",
15615
15761
  "required":["PoolId"],
@@ -17715,6 +17861,10 @@
17715
17861
  "MetadataOptions":{
17716
17862
  "shape":"InstanceMetadataOptionsResponse",
17717
17863
  "locationName":"metadataOptions"
17864
+ },
17865
+ "EnclaveOptions":{
17866
+ "shape":"EnclaveOptions",
17867
+ "locationName":"enclaveOptions"
17718
17868
  }
17719
17869
  }
17720
17870
  },
@@ -17737,6 +17887,10 @@
17737
17887
  "shape":"AttributeBooleanValue",
17738
17888
  "locationName":"enaSupport"
17739
17889
  },
17890
+ "EnclaveOptions":{
17891
+ "shape":"EnclaveOptions",
17892
+ "locationName":"enclaveOptions"
17893
+ },
17740
17894
  "EbsOptimized":{
17741
17895
  "shape":"AttributeBooleanValue",
17742
17896
  "locationName":"ebsOptimized"
@@ -17799,7 +17953,8 @@
17799
17953
  "groupSet",
17800
17954
  "ebsOptimized",
17801
17955
  "sriovNetSupport",
17802
- "enaSupport"
17956
+ "enaSupport",
17957
+ "enclaveOptions"
17803
17958
  ]
17804
17959
  },
17805
17960
  "InstanceBlockDeviceMapping":{
@@ -19707,6 +19862,21 @@
19707
19862
  "locationName":"item"
19708
19863
  }
19709
19864
  },
19865
+ "LaunchTemplateEnclaveOptions":{
19866
+ "type":"structure",
19867
+ "members":{
19868
+ "Enabled":{
19869
+ "shape":"Boolean",
19870
+ "locationName":"enabled"
19871
+ }
19872
+ }
19873
+ },
19874
+ "LaunchTemplateEnclaveOptionsRequest":{
19875
+ "type":"structure",
19876
+ "members":{
19877
+ "Enabled":{"shape":"Boolean"}
19878
+ }
19879
+ },
19710
19880
  "LaunchTemplateErrorCode":{
19711
19881
  "type":"string",
19712
19882
  "enum":[
@@ -20815,7 +20985,8 @@
20815
20985
  "shape":"ClientVpnSecurityGroupIdSet",
20816
20986
  "locationName":"SecurityGroupId"
20817
20987
  },
20818
- "VpcId":{"shape":"VpcId"}
20988
+ "VpcId":{"shape":"VpcId"},
20989
+ "SelfServicePortal":{"shape":"SelfServicePortal"}
20819
20990
  }
20820
20991
  },
20821
20992
  "ModifyClientVpnEndpointResult":{
@@ -21538,7 +21709,8 @@
21538
21709
  "type":"structure",
21539
21710
  "members":{
21540
21711
  "DnsSupport":{"shape":"DnsSupportValue"},
21541
- "Ipv6Support":{"shape":"Ipv6SupportValue"}
21712
+ "Ipv6Support":{"shape":"Ipv6SupportValue"},
21713
+ "ApplianceModeSupport":{"shape":"ApplianceModeSupportValue"}
21542
21714
  }
21543
21715
  },
21544
21716
  "ModifyTransitGatewayVpcAttachmentResult":{
@@ -24420,7 +24592,8 @@
24420
24592
  "locationName":"LicenseSpecification"
24421
24593
  },
24422
24594
  "HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"},
24423
- "MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"}
24595
+ "MetadataOptions":{"shape":"LaunchTemplateInstanceMetadataOptionsRequest"},
24596
+ "EnclaveOptions":{"shape":"LaunchTemplateEnclaveOptionsRequest"}
24424
24597
  }
24425
24598
  },
24426
24599
  "RequestSpotFleetRequest":{
@@ -25352,6 +25525,10 @@
25352
25525
  "MetadataOptions":{
25353
25526
  "shape":"LaunchTemplateInstanceMetadataOptions",
25354
25527
  "locationName":"metadataOptions"
25528
+ },
25529
+ "EnclaveOptions":{
25530
+ "shape":"LaunchTemplateEnclaveOptions",
25531
+ "locationName":"enclaveOptions"
25355
25532
  }
25356
25533
  }
25357
25534
  },
@@ -25836,7 +26013,8 @@
25836
26013
  "shape":"LicenseSpecificationListRequest",
25837
26014
  "locationName":"LicenseSpecification"
25838
26015
  },
25839
- "MetadataOptions":{"shape":"InstanceMetadataOptionsRequest"}
26016
+ "MetadataOptions":{"shape":"InstanceMetadataOptionsRequest"},
26017
+ "EnclaveOptions":{"shape":"EnclaveOptionsRequest"}
25840
26018
  }
25841
26019
  },
25842
26020
  "RunScheduledInstancesRequest":{
@@ -26387,6 +26565,13 @@
26387
26565
  "locationName":"SecurityGroup"
26388
26566
  }
26389
26567
  },
26568
+ "SelfServicePortal":{
26569
+ "type":"string",
26570
+ "enum":[
26571
+ "enabled",
26572
+ "disabled"
26573
+ ]
26574
+ },
26390
26575
  "SendDiagnosticInterruptRequest":{
26391
26576
  "type":"structure",
26392
26577
  "required":["InstanceId"],
@@ -29285,6 +29470,10 @@
29285
29470
  "Ipv6Support":{
29286
29471
  "shape":"Ipv6SupportValue",
29287
29472
  "locationName":"ipv6Support"
29473
+ },
29474
+ "ApplianceModeSupport":{
29475
+ "shape":"ApplianceModeSupportValue",
29476
+ "locationName":"applianceModeSupport"
29288
29477
  }
29289
29478
  }
29290
29479
  },