aws-sdk-core 2.11.393 → 2.11.394
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cognito-identity/2014-06-30/api-2.json +12 -3
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d408039479ee2173bac77f922ac1ce1007cfd4b
|
4
|
+
data.tar.gz: 3928100ee1501ec64d8c70a82fd56661dd10d5b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a955a52186cb03a9b6e02fc79b826f4c8cd7f90e38b14a6633b4b5d22c1c415c4e3ef1a49707a92c7008c7f8afd796c38ceb448478ab10bc75b18a733b1bbb2
|
7
|
+
data.tar.gz: 0fe472ab13c03b307d661da6fbf43facf1049ce4ebe6be2221f768f3035e313ad16225a7e2d4b27f34e458c1d923028325f98e7413149f0550a7b6154e5e3f46
|
@@ -396,6 +396,7 @@
|
|
396
396
|
"max":128,
|
397
397
|
"min":1
|
398
398
|
},
|
399
|
+
"ClassicFlow":{"type":"boolean"},
|
399
400
|
"CognitoIdentityProvider":{
|
400
401
|
"type":"structure",
|
401
402
|
"members":{
|
@@ -440,6 +441,7 @@
|
|
440
441
|
"members":{
|
441
442
|
"IdentityPoolName":{"shape":"IdentityPoolName"},
|
442
443
|
"AllowUnauthenticatedIdentities":{"shape":"IdentityPoolUnauthenticated"},
|
444
|
+
"AllowClassicFlow":{"shape":"ClassicFlow"},
|
443
445
|
"SupportedLoginProviders":{"shape":"IdentityProviders"},
|
444
446
|
"DeveloperProviderName":{"shape":"DeveloperProviderName"},
|
445
447
|
"OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"},
|
@@ -646,6 +648,7 @@
|
|
646
648
|
"IdentityPoolId":{"shape":"IdentityPoolId"},
|
647
649
|
"IdentityPoolName":{"shape":"IdentityPoolName"},
|
648
650
|
"AllowUnauthenticatedIdentities":{"shape":"IdentityPoolUnauthenticated"},
|
651
|
+
"AllowClassicFlow":{"shape":"ClassicFlow"},
|
649
652
|
"SupportedLoginProviders":{"shape":"IdentityProviders"},
|
650
653
|
"DeveloperProviderName":{"shape":"DeveloperProviderName"},
|
651
654
|
"OpenIdConnectProviderARNs":{"shape":"OIDCProviderList"},
|
@@ -664,7 +667,7 @@
|
|
664
667
|
"type":"string",
|
665
668
|
"max":128,
|
666
669
|
"min":1,
|
667
|
-
"pattern":"[\\w
|
670
|
+
"pattern":"[\\w\\s+=,.@-]+"
|
668
671
|
},
|
669
672
|
"IdentityPoolShortDescription":{
|
670
673
|
"type":"structure",
|
@@ -968,7 +971,10 @@
|
|
968
971
|
},
|
969
972
|
"TagResourceInput":{
|
970
973
|
"type":"structure",
|
971
|
-
"required":[
|
974
|
+
"required":[
|
975
|
+
"ResourceArn",
|
976
|
+
"Tags"
|
977
|
+
],
|
972
978
|
"members":{
|
973
979
|
"ResourceArn":{"shape":"ARNString"},
|
974
980
|
"Tags":{"shape":"IdentityPoolTagsType"}
|
@@ -1038,7 +1044,10 @@
|
|
1038
1044
|
},
|
1039
1045
|
"UntagResourceInput":{
|
1040
1046
|
"type":"structure",
|
1041
|
-
"required":[
|
1047
|
+
"required":[
|
1048
|
+
"ResourceArn",
|
1049
|
+
"TagKeys"
|
1050
|
+
],
|
1042
1051
|
"members":{
|
1043
1052
|
"ResourceArn":{"shape":"ARNString"},
|
1044
1053
|
"TagKeys":{"shape":"IdentityPoolTagsListType"}
|
data/endpoints.json
CHANGED
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.11.
|
4
|
+
version: 2.11.394
|
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: 2019-11-
|
11
|
+
date: 2019-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|