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.
- checksums.yaml +4 -4
- data/apis/schemas/2019-12-02/api-2.json +113 -0
- data/apis/timestream-query/2018-11-01/api-2.json +299 -0
- data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
- data/apis/timestream-write/2018-11-01/api-2.json +775 -0
- data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
- data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
- data/endpoints.json +3 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/eager_loader.rb +1 -0
- data/lib/aws-sdk-core/timestreamquery.rb +6 -0
- data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
|
@@ -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
|
+
}
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core.rb
CHANGED
|
@@ -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
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|