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.
@@ -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:(aws|aws-us-gov):kms:.*:[0-9]{12}:key/.*"
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:(aws|aws-us-gov):iam::[0-9]{12}:role/.*"
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:(aws|aws-us-gov):sns:.*:[0-9]{12}:.*"
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
- "ListJobs": {
3
+ "DescribeAddresses": {
4
+ "input_token": "NextToken",
4
5
  "limit_key": "MaxResults",
5
6
  "output_token": "NextToken",
6
- "input_token": "NextToken",
7
- "result_key": "JobListEntries"
7
+ "result_key": "Addresses"
8
8
  },
9
- "DescribeAddresses": {
9
+ "ListJobs": {
10
+ "input_token": "NextToken",
10
11
  "limit_key": "MaxResults",
11
12
  "output_token": "NextToken",
12
- "input_token": "NextToken",
13
- "result_key": "Addresses"
13
+ "result_key": "JobListEntries"
14
14
  }
15
15
  }
16
16
  }
@@ -760,7 +760,9 @@
760
760
  "ReceiveMessageWaitTimeSeconds",
761
761
  "RedrivePolicy",
762
762
  "FifoQueue",
763
- "ContentBasedDeduplication"
763
+ "ContentBasedDeduplication",
764
+ "KmsMasterKeyId",
765
+ "KmsDataKeyReusePeriodSeconds"
764
766
  ]
765
767
  },
766
768
  "QueueDeletedRecently":{
@@ -4,4 +4,4 @@
4
4
  "result_key": "QueueUrls"
5
5
  }
6
6
  }
7
- }
7
+ }
@@ -1,5 +1,5 @@
1
1
  require 'uri'
2
- require 'cgi/util'
2
+ require 'cgi'
3
3
 
4
4
  module Aws
5
5
  module Plugins
@@ -1,7 +1,7 @@
1
1
  require 'set'
2
2
  require 'time'
3
3
  require 'openssl'
4
- require 'cgi/util'
4
+ require 'cgi'
5
5
  require 'webrick/httputils'
6
6
 
7
7
  module Aws
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.12'
2
+ VERSION = '2.9.13'
3
3
  end
@@ -1,4 +1,4 @@
1
- require 'cgi/util'
1
+ require 'cgi'
2
2
 
3
3
  module Aws
4
4
  module Xml
@@ -1,4 +1,4 @@
1
- require 'cgi/util'
1
+ require 'cgi'
2
2
 
3
3
  module Seahorse
4
4
  # @api private
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.12
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-26 00:00:00.000000000 Z
11
+ date: 2017-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath