aws-sdk-core 2.9.12 → 2.9.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudformation/2010-05-15/api-2.json +48 -12
- data/apis/cloudformation/2010-05-15/examples-1.json +0 -153
- data/apis/cloudformation/2010-05-15/paginators-1.json +0 -10
- data/apis/cloudformation/2010-05-15/waiters-2.json +0 -25
- data/apis/rds/2014-10-31/api-2.json +1 -0
- data/apis/rds/2014-10-31/examples-1.json +240 -150
- data/apis/rekognition/2016-06-27/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +36 -15
- data/apis/snowball/2016-06-30/paginators-1.json +6 -6
- data/apis/sqs/2012-11-05/api-2.json +3 -1
- data/apis/sqs/2012-11-05/paginators-1.json +1 -1
- data/lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb +1 -1
- data/lib/aws-sdk-core/signers/s3.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/error_handler.rb +1 -1
- data/lib/seahorse/util.rb +1 -1
- metadata +2 -2
@@ -134,7 +134,8 @@
|
|
134
134
|
{"shape":"AccessDeniedException"},
|
135
135
|
{"shape":"InternalServerError"},
|
136
136
|
{"shape":"ThrottlingException"},
|
137
|
-
{"shape":"ProvisionedThroughputExceededException"}
|
137
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
138
|
+
{"shape":"InvalidImageFormatException"}
|
138
139
|
]
|
139
140
|
},
|
140
141
|
"IndexFaces":{
|
@@ -103,7 +103,8 @@
|
|
103
103
|
"input":{"shape":"DescribeAddressesRequest"},
|
104
104
|
"output":{"shape":"DescribeAddressesResult"},
|
105
105
|
"errors":[
|
106
|
-
{"shape":"InvalidResourceException"}
|
106
|
+
{"shape":"InvalidResourceException"},
|
107
|
+
{"shape":"InvalidNextTokenException"}
|
107
108
|
]
|
108
109
|
},
|
109
110
|
"DescribeCluster":{
|
@@ -174,7 +175,8 @@
|
|
174
175
|
"input":{"shape":"ListClusterJobsRequest"},
|
175
176
|
"output":{"shape":"ListClusterJobsResult"},
|
176
177
|
"errors":[
|
177
|
-
{"shape":"InvalidResourceException"}
|
178
|
+
{"shape":"InvalidResourceException"},
|
179
|
+
{"shape":"InvalidNextTokenException"}
|
178
180
|
]
|
179
181
|
},
|
180
182
|
"ListClusters":{
|
@@ -184,7 +186,10 @@
|
|
184
186
|
"requestUri":"/"
|
185
187
|
},
|
186
188
|
"input":{"shape":"ListClustersRequest"},
|
187
|
-
"output":{"shape":"ListClustersResult"}
|
189
|
+
"output":{"shape":"ListClustersResult"},
|
190
|
+
"errors":[
|
191
|
+
{"shape":"InvalidNextTokenException"}
|
192
|
+
]
|
188
193
|
},
|
189
194
|
"ListJobs":{
|
190
195
|
"name":"ListJobs",
|
@@ -193,7 +198,10 @@
|
|
193
198
|
"requestUri":"/"
|
194
199
|
},
|
195
200
|
"input":{"shape":"ListJobsRequest"},
|
196
|
-
"output":{"shape":"ListJobsResult"}
|
201
|
+
"output":{"shape":"ListJobsResult"},
|
202
|
+
"errors":[
|
203
|
+
{"shape":"InvalidNextTokenException"}
|
204
|
+
]
|
197
205
|
},
|
198
206
|
"UpdateCluster":{
|
199
207
|
"name":"UpdateCluster",
|
@@ -243,7 +251,8 @@
|
|
243
251
|
"Landmark":{"shape":"String"},
|
244
252
|
"Country":{"shape":"String"},
|
245
253
|
"PostalCode":{"shape":"String"},
|
246
|
-
"PhoneNumber":{"shape":"String"}
|
254
|
+
"PhoneNumber":{"shape":"String"},
|
255
|
+
"IsRestricted":{"shape":"Boolean"}
|
247
256
|
}
|
248
257
|
},
|
249
258
|
"AddressId":{
|
@@ -321,7 +330,8 @@
|
|
321
330
|
"Resources":{"shape":"JobResource"},
|
322
331
|
"AddressId":{"shape":"AddressId"},
|
323
332
|
"ShippingOption":{"shape":"ShippingOption"},
|
324
|
-
"Notification":{"shape":"Notification"}
|
333
|
+
"Notification":{"shape":"Notification"},
|
334
|
+
"ForwardingAddressId":{"shape":"AddressId"}
|
325
335
|
}
|
326
336
|
},
|
327
337
|
"ClusterState":{
|
@@ -365,7 +375,8 @@
|
|
365
375
|
"RoleARN":{"shape":"RoleARN"},
|
366
376
|
"SnowballType":{"shape":"SnowballType"},
|
367
377
|
"ShippingOption":{"shape":"ShippingOption"},
|
368
|
-
"Notification":{"shape":"Notification"}
|
378
|
+
"Notification":{"shape":"Notification"},
|
379
|
+
"ForwardingAddressId":{"shape":"AddressId"}
|
369
380
|
}
|
370
381
|
},
|
371
382
|
"CreateClusterResult":{
|
@@ -387,7 +398,8 @@
|
|
387
398
|
"ShippingOption":{"shape":"ShippingOption"},
|
388
399
|
"Notification":{"shape":"Notification"},
|
389
400
|
"ClusterId":{"shape":"ClusterId"},
|
390
|
-
"SnowballType":{"shape":"SnowballType"}
|
401
|
+
"SnowballType":{"shape":"SnowballType"},
|
402
|
+
"ForwardingAddressId":{"shape":"AddressId"}
|
391
403
|
}
|
392
404
|
},
|
393
405
|
"CreateJobResult":{
|
@@ -529,6 +541,13 @@
|
|
529
541
|
},
|
530
542
|
"exception":true
|
531
543
|
},
|
544
|
+
"InvalidNextTokenException":{
|
545
|
+
"type":"structure",
|
546
|
+
"members":{
|
547
|
+
"Message":{"shape":"String"}
|
548
|
+
},
|
549
|
+
"exception":true
|
550
|
+
},
|
532
551
|
"InvalidResourceException":{
|
533
552
|
"type":"structure",
|
534
553
|
"members":{
|
@@ -584,7 +603,8 @@
|
|
584
603
|
"Notification":{"shape":"Notification"},
|
585
604
|
"DataTransferProgress":{"shape":"DataTransfer"},
|
586
605
|
"JobLogInfo":{"shape":"JobLogs"},
|
587
|
-
"ClusterId":{"shape":"String"}
|
606
|
+
"ClusterId":{"shape":"String"},
|
607
|
+
"ForwardingAddressId":{"shape":"AddressId"}
|
588
608
|
}
|
589
609
|
},
|
590
610
|
"JobMetadataList":{
|
@@ -644,7 +664,7 @@
|
|
644
664
|
"KmsKeyARN":{
|
645
665
|
"type":"string",
|
646
666
|
"max":255,
|
647
|
-
"pattern":"arn:
|
667
|
+
"pattern":"arn:aws.*:kms:.*:[0-9]{12}:key/.*"
|
648
668
|
},
|
649
669
|
"LambdaResource":{
|
650
670
|
"type":"structure",
|
@@ -722,7 +742,7 @@
|
|
722
742
|
"RoleARN":{
|
723
743
|
"type":"string",
|
724
744
|
"max":255,
|
725
|
-
"pattern":"arn:
|
745
|
+
"pattern":"arn:aws.*:iam::[0-9]{12}:role/.*"
|
726
746
|
},
|
727
747
|
"S3Resource":{
|
728
748
|
"type":"structure",
|
@@ -778,11 +798,10 @@
|
|
778
798
|
"SnsTopicARN":{
|
779
799
|
"type":"string",
|
780
800
|
"max":255,
|
781
|
-
"pattern":"arn:
|
801
|
+
"pattern":"arn:aws.*:sns:.*:[0-9]{12}:.*"
|
782
802
|
},
|
783
803
|
"String":{
|
784
804
|
"type":"string",
|
785
|
-
"max":255,
|
786
805
|
"min":1
|
787
806
|
},
|
788
807
|
"Timestamp":{"type":"timestamp"},
|
@@ -803,7 +822,8 @@
|
|
803
822
|
"Resources":{"shape":"JobResource"},
|
804
823
|
"AddressId":{"shape":"AddressId"},
|
805
824
|
"ShippingOption":{"shape":"ShippingOption"},
|
806
|
-
"Notification":{"shape":"Notification"}
|
825
|
+
"Notification":{"shape":"Notification"},
|
826
|
+
"ForwardingAddressId":{"shape":"AddressId"}
|
807
827
|
}
|
808
828
|
},
|
809
829
|
"UpdateClusterResult":{
|
@@ -822,7 +842,8 @@
|
|
822
842
|
"AddressId":{"shape":"AddressId"},
|
823
843
|
"ShippingOption":{"shape":"ShippingOption"},
|
824
844
|
"Description":{"shape":"String"},
|
825
|
-
"SnowballCapacityPreference":{"shape":"SnowballCapacity"}
|
845
|
+
"SnowballCapacityPreference":{"shape":"SnowballCapacity"},
|
846
|
+
"ForwardingAddressId":{"shape":"AddressId"}
|
826
847
|
}
|
827
848
|
},
|
828
849
|
"UpdateJobResult":{
|
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
-
"
|
3
|
+
"DescribeAddresses": {
|
4
|
+
"input_token": "NextToken",
|
4
5
|
"limit_key": "MaxResults",
|
5
6
|
"output_token": "NextToken",
|
6
|
-
"
|
7
|
-
"result_key": "JobListEntries"
|
7
|
+
"result_key": "Addresses"
|
8
8
|
},
|
9
|
-
"
|
9
|
+
"ListJobs": {
|
10
|
+
"input_token": "NextToken",
|
10
11
|
"limit_key": "MaxResults",
|
11
12
|
"output_token": "NextToken",
|
12
|
-
"
|
13
|
-
"result_key": "Addresses"
|
13
|
+
"result_key": "JobListEntries"
|
14
14
|
}
|
15
15
|
}
|
16
16
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/lib/seahorse/util.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.9.
|
4
|
+
version: 2.9.13
|
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-04-
|
11
|
+
date: 2017-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|