aws-sdk-core 2.9.27 → 2.9.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/codedeploy/2014-10-06/api-2.json +57 -2
- data/apis/cognito-idp/2016-04-18/api-2.json +531 -9
- data/apis/cognito-idp/2016-04-18/paginators-1.json +4 -0
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +8 -3
- data/apis/email/2010-12-01/examples-1.json +1 -1
- data/apis/lex-models/2017-04-19/examples-1.json +753 -0
- data/endpoints.json +26 -1
- data/lib/aws-sdk-core/cognitoidentityprovider.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
data/endpoints.json
CHANGED
|
@@ -127,6 +127,13 @@
|
|
|
127
127
|
"us-west-2" : { }
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
+
"athena" : {
|
|
131
|
+
"endpoints" : {
|
|
132
|
+
"us-east-1" : { },
|
|
133
|
+
"us-east-2" : { },
|
|
134
|
+
"us-west-2" : { }
|
|
135
|
+
}
|
|
136
|
+
},
|
|
130
137
|
"autoscaling" : {
|
|
131
138
|
"defaults" : {
|
|
132
139
|
"protocols" : [ "http", "https" ]
|
|
@@ -150,7 +157,9 @@
|
|
|
150
157
|
},
|
|
151
158
|
"batch" : {
|
|
152
159
|
"endpoints" : {
|
|
153
|
-
"
|
|
160
|
+
"eu-west-1" : { },
|
|
161
|
+
"us-east-1" : { },
|
|
162
|
+
"us-west-2" : { }
|
|
154
163
|
}
|
|
155
164
|
},
|
|
156
165
|
"budgets" : {
|
|
@@ -267,6 +276,10 @@
|
|
|
267
276
|
},
|
|
268
277
|
"codecommit" : {
|
|
269
278
|
"endpoints" : {
|
|
279
|
+
"ap-northeast-1" : { },
|
|
280
|
+
"ap-southeast-1" : { },
|
|
281
|
+
"ap-southeast-2" : { },
|
|
282
|
+
"eu-central-1" : { },
|
|
270
283
|
"eu-west-1" : { },
|
|
271
284
|
"us-east-1" : { },
|
|
272
285
|
"us-east-2" : { },
|
|
@@ -862,6 +875,10 @@
|
|
|
862
875
|
},
|
|
863
876
|
"lightsail" : {
|
|
864
877
|
"endpoints" : {
|
|
878
|
+
"ap-northeast-1" : { },
|
|
879
|
+
"ap-south-1" : { },
|
|
880
|
+
"ap-southeast-1" : { },
|
|
881
|
+
"ap-southeast-2" : { },
|
|
865
882
|
"eu-central-1" : { },
|
|
866
883
|
"eu-west-1" : { },
|
|
867
884
|
"eu-west-2" : { },
|
|
@@ -1259,10 +1276,13 @@
|
|
|
1259
1276
|
"endpoints" : {
|
|
1260
1277
|
"ap-northeast-1" : { },
|
|
1261
1278
|
"ap-northeast-2" : { },
|
|
1279
|
+
"ap-south-1" : { },
|
|
1262
1280
|
"ap-southeast-1" : { },
|
|
1263
1281
|
"ap-southeast-2" : { },
|
|
1282
|
+
"ca-central-1" : { },
|
|
1264
1283
|
"eu-central-1" : { },
|
|
1265
1284
|
"eu-west-1" : { },
|
|
1285
|
+
"eu-west-2" : { },
|
|
1266
1286
|
"sa-east-1" : { },
|
|
1267
1287
|
"us-east-1" : { },
|
|
1268
1288
|
"us-east-2" : { },
|
|
@@ -1725,6 +1745,11 @@
|
|
|
1725
1745
|
"us-gov-west-1" : { }
|
|
1726
1746
|
}
|
|
1727
1747
|
},
|
|
1748
|
+
"codedeploy" : {
|
|
1749
|
+
"endpoints" : {
|
|
1750
|
+
"us-gov-west-1" : { }
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1728
1753
|
"config" : {
|
|
1729
1754
|
"endpoints" : {
|
|
1730
1755
|
"us-gov-west-1" : { }
|
|
@@ -2,4 +2,5 @@ Aws.add_service(:CognitoIdentityProvider, {
|
|
|
2
2
|
api: "#{Aws::API_DIR}/cognito-idp/2016-04-18/api-2.json",
|
|
3
3
|
docs: "#{Aws::API_DIR}/cognito-idp/2016-04-18/docs-2.json",
|
|
4
4
|
examples: "#{Aws::API_DIR}/cognito-idp/2016-04-18/examples-1.json",
|
|
5
|
+
paginators: "#{Aws::API_DIR}/cognito-idp/2016-04-18/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.9.
|
|
4
|
+
version: 2.9.28
|
|
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-
|
|
11
|
+
date: 2017-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -138,6 +138,7 @@ files:
|
|
|
138
138
|
- apis/cognito-identity/2014-06-30/paginators-1.json
|
|
139
139
|
- apis/cognito-idp/2016-04-18/api-2.json
|
|
140
140
|
- apis/cognito-idp/2016-04-18/examples-1.json
|
|
141
|
+
- apis/cognito-idp/2016-04-18/paginators-1.json
|
|
141
142
|
- apis/cognito-sync/2014-06-30/api-2.json
|
|
142
143
|
- apis/config/2014-11-12/api-2.json
|
|
143
144
|
- apis/config/2014-11-12/examples-1.json
|