aws-sdk-core 2.11.343 → 2.11.344
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +13 -2
- data/apis/application-autoscaling/2016-02-06/paginators-1.json +6 -0
- data/apis/codepipeline/2015-07-09/api-2.json +25 -1
- data/apis/ecs/2014-11-13/api-2.json +3 -0
- data/apis/elasticache/2015-02-02/api-2.json +25 -5
- data/apis/lambda/2015-03-31/api-2.json +9 -1
- data/apis/lambda/2015-03-31/paginators-1.json +24 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acd3638e3b402aa61213cfad72d13fe0130ab564
|
4
|
+
data.tar.gz: 93f0cb8ddcfaf15a10c762b55d45c9b7682c7277
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b250f33719bc79686cf6e42fd69e014cd4487ec84dde0f2623f18a0eb1a1aad920ce2151ec9a3c172ee3bc85ce3e6dc0a92543f691ff87d3244593bbff8911e
|
7
|
+
data.tar.gz: dbddcbd820b325d79dc687087c1d2c922f302a6ac8fc8fc7b7827fd2cb84fb0e778b8ceb859fbc856b5a43c30974cdf9f738c67cba77ebff249623defa695525
|
@@ -525,7 +525,8 @@
|
|
525
525
|
"ScalableDimension":{"shape":"ScalableDimension"},
|
526
526
|
"MinCapacity":{"shape":"ResourceCapacity"},
|
527
527
|
"MaxCapacity":{"shape":"ResourceCapacity"},
|
528
|
-
"RoleARN":{"shape":"ResourceIdMaxLen1600"}
|
528
|
+
"RoleARN":{"shape":"ResourceIdMaxLen1600"},
|
529
|
+
"SuspendedState":{"shape":"SuspendedState"}
|
529
530
|
}
|
530
531
|
},
|
531
532
|
"RegisterScalableTargetResponse":{
|
@@ -587,7 +588,8 @@
|
|
587
588
|
"MinCapacity":{"shape":"ResourceCapacity"},
|
588
589
|
"MaxCapacity":{"shape":"ResourceCapacity"},
|
589
590
|
"RoleARN":{"shape":"ResourceIdMaxLen1600"},
|
590
|
-
"CreationTime":{"shape":"TimestampType"}
|
591
|
+
"CreationTime":{"shape":"TimestampType"},
|
592
|
+
"SuspendedState":{"shape":"SuspendedState"}
|
591
593
|
}
|
592
594
|
},
|
593
595
|
"ScalableTargetAction":{
|
@@ -671,6 +673,7 @@
|
|
671
673
|
"CreationTime":{"shape":"TimestampType"}
|
672
674
|
}
|
673
675
|
},
|
676
|
+
"ScalingSuspended":{"type":"boolean"},
|
674
677
|
"ScheduledAction":{
|
675
678
|
"type":"structure",
|
676
679
|
"required":[
|
@@ -740,6 +743,14 @@
|
|
740
743
|
"MetricAggregationType":{"shape":"MetricAggregationType"}
|
741
744
|
}
|
742
745
|
},
|
746
|
+
"SuspendedState":{
|
747
|
+
"type":"structure",
|
748
|
+
"members":{
|
749
|
+
"DynamicScalingInSuspended":{"shape":"ScalingSuspended"},
|
750
|
+
"DynamicScalingOutSuspended":{"shape":"ScalingSuspended"},
|
751
|
+
"ScheduledScalingSuspended":{"shape":"ScalingSuspended"}
|
752
|
+
}
|
753
|
+
},
|
743
754
|
"TargetTrackingScalingPolicyConfiguration":{
|
744
755
|
"type":"structure",
|
745
756
|
"required":["TargetValue"],
|
@@ -17,6 +17,12 @@
|
|
17
17
|
"limit_key": "MaxResults",
|
18
18
|
"output_token": "NextToken",
|
19
19
|
"result_key": "ScalingPolicies"
|
20
|
+
},
|
21
|
+
"DescribeScheduledActions": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"limit_key": "MaxResults",
|
24
|
+
"output_token": "NextToken",
|
25
|
+
"result_key": "ScheduledActions"
|
20
26
|
}
|
21
27
|
}
|
22
28
|
}
|
@@ -1225,6 +1225,13 @@
|
|
1225
1225
|
"max":2048,
|
1226
1226
|
"min":1
|
1227
1227
|
},
|
1228
|
+
"ExecutionTrigger":{
|
1229
|
+
"type":"structure",
|
1230
|
+
"members":{
|
1231
|
+
"triggerType":{"shape":"TriggerType"},
|
1232
|
+
"triggerDetail":{"shape":"TriggerDetail"}
|
1233
|
+
}
|
1234
|
+
},
|
1228
1235
|
"ExternalExecutionId":{"type":"string"},
|
1229
1236
|
"ExternalExecutionSummary":{"type":"string"},
|
1230
1237
|
"FailureDetails":{
|
@@ -1730,7 +1737,8 @@
|
|
1730
1737
|
"status":{"shape":"PipelineExecutionStatus"},
|
1731
1738
|
"startTime":{"shape":"Timestamp"},
|
1732
1739
|
"lastUpdateTime":{"shape":"Timestamp"},
|
1733
|
-
"sourceRevisions":{"shape":"SourceRevisionList"}
|
1740
|
+
"sourceRevisions":{"shape":"SourceRevisionList"},
|
1741
|
+
"trigger":{"shape":"ExecutionTrigger"}
|
1734
1742
|
}
|
1735
1743
|
},
|
1736
1744
|
"PipelineExecutionSummaryList":{
|
@@ -2245,6 +2253,22 @@
|
|
2245
2253
|
"disabledReason":{"shape":"DisabledReason"}
|
2246
2254
|
}
|
2247
2255
|
},
|
2256
|
+
"TriggerDetail":{
|
2257
|
+
"type":"string",
|
2258
|
+
"max":1024,
|
2259
|
+
"min":0
|
2260
|
+
},
|
2261
|
+
"TriggerType":{
|
2262
|
+
"type":"string",
|
2263
|
+
"enum":[
|
2264
|
+
"CreatePipeline",
|
2265
|
+
"StartPipelineExecution",
|
2266
|
+
"PollForSourceChanges",
|
2267
|
+
"Webhook",
|
2268
|
+
"CloudWatchEvent",
|
2269
|
+
"PutActionRevision"
|
2270
|
+
]
|
2271
|
+
},
|
2248
2272
|
"UntagResourceInput":{
|
2249
2273
|
"type":"structure",
|
2250
2274
|
"required":[
|
@@ -905,6 +905,7 @@
|
|
905
905
|
"containerArn":{"shape":"String"},
|
906
906
|
"taskArn":{"shape":"String"},
|
907
907
|
"name":{"shape":"String"},
|
908
|
+
"runtimeId":{"shape":"String"},
|
908
909
|
"lastStatus":{"shape":"String"},
|
909
910
|
"exitCode":{"shape":"BoxedInteger"},
|
910
911
|
"reason":{"shape":"String"},
|
@@ -1050,6 +1051,7 @@
|
|
1050
1051
|
"type":"structure",
|
1051
1052
|
"members":{
|
1052
1053
|
"containerName":{"shape":"String"},
|
1054
|
+
"runtimeId":{"shape":"String"},
|
1053
1055
|
"exitCode":{"shape":"BoxedInteger"},
|
1054
1056
|
"networkBindings":{"shape":"NetworkBindings"},
|
1055
1057
|
"reason":{"shape":"String"},
|
@@ -2334,6 +2336,7 @@
|
|
2334
2336
|
"cluster":{"shape":"String"},
|
2335
2337
|
"task":{"shape":"String"},
|
2336
2338
|
"containerName":{"shape":"String"},
|
2339
|
+
"runtimeId":{"shape":"String"},
|
2337
2340
|
"status":{"shape":"String"},
|
2338
2341
|
"exitCode":{"shape":"BoxedInteger"},
|
2339
2342
|
"reason":{"shape":"String"},
|
@@ -611,6 +611,7 @@
|
|
611
611
|
{"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
|
612
612
|
{"shape":"NodeQuotaForCustomerExceededFault"},
|
613
613
|
{"shape":"NoOperationFault"},
|
614
|
+
{"shape":"InvalidKMSKeyFault"},
|
614
615
|
{"shape":"InvalidParameterValueException"},
|
615
616
|
{"shape":"InvalidParameterCombinationException"}
|
616
617
|
]
|
@@ -734,6 +735,7 @@
|
|
734
735
|
{"shape":"CacheSecurityGroupNotFoundFault"},
|
735
736
|
{"shape":"CacheParameterGroupNotFoundFault"},
|
736
737
|
{"shape":"InvalidVPCNetworkStateFault"},
|
738
|
+
{"shape":"InvalidKMSKeyFault"},
|
737
739
|
{"shape":"InvalidParameterValueException"},
|
738
740
|
{"shape":"InvalidParameterCombinationException"}
|
739
741
|
]
|
@@ -757,6 +759,7 @@
|
|
757
759
|
{"shape":"InsufficientCacheClusterCapacityFault"},
|
758
760
|
{"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
|
759
761
|
{"shape":"NodeQuotaForCustomerExceededFault"},
|
762
|
+
{"shape":"InvalidKMSKeyFault"},
|
760
763
|
{"shape":"InvalidParameterValueException"},
|
761
764
|
{"shape":"InvalidParameterCombinationException"}
|
762
765
|
]
|
@@ -869,6 +872,7 @@
|
|
869
872
|
{"shape":"NodeGroupNotFoundFault"},
|
870
873
|
{"shape":"ReplicationGroupNotFoundFault"},
|
871
874
|
{"shape":"TestFailoverNotAvailableFault"},
|
875
|
+
{"shape":"InvalidKMSKeyFault"},
|
872
876
|
{"shape":"InvalidParameterValueException"},
|
873
877
|
{"shape":"InvalidParameterCombinationException"}
|
874
878
|
]
|
@@ -1439,7 +1443,8 @@
|
|
1439
1443
|
"members":{
|
1440
1444
|
"SourceSnapshotName":{"shape":"String"},
|
1441
1445
|
"TargetSnapshotName":{"shape":"String"},
|
1442
|
-
"TargetBucket":{"shape":"String"}
|
1446
|
+
"TargetBucket":{"shape":"String"},
|
1447
|
+
"KmsKeyId":{"shape":"String"}
|
1443
1448
|
}
|
1444
1449
|
},
|
1445
1450
|
"CopySnapshotResult":{
|
@@ -1572,7 +1577,8 @@
|
|
1572
1577
|
"SnapshotWindow":{"shape":"String"},
|
1573
1578
|
"AuthToken":{"shape":"String"},
|
1574
1579
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
1575
|
-
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
|
1580
|
+
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
1581
|
+
"KmsKeyId":{"shape":"String"}
|
1576
1582
|
}
|
1577
1583
|
},
|
1578
1584
|
"CreateReplicationGroupResult":{
|
@@ -1587,7 +1593,8 @@
|
|
1587
1593
|
"members":{
|
1588
1594
|
"ReplicationGroupId":{"shape":"String"},
|
1589
1595
|
"CacheClusterId":{"shape":"String"},
|
1590
|
-
"SnapshotName":{"shape":"String"}
|
1596
|
+
"SnapshotName":{"shape":"String"},
|
1597
|
+
"KmsKeyId":{"shape":"String"}
|
1591
1598
|
}
|
1592
1599
|
},
|
1593
1600
|
"CreateSnapshotResult":{
|
@@ -1967,6 +1974,17 @@
|
|
1967
1974
|
},
|
1968
1975
|
"exception":true
|
1969
1976
|
},
|
1977
|
+
"InvalidKMSKeyFault":{
|
1978
|
+
"type":"structure",
|
1979
|
+
"members":{
|
1980
|
+
},
|
1981
|
+
"error":{
|
1982
|
+
"code":"InvalidKMSKeyFault",
|
1983
|
+
"httpStatusCode":400,
|
1984
|
+
"senderFault":true
|
1985
|
+
},
|
1986
|
+
"exception":true
|
1987
|
+
},
|
1970
1988
|
"InvalidParameterCombinationException":{
|
1971
1989
|
"type":"structure",
|
1972
1990
|
"members":{
|
@@ -2530,7 +2548,8 @@
|
|
2530
2548
|
"CacheNodeType":{"shape":"String"},
|
2531
2549
|
"AuthTokenEnabled":{"shape":"BooleanOptional"},
|
2532
2550
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
2533
|
-
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
|
2551
|
+
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
2552
|
+
"KmsKeyId":{"shape":"String"}
|
2534
2553
|
},
|
2535
2554
|
"wrapper":true
|
2536
2555
|
},
|
@@ -2873,7 +2892,8 @@
|
|
2873
2892
|
"SnapshotWindow":{"shape":"String"},
|
2874
2893
|
"NumNodeGroups":{"shape":"IntegerOptional"},
|
2875
2894
|
"AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
|
2876
|
-
"NodeSnapshots":{"shape":"NodeSnapshotList"}
|
2895
|
+
"NodeSnapshots":{"shape":"NodeSnapshotList"},
|
2896
|
+
"KmsKeyId":{"shape":"String"}
|
2877
2897
|
},
|
2878
2898
|
"wrapper":true
|
2879
2899
|
},
|
@@ -859,6 +859,7 @@
|
|
859
859
|
"FunctionName":{"shape":"FunctionName"},
|
860
860
|
"Enabled":{"shape":"Enabled"},
|
861
861
|
"BatchSize":{"shape":"BatchSize"},
|
862
|
+
"MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
|
862
863
|
"StartingPosition":{"shape":"EventSourcePosition"},
|
863
864
|
"StartingPositionTimestamp":{"shape":"Date"}
|
864
865
|
}
|
@@ -1057,6 +1058,7 @@
|
|
1057
1058
|
"members":{
|
1058
1059
|
"UUID":{"shape":"String"},
|
1059
1060
|
"BatchSize":{"shape":"BatchSize"},
|
1061
|
+
"MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
|
1060
1062
|
"EventSourceArn":{"shape":"Arn"},
|
1061
1063
|
"FunctionArn":{"shape":"FunctionArn"},
|
1062
1064
|
"LastModified":{"shape":"Date"},
|
@@ -1826,6 +1828,11 @@
|
|
1826
1828
|
"max":10000,
|
1827
1829
|
"min":1
|
1828
1830
|
},
|
1831
|
+
"MaximumBatchingWindowInSeconds":{
|
1832
|
+
"type":"integer",
|
1833
|
+
"max":300,
|
1834
|
+
"min":0
|
1835
|
+
},
|
1829
1836
|
"MemorySize":{
|
1830
1837
|
"type":"integer",
|
1831
1838
|
"max":3008,
|
@@ -2269,7 +2276,8 @@
|
|
2269
2276
|
},
|
2270
2277
|
"FunctionName":{"shape":"FunctionName"},
|
2271
2278
|
"Enabled":{"shape":"Enabled"},
|
2272
|
-
"BatchSize":{"shape":"BatchSize"}
|
2279
|
+
"BatchSize":{"shape":"BatchSize"},
|
2280
|
+
"MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"}
|
2273
2281
|
}
|
2274
2282
|
},
|
2275
2283
|
"UpdateFunctionCodeRequest":{
|
@@ -1,5 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListAliases": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"limit_key": "MaxItems",
|
6
|
+
"output_token": "NextMarker",
|
7
|
+
"result_key": "Aliases"
|
8
|
+
},
|
3
9
|
"ListEventSourceMappings": {
|
4
10
|
"input_token": "Marker",
|
5
11
|
"limit_key": "MaxItems",
|
@@ -11,6 +17,24 @@
|
|
11
17
|
"limit_key": "MaxItems",
|
12
18
|
"output_token": "NextMarker",
|
13
19
|
"result_key": "Functions"
|
20
|
+
},
|
21
|
+
"ListLayerVersions": {
|
22
|
+
"input_token": "Marker",
|
23
|
+
"limit_key": "MaxItems",
|
24
|
+
"output_token": "NextMarker",
|
25
|
+
"result_key": "LayerVersions"
|
26
|
+
},
|
27
|
+
"ListLayers": {
|
28
|
+
"input_token": "Marker",
|
29
|
+
"limit_key": "MaxItems",
|
30
|
+
"output_token": "NextMarker",
|
31
|
+
"result_key": "Layers"
|
32
|
+
},
|
33
|
+
"ListVersionsByFunction": {
|
34
|
+
"input_token": "Marker",
|
35
|
+
"limit_key": "MaxItems",
|
36
|
+
"output_token": "NextMarker",
|
37
|
+
"result_key": "Versions"
|
14
38
|
}
|
15
39
|
}
|
16
40
|
}
|
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.344
|
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: 2019-08-
|
11
|
+
date: 2019-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|