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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf8d6ef8c51122b393d454d653f83fdf55721e4b
4
- data.tar.gz: ae3b44ad5edbf7cfe70b8ded52566da23a93ee0d
3
+ metadata.gz: 1d408039479ee2173bac77f922ac1ce1007cfd4b
4
+ data.tar.gz: 3928100ee1501ec64d8c70a82fd56661dd10d5b6
5
5
  SHA512:
6
- metadata.gz: 65672e4ece565956fd6881c360ef13542b34ee8bc1ae19f77048523796bc70aeefac86906e885972de1b37a170a74b5439b4d4b08690300d3dbba6710c523b9d
7
- data.tar.gz: 6e679fe6c04d3dff60d2fbd4451c2e4ead25cc9337faf20311990293383aaaaa12b475e7abe7553cb3148dcb07e301cabc183c246cbc5cb321bfc64f5d9a742f
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":["ResourceArn"],
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":["ResourceArn"],
1047
+ "required":[
1048
+ "ResourceArn",
1049
+ "TagKeys"
1050
+ ],
1042
1051
  "members":{
1043
1052
  "ResourceArn":{"shape":"ARNString"},
1044
1053
  "TagKeys":{"shape":"IdentityPoolTagsListType"}
@@ -1546,6 +1546,7 @@
1546
1546
  "eu-west-1" : { },
1547
1547
  "eu-west-2" : { },
1548
1548
  "eu-west-3" : { },
1549
+ "me-south-1" : { },
1549
1550
  "sa-east-1" : { },
1550
1551
  "us-east-1" : { },
1551
1552
  "us-east-2" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.393'
2
+ VERSION = '2.11.394'
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.11.393
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-07 00:00:00.000000000 Z
11
+ date: 2019-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath