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 +4 -4
- data/apis/appsync/2017-07-25/api-2.json +40 -5
- data/apis/config/2014-11-12/api-2.json +8 -1
- 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: 63744da2e526075383fa08d8a70fff1508011361
|
4
|
+
data.tar.gz: bfeaaf6561e28ddb2a5a2bb41fc2ae18e143e51e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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":
|
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":{
|
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.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-
|
11
|
+
date: 2018-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|