aws-sdk-core 2.10.90 → 2.10.91
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +22 -2
- data/apis/appsync/2017-07-25/api-2.json +1362 -0
- data/apis/appsync/2017-07-25/examples-1.json +5 -0
- data/apis/appsync/2017-07-25/paginators-1.json +4 -0
- data/apis/batch/2016-08-10/api-2.json +54 -4
- data/apis/codedeploy/2014-10-06/api-2.json +214 -18
- data/apis/cognito-idp/2016-04-18/api-2.json +840 -24
- data/apis/ec2/2016-11-15/api-2.json +1705 -29
- data/apis/guardduty/2017-11-28/api-2.json +2622 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +40 -0
- data/apis/lambda/2015-03-31/api-2.json +35 -5
- data/apis/mq/2017-11-27/api-2.json +1865 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/appsync.rb +6 -0
- data/lib/aws-sdk-core/guardduty.rb +5 -0
- data/lib/aws-sdk-core/mq.rb +4 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +11 -2
@@ -6,6 +6,7 @@
|
|
6
6
|
"protocol":"ec2",
|
7
7
|
"serviceAbbreviation":"Amazon EC2",
|
8
8
|
"serviceFullName":"Amazon Elastic Compute Cloud",
|
9
|
+
"serviceId":"EC2",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"uid":"ec2-2016-11-15",
|
11
12
|
"xmlNamespace":"http://ec2.amazonaws.com/doc/2016-11-15"
|
@@ -20,6 +21,15 @@
|
|
20
21
|
"input":{"shape":"AcceptReservedInstancesExchangeQuoteRequest"},
|
21
22
|
"output":{"shape":"AcceptReservedInstancesExchangeQuoteResult"}
|
22
23
|
},
|
24
|
+
"AcceptVpcEndpointConnections":{
|
25
|
+
"name":"AcceptVpcEndpointConnections",
|
26
|
+
"http":{
|
27
|
+
"method":"POST",
|
28
|
+
"requestUri":"/"
|
29
|
+
},
|
30
|
+
"input":{"shape":"AcceptVpcEndpointConnectionsRequest"},
|
31
|
+
"output":{"shape":"AcceptVpcEndpointConnectionsResult"}
|
32
|
+
},
|
23
33
|
"AcceptVpcPeeringConnection":{
|
24
34
|
"name":"AcceptVpcPeeringConnection",
|
25
35
|
"http":{
|
@@ -382,6 +392,24 @@
|
|
382
392
|
"input":{"shape":"CreateKeyPairRequest"},
|
383
393
|
"output":{"shape":"KeyPair"}
|
384
394
|
},
|
395
|
+
"CreateLaunchTemplate":{
|
396
|
+
"name":"CreateLaunchTemplate",
|
397
|
+
"http":{
|
398
|
+
"method":"POST",
|
399
|
+
"requestUri":"/"
|
400
|
+
},
|
401
|
+
"input":{"shape":"CreateLaunchTemplateRequest"},
|
402
|
+
"output":{"shape":"CreateLaunchTemplateResult"}
|
403
|
+
},
|
404
|
+
"CreateLaunchTemplateVersion":{
|
405
|
+
"name":"CreateLaunchTemplateVersion",
|
406
|
+
"http":{
|
407
|
+
"method":"POST",
|
408
|
+
"requestUri":"/"
|
409
|
+
},
|
410
|
+
"input":{"shape":"CreateLaunchTemplateVersionRequest"},
|
411
|
+
"output":{"shape":"CreateLaunchTemplateVersionResult"}
|
412
|
+
},
|
385
413
|
"CreateNatGateway":{
|
386
414
|
"name":"CreateNatGateway",
|
387
415
|
"http":{
|
@@ -532,6 +560,24 @@
|
|
532
560
|
"input":{"shape":"CreateVpcEndpointRequest"},
|
533
561
|
"output":{"shape":"CreateVpcEndpointResult"}
|
534
562
|
},
|
563
|
+
"CreateVpcEndpointConnectionNotification":{
|
564
|
+
"name":"CreateVpcEndpointConnectionNotification",
|
565
|
+
"http":{
|
566
|
+
"method":"POST",
|
567
|
+
"requestUri":"/"
|
568
|
+
},
|
569
|
+
"input":{"shape":"CreateVpcEndpointConnectionNotificationRequest"},
|
570
|
+
"output":{"shape":"CreateVpcEndpointConnectionNotificationResult"}
|
571
|
+
},
|
572
|
+
"CreateVpcEndpointServiceConfiguration":{
|
573
|
+
"name":"CreateVpcEndpointServiceConfiguration",
|
574
|
+
"http":{
|
575
|
+
"method":"POST",
|
576
|
+
"requestUri":"/"
|
577
|
+
},
|
578
|
+
"input":{"shape":"CreateVpcEndpointServiceConfigurationRequest"},
|
579
|
+
"output":{"shape":"CreateVpcEndpointServiceConfigurationResult"}
|
580
|
+
},
|
535
581
|
"CreateVpcPeeringConnection":{
|
536
582
|
"name":"CreateVpcPeeringConnection",
|
537
583
|
"http":{
|
@@ -626,6 +672,24 @@
|
|
626
672
|
},
|
627
673
|
"input":{"shape":"DeleteKeyPairRequest"}
|
628
674
|
},
|
675
|
+
"DeleteLaunchTemplate":{
|
676
|
+
"name":"DeleteLaunchTemplate",
|
677
|
+
"http":{
|
678
|
+
"method":"POST",
|
679
|
+
"requestUri":"/"
|
680
|
+
},
|
681
|
+
"input":{"shape":"DeleteLaunchTemplateRequest"},
|
682
|
+
"output":{"shape":"DeleteLaunchTemplateResult"}
|
683
|
+
},
|
684
|
+
"DeleteLaunchTemplateVersions":{
|
685
|
+
"name":"DeleteLaunchTemplateVersions",
|
686
|
+
"http":{
|
687
|
+
"method":"POST",
|
688
|
+
"requestUri":"/"
|
689
|
+
},
|
690
|
+
"input":{"shape":"DeleteLaunchTemplateVersionsRequest"},
|
691
|
+
"output":{"shape":"DeleteLaunchTemplateVersionsResult"}
|
692
|
+
},
|
629
693
|
"DeleteNatGateway":{
|
630
694
|
"name":"DeleteNatGateway",
|
631
695
|
"http":{
|
@@ -748,6 +812,24 @@
|
|
748
812
|
},
|
749
813
|
"input":{"shape":"DeleteVpcRequest"}
|
750
814
|
},
|
815
|
+
"DeleteVpcEndpointConnectionNotifications":{
|
816
|
+
"name":"DeleteVpcEndpointConnectionNotifications",
|
817
|
+
"http":{
|
818
|
+
"method":"POST",
|
819
|
+
"requestUri":"/"
|
820
|
+
},
|
821
|
+
"input":{"shape":"DeleteVpcEndpointConnectionNotificationsRequest"},
|
822
|
+
"output":{"shape":"DeleteVpcEndpointConnectionNotificationsResult"}
|
823
|
+
},
|
824
|
+
"DeleteVpcEndpointServiceConfigurations":{
|
825
|
+
"name":"DeleteVpcEndpointServiceConfigurations",
|
826
|
+
"http":{
|
827
|
+
"method":"POST",
|
828
|
+
"requestUri":"/"
|
829
|
+
},
|
830
|
+
"input":{"shape":"DeleteVpcEndpointServiceConfigurationsRequest"},
|
831
|
+
"output":{"shape":"DeleteVpcEndpointServiceConfigurationsResult"}
|
832
|
+
},
|
751
833
|
"DeleteVpcEndpoints":{
|
752
834
|
"name":"DeleteVpcEndpoints",
|
753
835
|
"http":{
|
@@ -1059,6 +1141,24 @@
|
|
1059
1141
|
"input":{"shape":"DescribeKeyPairsRequest"},
|
1060
1142
|
"output":{"shape":"DescribeKeyPairsResult"}
|
1061
1143
|
},
|
1144
|
+
"DescribeLaunchTemplateVersions":{
|
1145
|
+
"name":"DescribeLaunchTemplateVersions",
|
1146
|
+
"http":{
|
1147
|
+
"method":"POST",
|
1148
|
+
"requestUri":"/"
|
1149
|
+
},
|
1150
|
+
"input":{"shape":"DescribeLaunchTemplateVersionsRequest"},
|
1151
|
+
"output":{"shape":"DescribeLaunchTemplateVersionsResult"}
|
1152
|
+
},
|
1153
|
+
"DescribeLaunchTemplates":{
|
1154
|
+
"name":"DescribeLaunchTemplates",
|
1155
|
+
"http":{
|
1156
|
+
"method":"POST",
|
1157
|
+
"requestUri":"/"
|
1158
|
+
},
|
1159
|
+
"input":{"shape":"DescribeLaunchTemplatesRequest"},
|
1160
|
+
"output":{"shape":"DescribeLaunchTemplatesResult"}
|
1161
|
+
},
|
1062
1162
|
"DescribeMovingAddresses":{
|
1063
1163
|
"name":"DescribeMovingAddresses",
|
1064
1164
|
"http":{
|
@@ -1383,6 +1483,42 @@
|
|
1383
1483
|
"input":{"shape":"DescribeVpcClassicLinkDnsSupportRequest"},
|
1384
1484
|
"output":{"shape":"DescribeVpcClassicLinkDnsSupportResult"}
|
1385
1485
|
},
|
1486
|
+
"DescribeVpcEndpointConnectionNotifications":{
|
1487
|
+
"name":"DescribeVpcEndpointConnectionNotifications",
|
1488
|
+
"http":{
|
1489
|
+
"method":"POST",
|
1490
|
+
"requestUri":"/"
|
1491
|
+
},
|
1492
|
+
"input":{"shape":"DescribeVpcEndpointConnectionNotificationsRequest"},
|
1493
|
+
"output":{"shape":"DescribeVpcEndpointConnectionNotificationsResult"}
|
1494
|
+
},
|
1495
|
+
"DescribeVpcEndpointConnections":{
|
1496
|
+
"name":"DescribeVpcEndpointConnections",
|
1497
|
+
"http":{
|
1498
|
+
"method":"POST",
|
1499
|
+
"requestUri":"/"
|
1500
|
+
},
|
1501
|
+
"input":{"shape":"DescribeVpcEndpointConnectionsRequest"},
|
1502
|
+
"output":{"shape":"DescribeVpcEndpointConnectionsResult"}
|
1503
|
+
},
|
1504
|
+
"DescribeVpcEndpointServiceConfigurations":{
|
1505
|
+
"name":"DescribeVpcEndpointServiceConfigurations",
|
1506
|
+
"http":{
|
1507
|
+
"method":"POST",
|
1508
|
+
"requestUri":"/"
|
1509
|
+
},
|
1510
|
+
"input":{"shape":"DescribeVpcEndpointServiceConfigurationsRequest"},
|
1511
|
+
"output":{"shape":"DescribeVpcEndpointServiceConfigurationsResult"}
|
1512
|
+
},
|
1513
|
+
"DescribeVpcEndpointServicePermissions":{
|
1514
|
+
"name":"DescribeVpcEndpointServicePermissions",
|
1515
|
+
"http":{
|
1516
|
+
"method":"POST",
|
1517
|
+
"requestUri":"/"
|
1518
|
+
},
|
1519
|
+
"input":{"shape":"DescribeVpcEndpointServicePermissionsRequest"},
|
1520
|
+
"output":{"shape":"DescribeVpcEndpointServicePermissionsResult"}
|
1521
|
+
},
|
1386
1522
|
"DescribeVpcEndpointServices":{
|
1387
1523
|
"name":"DescribeVpcEndpointServices",
|
1388
1524
|
"http":{
|
@@ -1609,6 +1745,15 @@
|
|
1609
1745
|
"input":{"shape":"GetHostReservationPurchasePreviewRequest"},
|
1610
1746
|
"output":{"shape":"GetHostReservationPurchasePreviewResult"}
|
1611
1747
|
},
|
1748
|
+
"GetLaunchTemplateData":{
|
1749
|
+
"name":"GetLaunchTemplateData",
|
1750
|
+
"http":{
|
1751
|
+
"method":"POST",
|
1752
|
+
"requestUri":"/"
|
1753
|
+
},
|
1754
|
+
"input":{"shape":"GetLaunchTemplateDataRequest"},
|
1755
|
+
"output":{"shape":"GetLaunchTemplateDataResult"}
|
1756
|
+
},
|
1612
1757
|
"GetPasswordData":{
|
1613
1758
|
"name":"GetPasswordData",
|
1614
1759
|
"http":{
|
@@ -1731,6 +1876,15 @@
|
|
1731
1876
|
"input":{"shape":"ModifyInstancePlacementRequest"},
|
1732
1877
|
"output":{"shape":"ModifyInstancePlacementResult"}
|
1733
1878
|
},
|
1879
|
+
"ModifyLaunchTemplate":{
|
1880
|
+
"name":"ModifyLaunchTemplate",
|
1881
|
+
"http":{
|
1882
|
+
"method":"POST",
|
1883
|
+
"requestUri":"/"
|
1884
|
+
},
|
1885
|
+
"input":{"shape":"ModifyLaunchTemplateRequest"},
|
1886
|
+
"output":{"shape":"ModifyLaunchTemplateResult"}
|
1887
|
+
},
|
1734
1888
|
"ModifyNetworkInterfaceAttribute":{
|
1735
1889
|
"name":"ModifyNetworkInterfaceAttribute",
|
1736
1890
|
"http":{
|
@@ -1807,6 +1961,33 @@
|
|
1807
1961
|
"input":{"shape":"ModifyVpcEndpointRequest"},
|
1808
1962
|
"output":{"shape":"ModifyVpcEndpointResult"}
|
1809
1963
|
},
|
1964
|
+
"ModifyVpcEndpointConnectionNotification":{
|
1965
|
+
"name":"ModifyVpcEndpointConnectionNotification",
|
1966
|
+
"http":{
|
1967
|
+
"method":"POST",
|
1968
|
+
"requestUri":"/"
|
1969
|
+
},
|
1970
|
+
"input":{"shape":"ModifyVpcEndpointConnectionNotificationRequest"},
|
1971
|
+
"output":{"shape":"ModifyVpcEndpointConnectionNotificationResult"}
|
1972
|
+
},
|
1973
|
+
"ModifyVpcEndpointServiceConfiguration":{
|
1974
|
+
"name":"ModifyVpcEndpointServiceConfiguration",
|
1975
|
+
"http":{
|
1976
|
+
"method":"POST",
|
1977
|
+
"requestUri":"/"
|
1978
|
+
},
|
1979
|
+
"input":{"shape":"ModifyVpcEndpointServiceConfigurationRequest"},
|
1980
|
+
"output":{"shape":"ModifyVpcEndpointServiceConfigurationResult"}
|
1981
|
+
},
|
1982
|
+
"ModifyVpcEndpointServicePermissions":{
|
1983
|
+
"name":"ModifyVpcEndpointServicePermissions",
|
1984
|
+
"http":{
|
1985
|
+
"method":"POST",
|
1986
|
+
"requestUri":"/"
|
1987
|
+
},
|
1988
|
+
"input":{"shape":"ModifyVpcEndpointServicePermissionsRequest"},
|
1989
|
+
"output":{"shape":"ModifyVpcEndpointServicePermissionsResult"}
|
1990
|
+
},
|
1810
1991
|
"ModifyVpcPeeringConnectionOptions":{
|
1811
1992
|
"name":"ModifyVpcPeeringConnectionOptions",
|
1812
1993
|
"http":{
|
@@ -1887,6 +2068,15 @@
|
|
1887
2068
|
"input":{"shape":"RegisterImageRequest"},
|
1888
2069
|
"output":{"shape":"RegisterImageResult"}
|
1889
2070
|
},
|
2071
|
+
"RejectVpcEndpointConnections":{
|
2072
|
+
"name":"RejectVpcEndpointConnections",
|
2073
|
+
"http":{
|
2074
|
+
"method":"POST",
|
2075
|
+
"requestUri":"/"
|
2076
|
+
},
|
2077
|
+
"input":{"shape":"RejectVpcEndpointConnectionsRequest"},
|
2078
|
+
"output":{"shape":"RejectVpcEndpointConnectionsResult"}
|
2079
|
+
},
|
1890
2080
|
"RejectVpcPeeringConnection":{
|
1891
2081
|
"name":"RejectVpcPeeringConnection",
|
1892
2082
|
"http":{
|
@@ -2163,6 +2353,30 @@
|
|
2163
2353
|
}
|
2164
2354
|
}
|
2165
2355
|
},
|
2356
|
+
"AcceptVpcEndpointConnectionsRequest":{
|
2357
|
+
"type":"structure",
|
2358
|
+
"required":[
|
2359
|
+
"ServiceId",
|
2360
|
+
"VpcEndpointIds"
|
2361
|
+
],
|
2362
|
+
"members":{
|
2363
|
+
"DryRun":{"shape":"Boolean"},
|
2364
|
+
"ServiceId":{"shape":"String"},
|
2365
|
+
"VpcEndpointIds":{
|
2366
|
+
"shape":"ValueStringList",
|
2367
|
+
"locationName":"VpcEndpointId"
|
2368
|
+
}
|
2369
|
+
}
|
2370
|
+
},
|
2371
|
+
"AcceptVpcEndpointConnectionsResult":{
|
2372
|
+
"type":"structure",
|
2373
|
+
"members":{
|
2374
|
+
"Unsuccessful":{
|
2375
|
+
"shape":"UnsuccessfulItemSet",
|
2376
|
+
"locationName":"unsuccessful"
|
2377
|
+
}
|
2378
|
+
}
|
2379
|
+
},
|
2166
2380
|
"AcceptVpcPeeringConnectionRequest":{
|
2167
2381
|
"type":"structure",
|
2168
2382
|
"members":{
|
@@ -2414,6 +2628,26 @@
|
|
2414
2628
|
"diversified"
|
2415
2629
|
]
|
2416
2630
|
},
|
2631
|
+
"AllowedPrincipal":{
|
2632
|
+
"type":"structure",
|
2633
|
+
"members":{
|
2634
|
+
"PrincipalType":{
|
2635
|
+
"shape":"PrincipalType",
|
2636
|
+
"locationName":"principalType"
|
2637
|
+
},
|
2638
|
+
"Principal":{
|
2639
|
+
"shape":"String",
|
2640
|
+
"locationName":"principal"
|
2641
|
+
}
|
2642
|
+
}
|
2643
|
+
},
|
2644
|
+
"AllowedPrincipalSet":{
|
2645
|
+
"type":"list",
|
2646
|
+
"member":{
|
2647
|
+
"shape":"AllowedPrincipal",
|
2648
|
+
"locationName":"item"
|
2649
|
+
}
|
2650
|
+
},
|
2417
2651
|
"ArchitectureValues":{
|
2418
2652
|
"type":"string",
|
2419
2653
|
"enum":[
|
@@ -3493,6 +3727,57 @@
|
|
3493
3727
|
}
|
3494
3728
|
}
|
3495
3729
|
},
|
3730
|
+
"ConnectionNotification":{
|
3731
|
+
"type":"structure",
|
3732
|
+
"members":{
|
3733
|
+
"ConnectionNotificationId":{
|
3734
|
+
"shape":"String",
|
3735
|
+
"locationName":"connectionNotificationId"
|
3736
|
+
},
|
3737
|
+
"ServiceId":{
|
3738
|
+
"shape":"String",
|
3739
|
+
"locationName":"serviceId"
|
3740
|
+
},
|
3741
|
+
"VpcEndpointId":{
|
3742
|
+
"shape":"String",
|
3743
|
+
"locationName":"vpcEndpointId"
|
3744
|
+
},
|
3745
|
+
"ConnectionNotificationType":{
|
3746
|
+
"shape":"ConnectionNotificationType",
|
3747
|
+
"locationName":"connectionNotificationType"
|
3748
|
+
},
|
3749
|
+
"ConnectionNotificationArn":{
|
3750
|
+
"shape":"String",
|
3751
|
+
"locationName":"connectionNotificationArn"
|
3752
|
+
},
|
3753
|
+
"ConnectionEvents":{
|
3754
|
+
"shape":"ValueStringList",
|
3755
|
+
"locationName":"connectionEvents"
|
3756
|
+
},
|
3757
|
+
"ConnectionNotificationState":{
|
3758
|
+
"shape":"ConnectionNotificationState",
|
3759
|
+
"locationName":"connectionNotificationState"
|
3760
|
+
}
|
3761
|
+
}
|
3762
|
+
},
|
3763
|
+
"ConnectionNotificationSet":{
|
3764
|
+
"type":"list",
|
3765
|
+
"member":{
|
3766
|
+
"shape":"ConnectionNotification",
|
3767
|
+
"locationName":"item"
|
3768
|
+
}
|
3769
|
+
},
|
3770
|
+
"ConnectionNotificationState":{
|
3771
|
+
"type":"string",
|
3772
|
+
"enum":[
|
3773
|
+
"Enabled",
|
3774
|
+
"Disabled"
|
3775
|
+
]
|
3776
|
+
},
|
3777
|
+
"ConnectionNotificationType":{
|
3778
|
+
"type":"string",
|
3779
|
+
"enum":["Topic"]
|
3780
|
+
},
|
3496
3781
|
"ContainerFormat":{
|
3497
3782
|
"type":"string",
|
3498
3783
|
"enum":["ova"]
|
@@ -3922,6 +4207,51 @@
|
|
3922
4207
|
}
|
3923
4208
|
}
|
3924
4209
|
},
|
4210
|
+
"CreateLaunchTemplateRequest":{
|
4211
|
+
"type":"structure",
|
4212
|
+
"required":[
|
4213
|
+
"LaunchTemplateName",
|
4214
|
+
"LaunchTemplateData"
|
4215
|
+
],
|
4216
|
+
"members":{
|
4217
|
+
"DryRun":{"shape":"Boolean"},
|
4218
|
+
"ClientToken":{"shape":"String"},
|
4219
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
4220
|
+
"VersionDescription":{"shape":"VersionDescription"},
|
4221
|
+
"LaunchTemplateData":{"shape":"RequestLaunchTemplateData"}
|
4222
|
+
}
|
4223
|
+
},
|
4224
|
+
"CreateLaunchTemplateResult":{
|
4225
|
+
"type":"structure",
|
4226
|
+
"members":{
|
4227
|
+
"LaunchTemplate":{
|
4228
|
+
"shape":"LaunchTemplate",
|
4229
|
+
"locationName":"launchTemplate"
|
4230
|
+
}
|
4231
|
+
}
|
4232
|
+
},
|
4233
|
+
"CreateLaunchTemplateVersionRequest":{
|
4234
|
+
"type":"structure",
|
4235
|
+
"required":["LaunchTemplateData"],
|
4236
|
+
"members":{
|
4237
|
+
"DryRun":{"shape":"Boolean"},
|
4238
|
+
"ClientToken":{"shape":"String"},
|
4239
|
+
"LaunchTemplateId":{"shape":"String"},
|
4240
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
4241
|
+
"SourceVersion":{"shape":"String"},
|
4242
|
+
"VersionDescription":{"shape":"VersionDescription"},
|
4243
|
+
"LaunchTemplateData":{"shape":"RequestLaunchTemplateData"}
|
4244
|
+
}
|
4245
|
+
},
|
4246
|
+
"CreateLaunchTemplateVersionResult":{
|
4247
|
+
"type":"structure",
|
4248
|
+
"members":{
|
4249
|
+
"LaunchTemplateVersion":{
|
4250
|
+
"shape":"LaunchTemplateVersion",
|
4251
|
+
"locationName":"launchTemplateVersion"
|
4252
|
+
}
|
4253
|
+
}
|
4254
|
+
},
|
3925
4255
|
"CreateNatGatewayRequest":{
|
3926
4256
|
"type":"structure",
|
3927
4257
|
"required":[
|
@@ -4396,6 +4726,34 @@
|
|
4396
4726
|
}
|
4397
4727
|
}
|
4398
4728
|
},
|
4729
|
+
"CreateVpcEndpointConnectionNotificationRequest":{
|
4730
|
+
"type":"structure",
|
4731
|
+
"required":[
|
4732
|
+
"ConnectionNotificationArn",
|
4733
|
+
"ConnectionEvents"
|
4734
|
+
],
|
4735
|
+
"members":{
|
4736
|
+
"DryRun":{"shape":"Boolean"},
|
4737
|
+
"ServiceId":{"shape":"String"},
|
4738
|
+
"VpcEndpointId":{"shape":"String"},
|
4739
|
+
"ConnectionNotificationArn":{"shape":"String"},
|
4740
|
+
"ConnectionEvents":{"shape":"ValueStringList"},
|
4741
|
+
"ClientToken":{"shape":"String"}
|
4742
|
+
}
|
4743
|
+
},
|
4744
|
+
"CreateVpcEndpointConnectionNotificationResult":{
|
4745
|
+
"type":"structure",
|
4746
|
+
"members":{
|
4747
|
+
"ConnectionNotification":{
|
4748
|
+
"shape":"ConnectionNotification",
|
4749
|
+
"locationName":"connectionNotification"
|
4750
|
+
},
|
4751
|
+
"ClientToken":{
|
4752
|
+
"shape":"String",
|
4753
|
+
"locationName":"clientToken"
|
4754
|
+
}
|
4755
|
+
}
|
4756
|
+
},
|
4399
4757
|
"CreateVpcEndpointRequest":{
|
4400
4758
|
"type":"structure",
|
4401
4759
|
"required":[
|
@@ -4437,6 +4795,32 @@
|
|
4437
4795
|
}
|
4438
4796
|
}
|
4439
4797
|
},
|
4798
|
+
"CreateVpcEndpointServiceConfigurationRequest":{
|
4799
|
+
"type":"structure",
|
4800
|
+
"required":["NetworkLoadBalancerArns"],
|
4801
|
+
"members":{
|
4802
|
+
"DryRun":{"shape":"Boolean"},
|
4803
|
+
"AcceptanceRequired":{"shape":"Boolean"},
|
4804
|
+
"NetworkLoadBalancerArns":{
|
4805
|
+
"shape":"ValueStringList",
|
4806
|
+
"locationName":"NetworkLoadBalancerArn"
|
4807
|
+
},
|
4808
|
+
"ClientToken":{"shape":"String"}
|
4809
|
+
}
|
4810
|
+
},
|
4811
|
+
"CreateVpcEndpointServiceConfigurationResult":{
|
4812
|
+
"type":"structure",
|
4813
|
+
"members":{
|
4814
|
+
"ServiceConfiguration":{
|
4815
|
+
"shape":"ServiceConfiguration",
|
4816
|
+
"locationName":"serviceConfiguration"
|
4817
|
+
},
|
4818
|
+
"ClientToken":{
|
4819
|
+
"shape":"String",
|
4820
|
+
"locationName":"clientToken"
|
4821
|
+
}
|
4822
|
+
}
|
4823
|
+
},
|
4440
4824
|
"CreateVpcPeeringConnectionRequest":{
|
4441
4825
|
"type":"structure",
|
4442
4826
|
"members":{
|
@@ -4558,6 +4942,21 @@
|
|
4558
4942
|
}
|
4559
4943
|
}
|
4560
4944
|
},
|
4945
|
+
"CreditSpecification":{
|
4946
|
+
"type":"structure",
|
4947
|
+
"members":{
|
4948
|
+
"CpuCredits":{
|
4949
|
+
"shape":"String",
|
4950
|
+
"locationName":"cpuCredits"
|
4951
|
+
}
|
4952
|
+
}
|
4953
|
+
},
|
4954
|
+
"CreditSpecificationRequest":{
|
4955
|
+
"type":"structure",
|
4956
|
+
"members":{
|
4957
|
+
"CpuCredits":{"shape":"String"}
|
4958
|
+
}
|
4959
|
+
},
|
4561
4960
|
"CurrencyCodeValues":{
|
4562
4961
|
"type":"string",
|
4563
4962
|
"enum":["USD"]
|
@@ -4713,38 +5112,133 @@
|
|
4713
5112
|
}
|
4714
5113
|
}
|
4715
5114
|
},
|
4716
|
-
"
|
5115
|
+
"DeleteLaunchTemplateRequest":{
|
4717
5116
|
"type":"structure",
|
4718
|
-
"required":["NatGatewayId"],
|
4719
5117
|
"members":{
|
4720
|
-
"
|
5118
|
+
"DryRun":{"shape":"Boolean"},
|
5119
|
+
"LaunchTemplateId":{"shape":"String"},
|
5120
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"}
|
4721
5121
|
}
|
4722
5122
|
},
|
4723
|
-
"
|
5123
|
+
"DeleteLaunchTemplateResult":{
|
4724
5124
|
"type":"structure",
|
4725
5125
|
"members":{
|
4726
|
-
"
|
4727
|
-
"shape":"
|
4728
|
-
"locationName":"
|
5126
|
+
"LaunchTemplate":{
|
5127
|
+
"shape":"LaunchTemplate",
|
5128
|
+
"locationName":"launchTemplate"
|
4729
5129
|
}
|
4730
5130
|
}
|
4731
5131
|
},
|
4732
|
-
"
|
5132
|
+
"DeleteLaunchTemplateVersionsRequest":{
|
4733
5133
|
"type":"structure",
|
4734
|
-
"required":[
|
4735
|
-
"Egress",
|
4736
|
-
"NetworkAclId",
|
4737
|
-
"RuleNumber"
|
4738
|
-
],
|
5134
|
+
"required":["Versions"],
|
4739
5135
|
"members":{
|
4740
|
-
"DryRun":{
|
4741
|
-
|
4742
|
-
|
4743
|
-
|
4744
|
-
|
4745
|
-
"
|
4746
|
-
|
4747
|
-
|
5136
|
+
"DryRun":{"shape":"Boolean"},
|
5137
|
+
"LaunchTemplateId":{"shape":"String"},
|
5138
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
5139
|
+
"Versions":{
|
5140
|
+
"shape":"VersionStringList",
|
5141
|
+
"locationName":"LaunchTemplateVersion"
|
5142
|
+
}
|
5143
|
+
}
|
5144
|
+
},
|
5145
|
+
"DeleteLaunchTemplateVersionsResponseErrorItem":{
|
5146
|
+
"type":"structure",
|
5147
|
+
"members":{
|
5148
|
+
"LaunchTemplateId":{
|
5149
|
+
"shape":"String",
|
5150
|
+
"locationName":"launchTemplateId"
|
5151
|
+
},
|
5152
|
+
"LaunchTemplateName":{
|
5153
|
+
"shape":"String",
|
5154
|
+
"locationName":"launchTemplateName"
|
5155
|
+
},
|
5156
|
+
"VersionNumber":{
|
5157
|
+
"shape":"Long",
|
5158
|
+
"locationName":"versionNumber"
|
5159
|
+
},
|
5160
|
+
"ResponseError":{
|
5161
|
+
"shape":"ResponseError",
|
5162
|
+
"locationName":"responseError"
|
5163
|
+
}
|
5164
|
+
}
|
5165
|
+
},
|
5166
|
+
"DeleteLaunchTemplateVersionsResponseErrorSet":{
|
5167
|
+
"type":"list",
|
5168
|
+
"member":{
|
5169
|
+
"shape":"DeleteLaunchTemplateVersionsResponseErrorItem",
|
5170
|
+
"locationName":"item"
|
5171
|
+
}
|
5172
|
+
},
|
5173
|
+
"DeleteLaunchTemplateVersionsResponseSuccessItem":{
|
5174
|
+
"type":"structure",
|
5175
|
+
"members":{
|
5176
|
+
"LaunchTemplateId":{
|
5177
|
+
"shape":"String",
|
5178
|
+
"locationName":"launchTemplateId"
|
5179
|
+
},
|
5180
|
+
"LaunchTemplateName":{
|
5181
|
+
"shape":"String",
|
5182
|
+
"locationName":"launchTemplateName"
|
5183
|
+
},
|
5184
|
+
"VersionNumber":{
|
5185
|
+
"shape":"Long",
|
5186
|
+
"locationName":"versionNumber"
|
5187
|
+
}
|
5188
|
+
}
|
5189
|
+
},
|
5190
|
+
"DeleteLaunchTemplateVersionsResponseSuccessSet":{
|
5191
|
+
"type":"list",
|
5192
|
+
"member":{
|
5193
|
+
"shape":"DeleteLaunchTemplateVersionsResponseSuccessItem",
|
5194
|
+
"locationName":"item"
|
5195
|
+
}
|
5196
|
+
},
|
5197
|
+
"DeleteLaunchTemplateVersionsResult":{
|
5198
|
+
"type":"structure",
|
5199
|
+
"members":{
|
5200
|
+
"SuccessfullyDeletedLaunchTemplateVersions":{
|
5201
|
+
"shape":"DeleteLaunchTemplateVersionsResponseSuccessSet",
|
5202
|
+
"locationName":"successfullyDeletedLaunchTemplateVersionSet"
|
5203
|
+
},
|
5204
|
+
"UnsuccessfullyDeletedLaunchTemplateVersions":{
|
5205
|
+
"shape":"DeleteLaunchTemplateVersionsResponseErrorSet",
|
5206
|
+
"locationName":"unsuccessfullyDeletedLaunchTemplateVersionSet"
|
5207
|
+
}
|
5208
|
+
}
|
5209
|
+
},
|
5210
|
+
"DeleteNatGatewayRequest":{
|
5211
|
+
"type":"structure",
|
5212
|
+
"required":["NatGatewayId"],
|
5213
|
+
"members":{
|
5214
|
+
"NatGatewayId":{"shape":"String"}
|
5215
|
+
}
|
5216
|
+
},
|
5217
|
+
"DeleteNatGatewayResult":{
|
5218
|
+
"type":"structure",
|
5219
|
+
"members":{
|
5220
|
+
"NatGatewayId":{
|
5221
|
+
"shape":"String",
|
5222
|
+
"locationName":"natGatewayId"
|
5223
|
+
}
|
5224
|
+
}
|
5225
|
+
},
|
5226
|
+
"DeleteNetworkAclEntryRequest":{
|
5227
|
+
"type":"structure",
|
5228
|
+
"required":[
|
5229
|
+
"Egress",
|
5230
|
+
"NetworkAclId",
|
5231
|
+
"RuleNumber"
|
5232
|
+
],
|
5233
|
+
"members":{
|
5234
|
+
"DryRun":{
|
5235
|
+
"shape":"Boolean",
|
5236
|
+
"locationName":"dryRun"
|
5237
|
+
},
|
5238
|
+
"Egress":{
|
5239
|
+
"shape":"Boolean",
|
5240
|
+
"locationName":"egress"
|
5241
|
+
},
|
4748
5242
|
"NetworkAclId":{
|
4749
5243
|
"shape":"String",
|
4750
5244
|
"locationName":"networkAclId"
|
@@ -4922,6 +5416,46 @@
|
|
4922
5416
|
}
|
4923
5417
|
}
|
4924
5418
|
},
|
5419
|
+
"DeleteVpcEndpointConnectionNotificationsRequest":{
|
5420
|
+
"type":"structure",
|
5421
|
+
"required":["ConnectionNotificationIds"],
|
5422
|
+
"members":{
|
5423
|
+
"DryRun":{"shape":"Boolean"},
|
5424
|
+
"ConnectionNotificationIds":{
|
5425
|
+
"shape":"ValueStringList",
|
5426
|
+
"locationName":"ConnectionNotificationId"
|
5427
|
+
}
|
5428
|
+
}
|
5429
|
+
},
|
5430
|
+
"DeleteVpcEndpointConnectionNotificationsResult":{
|
5431
|
+
"type":"structure",
|
5432
|
+
"members":{
|
5433
|
+
"Unsuccessful":{
|
5434
|
+
"shape":"UnsuccessfulItemSet",
|
5435
|
+
"locationName":"unsuccessful"
|
5436
|
+
}
|
5437
|
+
}
|
5438
|
+
},
|
5439
|
+
"DeleteVpcEndpointServiceConfigurationsRequest":{
|
5440
|
+
"type":"structure",
|
5441
|
+
"required":["ServiceIds"],
|
5442
|
+
"members":{
|
5443
|
+
"DryRun":{"shape":"Boolean"},
|
5444
|
+
"ServiceIds":{
|
5445
|
+
"shape":"ValueStringList",
|
5446
|
+
"locationName":"ServiceId"
|
5447
|
+
}
|
5448
|
+
}
|
5449
|
+
},
|
5450
|
+
"DeleteVpcEndpointServiceConfigurationsResult":{
|
5451
|
+
"type":"structure",
|
5452
|
+
"members":{
|
5453
|
+
"Unsuccessful":{
|
5454
|
+
"shape":"UnsuccessfulItemSet",
|
5455
|
+
"locationName":"unsuccessful"
|
5456
|
+
}
|
5457
|
+
}
|
5458
|
+
},
|
4925
5459
|
"DeleteVpcEndpointsRequest":{
|
4926
5460
|
"type":"structure",
|
4927
5461
|
"required":["VpcEndpointIds"],
|
@@ -5792,6 +6326,72 @@
|
|
5792
6326
|
}
|
5793
6327
|
}
|
5794
6328
|
},
|
6329
|
+
"DescribeLaunchTemplateVersionsRequest":{
|
6330
|
+
"type":"structure",
|
6331
|
+
"members":{
|
6332
|
+
"DryRun":{"shape":"Boolean"},
|
6333
|
+
"LaunchTemplateId":{"shape":"String"},
|
6334
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
6335
|
+
"Versions":{
|
6336
|
+
"shape":"VersionStringList",
|
6337
|
+
"locationName":"LaunchTemplateVersion"
|
6338
|
+
},
|
6339
|
+
"MinVersion":{"shape":"String"},
|
6340
|
+
"MaxVersion":{"shape":"String"},
|
6341
|
+
"NextToken":{"shape":"String"},
|
6342
|
+
"MaxResults":{"shape":"Integer"},
|
6343
|
+
"Filters":{
|
6344
|
+
"shape":"FilterList",
|
6345
|
+
"locationName":"Filter"
|
6346
|
+
}
|
6347
|
+
}
|
6348
|
+
},
|
6349
|
+
"DescribeLaunchTemplateVersionsResult":{
|
6350
|
+
"type":"structure",
|
6351
|
+
"members":{
|
6352
|
+
"LaunchTemplateVersions":{
|
6353
|
+
"shape":"LaunchTemplateVersionSet",
|
6354
|
+
"locationName":"launchTemplateVersionSet"
|
6355
|
+
},
|
6356
|
+
"NextToken":{
|
6357
|
+
"shape":"String",
|
6358
|
+
"locationName":"nextToken"
|
6359
|
+
}
|
6360
|
+
}
|
6361
|
+
},
|
6362
|
+
"DescribeLaunchTemplatesRequest":{
|
6363
|
+
"type":"structure",
|
6364
|
+
"members":{
|
6365
|
+
"DryRun":{"shape":"Boolean"},
|
6366
|
+
"LaunchTemplateIds":{
|
6367
|
+
"shape":"ValueStringList",
|
6368
|
+
"locationName":"LaunchTemplateId"
|
6369
|
+
},
|
6370
|
+
"LaunchTemplateNames":{
|
6371
|
+
"shape":"LaunchTemplateNameStringList",
|
6372
|
+
"locationName":"LaunchTemplateName"
|
6373
|
+
},
|
6374
|
+
"Filters":{
|
6375
|
+
"shape":"FilterList",
|
6376
|
+
"locationName":"Filter"
|
6377
|
+
},
|
6378
|
+
"NextToken":{"shape":"String"},
|
6379
|
+
"MaxResults":{"shape":"Integer"}
|
6380
|
+
}
|
6381
|
+
},
|
6382
|
+
"DescribeLaunchTemplatesResult":{
|
6383
|
+
"type":"structure",
|
6384
|
+
"members":{
|
6385
|
+
"LaunchTemplates":{
|
6386
|
+
"shape":"LaunchTemplateSet",
|
6387
|
+
"locationName":"launchTemplates"
|
6388
|
+
},
|
6389
|
+
"NextToken":{
|
6390
|
+
"shape":"String",
|
6391
|
+
"locationName":"nextToken"
|
6392
|
+
}
|
6393
|
+
}
|
6394
|
+
},
|
5795
6395
|
"DescribeMovingAddressesRequest":{
|
5796
6396
|
"type":"structure",
|
5797
6397
|
"members":{
|
@@ -6950,6 +7550,113 @@
|
|
6950
7550
|
}
|
6951
7551
|
}
|
6952
7552
|
},
|
7553
|
+
"DescribeVpcEndpointConnectionNotificationsRequest":{
|
7554
|
+
"type":"structure",
|
7555
|
+
"members":{
|
7556
|
+
"DryRun":{"shape":"Boolean"},
|
7557
|
+
"ConnectionNotificationId":{"shape":"String"},
|
7558
|
+
"Filters":{
|
7559
|
+
"shape":"FilterList",
|
7560
|
+
"locationName":"Filter"
|
7561
|
+
},
|
7562
|
+
"MaxResults":{"shape":"Integer"},
|
7563
|
+
"NextToken":{"shape":"String"}
|
7564
|
+
}
|
7565
|
+
},
|
7566
|
+
"DescribeVpcEndpointConnectionNotificationsResult":{
|
7567
|
+
"type":"structure",
|
7568
|
+
"members":{
|
7569
|
+
"ConnectionNotificationSet":{
|
7570
|
+
"shape":"ConnectionNotificationSet",
|
7571
|
+
"locationName":"connectionNotificationSet"
|
7572
|
+
},
|
7573
|
+
"NextToken":{
|
7574
|
+
"shape":"String",
|
7575
|
+
"locationName":"nextToken"
|
7576
|
+
}
|
7577
|
+
}
|
7578
|
+
},
|
7579
|
+
"DescribeVpcEndpointConnectionsRequest":{
|
7580
|
+
"type":"structure",
|
7581
|
+
"members":{
|
7582
|
+
"DryRun":{"shape":"Boolean"},
|
7583
|
+
"Filters":{
|
7584
|
+
"shape":"FilterList",
|
7585
|
+
"locationName":"Filter"
|
7586
|
+
},
|
7587
|
+
"MaxResults":{"shape":"Integer"},
|
7588
|
+
"NextToken":{"shape":"String"}
|
7589
|
+
}
|
7590
|
+
},
|
7591
|
+
"DescribeVpcEndpointConnectionsResult":{
|
7592
|
+
"type":"structure",
|
7593
|
+
"members":{
|
7594
|
+
"VpcEndpointConnections":{
|
7595
|
+
"shape":"VpcEndpointConnectionSet",
|
7596
|
+
"locationName":"vpcEndpointConnectionSet"
|
7597
|
+
},
|
7598
|
+
"NextToken":{
|
7599
|
+
"shape":"String",
|
7600
|
+
"locationName":"nextToken"
|
7601
|
+
}
|
7602
|
+
}
|
7603
|
+
},
|
7604
|
+
"DescribeVpcEndpointServiceConfigurationsRequest":{
|
7605
|
+
"type":"structure",
|
7606
|
+
"members":{
|
7607
|
+
"DryRun":{"shape":"Boolean"},
|
7608
|
+
"ServiceIds":{
|
7609
|
+
"shape":"ValueStringList",
|
7610
|
+
"locationName":"ServiceId"
|
7611
|
+
},
|
7612
|
+
"Filters":{
|
7613
|
+
"shape":"FilterList",
|
7614
|
+
"locationName":"Filter"
|
7615
|
+
},
|
7616
|
+
"MaxResults":{"shape":"Integer"},
|
7617
|
+
"NextToken":{"shape":"String"}
|
7618
|
+
}
|
7619
|
+
},
|
7620
|
+
"DescribeVpcEndpointServiceConfigurationsResult":{
|
7621
|
+
"type":"structure",
|
7622
|
+
"members":{
|
7623
|
+
"ServiceConfigurations":{
|
7624
|
+
"shape":"ServiceConfigurationSet",
|
7625
|
+
"locationName":"serviceConfigurationSet"
|
7626
|
+
},
|
7627
|
+
"NextToken":{
|
7628
|
+
"shape":"String",
|
7629
|
+
"locationName":"nextToken"
|
7630
|
+
}
|
7631
|
+
}
|
7632
|
+
},
|
7633
|
+
"DescribeVpcEndpointServicePermissionsRequest":{
|
7634
|
+
"type":"structure",
|
7635
|
+
"required":["ServiceId"],
|
7636
|
+
"members":{
|
7637
|
+
"DryRun":{"shape":"Boolean"},
|
7638
|
+
"ServiceId":{"shape":"String"},
|
7639
|
+
"Filters":{
|
7640
|
+
"shape":"FilterList",
|
7641
|
+
"locationName":"Filter"
|
7642
|
+
},
|
7643
|
+
"MaxResults":{"shape":"Integer"},
|
7644
|
+
"NextToken":{"shape":"String"}
|
7645
|
+
}
|
7646
|
+
},
|
7647
|
+
"DescribeVpcEndpointServicePermissionsResult":{
|
7648
|
+
"type":"structure",
|
7649
|
+
"members":{
|
7650
|
+
"AllowedPrincipals":{
|
7651
|
+
"shape":"AllowedPrincipalSet",
|
7652
|
+
"locationName":"allowedPrincipals"
|
7653
|
+
},
|
7654
|
+
"NextToken":{
|
7655
|
+
"shape":"String",
|
7656
|
+
"locationName":"nextToken"
|
7657
|
+
}
|
7658
|
+
}
|
7659
|
+
},
|
6953
7660
|
"DescribeVpcEndpointServicesRequest":{
|
6954
7661
|
"type":"structure",
|
6955
7662
|
"members":{
|
@@ -7544,6 +8251,7 @@
|
|
7544
8251
|
"shape":"Integer",
|
7545
8252
|
"locationName":"iops"
|
7546
8253
|
},
|
8254
|
+
"KmsKeyId":{"shape":"String"},
|
7547
8255
|
"SnapshotId":{
|
7548
8256
|
"shape":"String",
|
7549
8257
|
"locationName":"snapshotId"
|
@@ -7678,6 +8386,29 @@
|
|
7678
8386
|
"Type":{"shape":"String"}
|
7679
8387
|
}
|
7680
8388
|
},
|
8389
|
+
"ElasticGpuSpecificationList":{
|
8390
|
+
"type":"list",
|
8391
|
+
"member":{
|
8392
|
+
"shape":"ElasticGpuSpecification",
|
8393
|
+
"locationName":"ElasticGpuSpecification"
|
8394
|
+
}
|
8395
|
+
},
|
8396
|
+
"ElasticGpuSpecificationResponse":{
|
8397
|
+
"type":"structure",
|
8398
|
+
"members":{
|
8399
|
+
"Type":{
|
8400
|
+
"shape":"String",
|
8401
|
+
"locationName":"type"
|
8402
|
+
}
|
8403
|
+
}
|
8404
|
+
},
|
8405
|
+
"ElasticGpuSpecificationResponseList":{
|
8406
|
+
"type":"list",
|
8407
|
+
"member":{
|
8408
|
+
"shape":"ElasticGpuSpecificationResponse",
|
8409
|
+
"locationName":"item"
|
8410
|
+
}
|
8411
|
+
},
|
7681
8412
|
"ElasticGpuSpecifications":{
|
7682
8413
|
"type":"list",
|
7683
8414
|
"member":{
|
@@ -7956,6 +8687,23 @@
|
|
7956
8687
|
"locationName":"Filter"
|
7957
8688
|
}
|
7958
8689
|
},
|
8690
|
+
"FleetLaunchTemplateSpecification":{
|
8691
|
+
"type":"structure",
|
8692
|
+
"members":{
|
8693
|
+
"LaunchTemplateId":{
|
8694
|
+
"shape":"String",
|
8695
|
+
"locationName":"launchTemplateId"
|
8696
|
+
},
|
8697
|
+
"LaunchTemplateName":{
|
8698
|
+
"shape":"LaunchTemplateName",
|
8699
|
+
"locationName":"launchTemplateName"
|
8700
|
+
},
|
8701
|
+
"Version":{
|
8702
|
+
"shape":"String",
|
8703
|
+
"locationName":"version"
|
8704
|
+
}
|
8705
|
+
}
|
8706
|
+
},
|
7959
8707
|
"FleetType":{
|
7960
8708
|
"type":"string",
|
7961
8709
|
"enum":[
|
@@ -8237,6 +8985,23 @@
|
|
8237
8985
|
}
|
8238
8986
|
}
|
8239
8987
|
},
|
8988
|
+
"GetLaunchTemplateDataRequest":{
|
8989
|
+
"type":"structure",
|
8990
|
+
"required":["InstanceId"],
|
8991
|
+
"members":{
|
8992
|
+
"DryRun":{"shape":"Boolean"},
|
8993
|
+
"InstanceId":{"shape":"String"}
|
8994
|
+
}
|
8995
|
+
},
|
8996
|
+
"GetLaunchTemplateDataResult":{
|
8997
|
+
"type":"structure",
|
8998
|
+
"members":{
|
8999
|
+
"LaunchTemplateData":{
|
9000
|
+
"shape":"ResponseLaunchTemplateData",
|
9001
|
+
"locationName":"launchTemplateData"
|
9002
|
+
}
|
9003
|
+
}
|
9004
|
+
},
|
8240
9005
|
"GetPasswordDataRequest":{
|
8241
9006
|
"type":"structure",
|
8242
9007
|
"required":["InstanceId"],
|
@@ -9724,6 +10489,7 @@
|
|
9724
10489
|
"InstanceInterruptionBehavior":{
|
9725
10490
|
"type":"string",
|
9726
10491
|
"enum":[
|
10492
|
+
"hibernate",
|
9727
10493
|
"stop",
|
9728
10494
|
"terminate"
|
9729
10495
|
]
|
@@ -9744,6 +10510,19 @@
|
|
9744
10510
|
"locationName":"item"
|
9745
10511
|
}
|
9746
10512
|
},
|
10513
|
+
"InstanceIpv6AddressListRequest":{
|
10514
|
+
"type":"list",
|
10515
|
+
"member":{
|
10516
|
+
"shape":"InstanceIpv6AddressRequest",
|
10517
|
+
"locationName":"InstanceIpv6Address"
|
10518
|
+
}
|
10519
|
+
},
|
10520
|
+
"InstanceIpv6AddressRequest":{
|
10521
|
+
"type":"structure",
|
10522
|
+
"members":{
|
10523
|
+
"Ipv6Address":{"shape":"String"}
|
10524
|
+
}
|
10525
|
+
},
|
9747
10526
|
"InstanceLifecycleType":{
|
9748
10527
|
"type":"string",
|
9749
10528
|
"enum":[
|
@@ -9758,6 +10537,13 @@
|
|
9758
10537
|
"locationName":"item"
|
9759
10538
|
}
|
9760
10539
|
},
|
10540
|
+
"InstanceMarketOptionsRequest":{
|
10541
|
+
"type":"structure",
|
10542
|
+
"members":{
|
10543
|
+
"MarketType":{"shape":"MarketType"},
|
10544
|
+
"SpotOptions":{"shape":"SpotMarketOptions"}
|
10545
|
+
}
|
10546
|
+
},
|
9761
10547
|
"InstanceMonitoring":{
|
9762
10548
|
"type":"structure",
|
9763
10549
|
"members":{
|
@@ -10539,8 +11325,518 @@
|
|
10539
11325
|
"member":{
|
10540
11326
|
"shape":"SpotFleetLaunchSpecification",
|
10541
11327
|
"locationName":"item"
|
10542
|
-
}
|
10543
|
-
|
11328
|
+
}
|
11329
|
+
},
|
11330
|
+
"LaunchTemplate":{
|
11331
|
+
"type":"structure",
|
11332
|
+
"members":{
|
11333
|
+
"LaunchTemplateId":{
|
11334
|
+
"shape":"String",
|
11335
|
+
"locationName":"launchTemplateId"
|
11336
|
+
},
|
11337
|
+
"LaunchTemplateName":{
|
11338
|
+
"shape":"LaunchTemplateName",
|
11339
|
+
"locationName":"launchTemplateName"
|
11340
|
+
},
|
11341
|
+
"CreateTime":{
|
11342
|
+
"shape":"DateTime",
|
11343
|
+
"locationName":"createTime"
|
11344
|
+
},
|
11345
|
+
"CreatedBy":{
|
11346
|
+
"shape":"String",
|
11347
|
+
"locationName":"createdBy"
|
11348
|
+
},
|
11349
|
+
"DefaultVersionNumber":{
|
11350
|
+
"shape":"Long",
|
11351
|
+
"locationName":"defaultVersionNumber"
|
11352
|
+
},
|
11353
|
+
"LatestVersionNumber":{
|
11354
|
+
"shape":"Long",
|
11355
|
+
"locationName":"latestVersionNumber"
|
11356
|
+
},
|
11357
|
+
"Tags":{
|
11358
|
+
"shape":"TagList",
|
11359
|
+
"locationName":"tagSet"
|
11360
|
+
}
|
11361
|
+
}
|
11362
|
+
},
|
11363
|
+
"LaunchTemplateBlockDeviceMapping":{
|
11364
|
+
"type":"structure",
|
11365
|
+
"members":{
|
11366
|
+
"DeviceName":{
|
11367
|
+
"shape":"String",
|
11368
|
+
"locationName":"deviceName"
|
11369
|
+
},
|
11370
|
+
"VirtualName":{
|
11371
|
+
"shape":"String",
|
11372
|
+
"locationName":"virtualName"
|
11373
|
+
},
|
11374
|
+
"Ebs":{
|
11375
|
+
"shape":"LaunchTemplateEbsBlockDevice",
|
11376
|
+
"locationName":"ebs"
|
11377
|
+
},
|
11378
|
+
"NoDevice":{
|
11379
|
+
"shape":"String",
|
11380
|
+
"locationName":"noDevice"
|
11381
|
+
}
|
11382
|
+
}
|
11383
|
+
},
|
11384
|
+
"LaunchTemplateBlockDeviceMappingList":{
|
11385
|
+
"type":"list",
|
11386
|
+
"member":{
|
11387
|
+
"shape":"LaunchTemplateBlockDeviceMapping",
|
11388
|
+
"locationName":"item"
|
11389
|
+
}
|
11390
|
+
},
|
11391
|
+
"LaunchTemplateBlockDeviceMappingRequest":{
|
11392
|
+
"type":"structure",
|
11393
|
+
"members":{
|
11394
|
+
"DeviceName":{"shape":"String"},
|
11395
|
+
"VirtualName":{"shape":"String"},
|
11396
|
+
"Ebs":{"shape":"LaunchTemplateEbsBlockDeviceRequest"},
|
11397
|
+
"NoDevice":{"shape":"String"}
|
11398
|
+
}
|
11399
|
+
},
|
11400
|
+
"LaunchTemplateBlockDeviceMappingRequestList":{
|
11401
|
+
"type":"list",
|
11402
|
+
"member":{
|
11403
|
+
"shape":"LaunchTemplateBlockDeviceMappingRequest",
|
11404
|
+
"locationName":"BlockDeviceMapping"
|
11405
|
+
}
|
11406
|
+
},
|
11407
|
+
"LaunchTemplateConfig":{
|
11408
|
+
"type":"structure",
|
11409
|
+
"members":{
|
11410
|
+
"LaunchTemplateSpecification":{
|
11411
|
+
"shape":"FleetLaunchTemplateSpecification",
|
11412
|
+
"locationName":"launchTemplateSpecification"
|
11413
|
+
},
|
11414
|
+
"Overrides":{
|
11415
|
+
"shape":"LaunchTemplateOverridesList",
|
11416
|
+
"locationName":"overrides"
|
11417
|
+
}
|
11418
|
+
}
|
11419
|
+
},
|
11420
|
+
"LaunchTemplateConfigList":{
|
11421
|
+
"type":"list",
|
11422
|
+
"member":{
|
11423
|
+
"shape":"LaunchTemplateConfig",
|
11424
|
+
"locationName":"item"
|
11425
|
+
}
|
11426
|
+
},
|
11427
|
+
"LaunchTemplateEbsBlockDevice":{
|
11428
|
+
"type":"structure",
|
11429
|
+
"members":{
|
11430
|
+
"Encrypted":{
|
11431
|
+
"shape":"Boolean",
|
11432
|
+
"locationName":"encrypted"
|
11433
|
+
},
|
11434
|
+
"DeleteOnTermination":{
|
11435
|
+
"shape":"Boolean",
|
11436
|
+
"locationName":"deleteOnTermination"
|
11437
|
+
},
|
11438
|
+
"Iops":{
|
11439
|
+
"shape":"Integer",
|
11440
|
+
"locationName":"iops"
|
11441
|
+
},
|
11442
|
+
"KmsKeyId":{
|
11443
|
+
"shape":"String",
|
11444
|
+
"locationName":"kmsKeyId"
|
11445
|
+
},
|
11446
|
+
"SnapshotId":{
|
11447
|
+
"shape":"String",
|
11448
|
+
"locationName":"snapshotId"
|
11449
|
+
},
|
11450
|
+
"VolumeSize":{
|
11451
|
+
"shape":"Integer",
|
11452
|
+
"locationName":"volumeSize"
|
11453
|
+
},
|
11454
|
+
"VolumeType":{
|
11455
|
+
"shape":"VolumeType",
|
11456
|
+
"locationName":"volumeType"
|
11457
|
+
}
|
11458
|
+
}
|
11459
|
+
},
|
11460
|
+
"LaunchTemplateEbsBlockDeviceRequest":{
|
11461
|
+
"type":"structure",
|
11462
|
+
"members":{
|
11463
|
+
"Encrypted":{"shape":"Boolean"},
|
11464
|
+
"DeleteOnTermination":{"shape":"Boolean"},
|
11465
|
+
"Iops":{"shape":"Integer"},
|
11466
|
+
"KmsKeyId":{"shape":"String"},
|
11467
|
+
"SnapshotId":{"shape":"String"},
|
11468
|
+
"VolumeSize":{"shape":"Integer"},
|
11469
|
+
"VolumeType":{"shape":"VolumeType"}
|
11470
|
+
}
|
11471
|
+
},
|
11472
|
+
"LaunchTemplateErrorCode":{
|
11473
|
+
"type":"string",
|
11474
|
+
"enum":[
|
11475
|
+
"launchTemplateIdDoesNotExist",
|
11476
|
+
"launchTemplateIdMalformed",
|
11477
|
+
"launchTemplateNameDoesNotExist",
|
11478
|
+
"launchTemplateNameMalformed",
|
11479
|
+
"launchTemplateVersionDoesNotExist",
|
11480
|
+
"unexpectedError"
|
11481
|
+
]
|
11482
|
+
},
|
11483
|
+
"LaunchTemplateIamInstanceProfileSpecification":{
|
11484
|
+
"type":"structure",
|
11485
|
+
"members":{
|
11486
|
+
"Arn":{
|
11487
|
+
"shape":"String",
|
11488
|
+
"locationName":"arn"
|
11489
|
+
},
|
11490
|
+
"Name":{
|
11491
|
+
"shape":"String",
|
11492
|
+
"locationName":"name"
|
11493
|
+
}
|
11494
|
+
}
|
11495
|
+
},
|
11496
|
+
"LaunchTemplateIamInstanceProfileSpecificationRequest":{
|
11497
|
+
"type":"structure",
|
11498
|
+
"members":{
|
11499
|
+
"Arn":{"shape":"String"},
|
11500
|
+
"Name":{"shape":"String"}
|
11501
|
+
}
|
11502
|
+
},
|
11503
|
+
"LaunchTemplateInstanceMarketOptions":{
|
11504
|
+
"type":"structure",
|
11505
|
+
"members":{
|
11506
|
+
"MarketType":{
|
11507
|
+
"shape":"MarketType",
|
11508
|
+
"locationName":"marketType"
|
11509
|
+
},
|
11510
|
+
"SpotOptions":{
|
11511
|
+
"shape":"LaunchTemplateSpotMarketOptions",
|
11512
|
+
"locationName":"spotOptions"
|
11513
|
+
}
|
11514
|
+
}
|
11515
|
+
},
|
11516
|
+
"LaunchTemplateInstanceMarketOptionsRequest":{
|
11517
|
+
"type":"structure",
|
11518
|
+
"members":{
|
11519
|
+
"MarketType":{"shape":"MarketType"},
|
11520
|
+
"SpotOptions":{"shape":"LaunchTemplateSpotMarketOptionsRequest"}
|
11521
|
+
}
|
11522
|
+
},
|
11523
|
+
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
|
11524
|
+
"type":"structure",
|
11525
|
+
"members":{
|
11526
|
+
"AssociatePublicIpAddress":{
|
11527
|
+
"shape":"Boolean",
|
11528
|
+
"locationName":"associatePublicIpAddress"
|
11529
|
+
},
|
11530
|
+
"DeleteOnTermination":{
|
11531
|
+
"shape":"Boolean",
|
11532
|
+
"locationName":"deleteOnTermination"
|
11533
|
+
},
|
11534
|
+
"Description":{
|
11535
|
+
"shape":"String",
|
11536
|
+
"locationName":"description"
|
11537
|
+
},
|
11538
|
+
"DeviceIndex":{
|
11539
|
+
"shape":"Integer",
|
11540
|
+
"locationName":"deviceIndex"
|
11541
|
+
},
|
11542
|
+
"Groups":{
|
11543
|
+
"shape":"GroupIdStringList",
|
11544
|
+
"locationName":"groupSet"
|
11545
|
+
},
|
11546
|
+
"Ipv6AddressCount":{
|
11547
|
+
"shape":"Integer",
|
11548
|
+
"locationName":"ipv6AddressCount"
|
11549
|
+
},
|
11550
|
+
"Ipv6Addresses":{
|
11551
|
+
"shape":"InstanceIpv6AddressList",
|
11552
|
+
"locationName":"ipv6AddressesSet"
|
11553
|
+
},
|
11554
|
+
"NetworkInterfaceId":{
|
11555
|
+
"shape":"String",
|
11556
|
+
"locationName":"networkInterfaceId"
|
11557
|
+
},
|
11558
|
+
"PrivateIpAddress":{
|
11559
|
+
"shape":"String",
|
11560
|
+
"locationName":"privateIpAddress"
|
11561
|
+
},
|
11562
|
+
"PrivateIpAddresses":{
|
11563
|
+
"shape":"PrivateIpAddressSpecificationList",
|
11564
|
+
"locationName":"privateIpAddressesSet"
|
11565
|
+
},
|
11566
|
+
"SecondaryPrivateIpAddressCount":{
|
11567
|
+
"shape":"Integer",
|
11568
|
+
"locationName":"secondaryPrivateIpAddressCount"
|
11569
|
+
},
|
11570
|
+
"SubnetId":{
|
11571
|
+
"shape":"String",
|
11572
|
+
"locationName":"subnetId"
|
11573
|
+
}
|
11574
|
+
}
|
11575
|
+
},
|
11576
|
+
"LaunchTemplateInstanceNetworkInterfaceSpecificationList":{
|
11577
|
+
"type":"list",
|
11578
|
+
"member":{
|
11579
|
+
"shape":"LaunchTemplateInstanceNetworkInterfaceSpecification",
|
11580
|
+
"locationName":"item"
|
11581
|
+
}
|
11582
|
+
},
|
11583
|
+
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{
|
11584
|
+
"type":"structure",
|
11585
|
+
"members":{
|
11586
|
+
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
11587
|
+
"DeleteOnTermination":{"shape":"Boolean"},
|
11588
|
+
"Description":{"shape":"String"},
|
11589
|
+
"DeviceIndex":{"shape":"Integer"},
|
11590
|
+
"Groups":{
|
11591
|
+
"shape":"SecurityGroupIdStringList",
|
11592
|
+
"locationName":"SecurityGroupId"
|
11593
|
+
},
|
11594
|
+
"Ipv6AddressCount":{"shape":"Integer"},
|
11595
|
+
"Ipv6Addresses":{"shape":"InstanceIpv6AddressListRequest"},
|
11596
|
+
"NetworkInterfaceId":{"shape":"String"},
|
11597
|
+
"PrivateIpAddress":{"shape":"String"},
|
11598
|
+
"PrivateIpAddresses":{"shape":"PrivateIpAddressSpecificationList"},
|
11599
|
+
"SecondaryPrivateIpAddressCount":{"shape":"Integer"},
|
11600
|
+
"SubnetId":{"shape":"String"}
|
11601
|
+
}
|
11602
|
+
},
|
11603
|
+
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{
|
11604
|
+
"type":"list",
|
11605
|
+
"member":{
|
11606
|
+
"shape":"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest",
|
11607
|
+
"locationName":"InstanceNetworkInterfaceSpecification"
|
11608
|
+
}
|
11609
|
+
},
|
11610
|
+
"LaunchTemplateName":{
|
11611
|
+
"type":"string",
|
11612
|
+
"max":128,
|
11613
|
+
"min":3,
|
11614
|
+
"pattern":"[a-zA-Z0-9\\(\\)\\.-/_]+"
|
11615
|
+
},
|
11616
|
+
"LaunchTemplateNameStringList":{
|
11617
|
+
"type":"list",
|
11618
|
+
"member":{
|
11619
|
+
"shape":"LaunchTemplateName",
|
11620
|
+
"locationName":"item"
|
11621
|
+
}
|
11622
|
+
},
|
11623
|
+
"LaunchTemplateOverrides":{
|
11624
|
+
"type":"structure",
|
11625
|
+
"members":{
|
11626
|
+
"InstanceType":{
|
11627
|
+
"shape":"InstanceType",
|
11628
|
+
"locationName":"instanceType"
|
11629
|
+
},
|
11630
|
+
"SpotPrice":{
|
11631
|
+
"shape":"String",
|
11632
|
+
"locationName":"spotPrice"
|
11633
|
+
},
|
11634
|
+
"SubnetId":{
|
11635
|
+
"shape":"String",
|
11636
|
+
"locationName":"subnetId"
|
11637
|
+
},
|
11638
|
+
"AvailabilityZone":{
|
11639
|
+
"shape":"String",
|
11640
|
+
"locationName":"availabilityZone"
|
11641
|
+
},
|
11642
|
+
"WeightedCapacity":{
|
11643
|
+
"shape":"Double",
|
11644
|
+
"locationName":"weightedCapacity"
|
11645
|
+
}
|
11646
|
+
}
|
11647
|
+
},
|
11648
|
+
"LaunchTemplateOverridesList":{
|
11649
|
+
"type":"list",
|
11650
|
+
"member":{
|
11651
|
+
"shape":"LaunchTemplateOverrides",
|
11652
|
+
"locationName":"item"
|
11653
|
+
}
|
11654
|
+
},
|
11655
|
+
"LaunchTemplatePlacement":{
|
11656
|
+
"type":"structure",
|
11657
|
+
"members":{
|
11658
|
+
"AvailabilityZone":{
|
11659
|
+
"shape":"String",
|
11660
|
+
"locationName":"availabilityZone"
|
11661
|
+
},
|
11662
|
+
"Affinity":{
|
11663
|
+
"shape":"String",
|
11664
|
+
"locationName":"affinity"
|
11665
|
+
},
|
11666
|
+
"GroupName":{
|
11667
|
+
"shape":"String",
|
11668
|
+
"locationName":"groupName"
|
11669
|
+
},
|
11670
|
+
"HostId":{
|
11671
|
+
"shape":"String",
|
11672
|
+
"locationName":"hostId"
|
11673
|
+
},
|
11674
|
+
"Tenancy":{
|
11675
|
+
"shape":"Tenancy",
|
11676
|
+
"locationName":"tenancy"
|
11677
|
+
},
|
11678
|
+
"SpreadDomain":{
|
11679
|
+
"shape":"String",
|
11680
|
+
"locationName":"spreadDomain"
|
11681
|
+
}
|
11682
|
+
}
|
11683
|
+
},
|
11684
|
+
"LaunchTemplatePlacementRequest":{
|
11685
|
+
"type":"structure",
|
11686
|
+
"members":{
|
11687
|
+
"AvailabilityZone":{"shape":"String"},
|
11688
|
+
"Affinity":{"shape":"String"},
|
11689
|
+
"GroupName":{"shape":"String"},
|
11690
|
+
"HostId":{"shape":"String"},
|
11691
|
+
"Tenancy":{"shape":"Tenancy"},
|
11692
|
+
"SpreadDomain":{"shape":"String"}
|
11693
|
+
}
|
11694
|
+
},
|
11695
|
+
"LaunchTemplateSet":{
|
11696
|
+
"type":"list",
|
11697
|
+
"member":{
|
11698
|
+
"shape":"LaunchTemplate",
|
11699
|
+
"locationName":"item"
|
11700
|
+
}
|
11701
|
+
},
|
11702
|
+
"LaunchTemplateSpecification":{
|
11703
|
+
"type":"structure",
|
11704
|
+
"members":{
|
11705
|
+
"LaunchTemplateId":{"shape":"String"},
|
11706
|
+
"LaunchTemplateName":{"shape":"String"},
|
11707
|
+
"Version":{"shape":"String"}
|
11708
|
+
}
|
11709
|
+
},
|
11710
|
+
"LaunchTemplateSpotMarketOptions":{
|
11711
|
+
"type":"structure",
|
11712
|
+
"members":{
|
11713
|
+
"MaxPrice":{
|
11714
|
+
"shape":"String",
|
11715
|
+
"locationName":"maxPrice"
|
11716
|
+
},
|
11717
|
+
"SpotInstanceType":{
|
11718
|
+
"shape":"SpotInstanceType",
|
11719
|
+
"locationName":"spotInstanceType"
|
11720
|
+
},
|
11721
|
+
"BlockDurationMinutes":{
|
11722
|
+
"shape":"Integer",
|
11723
|
+
"locationName":"blockDurationMinutes"
|
11724
|
+
},
|
11725
|
+
"ValidUntil":{
|
11726
|
+
"shape":"DateTime",
|
11727
|
+
"locationName":"validUntil"
|
11728
|
+
},
|
11729
|
+
"InstanceInterruptionBehavior":{
|
11730
|
+
"shape":"InstanceInterruptionBehavior",
|
11731
|
+
"locationName":"instanceInterruptionBehavior"
|
11732
|
+
}
|
11733
|
+
}
|
11734
|
+
},
|
11735
|
+
"LaunchTemplateSpotMarketOptionsRequest":{
|
11736
|
+
"type":"structure",
|
11737
|
+
"members":{
|
11738
|
+
"MaxPrice":{"shape":"String"},
|
11739
|
+
"SpotInstanceType":{"shape":"SpotInstanceType"},
|
11740
|
+
"BlockDurationMinutes":{"shape":"Integer"},
|
11741
|
+
"ValidUntil":{"shape":"DateTime"},
|
11742
|
+
"InstanceInterruptionBehavior":{"shape":"InstanceInterruptionBehavior"}
|
11743
|
+
}
|
11744
|
+
},
|
11745
|
+
"LaunchTemplateTagSpecification":{
|
11746
|
+
"type":"structure",
|
11747
|
+
"members":{
|
11748
|
+
"ResourceType":{
|
11749
|
+
"shape":"ResourceType",
|
11750
|
+
"locationName":"resourceType"
|
11751
|
+
},
|
11752
|
+
"Tags":{
|
11753
|
+
"shape":"TagList",
|
11754
|
+
"locationName":"tagSet"
|
11755
|
+
}
|
11756
|
+
}
|
11757
|
+
},
|
11758
|
+
"LaunchTemplateTagSpecificationList":{
|
11759
|
+
"type":"list",
|
11760
|
+
"member":{
|
11761
|
+
"shape":"LaunchTemplateTagSpecification",
|
11762
|
+
"locationName":"item"
|
11763
|
+
}
|
11764
|
+
},
|
11765
|
+
"LaunchTemplateTagSpecificationRequest":{
|
11766
|
+
"type":"structure",
|
11767
|
+
"members":{
|
11768
|
+
"ResourceType":{"shape":"ResourceType"},
|
11769
|
+
"Tags":{
|
11770
|
+
"shape":"TagList",
|
11771
|
+
"locationName":"Tag"
|
11772
|
+
}
|
11773
|
+
}
|
11774
|
+
},
|
11775
|
+
"LaunchTemplateTagSpecificationRequestList":{
|
11776
|
+
"type":"list",
|
11777
|
+
"member":{
|
11778
|
+
"shape":"LaunchTemplateTagSpecificationRequest",
|
11779
|
+
"locationName":"LaunchTemplateTagSpecificationRequest"
|
11780
|
+
}
|
11781
|
+
},
|
11782
|
+
"LaunchTemplateVersion":{
|
11783
|
+
"type":"structure",
|
11784
|
+
"members":{
|
11785
|
+
"LaunchTemplateId":{
|
11786
|
+
"shape":"String",
|
11787
|
+
"locationName":"launchTemplateId"
|
11788
|
+
},
|
11789
|
+
"LaunchTemplateName":{
|
11790
|
+
"shape":"LaunchTemplateName",
|
11791
|
+
"locationName":"launchTemplateName"
|
11792
|
+
},
|
11793
|
+
"VersionNumber":{
|
11794
|
+
"shape":"Long",
|
11795
|
+
"locationName":"versionNumber"
|
11796
|
+
},
|
11797
|
+
"VersionDescription":{
|
11798
|
+
"shape":"VersionDescription",
|
11799
|
+
"locationName":"versionDescription"
|
11800
|
+
},
|
11801
|
+
"CreateTime":{
|
11802
|
+
"shape":"DateTime",
|
11803
|
+
"locationName":"createTime"
|
11804
|
+
},
|
11805
|
+
"CreatedBy":{
|
11806
|
+
"shape":"String",
|
11807
|
+
"locationName":"createdBy"
|
11808
|
+
},
|
11809
|
+
"DefaultVersion":{
|
11810
|
+
"shape":"Boolean",
|
11811
|
+
"locationName":"defaultVersion"
|
11812
|
+
},
|
11813
|
+
"LaunchTemplateData":{
|
11814
|
+
"shape":"ResponseLaunchTemplateData",
|
11815
|
+
"locationName":"launchTemplateData"
|
11816
|
+
}
|
11817
|
+
}
|
11818
|
+
},
|
11819
|
+
"LaunchTemplateVersionSet":{
|
11820
|
+
"type":"list",
|
11821
|
+
"member":{
|
11822
|
+
"shape":"LaunchTemplateVersion",
|
11823
|
+
"locationName":"item"
|
11824
|
+
}
|
11825
|
+
},
|
11826
|
+
"LaunchTemplatesMonitoring":{
|
11827
|
+
"type":"structure",
|
11828
|
+
"members":{
|
11829
|
+
"Enabled":{
|
11830
|
+
"shape":"Boolean",
|
11831
|
+
"locationName":"enabled"
|
11832
|
+
}
|
11833
|
+
}
|
11834
|
+
},
|
11835
|
+
"LaunchTemplatesMonitoringRequest":{
|
11836
|
+
"type":"structure",
|
11837
|
+
"members":{
|
11838
|
+
"Enabled":{"shape":"Boolean"}
|
11839
|
+
}
|
10544
11840
|
},
|
10545
11841
|
"ListingState":{
|
10546
11842
|
"type":"string",
|
@@ -10615,6 +11911,10 @@
|
|
10615
11911
|
}
|
10616
11912
|
},
|
10617
11913
|
"Long":{"type":"long"},
|
11914
|
+
"MarketType":{
|
11915
|
+
"type":"string",
|
11916
|
+
"enum":["spot"]
|
11917
|
+
},
|
10618
11918
|
"MaxResults":{
|
10619
11919
|
"type":"integer",
|
10620
11920
|
"max":255,
|
@@ -10843,6 +12143,28 @@
|
|
10843
12143
|
}
|
10844
12144
|
}
|
10845
12145
|
},
|
12146
|
+
"ModifyLaunchTemplateRequest":{
|
12147
|
+
"type":"structure",
|
12148
|
+
"members":{
|
12149
|
+
"DryRun":{"shape":"Boolean"},
|
12150
|
+
"ClientToken":{"shape":"String"},
|
12151
|
+
"LaunchTemplateId":{"shape":"String"},
|
12152
|
+
"LaunchTemplateName":{"shape":"LaunchTemplateName"},
|
12153
|
+
"DefaultVersion":{
|
12154
|
+
"shape":"String",
|
12155
|
+
"locationName":"SetDefaultVersion"
|
12156
|
+
}
|
12157
|
+
}
|
12158
|
+
},
|
12159
|
+
"ModifyLaunchTemplateResult":{
|
12160
|
+
"type":"structure",
|
12161
|
+
"members":{
|
12162
|
+
"LaunchTemplate":{
|
12163
|
+
"shape":"LaunchTemplate",
|
12164
|
+
"locationName":"launchTemplate"
|
12165
|
+
}
|
12166
|
+
}
|
12167
|
+
},
|
10846
12168
|
"ModifyNetworkInterfaceAttributeRequest":{
|
10847
12169
|
"type":"structure",
|
10848
12170
|
"required":["NetworkInterfaceId"],
|
@@ -11008,6 +12330,25 @@
|
|
11008
12330
|
}
|
11009
12331
|
}
|
11010
12332
|
},
|
12333
|
+
"ModifyVpcEndpointConnectionNotificationRequest":{
|
12334
|
+
"type":"structure",
|
12335
|
+
"required":["ConnectionNotificationId"],
|
12336
|
+
"members":{
|
12337
|
+
"DryRun":{"shape":"Boolean"},
|
12338
|
+
"ConnectionNotificationId":{"shape":"String"},
|
12339
|
+
"ConnectionNotificationArn":{"shape":"String"},
|
12340
|
+
"ConnectionEvents":{"shape":"ValueStringList"}
|
12341
|
+
}
|
12342
|
+
},
|
12343
|
+
"ModifyVpcEndpointConnectionNotificationResult":{
|
12344
|
+
"type":"structure",
|
12345
|
+
"members":{
|
12346
|
+
"ReturnValue":{
|
12347
|
+
"shape":"Boolean",
|
12348
|
+
"locationName":"return"
|
12349
|
+
}
|
12350
|
+
}
|
12351
|
+
},
|
11011
12352
|
"ModifyVpcEndpointRequest":{
|
11012
12353
|
"type":"structure",
|
11013
12354
|
"required":["VpcEndpointId"],
|
@@ -11052,6 +12393,51 @@
|
|
11052
12393
|
}
|
11053
12394
|
}
|
11054
12395
|
},
|
12396
|
+
"ModifyVpcEndpointServiceConfigurationRequest":{
|
12397
|
+
"type":"structure",
|
12398
|
+
"required":["ServiceId"],
|
12399
|
+
"members":{
|
12400
|
+
"DryRun":{"shape":"Boolean"},
|
12401
|
+
"ServiceId":{"shape":"String"},
|
12402
|
+
"AcceptanceRequired":{"shape":"Boolean"},
|
12403
|
+
"AddNetworkLoadBalancerArns":{
|
12404
|
+
"shape":"ValueStringList",
|
12405
|
+
"locationName":"addNetworkLoadBalancerArn"
|
12406
|
+
},
|
12407
|
+
"RemoveNetworkLoadBalancerArns":{
|
12408
|
+
"shape":"ValueStringList",
|
12409
|
+
"locationName":"removeNetworkLoadBalancerArn"
|
12410
|
+
}
|
12411
|
+
}
|
12412
|
+
},
|
12413
|
+
"ModifyVpcEndpointServiceConfigurationResult":{
|
12414
|
+
"type":"structure",
|
12415
|
+
"members":{
|
12416
|
+
"Return":{
|
12417
|
+
"shape":"Boolean",
|
12418
|
+
"locationName":"return"
|
12419
|
+
}
|
12420
|
+
}
|
12421
|
+
},
|
12422
|
+
"ModifyVpcEndpointServicePermissionsRequest":{
|
12423
|
+
"type":"structure",
|
12424
|
+
"required":["ServiceId"],
|
12425
|
+
"members":{
|
12426
|
+
"DryRun":{"shape":"Boolean"},
|
12427
|
+
"ServiceId":{"shape":"String"},
|
12428
|
+
"AddAllowedPrincipals":{"shape":"ValueStringList"},
|
12429
|
+
"RemoveAllowedPrincipals":{"shape":"ValueStringList"}
|
12430
|
+
}
|
12431
|
+
},
|
12432
|
+
"ModifyVpcEndpointServicePermissionsResult":{
|
12433
|
+
"type":"structure",
|
12434
|
+
"members":{
|
12435
|
+
"ReturnValue":{
|
12436
|
+
"shape":"Boolean",
|
12437
|
+
"locationName":"return"
|
12438
|
+
}
|
12439
|
+
}
|
12440
|
+
},
|
11055
12441
|
"ModifyVpcPeeringConnectionOptionsRequest":{
|
11056
12442
|
"type":"structure",
|
11057
12443
|
"required":["VpcPeeringConnectionId"],
|
@@ -12017,6 +13403,17 @@
|
|
12017
13403
|
"locationName":"item"
|
12018
13404
|
}
|
12019
13405
|
},
|
13406
|
+
"PrincipalType":{
|
13407
|
+
"type":"string",
|
13408
|
+
"enum":[
|
13409
|
+
"All",
|
13410
|
+
"Service",
|
13411
|
+
"OrganizationUnit",
|
13412
|
+
"Account",
|
13413
|
+
"User",
|
13414
|
+
"Role"
|
13415
|
+
]
|
13416
|
+
},
|
12020
13417
|
"PrivateIpAddressConfigSet":{
|
12021
13418
|
"type":"list",
|
12022
13419
|
"member":{
|
@@ -12444,6 +13841,30 @@
|
|
12444
13841
|
}
|
12445
13842
|
}
|
12446
13843
|
},
|
13844
|
+
"RejectVpcEndpointConnectionsRequest":{
|
13845
|
+
"type":"structure",
|
13846
|
+
"required":[
|
13847
|
+
"ServiceId",
|
13848
|
+
"VpcEndpointIds"
|
13849
|
+
],
|
13850
|
+
"members":{
|
13851
|
+
"DryRun":{"shape":"Boolean"},
|
13852
|
+
"ServiceId":{"shape":"String"},
|
13853
|
+
"VpcEndpointIds":{
|
13854
|
+
"shape":"ValueStringList",
|
13855
|
+
"locationName":"VpcEndpointId"
|
13856
|
+
}
|
13857
|
+
}
|
13858
|
+
},
|
13859
|
+
"RejectVpcEndpointConnectionsResult":{
|
13860
|
+
"type":"structure",
|
13861
|
+
"members":{
|
13862
|
+
"Unsuccessful":{
|
13863
|
+
"shape":"UnsuccessfulItemSet",
|
13864
|
+
"locationName":"unsuccessful"
|
13865
|
+
}
|
13866
|
+
}
|
13867
|
+
},
|
12447
13868
|
"RejectVpcPeeringConnectionRequest":{
|
12448
13869
|
"type":"structure",
|
12449
13870
|
"required":["VpcPeeringConnectionId"],
|
@@ -12752,6 +14173,49 @@
|
|
12752
14173
|
"locationName":"item"
|
12753
14174
|
}
|
12754
14175
|
},
|
14176
|
+
"RequestLaunchTemplateData":{
|
14177
|
+
"type":"structure",
|
14178
|
+
"members":{
|
14179
|
+
"KernelId":{"shape":"String"},
|
14180
|
+
"EbsOptimized":{"shape":"Boolean"},
|
14181
|
+
"IamInstanceProfile":{"shape":"LaunchTemplateIamInstanceProfileSpecificationRequest"},
|
14182
|
+
"BlockDeviceMappings":{
|
14183
|
+
"shape":"LaunchTemplateBlockDeviceMappingRequestList",
|
14184
|
+
"locationName":"BlockDeviceMapping"
|
14185
|
+
},
|
14186
|
+
"NetworkInterfaces":{
|
14187
|
+
"shape":"LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList",
|
14188
|
+
"locationName":"NetworkInterface"
|
14189
|
+
},
|
14190
|
+
"ImageId":{"shape":"String"},
|
14191
|
+
"InstanceType":{"shape":"InstanceType"},
|
14192
|
+
"KeyName":{"shape":"String"},
|
14193
|
+
"Monitoring":{"shape":"LaunchTemplatesMonitoringRequest"},
|
14194
|
+
"Placement":{"shape":"LaunchTemplatePlacementRequest"},
|
14195
|
+
"RamDiskId":{"shape":"String"},
|
14196
|
+
"DisableApiTermination":{"shape":"Boolean"},
|
14197
|
+
"InstanceInitiatedShutdownBehavior":{"shape":"ShutdownBehavior"},
|
14198
|
+
"UserData":{"shape":"String"},
|
14199
|
+
"TagSpecifications":{
|
14200
|
+
"shape":"LaunchTemplateTagSpecificationRequestList",
|
14201
|
+
"locationName":"TagSpecification"
|
14202
|
+
},
|
14203
|
+
"ElasticGpuSpecifications":{
|
14204
|
+
"shape":"ElasticGpuSpecificationList",
|
14205
|
+
"locationName":"ElasticGpuSpecification"
|
14206
|
+
},
|
14207
|
+
"SecurityGroupIds":{
|
14208
|
+
"shape":"SecurityGroupIdStringList",
|
14209
|
+
"locationName":"SecurityGroupId"
|
14210
|
+
},
|
14211
|
+
"SecurityGroups":{
|
14212
|
+
"shape":"SecurityGroupStringList",
|
14213
|
+
"locationName":"SecurityGroup"
|
14214
|
+
},
|
14215
|
+
"InstanceMarketOptions":{"shape":"LaunchTemplateInstanceMarketOptionsRequest"},
|
14216
|
+
"CreditSpecification":{"shape":"CreditSpecificationRequest"}
|
14217
|
+
}
|
14218
|
+
},
|
12755
14219
|
"RequestSpotFleetRequest":{
|
12756
14220
|
"type":"structure",
|
12757
14221
|
"required":["SpotFleetRequestConfig"],
|
@@ -12778,7 +14242,6 @@
|
|
12778
14242
|
},
|
12779
14243
|
"RequestSpotInstancesRequest":{
|
12780
14244
|
"type":"structure",
|
12781
|
-
"required":["SpotPrice"],
|
12782
14245
|
"members":{
|
12783
14246
|
"AvailabilityZoneGroup":{
|
12784
14247
|
"shape":"String",
|
@@ -13472,6 +14935,19 @@
|
|
13472
14935
|
"vpn-gateway"
|
13473
14936
|
]
|
13474
14937
|
},
|
14938
|
+
"ResponseError":{
|
14939
|
+
"type":"structure",
|
14940
|
+
"members":{
|
14941
|
+
"Code":{
|
14942
|
+
"shape":"LaunchTemplateErrorCode",
|
14943
|
+
"locationName":"code"
|
14944
|
+
},
|
14945
|
+
"Message":{
|
14946
|
+
"shape":"String",
|
14947
|
+
"locationName":"message"
|
14948
|
+
}
|
14949
|
+
}
|
14950
|
+
},
|
13475
14951
|
"ResponseHostIdList":{
|
13476
14952
|
"type":"list",
|
13477
14953
|
"member":{
|
@@ -13486,6 +14962,91 @@
|
|
13486
14962
|
"locationName":"item"
|
13487
14963
|
}
|
13488
14964
|
},
|
14965
|
+
"ResponseLaunchTemplateData":{
|
14966
|
+
"type":"structure",
|
14967
|
+
"members":{
|
14968
|
+
"KernelId":{
|
14969
|
+
"shape":"String",
|
14970
|
+
"locationName":"kernelId"
|
14971
|
+
},
|
14972
|
+
"EbsOptimized":{
|
14973
|
+
"shape":"Boolean",
|
14974
|
+
"locationName":"ebsOptimized"
|
14975
|
+
},
|
14976
|
+
"IamInstanceProfile":{
|
14977
|
+
"shape":"LaunchTemplateIamInstanceProfileSpecification",
|
14978
|
+
"locationName":"iamInstanceProfile"
|
14979
|
+
},
|
14980
|
+
"BlockDeviceMappings":{
|
14981
|
+
"shape":"LaunchTemplateBlockDeviceMappingList",
|
14982
|
+
"locationName":"blockDeviceMappingSet"
|
14983
|
+
},
|
14984
|
+
"NetworkInterfaces":{
|
14985
|
+
"shape":"LaunchTemplateInstanceNetworkInterfaceSpecificationList",
|
14986
|
+
"locationName":"networkInterfaceSet"
|
14987
|
+
},
|
14988
|
+
"ImageId":{
|
14989
|
+
"shape":"String",
|
14990
|
+
"locationName":"imageId"
|
14991
|
+
},
|
14992
|
+
"InstanceType":{
|
14993
|
+
"shape":"InstanceType",
|
14994
|
+
"locationName":"instanceType"
|
14995
|
+
},
|
14996
|
+
"KeyName":{
|
14997
|
+
"shape":"String",
|
14998
|
+
"locationName":"keyName"
|
14999
|
+
},
|
15000
|
+
"Monitoring":{
|
15001
|
+
"shape":"LaunchTemplatesMonitoring",
|
15002
|
+
"locationName":"monitoring"
|
15003
|
+
},
|
15004
|
+
"Placement":{
|
15005
|
+
"shape":"LaunchTemplatePlacement",
|
15006
|
+
"locationName":"placement"
|
15007
|
+
},
|
15008
|
+
"RamDiskId":{
|
15009
|
+
"shape":"String",
|
15010
|
+
"locationName":"ramDiskId"
|
15011
|
+
},
|
15012
|
+
"DisableApiTermination":{
|
15013
|
+
"shape":"Boolean",
|
15014
|
+
"locationName":"disableApiTermination"
|
15015
|
+
},
|
15016
|
+
"InstanceInitiatedShutdownBehavior":{
|
15017
|
+
"shape":"ShutdownBehavior",
|
15018
|
+
"locationName":"instanceInitiatedShutdownBehavior"
|
15019
|
+
},
|
15020
|
+
"UserData":{
|
15021
|
+
"shape":"String",
|
15022
|
+
"locationName":"userData"
|
15023
|
+
},
|
15024
|
+
"TagSpecifications":{
|
15025
|
+
"shape":"LaunchTemplateTagSpecificationList",
|
15026
|
+
"locationName":"tagSpecificationSet"
|
15027
|
+
},
|
15028
|
+
"ElasticGpuSpecifications":{
|
15029
|
+
"shape":"ElasticGpuSpecificationResponseList",
|
15030
|
+
"locationName":"elasticGpuSpecificationSet"
|
15031
|
+
},
|
15032
|
+
"SecurityGroupIds":{
|
15033
|
+
"shape":"ValueStringList",
|
15034
|
+
"locationName":"securityGroupIdSet"
|
15035
|
+
},
|
15036
|
+
"SecurityGroups":{
|
15037
|
+
"shape":"ValueStringList",
|
15038
|
+
"locationName":"securityGroupSet"
|
15039
|
+
},
|
15040
|
+
"InstanceMarketOptions":{
|
15041
|
+
"shape":"LaunchTemplateInstanceMarketOptions",
|
15042
|
+
"locationName":"instanceMarketOptions"
|
15043
|
+
},
|
15044
|
+
"CreditSpecification":{
|
15045
|
+
"shape":"CreditSpecification",
|
15046
|
+
"locationName":"creditSpecification"
|
15047
|
+
}
|
15048
|
+
}
|
15049
|
+
},
|
13489
15050
|
"RestorableByStringList":{
|
13490
15051
|
"type":"list",
|
13491
15052
|
"member":{"shape":"String"}
|
@@ -13736,7 +15297,6 @@
|
|
13736
15297
|
"RunInstancesRequest":{
|
13737
15298
|
"type":"structure",
|
13738
15299
|
"required":[
|
13739
|
-
"ImageId",
|
13740
15300
|
"MaxCount",
|
13741
15301
|
"MinCount"
|
13742
15302
|
],
|
@@ -13809,7 +15369,9 @@
|
|
13809
15369
|
"TagSpecifications":{
|
13810
15370
|
"shape":"TagSpecificationList",
|
13811
15371
|
"locationName":"TagSpecification"
|
13812
|
-
}
|
15372
|
+
},
|
15373
|
+
"LaunchTemplate":{"shape":"LaunchTemplateSpecification"},
|
15374
|
+
"InstanceMarketOptions":{"shape":"InstanceMarketOptionsRequest"}
|
13813
15375
|
}
|
13814
15376
|
},
|
13815
15377
|
"RunScheduledInstancesRequest":{
|
@@ -14276,6 +15838,54 @@
|
|
14276
15838
|
"locationName":"SecurityGroup"
|
14277
15839
|
}
|
14278
15840
|
},
|
15841
|
+
"ServiceConfiguration":{
|
15842
|
+
"type":"structure",
|
15843
|
+
"members":{
|
15844
|
+
"ServiceType":{
|
15845
|
+
"shape":"ServiceTypeDetailSet",
|
15846
|
+
"locationName":"serviceType"
|
15847
|
+
},
|
15848
|
+
"ServiceId":{
|
15849
|
+
"shape":"String",
|
15850
|
+
"locationName":"serviceId"
|
15851
|
+
},
|
15852
|
+
"ServiceName":{
|
15853
|
+
"shape":"String",
|
15854
|
+
"locationName":"serviceName"
|
15855
|
+
},
|
15856
|
+
"ServiceState":{
|
15857
|
+
"shape":"ServiceState",
|
15858
|
+
"locationName":"serviceState"
|
15859
|
+
},
|
15860
|
+
"AvailabilityZones":{
|
15861
|
+
"shape":"ValueStringList",
|
15862
|
+
"locationName":"availabilityZoneSet"
|
15863
|
+
},
|
15864
|
+
"AcceptanceRequired":{
|
15865
|
+
"shape":"Boolean",
|
15866
|
+
"locationName":"acceptanceRequired"
|
15867
|
+
},
|
15868
|
+
"NetworkLoadBalancerArns":{
|
15869
|
+
"shape":"ValueStringList",
|
15870
|
+
"locationName":"networkLoadBalancerArnSet"
|
15871
|
+
},
|
15872
|
+
"BaseEndpointDnsNames":{
|
15873
|
+
"shape":"ValueStringList",
|
15874
|
+
"locationName":"baseEndpointDnsNameSet"
|
15875
|
+
},
|
15876
|
+
"PrivateDnsName":{
|
15877
|
+
"shape":"String",
|
15878
|
+
"locationName":"privateDnsName"
|
15879
|
+
}
|
15880
|
+
}
|
15881
|
+
},
|
15882
|
+
"ServiceConfigurationSet":{
|
15883
|
+
"type":"list",
|
15884
|
+
"member":{
|
15885
|
+
"shape":"ServiceConfiguration",
|
15886
|
+
"locationName":"item"
|
15887
|
+
}
|
15888
|
+
},
|
14279
15889
|
"ServiceDetail":{
|
14280
15890
|
"type":"structure",
|
14281
15891
|
"members":{
|
@@ -14320,6 +15930,16 @@
|
|
14320
15930
|
"locationName":"item"
|
14321
15931
|
}
|
14322
15932
|
},
|
15933
|
+
"ServiceState":{
|
15934
|
+
"type":"string",
|
15935
|
+
"enum":[
|
15936
|
+
"Pending",
|
15937
|
+
"Available",
|
15938
|
+
"Deleting",
|
15939
|
+
"Deleted",
|
15940
|
+
"Failed"
|
15941
|
+
]
|
15942
|
+
},
|
14323
15943
|
"ServiceType":{
|
14324
15944
|
"type":"string",
|
14325
15945
|
"enum":[
|
@@ -14706,8 +16326,6 @@
|
|
14706
16326
|
"type":"structure",
|
14707
16327
|
"required":[
|
14708
16328
|
"IamFleetRole",
|
14709
|
-
"LaunchSpecifications",
|
14710
|
-
"SpotPrice",
|
14711
16329
|
"TargetCapacity"
|
14712
16330
|
],
|
14713
16331
|
"members":{
|
@@ -14735,6 +16353,10 @@
|
|
14735
16353
|
"shape":"LaunchSpecsList",
|
14736
16354
|
"locationName":"launchSpecifications"
|
14737
16355
|
},
|
16356
|
+
"LaunchTemplateConfigs":{
|
16357
|
+
"shape":"LaunchTemplateConfigList",
|
16358
|
+
"locationName":"launchTemplateConfigs"
|
16359
|
+
},
|
14738
16360
|
"SpotPrice":{
|
14739
16361
|
"shape":"String",
|
14740
16362
|
"locationName":"spotPrice"
|
@@ -14942,6 +16564,16 @@
|
|
14942
16564
|
"persistent"
|
14943
16565
|
]
|
14944
16566
|
},
|
16567
|
+
"SpotMarketOptions":{
|
16568
|
+
"type":"structure",
|
16569
|
+
"members":{
|
16570
|
+
"MaxPrice":{"shape":"String"},
|
16571
|
+
"SpotInstanceType":{"shape":"SpotInstanceType"},
|
16572
|
+
"BlockDurationMinutes":{"shape":"Integer"},
|
16573
|
+
"ValidUntil":{"shape":"DateTime"},
|
16574
|
+
"InstanceInterruptionBehavior":{"shape":"InstanceInterruptionBehavior"}
|
16575
|
+
}
|
16576
|
+
},
|
14945
16577
|
"SpotPlacement":{
|
14946
16578
|
"type":"structure",
|
14947
16579
|
"members":{
|
@@ -15755,6 +17387,17 @@
|
|
15755
17387
|
"locationName":"item"
|
15756
17388
|
}
|
15757
17389
|
},
|
17390
|
+
"VersionDescription":{
|
17391
|
+
"type":"string",
|
17392
|
+
"max":255
|
17393
|
+
},
|
17394
|
+
"VersionStringList":{
|
17395
|
+
"type":"list",
|
17396
|
+
"member":{
|
17397
|
+
"shape":"String",
|
17398
|
+
"locationName":"item"
|
17399
|
+
}
|
17400
|
+
},
|
15758
17401
|
"VgwTelemetry":{
|
15759
17402
|
"type":"structure",
|
15760
17403
|
"members":{
|
@@ -15889,7 +17532,8 @@
|
|
15889
17532
|
"attaching",
|
15890
17533
|
"attached",
|
15891
17534
|
"detaching",
|
15892
|
-
"detached"
|
17535
|
+
"detached",
|
17536
|
+
"busy"
|
15893
17537
|
]
|
15894
17538
|
},
|
15895
17539
|
"VolumeAttributeName":{
|
@@ -16357,6 +18001,38 @@
|
|
16357
18001
|
}
|
16358
18002
|
}
|
16359
18003
|
},
|
18004
|
+
"VpcEndpointConnection":{
|
18005
|
+
"type":"structure",
|
18006
|
+
"members":{
|
18007
|
+
"ServiceId":{
|
18008
|
+
"shape":"String",
|
18009
|
+
"locationName":"serviceId"
|
18010
|
+
},
|
18011
|
+
"VpcEndpointId":{
|
18012
|
+
"shape":"String",
|
18013
|
+
"locationName":"vpcEndpointId"
|
18014
|
+
},
|
18015
|
+
"VpcEndpointOwner":{
|
18016
|
+
"shape":"String",
|
18017
|
+
"locationName":"vpcEndpointOwner"
|
18018
|
+
},
|
18019
|
+
"VpcEndpointState":{
|
18020
|
+
"shape":"State",
|
18021
|
+
"locationName":"vpcEndpointState"
|
18022
|
+
},
|
18023
|
+
"CreationTimestamp":{
|
18024
|
+
"shape":"DateTime",
|
18025
|
+
"locationName":"creationTimestamp"
|
18026
|
+
}
|
18027
|
+
}
|
18028
|
+
},
|
18029
|
+
"VpcEndpointConnectionSet":{
|
18030
|
+
"type":"list",
|
18031
|
+
"member":{
|
18032
|
+
"shape":"VpcEndpointConnection",
|
18033
|
+
"locationName":"item"
|
18034
|
+
}
|
18035
|
+
},
|
16360
18036
|
"VpcEndpointSet":{
|
16361
18037
|
"type":"list",
|
16362
18038
|
"member":{
|