aws-sdk-core 2.11.396 → 2.11.397

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "GetDedicatedIps": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "PageSize"
7
+ },
8
+ "ListConfigurationSets": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "PageSize"
12
+ },
13
+ "ListDedicatedIpPools": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "PageSize"
17
+ },
18
+ "ListDeliverabilityTestReports": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "PageSize"
22
+ },
23
+ "ListDomainDeliverabilityCampaigns": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "PageSize"
27
+ },
28
+ "ListEmailIdentities": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "PageSize"
32
+ }
33
+ }
34
+ }
data/endpoints.json CHANGED
@@ -1002,6 +1002,21 @@
1002
1002
  "us-west-2" : { }
1003
1003
  }
1004
1004
  },
1005
+ "dataexchange" : {
1006
+ "endpoints" : {
1007
+ "ap-northeast-1" : { },
1008
+ "ap-northeast-2" : { },
1009
+ "ap-southeast-1" : { },
1010
+ "ap-southeast-2" : { },
1011
+ "eu-central-1" : { },
1012
+ "eu-west-1" : { },
1013
+ "eu-west-2" : { },
1014
+ "us-east-1" : { },
1015
+ "us-east-2" : { },
1016
+ "us-west-1" : { },
1017
+ "us-west-2" : { }
1018
+ }
1019
+ },
1005
1020
  "datapipeline" : {
1006
1021
  "endpoints" : {
1007
1022
  "ap-northeast-1" : { },
data/lib/aws-sdk-core.rb CHANGED
@@ -72,6 +72,7 @@ module Aws
72
72
  CostandUsageReportService
73
73
  DAX
74
74
  DLM
75
+ DataExchange
75
76
  DataPipeline
76
77
  DataSync
77
78
  DatabaseMigrationService
@@ -184,6 +185,7 @@ module Aws
184
185
  S3
185
186
  S3Control
186
187
  SES
188
+ SESV2
187
189
  SMS
188
190
  SNS
189
191
  SQS
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:CloudSearch, {
2
2
  api: "#{Aws::API_DIR}/cloudsearch/2013-01-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/cloudsearch/2013-01-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudsearch/2013-01-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/cloudsearch/2013-01-01/paginators-1.json",
5
6
  })
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:DataExchange, {
2
+ api: "#{Aws::API_DIR}/dataexchange/2017-07-25/api-2.json",
3
+ docs: "#{Aws::API_DIR}/dataexchange/2017-07-25/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/dataexchange/2017-07-25/paginators-1.json",
5
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SESV2, {
2
+ api: "#{Aws::API_DIR}/sesv2/2019-09-27/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sesv2/2019-09-27/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sesv2/2019-09-27/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sesv2/2019-09-27/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.396'
2
+ VERSION = '2.11.397'
3
3
  end
data/service-models.json CHANGED
@@ -194,6 +194,10 @@
194
194
  "models": "dlm/2018-01-12",
195
195
  "endpoint": "dlm"
196
196
  },
197
+ "DataExchange": {
198
+ "models": "dataexchange/2017-07-25",
199
+ "endpoint": "dataexchange"
200
+ },
197
201
  "DataPipeline": {
198
202
  "models": "datapipeline/2012-10-29",
199
203
  "endpoint": "datapipeline"
@@ -642,6 +646,10 @@
642
646
  "models": "email/2010-12-01",
643
647
  "endpoint": "email"
644
648
  },
649
+ "SESV2": {
650
+ "models": "sesv2/2019-09-27",
651
+ "endpoint": "email"
652
+ },
645
653
  "SMS": {
646
654
  "models": "sms/2016-10-24",
647
655
  "endpoint": "sms"
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.396
4
+ version: 2.11.397
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: 2019-11-12 00:00:00.000000000 Z
11
+ date: 2019-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -193,7 +193,9 @@ files:
193
193
  - apis/cloudhsmv2/2017-04-28/paginators-1.json
194
194
  - apis/cloudhsmv2/2017-04-28/smoke.json
195
195
  - apis/cloudsearch/2013-01-01/api-2.json
196
+ - apis/cloudsearch/2013-01-01/examples-1.json
196
197
  - apis/cloudsearch/2013-01-01/paginators-1.json
198
+ - apis/cloudsearch/2013-01-01/smoke.json
197
199
  - apis/cloudsearchdomain/2013-01-01/api-2.json
198
200
  - apis/cloudsearchdomain/2013-01-01/examples-1.json
199
201
  - apis/cloudtrail/2013-11-01/api-2.json
@@ -249,6 +251,8 @@ files:
249
251
  - apis/cur/2017-01-06/examples-1.json
250
252
  - apis/cur/2017-01-06/paginators-1.json
251
253
  - apis/cur/2017-01-06/smoke.json
254
+ - apis/dataexchange/2017-07-25/api-2.json
255
+ - apis/dataexchange/2017-07-25/paginators-1.json
252
256
  - apis/datapipeline/2012-10-29/api-2.json
253
257
  - apis/datapipeline/2012-10-29/paginators-1.json
254
258
  - apis/datasync/2018-11-09/api-2.json
@@ -728,6 +732,9 @@ files:
728
732
  - apis/servicediscovery/2017-03-14/api-2.json
729
733
  - apis/servicediscovery/2017-03-14/examples-1.json
730
734
  - apis/servicediscovery/2017-03-14/paginators-1.json
735
+ - apis/sesv2/2019-09-27/api-2.json
736
+ - apis/sesv2/2019-09-27/examples-1.json
737
+ - apis/sesv2/2019-09-27/paginators-1.json
731
738
  - apis/shield/2016-06-02/api-2.json
732
739
  - apis/shield/2016-06-02/examples-1.json
733
740
  - apis/shield/2016-06-02/paginators-1.json
@@ -904,6 +911,7 @@ files:
904
911
  - lib/aws-sdk-core/credential_provider_chain.rb
905
912
  - lib/aws-sdk-core/credentials.rb
906
913
  - lib/aws-sdk-core/databasemigrationservice.rb
914
+ - lib/aws-sdk-core/dataexchange.rb
907
915
  - lib/aws-sdk-core/datapipeline.rb
908
916
  - lib/aws-sdk-core/datasync.rb
909
917
  - lib/aws-sdk-core/dax.rb
@@ -1132,6 +1140,7 @@ files:
1132
1140
  - lib/aws-sdk-core/servicediscovery.rb
1133
1141
  - lib/aws-sdk-core/servicequotas.rb
1134
1142
  - lib/aws-sdk-core/ses.rb
1143
+ - lib/aws-sdk-core/sesv2.rb
1135
1144
  - lib/aws-sdk-core/shared_config.rb
1136
1145
  - lib/aws-sdk-core/shared_credentials.rb
1137
1146
  - lib/aws-sdk-core/shield.rb