aws-sdk-core 2.1.35 → 2.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82eb15c5b56cf11dfc7e60199d583047be4b02f9
4
- data.tar.gz: db51c5f1a2d268ab738235ee30756b34f07db28c
3
+ metadata.gz: a8306d0a15d6533fc71e7c838e59380287d637aa
4
+ data.tar.gz: d6215f17b1b20b72ad4fea251f85d09734b0aa32
5
5
  SHA512:
6
- metadata.gz: da46eda23e8b454d18f5f48d7ce87b01fa65ea4203f733239ede4d935e4e3417ba4a92f557d2abbe8f5df51c3ac04c4b17594c75d6faa210ef3821cb7d7335b2
7
- data.tar.gz: a2472566685e7ee1bd8652badcbf040daece5db6d7e85b53cbb872b607be1f0a93eceac2e9be8b2a54a1530591f33f85614476c5ed9f8593441e8e1905da1ed9
6
+ metadata.gz: 30cc7f1ddbd29a1f458dc8e6e7853518639d32fced4e09f7ef9f9cb01fac54cd686dbc0a0527a100c516bbf844e448c68ccf60d055c2d80679f6aa86df9f26aa
7
+ data.tar.gz: a0bdc87f8144245242c77423eff94122b25f834ecdb1807a28b7950b6e6b457fc08b617d7b939ade7427bc1c3343549eb615286b3f2422b8a1d057d0a119c4b0
@@ -2197,7 +2197,8 @@
2197
2197
  "stageDescription":{"shape":"String"},
2198
2198
  "description":{"shape":"String"},
2199
2199
  "cacheClusterEnabled":{"shape":"NullableBoolean"},
2200
- "cacheClusterSize":{"shape":"CacheClusterSize"}
2200
+ "cacheClusterSize":{"shape":"CacheClusterSize"},
2201
+ "variables":{"shape":"MapOfStringToString"}
2201
2202
  }
2202
2203
  },
2203
2204
  "CreateDomainNameRequest":{
@@ -2283,7 +2284,8 @@
2283
2284
  "deploymentId":{"shape":"String"},
2284
2285
  "description":{"shape":"String"},
2285
2286
  "cacheClusterEnabled":{"shape":"Boolean"},
2286
- "cacheClusterSize":{"shape":"CacheClusterSize"}
2287
+ "cacheClusterSize":{"shape":"CacheClusterSize"},
2288
+ "variables":{"shape":"MapOfStringToString"}
2287
2289
  }
2288
2290
  },
2289
2291
  "DeleteApiKeyRequest":{
@@ -3503,6 +3505,7 @@
3503
3505
  "cacheClusterSize":{"shape":"CacheClusterSize"},
3504
3506
  "cacheClusterStatus":{"shape":"CacheClusterStatus"},
3505
3507
  "methodSettings":{"shape":"MapOfMethodSettings"},
3508
+ "variables":{"shape":"MapOfStringToString"},
3506
3509
  "createdDate":{"shape":"Timestamp"},
3507
3510
  "lastUpdatedDate":{"shape":"Timestamp"}
3508
3511
  }
@@ -3557,7 +3560,8 @@
3557
3560
  "pathWithQueryString":{"shape":"String"},
3558
3561
  "body":{"shape":"String"},
3559
3562
  "headers":{"shape":"MapOfHeaderValues"},
3560
- "clientCertificateId":{"shape":"String"}
3563
+ "clientCertificateId":{"shape":"String"},
3564
+ "stageVariables":{"shape":"MapOfStringToString"}
3561
3565
  }
3562
3566
  },
3563
3567
  "TestInvokeMethodResponse":{
@@ -4304,11 +4304,6 @@
4304
4304
  "location":"querystring",
4305
4305
  "locationName":"uploadId"
4306
4306
  },
4307
- "ServerSideEncryption":{
4308
- "shape":"UploadPartRequestServerSideEncryption",
4309
- "location":"header",
4310
- "locationName":"x-amz-server-side-encryption"
4311
- },
4312
4307
  "SSECustomerAlgorithm":{
4313
4308
  "shape":"SSECustomerAlgorithm",
4314
4309
  "location":"header",
@@ -4332,10 +4327,6 @@
4332
4327
  },
4333
4328
  "payload":"Body"
4334
4329
  },
4335
- "UploadPartRequestServerSideEncryption":{
4336
- "type":"string",
4337
- "enum":["AES256"]
4338
- },
4339
4330
  "Value":{"type":"string"},
4340
4331
  "VersionIdMarker":{"type":"string"},
4341
4332
  "VersioningConfiguration":{
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2012-11-05",
4
5
  "endpointPrefix":"sqs",
@@ -496,7 +497,8 @@
496
497
  "shape":"String",
497
498
  "locationName":"Value"
498
499
  },
499
- "flattened":true
500
+ "flattened":true,
501
+ "locationName":"Attribute"
500
502
  },
501
503
  "AttributeNameList":{
502
504
  "type":"list",
@@ -556,8 +558,7 @@
556
558
  "member":{
557
559
  "shape":"Binary",
558
560
  "locationName":"BinaryListValue"
559
- },
560
- "flattened":true
561
+ }
561
562
  },
562
563
  "Boolean":{"type":"boolean"},
563
564
  "ChangeMessageVisibilityBatchRequest":{
@@ -866,10 +867,12 @@
866
867
  "BinaryValue":{"shape":"Binary"},
867
868
  "StringListValues":{
868
869
  "shape":"StringList",
870
+ "flattened":true,
869
871
  "locationName":"StringListValue"
870
872
  },
871
873
  "BinaryListValues":{
872
874
  "shape":"BinaryList",
875
+ "flattened":true,
873
876
  "locationName":"BinaryListValue"
874
877
  },
875
878
  "DataType":{"shape":"String"}
@@ -1129,8 +1132,7 @@
1129
1132
  "member":{
1130
1133
  "shape":"String",
1131
1134
  "locationName":"StringListValue"
1132
- },
1133
- "flattened":true
1135
+ }
1134
1136
  },
1135
1137
  "TooManyEntriesInBatchRequest":{
1136
1138
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.35'
2
+ VERSION = '2.1.36'
3
3
  end
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.1.35
4
+ version: 2.1.36
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: 2015-11-03 00:00:00.000000000 Z
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -423,7 +423,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
423
423
  version: '0'
424
424
  requirements: []
425
425
  rubyforge_project:
426
- rubygems_version: 2.4.5
426
+ rubygems_version: 2.4.6
427
427
  signing_key:
428
428
  specification_version: 4
429
429
  summary: AWS SDK for Ruby - Core