aws-sdk-core 2.7.9 → 2.7.10

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: f22365bb795ca2415d5ea1d894dbad2fcb0c3d10
4
- data.tar.gz: a0796a6231c6475c3d9bb685635bcd474f715cf1
3
+ metadata.gz: 15a4d8b51b6cf7d0f3e8484f18674f28d9736885
4
+ data.tar.gz: 26a8d9fc1ed2a445689b555fcf6d4b102fdd5aee
5
5
  SHA512:
6
- metadata.gz: a4b7dea1361e12a312d6916b698fa2e2af15ae07687a84fbcd968fc477721827d4f51916be3bfbaaf7be61b2e54f91329e3e5f764c5e9cbee9b8eb7675dea41d
7
- data.tar.gz: 8dc1ee50431194b9073839be1d939b94ef0f9b5ad6dbbfc10e73242208fc190a414b48ee5afe84d1698290e87da5bd3491c1646064692a9f1e18868c028f7911
6
+ metadata.gz: 38ea4880be7317c92c730449c935a5935dfa3ae37995ff7bbc355a716fda5da23df415e7bffc95b96d488502089b73bc8c40578614a8295015bfb0322dcc3428
7
+ data.tar.gz: a634a4632a972de3d4ac7b719df2374538879e994765ca448f85032be2110fc840a9cd0e2da5d11c463d6143c25496a667afb44aeb28257a3f82b7400de1e309
@@ -350,7 +350,11 @@
350
350
  "type":"structure",
351
351
  "members":{
352
352
  "ProviderName":{"shape":"CognitoIdentityProviderName"},
353
- "ClientId":{"shape":"CognitoIdentityProviderClientId"}
353
+ "ClientId":{"shape":"CognitoIdentityProviderClientId"},
354
+ "ServerSideTokenCheck":{
355
+ "shape":"CognitoIdentityProviderTokenCheck",
356
+ "box":true
357
+ }
354
358
  }
355
359
  },
356
360
  "CognitoIdentityProviderClientId":{
@@ -369,6 +373,7 @@
369
373
  "min":1,
370
374
  "pattern":"[\\w._:/-]+"
371
375
  },
376
+ "CognitoIdentityProviderTokenCheck":{"type":"boolean"},
372
377
  "ConcurrentModificationException":{
373
378
  "type":"structure",
374
379
  "members":{
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -1169,7 +1169,8 @@
1169
1169
  "required":["ResultToken"],
1170
1170
  "members":{
1171
1171
  "Evaluations":{"shape":"Evaluations"},
1172
- "ResultToken":{"shape":"String"}
1172
+ "ResultToken":{"shape":"String"},
1173
+ "TestMode":{"shape":"Boolean"}
1173
1174
  }
1174
1175
  },
1175
1176
  "PutEvaluationsResponse":{
@@ -2,4 +2,5 @@ Aws.add_service(:CognitoIdentity, {
2
2
  api: "#{Aws::API_DIR}/cognito-identity/2014-06-30/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/cognito-identity/2014-06-30/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/cognito-identity/2014-06-30/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cognito-identity/2014-06-30/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.7.9'
2
+ VERSION = '2.7.10'
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.7.9
4
+ version: 2.7.10
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-02-15 00:00:00.000000000 Z
11
+ date: 2017-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -122,6 +122,7 @@ files:
122
122
  - apis/codepipeline/2015-07-09/examples-1.json
123
123
  - apis/cognito-identity/2014-06-30/api-2.json
124
124
  - apis/cognito-identity/2014-06-30/examples-1.json
125
+ - apis/cognito-identity/2014-06-30/paginators-1.json
125
126
  - apis/cognito-idp/2016-04-18/api-2.json
126
127
  - apis/cognito-idp/2016-04-18/examples-1.json
127
128
  - apis/cognito-sync/2014-06-30/api-2.json