aws-sdk-core 2.11.595 → 2.11.596

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,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListDatabases": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListTables": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -2977,6 +2977,9 @@
2977
2977
  },
2978
2978
  "identitystore" : {
2979
2979
  "endpoints" : {
2980
+ "ap-northeast-1" : { },
2981
+ "ap-northeast-2" : { },
2982
+ "ap-south-1" : { },
2980
2983
  "ap-southeast-1" : { },
2981
2984
  "ap-southeast-2" : { },
2982
2985
  "ca-central-1" : { },
@@ -242,6 +242,8 @@ module Aws
242
242
  Support
243
243
  Synthetics
244
244
  Textract
245
+ TimestreamQuery
246
+ TimestreamWrite
245
247
  TranscribeService
246
248
  Transfer
247
249
  Translate
@@ -16,6 +16,7 @@ module Aws
16
16
  def load(klass_or_module)
17
17
  @loaded << klass_or_module
18
18
  klass_or_module.constants.each do |const_name|
19
+ next if const_name == :Tms
19
20
  path = klass_or_module.autoload?(const_name)
20
21
  begin
21
22
  require(path) if path
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:TimestreamQuery, {
2
+ api: "#{Aws::API_DIR}/timestream-query/2018-11-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/timestream-query/2018-11-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/timestream-query/2018-11-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/timestream-query/2018-11-01/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:TimestreamWrite, {
2
+ api: "#{Aws::API_DIR}/timestream-write/2018-11-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/timestream-write/2018-11-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/timestream-write/2018-11-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/timestream-write/2018-11-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.595'
2
+ VERSION = '2.11.596'
3
3
  end
@@ -874,6 +874,14 @@
874
874
  "models": "textract/2018-06-27",
875
875
  "endpoint": "textract"
876
876
  },
877
+ "TimestreamQuery": {
878
+ "models": "timestream-query/2018-11-01",
879
+ "endpoint": "query.timestream"
880
+ },
881
+ "TimestreamWrite": {
882
+ "models": "timestream-write/2018-11-01",
883
+ "endpoint": "ingest.timestream"
884
+ },
877
885
  "TranscribeService": {
878
886
  "models": "transcribe/2017-10-26",
879
887
  "endpoint": "transcribe"
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.595
4
+ version: 2.11.596
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-09-28 00:00:00.000000000 Z
11
+ date: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -898,6 +898,12 @@ files:
898
898
  - apis/textract/2018-06-27/api-2.json
899
899
  - apis/textract/2018-06-27/examples-1.json
900
900
  - apis/textract/2018-06-27/paginators-1.json
901
+ - apis/timestream-query/2018-11-01/api-2.json
902
+ - apis/timestream-query/2018-11-01/examples-1.json
903
+ - apis/timestream-query/2018-11-01/paginators-1.json
904
+ - apis/timestream-write/2018-11-01/api-2.json
905
+ - apis/timestream-write/2018-11-01/examples-1.json
906
+ - apis/timestream-write/2018-11-01/paginators-1.json
901
907
  - apis/transcribe-streaming/2017-10-26/api-2.json
902
908
  - apis/transcribe-streaming/2017-10-26/examples-1.json
903
909
  - apis/transcribe-streaming/2017-10-26/paginators-1.json
@@ -1313,6 +1319,8 @@ files:
1313
1319
  - lib/aws-sdk-core/swf.rb
1314
1320
  - lib/aws-sdk-core/synthetics.rb
1315
1321
  - lib/aws-sdk-core/textract.rb
1322
+ - lib/aws-sdk-core/timestreamquery.rb
1323
+ - lib/aws-sdk-core/timestreamwrite.rb
1316
1324
  - lib/aws-sdk-core/transcribeservice.rb
1317
1325
  - lib/aws-sdk-core/transfer.rb
1318
1326
  - lib/aws-sdk-core/translate.rb