aws-sdk-core 2.11.555 → 2.11.556
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +504 -9
- data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
- data/apis/ec2/2016-11-15/api-2.json +2 -1
- data/apis/guardduty/2017-11-28/api-2.json +191 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
- data/apis/kafka/2018-11-14/api-2.json +65 -0
- data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
- data/apis/sesv2/2019-09-27/api-2.json +870 -16
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/endpoints.json +9 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -10,6 +10,11 @@
|
|
10
10
|
"output_token": "NextToken",
|
11
11
|
"limit_key": "PageSize"
|
12
12
|
},
|
13
|
+
"ListCustomVerificationEmailTemplates": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "PageSize"
|
17
|
+
},
|
13
18
|
"ListDedicatedIpPools": {
|
14
19
|
"input_token": "NextToken",
|
15
20
|
"output_token": "NextToken",
|
@@ -30,6 +35,11 @@
|
|
30
35
|
"output_token": "NextToken",
|
31
36
|
"limit_key": "PageSize"
|
32
37
|
},
|
38
|
+
"ListEmailTemplates": {
|
39
|
+
"input_token": "NextToken",
|
40
|
+
"output_token": "NextToken",
|
41
|
+
"limit_key": "PageSize"
|
42
|
+
},
|
33
43
|
"ListSuppressedDestinations": {
|
34
44
|
"input_token": "NextToken",
|
35
45
|
"output_token": "NextToken",
|
data/endpoints.json
CHANGED
@@ -783,6 +783,7 @@
|
|
783
783
|
"ca-central-1" : { },
|
784
784
|
"eu-central-1" : { },
|
785
785
|
"eu-north-1" : { },
|
786
|
+
"eu-south-1" : { },
|
786
787
|
"eu-west-1" : { },
|
787
788
|
"eu-west-2" : { },
|
788
789
|
"eu-west-3" : { },
|
@@ -1695,6 +1696,7 @@
|
|
1695
1696
|
},
|
1696
1697
|
"ds" : {
|
1697
1698
|
"endpoints" : {
|
1699
|
+
"af-south-1" : { },
|
1698
1700
|
"ap-east-1" : { },
|
1699
1701
|
"ap-northeast-1" : { },
|
1700
1702
|
"ap-northeast-2" : { },
|
@@ -1704,6 +1706,7 @@
|
|
1704
1706
|
"ca-central-1" : { },
|
1705
1707
|
"eu-central-1" : { },
|
1706
1708
|
"eu-north-1" : { },
|
1709
|
+
"eu-south-1" : { },
|
1707
1710
|
"eu-west-1" : { },
|
1708
1711
|
"eu-west-2" : { },
|
1709
1712
|
"eu-west-3" : { },
|
@@ -6107,6 +6110,12 @@
|
|
6107
6110
|
}
|
6108
6111
|
},
|
6109
6112
|
"services" : {
|
6113
|
+
"access-analyzer" : {
|
6114
|
+
"endpoints" : {
|
6115
|
+
"cn-north-1" : { },
|
6116
|
+
"cn-northwest-1" : { }
|
6117
|
+
}
|
6118
|
+
},
|
6110
6119
|
"acm" : {
|
6111
6120
|
"endpoints" : {
|
6112
6121
|
"cn-north-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.556
|
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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|