aws-sdk-core 2.11.554 → 2.11.555
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/ec2/2016-11-15/api-2.json +63 -1
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/ecr/2015-09-21/api-2.json +47 -9
- data/apis/firehose/2015-08-04/api-2.json +167 -2
- data/apis/guardduty/2017-11-28/api-2.json +272 -0
- data/apis/resource-groups/2017-11-27/api-2.json +244 -60
- data/endpoints.json +25 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
data/endpoints.json
CHANGED
@@ -4991,6 +4991,31 @@
|
|
4991
4991
|
"us-west-2" : { }
|
4992
4992
|
}
|
4993
4993
|
},
|
4994
|
+
"servicequotas" : {
|
4995
|
+
"defaults" : {
|
4996
|
+
"protocols" : [ "https" ]
|
4997
|
+
},
|
4998
|
+
"endpoints" : {
|
4999
|
+
"ap-east-1" : { },
|
5000
|
+
"ap-northeast-1" : { },
|
5001
|
+
"ap-northeast-2" : { },
|
5002
|
+
"ap-south-1" : { },
|
5003
|
+
"ap-southeast-1" : { },
|
5004
|
+
"ap-southeast-2" : { },
|
5005
|
+
"ca-central-1" : { },
|
5006
|
+
"eu-central-1" : { },
|
5007
|
+
"eu-north-1" : { },
|
5008
|
+
"eu-west-1" : { },
|
5009
|
+
"eu-west-2" : { },
|
5010
|
+
"eu-west-3" : { },
|
5011
|
+
"me-south-1" : { },
|
5012
|
+
"sa-east-1" : { },
|
5013
|
+
"us-east-1" : { },
|
5014
|
+
"us-east-2" : { },
|
5015
|
+
"us-west-1" : { },
|
5016
|
+
"us-west-2" : { }
|
5017
|
+
}
|
5018
|
+
},
|
4994
5019
|
"session.qldb" : {
|
4995
5020
|
"endpoints" : {
|
4996
5021
|
"ap-northeast-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.555
|
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-07-
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|