aws-sdk-core 2.7.9 → 2.7.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15a4d8b51b6cf7d0f3e8484f18674f28d9736885
|
4
|
+
data.tar.gz: 26a8d9fc1ed2a445689b555fcf6d4b102fdd5aee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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":{
|
@@ -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
|
})
|
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.7.
|
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-
|
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
|