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.
@@ -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",
@@ -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" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.555'
2
+ VERSION = '2.11.556'
3
3
  end
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.555
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-29 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath