aws-sdk-core 2.11.631 → 2.11.632
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/appmesh/2019-01-25/api-2.json +6 -2
- data/apis/chime/2018-05-01/api-2.json +2527 -123
- data/apis/chime/2018-05-01/paginators-1.json +60 -0
- data/apis/cloudhsmv2/2017-04-28/api-2.json +101 -5
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +146 -9
- data/apis/cognito-identity/2014-06-30/api-2.json +12 -5
- data/apis/cognito-identity/2014-06-30/paginators-1.json +7 -1
- data/apis/cognito-identity/2014-06-30/smoke.json +20 -0
- data/apis/connect/2017-08-08/api-2.json +1298 -63
- data/apis/connect/2017-08-08/paginators-1.json +42 -0
- data/apis/kafka/2018-11-14/api-2.json +2 -1
- data/apis/macie2/2020-01-01/api-2.json +41 -0
- data/apis/s3/2006-03-01/api-2.json +2 -37
- data/apis/s3/2006-03-01/examples-1.json +103 -103
- data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +1 -1
- data/endpoints.json +23 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
data/endpoints.json
CHANGED
@@ -1800,6 +1800,12 @@
|
|
1800
1800
|
},
|
1801
1801
|
"hostname" : "rds.eu-west-3.amazonaws.com"
|
1802
1802
|
},
|
1803
|
+
"sa-east-1" : {
|
1804
|
+
"credentialScope" : {
|
1805
|
+
"region" : "sa-east-1"
|
1806
|
+
},
|
1807
|
+
"hostname" : "rds.sa-east-1.amazonaws.com"
|
1808
|
+
},
|
1803
1809
|
"us-east-1" : {
|
1804
1810
|
"credentialScope" : {
|
1805
1811
|
"region" : "us-east-1"
|
@@ -8017,12 +8023,24 @@
|
|
8017
8023
|
"protocols" : [ "https" ]
|
8018
8024
|
},
|
8019
8025
|
"endpoints" : {
|
8026
|
+
"dataplane-us-gov-east-1" : {
|
8027
|
+
"credentialScope" : {
|
8028
|
+
"region" : "us-gov-east-1"
|
8029
|
+
},
|
8030
|
+
"hostname" : "greengrass-ats.iot.us-gov-east-1.amazonaws.com"
|
8031
|
+
},
|
8020
8032
|
"dataplane-us-gov-west-1" : {
|
8021
8033
|
"credentialScope" : {
|
8022
8034
|
"region" : "us-gov-west-1"
|
8023
8035
|
},
|
8024
8036
|
"hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com"
|
8025
8037
|
},
|
8038
|
+
"fips-us-gov-east-1" : {
|
8039
|
+
"credentialScope" : {
|
8040
|
+
"region" : "us-gov-east-1"
|
8041
|
+
},
|
8042
|
+
"hostname" : "greengrass-fips.us-gov-east-1.amazonaws.com"
|
8043
|
+
},
|
8026
8044
|
"us-gov-east-1" : { },
|
8027
8045
|
"us-gov-west-1" : {
|
8028
8046
|
"credentialScope" : {
|
@@ -9239,6 +9257,11 @@
|
|
9239
9257
|
"us-isob-east-1" : { }
|
9240
9258
|
}
|
9241
9259
|
},
|
9260
|
+
"codedeploy" : {
|
9261
|
+
"endpoints" : {
|
9262
|
+
"us-isob-east-1" : { }
|
9263
|
+
}
|
9264
|
+
},
|
9242
9265
|
"config" : {
|
9243
9266
|
"endpoints" : {
|
9244
9267
|
"us-isob-east-1" : { }
|
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.632
|
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: 2020-11-
|
11
|
+
date: 2020-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -259,6 +259,7 @@ files:
|
|
259
259
|
- apis/cognito-identity/2014-06-30/api-2.json
|
260
260
|
- apis/cognito-identity/2014-06-30/examples-1.json
|
261
261
|
- apis/cognito-identity/2014-06-30/paginators-1.json
|
262
|
+
- apis/cognito-identity/2014-06-30/smoke.json
|
262
263
|
- apis/cognito-idp/2016-04-18/api-2.json
|
263
264
|
- apis/cognito-idp/2016-04-18/examples-1.json
|
264
265
|
- apis/cognito-idp/2016-04-18/paginators-1.json
|