aws-sdk-core 2.11.616 → 2.11.621
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +4 -2
- data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
- data/apis/appmesh/2019-01-25/examples-1.json +3 -2
- data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
- data/apis/autoscaling/2011-01-01/api-2.json +6 -2
- data/apis/braket/2019-09-01/api-2.json +155 -36
- data/apis/codeartifact/2018-09-22/api-2.json +145 -6
- data/apis/dms/2016-01-01/api-2.json +20 -3
- data/apis/dynamodb/2012-08-10/api-2.json +2 -1
- data/apis/ec2/2016-11-15/api-2.json +185 -14
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
- data/apis/es/2015-01-01/api-2.json +62 -3
- data/apis/eventbridge/2015-10-07/api-2.json +431 -0
- data/apis/events/2015-10-07/api-2.json +431 -0
- data/apis/frauddetector/2019-11-15/api-2.json +234 -4
- data/apis/imagebuilder/2019-12-02/api-2.json +24 -19
- data/apis/iot/2015-05-28/api-2.json +18 -4
- data/apis/iot/2015-05-28/paginators-1.json +6 -0
- data/apis/kendra/2019-02-03/api-2.json +105 -7
- data/apis/lambda/2015-03-31/api-2.json +36 -2
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/medialive/2017-10-14/api-2.json +67 -0
- data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
- data/apis/mq/2017-11-27/api-2.json +6 -2
- data/apis/rds/2014-10-31/api-2.json +2 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
- data/apis/sesv2/2019-09-27/api-2.json +494 -5
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/apis/storagegateway/2013-06-30/api-2.json +53 -7
- data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
- data/apis/xray/2016-04-12/api-2.json +277 -0
- data/apis/xray/2016-04-12/paginators-1.json +10 -0
- data/endpoints.json +91 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
|
@@ -919,7 +919,8 @@
|
|
|
919
919
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
|
920
920
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
|
921
921
|
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
|
922
|
-
"ResourceIdentifier":{"shape":"String"}
|
|
922
|
+
"ResourceIdentifier":{"shape":"String"},
|
|
923
|
+
"DocDbSettings":{"shape":"DocDbSettings"}
|
|
923
924
|
}
|
|
924
925
|
},
|
|
925
926
|
"CreateEndpointResponse":{
|
|
@@ -1508,6 +1509,20 @@
|
|
|
1508
1509
|
"BucketName":{"shape":"String"}
|
|
1509
1510
|
}
|
|
1510
1511
|
},
|
|
1512
|
+
"DocDbSettings":{
|
|
1513
|
+
"type":"structure",
|
|
1514
|
+
"members":{
|
|
1515
|
+
"Username":{"shape":"String"},
|
|
1516
|
+
"Password":{"shape":"SecretString"},
|
|
1517
|
+
"ServerName":{"shape":"String"},
|
|
1518
|
+
"Port":{"shape":"IntegerOptional"},
|
|
1519
|
+
"DatabaseName":{"shape":"String"},
|
|
1520
|
+
"NestingLevel":{"shape":"NestingLevelValue"},
|
|
1521
|
+
"ExtractDocId":{"shape":"BooleanOptional"},
|
|
1522
|
+
"DocsToInvestigate":{"shape":"IntegerOptional"},
|
|
1523
|
+
"KmsKeyId":{"shape":"String"}
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1511
1526
|
"DynamoDbSettings":{
|
|
1512
1527
|
"type":"structure",
|
|
1513
1528
|
"required":["ServiceAccessRoleArn"],
|
|
@@ -1577,7 +1592,8 @@
|
|
|
1577
1592
|
"OracleSettings":{"shape":"OracleSettings"},
|
|
1578
1593
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
|
1579
1594
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
|
1580
|
-
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
|
1595
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
|
1596
|
+
"DocDbSettings":{"shape":"DocDbSettings"}
|
|
1581
1597
|
}
|
|
1582
1598
|
},
|
|
1583
1599
|
"EndpointList":{
|
|
@@ -1880,7 +1896,8 @@
|
|
|
1880
1896
|
"OracleSettings":{"shape":"OracleSettings"},
|
|
1881
1897
|
"SybaseSettings":{"shape":"SybaseSettings"},
|
|
1882
1898
|
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
|
1883
|
-
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
|
1899
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"},
|
|
1900
|
+
"DocDbSettings":{"shape":"DocDbSettings"}
|
|
1884
1901
|
}
|
|
1885
1902
|
},
|
|
1886
1903
|
"ModifyEndpointResponse":{
|
|
@@ -4065,7 +4065,7 @@
|
|
|
4065
4065
|
"members":{
|
|
4066
4066
|
"Domain":{"shape":"DomainType"},
|
|
4067
4067
|
"Address":{"shape":"PublicIpAddress"},
|
|
4068
|
-
"PublicIpv4Pool":{"shape":"
|
|
4068
|
+
"PublicIpv4Pool":{"shape":"Ipv4PoolEc2Id"},
|
|
4069
4069
|
"NetworkBorderGroup":{"shape":"String"},
|
|
4070
4070
|
"CustomerOwnedIpv4Pool":{"shape":"String"},
|
|
4071
4071
|
"DryRun":{
|
|
@@ -4209,6 +4209,13 @@
|
|
|
4209
4209
|
"off"
|
|
4210
4210
|
]
|
|
4211
4211
|
},
|
|
4212
|
+
"ApplianceModeSupportValue":{
|
|
4213
|
+
"type":"string",
|
|
4214
|
+
"enum":[
|
|
4215
|
+
"enable",
|
|
4216
|
+
"disable"
|
|
4217
|
+
]
|
|
4218
|
+
},
|
|
4212
4219
|
"ApplySecurityGroupsToClientVpnTargetNetworkRequest":{
|
|
4213
4220
|
"type":"structure",
|
|
4214
4221
|
"required":[
|
|
@@ -4759,7 +4766,8 @@
|
|
|
4759
4766
|
"NetworkInterfaceId":{
|
|
4760
4767
|
"shape":"NetworkInterfaceId",
|
|
4761
4768
|
"locationName":"networkInterfaceId"
|
|
4762
|
-
}
|
|
4769
|
+
},
|
|
4770
|
+
"NetworkCardIndex":{"shape":"Integer"}
|
|
4763
4771
|
}
|
|
4764
4772
|
},
|
|
4765
4773
|
"AttachNetworkInterfaceResult":{
|
|
@@ -4768,6 +4776,10 @@
|
|
|
4768
4776
|
"AttachmentId":{
|
|
4769
4777
|
"shape":"String",
|
|
4770
4778
|
"locationName":"attachmentId"
|
|
4779
|
+
},
|
|
4780
|
+
"NetworkCardIndex":{
|
|
4781
|
+
"shape":"Integer",
|
|
4782
|
+
"locationName":"networkCardIndex"
|
|
4771
4783
|
}
|
|
4772
4784
|
}
|
|
4773
4785
|
},
|
|
@@ -5963,6 +5975,30 @@
|
|
|
5963
5975
|
"active"
|
|
5964
5976
|
]
|
|
5965
5977
|
},
|
|
5978
|
+
"ClientConnectOptions":{
|
|
5979
|
+
"type":"structure",
|
|
5980
|
+
"members":{
|
|
5981
|
+
"Enabled":{"shape":"Boolean"},
|
|
5982
|
+
"LambdaFunctionArn":{"shape":"String"}
|
|
5983
|
+
}
|
|
5984
|
+
},
|
|
5985
|
+
"ClientConnectResponseOptions":{
|
|
5986
|
+
"type":"structure",
|
|
5987
|
+
"members":{
|
|
5988
|
+
"Enabled":{
|
|
5989
|
+
"shape":"Boolean",
|
|
5990
|
+
"locationName":"enabled"
|
|
5991
|
+
},
|
|
5992
|
+
"LambdaFunctionArn":{
|
|
5993
|
+
"shape":"String",
|
|
5994
|
+
"locationName":"lambdaFunctionArn"
|
|
5995
|
+
},
|
|
5996
|
+
"Status":{
|
|
5997
|
+
"shape":"ClientVpnEndpointAttributeStatus",
|
|
5998
|
+
"locationName":"status"
|
|
5999
|
+
}
|
|
6000
|
+
}
|
|
6001
|
+
},
|
|
5966
6002
|
"ClientData":{
|
|
5967
6003
|
"type":"structure",
|
|
5968
6004
|
"members":{
|
|
@@ -6098,6 +6134,10 @@
|
|
|
6098
6134
|
"ConnectionEndTime":{
|
|
6099
6135
|
"shape":"String",
|
|
6100
6136
|
"locationName":"connectionEndTime"
|
|
6137
|
+
},
|
|
6138
|
+
"PostureComplianceStatuses":{
|
|
6139
|
+
"shape":"ValueStringList",
|
|
6140
|
+
"locationName":"postureComplianceStatusSet"
|
|
6101
6141
|
}
|
|
6102
6142
|
}
|
|
6103
6143
|
},
|
|
@@ -6210,9 +6250,37 @@
|
|
|
6210
6250
|
"VpcId":{
|
|
6211
6251
|
"shape":"VpcId",
|
|
6212
6252
|
"locationName":"vpcId"
|
|
6253
|
+
},
|
|
6254
|
+
"SelfServicePortalUrl":{
|
|
6255
|
+
"shape":"String",
|
|
6256
|
+
"locationName":"selfServicePortalUrl"
|
|
6257
|
+
},
|
|
6258
|
+
"ClientConnectOptions":{
|
|
6259
|
+
"shape":"ClientConnectResponseOptions",
|
|
6260
|
+
"locationName":"clientConnectOptions"
|
|
6261
|
+
}
|
|
6262
|
+
}
|
|
6263
|
+
},
|
|
6264
|
+
"ClientVpnEndpointAttributeStatus":{
|
|
6265
|
+
"type":"structure",
|
|
6266
|
+
"members":{
|
|
6267
|
+
"Code":{
|
|
6268
|
+
"shape":"ClientVpnEndpointAttributeStatusCode",
|
|
6269
|
+
"locationName":"code"
|
|
6270
|
+
},
|
|
6271
|
+
"Message":{
|
|
6272
|
+
"shape":"String",
|
|
6273
|
+
"locationName":"message"
|
|
6213
6274
|
}
|
|
6214
6275
|
}
|
|
6215
6276
|
},
|
|
6277
|
+
"ClientVpnEndpointAttributeStatusCode":{
|
|
6278
|
+
"type":"string",
|
|
6279
|
+
"enum":[
|
|
6280
|
+
"applying",
|
|
6281
|
+
"applied"
|
|
6282
|
+
]
|
|
6283
|
+
},
|
|
6216
6284
|
"ClientVpnEndpointId":{"type":"string"},
|
|
6217
6285
|
"ClientVpnEndpointIdList":{
|
|
6218
6286
|
"type":"list",
|
|
@@ -6775,7 +6843,9 @@
|
|
|
6775
6843
|
"shape":"ClientVpnSecurityGroupIdSet",
|
|
6776
6844
|
"locationName":"SecurityGroupId"
|
|
6777
6845
|
},
|
|
6778
|
-
"VpcId":{"shape":"VpcId"}
|
|
6846
|
+
"VpcId":{"shape":"VpcId"},
|
|
6847
|
+
"SelfServicePortal":{"shape":"SelfServicePortal"},
|
|
6848
|
+
"ClientConnectOptions":{"shape":"ClientConnectOptions"}
|
|
6779
6849
|
}
|
|
6780
6850
|
},
|
|
6781
6851
|
"CreateClientVpnEndpointResult":{
|
|
@@ -7162,7 +7232,11 @@
|
|
|
7162
7232
|
},
|
|
7163
7233
|
"CreateInstanceExportTaskRequest":{
|
|
7164
7234
|
"type":"structure",
|
|
7165
|
-
"required":[
|
|
7235
|
+
"required":[
|
|
7236
|
+
"ExportToS3Task",
|
|
7237
|
+
"InstanceId",
|
|
7238
|
+
"TargetEnvironment"
|
|
7239
|
+
],
|
|
7166
7240
|
"members":{
|
|
7167
7241
|
"Description":{
|
|
7168
7242
|
"shape":"String",
|
|
@@ -8165,7 +8239,8 @@
|
|
|
8165
8239
|
"type":"structure",
|
|
8166
8240
|
"members":{
|
|
8167
8241
|
"DnsSupport":{"shape":"DnsSupportValue"},
|
|
8168
|
-
"Ipv6Support":{"shape":"Ipv6SupportValue"}
|
|
8242
|
+
"Ipv6Support":{"shape":"Ipv6SupportValue"},
|
|
8243
|
+
"ApplianceModeSupport":{"shape":"ApplianceModeSupportValue"}
|
|
8169
8244
|
}
|
|
8170
8245
|
},
|
|
8171
8246
|
"CreateTransitGatewayVpcAttachmentResult":{
|
|
@@ -15137,13 +15212,18 @@
|
|
|
15137
15212
|
"SamlProviderArn":{
|
|
15138
15213
|
"shape":"String",
|
|
15139
15214
|
"locationName":"samlProviderArn"
|
|
15215
|
+
},
|
|
15216
|
+
"SelfServiceSamlProviderArn":{
|
|
15217
|
+
"shape":"String",
|
|
15218
|
+
"locationName":"selfServiceSamlProviderArn"
|
|
15140
15219
|
}
|
|
15141
15220
|
}
|
|
15142
15221
|
},
|
|
15143
15222
|
"FederatedAuthenticationRequest":{
|
|
15144
15223
|
"type":"structure",
|
|
15145
15224
|
"members":{
|
|
15146
|
-
"SAMLProviderArn":{"shape":"String"}
|
|
15225
|
+
"SAMLProviderArn":{"shape":"String"},
|
|
15226
|
+
"SelfServiceSAMLProviderArn":{"shape":"String"}
|
|
15147
15227
|
}
|
|
15148
15228
|
},
|
|
15149
15229
|
"Filter":{
|
|
@@ -15408,6 +15488,10 @@
|
|
|
15408
15488
|
"prioritized"
|
|
15409
15489
|
]
|
|
15410
15490
|
},
|
|
15491
|
+
"FleetReplacementStrategy":{
|
|
15492
|
+
"type":"string",
|
|
15493
|
+
"enum":["launch"]
|
|
15494
|
+
},
|
|
15411
15495
|
"FleetSet":{
|
|
15412
15496
|
"type":"list",
|
|
15413
15497
|
"member":{
|
|
@@ -15415,6 +15499,36 @@
|
|
|
15415
15499
|
"locationName":"item"
|
|
15416
15500
|
}
|
|
15417
15501
|
},
|
|
15502
|
+
"FleetSpotCapacityRebalance":{
|
|
15503
|
+
"type":"structure",
|
|
15504
|
+
"members":{
|
|
15505
|
+
"ReplacementStrategy":{
|
|
15506
|
+
"shape":"FleetReplacementStrategy",
|
|
15507
|
+
"locationName":"replacementStrategy"
|
|
15508
|
+
}
|
|
15509
|
+
}
|
|
15510
|
+
},
|
|
15511
|
+
"FleetSpotCapacityRebalanceRequest":{
|
|
15512
|
+
"type":"structure",
|
|
15513
|
+
"members":{
|
|
15514
|
+
"ReplacementStrategy":{"shape":"FleetReplacementStrategy"}
|
|
15515
|
+
}
|
|
15516
|
+
},
|
|
15517
|
+
"FleetSpotMaintenanceStrategies":{
|
|
15518
|
+
"type":"structure",
|
|
15519
|
+
"members":{
|
|
15520
|
+
"CapacityRebalance":{
|
|
15521
|
+
"shape":"FleetSpotCapacityRebalance",
|
|
15522
|
+
"locationName":"capacityRebalance"
|
|
15523
|
+
}
|
|
15524
|
+
}
|
|
15525
|
+
},
|
|
15526
|
+
"FleetSpotMaintenanceStrategiesRequest":{
|
|
15527
|
+
"type":"structure",
|
|
15528
|
+
"members":{
|
|
15529
|
+
"CapacityRebalance":{"shape":"FleetSpotCapacityRebalanceRequest"}
|
|
15530
|
+
}
|
|
15531
|
+
},
|
|
15418
15532
|
"FleetStateCode":{
|
|
15419
15533
|
"type":"string",
|
|
15420
15534
|
"enum":[
|
|
@@ -18361,6 +18475,10 @@
|
|
|
18361
18475
|
"Status":{
|
|
18362
18476
|
"shape":"AttachmentStatus",
|
|
18363
18477
|
"locationName":"status"
|
|
18478
|
+
},
|
|
18479
|
+
"NetworkCardIndex":{
|
|
18480
|
+
"shape":"Integer",
|
|
18481
|
+
"locationName":"networkCardIndex"
|
|
18364
18482
|
}
|
|
18365
18483
|
}
|
|
18366
18484
|
},
|
|
@@ -18425,7 +18543,8 @@
|
|
|
18425
18543
|
"locationName":"subnetId"
|
|
18426
18544
|
},
|
|
18427
18545
|
"AssociateCarrierIpAddress":{"shape":"Boolean"},
|
|
18428
|
-
"InterfaceType":{"shape":"String"}
|
|
18546
|
+
"InterfaceType":{"shape":"String"},
|
|
18547
|
+
"NetworkCardIndex":{"shape":"Integer"}
|
|
18429
18548
|
}
|
|
18430
18549
|
},
|
|
18431
18550
|
"InstanceNetworkInterfaceSpecificationList":{
|
|
@@ -18904,6 +19023,7 @@
|
|
|
18904
19023
|
"p3.8xlarge",
|
|
18905
19024
|
"p3.16xlarge",
|
|
18906
19025
|
"p3dn.24xlarge",
|
|
19026
|
+
"p4d.24xlarge",
|
|
18907
19027
|
"d2.xlarge",
|
|
18908
19028
|
"d2.2xlarge",
|
|
18909
19029
|
"d2.4xlarge",
|
|
@@ -20041,6 +20161,10 @@
|
|
|
20041
20161
|
"SubnetId":{
|
|
20042
20162
|
"shape":"SubnetId",
|
|
20043
20163
|
"locationName":"subnetId"
|
|
20164
|
+
},
|
|
20165
|
+
"NetworkCardIndex":{
|
|
20166
|
+
"shape":"Integer",
|
|
20167
|
+
"locationName":"networkCardIndex"
|
|
20044
20168
|
}
|
|
20045
20169
|
}
|
|
20046
20170
|
},
|
|
@@ -20070,7 +20194,8 @@
|
|
|
20070
20194
|
"PrivateIpAddress":{"shape":"String"},
|
|
20071
20195
|
"PrivateIpAddresses":{"shape":"PrivateIpAddressSpecificationList"},
|
|
20072
20196
|
"SecondaryPrivateIpAddressCount":{"shape":"Integer"},
|
|
20073
|
-
"SubnetId":{"shape":"SubnetId"}
|
|
20197
|
+
"SubnetId":{"shape":"SubnetId"},
|
|
20198
|
+
"NetworkCardIndex":{"shape":"Integer"}
|
|
20074
20199
|
}
|
|
20075
20200
|
},
|
|
20076
20201
|
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList":{
|
|
@@ -20967,7 +21092,9 @@
|
|
|
20967
21092
|
"shape":"ClientVpnSecurityGroupIdSet",
|
|
20968
21093
|
"locationName":"SecurityGroupId"
|
|
20969
21094
|
},
|
|
20970
|
-
"VpcId":{"shape":"VpcId"}
|
|
21095
|
+
"VpcId":{"shape":"VpcId"},
|
|
21096
|
+
"SelfServicePortal":{"shape":"SelfServicePortal"},
|
|
21097
|
+
"ClientConnectOptions":{"shape":"ClientConnectOptions"}
|
|
20971
21098
|
}
|
|
20972
21099
|
},
|
|
20973
21100
|
"ModifyClientVpnEndpointResult":{
|
|
@@ -21019,10 +21146,7 @@
|
|
|
21019
21146
|
},
|
|
21020
21147
|
"ModifyFleetRequest":{
|
|
21021
21148
|
"type":"structure",
|
|
21022
|
-
"required":[
|
|
21023
|
-
"FleetId",
|
|
21024
|
-
"TargetCapacitySpecification"
|
|
21025
|
-
],
|
|
21149
|
+
"required":["FleetId"],
|
|
21026
21150
|
"members":{
|
|
21027
21151
|
"DryRun":{"shape":"Boolean"},
|
|
21028
21152
|
"ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
|
|
@@ -21690,7 +21814,8 @@
|
|
|
21690
21814
|
"type":"structure",
|
|
21691
21815
|
"members":{
|
|
21692
21816
|
"DnsSupport":{"shape":"DnsSupportValue"},
|
|
21693
|
-
"Ipv6Support":{"shape":"Ipv6SupportValue"}
|
|
21817
|
+
"Ipv6Support":{"shape":"Ipv6SupportValue"},
|
|
21818
|
+
"ApplianceModeSupport":{"shape":"ApplianceModeSupportValue"}
|
|
21694
21819
|
}
|
|
21695
21820
|
},
|
|
21696
21821
|
"ModifyTransitGatewayVpcAttachmentResult":{
|
|
@@ -22524,6 +22649,10 @@
|
|
|
22524
22649
|
"shape":"Integer",
|
|
22525
22650
|
"locationName":"deviceIndex"
|
|
22526
22651
|
},
|
|
22652
|
+
"NetworkCardIndex":{
|
|
22653
|
+
"shape":"Integer",
|
|
22654
|
+
"locationName":"networkCardIndex"
|
|
22655
|
+
},
|
|
22527
22656
|
"InstanceId":{
|
|
22528
22657
|
"shape":"String",
|
|
22529
22658
|
"locationName":"instanceId"
|
|
@@ -24441,6 +24570,10 @@
|
|
|
24441
24570
|
}
|
|
24442
24571
|
}
|
|
24443
24572
|
},
|
|
24573
|
+
"ReplacementStrategy":{
|
|
24574
|
+
"type":"string",
|
|
24575
|
+
"enum":["launch"]
|
|
24576
|
+
},
|
|
24444
24577
|
"ReportInstanceReasonCodes":{
|
|
24445
24578
|
"type":"string",
|
|
24446
24579
|
"enum":[
|
|
@@ -26545,6 +26678,13 @@
|
|
|
26545
26678
|
"locationName":"SecurityGroup"
|
|
26546
26679
|
}
|
|
26547
26680
|
},
|
|
26681
|
+
"SelfServicePortal":{
|
|
26682
|
+
"type":"string",
|
|
26683
|
+
"enum":[
|
|
26684
|
+
"enabled",
|
|
26685
|
+
"disabled"
|
|
26686
|
+
]
|
|
26687
|
+
},
|
|
26548
26688
|
"SendDiagnosticInterruptRequest":{
|
|
26549
26689
|
"type":"structure",
|
|
26550
26690
|
"required":["InstanceId"],
|
|
@@ -26996,6 +27136,15 @@
|
|
|
26996
27136
|
"capacity-optimized"
|
|
26997
27137
|
]
|
|
26998
27138
|
},
|
|
27139
|
+
"SpotCapacityRebalance":{
|
|
27140
|
+
"type":"structure",
|
|
27141
|
+
"members":{
|
|
27142
|
+
"ReplacementStrategy":{
|
|
27143
|
+
"shape":"ReplacementStrategy",
|
|
27144
|
+
"locationName":"replacementStrategy"
|
|
27145
|
+
}
|
|
27146
|
+
}
|
|
27147
|
+
},
|
|
26999
27148
|
"SpotDatafeedSubscription":{
|
|
27000
27149
|
"type":"structure",
|
|
27001
27150
|
"members":{
|
|
@@ -27151,6 +27300,10 @@
|
|
|
27151
27300
|
"shape":"OnDemandAllocationStrategy",
|
|
27152
27301
|
"locationName":"onDemandAllocationStrategy"
|
|
27153
27302
|
},
|
|
27303
|
+
"SpotMaintenanceStrategies":{
|
|
27304
|
+
"shape":"SpotMaintenanceStrategies",
|
|
27305
|
+
"locationName":"spotMaintenanceStrategies"
|
|
27306
|
+
},
|
|
27154
27307
|
"ClientToken":{
|
|
27155
27308
|
"shape":"String",
|
|
27156
27309
|
"locationName":"clientToken"
|
|
@@ -27423,6 +27576,15 @@
|
|
|
27423
27576
|
"persistent"
|
|
27424
27577
|
]
|
|
27425
27578
|
},
|
|
27579
|
+
"SpotMaintenanceStrategies":{
|
|
27580
|
+
"type":"structure",
|
|
27581
|
+
"members":{
|
|
27582
|
+
"CapacityRebalance":{
|
|
27583
|
+
"shape":"SpotCapacityRebalance",
|
|
27584
|
+
"locationName":"capacityRebalance"
|
|
27585
|
+
}
|
|
27586
|
+
}
|
|
27587
|
+
},
|
|
27426
27588
|
"SpotMarketOptions":{
|
|
27427
27589
|
"type":"structure",
|
|
27428
27590
|
"members":{
|
|
@@ -27440,6 +27602,10 @@
|
|
|
27440
27602
|
"shape":"SpotAllocationStrategy",
|
|
27441
27603
|
"locationName":"allocationStrategy"
|
|
27442
27604
|
},
|
|
27605
|
+
"MaintenanceStrategies":{
|
|
27606
|
+
"shape":"FleetSpotMaintenanceStrategies",
|
|
27607
|
+
"locationName":"maintenanceStrategies"
|
|
27608
|
+
},
|
|
27443
27609
|
"InstanceInterruptionBehavior":{
|
|
27444
27610
|
"shape":"SpotInstanceInterruptionBehavior",
|
|
27445
27611
|
"locationName":"instanceInterruptionBehavior"
|
|
@@ -27470,6 +27636,7 @@
|
|
|
27470
27636
|
"type":"structure",
|
|
27471
27637
|
"members":{
|
|
27472
27638
|
"AllocationStrategy":{"shape":"SpotAllocationStrategy"},
|
|
27639
|
+
"MaintenanceStrategies":{"shape":"FleetSpotMaintenanceStrategiesRequest"},
|
|
27473
27640
|
"InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"},
|
|
27474
27641
|
"InstancePoolsToUseCount":{"shape":"Integer"},
|
|
27475
27642
|
"SingleInstanceType":{"shape":"Boolean"},
|
|
@@ -29443,6 +29610,10 @@
|
|
|
29443
29610
|
"Ipv6Support":{
|
|
29444
29611
|
"shape":"Ipv6SupportValue",
|
|
29445
29612
|
"locationName":"ipv6Support"
|
|
29613
|
+
},
|
|
29614
|
+
"ApplianceModeSupport":{
|
|
29615
|
+
"shape":"ApplianceModeSupportValue",
|
|
29616
|
+
"locationName":"applianceModeSupport"
|
|
29446
29617
|
}
|
|
29447
29618
|
}
|
|
29448
29619
|
},
|