aws-sdk-core 2.11.171 → 2.11.172

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codebuild/2016-10-06/api-2.json +8 -1
  3. data/apis/comprehend/2017-11-27/api-2.json +365 -1
  4. data/apis/directconnect/2012-10-25/api-2.json +18 -4
  5. data/apis/dms/2016-01-01/api-2.json +38 -5
  6. data/apis/dms/2016-01-01/waiters-2.json +5 -5
  7. data/apis/ecs/2014-11-13/api-2.json +348 -17
  8. data/apis/ecs/2014-11-13/examples-1.json +69 -0
  9. data/apis/iam/2010-05-08/api-2.json +224 -0
  10. data/apis/iam/2010-05-08/examples-1.json +148 -0
  11. data/apis/pinpoint/2016-12-01/api-2.json +254 -5
  12. data/apis/ram/2018-01-04/api-2.json +964 -0
  13. data/apis/ram/2018-01-04/examples-1.json +5 -0
  14. data/apis/ram/2018-01-04/paginators-1.json +34 -0
  15. data/apis/rds/2014-10-31/api-2.json +152 -10
  16. data/apis/rds/2014-10-31/paginators-1.json +6 -0
  17. data/apis/redshift/2012-12-01/api-2.json +499 -16
  18. data/apis/route53resolver/2018-04-01/api-2.json +1199 -0
  19. data/apis/route53resolver/2018-04-01/examples-1.json +5 -0
  20. data/apis/route53resolver/2018-04-01/paginators-1.json +24 -0
  21. data/apis/route53resolver/2018-04-01/smoke.json +18 -0
  22. data/apis/s3/2006-03-01/api-2.json +138 -0
  23. data/apis/s3/2006-03-01/examples-1.json +78 -78
  24. data/apis/s3control/2018-08-20/api-2.json +126 -0
  25. data/apis/s3control/2018-08-20/examples-1.json +5 -0
  26. data/apis/s3control/2018-08-20/paginators-1.json +4 -0
  27. data/apis/sms-voice/2018-09-05/api-2.json +559 -0
  28. data/apis/transcribe/2017-10-26/api-2.json +4 -1
  29. data/endpoints.json +200 -0
  30. data/lib/aws-sdk-core.rb +7 -0
  31. data/lib/aws-sdk-core/api/customizations.rb +7 -0
  32. data/lib/aws-sdk-core/pinpointsmsvoice.rb +4 -0
  33. data/lib/aws-sdk-core/plugins/s3_control_dns.rb +23 -0
  34. data/lib/aws-sdk-core/plugins/s3_control_dualstack.rb +48 -0
  35. data/lib/aws-sdk-core/plugins/s3_control_signer.rb +53 -0
  36. data/lib/aws-sdk-core/ram.rb +6 -0
  37. data/lib/aws-sdk-core/route53resolver.rb +6 -0
  38. data/lib/aws-sdk-core/s3control.rb +6 -0
  39. data/lib/aws-sdk-core/version.rb +1 -1
  40. data/service-models.json +16 -0
  41. metadata +20 -2
@@ -714,6 +714,7 @@
714
714
  "BGPPeer":{
715
715
  "type":"structure",
716
716
  "members":{
717
+ "bgpPeerId":{"shape":"BGPPeerId"},
717
718
  "asn":{"shape":"ASN"},
718
719
  "authKey":{"shape":"BGPAuthKey"},
719
720
  "addressFamily":{"shape":"AddressFamily"},
@@ -724,6 +725,7 @@
724
725
  "awsDeviceV2":{"shape":"AwsDeviceV2"}
725
726
  }
726
727
  },
728
+ "BGPPeerId":{"type":"string"},
727
729
  "BGPPeerList":{
728
730
  "type":"list",
729
731
  "member":{"shape":"BGPPeer"}
@@ -805,7 +807,8 @@
805
807
  "lagId":{"shape":"LagId"},
806
808
  "awsDevice":{"shape":"AwsDevice"},
807
809
  "jumboFrameCapable":{"shape":"JumboFrameCapable"},
808
- "awsDeviceV2":{"shape":"AwsDeviceV2"}
810
+ "awsDeviceV2":{"shape":"AwsDeviceV2"},
811
+ "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
809
812
  }
810
813
  },
811
814
  "ConnectionId":{"type":"string"},
@@ -950,7 +953,8 @@
950
953
  "members":{
951
954
  "virtualInterfaceId":{"shape":"VirtualInterfaceId"},
952
955
  "asn":{"shape":"ASN"},
953
- "customerAddress":{"shape":"CustomerAddress"}
956
+ "customerAddress":{"shape":"CustomerAddress"},
957
+ "bgpPeerId":{"shape":"BGPPeerId"}
954
958
  }
955
959
  },
956
960
  "DeleteBGPPeerResponse":{
@@ -1273,6 +1277,14 @@
1273
1277
  "exception":true
1274
1278
  },
1275
1279
  "ErrorMessage":{"type":"string"},
1280
+ "HasLogicalRedundancy":{
1281
+ "type":"string",
1282
+ "enum":[
1283
+ "unknown",
1284
+ "yes",
1285
+ "no"
1286
+ ]
1287
+ },
1276
1288
  "Interconnect":{
1277
1289
  "type":"structure",
1278
1290
  "members":{
@@ -1286,7 +1298,8 @@
1286
1298
  "lagId":{"shape":"LagId"},
1287
1299
  "awsDevice":{"shape":"AwsDevice"},
1288
1300
  "jumboFrameCapable":{"shape":"JumboFrameCapable"},
1289
- "awsDeviceV2":{"shape":"AwsDeviceV2"}
1301
+ "awsDeviceV2":{"shape":"AwsDeviceV2"},
1302
+ "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
1290
1303
  }
1291
1304
  },
1292
1305
  "InterconnectId":{"type":"string"},
@@ -1329,7 +1342,8 @@
1329
1342
  "awsDeviceV2":{"shape":"AwsDeviceV2"},
1330
1343
  "connections":{"shape":"ConnectionList"},
1331
1344
  "allowsHostedConnections":{"shape":"BooleanFlag"},
1332
- "jumboFrameCapable":{"shape":"JumboFrameCapable"}
1345
+ "jumboFrameCapable":{"shape":"JumboFrameCapable"},
1346
+ "hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
1333
1347
  }
1334
1348
  },
1335
1349
  "LagId":{"type":"string"},
@@ -725,7 +725,9 @@
725
725
  "DynamoDbSettings":{"shape":"DynamoDbSettings"},
726
726
  "S3Settings":{"shape":"S3Settings"},
727
727
  "DmsTransferSettings":{"shape":"DmsTransferSettings"},
728
- "MongoDbSettings":{"shape":"MongoDbSettings"}
728
+ "MongoDbSettings":{"shape":"MongoDbSettings"},
729
+ "KinesisSettings":{"shape":"KinesisSettings"},
730
+ "ElasticsearchSettings":{"shape":"ElasticsearchSettings"}
729
731
  }
730
732
  },
731
733
  "CreateEndpointResponse":{
@@ -775,7 +777,8 @@
775
777
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
776
778
  "Tags":{"shape":"TagList"},
777
779
  "KmsKeyId":{"shape":"String"},
778
- "PubliclyAccessible":{"shape":"BooleanOptional"}
780
+ "PubliclyAccessible":{"shape":"BooleanOptional"},
781
+ "DnsNameServers":{"shape":"String"}
779
782
  }
780
783
  },
781
784
  "CreateReplicationInstanceResponse":{
@@ -1194,6 +1197,19 @@
1194
1197
  "ServiceAccessRoleArn":{"shape":"String"}
1195
1198
  }
1196
1199
  },
1200
+ "ElasticsearchSettings":{
1201
+ "type":"structure",
1202
+ "required":[
1203
+ "ServiceAccessRoleArn",
1204
+ "EndpointUri"
1205
+ ],
1206
+ "members":{
1207
+ "ServiceAccessRoleArn":{"shape":"String"},
1208
+ "EndpointUri":{"shape":"String"},
1209
+ "FullLoadErrorPercentage":{"shape":"IntegerOptional"},
1210
+ "ErrorRetryDuration":{"shape":"IntegerOptional"}
1211
+ }
1212
+ },
1197
1213
  "Endpoint":{
1198
1214
  "type":"structure",
1199
1215
  "members":{
@@ -1217,7 +1233,9 @@
1217
1233
  "DynamoDbSettings":{"shape":"DynamoDbSettings"},
1218
1234
  "S3Settings":{"shape":"S3Settings"},
1219
1235
  "DmsTransferSettings":{"shape":"DmsTransferSettings"},
1220
- "MongoDbSettings":{"shape":"MongoDbSettings"}
1236
+ "MongoDbSettings":{"shape":"MongoDbSettings"},
1237
+ "KinesisSettings":{"shape":"KinesisSettings"},
1238
+ "ElasticsearchSettings":{"shape":"ElasticsearchSettings"}
1221
1239
  }
1222
1240
  },
1223
1241
  "EndpointList":{
@@ -1348,6 +1366,14 @@
1348
1366
  "type":"list",
1349
1367
  "member":{"shape":"String"}
1350
1368
  },
1369
+ "KinesisSettings":{
1370
+ "type":"structure",
1371
+ "members":{
1372
+ "StreamArn":{"shape":"String"},
1373
+ "MessageFormat":{"shape":"MessageFormatValue"},
1374
+ "ServiceAccessRoleArn":{"shape":"String"}
1375
+ }
1376
+ },
1351
1377
  "ListTagsForResourceMessage":{
1352
1378
  "type":"structure",
1353
1379
  "required":["ResourceArn"],
@@ -1362,6 +1388,10 @@
1362
1388
  }
1363
1389
  },
1364
1390
  "Long":{"type":"long"},
1391
+ "MessageFormatValue":{
1392
+ "type":"string",
1393
+ "enum":["json"]
1394
+ },
1365
1395
  "MigrationTypeValue":{
1366
1396
  "type":"string",
1367
1397
  "enum":[
@@ -1391,7 +1421,9 @@
1391
1421
  "DynamoDbSettings":{"shape":"DynamoDbSettings"},
1392
1422
  "S3Settings":{"shape":"S3Settings"},
1393
1423
  "DmsTransferSettings":{"shape":"DmsTransferSettings"},
1394
- "MongoDbSettings":{"shape":"MongoDbSettings"}
1424
+ "MongoDbSettings":{"shape":"MongoDbSettings"},
1425
+ "KinesisSettings":{"shape":"KinesisSettings"},
1426
+ "ElasticsearchSettings":{"shape":"ElasticsearchSettings"}
1395
1427
  }
1396
1428
  },
1397
1429
  "ModifyEndpointResponse":{
@@ -1645,7 +1677,8 @@
1645
1677
  "ReplicationInstancePrivateIpAddresses":{"shape":"ReplicationInstancePrivateIpAddressList"},
1646
1678
  "PubliclyAccessible":{"shape":"Boolean"},
1647
1679
  "SecondaryAvailabilityZone":{"shape":"String"},
1648
- "FreeUntil":{"shape":"TStamp"}
1680
+ "FreeUntil":{"shape":"TStamp"},
1681
+ "DnsNameServers":{"shape":"String"}
1649
1682
  }
1650
1683
  },
1651
1684
  "ReplicationInstanceList":{
@@ -4,22 +4,22 @@
4
4
  "TestConnectionSucceeds":{
5
5
  "acceptors":[
6
6
  {
7
- "argument":"Connections[].Status",
7
+ "argument":"Connection.Status",
8
8
  "expected":"successful",
9
- "matcher":"pathAll",
9
+ "matcher":"path",
10
10
  "state":"success"
11
11
  },
12
12
  {
13
- "argument":"Connections[].Status",
13
+ "argument":"Connection.Status",
14
14
  "expected":"failed",
15
- "matcher":"pathAny",
15
+ "matcher":"path",
16
16
  "state":"failure"
17
17
  }
18
18
  ],
19
19
  "delay":5,
20
20
  "description":"Wait until testing connection succeeds.",
21
21
  "maxAttempts":60,
22
- "operation":"DescribeConnections"
22
+ "operation":"TestConnection"
23
23
  },
24
24
  "EndpointDeleted":{
25
25
  "acceptors":[
@@ -46,6 +46,20 @@
46
46
  {"shape":"AccessDeniedException"}
47
47
  ]
48
48
  },
49
+ "DeleteAccountSetting":{
50
+ "name":"DeleteAccountSetting",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/"
54
+ },
55
+ "input":{"shape":"DeleteAccountSettingRequest"},
56
+ "output":{"shape":"DeleteAccountSettingResponse"},
57
+ "errors":[
58
+ {"shape":"ServerException"},
59
+ {"shape":"ClientException"},
60
+ {"shape":"InvalidParameterException"}
61
+ ]
62
+ },
49
63
  "DeleteAttributes":{
50
64
  "name":"DeleteAttributes",
51
65
  "http":{
@@ -209,6 +223,20 @@
209
223
  {"shape":"ClientException"}
210
224
  ]
211
225
  },
226
+ "ListAccountSettings":{
227
+ "name":"ListAccountSettings",
228
+ "http":{
229
+ "method":"POST",
230
+ "requestUri":"/"
231
+ },
232
+ "input":{"shape":"ListAccountSettingsRequest"},
233
+ "output":{"shape":"ListAccountSettingsResponse"},
234
+ "errors":[
235
+ {"shape":"ServerException"},
236
+ {"shape":"ClientException"},
237
+ {"shape":"InvalidParameterException"}
238
+ ]
239
+ },
212
240
  "ListAttributes":{
213
241
  "name":"ListAttributes",
214
242
  "http":{
@@ -266,6 +294,21 @@
266
294
  {"shape":"ClusterNotFoundException"}
267
295
  ]
268
296
  },
297
+ "ListTagsForResource":{
298
+ "name":"ListTagsForResource",
299
+ "http":{
300
+ "method":"POST",
301
+ "requestUri":"/"
302
+ },
303
+ "input":{"shape":"ListTagsForResourceRequest"},
304
+ "output":{"shape":"ListTagsForResourceResponse"},
305
+ "errors":[
306
+ {"shape":"ServerException"},
307
+ {"shape":"ClientException"},
308
+ {"shape":"ClusterNotFoundException"},
309
+ {"shape":"InvalidParameterException"}
310
+ ]
311
+ },
269
312
  "ListTaskDefinitionFamilies":{
270
313
  "name":"ListTaskDefinitionFamilies",
271
314
  "http":{
@@ -310,6 +353,20 @@
310
353
  {"shape":"ServiceNotFoundException"}
311
354
  ]
312
355
  },
356
+ "PutAccountSetting":{
357
+ "name":"PutAccountSetting",
358
+ "http":{
359
+ "method":"POST",
360
+ "requestUri":"/"
361
+ },
362
+ "input":{"shape":"PutAccountSettingRequest"},
363
+ "output":{"shape":"PutAccountSettingResponse"},
364
+ "errors":[
365
+ {"shape":"ServerException"},
366
+ {"shape":"ClientException"},
367
+ {"shape":"InvalidParameterException"}
368
+ ]
369
+ },
313
370
  "PutAttributes":{
314
371
  "name":"PutAttributes",
315
372
  "http":{
@@ -431,6 +488,38 @@
431
488
  {"shape":"AccessDeniedException"}
432
489
  ]
433
490
  },
491
+ "TagResource":{
492
+ "name":"TagResource",
493
+ "http":{
494
+ "method":"POST",
495
+ "requestUri":"/"
496
+ },
497
+ "input":{"shape":"TagResourceRequest"},
498
+ "output":{"shape":"TagResourceResponse"},
499
+ "errors":[
500
+ {"shape":"ServerException"},
501
+ {"shape":"ClientException"},
502
+ {"shape":"ClusterNotFoundException"},
503
+ {"shape":"ResourceNotFoundException"},
504
+ {"shape":"InvalidParameterException"}
505
+ ]
506
+ },
507
+ "UntagResource":{
508
+ "name":"UntagResource",
509
+ "http":{
510
+ "method":"POST",
511
+ "requestUri":"/"
512
+ },
513
+ "input":{"shape":"UntagResourceRequest"},
514
+ "output":{"shape":"UntagResourceResponse"},
515
+ "errors":[
516
+ {"shape":"ServerException"},
517
+ {"shape":"ClientException"},
518
+ {"shape":"ClusterNotFoundException"},
519
+ {"shape":"ResourceNotFoundException"},
520
+ {"shape":"InvalidParameterException"}
521
+ ]
522
+ },
434
523
  "UpdateContainerAgent":{
435
524
  "name":"UpdateContainerAgent",
436
525
  "http":{
@@ -603,7 +692,8 @@
603
692
  "runningTasksCount":{"shape":"Integer"},
604
693
  "pendingTasksCount":{"shape":"Integer"},
605
694
  "activeServicesCount":{"shape":"Integer"},
606
- "statistics":{"shape":"Statistics"}
695
+ "statistics":{"shape":"Statistics"},
696
+ "tags":{"shape":"Tags"}
607
697
  }
608
698
  },
609
699
  "ClusterContainsContainerInstancesException":{
@@ -626,7 +716,10 @@
626
716
  },
627
717
  "ClusterField":{
628
718
  "type":"string",
629
- "enum":["STATISTICS"]
719
+ "enum":[
720
+ "STATISTICS",
721
+ "TAGS"
722
+ ]
630
723
  },
631
724
  "ClusterFieldList":{
632
725
  "type":"list",
@@ -692,6 +785,7 @@
692
785
  "mountPoints":{"shape":"MountPointList"},
693
786
  "volumesFrom":{"shape":"VolumeFromList"},
694
787
  "linuxParameters":{"shape":"LinuxParameters"},
788
+ "secrets":{"shape":"SecretList"},
695
789
  "hostname":{"shape":"String"},
696
790
  "user":{"shape":"String"},
697
791
  "workingDirectory":{"shape":"String"},
@@ -731,9 +825,18 @@
731
825
  "agentUpdateStatus":{"shape":"AgentUpdateStatus"},
732
826
  "attributes":{"shape":"Attributes"},
733
827
  "registeredAt":{"shape":"Timestamp"},
734
- "attachments":{"shape":"Attachments"}
828
+ "attachments":{"shape":"Attachments"},
829
+ "tags":{"shape":"Tags"}
735
830
  }
736
831
  },
832
+ "ContainerInstanceField":{
833
+ "type":"string",
834
+ "enum":["TAGS"]
835
+ },
836
+ "ContainerInstanceFieldList":{
837
+ "type":"list",
838
+ "member":{"shape":"ContainerInstanceField"}
839
+ },
737
840
  "ContainerInstanceStatus":{
738
841
  "type":"string",
739
842
  "enum":[
@@ -781,7 +884,8 @@
781
884
  "CreateClusterRequest":{
782
885
  "type":"structure",
783
886
  "members":{
784
- "clusterName":{"shape":"String"}
887
+ "clusterName":{"shape":"String"},
888
+ "tags":{"shape":"Tags"}
785
889
  }
786
890
  },
787
891
  "CreateClusterResponse":{
@@ -812,7 +916,10 @@
812
916
  "placementStrategy":{"shape":"PlacementStrategies"},
813
917
  "networkConfiguration":{"shape":"NetworkConfiguration"},
814
918
  "healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
815
- "schedulingStrategy":{"shape":"SchedulingStrategy"}
919
+ "schedulingStrategy":{"shape":"SchedulingStrategy"},
920
+ "tags":{"shape":"Tags"},
921
+ "enableECSManagedTags":{"shape":"Boolean"},
922
+ "propagateTags":{"shape":"PropagateTags"}
816
923
  }
817
924
  },
818
925
  "CreateServiceResponse":{
@@ -821,6 +928,20 @@
821
928
  "service":{"shape":"Service"}
822
929
  }
823
930
  },
931
+ "DeleteAccountSettingRequest":{
932
+ "type":"structure",
933
+ "required":["name"],
934
+ "members":{
935
+ "name":{"shape":"SettingName"},
936
+ "principalArn":{"shape":"String"}
937
+ }
938
+ },
939
+ "DeleteAccountSettingResponse":{
940
+ "type":"structure",
941
+ "members":{
942
+ "setting":{"shape":"Setting"}
943
+ }
944
+ },
824
945
  "DeleteAttributesRequest":{
825
946
  "type":"structure",
826
947
  "required":["attributes"],
@@ -937,7 +1058,8 @@
937
1058
  "required":["containerInstances"],
938
1059
  "members":{
939
1060
  "cluster":{"shape":"String"},
940
- "containerInstances":{"shape":"StringList"}
1061
+ "containerInstances":{"shape":"StringList"},
1062
+ "include":{"shape":"ContainerInstanceFieldList"}
941
1063
  }
942
1064
  },
943
1065
  "DescribeContainerInstancesResponse":{
@@ -952,7 +1074,8 @@
952
1074
  "required":["services"],
953
1075
  "members":{
954
1076
  "cluster":{"shape":"String"},
955
- "services":{"shape":"StringList"}
1077
+ "services":{"shape":"StringList"},
1078
+ "include":{"shape":"ServiceFieldList"}
956
1079
  }
957
1080
  },
958
1081
  "DescribeServicesResponse":{
@@ -966,13 +1089,15 @@
966
1089
  "type":"structure",
967
1090
  "required":["taskDefinition"],
968
1091
  "members":{
969
- "taskDefinition":{"shape":"String"}
1092
+ "taskDefinition":{"shape":"String"},
1093
+ "include":{"shape":"TaskDefinitionFieldList"}
970
1094
  }
971
1095
  },
972
1096
  "DescribeTaskDefinitionResponse":{
973
1097
  "type":"structure",
974
1098
  "members":{
975
- "taskDefinition":{"shape":"TaskDefinition"}
1099
+ "taskDefinition":{"shape":"TaskDefinition"},
1100
+ "tags":{"shape":"Tags"}
976
1101
  }
977
1102
  },
978
1103
  "DescribeTasksRequest":{
@@ -980,7 +1105,8 @@
980
1105
  "required":["tasks"],
981
1106
  "members":{
982
1107
  "cluster":{"shape":"String"},
983
- "tasks":{"shape":"StringList"}
1108
+ "tasks":{"shape":"StringList"},
1109
+ "include":{"shape":"TaskFieldList"}
984
1110
  }
985
1111
  },
986
1112
  "DescribeTasksResponse":{
@@ -1146,6 +1272,24 @@
1146
1272
  "tmpfs":{"shape":"TmpfsList"}
1147
1273
  }
1148
1274
  },
1275
+ "ListAccountSettingsRequest":{
1276
+ "type":"structure",
1277
+ "members":{
1278
+ "name":{"shape":"SettingName"},
1279
+ "value":{"shape":"String"},
1280
+ "principalArn":{"shape":"String"},
1281
+ "effectiveSettings":{"shape":"Boolean"},
1282
+ "nextToken":{"shape":"String"},
1283
+ "maxResults":{"shape":"Integer"}
1284
+ }
1285
+ },
1286
+ "ListAccountSettingsResponse":{
1287
+ "type":"structure",
1288
+ "members":{
1289
+ "settings":{"shape":"Settings"},
1290
+ "nextToken":{"shape":"String"}
1291
+ }
1292
+ },
1149
1293
  "ListAttributesRequest":{
1150
1294
  "type":"structure",
1151
1295
  "required":["targetType"],
@@ -1213,6 +1357,19 @@
1213
1357
  "nextToken":{"shape":"String"}
1214
1358
  }
1215
1359
  },
1360
+ "ListTagsForResourceRequest":{
1361
+ "type":"structure",
1362
+ "required":["resourceArn"],
1363
+ "members":{
1364
+ "resourceArn":{"shape":"String"}
1365
+ }
1366
+ },
1367
+ "ListTagsForResourceResponse":{
1368
+ "type":"structure",
1369
+ "members":{
1370
+ "tags":{"shape":"Tags"}
1371
+ }
1372
+ },
1216
1373
  "ListTaskDefinitionFamiliesRequest":{
1217
1374
  "type":"structure",
1218
1375
  "members":{
@@ -1431,6 +1588,31 @@
1431
1588
  "type":"list",
1432
1589
  "member":{"shape":"PortMapping"}
1433
1590
  },
1591
+ "PropagateTags":{
1592
+ "type":"string",
1593
+ "enum":[
1594
+ "TASK_DEFINITION",
1595
+ "SERVICE"
1596
+ ]
1597
+ },
1598
+ "PutAccountSettingRequest":{
1599
+ "type":"structure",
1600
+ "required":[
1601
+ "name",
1602
+ "value"
1603
+ ],
1604
+ "members":{
1605
+ "name":{"shape":"SettingName"},
1606
+ "value":{"shape":"String"},
1607
+ "principalArn":{"shape":"String"}
1608
+ }
1609
+ },
1610
+ "PutAccountSettingResponse":{
1611
+ "type":"structure",
1612
+ "members":{
1613
+ "setting":{"shape":"Setting"}
1614
+ }
1615
+ },
1434
1616
  "PutAttributesRequest":{
1435
1617
  "type":"structure",
1436
1618
  "required":["attributes"],
@@ -1454,7 +1636,8 @@
1454
1636
  "totalResources":{"shape":"Resources"},
1455
1637
  "versionInfo":{"shape":"VersionInfo"},
1456
1638
  "containerInstanceArn":{"shape":"String"},
1457
- "attributes":{"shape":"Attributes"}
1639
+ "attributes":{"shape":"Attributes"},
1640
+ "tags":{"shape":"Tags"}
1458
1641
  }
1459
1642
  },
1460
1643
  "RegisterContainerInstanceResponse":{
@@ -1479,13 +1662,15 @@
1479
1662
  "placementConstraints":{"shape":"TaskDefinitionPlacementConstraints"},
1480
1663
  "requiresCompatibilities":{"shape":"CompatibilityList"},
1481
1664
  "cpu":{"shape":"String"},
1482
- "memory":{"shape":"String"}
1665
+ "memory":{"shape":"String"},
1666
+ "tags":{"shape":"Tags"}
1483
1667
  }
1484
1668
  },
1485
1669
  "RegisterTaskDefinitionResponse":{
1486
1670
  "type":"structure",
1487
1671
  "members":{
1488
- "taskDefinition":{"shape":"TaskDefinition"}
1672
+ "taskDefinition":{"shape":"TaskDefinition"},
1673
+ "tags":{"shape":"Tags"}
1489
1674
  }
1490
1675
  },
1491
1676
  "RepositoryCredentials":{
@@ -1510,6 +1695,12 @@
1510
1695
  "stringSetValue":{"shape":"StringList"}
1511
1696
  }
1512
1697
  },
1698
+ "ResourceNotFoundException":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ },
1702
+ "exception":true
1703
+ },
1513
1704
  "Resources":{
1514
1705
  "type":"list",
1515
1706
  "member":{"shape":"Resource"}
@@ -1528,7 +1719,10 @@
1528
1719
  "placementStrategy":{"shape":"PlacementStrategies"},
1529
1720
  "launchType":{"shape":"LaunchType"},
1530
1721
  "platformVersion":{"shape":"String"},
1531
- "networkConfiguration":{"shape":"NetworkConfiguration"}
1722
+ "networkConfiguration":{"shape":"NetworkConfiguration"},
1723
+ "tags":{"shape":"Tags"},
1724
+ "enableECSManagedTags":{"shape":"Boolean"},
1725
+ "propagateTags":{"shape":"PropagateTags"}
1532
1726
  }
1533
1727
  },
1534
1728
  "RunTaskResponse":{
@@ -1552,6 +1746,21 @@
1552
1746
  "shared"
1553
1747
  ]
1554
1748
  },
1749
+ "Secret":{
1750
+ "type":"structure",
1751
+ "required":[
1752
+ "name",
1753
+ "valueFrom"
1754
+ ],
1755
+ "members":{
1756
+ "name":{"shape":"String"},
1757
+ "valueFrom":{"shape":"String"}
1758
+ }
1759
+ },
1760
+ "SecretList":{
1761
+ "type":"list",
1762
+ "member":{"shape":"Secret"}
1763
+ },
1555
1764
  "ServerException":{
1556
1765
  "type":"structure",
1557
1766
  "members":{
@@ -1584,7 +1793,11 @@
1584
1793
  "placementStrategy":{"shape":"PlacementStrategies"},
1585
1794
  "networkConfiguration":{"shape":"NetworkConfiguration"},
1586
1795
  "healthCheckGracePeriodSeconds":{"shape":"BoxedInteger"},
1587
- "schedulingStrategy":{"shape":"SchedulingStrategy"}
1796
+ "schedulingStrategy":{"shape":"SchedulingStrategy"},
1797
+ "tags":{"shape":"Tags"},
1798
+ "createdBy":{"shape":"String"},
1799
+ "enableECSManagedTags":{"shape":"Boolean"},
1800
+ "propagateTags":{"shape":"PropagateTags"}
1588
1801
  }
1589
1802
  },
1590
1803
  "ServiceEvent":{
@@ -1599,6 +1812,14 @@
1599
1812
  "type":"list",
1600
1813
  "member":{"shape":"ServiceEvent"}
1601
1814
  },
1815
+ "ServiceField":{
1816
+ "type":"string",
1817
+ "enum":["TAGS"]
1818
+ },
1819
+ "ServiceFieldList":{
1820
+ "type":"list",
1821
+ "member":{"shape":"ServiceField"}
1822
+ },
1602
1823
  "ServiceNotActiveException":{
1603
1824
  "type":"structure",
1604
1825
  "members":{
@@ -1628,6 +1849,26 @@
1628
1849
  "type":"list",
1629
1850
  "member":{"shape":"Service"}
1630
1851
  },
1852
+ "Setting":{
1853
+ "type":"structure",
1854
+ "members":{
1855
+ "name":{"shape":"SettingName"},
1856
+ "value":{"shape":"String"},
1857
+ "principalArn":{"shape":"String"}
1858
+ }
1859
+ },
1860
+ "SettingName":{
1861
+ "type":"string",
1862
+ "enum":[
1863
+ "serviceLongArnFormat",
1864
+ "taskLongArnFormat",
1865
+ "containerInstanceLongArnFormat"
1866
+ ]
1867
+ },
1868
+ "Settings":{
1869
+ "type":"list",
1870
+ "member":{"shape":"Setting"}
1871
+ },
1631
1872
  "SortOrder":{
1632
1873
  "type":"string",
1633
1874
  "enum":[
@@ -1648,7 +1889,10 @@
1648
1889
  "containerInstances":{"shape":"StringList"},
1649
1890
  "startedBy":{"shape":"String"},
1650
1891
  "group":{"shape":"String"},
1651
- "networkConfiguration":{"shape":"NetworkConfiguration"}
1892
+ "networkConfiguration":{"shape":"NetworkConfiguration"},
1893
+ "tags":{"shape":"Tags"},
1894
+ "enableECSManagedTags":{"shape":"Boolean"},
1895
+ "propagateTags":{"shape":"PropagateTags"}
1652
1896
  }
1653
1897
  },
1654
1898
  "StartTaskResponse":{
@@ -1736,6 +1980,51 @@
1736
1980
  "type":"list",
1737
1981
  "member":{"shape":"SystemControl"}
1738
1982
  },
1983
+ "Tag":{
1984
+ "type":"structure",
1985
+ "members":{
1986
+ "key":{"shape":"TagKey"},
1987
+ "value":{"shape":"TagValue"}
1988
+ }
1989
+ },
1990
+ "TagKey":{
1991
+ "type":"string",
1992
+ "max":128,
1993
+ "min":1,
1994
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1995
+ },
1996
+ "TagKeys":{
1997
+ "type":"list",
1998
+ "member":{"shape":"TagKey"}
1999
+ },
2000
+ "TagResourceRequest":{
2001
+ "type":"structure",
2002
+ "required":[
2003
+ "resourceArn",
2004
+ "tags"
2005
+ ],
2006
+ "members":{
2007
+ "resourceArn":{"shape":"String"},
2008
+ "tags":{"shape":"Tags"}
2009
+ }
2010
+ },
2011
+ "TagResourceResponse":{
2012
+ "type":"structure",
2013
+ "members":{
2014
+ }
2015
+ },
2016
+ "TagValue":{
2017
+ "type":"string",
2018
+ "max":256,
2019
+ "min":0,
2020
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2021
+ },
2022
+ "Tags":{
2023
+ "type":"list",
2024
+ "member":{"shape":"Tag"},
2025
+ "max":50,
2026
+ "min":0
2027
+ },
1739
2028
  "TargetNotFoundException":{
1740
2029
  "type":"structure",
1741
2030
  "members":{
@@ -1762,6 +2051,7 @@
1762
2051
  "startedBy":{"shape":"String"},
1763
2052
  "version":{"shape":"Long"},
1764
2053
  "stoppedReason":{"shape":"String"},
2054
+ "stopCode":{"shape":"TaskStopCode"},
1765
2055
  "connectivity":{"shape":"Connectivity"},
1766
2056
  "connectivityAt":{"shape":"Timestamp"},
1767
2057
  "pullStartedAt":{"shape":"Timestamp"},
@@ -1775,7 +2065,8 @@
1775
2065
  "launchType":{"shape":"LaunchType"},
1776
2066
  "platformVersion":{"shape":"String"},
1777
2067
  "attachments":{"shape":"Attachments"},
1778
- "healthStatus":{"shape":"HealthStatus"}
2068
+ "healthStatus":{"shape":"HealthStatus"},
2069
+ "tags":{"shape":"Tags"}
1779
2070
  }
1780
2071
  },
1781
2072
  "TaskDefinition":{
@@ -1806,6 +2097,14 @@
1806
2097
  "ALL"
1807
2098
  ]
1808
2099
  },
2100
+ "TaskDefinitionField":{
2101
+ "type":"string",
2102
+ "enum":["TAGS"]
2103
+ },
2104
+ "TaskDefinitionFieldList":{
2105
+ "type":"list",
2106
+ "member":{"shape":"TaskDefinitionField"}
2107
+ },
1809
2108
  "TaskDefinitionPlacementConstraint":{
1810
2109
  "type":"structure",
1811
2110
  "members":{
@@ -1828,6 +2127,14 @@
1828
2127
  "INACTIVE"
1829
2128
  ]
1830
2129
  },
2130
+ "TaskField":{
2131
+ "type":"string",
2132
+ "enum":["TAGS"]
2133
+ },
2134
+ "TaskFieldList":{
2135
+ "type":"list",
2136
+ "member":{"shape":"TaskField"}
2137
+ },
1831
2138
  "TaskOverride":{
1832
2139
  "type":"structure",
1833
2140
  "members":{
@@ -1836,6 +2143,14 @@
1836
2143
  "executionRoleArn":{"shape":"String"}
1837
2144
  }
1838
2145
  },
2146
+ "TaskStopCode":{
2147
+ "type":"string",
2148
+ "enum":[
2149
+ "TaskFailedToStart",
2150
+ "EssentialContainerExited",
2151
+ "UserInitiated"
2152
+ ]
2153
+ },
1839
2154
  "Tasks":{
1840
2155
  "type":"list",
1841
2156
  "member":{"shape":"Task"}
@@ -1907,6 +2222,22 @@
1907
2222
  },
1908
2223
  "exception":true
1909
2224
  },
2225
+ "UntagResourceRequest":{
2226
+ "type":"structure",
2227
+ "required":[
2228
+ "resourceArn",
2229
+ "tagKeys"
2230
+ ],
2231
+ "members":{
2232
+ "resourceArn":{"shape":"String"},
2233
+ "tagKeys":{"shape":"TagKeys"}
2234
+ }
2235
+ },
2236
+ "UntagResourceResponse":{
2237
+ "type":"structure",
2238
+ "members":{
2239
+ }
2240
+ },
1910
2241
  "UpdateContainerAgentRequest":{
1911
2242
  "type":"structure",
1912
2243
  "required":["containerInstance"],