aws-sdk-core 2.6.42 → 2.6.43

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: 5923a9e6d85091a83fafc492086be8cbc30c96d3
4
- data.tar.gz: ebfa2b01fc8671d722fc6a2dd834785cce5deaef
3
+ metadata.gz: 75214091629b837f61ffb8d9595af6c87f475a71
4
+ data.tar.gz: 1da98b2fc9bd2299552553147259833dc5c40ede
5
5
  SHA512:
6
- metadata.gz: 7766a52408f375ecd8e6a5b9e6b6c9e96e2727e766c5cd53d954c2457dc81ad270f95fb34a1397a2966972fb70d5d10d7a44029c1db97e95c51f11c35df9fbc2
7
- data.tar.gz: f4c2f8accbd165055e343b3360501ec45ec0367508cab3aea0e5e7634180496dc545f7687501e207980f68aebebb2b9f1fc22f31c9d4cf400028e111217aabe9
6
+ metadata.gz: 8b3162848c83d2c29abc2309c385fc7cb40583b0a84a190010fb4b8df0ea0892675204e1205ae92f13585225ffd7930d69b308d6e11b45873d8477d0c938c3eb
7
+ data.tar.gz: 0155d84986e39e0031dcc5848611665530cfe49e2ea744df185a610e34c5b7dce7a8077a860e762fbb892b8b24d73098ae4363bbafbb700c280a9387e6fe5fdd
@@ -507,11 +507,15 @@
507
507
  "input":{"shape":"RegisterOnPremisesInstanceInput"},
508
508
  "errors":[
509
509
  {"shape":"InstanceNameAlreadyRegisteredException"},
510
+ {"shape":"IamArnRequiredException"},
511
+ {"shape":"IamSessionArnAlreadyRegisteredException"},
510
512
  {"shape":"IamUserArnAlreadyRegisteredException"},
511
513
  {"shape":"InstanceNameRequiredException"},
512
514
  {"shape":"IamUserArnRequiredException"},
513
515
  {"shape":"InvalidInstanceNameException"},
514
- {"shape":"InvalidIamUserArnException"}
516
+ {"shape":"InvalidIamSessionArnException"},
517
+ {"shape":"InvalidIamUserArnException"},
518
+ {"shape":"MultipleIamArnsProvidedException"}
515
519
  ]
516
520
  },
517
521
  "RemoveTagsFromOnPremisesInstances":{
@@ -1330,6 +1334,19 @@
1330
1334
  "commitId":{"shape":"CommitId"}
1331
1335
  }
1332
1336
  },
1337
+ "IamArnRequiredException":{
1338
+ "type":"structure",
1339
+ "members":{
1340
+ },
1341
+ "exception":true
1342
+ },
1343
+ "IamSessionArn":{"type":"string"},
1344
+ "IamSessionArnAlreadyRegisteredException":{
1345
+ "type":"structure",
1346
+ "members":{
1347
+ },
1348
+ "exception":true
1349
+ },
1333
1350
  "IamUserArn":{"type":"string"},
1334
1351
  "IamUserArnAlreadyRegisteredException":{
1335
1352
  "type":"structure",
@@ -1362,6 +1379,7 @@
1362
1379
  "type":"structure",
1363
1380
  "members":{
1364
1381
  "instanceName":{"shape":"InstanceName"},
1382
+ "iamSessionArn":{"shape":"IamSessionArn"},
1365
1383
  "iamUserArn":{"shape":"IamUserArn"},
1366
1384
  "instanceArn":{"shape":"InstanceArn"},
1367
1385
  "registerTime":{"shape":"Timestamp"},
@@ -1501,6 +1519,12 @@
1501
1519
  },
1502
1520
  "exception":true
1503
1521
  },
1522
+ "InvalidIamSessionArnException":{
1523
+ "type":"structure",
1524
+ "members":{
1525
+ },
1526
+ "exception":true
1527
+ },
1504
1528
  "InvalidIamUserArnException":{
1505
1529
  "type":"structure",
1506
1530
  "members":{
@@ -1777,6 +1801,12 @@
1777
1801
  ]
1778
1802
  },
1779
1803
  "MinimumHealthyHostsValue":{"type":"integer"},
1804
+ "MultipleIamArnsProvidedException":{
1805
+ "type":"structure",
1806
+ "members":{
1807
+ },
1808
+ "exception":true
1809
+ },
1780
1810
  "NextToken":{"type":"string"},
1781
1811
  "NullableBoolean":{"type":"boolean"},
1782
1812
  "RegisterApplicationRevisionInput":{
@@ -1793,12 +1823,10 @@
1793
1823
  },
1794
1824
  "RegisterOnPremisesInstanceInput":{
1795
1825
  "type":"structure",
1796
- "required":[
1797
- "instanceName",
1798
- "iamUserArn"
1799
- ],
1826
+ "required":["instanceName"],
1800
1827
  "members":{
1801
1828
  "instanceName":{"shape":"InstanceName"},
1829
+ "iamSessionArn":{"shape":"IamSessionArn"},
1802
1830
  "iamUserArn":{"shape":"IamUserArn"}
1803
1831
  }
1804
1832
  },
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"ecs-2014-11-13",
5
4
  "apiVersion":"2014-11-13",
6
5
  "endpointPrefix":"ecs",
7
6
  "jsonVersion":"1.1",
@@ -9,7 +8,8 @@
9
8
  "serviceAbbreviation":"Amazon ECS",
10
9
  "serviceFullName":"Amazon EC2 Container Service",
11
10
  "signatureVersion":"v4",
12
- "targetPrefix":"AmazonEC2ContainerServiceV20141113"
11
+ "targetPrefix":"AmazonEC2ContainerServiceV20141113",
12
+ "uid":"ecs-2014-11-13"
13
13
  },
14
14
  "operations":{
15
15
  "CreateCluster":{
@@ -41,6 +41,20 @@
41
41
  {"shape":"ClusterNotFoundException"}
42
42
  ]
43
43
  },
44
+ "DeleteAttributes":{
45
+ "name":"DeleteAttributes",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/"
49
+ },
50
+ "input":{"shape":"DeleteAttributesRequest"},
51
+ "output":{"shape":"DeleteAttributesResponse"},
52
+ "errors":[
53
+ {"shape":"ClusterNotFoundException"},
54
+ {"shape":"TargetNotFoundException"},
55
+ {"shape":"InvalidParameterException"}
56
+ ]
57
+ },
44
58
  "DeleteCluster":{
45
59
  "name":"DeleteCluster",
46
60
  "http":{
@@ -189,6 +203,19 @@
189
203
  {"shape":"ClientException"}
190
204
  ]
191
205
  },
206
+ "ListAttributes":{
207
+ "name":"ListAttributes",
208
+ "http":{
209
+ "method":"POST",
210
+ "requestUri":"/"
211
+ },
212
+ "input":{"shape":"ListAttributesRequest"},
213
+ "output":{"shape":"ListAttributesResponse"},
214
+ "errors":[
215
+ {"shape":"ClusterNotFoundException"},
216
+ {"shape":"InvalidParameterException"}
217
+ ]
218
+ },
192
219
  "ListClusters":{
193
220
  "name":"ListClusters",
194
221
  "http":{
@@ -277,6 +304,21 @@
277
304
  {"shape":"ServiceNotFoundException"}
278
305
  ]
279
306
  },
307
+ "PutAttributes":{
308
+ "name":"PutAttributes",
309
+ "http":{
310
+ "method":"POST",
311
+ "requestUri":"/"
312
+ },
313
+ "input":{"shape":"PutAttributesRequest"},
314
+ "output":{"shape":"PutAttributesResponse"},
315
+ "errors":[
316
+ {"shape":"ClusterNotFoundException"},
317
+ {"shape":"TargetNotFoundException"},
318
+ {"shape":"AttributeLimitExceededException"},
319
+ {"shape":"InvalidParameterException"}
320
+ ]
321
+ },
280
322
  "RegisterContainerInstance":{
281
323
  "name":"RegisterContainerInstance",
282
324
  "http":{
@@ -428,9 +470,17 @@
428
470
  "required":["name"],
429
471
  "members":{
430
472
  "name":{"shape":"String"},
431
- "value":{"shape":"String"}
473
+ "value":{"shape":"String"},
474
+ "targetType":{"shape":"TargetType"},
475
+ "targetId":{"shape":"String"}
432
476
  }
433
477
  },
478
+ "AttributeLimitExceededException":{
479
+ "type":"structure",
480
+ "members":{
481
+ },
482
+ "exception":true
483
+ },
434
484
  "Attributes":{
435
485
  "type":"list",
436
486
  "member":{"shape":"Attribute"}
@@ -596,7 +646,9 @@
596
646
  "desiredCount":{"shape":"BoxedInteger"},
597
647
  "clientToken":{"shape":"String"},
598
648
  "role":{"shape":"String"},
599
- "deploymentConfiguration":{"shape":"DeploymentConfiguration"}
649
+ "deploymentConfiguration":{"shape":"DeploymentConfiguration"},
650
+ "placementConstraints":{"shape":"PlacementConstraints"},
651
+ "placementStrategy":{"shape":"PlacementStrategies"}
600
652
  }
601
653
  },
602
654
  "CreateServiceResponse":{
@@ -605,6 +657,20 @@
605
657
  "service":{"shape":"Service"}
606
658
  }
607
659
  },
660
+ "DeleteAttributesRequest":{
661
+ "type":"structure",
662
+ "required":["attributes"],
663
+ "members":{
664
+ "cluster":{"shape":"String"},
665
+ "attributes":{"shape":"Attributes"}
666
+ }
667
+ },
668
+ "DeleteAttributesResponse":{
669
+ "type":"structure",
670
+ "members":{
671
+ "attributes":{"shape":"Attributes"}
672
+ }
673
+ },
608
674
  "DeleteClusterRequest":{
609
675
  "type":"structure",
610
676
  "required":["cluster"],
@@ -833,6 +899,25 @@
833
899
  "value":{"shape":"String"}
834
900
  }
835
901
  },
902
+ "ListAttributesRequest":{
903
+ "type":"structure",
904
+ "required":["targetType"],
905
+ "members":{
906
+ "cluster":{"shape":"String"},
907
+ "targetType":{"shape":"TargetType"},
908
+ "attributeName":{"shape":"String"},
909
+ "attributeValue":{"shape":"String"},
910
+ "nextToken":{"shape":"String"},
911
+ "maxResults":{"shape":"BoxedInteger"}
912
+ }
913
+ },
914
+ "ListAttributesResponse":{
915
+ "type":"structure",
916
+ "members":{
917
+ "attributes":{"shape":"Attributes"},
918
+ "nextToken":{"shape":"String"}
919
+ }
920
+ },
836
921
  "ListClustersRequest":{
837
922
  "type":"structure",
838
923
  "members":{
@@ -851,6 +936,7 @@
851
936
  "type":"structure",
852
937
  "members":{
853
938
  "cluster":{"shape":"String"},
939
+ "filter":{"shape":"String"},
854
940
  "nextToken":{"shape":"String"},
855
941
  "maxResults":{"shape":"BoxedInteger"}
856
942
  }
@@ -1014,6 +1100,43 @@
1014
1100
  },
1015
1101
  "exception":true
1016
1102
  },
1103
+ "PlacementConstraint":{
1104
+ "type":"structure",
1105
+ "members":{
1106
+ "type":{"shape":"PlacementConstraintType"},
1107
+ "expression":{"shape":"String"}
1108
+ }
1109
+ },
1110
+ "PlacementConstraintType":{
1111
+ "type":"string",
1112
+ "enum":[
1113
+ "distinctInstance",
1114
+ "memberOf"
1115
+ ]
1116
+ },
1117
+ "PlacementConstraints":{
1118
+ "type":"list",
1119
+ "member":{"shape":"PlacementConstraint"}
1120
+ },
1121
+ "PlacementStrategies":{
1122
+ "type":"list",
1123
+ "member":{"shape":"PlacementStrategy"}
1124
+ },
1125
+ "PlacementStrategy":{
1126
+ "type":"structure",
1127
+ "members":{
1128
+ "type":{"shape":"PlacementStrategyType"},
1129
+ "field":{"shape":"String"}
1130
+ }
1131
+ },
1132
+ "PlacementStrategyType":{
1133
+ "type":"string",
1134
+ "enum":[
1135
+ "random",
1136
+ "spread",
1137
+ "binpack"
1138
+ ]
1139
+ },
1017
1140
  "PortMapping":{
1018
1141
  "type":"structure",
1019
1142
  "members":{
@@ -1026,6 +1149,20 @@
1026
1149
  "type":"list",
1027
1150
  "member":{"shape":"PortMapping"}
1028
1151
  },
1152
+ "PutAttributesRequest":{
1153
+ "type":"structure",
1154
+ "required":["attributes"],
1155
+ "members":{
1156
+ "cluster":{"shape":"String"},
1157
+ "attributes":{"shape":"Attributes"}
1158
+ }
1159
+ },
1160
+ "PutAttributesResponse":{
1161
+ "type":"structure",
1162
+ "members":{
1163
+ "attributes":{"shape":"Attributes"}
1164
+ }
1165
+ },
1029
1166
  "RegisterContainerInstanceRequest":{
1030
1167
  "type":"structure",
1031
1168
  "members":{
@@ -1055,7 +1192,8 @@
1055
1192
  "taskRoleArn":{"shape":"String"},
1056
1193
  "networkMode":{"shape":"NetworkMode"},
1057
1194
  "containerDefinitions":{"shape":"ContainerDefinitions"},
1058
- "volumes":{"shape":"VolumeList"}
1195
+ "volumes":{"shape":"VolumeList"},
1196
+ "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"}
1059
1197
  }
1060
1198
  },
1061
1199
  "RegisterTaskDefinitionResponse":{
@@ -1091,7 +1229,10 @@
1091
1229
  "taskDefinition":{"shape":"String"},
1092
1230
  "overrides":{"shape":"TaskOverride"},
1093
1231
  "count":{"shape":"BoxedInteger"},
1094
- "startedBy":{"shape":"String"}
1232
+ "startedBy":{"shape":"String"},
1233
+ "group":{"shape":"String"},
1234
+ "placementConstraints":{"shape":"PlacementConstraints"},
1235
+ "placementStrategy":{"shape":"PlacementStrategies"}
1095
1236
  }
1096
1237
  },
1097
1238
  "RunTaskResponse":{
@@ -1125,7 +1266,9 @@
1125
1266
  "deployments":{"shape":"Deployments"},
1126
1267
  "roleArn":{"shape":"String"},
1127
1268
  "events":{"shape":"ServiceEvents"},
1128
- "createdAt":{"shape":"Timestamp"}
1269
+ "createdAt":{"shape":"Timestamp"},
1270
+ "placementConstraints":{"shape":"PlacementConstraints"},
1271
+ "placementStrategy":{"shape":"PlacementStrategies"}
1129
1272
  }
1130
1273
  },
1131
1274
  "ServiceEvent":{
@@ -1174,7 +1317,8 @@
1174
1317
  "taskDefinition":{"shape":"String"},
1175
1318
  "overrides":{"shape":"TaskOverride"},
1176
1319
  "containerInstances":{"shape":"StringList"},
1177
- "startedBy":{"shape":"String"}
1320
+ "startedBy":{"shape":"String"},
1321
+ "group":{"shape":"String"}
1178
1322
  }
1179
1323
  },
1180
1324
  "StartTaskResponse":{
@@ -1237,6 +1381,16 @@
1237
1381
  "acknowledgment":{"shape":"String"}
1238
1382
  }
1239
1383
  },
1384
+ "TargetNotFoundException":{
1385
+ "type":"structure",
1386
+ "members":{
1387
+ },
1388
+ "exception":true
1389
+ },
1390
+ "TargetType":{
1391
+ "type":"string",
1392
+ "enum":["container-instance"]
1393
+ },
1240
1394
  "Task":{
1241
1395
  "type":"structure",
1242
1396
  "members":{
@@ -1253,7 +1407,8 @@
1253
1407
  "stoppedReason":{"shape":"String"},
1254
1408
  "createdAt":{"shape":"Timestamp"},
1255
1409
  "startedAt":{"shape":"Timestamp"},
1256
- "stoppedAt":{"shape":"Timestamp"}
1410
+ "stoppedAt":{"shape":"Timestamp"},
1411
+ "group":{"shape":"String"}
1257
1412
  }
1258
1413
  },
1259
1414
  "TaskDefinition":{
@@ -1267,7 +1422,8 @@
1267
1422
  "revision":{"shape":"Integer"},
1268
1423
  "volumes":{"shape":"VolumeList"},
1269
1424
  "status":{"shape":"TaskDefinitionStatus"},
1270
- "requiresAttributes":{"shape":"RequiresAttributes"}
1425
+ "requiresAttributes":{"shape":"RequiresAttributes"},
1426
+ "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"}
1271
1427
  }
1272
1428
  },
1273
1429
  "TaskDefinitionFamilyStatus":{
@@ -1278,6 +1434,21 @@
1278
1434
  "ALL"
1279
1435
  ]
1280
1436
  },
1437
+ "TaskDefinitionPlacementConstraint":{
1438
+ "type":"structure",
1439
+ "members":{
1440
+ "type":{"shape":"TaskDefinitionPlacementConstraintType"},
1441
+ "expression":{"shape":"String"}
1442
+ }
1443
+ },
1444
+ "TaskDefinitionPlacementConstraintType":{
1445
+ "type":"string",
1446
+ "enum":["memberOf"]
1447
+ },
1448
+ "TaskDefinitionPlacementConstraints":{
1449
+ "type":"list",
1450
+ "member":{"shape":"TaskDefinitionPlacementConstraint"}
1451
+ },
1281
1452
  "TaskDefinitionStatus":{
1282
1453
  "type":"string",
1283
1454
  "enum":[
@@ -876,7 +876,13 @@
876
876
  },
877
877
  "metering.marketplace": {
878
878
  "endpoints": {
879
+ "ap-northeast-1": {},
880
+ "ap-southeast-1": {},
881
+ "ap-southeast-2": {},
882
+ "eu-central-1": {},
883
+ "eu-west-1": {},
879
884
  "us-east-1": {},
885
+ "us-west-1": {},
880
886
  "us-west-2": {}
881
887
  }
882
888
  },
@@ -17,7 +17,6 @@ module Aws
17
17
  "iot-data",
18
18
  "machinelearning",
19
19
  "rekognition",
20
- "s3",
21
20
  "sdb",
22
21
  "swf"
23
22
  ]
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.42'
2
+ VERSION = '2.6.43'
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.6.42
4
+ version: 2.6.43
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: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2016-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath