aws-sdk-core 2.11.41 → 2.11.42

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: 38f4ec6eda8c0c0f53e919ad5d5bb53261703be7
4
- data.tar.gz: 01440cd20d19beede0bcde2e59d4f3d8e9d54333
3
+ metadata.gz: 63744da2e526075383fa08d8a70fff1508011361
4
+ data.tar.gz: bfeaaf6561e28ddb2a5a2bb41fc2ae18e143e51e
5
5
  SHA512:
6
- metadata.gz: d1327361e176ae38dda368091b65fa8ab637d96c676baca2b607b1e60d686ae7cb0a5defd92df6b862044035fae174f1917b60b7139c41396b943b7c017baaa3
7
- data.tar.gz: 81093567ce824df7b80712695ea9d48e3231614aed13513a1231a9f61cec444dc3e7d44a18b3b8a073a3cdfbca53a8a519feb6b9223f9be1d21ee4cd181406bb
6
+ metadata.gz: a6b8cdab22ef99a07a08ed6cedc778ed6d509d3288ff2b627865ef215249c0df4901b64e908c696aa5e1f8b40d884fc8d736bccd227d8a3c80108f739406f435
7
+ data.tar.gz: 471673309283d2164f4ae720b2ba4238e49d6c9cc6b96ce899f46abc5bd0d9597978a78cb70a7fd4fea4a4b637de37db26054bdabf648d8c4a0be001c0972c35
@@ -61,7 +61,6 @@
61
61
  {"shape":"ConcurrentModificationException"},
62
62
  {"shape":"UnauthorizedException"},
63
63
  {"shape":"InternalFailureException"},
64
- {"shape":"LimitExceededException"},
65
64
  {"shape":"ApiLimitExceededException"}
66
65
  ]
67
66
  },
@@ -479,7 +478,8 @@
479
478
  "enum":[
480
479
  "API_KEY",
481
480
  "AWS_IAM",
482
- "AMAZON_COGNITO_USER_POOLS"
481
+ "AMAZON_COGNITO_USER_POOLS",
482
+ "OPENID_CONNECT"
483
483
  ]
484
484
  },
485
485
  "BadRequestException":{
@@ -555,8 +555,10 @@
555
555
  ],
556
556
  "members":{
557
557
  "name":{"shape":"String"},
558
+ "logConfig":{"shape":"LogConfig"},
558
559
  "authenticationType":{"shape":"AuthenticationType"},
559
- "userPoolConfig":{"shape":"UserPoolConfig"}
560
+ "userPoolConfig":{"shape":"UserPoolConfig"},
561
+ "openIDConnectConfig":{"shape":"OpenIDConnectConfig"}
560
562
  }
561
563
  },
562
564
  "CreateGraphqlApiResponse":{
@@ -795,6 +797,14 @@
795
797
  }
796
798
  },
797
799
  "ErrorMessage":{"type":"string"},
800
+ "FieldLogLevel":{
801
+ "type":"string",
802
+ "enum":[
803
+ "NONE",
804
+ "ERROR",
805
+ "ALL"
806
+ ]
807
+ },
798
808
  "GetDataSourceRequest":{
799
809
  "type":"structure",
800
810
  "required":[
@@ -957,7 +967,9 @@
957
967
  "name":{"shape":"ResourceName"},
958
968
  "apiId":{"shape":"String"},
959
969
  "authenticationType":{"shape":"AuthenticationType"},
970
+ "logConfig":{"shape":"LogConfig"},
960
971
  "userPoolConfig":{"shape":"UserPoolConfig"},
972
+ "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
961
973
  "arn":{"shape":"String"},
962
974
  "uris":{"shape":"MapOfStringToString"}
963
975
  }
@@ -1140,6 +1152,17 @@
1140
1152
  "nextToken":{"shape":"PaginationToken"}
1141
1153
  }
1142
1154
  },
1155
+ "LogConfig":{
1156
+ "type":"structure",
1157
+ "required":[
1158
+ "fieldLogLevel",
1159
+ "cloudWatchLogsRoleArn"
1160
+ ],
1161
+ "members":{
1162
+ "fieldLogLevel":{"shape":"FieldLogLevel"},
1163
+ "cloudWatchLogsRoleArn":{"shape":"String"}
1164
+ }
1165
+ },
1143
1166
  "Long":{"type":"long"},
1144
1167
  "MapOfStringToString":{
1145
1168
  "type":"map",
@@ -1149,7 +1172,7 @@
1149
1172
  "MappingTemplate":{
1150
1173
  "type":"string",
1151
1174
  "max":65536,
1152
- "min":0
1175
+ "min":1
1153
1176
  },
1154
1177
  "MaxResults":{
1155
1178
  "type":"integer",
@@ -1164,6 +1187,16 @@
1164
1187
  "error":{"httpStatusCode":404},
1165
1188
  "exception":true
1166
1189
  },
1190
+ "OpenIDConnectConfig":{
1191
+ "type":"structure",
1192
+ "required":["issuer"],
1193
+ "members":{
1194
+ "issuer":{"shape":"String"},
1195
+ "clientId":{"shape":"String"},
1196
+ "iatTTL":{"shape":"Long"},
1197
+ "authTTL":{"shape":"Long"}
1198
+ }
1199
+ },
1167
1200
  "OutputType":{
1168
1201
  "type":"string",
1169
1202
  "enum":[
@@ -1325,8 +1358,10 @@
1325
1358
  "locationName":"apiId"
1326
1359
  },
1327
1360
  "name":{"shape":"String"},
1361
+ "logConfig":{"shape":"LogConfig"},
1328
1362
  "authenticationType":{"shape":"AuthenticationType"},
1329
- "userPoolConfig":{"shape":"UserPoolConfig"}
1363
+ "userPoolConfig":{"shape":"UserPoolConfig"},
1364
+ "openIDConnectConfig":{"shape":"OpenIDConnectConfig"}
1330
1365
  }
1331
1366
  },
1332
1367
  "UpdateGraphqlApiResponse":{
@@ -2007,7 +2007,14 @@
2007
2007
  "AWS::WAFRegional::Rule",
2008
2008
  "AWS::WAFRegional::WebACL",
2009
2009
  "AWS::CloudFront::Distribution",
2010
- "AWS::CloudFront::StreamingDistribution"
2010
+ "AWS::CloudFront::StreamingDistribution",
2011
+ "AWS::WAF::RuleGroup",
2012
+ "AWS::WAFRegional::RuleGroup",
2013
+ "AWS::Lambda::Function",
2014
+ "AWS::ElasticBeanstalk::Application",
2015
+ "AWS::ElasticBeanstalk::ApplicationVersion",
2016
+ "AWS::ElasticBeanstalk::Environment",
2017
+ "AWS::ElasticLoadBalancing::LoadBalancer"
2011
2018
  ]
2012
2019
  },
2013
2020
  "ResourceTypeList":{
@@ -2034,6 +2034,7 @@
2034
2034
  "ap-northeast-2" : { },
2035
2035
  "ap-southeast-1" : { },
2036
2036
  "ap-southeast-2" : { },
2037
+ "ca-central-1" : { },
2037
2038
  "eu-central-1" : { },
2038
2039
  "eu-west-1" : { },
2039
2040
  "eu-west-2" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.41'
2
+ VERSION = '2.11.42'
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.41
4
+ version: 2.11.42
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: 2018-05-02 00:00:00.000000000 Z
11
+ date: 2018-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath