aws-sdk-core 2.10.67 → 2.10.68
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/sqs/2012-11-05/api-2.json +89 -0
- data/apis/ssm/2014-11-06/api-2.json +29 -7
- 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: 5ca8f560ac4e502dd8077e39bcc80a3594061a59
|
4
|
+
data.tar.gz: 2d57215c3216b62030940746768bfc8f71bd213c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d6660478b7eee6db340b819fea4ecd54d17403413888054110ef883f9a42d5bf6821eda51907ae5da8b14c6fd7ae498b6de3aec4dbf1a2a8a5fdcc28176b133
|
7
|
+
data.tar.gz: 181aa71697003401d41ecced2df3e04070fdd4487437618abbee0c937aea170ac856e1b5a9b6a16c5aa1ba9ca66f6d33bcca669629c57da2b2eb4246b81b371f
|
@@ -151,6 +151,18 @@
|
|
151
151
|
{"shape":"QueueDoesNotExist"}
|
152
152
|
]
|
153
153
|
},
|
154
|
+
"ListQueueTags":{
|
155
|
+
"name":"ListQueueTags",
|
156
|
+
"http":{
|
157
|
+
"method":"POST",
|
158
|
+
"requestUri":"/"
|
159
|
+
},
|
160
|
+
"input":{"shape":"ListQueueTagsRequest"},
|
161
|
+
"output":{
|
162
|
+
"shape":"ListQueueTagsResult",
|
163
|
+
"resultWrapper":"ListQueueTagsResult"
|
164
|
+
}
|
165
|
+
},
|
154
166
|
"ListQueues":{
|
155
167
|
"name":"ListQueues",
|
156
168
|
"http":{
|
@@ -244,6 +256,22 @@
|
|
244
256
|
"errors":[
|
245
257
|
{"shape":"InvalidAttributeName"}
|
246
258
|
]
|
259
|
+
},
|
260
|
+
"TagQueue":{
|
261
|
+
"name":"TagQueue",
|
262
|
+
"http":{
|
263
|
+
"method":"POST",
|
264
|
+
"requestUri":"/"
|
265
|
+
},
|
266
|
+
"input":{"shape":"TagQueueRequest"}
|
267
|
+
},
|
268
|
+
"UntagQueue":{
|
269
|
+
"name":"UntagQueue",
|
270
|
+
"http":{
|
271
|
+
"method":"POST",
|
272
|
+
"requestUri":"/"
|
273
|
+
},
|
274
|
+
"input":{"shape":"UntagQueueRequest"}
|
247
275
|
}
|
248
276
|
},
|
249
277
|
"shapes":{
|
@@ -586,6 +614,22 @@
|
|
586
614
|
"queueUrls":{"shape":"QueueUrlList"}
|
587
615
|
}
|
588
616
|
},
|
617
|
+
"ListQueueTagsRequest":{
|
618
|
+
"type":"structure",
|
619
|
+
"required":["QueueUrl"],
|
620
|
+
"members":{
|
621
|
+
"QueueUrl":{"shape":"String"}
|
622
|
+
}
|
623
|
+
},
|
624
|
+
"ListQueueTagsResult":{
|
625
|
+
"type":"structure",
|
626
|
+
"members":{
|
627
|
+
"Tags":{
|
628
|
+
"shape":"TagMap",
|
629
|
+
"locationName":"Tag"
|
630
|
+
}
|
631
|
+
}
|
632
|
+
},
|
589
633
|
"ListQueuesRequest":{
|
590
634
|
"type":"structure",
|
591
635
|
"members":{
|
@@ -962,6 +1006,40 @@
|
|
962
1006
|
"locationName":"StringListValue"
|
963
1007
|
}
|
964
1008
|
},
|
1009
|
+
"TagKey":{"type":"string"},
|
1010
|
+
"TagKeyList":{
|
1011
|
+
"type":"list",
|
1012
|
+
"member":{
|
1013
|
+
"shape":"TagKey",
|
1014
|
+
"locationName":"TagKey"
|
1015
|
+
},
|
1016
|
+
"flattened":true
|
1017
|
+
},
|
1018
|
+
"TagMap":{
|
1019
|
+
"type":"map",
|
1020
|
+
"key":{
|
1021
|
+
"shape":"TagKey",
|
1022
|
+
"locationName":"Key"
|
1023
|
+
},
|
1024
|
+
"value":{
|
1025
|
+
"shape":"TagValue",
|
1026
|
+
"locationName":"Value"
|
1027
|
+
},
|
1028
|
+
"flattened":true,
|
1029
|
+
"locationName":"Tag"
|
1030
|
+
},
|
1031
|
+
"TagQueueRequest":{
|
1032
|
+
"type":"structure",
|
1033
|
+
"required":[
|
1034
|
+
"QueueUrl",
|
1035
|
+
"Tags"
|
1036
|
+
],
|
1037
|
+
"members":{
|
1038
|
+
"QueueUrl":{"shape":"String"},
|
1039
|
+
"Tags":{"shape":"TagMap"}
|
1040
|
+
}
|
1041
|
+
},
|
1042
|
+
"TagValue":{"type":"string"},
|
965
1043
|
"TooManyEntriesInBatchRequest":{
|
966
1044
|
"type":"structure",
|
967
1045
|
"members":{
|
@@ -983,6 +1061,17 @@
|
|
983
1061
|
"senderFault":true
|
984
1062
|
},
|
985
1063
|
"exception":true
|
1064
|
+
},
|
1065
|
+
"UntagQueueRequest":{
|
1066
|
+
"type":"structure",
|
1067
|
+
"required":[
|
1068
|
+
"QueueUrl",
|
1069
|
+
"TagKeys"
|
1070
|
+
],
|
1071
|
+
"members":{
|
1072
|
+
"QueueUrl":{"shape":"String"},
|
1073
|
+
"TagKeys":{"shape":"TagKeyList"}
|
1074
|
+
}
|
986
1075
|
}
|
987
1076
|
}
|
988
1077
|
}
|
@@ -169,7 +169,8 @@
|
|
169
169
|
"errors":[
|
170
170
|
{"shape":"InvalidActivationId"},
|
171
171
|
{"shape":"InvalidActivation"},
|
172
|
-
{"shape":"InternalServerError"}
|
172
|
+
{"shape":"InternalServerError"},
|
173
|
+
{"shape":"TooManyUpdates"}
|
173
174
|
]
|
174
175
|
},
|
175
176
|
"DeleteAssociation":{
|
@@ -806,7 +807,8 @@
|
|
806
807
|
"errors":[
|
807
808
|
{"shape":"InternalServerError"},
|
808
809
|
{"shape":"InvalidKeyId"},
|
809
|
-
{"shape":"ParameterNotFound"}
|
810
|
+
{"shape":"ParameterNotFound"},
|
811
|
+
{"shape":"ParameterVersionNotFound"}
|
810
812
|
]
|
811
813
|
},
|
812
814
|
"GetParameterHistory":{
|
@@ -1128,6 +1130,7 @@
|
|
1128
1130
|
{"shape":"HierarchyLevelLimitExceededException"},
|
1129
1131
|
{"shape":"HierarchyTypeMismatchException"},
|
1130
1132
|
{"shape":"InvalidAllowedPatternException"},
|
1133
|
+
{"shape":"ParameterMaxVersionLimitExceeded"},
|
1131
1134
|
{"shape":"ParameterPatternMismatchException"},
|
1132
1135
|
{"shape":"UnsupportedParameterType"}
|
1133
1136
|
]
|
@@ -5242,7 +5245,7 @@
|
|
5242
5245
|
},
|
5243
5246
|
"PSParameterName":{
|
5244
5247
|
"type":"string",
|
5245
|
-
"max":
|
5248
|
+
"max":2048,
|
5246
5249
|
"min":1
|
5247
5250
|
},
|
5248
5251
|
"PSParameterValue":{
|
@@ -5250,12 +5253,14 @@
|
|
5250
5253
|
"max":4096,
|
5251
5254
|
"min":1
|
5252
5255
|
},
|
5256
|
+
"PSParameterVersion":{"type":"long"},
|
5253
5257
|
"Parameter":{
|
5254
5258
|
"type":"structure",
|
5255
5259
|
"members":{
|
5256
5260
|
"Name":{"shape":"PSParameterName"},
|
5257
5261
|
"Type":{"shape":"ParameterType"},
|
5258
|
-
"Value":{"shape":"PSParameterValue"}
|
5262
|
+
"Value":{"shape":"PSParameterValue"},
|
5263
|
+
"Version":{"shape":"PSParameterVersion"}
|
5259
5264
|
}
|
5260
5265
|
},
|
5261
5266
|
"ParameterAlreadyExists":{
|
@@ -5268,7 +5273,7 @@
|
|
5268
5273
|
"ParameterDescription":{
|
5269
5274
|
"type":"string",
|
5270
5275
|
"max":1024,
|
5271
|
-
"min":
|
5276
|
+
"min":0
|
5272
5277
|
},
|
5273
5278
|
"ParameterHistory":{
|
5274
5279
|
"type":"structure",
|
@@ -5280,7 +5285,8 @@
|
|
5280
5285
|
"LastModifiedUser":{"shape":"String"},
|
5281
5286
|
"Description":{"shape":"ParameterDescription"},
|
5282
5287
|
"Value":{"shape":"PSParameterValue"},
|
5283
|
-
"AllowedPattern":{"shape":"AllowedPattern"}
|
5288
|
+
"AllowedPattern":{"shape":"AllowedPattern"},
|
5289
|
+
"Version":{"shape":"PSParameterVersion"}
|
5284
5290
|
}
|
5285
5291
|
},
|
5286
5292
|
"ParameterHistoryList":{
|
@@ -5304,6 +5310,13 @@
|
|
5304
5310
|
"type":"list",
|
5305
5311
|
"member":{"shape":"Parameter"}
|
5306
5312
|
},
|
5313
|
+
"ParameterMaxVersionLimitExceeded":{
|
5314
|
+
"type":"structure",
|
5315
|
+
"members":{
|
5316
|
+
"message":{"shape":"String"}
|
5317
|
+
},
|
5318
|
+
"exception":true
|
5319
|
+
},
|
5307
5320
|
"ParameterMetadata":{
|
5308
5321
|
"type":"structure",
|
5309
5322
|
"members":{
|
@@ -5313,7 +5326,8 @@
|
|
5313
5326
|
"LastModifiedDate":{"shape":"DateTime"},
|
5314
5327
|
"LastModifiedUser":{"shape":"String"},
|
5315
5328
|
"Description":{"shape":"ParameterDescription"},
|
5316
|
-
"AllowedPattern":{"shape":"AllowedPattern"}
|
5329
|
+
"AllowedPattern":{"shape":"AllowedPattern"},
|
5330
|
+
"Version":{"shape":"PSParameterVersion"}
|
5317
5331
|
}
|
5318
5332
|
},
|
5319
5333
|
"ParameterMetadataList":{
|
@@ -5389,6 +5403,13 @@
|
|
5389
5403
|
"type":"list",
|
5390
5404
|
"member":{"shape":"ParameterValue"}
|
5391
5405
|
},
|
5406
|
+
"ParameterVersionNotFound":{
|
5407
|
+
"type":"structure",
|
5408
|
+
"members":{
|
5409
|
+
"message":{"shape":"String"}
|
5410
|
+
},
|
5411
|
+
"exception":true
|
5412
|
+
},
|
5392
5413
|
"Parameters":{
|
5393
5414
|
"type":"map",
|
5394
5415
|
"key":{"shape":"ParameterName"},
|
@@ -5778,6 +5799,7 @@
|
|
5778
5799
|
"PutParameterResult":{
|
5779
5800
|
"type":"structure",
|
5780
5801
|
"members":{
|
5802
|
+
"Version":{"shape":"PSParameterVersion"}
|
5781
5803
|
}
|
5782
5804
|
},
|
5783
5805
|
"RegisterDefaultPatchBaselineRequest":{
|
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.10.
|
4
|
+
version: 2.10.68
|
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: 2017-10-
|
11
|
+
date: 2017-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|