aws-sdk-core 2.11.40 → 2.11.41

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
  SHA1:
3
- metadata.gz: 5c934de3b2de27d5309df44feba2ee1a9dcd2bc1
4
- data.tar.gz: a11ddcdf465bd55132b60e687c1d64ba2dd09c91
3
+ metadata.gz: 38f4ec6eda8c0c0f53e919ad5d5bb53261703be7
4
+ data.tar.gz: 01440cd20d19beede0bcde2e59d4f3d8e9d54333
5
5
  SHA512:
6
- metadata.gz: b92c72d2ee04215e28d2e54072ae7be990557833762547969cae6c8b7d6deeca76397fd02fc99979afab709ac246673927503309ba03141c598c77e07123fb6f
7
- data.tar.gz: 4c468347cb2f8116dc89c4cec87f30f9a553bd41de259bb93a30799887f670ec2871b1e032f6148d52cec352cdd55028087a8d5cf282d6f6a6b62d1b613f2510
6
+ metadata.gz: d1327361e176ae38dda368091b65fa8ab637d96c676baca2b607b1e60d686ae7cb0a5defd92df6b862044035fae174f1917b60b7139c41396b943b7c017baaa3
7
+ data.tar.gz: 81093567ce824df7b80712695ea9d48e3231614aed13513a1231a9f61cec444dc3e7d44a18b3b8a073a3cdfbca53a8a519feb6b9223f9be1d21ee4cd181406bb
@@ -94,6 +94,31 @@
94
94
  {"shape":"ValidationException"}
95
95
  ]
96
96
  },
97
+ "DeleteWebhook":{
98
+ "name":"DeleteWebhook",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/"
102
+ },
103
+ "input":{"shape":"DeleteWebhookInput"},
104
+ "output":{"shape":"DeleteWebhookOutput"},
105
+ "errors":[
106
+ {"shape":"ValidationException"}
107
+ ]
108
+ },
109
+ "DeregisterWebhookWithThirdParty":{
110
+ "name":"DeregisterWebhookWithThirdParty",
111
+ "http":{
112
+ "method":"POST",
113
+ "requestUri":"/"
114
+ },
115
+ "input":{"shape":"DeregisterWebhookWithThirdPartyInput"},
116
+ "output":{"shape":"DeregisterWebhookWithThirdPartyOutput"},
117
+ "errors":[
118
+ {"shape":"ValidationException"},
119
+ {"shape":"WebhookNotFoundException"}
120
+ ]
121
+ },
97
122
  "DisableStageTransition":{
98
123
  "name":"DisableStageTransition",
99
124
  "http":{
@@ -225,6 +250,20 @@
225
250
  "input":{"shape":"ListPipelinesInput"},
226
251
  "output":{"shape":"ListPipelinesOutput"},
227
252
  "errors":[
253
+ {"shape":"ValidationException"},
254
+ {"shape":"InvalidNextTokenException"}
255
+ ]
256
+ },
257
+ "ListWebhooks":{
258
+ "name":"ListWebhooks",
259
+ "http":{
260
+ "method":"POST",
261
+ "requestUri":"/"
262
+ },
263
+ "input":{"shape":"ListWebhooksInput"},
264
+ "output":{"shape":"ListWebhooksOutput"},
265
+ "errors":[
266
+ {"shape":"ValidationException"},
228
267
  {"shape":"InvalidNextTokenException"}
229
268
  ]
230
269
  },
@@ -340,6 +379,35 @@
340
379
  {"shape":"InvalidClientTokenException"}
341
380
  ]
342
381
  },
382
+ "PutWebhook":{
383
+ "name":"PutWebhook",
384
+ "http":{
385
+ "method":"POST",
386
+ "requestUri":"/"
387
+ },
388
+ "input":{"shape":"PutWebhookInput"},
389
+ "output":{"shape":"PutWebhookOutput"},
390
+ "errors":[
391
+ {"shape":"ValidationException"},
392
+ {"shape":"LimitExceededException"},
393
+ {"shape":"InvalidWebhookFilterPatternException"},
394
+ {"shape":"InvalidWebhookAuthenticationParametersException"},
395
+ {"shape":"PipelineNotFoundException"}
396
+ ]
397
+ },
398
+ "RegisterWebhookWithThirdParty":{
399
+ "name":"RegisterWebhookWithThirdParty",
400
+ "http":{
401
+ "method":"POST",
402
+ "requestUri":"/"
403
+ },
404
+ "input":{"shape":"RegisterWebhookWithThirdPartyInput"},
405
+ "output":{"shape":"RegisterWebhookWithThirdPartyOutput"},
406
+ "errors":[
407
+ {"shape":"ValidationException"},
408
+ {"shape":"WebhookNotFoundException"}
409
+ ]
410
+ },
343
411
  "RetryStageExecution":{
344
412
  "name":"RetryStageExecution",
345
413
  "http":{
@@ -804,7 +872,11 @@
804
872
  "min":1
805
873
  },
806
874
  "Code":{"type":"string"},
807
- "ContinuationToken":{"type":"string"},
875
+ "ContinuationToken":{
876
+ "type":"string",
877
+ "max":2048,
878
+ "min":1
879
+ },
808
880
  "CreateCustomActionTypeInput":{
809
881
  "type":"structure",
810
882
  "required":[
@@ -877,9 +949,32 @@
877
949
  "name":{"shape":"PipelineName"}
878
950
  }
879
951
  },
952
+ "DeleteWebhookInput":{
953
+ "type":"structure",
954
+ "required":["name"],
955
+ "members":{
956
+ "name":{"shape":"WebhookName"}
957
+ }
958
+ },
959
+ "DeleteWebhookOutput":{
960
+ "type":"structure",
961
+ "members":{
962
+ }
963
+ },
964
+ "DeregisterWebhookWithThirdPartyInput":{
965
+ "type":"structure",
966
+ "members":{
967
+ "webhookName":{"shape":"WebhookName"}
968
+ }
969
+ },
970
+ "DeregisterWebhookWithThirdPartyOutput":{
971
+ "type":"structure",
972
+ "members":{
973
+ }
974
+ },
880
975
  "Description":{
881
976
  "type":"string",
882
- "max":2048,
977
+ "max":160,
883
978
  "min":1
884
979
  },
885
980
  "DisableStageTransitionInput":{
@@ -957,7 +1052,11 @@
957
1052
  "max":1500,
958
1053
  "min":1
959
1054
  },
960
- "ExecutionSummary":{"type":"string"},
1055
+ "ExecutionSummary":{
1056
+ "type":"string",
1057
+ "max":2048,
1058
+ "min":1
1059
+ },
961
1060
  "FailureDetails":{
962
1061
  "type":"structure",
963
1062
  "required":[
@@ -1131,6 +1230,18 @@
1131
1230
  },
1132
1231
  "exception":true
1133
1232
  },
1233
+ "InvalidWebhookAuthenticationParametersException":{
1234
+ "type":"structure",
1235
+ "members":{
1236
+ },
1237
+ "exception":true
1238
+ },
1239
+ "InvalidWebhookFilterPatternException":{
1240
+ "type":"structure",
1241
+ "members":{
1242
+ },
1243
+ "exception":true
1244
+ },
1134
1245
  "Job":{
1135
1246
  "type":"structure",
1136
1247
  "members":{
@@ -1187,6 +1298,11 @@
1187
1298
  "Failed"
1188
1299
  ]
1189
1300
  },
1301
+ "JsonPath":{
1302
+ "type":"string",
1303
+ "max":150,
1304
+ "min":1
1305
+ },
1190
1306
  "LastChangedAt":{"type":"timestamp"},
1191
1307
  "LastChangedBy":{"type":"string"},
1192
1308
  "LastUpdatedBy":{"type":"string"},
@@ -1240,6 +1356,40 @@
1240
1356
  "nextToken":{"shape":"NextToken"}
1241
1357
  }
1242
1358
  },
1359
+ "ListWebhookItem":{
1360
+ "type":"structure",
1361
+ "required":[
1362
+ "definition",
1363
+ "url"
1364
+ ],
1365
+ "members":{
1366
+ "definition":{"shape":"WebhookDefinition"},
1367
+ "url":{"shape":"WebhookUrl"},
1368
+ "errorMessage":{"shape":"WebhookErrorMessage"},
1369
+ "errorCode":{"shape":"WebhookErrorCode"},
1370
+ "lastTriggered":{"shape":"WebhookLastTriggered"},
1371
+ "arn":{"shape":"WebhookArn"}
1372
+ }
1373
+ },
1374
+ "ListWebhooksInput":{
1375
+ "type":"structure",
1376
+ "members":{
1377
+ "NextToken":{"shape":"NextToken"},
1378
+ "MaxResults":{"shape":"MaxResults"}
1379
+ }
1380
+ },
1381
+ "ListWebhooksOutput":{
1382
+ "type":"structure",
1383
+ "members":{
1384
+ "webhooks":{"shape":"WebhookList"},
1385
+ "NextToken":{"shape":"NextToken"}
1386
+ }
1387
+ },
1388
+ "MatchEquals":{
1389
+ "type":"string",
1390
+ "max":150,
1391
+ "min":1
1392
+ },
1243
1393
  "MaxBatchSize":{
1244
1394
  "type":"integer",
1245
1395
  "min":1
@@ -1254,7 +1404,11 @@
1254
1404
  "max":5,
1255
1405
  "min":0
1256
1406
  },
1257
- "Message":{"type":"string"},
1407
+ "Message":{
1408
+ "type":"string",
1409
+ "max":5000,
1410
+ "min":1
1411
+ },
1258
1412
  "MinimumArtifactCount":{
1259
1413
  "type":"integer",
1260
1414
  "max":5,
@@ -1265,7 +1419,11 @@
1265
1419
  "max":2048,
1266
1420
  "min":1
1267
1421
  },
1268
- "Nonce":{"type":"string"},
1422
+ "Nonce":{
1423
+ "type":"string",
1424
+ "max":50,
1425
+ "min":1
1426
+ },
1269
1427
  "NotLatestPipelineExecutionException":{
1270
1428
  "type":"structure",
1271
1429
  "members":{
@@ -1534,6 +1692,19 @@
1534
1692
  "executionDetails":{"shape":"ExecutionDetails"}
1535
1693
  }
1536
1694
  },
1695
+ "PutWebhookInput":{
1696
+ "type":"structure",
1697
+ "required":["webhook"],
1698
+ "members":{
1699
+ "webhook":{"shape":"WebhookDefinition"}
1700
+ }
1701
+ },
1702
+ "PutWebhookOutput":{
1703
+ "type":"structure",
1704
+ "members":{
1705
+ "webhook":{"shape":"ListWebhookItem"}
1706
+ }
1707
+ },
1537
1708
  "QueryParamMap":{
1538
1709
  "type":"map",
1539
1710
  "key":{"shape":"ActionConfigurationKey"},
@@ -1541,6 +1712,17 @@
1541
1712
  "max":1,
1542
1713
  "min":0
1543
1714
  },
1715
+ "RegisterWebhookWithThirdPartyInput":{
1716
+ "type":"structure",
1717
+ "members":{
1718
+ "webhookName":{"shape":"WebhookName"}
1719
+ }
1720
+ },
1721
+ "RegisterWebhookWithThirdPartyOutput":{
1722
+ "type":"structure",
1723
+ "members":{
1724
+ }
1725
+ },
1544
1726
  "RetryStageExecutionInput":{
1545
1727
  "type":"structure",
1546
1728
  "required":[
@@ -1793,6 +1975,88 @@
1793
1975
  "max":9,
1794
1976
  "min":1,
1795
1977
  "pattern":"[0-9A-Za-z_-]+"
1978
+ },
1979
+ "WebhookArn":{"type":"string"},
1980
+ "WebhookAuthConfiguration":{
1981
+ "type":"structure",
1982
+ "members":{
1983
+ "AllowedIPRange":{"shape":"WebhookAuthConfigurationAllowedIPRange"},
1984
+ "SecretToken":{"shape":"WebhookAuthConfigurationSecretToken"}
1985
+ }
1986
+ },
1987
+ "WebhookAuthConfigurationAllowedIPRange":{
1988
+ "type":"string",
1989
+ "max":100,
1990
+ "min":1
1991
+ },
1992
+ "WebhookAuthConfigurationSecretToken":{
1993
+ "type":"string",
1994
+ "max":100,
1995
+ "min":1
1996
+ },
1997
+ "WebhookAuthenticationType":{
1998
+ "type":"string",
1999
+ "enum":[
2000
+ "GITHUB_HMAC",
2001
+ "IP",
2002
+ "UNAUTHENTICATED"
2003
+ ]
2004
+ },
2005
+ "WebhookDefinition":{
2006
+ "type":"structure",
2007
+ "required":[
2008
+ "name",
2009
+ "targetPipeline",
2010
+ "targetAction",
2011
+ "filters",
2012
+ "authentication",
2013
+ "authenticationConfiguration"
2014
+ ],
2015
+ "members":{
2016
+ "name":{"shape":"WebhookName"},
2017
+ "targetPipeline":{"shape":"PipelineName"},
2018
+ "targetAction":{"shape":"ActionName"},
2019
+ "filters":{"shape":"WebhookFilters"},
2020
+ "authentication":{"shape":"WebhookAuthenticationType"},
2021
+ "authenticationConfiguration":{"shape":"WebhookAuthConfiguration"}
2022
+ }
2023
+ },
2024
+ "WebhookErrorCode":{"type":"string"},
2025
+ "WebhookErrorMessage":{"type":"string"},
2026
+ "WebhookFilterRule":{
2027
+ "type":"structure",
2028
+ "required":["jsonPath"],
2029
+ "members":{
2030
+ "jsonPath":{"shape":"JsonPath"},
2031
+ "matchEquals":{"shape":"MatchEquals"}
2032
+ }
2033
+ },
2034
+ "WebhookFilters":{
2035
+ "type":"list",
2036
+ "member":{"shape":"WebhookFilterRule"},
2037
+ "max":5
2038
+ },
2039
+ "WebhookLastTriggered":{"type":"timestamp"},
2040
+ "WebhookList":{
2041
+ "type":"list",
2042
+ "member":{"shape":"ListWebhookItem"}
2043
+ },
2044
+ "WebhookName":{
2045
+ "type":"string",
2046
+ "max":100,
2047
+ "min":1,
2048
+ "pattern":"[A-Za-z0-9.@\\-_]+"
2049
+ },
2050
+ "WebhookNotFoundException":{
2051
+ "type":"structure",
2052
+ "members":{
2053
+ },
2054
+ "exception":true
2055
+ },
2056
+ "WebhookUrl":{
2057
+ "type":"string",
2058
+ "max":1000,
2059
+ "min":1
1796
2060
  }
1797
2061
  }
1798
2062
  }
@@ -338,6 +338,15 @@
338
338
  "input":{"shape":"CreateEgressOnlyInternetGatewayRequest"},
339
339
  "output":{"shape":"CreateEgressOnlyInternetGatewayResult"}
340
340
  },
341
+ "CreateFleet":{
342
+ "name":"CreateFleet",
343
+ "http":{
344
+ "method":"POST",
345
+ "requestUri":"/"
346
+ },
347
+ "input":{"shape":"CreateFleetRequest"},
348
+ "output":{"shape":"CreateFleetResult"}
349
+ },
341
350
  "CreateFlowLogs":{
342
351
  "name":"CreateFlowLogs",
343
352
  "http":{
@@ -638,6 +647,15 @@
638
647
  "input":{"shape":"DeleteEgressOnlyInternetGatewayRequest"},
639
648
  "output":{"shape":"DeleteEgressOnlyInternetGatewayResult"}
640
649
  },
650
+ "DeleteFleets":{
651
+ "name":"DeleteFleets",
652
+ "http":{
653
+ "method":"POST",
654
+ "requestUri":"/"
655
+ },
656
+ "input":{"shape":"DeleteFleetsRequest"},
657
+ "output":{"shape":"DeleteFleetsResult"}
658
+ },
641
659
  "DeleteFlowLogs":{
642
660
  "name":"DeleteFlowLogs",
643
661
  "http":{
@@ -988,6 +1006,33 @@
988
1006
  "input":{"shape":"DescribeExportTasksRequest"},
989
1007
  "output":{"shape":"DescribeExportTasksResult"}
990
1008
  },
1009
+ "DescribeFleetHistory":{
1010
+ "name":"DescribeFleetHistory",
1011
+ "http":{
1012
+ "method":"POST",
1013
+ "requestUri":"/"
1014
+ },
1015
+ "input":{"shape":"DescribeFleetHistoryRequest"},
1016
+ "output":{"shape":"DescribeFleetHistoryResult"}
1017
+ },
1018
+ "DescribeFleetInstances":{
1019
+ "name":"DescribeFleetInstances",
1020
+ "http":{
1021
+ "method":"POST",
1022
+ "requestUri":"/"
1023
+ },
1024
+ "input":{"shape":"DescribeFleetInstancesRequest"},
1025
+ "output":{"shape":"DescribeFleetInstancesResult"}
1026
+ },
1027
+ "DescribeFleets":{
1028
+ "name":"DescribeFleets",
1029
+ "http":{
1030
+ "method":"POST",
1031
+ "requestUri":"/"
1032
+ },
1033
+ "input":{"shape":"DescribeFleetsRequest"},
1034
+ "output":{"shape":"DescribeFleetsResult"}
1035
+ },
991
1036
  "DescribeFlowLogs":{
992
1037
  "name":"DescribeFlowLogs",
993
1038
  "http":{
@@ -1844,6 +1889,15 @@
1844
1889
  "input":{"shape":"ImportVolumeRequest"},
1845
1890
  "output":{"shape":"ImportVolumeResult"}
1846
1891
  },
1892
+ "ModifyFleet":{
1893
+ "name":"ModifyFleet",
1894
+ "http":{
1895
+ "method":"POST",
1896
+ "requestUri":"/"
1897
+ },
1898
+ "input":{"shape":"ModifyFleetRequest"},
1899
+ "output":{"shape":"ModifyFleetResult"}
1900
+ },
1847
1901
  "ModifyFpgaImageAttribute":{
1848
1902
  "name":"ModifyFpgaImageAttribute",
1849
1903
  "http":{
@@ -4082,6 +4136,39 @@
4082
4136
  }
4083
4137
  }
4084
4138
  },
4139
+ "CreateFleetRequest":{
4140
+ "type":"structure",
4141
+ "required":[
4142
+ "LaunchTemplateConfigs",
4143
+ "TargetCapacitySpecification"
4144
+ ],
4145
+ "members":{
4146
+ "DryRun":{"shape":"Boolean"},
4147
+ "ClientToken":{"shape":"String"},
4148
+ "SpotOptions":{"shape":"SpotOptionsRequest"},
4149
+ "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
4150
+ "LaunchTemplateConfigs":{"shape":"FleetLaunchTemplateConfigListRequest"},
4151
+ "TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"},
4152
+ "TerminateInstancesWithExpiration":{"shape":"Boolean"},
4153
+ "Type":{"shape":"FleetType"},
4154
+ "ValidFrom":{"shape":"DateTime"},
4155
+ "ValidUntil":{"shape":"DateTime"},
4156
+ "ReplaceUnhealthyInstances":{"shape":"Boolean"},
4157
+ "TagSpecifications":{
4158
+ "shape":"TagSpecificationList",
4159
+ "locationName":"TagSpecification"
4160
+ }
4161
+ }
4162
+ },
4163
+ "CreateFleetResult":{
4164
+ "type":"structure",
4165
+ "members":{
4166
+ "FleetId":{
4167
+ "shape":"FleetIdentifier",
4168
+ "locationName":"fleetId"
4169
+ }
4170
+ }
4171
+ },
4085
4172
  "CreateFlowLogsRequest":{
4086
4173
  "type":"structure",
4087
4174
  "required":[
@@ -5058,6 +5145,13 @@
5058
5145
  ]
5059
5146
  },
5060
5147
  "DateTime":{"type":"timestamp"},
5148
+ "DefaultTargetCapacityType":{
5149
+ "type":"string",
5150
+ "enum":[
5151
+ "spot",
5152
+ "on-demand"
5153
+ ]
5154
+ },
5061
5155
  "DeleteCustomerGatewayRequest":{
5062
5156
  "type":"structure",
5063
5157
  "required":["CustomerGatewayId"],
@@ -5097,6 +5191,100 @@
5097
5191
  }
5098
5192
  }
5099
5193
  },
5194
+ "DeleteFleetError":{
5195
+ "type":"structure",
5196
+ "members":{
5197
+ "Code":{
5198
+ "shape":"DeleteFleetErrorCode",
5199
+ "locationName":"code"
5200
+ },
5201
+ "Message":{
5202
+ "shape":"String",
5203
+ "locationName":"message"
5204
+ }
5205
+ }
5206
+ },
5207
+ "DeleteFleetErrorCode":{
5208
+ "type":"string",
5209
+ "enum":[
5210
+ "fleetIdDoesNotExist",
5211
+ "fleetIdMalformed",
5212
+ "fleetNotInDeletableState",
5213
+ "unexpectedError"
5214
+ ]
5215
+ },
5216
+ "DeleteFleetErrorItem":{
5217
+ "type":"structure",
5218
+ "members":{
5219
+ "Error":{
5220
+ "shape":"DeleteFleetError",
5221
+ "locationName":"error"
5222
+ },
5223
+ "FleetId":{
5224
+ "shape":"FleetIdentifier",
5225
+ "locationName":"fleetId"
5226
+ }
5227
+ }
5228
+ },
5229
+ "DeleteFleetErrorSet":{
5230
+ "type":"list",
5231
+ "member":{
5232
+ "shape":"DeleteFleetErrorItem",
5233
+ "locationName":"item"
5234
+ }
5235
+ },
5236
+ "DeleteFleetSuccessItem":{
5237
+ "type":"structure",
5238
+ "members":{
5239
+ "CurrentFleetState":{
5240
+ "shape":"FleetStateCode",
5241
+ "locationName":"currentFleetState"
5242
+ },
5243
+ "PreviousFleetState":{
5244
+ "shape":"FleetStateCode",
5245
+ "locationName":"previousFleetState"
5246
+ },
5247
+ "FleetId":{
5248
+ "shape":"FleetIdentifier",
5249
+ "locationName":"fleetId"
5250
+ }
5251
+ }
5252
+ },
5253
+ "DeleteFleetSuccessSet":{
5254
+ "type":"list",
5255
+ "member":{
5256
+ "shape":"DeleteFleetSuccessItem",
5257
+ "locationName":"item"
5258
+ }
5259
+ },
5260
+ "DeleteFleetsRequest":{
5261
+ "type":"structure",
5262
+ "required":[
5263
+ "FleetIds",
5264
+ "TerminateInstances"
5265
+ ],
5266
+ "members":{
5267
+ "DryRun":{"shape":"Boolean"},
5268
+ "FleetIds":{
5269
+ "shape":"FleetIdSet",
5270
+ "locationName":"FleetId"
5271
+ },
5272
+ "TerminateInstances":{"shape":"Boolean"}
5273
+ }
5274
+ },
5275
+ "DeleteFleetsResult":{
5276
+ "type":"structure",
5277
+ "members":{
5278
+ "SuccessfulFleetDeletions":{
5279
+ "shape":"DeleteFleetSuccessSet",
5280
+ "locationName":"successfulFleetDeletionSet"
5281
+ },
5282
+ "UnsuccessfulFleetDeletions":{
5283
+ "shape":"DeleteFleetErrorSet",
5284
+ "locationName":"unsuccessfulFleetDeletionSet"
5285
+ }
5286
+ }
5287
+ },
5100
5288
  "DeleteFlowLogsRequest":{
5101
5289
  "type":"structure",
5102
5290
  "required":["FlowLogIds"],
@@ -5918,6 +6106,106 @@
5918
6106
  }
5919
6107
  }
5920
6108
  },
6109
+ "DescribeFleetHistoryRequest":{
6110
+ "type":"structure",
6111
+ "required":[
6112
+ "FleetId",
6113
+ "StartTime"
6114
+ ],
6115
+ "members":{
6116
+ "DryRun":{"shape":"Boolean"},
6117
+ "EventType":{"shape":"FleetEventType"},
6118
+ "MaxResults":{"shape":"Integer"},
6119
+ "NextToken":{"shape":"String"},
6120
+ "FleetId":{"shape":"FleetIdentifier"},
6121
+ "StartTime":{"shape":"DateTime"}
6122
+ }
6123
+ },
6124
+ "DescribeFleetHistoryResult":{
6125
+ "type":"structure",
6126
+ "members":{
6127
+ "HistoryRecords":{
6128
+ "shape":"HistoryRecordSet",
6129
+ "locationName":"historyRecordSet"
6130
+ },
6131
+ "LastEvaluatedTime":{
6132
+ "shape":"DateTime",
6133
+ "locationName":"lastEvaluatedTime"
6134
+ },
6135
+ "NextToken":{
6136
+ "shape":"String",
6137
+ "locationName":"nextToken"
6138
+ },
6139
+ "FleetId":{
6140
+ "shape":"FleetIdentifier",
6141
+ "locationName":"fleetId"
6142
+ },
6143
+ "StartTime":{
6144
+ "shape":"DateTime",
6145
+ "locationName":"startTime"
6146
+ }
6147
+ }
6148
+ },
6149
+ "DescribeFleetInstancesRequest":{
6150
+ "type":"structure",
6151
+ "required":["FleetId"],
6152
+ "members":{
6153
+ "DryRun":{"shape":"Boolean"},
6154
+ "MaxResults":{"shape":"Integer"},
6155
+ "NextToken":{"shape":"String"},
6156
+ "FleetId":{"shape":"FleetIdentifier"},
6157
+ "Filters":{
6158
+ "shape":"FilterList",
6159
+ "locationName":"Filter"
6160
+ }
6161
+ }
6162
+ },
6163
+ "DescribeFleetInstancesResult":{
6164
+ "type":"structure",
6165
+ "members":{
6166
+ "ActiveInstances":{
6167
+ "shape":"ActiveInstanceSet",
6168
+ "locationName":"activeInstanceSet"
6169
+ },
6170
+ "NextToken":{
6171
+ "shape":"String",
6172
+ "locationName":"nextToken"
6173
+ },
6174
+ "FleetId":{
6175
+ "shape":"FleetIdentifier",
6176
+ "locationName":"fleetId"
6177
+ }
6178
+ }
6179
+ },
6180
+ "DescribeFleetsRequest":{
6181
+ "type":"structure",
6182
+ "members":{
6183
+ "DryRun":{"shape":"Boolean"},
6184
+ "MaxResults":{"shape":"Integer"},
6185
+ "NextToken":{"shape":"String"},
6186
+ "FleetIds":{
6187
+ "shape":"FleetIdSet",
6188
+ "locationName":"FleetId"
6189
+ },
6190
+ "Filters":{
6191
+ "shape":"FilterList",
6192
+ "locationName":"Filter"
6193
+ }
6194
+ }
6195
+ },
6196
+ "DescribeFleetsResult":{
6197
+ "type":"structure",
6198
+ "members":{
6199
+ "NextToken":{
6200
+ "shape":"String",
6201
+ "locationName":"nextToken"
6202
+ },
6203
+ "Fleets":{
6204
+ "shape":"FleetSet",
6205
+ "locationName":"fleetSet"
6206
+ }
6207
+ }
6208
+ },
5921
6209
  "DescribeFlowLogsRequest":{
5922
6210
  "type":"structure",
5923
6211
  "members":{
@@ -8806,6 +9094,193 @@
8806
9094
  "locationName":"Filter"
8807
9095
  }
8808
9096
  },
9097
+ "FleetActivityStatus":{
9098
+ "type":"string",
9099
+ "enum":[
9100
+ "error",
9101
+ "pending-fulfillment",
9102
+ "pending-termination",
9103
+ "fulfilled"
9104
+ ]
9105
+ },
9106
+ "FleetData":{
9107
+ "type":"structure",
9108
+ "members":{
9109
+ "ActivityStatus":{
9110
+ "shape":"FleetActivityStatus",
9111
+ "locationName":"activityStatus"
9112
+ },
9113
+ "CreateTime":{
9114
+ "shape":"DateTime",
9115
+ "locationName":"createTime"
9116
+ },
9117
+ "FleetId":{
9118
+ "shape":"FleetIdentifier",
9119
+ "locationName":"fleetId"
9120
+ },
9121
+ "FleetState":{
9122
+ "shape":"FleetStateCode",
9123
+ "locationName":"fleetState"
9124
+ },
9125
+ "ClientToken":{
9126
+ "shape":"String",
9127
+ "locationName":"clientToken"
9128
+ },
9129
+ "ExcessCapacityTerminationPolicy":{
9130
+ "shape":"FleetExcessCapacityTerminationPolicy",
9131
+ "locationName":"excessCapacityTerminationPolicy"
9132
+ },
9133
+ "FulfilledCapacity":{
9134
+ "shape":"Double",
9135
+ "locationName":"fulfilledCapacity"
9136
+ },
9137
+ "FulfilledOnDemandCapacity":{
9138
+ "shape":"Double",
9139
+ "locationName":"fulfilledOnDemandCapacity"
9140
+ },
9141
+ "LaunchTemplateConfigs":{
9142
+ "shape":"FleetLaunchTemplateConfigList",
9143
+ "locationName":"launchTemplateConfigs"
9144
+ },
9145
+ "TargetCapacitySpecification":{
9146
+ "shape":"TargetCapacitySpecification",
9147
+ "locationName":"targetCapacitySpecification"
9148
+ },
9149
+ "TerminateInstancesWithExpiration":{
9150
+ "shape":"Boolean",
9151
+ "locationName":"terminateInstancesWithExpiration"
9152
+ },
9153
+ "Type":{
9154
+ "shape":"FleetType",
9155
+ "locationName":"type"
9156
+ },
9157
+ "ValidFrom":{
9158
+ "shape":"DateTime",
9159
+ "locationName":"validFrom"
9160
+ },
9161
+ "ValidUntil":{
9162
+ "shape":"DateTime",
9163
+ "locationName":"validUntil"
9164
+ },
9165
+ "ReplaceUnhealthyInstances":{
9166
+ "shape":"Boolean",
9167
+ "locationName":"replaceUnhealthyInstances"
9168
+ },
9169
+ "SpotOptions":{
9170
+ "shape":"SpotOptions",
9171
+ "locationName":"spotOptions"
9172
+ },
9173
+ "Tags":{
9174
+ "shape":"TagList",
9175
+ "locationName":"tagSet"
9176
+ }
9177
+ }
9178
+ },
9179
+ "FleetEventType":{
9180
+ "type":"string",
9181
+ "enum":[
9182
+ "instance-change",
9183
+ "fleet-change",
9184
+ "service-error"
9185
+ ]
9186
+ },
9187
+ "FleetExcessCapacityTerminationPolicy":{
9188
+ "type":"string",
9189
+ "enum":[
9190
+ "no-termination",
9191
+ "termination"
9192
+ ]
9193
+ },
9194
+ "FleetIdSet":{
9195
+ "type":"list",
9196
+ "member":{"shape":"FleetIdentifier"}
9197
+ },
9198
+ "FleetIdentifier":{"type":"string"},
9199
+ "FleetLaunchTemplateConfig":{
9200
+ "type":"structure",
9201
+ "members":{
9202
+ "LaunchTemplateSpecification":{
9203
+ "shape":"FleetLaunchTemplateSpecification",
9204
+ "locationName":"launchTemplateSpecification"
9205
+ },
9206
+ "Overrides":{
9207
+ "shape":"FleetLaunchTemplateOverridesList",
9208
+ "locationName":"overrides"
9209
+ }
9210
+ }
9211
+ },
9212
+ "FleetLaunchTemplateConfigList":{
9213
+ "type":"list",
9214
+ "member":{
9215
+ "shape":"FleetLaunchTemplateConfig",
9216
+ "locationName":"item"
9217
+ }
9218
+ },
9219
+ "FleetLaunchTemplateConfigListRequest":{
9220
+ "type":"list",
9221
+ "member":{
9222
+ "shape":"FleetLaunchTemplateConfigRequest",
9223
+ "locationName":"item"
9224
+ },
9225
+ "max":50
9226
+ },
9227
+ "FleetLaunchTemplateConfigRequest":{
9228
+ "type":"structure",
9229
+ "members":{
9230
+ "LaunchTemplateSpecification":{"shape":"FleetLaunchTemplateSpecificationRequest"},
9231
+ "Overrides":{"shape":"FleetLaunchTemplateOverridesListRequest"}
9232
+ }
9233
+ },
9234
+ "FleetLaunchTemplateOverrides":{
9235
+ "type":"structure",
9236
+ "members":{
9237
+ "InstanceType":{
9238
+ "shape":"InstanceType",
9239
+ "locationName":"instanceType"
9240
+ },
9241
+ "MaxPrice":{
9242
+ "shape":"String",
9243
+ "locationName":"maxPrice"
9244
+ },
9245
+ "SubnetId":{
9246
+ "shape":"String",
9247
+ "locationName":"subnetId"
9248
+ },
9249
+ "AvailabilityZone":{
9250
+ "shape":"String",
9251
+ "locationName":"availabilityZone"
9252
+ },
9253
+ "WeightedCapacity":{
9254
+ "shape":"Double",
9255
+ "locationName":"weightedCapacity"
9256
+ }
9257
+ }
9258
+ },
9259
+ "FleetLaunchTemplateOverridesList":{
9260
+ "type":"list",
9261
+ "member":{
9262
+ "shape":"FleetLaunchTemplateOverrides",
9263
+ "locationName":"item"
9264
+ }
9265
+ },
9266
+ "FleetLaunchTemplateOverridesListRequest":{
9267
+ "type":"list",
9268
+ "member":{
9269
+ "shape":"FleetLaunchTemplateOverridesRequest",
9270
+ "locationName":"item"
9271
+ },
9272
+ "max":50
9273
+ },
9274
+ "FleetLaunchTemplateOverridesRequest":{
9275
+ "type":"structure",
9276
+ "members":{
9277
+ "InstanceType":{"shape":"InstanceType"},
9278
+ "MaxPrice":{"shape":"String"},
9279
+ "SubnetId":{"shape":"String"},
9280
+ "AvailabilityZone":{"shape":"String"},
9281
+ "WeightedCapacity":{"shape":"Double"}
9282
+ }
9283
+ },
8809
9284
  "FleetLaunchTemplateSpecification":{
8810
9285
  "type":"structure",
8811
9286
  "members":{
@@ -8823,6 +9298,33 @@
8823
9298
  }
8824
9299
  }
8825
9300
  },
9301
+ "FleetLaunchTemplateSpecificationRequest":{
9302
+ "type":"structure",
9303
+ "members":{
9304
+ "LaunchTemplateId":{"shape":"String"},
9305
+ "LaunchTemplateName":{"shape":"LaunchTemplateName"},
9306
+ "Version":{"shape":"String"}
9307
+ }
9308
+ },
9309
+ "FleetSet":{
9310
+ "type":"list",
9311
+ "member":{
9312
+ "shape":"FleetData",
9313
+ "locationName":"item"
9314
+ }
9315
+ },
9316
+ "FleetStateCode":{
9317
+ "type":"string",
9318
+ "enum":[
9319
+ "submitted",
9320
+ "active",
9321
+ "deleted",
9322
+ "failed",
9323
+ "deleted-running",
9324
+ "deleted-terminating",
9325
+ "modifying"
9326
+ ]
9327
+ },
8826
9328
  "FleetType":{
8827
9329
  "type":"string",
8828
9330
  "enum":[
@@ -9275,6 +9777,30 @@
9275
9777
  }
9276
9778
  }
9277
9779
  },
9780
+ "HistoryRecordEntry":{
9781
+ "type":"structure",
9782
+ "members":{
9783
+ "EventInformation":{
9784
+ "shape":"EventInformation",
9785
+ "locationName":"eventInformation"
9786
+ },
9787
+ "EventType":{
9788
+ "shape":"FleetEventType",
9789
+ "locationName":"eventType"
9790
+ },
9791
+ "Timestamp":{
9792
+ "shape":"DateTime",
9793
+ "locationName":"timestamp"
9794
+ }
9795
+ }
9796
+ },
9797
+ "HistoryRecordSet":{
9798
+ "type":"list",
9799
+ "member":{
9800
+ "shape":"HistoryRecordEntry",
9801
+ "locationName":"item"
9802
+ }
9803
+ },
9278
9804
  "HistoryRecords":{
9279
9805
  "type":"list",
9280
9806
  "member":{
@@ -12091,6 +12617,28 @@
12091
12617
  "max":255,
12092
12618
  "min":5
12093
12619
  },
12620
+ "ModifyFleetRequest":{
12621
+ "type":"structure",
12622
+ "required":[
12623
+ "FleetId",
12624
+ "TargetCapacitySpecification"
12625
+ ],
12626
+ "members":{
12627
+ "DryRun":{"shape":"Boolean"},
12628
+ "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
12629
+ "FleetId":{"shape":"FleetIdentifier"},
12630
+ "TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"}
12631
+ }
12632
+ },
12633
+ "ModifyFleetResult":{
12634
+ "type":"structure",
12635
+ "members":{
12636
+ "Return":{
12637
+ "shape":"Boolean",
12638
+ "locationName":"return"
12639
+ }
12640
+ }
12641
+ },
12094
12642
  "ModifyFpgaImageAttributeRequest":{
12095
12643
  "type":"structure",
12096
12644
  "required":["FpgaImageId"],
@@ -16409,6 +16957,13 @@
16409
16957
  }
16410
16958
  }
16411
16959
  },
16960
+ "SpotAllocationStrategy":{
16961
+ "type":"string",
16962
+ "enum":[
16963
+ "lowest-price",
16964
+ "diversified"
16965
+ ]
16966
+ },
16412
16967
  "SpotDatafeedSubscription":{
16413
16968
  "type":"structure",
16414
16969
  "members":{
@@ -16574,6 +17129,10 @@
16574
17129
  "shape":"Double",
16575
17130
  "locationName":"fulfilledCapacity"
16576
17131
  },
17132
+ "OnDemandFulfilledCapacity":{
17133
+ "shape":"Double",
17134
+ "locationName":"onDemandFulfilledCapacity"
17135
+ },
16577
17136
  "IamFleetRole":{
16578
17137
  "shape":"String",
16579
17138
  "locationName":"iamFleetRole"
@@ -16594,6 +17153,10 @@
16594
17153
  "shape":"Integer",
16595
17154
  "locationName":"targetCapacity"
16596
17155
  },
17156
+ "OnDemandTargetCapacity":{
17157
+ "shape":"Integer",
17158
+ "locationName":"onDemandTargetCapacity"
17159
+ },
16597
17160
  "TerminateInstancesWithExpiration":{
16598
17161
  "shape":"Boolean",
16599
17162
  "locationName":"terminateInstancesWithExpiration"
@@ -16651,6 +17214,14 @@
16651
17214
  "locationName":"item"
16652
17215
  }
16653
17216
  },
17217
+ "SpotInstanceInterruptionBehavior":{
17218
+ "type":"string",
17219
+ "enum":[
17220
+ "hibernate",
17221
+ "stop",
17222
+ "terminate"
17223
+ ]
17224
+ },
16654
17225
  "SpotInstanceRequest":{
16655
17226
  "type":"structure",
16656
17227
  "members":{
@@ -16803,6 +17374,26 @@
16803
17374
  "InstanceInterruptionBehavior":{"shape":"InstanceInterruptionBehavior"}
16804
17375
  }
16805
17376
  },
17377
+ "SpotOptions":{
17378
+ "type":"structure",
17379
+ "members":{
17380
+ "AllocationStrategy":{
17381
+ "shape":"SpotAllocationStrategy",
17382
+ "locationName":"allocationStrategy"
17383
+ },
17384
+ "InstanceInterruptionBehavior":{
17385
+ "shape":"SpotInstanceInterruptionBehavior",
17386
+ "locationName":"instanceInterruptionBehavior"
17387
+ }
17388
+ }
17389
+ },
17390
+ "SpotOptionsRequest":{
17391
+ "type":"structure",
17392
+ "members":{
17393
+ "AllocationStrategy":{"shape":"SpotAllocationStrategy"},
17394
+ "InstanceInterruptionBehavior":{"shape":"SpotInstanceInterruptionBehavior"}
17395
+ }
17396
+ },
16806
17397
  "SpotPlacement":{
16807
17398
  "type":"structure",
16808
17399
  "members":{
@@ -17252,6 +17843,37 @@
17252
17843
  "locationName":"item"
17253
17844
  }
17254
17845
  },
17846
+ "TargetCapacitySpecification":{
17847
+ "type":"structure",
17848
+ "members":{
17849
+ "TotalTargetCapacity":{
17850
+ "shape":"Integer",
17851
+ "locationName":"totalTargetCapacity"
17852
+ },
17853
+ "OnDemandTargetCapacity":{
17854
+ "shape":"Integer",
17855
+ "locationName":"onDemandTargetCapacity"
17856
+ },
17857
+ "SpotTargetCapacity":{
17858
+ "shape":"Integer",
17859
+ "locationName":"spotTargetCapacity"
17860
+ },
17861
+ "DefaultTargetCapacityType":{
17862
+ "shape":"DefaultTargetCapacityType",
17863
+ "locationName":"defaultTargetCapacityType"
17864
+ }
17865
+ }
17866
+ },
17867
+ "TargetCapacitySpecificationRequest":{
17868
+ "type":"structure",
17869
+ "required":["TotalTargetCapacity"],
17870
+ "members":{
17871
+ "TotalTargetCapacity":{"shape":"Integer"},
17872
+ "OnDemandTargetCapacity":{"shape":"Integer"},
17873
+ "SpotTargetCapacity":{"shape":"Integer"},
17874
+ "DefaultTargetCapacityType":{"shape":"DefaultTargetCapacityType"}
17875
+ }
17876
+ },
17255
17877
  "TargetConfiguration":{
17256
17878
  "type":"structure",
17257
17879
  "members":{
@@ -1289,6 +1289,7 @@
1289
1289
  {"shape":"InternalServerError"},
1290
1290
  {"shape":"InvalidInstanceId"},
1291
1291
  {"shape":"InvalidDocument"},
1292
+ {"shape":"InvalidDocumentVersion"},
1292
1293
  {"shape":"InvalidOutputFolder"},
1293
1294
  {"shape":"InvalidParameters"},
1294
1295
  {"shape":"UnsupportedPlatformType"},
@@ -1954,6 +1955,7 @@
1954
1955
  "members":{
1955
1956
  "CommandId":{"shape":"CommandId"},
1956
1957
  "DocumentName":{"shape":"DocumentName"},
1958
+ "DocumentVersion":{"shape":"DocumentVersion"},
1957
1959
  "Comment":{"shape":"Comment"},
1958
1960
  "ExpiresAfter":{"shape":"DateTime"},
1959
1961
  "Parameters":{"shape":"Parameters"},
@@ -2016,6 +2018,7 @@
2016
2018
  "InstanceName":{"shape":"InstanceTagName"},
2017
2019
  "Comment":{"shape":"Comment"},
2018
2020
  "DocumentName":{"shape":"DocumentName"},
2021
+ "DocumentVersion":{"shape":"DocumentVersion"},
2019
2022
  "RequestedDateTime":{"shape":"DateTime"},
2020
2023
  "Status":{"shape":"CommandInvocationStatus"},
2021
2024
  "StatusDetails":{"shape":"StatusDetails"},
@@ -3508,6 +3511,7 @@
3508
3511
  "InstanceId":{"shape":"InstanceId"},
3509
3512
  "Comment":{"shape":"Comment"},
3510
3513
  "DocumentName":{"shape":"DocumentName"},
3514
+ "DocumentVersion":{"shape":"DocumentVersion"},
3511
3515
  "PluginName":{"shape":"CommandPluginName"},
3512
3516
  "ResponseCode":{"shape":"ResponseCode"},
3513
3517
  "ExecutionStartDateTime":{"shape":"StringDateTime"},
@@ -6425,6 +6429,7 @@
6425
6429
  "InstanceIds":{"shape":"InstanceIdList"},
6426
6430
  "Targets":{"shape":"Targets"},
6427
6431
  "DocumentName":{"shape":"DocumentARN"},
6432
+ "DocumentVersion":{"shape":"DocumentVersion"},
6428
6433
  "DocumentHash":{"shape":"DocumentHash"},
6429
6434
  "DocumentHashType":{"shape":"DocumentHashType"},
6430
6435
  "TimeoutSeconds":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.40'
2
+ VERSION = '2.11.41'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.40
4
+ version: 2.11.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath