aws-sdk-core 2.11.591 → 2.11.596

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +1 -1
  3. data/apis/application-autoscaling/2016-02-06/api-2.json +1 -0
  4. data/apis/backup/2018-11-15/api-2.json +45 -10
  5. data/apis/batch/2016-08-10/api-2.json +71 -3
  6. data/apis/ce/2017-10-25/api-2.json +506 -2
  7. data/apis/config/2014-11-12/api-2.json +5 -13
  8. data/apis/ec2/2016-11-15/api-2.json +32 -0
  9. data/apis/eks/2017-11-01/api-2.json +14 -0
  10. data/apis/frauddetector/2019-11-15/api-2.json +3 -3
  11. data/apis/quicksight/2018-04-01/api-2.json +18 -3
  12. data/apis/rds/2014-10-31/api-2.json +13 -1
  13. data/apis/savingsplans/2019-06-28/api-2.json +32 -2
  14. data/apis/schemas/2019-12-02/api-2.json +113 -0
  15. data/apis/sts/2011-06-15/api-2.json +4 -5
  16. data/apis/synthetics/2017-10-11/api-2.json +35 -17
  17. data/apis/textract/2018-06-27/api-2.json +18 -5
  18. data/apis/timestream-query/2018-11-01/api-2.json +299 -0
  19. data/apis/timestream-query/2018-11-01/examples-1.json +5 -0
  20. data/apis/timestream-query/2018-11-01/paginators-1.json +14 -0
  21. data/apis/timestream-write/2018-11-01/api-2.json +775 -0
  22. data/apis/timestream-write/2018-11-01/examples-1.json +5 -0
  23. data/apis/timestream-write/2018-11-01/paginators-1.json +14 -0
  24. data/apis/transcribe/2017-10-26/api-2.json +12 -1
  25. data/apis/translate/2017-07-01/api-2.json +3 -1
  26. data/endpoints.json +5 -0
  27. data/lib/aws-sdk-core.rb +2 -0
  28. data/lib/aws-sdk-core/eager_loader.rb +1 -0
  29. data/lib/aws-sdk-core/timestreamquery.rb +6 -0
  30. data/lib/aws-sdk-core/timestreamwrite.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +8 -0
  33. metadata +10 -2
@@ -27,7 +27,8 @@
27
27
  "errors":[
28
28
  {"shape":"MalformedPolicyDocumentException"},
29
29
  {"shape":"PackedPolicyTooLargeException"},
30
- {"shape":"RegionDisabledException"}
30
+ {"shape":"RegionDisabledException"},
31
+ {"shape":"ExpiredTokenException"}
31
32
  ]
32
33
  },
33
34
  "AssumeRoleWithSAML":{
@@ -445,8 +446,7 @@
445
446
  "SAMLAssertionType":{
446
447
  "type":"string",
447
448
  "max":100000,
448
- "min":4,
449
- "sensitive":true
449
+ "min":4
450
450
  },
451
451
  "Subject":{"type":"string"},
452
452
  "SubjectType":{"type":"string"},
@@ -484,8 +484,7 @@
484
484
  "clientTokenType":{
485
485
  "type":"string",
486
486
  "max":2048,
487
- "min":4,
488
- "sensitive":true
487
+ "min":4
489
488
  },
490
489
  "dateType":{"type":"timestamp"},
491
490
  "decodedMessageType":{"type":"string"},
@@ -196,10 +196,6 @@
196
196
  }
197
197
  },
198
198
  "shapes":{
199
- "Arn":{
200
- "type":"string",
201
- "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
202
- },
203
199
  "Blob":{
204
200
  "type":"blob",
205
201
  "max":10000000,
@@ -219,7 +215,7 @@
219
215
  "Id":{"shape":"UUID"},
220
216
  "Name":{"shape":"CanaryName"},
221
217
  "Code":{"shape":"CanaryCodeOutput"},
222
- "ExecutionRoleArn":{"shape":"Arn"},
218
+ "ExecutionRoleArn":{"shape":"RoleArn"},
223
219
  "Schedule":{"shape":"CanaryScheduleOutput"},
224
220
  "RunConfig":{"shape":"CanaryRunConfigOutput"},
225
221
  "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
@@ -227,12 +223,18 @@
227
223
  "Status":{"shape":"CanaryStatus"},
228
224
  "Timeline":{"shape":"CanaryTimeline"},
229
225
  "ArtifactS3Location":{"shape":"String"},
230
- "EngineArn":{"shape":"Arn"},
226
+ "EngineArn":{"shape":"FunctionArn"},
231
227
  "RuntimeVersion":{"shape":"String"},
232
228
  "VpcConfig":{"shape":"VpcConfigOutput"},
233
229
  "Tags":{"shape":"TagMap"}
234
230
  }
235
231
  },
232
+ "CanaryArn":{
233
+ "type":"string",
234
+ "max":2048,
235
+ "min":1,
236
+ "pattern":"arn:(aws[a-zA-Z-]*)?:synthetics:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:canary:[0-9a-z_\\-]{1,21}"
237
+ },
236
238
  "CanaryCodeInput":{
237
239
  "type":"structure",
238
240
  "required":["Handler"],
@@ -267,6 +269,7 @@
267
269
  "CanaryRun":{
268
270
  "type":"structure",
269
271
  "members":{
272
+ "Id":{"shape":"UUID"},
270
273
  "Name":{"shape":"CanaryName"},
271
274
  "Status":{"shape":"CanaryRunStatus"},
272
275
  "Timeline":{"shape":"CanaryRunTimeline"},
@@ -275,17 +278,18 @@
275
278
  },
276
279
  "CanaryRunConfigInput":{
277
280
  "type":"structure",
278
- "required":["TimeoutInSeconds"],
279
281
  "members":{
280
282
  "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
281
- "MemoryInMB":{"shape":"MaxSize3008"}
283
+ "MemoryInMB":{"shape":"MaxSize3008"},
284
+ "ActiveTracing":{"shape":"NullableBoolean"}
282
285
  }
283
286
  },
284
287
  "CanaryRunConfigOutput":{
285
288
  "type":"structure",
286
289
  "members":{
287
290
  "TimeoutInSeconds":{"shape":"MaxFifteenMinutesInSeconds"},
288
- "MemoryInMB":{"shape":"MaxSize3008"}
291
+ "MemoryInMB":{"shape":"MaxSize3008"},
292
+ "ActiveTracing":{"shape":"NullableBoolean"}
289
293
  }
290
294
  },
291
295
  "CanaryRunState":{
@@ -394,7 +398,7 @@
394
398
  "Name":{"shape":"CanaryName"},
395
399
  "Code":{"shape":"CanaryCodeInput"},
396
400
  "ArtifactS3Location":{"shape":"String"},
397
- "ExecutionRoleArn":{"shape":"Arn"},
401
+ "ExecutionRoleArn":{"shape":"RoleArn"},
398
402
  "Schedule":{"shape":"CanaryScheduleInput"},
399
403
  "RunConfig":{"shape":"CanaryRunConfigInput"},
400
404
  "SuccessRetentionPeriodInDays":{"shape":"MaxSize1024"},
@@ -469,6 +473,12 @@
469
473
  }
470
474
  },
471
475
  "ErrorMessage":{"type":"string"},
476
+ "FunctionArn":{
477
+ "type":"string",
478
+ "max":2048,
479
+ "min":1,
480
+ "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
481
+ },
472
482
  "GetCanaryRequest":{
473
483
  "type":"structure",
474
484
  "required":["Name"],
@@ -519,7 +529,7 @@
519
529
  "required":["ResourceArn"],
520
530
  "members":{
521
531
  "ResourceArn":{
522
- "shape":"Arn",
532
+ "shape":"CanaryArn",
523
533
  "location":"uri",
524
534
  "locationName":"resourceArn"
525
535
  }
@@ -538,8 +548,8 @@
538
548
  },
539
549
  "MaxFifteenMinutesInSeconds":{
540
550
  "type":"integer",
541
- "max":900,
542
- "min":60
551
+ "max":840,
552
+ "min":3
543
553
  },
544
554
  "MaxOneYearInSeconds":{
545
555
  "type":"long",
@@ -561,6 +571,7 @@
561
571
  "max":3008,
562
572
  "min":960
563
573
  },
574
+ "NullableBoolean":{"type":"boolean"},
564
575
  "ResourceNotFoundException":{
565
576
  "type":"structure",
566
577
  "members":{
@@ -569,6 +580,12 @@
569
580
  "error":{"httpStatusCode":404},
570
581
  "exception":true
571
582
  },
583
+ "RoleArn":{
584
+ "type":"string",
585
+ "max":2048,
586
+ "min":1,
587
+ "pattern":"arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
588
+ },
572
589
  "RuntimeVersion":{
573
590
  "type":"structure",
574
591
  "members":{
@@ -660,7 +677,7 @@
660
677
  ],
661
678
  "members":{
662
679
  "ResourceArn":{
663
- "shape":"Arn",
680
+ "shape":"CanaryArn",
664
681
  "location":"uri",
665
682
  "locationName":"resourceArn"
666
683
  },
@@ -679,7 +696,8 @@
679
696
  "Timestamp":{"type":"timestamp"},
680
697
  "Token":{
681
698
  "type":"string",
682
- "pattern":"^[a-zA-Z0-9=/+_.-]{4,252}$"
699
+ "max":252,
700
+ "min":4
683
701
  },
684
702
  "UUID":{
685
703
  "type":"string",
@@ -693,7 +711,7 @@
693
711
  ],
694
712
  "members":{
695
713
  "ResourceArn":{
696
- "shape":"Arn",
714
+ "shape":"CanaryArn",
697
715
  "location":"uri",
698
716
  "locationName":"resourceArn"
699
717
  },
@@ -719,7 +737,7 @@
719
737
  "locationName":"name"
720
738
  },
721
739
  "Code":{"shape":"CanaryCodeInput"},
722
- "ExecutionRoleArn":{"shape":"Arn"},
740
+ "ExecutionRoleArn":{"shape":"RoleArn"},
723
741
  "RuntimeVersion":{"shape":"String"},
724
742
  "Schedule":{"shape":"CanaryScheduleInput"},
725
743
  "RunConfig":{"shape":"CanaryRunConfigInput"},
@@ -67,7 +67,8 @@
67
67
  {"shape":"ProvisionedThroughputExceededException"},
68
68
  {"shape":"InvalidJobIdException"},
69
69
  {"shape":"InternalServerError"},
70
- {"shape":"ThrottlingException"}
70
+ {"shape":"ThrottlingException"},
71
+ {"shape":"InvalidS3ObjectException"}
71
72
  ]
72
73
  },
73
74
  "GetDocumentTextDetection":{
@@ -84,7 +85,8 @@
84
85
  {"shape":"ProvisionedThroughputExceededException"},
85
86
  {"shape":"InvalidJobIdException"},
86
87
  {"shape":"InternalServerError"},
87
- {"shape":"ThrottlingException"}
88
+ {"shape":"ThrottlingException"},
89
+ {"shape":"InvalidS3ObjectException"}
88
90
  ]
89
91
  },
90
92
  "StartDocumentAnalysis":{
@@ -488,6 +490,14 @@
488
490
  "RoleArn":{"shape":"RoleArn"}
489
491
  }
490
492
  },
493
+ "OutputConfig":{
494
+ "type":"structure",
495
+ "required":["S3Bucket"],
496
+ "members":{
497
+ "S3Bucket":{"shape":"S3Bucket"},
498
+ "S3Prefix":{"shape":"S3ObjectName"}
499
+ }
500
+ },
491
501
  "Pages":{
492
502
  "type":"list",
493
503
  "member":{"shape":"UInteger"}
@@ -535,7 +545,8 @@
535
545
  "type":"string",
536
546
  "enum":[
537
547
  "VALUE",
538
- "CHILD"
548
+ "CHILD",
549
+ "COMPLEX_FEATURES"
539
550
  ]
540
551
  },
541
552
  "RoleArn":{
@@ -594,7 +605,8 @@
594
605
  "FeatureTypes":{"shape":"FeatureTypes"},
595
606
  "ClientRequestToken":{"shape":"ClientRequestToken"},
596
607
  "JobTag":{"shape":"JobTag"},
597
- "NotificationChannel":{"shape":"NotificationChannel"}
608
+ "NotificationChannel":{"shape":"NotificationChannel"},
609
+ "OutputConfig":{"shape":"OutputConfig"}
598
610
  }
599
611
  },
600
612
  "StartDocumentAnalysisResponse":{
@@ -610,7 +622,8 @@
610
622
  "DocumentLocation":{"shape":"DocumentLocation"},
611
623
  "ClientRequestToken":{"shape":"ClientRequestToken"},
612
624
  "JobTag":{"shape":"JobTag"},
613
- "NotificationChannel":{"shape":"NotificationChannel"}
625
+ "NotificationChannel":{"shape":"NotificationChannel"},
626
+ "OutputConfig":{"shape":"OutputConfig"}
614
627
  }
615
628
  },
616
629
  "StartDocumentTextDetectionResponse":{
@@ -0,0 +1,299 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-11-01",
5
+ "endpointPrefix":"query.timestream",
6
+ "jsonVersion":"1.0",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"Timestream Query",
9
+ "serviceFullName":"Amazon Timestream Query",
10
+ "serviceId":"Timestream Query",
11
+ "signatureVersion":"v4",
12
+ "signingName":"timestream",
13
+ "targetPrefix":"Timestream_20181101",
14
+ "uid":"timestream-query-2018-11-01"
15
+ },
16
+ "operations":{
17
+ "CancelQuery":{
18
+ "name":"CancelQuery",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"CancelQueryRequest"},
24
+ "output":{"shape":"CancelQueryResponse"},
25
+ "errors":[
26
+ {"shape":"AccessDeniedException"},
27
+ {"shape":"InternalServerException"},
28
+ {"shape":"ThrottlingException"},
29
+ {"shape":"ValidationException"},
30
+ {"shape":"InvalidEndpointException"}
31
+ ],
32
+ "endpointdiscovery":{"required":true},
33
+ "idempotent":true
34
+ },
35
+ "DescribeEndpoints":{
36
+ "name":"DescribeEndpoints",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"DescribeEndpointsRequest"},
42
+ "output":{"shape":"DescribeEndpointsResponse"},
43
+ "errors":[
44
+ {"shape":"InternalServerException"},
45
+ {"shape":"ValidationException"},
46
+ {"shape":"ThrottlingException"}
47
+ ],
48
+ "endpointoperation":true
49
+ },
50
+ "Query":{
51
+ "name":"Query",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/"
55
+ },
56
+ "input":{"shape":"QueryRequest"},
57
+ "output":{"shape":"QueryResponse"},
58
+ "errors":[
59
+ {"shape":"AccessDeniedException"},
60
+ {"shape":"ConflictException"},
61
+ {"shape":"InternalServerException"},
62
+ {"shape":"QueryExecutionException"},
63
+ {"shape":"ThrottlingException"},
64
+ {"shape":"ValidationException"},
65
+ {"shape":"InvalidEndpointException"}
66
+ ],
67
+ "endpointdiscovery":{"required":true},
68
+ "idempotent":true
69
+ }
70
+ },
71
+ "shapes":{
72
+ "AccessDeniedException":{
73
+ "type":"structure",
74
+ "members":{
75
+ "Message":{"shape":"ServiceErrorMessage"}
76
+ },
77
+ "exception":true,
78
+ "synthetic":true
79
+ },
80
+ "CancelQueryRequest":{
81
+ "type":"structure",
82
+ "required":["QueryId"],
83
+ "members":{
84
+ "QueryId":{"shape":"QueryId"}
85
+ }
86
+ },
87
+ "CancelQueryResponse":{
88
+ "type":"structure",
89
+ "members":{
90
+ "CancellationMessage":{"shape":"String"}
91
+ }
92
+ },
93
+ "ClientRequestToken":{
94
+ "type":"string",
95
+ "max":128,
96
+ "min":32,
97
+ "sensitive":true
98
+ },
99
+ "ColumnInfo":{
100
+ "type":"structure",
101
+ "required":["Type"],
102
+ "members":{
103
+ "Name":{"shape":"String"},
104
+ "Type":{"shape":"Type"}
105
+ }
106
+ },
107
+ "ColumnInfoList":{
108
+ "type":"list",
109
+ "member":{"shape":"ColumnInfo"}
110
+ },
111
+ "ConflictException":{
112
+ "type":"structure",
113
+ "members":{
114
+ "Message":{"shape":"ErrorMessage"}
115
+ },
116
+ "exception":true
117
+ },
118
+ "Datum":{
119
+ "type":"structure",
120
+ "members":{
121
+ "ScalarValue":{"shape":"ScalarValue"},
122
+ "TimeSeriesValue":{"shape":"TimeSeriesDataPointList"},
123
+ "ArrayValue":{"shape":"DatumList"},
124
+ "RowValue":{"shape":"Row"},
125
+ "NullValue":{"shape":"NullableBoolean"}
126
+ }
127
+ },
128
+ "DatumList":{
129
+ "type":"list",
130
+ "member":{"shape":"Datum"}
131
+ },
132
+ "DescribeEndpointsRequest":{
133
+ "type":"structure",
134
+ "members":{
135
+ }
136
+ },
137
+ "DescribeEndpointsResponse":{
138
+ "type":"structure",
139
+ "required":["Endpoints"],
140
+ "members":{
141
+ "Endpoints":{"shape":"Endpoints"}
142
+ }
143
+ },
144
+ "Endpoint":{
145
+ "type":"structure",
146
+ "required":[
147
+ "Address",
148
+ "CachePeriodInMinutes"
149
+ ],
150
+ "members":{
151
+ "Address":{"shape":"String"},
152
+ "CachePeriodInMinutes":{"shape":"Long"}
153
+ }
154
+ },
155
+ "Endpoints":{
156
+ "type":"list",
157
+ "member":{"shape":"Endpoint"}
158
+ },
159
+ "ErrorMessage":{"type":"string"},
160
+ "InternalServerException":{
161
+ "type":"structure",
162
+ "members":{
163
+ "Message":{"shape":"ErrorMessage"}
164
+ },
165
+ "exception":true
166
+ },
167
+ "InvalidEndpointException":{
168
+ "type":"structure",
169
+ "members":{
170
+ "Message":{"shape":"ErrorMessage"}
171
+ },
172
+ "exception":true
173
+ },
174
+ "Long":{"type":"long"},
175
+ "MaxQueryResults":{
176
+ "type":"integer",
177
+ "box":true,
178
+ "max":1000,
179
+ "min":1
180
+ },
181
+ "NullableBoolean":{
182
+ "type":"boolean",
183
+ "box":true
184
+ },
185
+ "QueryExecutionException":{
186
+ "type":"structure",
187
+ "members":{
188
+ "Message":{"shape":"ErrorMessage"}
189
+ },
190
+ "exception":true
191
+ },
192
+ "QueryId":{
193
+ "type":"string",
194
+ "max":64,
195
+ "min":1,
196
+ "pattern":"[a-zA-Z0-9]+"
197
+ },
198
+ "QueryRequest":{
199
+ "type":"structure",
200
+ "required":["QueryString"],
201
+ "members":{
202
+ "QueryString":{"shape":"QueryString"},
203
+ "ClientToken":{
204
+ "shape":"ClientRequestToken",
205
+ "idempotencyToken":true
206
+ },
207
+ "NextToken":{"shape":"String"},
208
+ "MaxRows":{"shape":"MaxQueryResults"}
209
+ }
210
+ },
211
+ "QueryResponse":{
212
+ "type":"structure",
213
+ "required":[
214
+ "QueryId",
215
+ "Rows",
216
+ "ColumnInfo"
217
+ ],
218
+ "members":{
219
+ "QueryId":{"shape":"QueryId"},
220
+ "NextToken":{"shape":"String"},
221
+ "Rows":{"shape":"RowList"},
222
+ "ColumnInfo":{"shape":"ColumnInfoList"}
223
+ }
224
+ },
225
+ "QueryString":{
226
+ "type":"string",
227
+ "sensitive":true
228
+ },
229
+ "Row":{
230
+ "type":"structure",
231
+ "required":["Data"],
232
+ "members":{
233
+ "Data":{"shape":"DatumList"}
234
+ }
235
+ },
236
+ "RowList":{
237
+ "type":"list",
238
+ "member":{"shape":"Row"}
239
+ },
240
+ "ScalarType":{
241
+ "type":"string",
242
+ "enum":[
243
+ "VARCHAR",
244
+ "BOOLEAN",
245
+ "BIGINT",
246
+ "DOUBLE",
247
+ "TIMESTAMP",
248
+ "DATE",
249
+ "TIME",
250
+ "INTERVAL_DAY_TO_SECOND",
251
+ "INTERVAL_YEAR_TO_MONTH",
252
+ "UNKNOWN",
253
+ "INTEGER"
254
+ ]
255
+ },
256
+ "ScalarValue":{"type":"string"},
257
+ "ServiceErrorMessage":{"type":"string"},
258
+ "String":{"type":"string"},
259
+ "ThrottlingException":{
260
+ "type":"structure",
261
+ "members":{
262
+ "Message":{"shape":"ErrorMessage"}
263
+ },
264
+ "exception":true
265
+ },
266
+ "TimeSeriesDataPoint":{
267
+ "type":"structure",
268
+ "required":[
269
+ "Time",
270
+ "Value"
271
+ ],
272
+ "members":{
273
+ "Time":{"shape":"Timestamp"},
274
+ "Value":{"shape":"Datum"}
275
+ }
276
+ },
277
+ "TimeSeriesDataPointList":{
278
+ "type":"list",
279
+ "member":{"shape":"TimeSeriesDataPoint"}
280
+ },
281
+ "Timestamp":{"type":"string"},
282
+ "Type":{
283
+ "type":"structure",
284
+ "members":{
285
+ "ScalarType":{"shape":"ScalarType"},
286
+ "ArrayColumnInfo":{"shape":"ColumnInfo"},
287
+ "TimeSeriesMeasureValueColumnInfo":{"shape":"ColumnInfo"},
288
+ "RowColumnInfo":{"shape":"ColumnInfoList"}
289
+ }
290
+ },
291
+ "ValidationException":{
292
+ "type":"structure",
293
+ "members":{
294
+ "Message":{"shape":"ErrorMessage"}
295
+ },
296
+ "exception":true
297
+ }
298
+ }
299
+ }