aws-sdk-core 2.11.591 → 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/amplify/2017-07-25/api-2.json +1 -1
- data/apis/application-autoscaling/2016-02-06/api-2.json +1 -0
- data/apis/backup/2018-11-15/api-2.json +45 -10
- data/apis/batch/2016-08-10/api-2.json +71 -3
- data/apis/ce/2017-10-25/api-2.json +506 -2
- data/apis/config/2014-11-12/api-2.json +5 -13
- data/apis/ec2/2016-11-15/api-2.json +32 -0
- data/apis/eks/2017-11-01/api-2.json +14 -0
- data/apis/frauddetector/2019-11-15/api-2.json +3 -3
- data/apis/quicksight/2018-04-01/api-2.json +18 -3
- data/apis/rds/2014-10-31/api-2.json +13 -1
- data/apis/savingsplans/2019-06-28/api-2.json +32 -2
- data/apis/schemas/2019-12-02/api-2.json +113 -0
- data/apis/sts/2011-06-15/api-2.json +4 -5
- data/apis/synthetics/2017-10-11/api-2.json +35 -17
- data/apis/textract/2018-06-27/api-2.json +18 -5
- 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/apis/transcribe/2017-10-26/api-2.json +12 -1
- data/apis/translate/2017-07-01/api-2.json +3 -1
- data/endpoints.json +5 -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
|
+
}
|
@@ -904,7 +904,10 @@
|
|
904
904
|
"mp3",
|
905
905
|
"mp4",
|
906
906
|
"wav",
|
907
|
-
"flac"
|
907
|
+
"flac",
|
908
|
+
"ogg",
|
909
|
+
"amr",
|
910
|
+
"webm"
|
908
911
|
]
|
909
912
|
},
|
910
913
|
"MediaSampleRateHertz":{
|
@@ -1008,6 +1011,12 @@
|
|
1008
1011
|
"max":64,
|
1009
1012
|
"pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"
|
1010
1013
|
},
|
1014
|
+
"OutputKey":{
|
1015
|
+
"type":"string",
|
1016
|
+
"max":1024,
|
1017
|
+
"min":1,
|
1018
|
+
"pattern":"[a-zA-Z0-9-_.!*'()/]{1,1024}$"
|
1019
|
+
},
|
1011
1020
|
"OutputLocationType":{
|
1012
1021
|
"type":"string",
|
1013
1022
|
"enum":[
|
@@ -1070,6 +1079,7 @@
|
|
1070
1079
|
"MediaFormat":{"shape":"MediaFormat"},
|
1071
1080
|
"Media":{"shape":"Media"},
|
1072
1081
|
"OutputBucketName":{"shape":"OutputBucketName"},
|
1082
|
+
"OutputKey":{"shape":"OutputKey"},
|
1073
1083
|
"OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
|
1074
1084
|
"Settings":{"shape":"MedicalTranscriptionSetting"},
|
1075
1085
|
"Specialty":{"shape":"Specialty"},
|
@@ -1095,6 +1105,7 @@
|
|
1095
1105
|
"MediaFormat":{"shape":"MediaFormat"},
|
1096
1106
|
"Media":{"shape":"Media"},
|
1097
1107
|
"OutputBucketName":{"shape":"OutputBucketName"},
|
1108
|
+
"OutputKey":{"shape":"OutputKey"},
|
1098
1109
|
"OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
|
1099
1110
|
"Settings":{"shape":"Settings"},
|
1100
1111
|
"ModelSettings":{"shape":"ModelSettings"},
|
@@ -23,6 +23,7 @@
|
|
23
23
|
"errors":[
|
24
24
|
{"shape":"ResourceNotFoundException"},
|
25
25
|
{"shape":"TooManyRequestsException"},
|
26
|
+
{"shape":"InvalidParameterValueException"},
|
26
27
|
{"shape":"InternalServerException"}
|
27
28
|
]
|
28
29
|
},
|
@@ -515,7 +516,8 @@
|
|
515
516
|
},
|
516
517
|
"TerminologyArn":{
|
517
518
|
"type":"string",
|
518
|
-
"
|
519
|
+
"max":512,
|
520
|
+
"min":1
|
519
521
|
},
|
520
522
|
"TerminologyData":{
|
521
523
|
"type":"structure",
|
data/endpoints.json
CHANGED
@@ -1081,6 +1081,7 @@
|
|
1081
1081
|
"ca-central-1" : { },
|
1082
1082
|
"eu-central-1" : { },
|
1083
1083
|
"eu-north-1" : { },
|
1084
|
+
"eu-south-1" : { },
|
1084
1085
|
"eu-west-1" : { },
|
1085
1086
|
"eu-west-2" : { },
|
1086
1087
|
"eu-west-3" : { },
|
@@ -2873,6 +2874,7 @@
|
|
2873
2874
|
},
|
2874
2875
|
"groundstation" : {
|
2875
2876
|
"endpoints" : {
|
2877
|
+
"af-south-1" : { },
|
2876
2878
|
"ap-southeast-2" : { },
|
2877
2879
|
"eu-north-1" : { },
|
2878
2880
|
"eu-west-1" : { },
|
@@ -2975,6 +2977,9 @@
|
|
2975
2977
|
},
|
2976
2978
|
"identitystore" : {
|
2977
2979
|
"endpoints" : {
|
2980
|
+
"ap-northeast-1" : { },
|
2981
|
+
"ap-northeast-2" : { },
|
2982
|
+
"ap-south-1" : { },
|
2978
2983
|
"ap-southeast-1" : { },
|
2979
2984
|
"ap-southeast-2" : { },
|
2980
2985
|
"ca-central-1" : { },
|
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
|