aws-sdk-core 2.11.130 → 2.11.131
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +43 -5
- data/apis/ec2/2016-11-15/api-2.json +5 -0
- data/apis/ecs/2014-11-13/api-2.json +15 -1
- data/apis/elasticache/2015-02-02/api-2.json +165 -7
- data/apis/elasticache/2015-02-02/smoke.json +18 -0
- data/apis/elastictranscoder/2012-09-25/api-2.json +5 -4
- data/apis/elastictranscoder/2012-09-25/paginators-1.json +1 -1
- data/apis/elastictranscoder/2012-09-25/smoke.json +18 -0
- data/apis/monitoring/2010-08-01/api-2.json +17 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5dcce8d8c837e2e792ac963c9c8453296086317
|
4
|
+
data.tar.gz: 9e835e2c3a41ecd3354ae44a5ef7e7f99d5df4b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b07bcb41041dec5df9b05ed6e9c09fae6b54046dda1123a340623ea02b98d5c6a9605c6e3c02f015eb4d76fb574cf635216b07b1f3792f75c0632d3a6390ec8
|
7
|
+
data.tar.gz: 703b417b272e0f96bf1c32c034bc310f633515e2ffab530b239cf925a3fa268e0a63c6220239a17aa76024fbbcc5755d4fa839aa018e53d14e8248e4ee383a15
|
@@ -393,6 +393,15 @@
|
|
393
393
|
"S3"
|
394
394
|
]
|
395
395
|
},
|
396
|
+
"CloudWatchLogsConfig":{
|
397
|
+
"type":"structure",
|
398
|
+
"required":["status"],
|
399
|
+
"members":{
|
400
|
+
"status":{"shape":"LogsConfigStatusType"},
|
401
|
+
"groupName":{"shape":"String"},
|
402
|
+
"streamName":{"shape":"String"}
|
403
|
+
}
|
404
|
+
},
|
396
405
|
"ComputeType":{
|
397
406
|
"type":"string",
|
398
407
|
"enum":[
|
@@ -424,7 +433,8 @@
|
|
424
433
|
"encryptionKey":{"shape":"NonEmptyString"},
|
425
434
|
"tags":{"shape":"TagList"},
|
426
435
|
"vpcConfig":{"shape":"VpcConfig"},
|
427
|
-
"badgeEnabled":{"shape":"WrapperBoolean"}
|
436
|
+
"badgeEnabled":{"shape":"WrapperBoolean"},
|
437
|
+
"logsConfig":{"shape":"LogsConfig"}
|
428
438
|
}
|
429
439
|
},
|
430
440
|
"CreateProjectOutput":{
|
@@ -637,12 +647,29 @@
|
|
637
647
|
"projects":{"shape":"ProjectNames"}
|
638
648
|
}
|
639
649
|
},
|
650
|
+
"LogsConfig":{
|
651
|
+
"type":"structure",
|
652
|
+
"members":{
|
653
|
+
"cloudWatchLogs":{"shape":"CloudWatchLogsConfig"},
|
654
|
+
"s3Logs":{"shape":"S3LogsConfig"}
|
655
|
+
}
|
656
|
+
},
|
657
|
+
"LogsConfigStatusType":{
|
658
|
+
"type":"string",
|
659
|
+
"enum":[
|
660
|
+
"ENABLED",
|
661
|
+
"DISABLED"
|
662
|
+
]
|
663
|
+
},
|
640
664
|
"LogsLocation":{
|
641
665
|
"type":"structure",
|
642
666
|
"members":{
|
643
667
|
"groupName":{"shape":"String"},
|
644
668
|
"streamName":{"shape":"String"},
|
645
|
-
"deepLink":{"shape":"String"}
|
669
|
+
"deepLink":{"shape":"String"},
|
670
|
+
"s3DeepLink":{"shape":"String"},
|
671
|
+
"cloudWatchLogs":{"shape":"CloudWatchLogsConfig"},
|
672
|
+
"s3Logs":{"shape":"S3LogsConfig"}
|
646
673
|
}
|
647
674
|
},
|
648
675
|
"NetworkInterface":{
|
@@ -702,7 +729,8 @@
|
|
702
729
|
"lastModified":{"shape":"Timestamp"},
|
703
730
|
"webhook":{"shape":"Webhook"},
|
704
731
|
"vpcConfig":{"shape":"VpcConfig"},
|
705
|
-
"badge":{"shape":"ProjectBadge"}
|
732
|
+
"badge":{"shape":"ProjectBadge"},
|
733
|
+
"logsConfig":{"shape":"LogsConfig"}
|
706
734
|
}
|
707
735
|
},
|
708
736
|
"ProjectArtifacts":{
|
@@ -835,6 +863,14 @@
|
|
835
863
|
},
|
836
864
|
"exception":true
|
837
865
|
},
|
866
|
+
"S3LogsConfig":{
|
867
|
+
"type":"structure",
|
868
|
+
"required":["status"],
|
869
|
+
"members":{
|
870
|
+
"status":{"shape":"LogsConfigStatusType"},
|
871
|
+
"location":{"shape":"String"}
|
872
|
+
}
|
873
|
+
},
|
838
874
|
"SecurityGroupIds":{
|
839
875
|
"type":"list",
|
840
876
|
"member":{"shape":"NonEmptyString"},
|
@@ -897,7 +933,8 @@
|
|
897
933
|
"serviceRoleOverride":{"shape":"NonEmptyString"},
|
898
934
|
"privilegedModeOverride":{"shape":"WrapperBoolean"},
|
899
935
|
"timeoutInMinutesOverride":{"shape":"TimeOut"},
|
900
|
-
"idempotencyToken":{"shape":"String"}
|
936
|
+
"idempotencyToken":{"shape":"String"},
|
937
|
+
"logsConfigOverride":{"shape":"LogsConfig"}
|
901
938
|
}
|
902
939
|
},
|
903
940
|
"StartBuildOutput":{
|
@@ -972,7 +1009,8 @@
|
|
972
1009
|
"encryptionKey":{"shape":"NonEmptyString"},
|
973
1010
|
"tags":{"shape":"TagList"},
|
974
1011
|
"vpcConfig":{"shape":"VpcConfig"},
|
975
|
-
"badgeEnabled":{"shape":"WrapperBoolean"}
|
1012
|
+
"badgeEnabled":{"shape":"WrapperBoolean"},
|
1013
|
+
"logsConfig":{"shape":"LogsConfig"}
|
976
1014
|
}
|
977
1015
|
},
|
978
1016
|
"UpdateProjectOutput":{
|
@@ -2686,6 +2686,10 @@
|
|
2686
2686
|
"Quantity":{
|
2687
2687
|
"shape":"Integer",
|
2688
2688
|
"locationName":"quantity"
|
2689
|
+
},
|
2690
|
+
"TagSpecifications":{
|
2691
|
+
"shape":"TagSpecificationList",
|
2692
|
+
"locationName":"TagSpecification"
|
2689
2693
|
}
|
2690
2694
|
}
|
2691
2695
|
},
|
@@ -15839,6 +15843,7 @@
|
|
15839
15843
|
"type":"string",
|
15840
15844
|
"enum":[
|
15841
15845
|
"customer-gateway",
|
15846
|
+
"dedicated-host",
|
15842
15847
|
"dhcp-options",
|
15843
15848
|
"image",
|
15844
15849
|
"instance",
|
@@ -702,10 +702,13 @@
|
|
702
702
|
"dnsSearchDomains":{"shape":"StringList"},
|
703
703
|
"extraHosts":{"shape":"HostEntryList"},
|
704
704
|
"dockerSecurityOptions":{"shape":"StringList"},
|
705
|
+
"interactive":{"shape":"BoxedBoolean"},
|
706
|
+
"pseudoTerminal":{"shape":"BoxedBoolean"},
|
705
707
|
"dockerLabels":{"shape":"DockerLabelsMap"},
|
706
708
|
"ulimits":{"shape":"UlimitList"},
|
707
709
|
"logConfiguration":{"shape":"LogConfiguration"},
|
708
|
-
"healthCheck":{"shape":"HealthCheck"}
|
710
|
+
"healthCheck":{"shape":"HealthCheck"},
|
711
|
+
"systemControls":{"shape":"SystemControls"}
|
709
712
|
}
|
710
713
|
},
|
711
714
|
"ContainerDefinitions":{
|
@@ -1722,6 +1725,17 @@
|
|
1722
1725
|
"acknowledgment":{"shape":"String"}
|
1723
1726
|
}
|
1724
1727
|
},
|
1728
|
+
"SystemControl":{
|
1729
|
+
"type":"structure",
|
1730
|
+
"members":{
|
1731
|
+
"namespace":{"shape":"String"},
|
1732
|
+
"value":{"shape":"String"}
|
1733
|
+
}
|
1734
|
+
},
|
1735
|
+
"SystemControls":{
|
1736
|
+
"type":"list",
|
1737
|
+
"member":{"shape":"SystemControl"}
|
1738
|
+
},
|
1725
1739
|
"TargetNotFoundException":{
|
1726
1740
|
"type":"structure",
|
1727
1741
|
"members":{
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"endpointPrefix":"elasticache",
|
6
6
|
"protocol":"query",
|
7
7
|
"serviceFullName":"Amazon ElastiCache",
|
8
|
+
"serviceId":"ElastiCache",
|
8
9
|
"signatureVersion":"v4",
|
9
10
|
"uid":"elasticache-2015-02-02",
|
10
11
|
"xmlNamespace":"http://elasticache.amazonaws.com/doc/2015-02-02/"
|
@@ -202,6 +203,32 @@
|
|
202
203
|
{"shape":"InvalidParameterValueException"}
|
203
204
|
]
|
204
205
|
},
|
206
|
+
"DecreaseReplicaCount":{
|
207
|
+
"name":"DecreaseReplicaCount",
|
208
|
+
"http":{
|
209
|
+
"method":"POST",
|
210
|
+
"requestUri":"/"
|
211
|
+
},
|
212
|
+
"input":{"shape":"DecreaseReplicaCountMessage"},
|
213
|
+
"output":{
|
214
|
+
"shape":"DecreaseReplicaCountResult",
|
215
|
+
"resultWrapper":"DecreaseReplicaCountResult"
|
216
|
+
},
|
217
|
+
"errors":[
|
218
|
+
{"shape":"ReplicationGroupNotFoundFault"},
|
219
|
+
{"shape":"InvalidReplicationGroupStateFault"},
|
220
|
+
{"shape":"InvalidCacheClusterStateFault"},
|
221
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
222
|
+
{"shape":"InsufficientCacheClusterCapacityFault"},
|
223
|
+
{"shape":"ClusterQuotaForCustomerExceededFault"},
|
224
|
+
{"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
|
225
|
+
{"shape":"NodeQuotaForCustomerExceededFault"},
|
226
|
+
{"shape":"ServiceLinkedRoleNotFoundFault"},
|
227
|
+
{"shape":"NoOperationFault"},
|
228
|
+
{"shape":"InvalidParameterValueException"},
|
229
|
+
{"shape":"InvalidParameterCombinationException"}
|
230
|
+
]
|
231
|
+
},
|
205
232
|
"DeleteCacheCluster":{
|
206
233
|
"name":"DeleteCacheCluster",
|
207
234
|
"http":{
|
@@ -498,6 +525,31 @@
|
|
498
525
|
{"shape":"InvalidParameterCombinationException"}
|
499
526
|
]
|
500
527
|
},
|
528
|
+
"IncreaseReplicaCount":{
|
529
|
+
"name":"IncreaseReplicaCount",
|
530
|
+
"http":{
|
531
|
+
"method":"POST",
|
532
|
+
"requestUri":"/"
|
533
|
+
},
|
534
|
+
"input":{"shape":"IncreaseReplicaCountMessage"},
|
535
|
+
"output":{
|
536
|
+
"shape":"IncreaseReplicaCountResult",
|
537
|
+
"resultWrapper":"IncreaseReplicaCountResult"
|
538
|
+
},
|
539
|
+
"errors":[
|
540
|
+
{"shape":"ReplicationGroupNotFoundFault"},
|
541
|
+
{"shape":"InvalidReplicationGroupStateFault"},
|
542
|
+
{"shape":"InvalidCacheClusterStateFault"},
|
543
|
+
{"shape":"InvalidVPCNetworkStateFault"},
|
544
|
+
{"shape":"InsufficientCacheClusterCapacityFault"},
|
545
|
+
{"shape":"ClusterQuotaForCustomerExceededFault"},
|
546
|
+
{"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
|
547
|
+
{"shape":"NodeQuotaForCustomerExceededFault"},
|
548
|
+
{"shape":"NoOperationFault"},
|
549
|
+
{"shape":"InvalidParameterValueException"},
|
550
|
+
{"shape":"InvalidParameterCombinationException"}
|
551
|
+
]
|
552
|
+
},
|
501
553
|
"ListAllowedNodeTypeModifications":{
|
502
554
|
"name":"ListAllowedNodeTypeModifications",
|
503
555
|
"http":{
|
@@ -787,6 +839,12 @@
|
|
787
839
|
"Tags":{"shape":"TagList"}
|
788
840
|
}
|
789
841
|
},
|
842
|
+
"AllowedNodeGroupId":{
|
843
|
+
"type":"string",
|
844
|
+
"max":4,
|
845
|
+
"min":1,
|
846
|
+
"pattern":"\\d+"
|
847
|
+
},
|
790
848
|
"AllowedNodeTypeModificationsMessage":{
|
791
849
|
"type":"structure",
|
792
850
|
"members":{
|
@@ -1272,6 +1330,18 @@
|
|
1272
1330
|
},
|
1273
1331
|
"exception":true
|
1274
1332
|
},
|
1333
|
+
"ConfigureShard":{
|
1334
|
+
"type":"structure",
|
1335
|
+
"required":[
|
1336
|
+
"NodeGroupId",
|
1337
|
+
"NewReplicaCount"
|
1338
|
+
],
|
1339
|
+
"members":{
|
1340
|
+
"NodeGroupId":{"shape":"AllowedNodeGroupId"},
|
1341
|
+
"NewReplicaCount":{"shape":"Integer"},
|
1342
|
+
"PreferredAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"}
|
1343
|
+
}
|
1344
|
+
},
|
1275
1345
|
"CopySnapshotMessage":{
|
1276
1346
|
"type":"structure",
|
1277
1347
|
"required":[
|
@@ -1438,6 +1508,26 @@
|
|
1438
1508
|
"Snapshot":{"shape":"Snapshot"}
|
1439
1509
|
}
|
1440
1510
|
},
|
1511
|
+
"DecreaseReplicaCountMessage":{
|
1512
|
+
"type":"structure",
|
1513
|
+
"required":[
|
1514
|
+
"ReplicationGroupId",
|
1515
|
+
"ApplyImmediately"
|
1516
|
+
],
|
1517
|
+
"members":{
|
1518
|
+
"ReplicationGroupId":{"shape":"String"},
|
1519
|
+
"NewReplicaCount":{"shape":"IntegerOptional"},
|
1520
|
+
"ReplicaConfiguration":{"shape":"ReplicaConfigurationList"},
|
1521
|
+
"ReplicasToRemove":{"shape":"RemoveReplicasList"},
|
1522
|
+
"ApplyImmediately":{"shape":"Boolean"}
|
1523
|
+
}
|
1524
|
+
},
|
1525
|
+
"DecreaseReplicaCountResult":{
|
1526
|
+
"type":"structure",
|
1527
|
+
"members":{
|
1528
|
+
"ReplicationGroup":{"shape":"ReplicationGroup"}
|
1529
|
+
}
|
1530
|
+
},
|
1441
1531
|
"DeleteCacheClusterMessage":{
|
1442
1532
|
"type":"structure",
|
1443
1533
|
"required":["CacheClusterId"],
|
@@ -1691,6 +1781,25 @@
|
|
1691
1781
|
"Events":{"shape":"EventList"}
|
1692
1782
|
}
|
1693
1783
|
},
|
1784
|
+
"IncreaseReplicaCountMessage":{
|
1785
|
+
"type":"structure",
|
1786
|
+
"required":[
|
1787
|
+
"ReplicationGroupId",
|
1788
|
+
"ApplyImmediately"
|
1789
|
+
],
|
1790
|
+
"members":{
|
1791
|
+
"ReplicationGroupId":{"shape":"String"},
|
1792
|
+
"NewReplicaCount":{"shape":"IntegerOptional"},
|
1793
|
+
"ReplicaConfiguration":{"shape":"ReplicaConfigurationList"},
|
1794
|
+
"ApplyImmediately":{"shape":"Boolean"}
|
1795
|
+
}
|
1796
|
+
},
|
1797
|
+
"IncreaseReplicaCountResult":{
|
1798
|
+
"type":"structure",
|
1799
|
+
"members":{
|
1800
|
+
"ReplicationGroup":{"shape":"ReplicationGroup"}
|
1801
|
+
}
|
1802
|
+
},
|
1694
1803
|
"InsufficientCacheClusterCapacityFault":{
|
1695
1804
|
"type":"structure",
|
1696
1805
|
"members":{
|
@@ -1758,7 +1867,8 @@
|
|
1758
1867
|
"httpStatusCode":400,
|
1759
1868
|
"senderFault":true
|
1760
1869
|
},
|
1761
|
-
"exception":true
|
1870
|
+
"exception":true,
|
1871
|
+
"synthetic":true
|
1762
1872
|
},
|
1763
1873
|
"InvalidParameterValueException":{
|
1764
1874
|
"type":"structure",
|
@@ -1770,7 +1880,8 @@
|
|
1770
1880
|
"httpStatusCode":400,
|
1771
1881
|
"senderFault":true
|
1772
1882
|
},
|
1773
|
-
"exception":true
|
1883
|
+
"exception":true,
|
1884
|
+
"synthetic":true
|
1774
1885
|
},
|
1775
1886
|
"InvalidReplicationGroupStateFault":{
|
1776
1887
|
"type":"structure",
|
@@ -1910,7 +2021,10 @@
|
|
1910
2021
|
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
|
1911
2022
|
"SnapshotWindow":{"shape":"String"},
|
1912
2023
|
"CacheNodeType":{"shape":"String"},
|
1913
|
-
"NodeGroupId":{
|
2024
|
+
"NodeGroupId":{
|
2025
|
+
"shape":"String",
|
2026
|
+
"deprecated":true
|
2027
|
+
}
|
1914
2028
|
}
|
1915
2029
|
},
|
1916
2030
|
"ModifyReplicationGroupResult":{
|
@@ -1931,7 +2045,8 @@
|
|
1931
2045
|
"NodeGroupCount":{"shape":"Integer"},
|
1932
2046
|
"ApplyImmediately":{"shape":"Boolean"},
|
1933
2047
|
"ReshardingConfiguration":{"shape":"ReshardingConfigurationList"},
|
1934
|
-
"NodeGroupsToRemove":{"shape":"NodeGroupsToRemoveList"}
|
2048
|
+
"NodeGroupsToRemove":{"shape":"NodeGroupsToRemoveList"},
|
2049
|
+
"NodeGroupsToRetain":{"shape":"NodeGroupsToRetainList"}
|
1935
2050
|
}
|
1936
2051
|
},
|
1937
2052
|
"ModifyReplicationGroupShardConfigurationResult":{
|
@@ -1940,6 +2055,17 @@
|
|
1940
2055
|
"ReplicationGroup":{"shape":"ReplicationGroup"}
|
1941
2056
|
}
|
1942
2057
|
},
|
2058
|
+
"NoOperationFault":{
|
2059
|
+
"type":"structure",
|
2060
|
+
"members":{
|
2061
|
+
},
|
2062
|
+
"error":{
|
2063
|
+
"code":"NoOperationFault",
|
2064
|
+
"httpStatusCode":400,
|
2065
|
+
"senderFault":true
|
2066
|
+
},
|
2067
|
+
"exception":true
|
2068
|
+
},
|
1943
2069
|
"NodeGroup":{
|
1944
2070
|
"type":"structure",
|
1945
2071
|
"members":{
|
@@ -1953,6 +2079,7 @@
|
|
1953
2079
|
"NodeGroupConfiguration":{
|
1954
2080
|
"type":"structure",
|
1955
2081
|
"members":{
|
2082
|
+
"NodeGroupId":{"shape":"AllowedNodeGroupId"},
|
1956
2083
|
"Slots":{"shape":"String"},
|
1957
2084
|
"ReplicaCount":{"shape":"IntegerOptional"},
|
1958
2085
|
"PrimaryAvailabilityZone":{"shape":"String"},
|
@@ -2015,10 +2142,17 @@
|
|
2015
2142
|
"NodeGroupsToRemoveList":{
|
2016
2143
|
"type":"list",
|
2017
2144
|
"member":{
|
2018
|
-
"shape":"
|
2145
|
+
"shape":"AllowedNodeGroupId",
|
2019
2146
|
"locationName":"NodeGroupToRemove"
|
2020
2147
|
}
|
2021
2148
|
},
|
2149
|
+
"NodeGroupsToRetainList":{
|
2150
|
+
"type":"list",
|
2151
|
+
"member":{
|
2152
|
+
"shape":"AllowedNodeGroupId",
|
2153
|
+
"locationName":"NodeGroupToRetain"
|
2154
|
+
}
|
2155
|
+
},
|
2022
2156
|
"NodeQuotaForClusterExceededFault":{
|
2023
2157
|
"type":"structure",
|
2024
2158
|
"members":{
|
@@ -2177,6 +2311,10 @@
|
|
2177
2311
|
"locationName":"RecurringCharge"
|
2178
2312
|
}
|
2179
2313
|
},
|
2314
|
+
"RemoveReplicasList":{
|
2315
|
+
"type":"list",
|
2316
|
+
"member":{"shape":"String"}
|
2317
|
+
},
|
2180
2318
|
"RemoveTagsFromResourceMessage":{
|
2181
2319
|
"type":"structure",
|
2182
2320
|
"required":[
|
@@ -2188,6 +2326,13 @@
|
|
2188
2326
|
"TagKeys":{"shape":"KeyList"}
|
2189
2327
|
}
|
2190
2328
|
},
|
2329
|
+
"ReplicaConfigurationList":{
|
2330
|
+
"type":"list",
|
2331
|
+
"member":{
|
2332
|
+
"shape":"ConfigureShard",
|
2333
|
+
"locationName":"ConfigureShard"
|
2334
|
+
}
|
2335
|
+
},
|
2191
2336
|
"ReplicationGroup":{
|
2192
2337
|
"type":"structure",
|
2193
2338
|
"members":{
|
@@ -2268,7 +2413,8 @@
|
|
2268
2413
|
"ProductDescription":{"shape":"String"},
|
2269
2414
|
"OfferingType":{"shape":"String"},
|
2270
2415
|
"State":{"shape":"String"},
|
2271
|
-
"RecurringCharges":{"shape":"RecurringChargeList"}
|
2416
|
+
"RecurringCharges":{"shape":"RecurringChargeList"},
|
2417
|
+
"ReservationARN":{"shape":"String"}
|
2272
2418
|
},
|
2273
2419
|
"wrapper":true
|
2274
2420
|
},
|
@@ -2370,6 +2516,7 @@
|
|
2370
2516
|
"ReshardingConfiguration":{
|
2371
2517
|
"type":"structure",
|
2372
2518
|
"members":{
|
2519
|
+
"NodeGroupId":{"shape":"AllowedNodeGroupId"},
|
2373
2520
|
"PreferredAvailabilityZones":{"shape":"AvailabilityZonesList"}
|
2374
2521
|
}
|
2375
2522
|
},
|
@@ -2423,6 +2570,17 @@
|
|
2423
2570
|
"type":"list",
|
2424
2571
|
"member":{"shape":"SecurityGroupMembership"}
|
2425
2572
|
},
|
2573
|
+
"ServiceLinkedRoleNotFoundFault":{
|
2574
|
+
"type":"structure",
|
2575
|
+
"members":{
|
2576
|
+
},
|
2577
|
+
"error":{
|
2578
|
+
"code":"ServiceLinkedRoleNotFoundFault",
|
2579
|
+
"httpStatusCode":400,
|
2580
|
+
"senderFault":true
|
2581
|
+
},
|
2582
|
+
"exception":true
|
2583
|
+
},
|
2426
2584
|
"SlotMigration":{
|
2427
2585
|
"type":"structure",
|
2428
2586
|
"members":{
|
@@ -2611,7 +2769,7 @@
|
|
2611
2769
|
],
|
2612
2770
|
"members":{
|
2613
2771
|
"ReplicationGroupId":{"shape":"String"},
|
2614
|
-
"NodeGroupId":{"shape":"
|
2772
|
+
"NodeGroupId":{"shape":"AllowedNodeGroupId"}
|
2615
2773
|
}
|
2616
2774
|
},
|
2617
2775
|
"TestFailoverNotAvailableFault":{
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "DescribeEvents",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "DescribeCacheClusters",
|
12
|
+
"input": {
|
13
|
+
"CacheClusterId": "fake_cluster"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"uid":"elastictranscoder-2012-09-25",
|
5
4
|
"apiVersion":"2012-09-25",
|
6
5
|
"endpointPrefix":"elastictranscoder",
|
7
6
|
"protocol":"rest-json",
|
8
7
|
"serviceFullName":"Amazon Elastic Transcoder",
|
9
|
-
"
|
8
|
+
"serviceId":"Elastic Transcoder",
|
9
|
+
"signatureVersion":"v4",
|
10
|
+
"uid":"elastictranscoder-2012-09-25"
|
10
11
|
},
|
11
12
|
"operations":{
|
12
13
|
"CancelJob":{
|
@@ -792,7 +793,7 @@
|
|
792
793
|
"JobInputs":{
|
793
794
|
"type":"list",
|
794
795
|
"member":{"shape":"JobInput"},
|
795
|
-
"max":
|
796
|
+
"max":200
|
796
797
|
},
|
797
798
|
"JobOutput":{
|
798
799
|
"type":"structure",
|
@@ -1131,7 +1132,7 @@
|
|
1131
1132
|
},
|
1132
1133
|
"PresetContainer":{
|
1133
1134
|
"type":"string",
|
1134
|
-
"pattern":"(^mp4$)|(^ts$)|(^webm$)|(^mp3$)|(^flac$)|(^oga$)|(^ogg$)|(^fmp4$)|(^mpg$)|(^flv$)|(^gif$)|(^mxf$)|(^wav$)"
|
1135
|
+
"pattern":"(^mp4$)|(^ts$)|(^webm$)|(^mp3$)|(^flac$)|(^oga$)|(^ogg$)|(^fmp4$)|(^mpg$)|(^flv$)|(^gif$)|(^mxf$)|(^wav$)|(^mp2$)"
|
1135
1136
|
},
|
1136
1137
|
"PresetType":{
|
1137
1138
|
"type":"string",
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "ListPresets",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "ReadJob",
|
12
|
+
"input": {
|
13
|
+
"Id": "fake_job"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"protocol":"query",
|
7
7
|
"serviceAbbreviation":"CloudWatch",
|
8
8
|
"serviceFullName":"Amazon CloudWatch",
|
9
|
+
"serviceId":"CloudWatch",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"uid":"monitoring-2010-08-01",
|
11
12
|
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/"
|
@@ -289,6 +290,10 @@
|
|
289
290
|
"LessThanOrEqualToThreshold"
|
290
291
|
]
|
291
292
|
},
|
293
|
+
"Counts":{
|
294
|
+
"type":"list",
|
295
|
+
"member":{"shape":"DatapointValue"}
|
296
|
+
},
|
292
297
|
"DashboardArn":{"type":"string"},
|
293
298
|
"DashboardBody":{"type":"string"},
|
294
299
|
"DashboardEntries":{
|
@@ -679,7 +684,8 @@
|
|
679
684
|
"httpStatusCode":400,
|
680
685
|
"senderFault":true
|
681
686
|
},
|
682
|
-
"exception":true
|
687
|
+
"exception":true,
|
688
|
+
"synthetic":true
|
683
689
|
},
|
684
690
|
"InvalidParameterValueException":{
|
685
691
|
"type":"structure",
|
@@ -691,7 +697,8 @@
|
|
691
697
|
"httpStatusCode":400,
|
692
698
|
"senderFault":true
|
693
699
|
},
|
694
|
-
"exception":true
|
700
|
+
"exception":true,
|
701
|
+
"synthetic":true
|
695
702
|
},
|
696
703
|
"LastModified":{"type":"timestamp"},
|
697
704
|
"LimitExceededFault":{
|
@@ -876,6 +883,8 @@
|
|
876
883
|
"Timestamp":{"shape":"Timestamp"},
|
877
884
|
"Value":{"shape":"DatapointValue"},
|
878
885
|
"StatisticValues":{"shape":"StatisticSet"},
|
886
|
+
"Values":{"shape":"Values"},
|
887
|
+
"Counts":{"shape":"Counts"},
|
879
888
|
"Unit":{"shape":"StandardUnit"},
|
880
889
|
"StorageResolution":{"shape":"StorageResolution"}
|
881
890
|
}
|
@@ -924,7 +933,8 @@
|
|
924
933
|
"httpStatusCode":400,
|
925
934
|
"senderFault":true
|
926
935
|
},
|
927
|
-
"exception":true
|
936
|
+
"exception":true,
|
937
|
+
"synthetic":true
|
928
938
|
},
|
929
939
|
"Namespace":{
|
930
940
|
"type":"string",
|
@@ -1151,6 +1161,10 @@
|
|
1151
1161
|
"type":"string",
|
1152
1162
|
"max":255,
|
1153
1163
|
"min":1
|
1164
|
+
},
|
1165
|
+
"Values":{
|
1166
|
+
"type":"list",
|
1167
|
+
"member":{"shape":"DatapointValue"}
|
1154
1168
|
}
|
1155
1169
|
}
|
1156
1170
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.131
|
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-09-
|
11
|
+
date: 2018-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -273,6 +273,7 @@ files:
|
|
273
273
|
- apis/elasticache/2015-02-02/api-2.json
|
274
274
|
- apis/elasticache/2015-02-02/examples-1.json
|
275
275
|
- apis/elasticache/2015-02-02/paginators-1.json
|
276
|
+
- apis/elasticache/2015-02-02/smoke.json
|
276
277
|
- apis/elasticache/2015-02-02/waiters-2.json
|
277
278
|
- apis/elasticbeanstalk/2010-12-01/api-2.json
|
278
279
|
- apis/elasticbeanstalk/2010-12-01/examples-1.json
|
@@ -300,6 +301,7 @@ files:
|
|
300
301
|
- apis/elastictranscoder/2012-09-25/api-2.json
|
301
302
|
- apis/elastictranscoder/2012-09-25/examples-1.json
|
302
303
|
- apis/elastictranscoder/2012-09-25/paginators-1.json
|
304
|
+
- apis/elastictranscoder/2012-09-25/smoke.json
|
303
305
|
- apis/elastictranscoder/2012-09-25/waiters-2.json
|
304
306
|
- apis/email/2010-12-01/api-2.json
|
305
307
|
- apis/email/2010-12-01/examples-1.json
|