aws-sdk-core 2.11.248 → 2.11.249

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.
@@ -12,6 +12,12 @@
12
12
  "output_token": "nextToken",
13
13
  "result_key": "routes"
14
14
  },
15
+ "ListTagsForResource": {
16
+ "input_token": "nextToken",
17
+ "limit_key": "limit",
18
+ "output_token": "nextToken",
19
+ "result_key": "tags"
20
+ },
15
21
  "ListVirtualNodes": {
16
22
  "input_token": "nextToken",
17
23
  "limit_key": "limit",
@@ -14314,6 +14314,14 @@
14314
14314
  "r5d.12xlarge",
14315
14315
  "r5d.24xlarge",
14316
14316
  "r5d.metal",
14317
+ "r5ad.large",
14318
+ "r5ad.xlarge",
14319
+ "r5ad.2xlarge",
14320
+ "r5ad.4xlarge",
14321
+ "r5ad.8xlarge",
14322
+ "r5ad.12xlarge",
14323
+ "r5ad.16xlarge",
14324
+ "r5ad.24xlarge",
14317
14325
  "x1.16xlarge",
14318
14326
  "x1.32xlarge",
14319
14327
  "x1e.xlarge",
@@ -14408,6 +14416,14 @@
14408
14416
  "m5d.12xlarge",
14409
14417
  "m5d.24xlarge",
14410
14418
  "m5d.metal",
14419
+ "m5ad.large",
14420
+ "m5ad.xlarge",
14421
+ "m5ad.2xlarge",
14422
+ "m5ad.4xlarge",
14423
+ "m5ad.8xlarge",
14424
+ "m5ad.12xlarge",
14425
+ "m5ad.16xlarge",
14426
+ "m5ad.24xlarge",
14411
14427
  "h1.2xlarge",
14412
14428
  "h1.4xlarge",
14413
14429
  "h1.8xlarge",
@@ -46,6 +46,27 @@
46
46
  {"shape":"AccessDeniedException"}
47
47
  ]
48
48
  },
49
+ "CreateTaskSet":{
50
+ "name":"CreateTaskSet",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/"
54
+ },
55
+ "input":{"shape":"CreateTaskSetRequest"},
56
+ "output":{"shape":"CreateTaskSetResponse"},
57
+ "errors":[
58
+ {"shape":"ServerException"},
59
+ {"shape":"ClientException"},
60
+ {"shape":"InvalidParameterException"},
61
+ {"shape":"ClusterNotFoundException"},
62
+ {"shape":"UnsupportedFeatureException"},
63
+ {"shape":"PlatformUnknownException"},
64
+ {"shape":"PlatformTaskDefinitionIncompatibilityException"},
65
+ {"shape":"AccessDeniedException"},
66
+ {"shape":"ServiceNotFoundException"},
67
+ {"shape":"ServiceNotActiveException"}
68
+ ]
69
+ },
49
70
  "DeleteAccountSetting":{
50
71
  "name":"DeleteAccountSetting",
51
72
  "http":{
@@ -108,6 +129,26 @@
108
129
  {"shape":"ServiceNotFoundException"}
109
130
  ]
110
131
  },
132
+ "DeleteTaskSet":{
133
+ "name":"DeleteTaskSet",
134
+ "http":{
135
+ "method":"POST",
136
+ "requestUri":"/"
137
+ },
138
+ "input":{"shape":"DeleteTaskSetRequest"},
139
+ "output":{"shape":"DeleteTaskSetResponse"},
140
+ "errors":[
141
+ {"shape":"ServerException"},
142
+ {"shape":"ClientException"},
143
+ {"shape":"InvalidParameterException"},
144
+ {"shape":"ClusterNotFoundException"},
145
+ {"shape":"UnsupportedFeatureException"},
146
+ {"shape":"AccessDeniedException"},
147
+ {"shape":"ServiceNotFoundException"},
148
+ {"shape":"ServiceNotActiveException"},
149
+ {"shape":"TaskSetNotFoundException"}
150
+ ]
151
+ },
111
152
  "DeregisterContainerInstance":{
112
153
  "name":"DeregisterContainerInstance",
113
154
  "http":{
@@ -195,6 +236,25 @@
195
236
  {"shape":"InvalidParameterException"}
196
237
  ]
197
238
  },
239
+ "DescribeTaskSets":{
240
+ "name":"DescribeTaskSets",
241
+ "http":{
242
+ "method":"POST",
243
+ "requestUri":"/"
244
+ },
245
+ "input":{"shape":"DescribeTaskSetsRequest"},
246
+ "output":{"shape":"DescribeTaskSetsResponse"},
247
+ "errors":[
248
+ {"shape":"ServerException"},
249
+ {"shape":"ClientException"},
250
+ {"shape":"InvalidParameterException"},
251
+ {"shape":"ClusterNotFoundException"},
252
+ {"shape":"UnsupportedFeatureException"},
253
+ {"shape":"AccessDeniedException"},
254
+ {"shape":"ServiceNotFoundException"},
255
+ {"shape":"ServiceNotActiveException"}
256
+ ]
257
+ },
198
258
  "DescribeTasks":{
199
259
  "name":"DescribeTasks",
200
260
  "http":{
@@ -586,6 +646,47 @@
586
646
  {"shape":"PlatformTaskDefinitionIncompatibilityException"},
587
647
  {"shape":"AccessDeniedException"}
588
648
  ]
649
+ },
650
+ "UpdateServicePrimaryTaskSet":{
651
+ "name":"UpdateServicePrimaryTaskSet",
652
+ "http":{
653
+ "method":"POST",
654
+ "requestUri":"/"
655
+ },
656
+ "input":{"shape":"UpdateServicePrimaryTaskSetRequest"},
657
+ "output":{"shape":"UpdateServicePrimaryTaskSetResponse"},
658
+ "errors":[
659
+ {"shape":"ServerException"},
660
+ {"shape":"ClientException"},
661
+ {"shape":"InvalidParameterException"},
662
+ {"shape":"ClusterNotFoundException"},
663
+ {"shape":"UnsupportedFeatureException"},
664
+ {"shape":"AccessDeniedException"},
665
+ {"shape":"ServiceNotFoundException"},
666
+ {"shape":"ServiceNotActiveException"},
667
+ {"shape":"TaskSetNotFoundException"},
668
+ {"shape":"AccessDeniedException"}
669
+ ]
670
+ },
671
+ "UpdateTaskSet":{
672
+ "name":"UpdateTaskSet",
673
+ "http":{
674
+ "method":"POST",
675
+ "requestUri":"/"
676
+ },
677
+ "input":{"shape":"UpdateTaskSetRequest"},
678
+ "output":{"shape":"UpdateTaskSetResponse"},
679
+ "errors":[
680
+ {"shape":"ServerException"},
681
+ {"shape":"ClientException"},
682
+ {"shape":"InvalidParameterException"},
683
+ {"shape":"ClusterNotFoundException"},
684
+ {"shape":"UnsupportedFeatureException"},
685
+ {"shape":"AccessDeniedException"},
686
+ {"shape":"ServiceNotFoundException"},
687
+ {"shape":"ServiceNotActiveException"},
688
+ {"shape":"TaskSetNotFoundException"}
689
+ ]
589
690
  }
590
691
  },
591
692
  "shapes":{
@@ -943,10 +1044,7 @@
943
1044
  },
944
1045
  "CreateServiceRequest":{
945
1046
  "type":"structure",
946
- "required":[
947
- "serviceName",
948
- "taskDefinition"
949
- ],
1047
+ "required":["serviceName"],
950
1048
  "members":{
951
1049
  "cluster":{"shape":"String"},
952
1050
  "serviceName":{"shape":"String"},
@@ -976,6 +1074,33 @@
976
1074
  "service":{"shape":"Service"}
977
1075
  }
978
1076
  },
1077
+ "CreateTaskSetRequest":{
1078
+ "type":"structure",
1079
+ "required":[
1080
+ "service",
1081
+ "cluster",
1082
+ "taskDefinition"
1083
+ ],
1084
+ "members":{
1085
+ "service":{"shape":"String"},
1086
+ "cluster":{"shape":"String"},
1087
+ "externalId":{"shape":"String"},
1088
+ "taskDefinition":{"shape":"String"},
1089
+ "networkConfiguration":{"shape":"NetworkConfiguration"},
1090
+ "loadBalancers":{"shape":"LoadBalancers"},
1091
+ "serviceRegistries":{"shape":"ServiceRegistries"},
1092
+ "launchType":{"shape":"LaunchType"},
1093
+ "platformVersion":{"shape":"String"},
1094
+ "scale":{"shape":"Scale"},
1095
+ "clientToken":{"shape":"String"}
1096
+ }
1097
+ },
1098
+ "CreateTaskSetResponse":{
1099
+ "type":"structure",
1100
+ "members":{
1101
+ "taskSet":{"shape":"TaskSet"}
1102
+ }
1103
+ },
979
1104
  "DeleteAccountSettingRequest":{
980
1105
  "type":"structure",
981
1106
  "required":["name"],
@@ -1032,6 +1157,26 @@
1032
1157
  "service":{"shape":"Service"}
1033
1158
  }
1034
1159
  },
1160
+ "DeleteTaskSetRequest":{
1161
+ "type":"structure",
1162
+ "required":[
1163
+ "cluster",
1164
+ "service",
1165
+ "taskSet"
1166
+ ],
1167
+ "members":{
1168
+ "cluster":{"shape":"String"},
1169
+ "service":{"shape":"String"},
1170
+ "taskSet":{"shape":"String"},
1171
+ "force":{"shape":"BoxedBoolean"}
1172
+ }
1173
+ },
1174
+ "DeleteTaskSetResponse":{
1175
+ "type":"structure",
1176
+ "members":{
1177
+ "taskSet":{"shape":"TaskSet"}
1178
+ }
1179
+ },
1035
1180
  "Deployment":{
1036
1181
  "type":"structure",
1037
1182
  "members":{
@@ -1066,7 +1211,8 @@
1066
1211
  "type":"string",
1067
1212
  "enum":[
1068
1213
  "ECS",
1069
- "CODE_DEPLOY"
1214
+ "CODE_DEPLOY",
1215
+ "EXTERNAL"
1070
1216
  ]
1071
1217
  },
1072
1218
  "Deployments":{
@@ -1162,6 +1308,25 @@
1162
1308
  "tags":{"shape":"Tags"}
1163
1309
  }
1164
1310
  },
1311
+ "DescribeTaskSetsRequest":{
1312
+ "type":"structure",
1313
+ "required":[
1314
+ "cluster",
1315
+ "service"
1316
+ ],
1317
+ "members":{
1318
+ "cluster":{"shape":"String"},
1319
+ "service":{"shape":"String"},
1320
+ "taskSets":{"shape":"StringList"}
1321
+ }
1322
+ },
1323
+ "DescribeTaskSetsResponse":{
1324
+ "type":"structure",
1325
+ "members":{
1326
+ "taskSets":{"shape":"TaskSets"},
1327
+ "failures":{"shape":"Failures"}
1328
+ }
1329
+ },
1165
1330
  "DescribeTasksRequest":{
1166
1331
  "type":"structure",
1167
1332
  "required":["tasks"],
@@ -2328,6 +2493,8 @@
2328
2493
  "members":{
2329
2494
  "id":{"shape":"String"},
2330
2495
  "taskSetArn":{"shape":"String"},
2496
+ "serviceArn":{"shape":"String"},
2497
+ "clusterArn":{"shape":"String"},
2331
2498
  "startedBy":{"shape":"String"},
2332
2499
  "externalId":{"shape":"String"},
2333
2500
  "status":{"shape":"String"},
@@ -2341,11 +2508,18 @@
2341
2508
  "platformVersion":{"shape":"String"},
2342
2509
  "networkConfiguration":{"shape":"NetworkConfiguration"},
2343
2510
  "loadBalancers":{"shape":"LoadBalancers"},
2511
+ "serviceRegistries":{"shape":"ServiceRegistries"},
2344
2512
  "scale":{"shape":"Scale"},
2345
2513
  "stabilityStatus":{"shape":"StabilityStatus"},
2346
2514
  "stabilityStatusAt":{"shape":"Timestamp"}
2347
2515
  }
2348
2516
  },
2517
+ "TaskSetNotFoundException":{
2518
+ "type":"structure",
2519
+ "members":{
2520
+ },
2521
+ "exception":true
2522
+ },
2349
2523
  "TaskSets":{
2350
2524
  "type":"list",
2351
2525
  "member":{"shape":"TaskSet"}
@@ -2484,6 +2658,25 @@
2484
2658
  },
2485
2659
  "exception":true
2486
2660
  },
2661
+ "UpdateServicePrimaryTaskSetRequest":{
2662
+ "type":"structure",
2663
+ "required":[
2664
+ "cluster",
2665
+ "service",
2666
+ "primaryTaskSet"
2667
+ ],
2668
+ "members":{
2669
+ "cluster":{"shape":"String"},
2670
+ "service":{"shape":"String"},
2671
+ "primaryTaskSet":{"shape":"String"}
2672
+ }
2673
+ },
2674
+ "UpdateServicePrimaryTaskSetResponse":{
2675
+ "type":"structure",
2676
+ "members":{
2677
+ "taskSet":{"shape":"TaskSet"}
2678
+ }
2679
+ },
2487
2680
  "UpdateServiceRequest":{
2488
2681
  "type":"structure",
2489
2682
  "required":["service"],
@@ -2505,6 +2698,27 @@
2505
2698
  "service":{"shape":"Service"}
2506
2699
  }
2507
2700
  },
2701
+ "UpdateTaskSetRequest":{
2702
+ "type":"structure",
2703
+ "required":[
2704
+ "cluster",
2705
+ "service",
2706
+ "taskSet",
2707
+ "scale"
2708
+ ],
2709
+ "members":{
2710
+ "cluster":{"shape":"String"},
2711
+ "service":{"shape":"String"},
2712
+ "taskSet":{"shape":"String"},
2713
+ "scale":{"shape":"Scale"}
2714
+ }
2715
+ },
2716
+ "UpdateTaskSetResponse":{
2717
+ "type":"structure",
2718
+ "members":{
2719
+ "taskSet":{"shape":"TaskSet"}
2720
+ }
2721
+ },
2508
2722
  "VersionInfo":{
2509
2723
  "type":"structure",
2510
2724
  "members":{
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListClusters",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "StopTask",
12
+ "input": {
13
+ "task": "xxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxx"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -1269,7 +1269,27 @@
1269
1269
  },
1270
1270
  "exception":true
1271
1271
  },
1272
+ "HostHeaderConditionConfig":{
1273
+ "type":"structure",
1274
+ "members":{
1275
+ "Values":{"shape":"ListOfString"}
1276
+ }
1277
+ },
1272
1278
  "HttpCode":{"type":"string"},
1279
+ "HttpHeaderConditionConfig":{
1280
+ "type":"structure",
1281
+ "members":{
1282
+ "HttpHeaderName":{"shape":"HttpHeaderConditionName"},
1283
+ "Values":{"shape":"ListOfString"}
1284
+ }
1285
+ },
1286
+ "HttpHeaderConditionName":{"type":"string"},
1287
+ "HttpRequestMethodConditionConfig":{
1288
+ "type":"structure",
1289
+ "members":{
1290
+ "Values":{"shape":"ListOfString"}
1291
+ }
1292
+ },
1273
1293
  "IncompatibleProtocolsException":{
1274
1294
  "type":"structure",
1275
1295
  "members":{
@@ -1627,6 +1647,12 @@
1627
1647
  "max":1024,
1628
1648
  "min":1
1629
1649
  },
1650
+ "PathPatternConditionConfig":{
1651
+ "type":"structure",
1652
+ "members":{
1653
+ "Values":{"shape":"ListOfString"}
1654
+ }
1655
+ },
1630
1656
  "Port":{
1631
1657
  "type":"integer",
1632
1658
  "max":65535,
@@ -1652,6 +1678,23 @@
1652
1678
  "TLS"
1653
1679
  ]
1654
1680
  },
1681
+ "QueryStringConditionConfig":{
1682
+ "type":"structure",
1683
+ "members":{
1684
+ "Values":{"shape":"QueryStringKeyValuePairList"}
1685
+ }
1686
+ },
1687
+ "QueryStringKeyValuePair":{
1688
+ "type":"structure",
1689
+ "members":{
1690
+ "Key":{"shape":"StringValue"},
1691
+ "Value":{"shape":"StringValue"}
1692
+ }
1693
+ },
1694
+ "QueryStringKeyValuePairList":{
1695
+ "type":"list",
1696
+ "member":{"shape":"QueryStringKeyValuePair"}
1697
+ },
1655
1698
  "RedirectActionConfig":{
1656
1699
  "type":"structure",
1657
1700
  "required":["StatusCode"],
@@ -1774,7 +1817,13 @@
1774
1817
  "type":"structure",
1775
1818
  "members":{
1776
1819
  "Field":{"shape":"ConditionFieldName"},
1777
- "Values":{"shape":"ListOfString"}
1820
+ "Values":{"shape":"ListOfString"},
1821
+ "HostHeaderConfig":{"shape":"HostHeaderConditionConfig"},
1822
+ "PathPatternConfig":{"shape":"PathPatternConditionConfig"},
1823
+ "HttpHeaderConfig":{"shape":"HttpHeaderConditionConfig"},
1824
+ "QueryStringConfig":{"shape":"QueryStringConditionConfig"},
1825
+ "HttpRequestMethodConfig":{"shape":"HttpRequestMethodConditionConfig"},
1826
+ "SourceIpConfig":{"shape":"SourceIpConditionConfig"}
1778
1827
  }
1779
1828
  },
1780
1829
  "RuleConditionList":{
@@ -1890,6 +1939,12 @@
1890
1939
  "AvailabilityZones":{"shape":"AvailabilityZones"}
1891
1940
  }
1892
1941
  },
1942
+ "SourceIpConditionConfig":{
1943
+ "type":"structure",
1944
+ "members":{
1945
+ "Values":{"shape":"ListOfString"}
1946
+ }
1947
+ },
1893
1948
  "SslPolicies":{
1894
1949
  "type":"list",
1895
1950
  "member":{"shape":"SslPolicy"}