aws-sdk-core 2.11.83 → 2.11.84
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +4 -2
- data/apis/application-autoscaling/2016-02-06/smoke.json +13 -0
- data/apis/ce/2017-10-25/api-2.json +5 -1
- data/apis/dms/2016-01-01/api-2.json +21 -2
- data/apis/dms/2016-01-01/smoke.json +18 -0
- data/apis/lambda/2015-03-31/api-2.json +1 -0
- data/apis/transcribe/2017-10-26/api-2.json +18 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55feca98af495eb5fe97d1231449976b7c9e44ad
|
4
|
+
data.tar.gz: d8736fff2cdc4e38125572d75994c4aba6bca38f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e90afc84bfad4dda3dc43906d02d9ac39e88f6f13523602a6f99b9ecdbe34fc1e0d2a394e085a5b5ca6c25847f46e5ca88b52b7644fa60077fae73de0b8ba533
|
7
|
+
data.tar.gz: 99e5225d2d8c765b7cdfa026c699898056ae2e61ce547b961413e2ba1f3816ea911bf830ebdd5714d0e93dd4a967cfc67576173b83e61b2b6c00f779d3d00292
|
@@ -563,7 +563,8 @@
|
|
563
563
|
"dynamodb:index:ReadCapacityUnits",
|
564
564
|
"dynamodb:index:WriteCapacityUnits",
|
565
565
|
"rds:cluster:ReadReplicaCount",
|
566
|
-
"sagemaker:variant:DesiredInstanceCount"
|
566
|
+
"sagemaker:variant:DesiredInstanceCount",
|
567
|
+
"custom-resource:ResourceType:Property"
|
567
568
|
]
|
568
569
|
},
|
569
570
|
"ScalableTarget":{
|
@@ -710,7 +711,8 @@
|
|
710
711
|
"appstream",
|
711
712
|
"dynamodb",
|
712
713
|
"rds",
|
713
|
-
"sagemaker"
|
714
|
+
"sagemaker",
|
715
|
+
"custom-resource"
|
714
716
|
]
|
715
717
|
},
|
716
718
|
"StepAdjustment":{
|
@@ -108,7 +108,10 @@
|
|
108
108
|
"shapes":{
|
109
109
|
"AccountScope":{
|
110
110
|
"type":"string",
|
111
|
-
"enum":[
|
111
|
+
"enum":[
|
112
|
+
"PAYER",
|
113
|
+
"LINKED"
|
114
|
+
]
|
112
115
|
},
|
113
116
|
"AmortizedRecurringFee":{"type":"string"},
|
114
117
|
"AmortizedUpfrontFee":{"type":"string"},
|
@@ -516,6 +519,7 @@
|
|
516
519
|
"InstanceType":{"shape":"GenericString"},
|
517
520
|
"Region":{"shape":"GenericString"},
|
518
521
|
"DatabaseEngine":{"shape":"GenericString"},
|
522
|
+
"DatabaseEdition":{"shape":"GenericString"},
|
519
523
|
"DeploymentOption":{"shape":"GenericString"},
|
520
524
|
"LicenseModel":{"shape":"GenericString"},
|
521
525
|
"CurrentGeneration":{"shape":"GenericBoolean"},
|
@@ -724,6 +724,7 @@
|
|
724
724
|
"ExternalTableDefinition":{"shape":"String"},
|
725
725
|
"DynamoDbSettings":{"shape":"DynamoDbSettings"},
|
726
726
|
"S3Settings":{"shape":"S3Settings"},
|
727
|
+
"DmsTransferSettings":{"shape":"DmsTransferSettings"},
|
727
728
|
"MongoDbSettings":{"shape":"MongoDbSettings"}
|
728
729
|
}
|
729
730
|
},
|
@@ -1179,6 +1180,13 @@
|
|
1179
1180
|
"verify-full"
|
1180
1181
|
]
|
1181
1182
|
},
|
1183
|
+
"DmsTransferSettings":{
|
1184
|
+
"type":"structure",
|
1185
|
+
"members":{
|
1186
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
1187
|
+
"BucketName":{"shape":"String"}
|
1188
|
+
}
|
1189
|
+
},
|
1182
1190
|
"DynamoDbSettings":{
|
1183
1191
|
"type":"structure",
|
1184
1192
|
"required":["ServiceAccessRoleArn"],
|
@@ -1208,6 +1216,7 @@
|
|
1208
1216
|
"ExternalId":{"shape":"String"},
|
1209
1217
|
"DynamoDbSettings":{"shape":"DynamoDbSettings"},
|
1210
1218
|
"S3Settings":{"shape":"S3Settings"},
|
1219
|
+
"DmsTransferSettings":{"shape":"DmsTransferSettings"},
|
1211
1220
|
"MongoDbSettings":{"shape":"MongoDbSettings"}
|
1212
1221
|
}
|
1213
1222
|
},
|
@@ -1381,6 +1390,7 @@
|
|
1381
1390
|
"ExternalTableDefinition":{"shape":"String"},
|
1382
1391
|
"DynamoDbSettings":{"shape":"DynamoDbSettings"},
|
1383
1392
|
"S3Settings":{"shape":"S3Settings"},
|
1393
|
+
"DmsTransferSettings":{"shape":"DmsTransferSettings"},
|
1384
1394
|
"MongoDbSettings":{"shape":"MongoDbSettings"}
|
1385
1395
|
}
|
1386
1396
|
},
|
@@ -1557,6 +1567,13 @@
|
|
1557
1567
|
"refreshing"
|
1558
1568
|
]
|
1559
1569
|
},
|
1570
|
+
"ReloadOptionValue":{
|
1571
|
+
"type":"string",
|
1572
|
+
"enum":[
|
1573
|
+
"data-reload",
|
1574
|
+
"validate-only"
|
1575
|
+
]
|
1576
|
+
},
|
1560
1577
|
"ReloadTablesMessage":{
|
1561
1578
|
"type":"structure",
|
1562
1579
|
"required":[
|
@@ -1565,7 +1582,8 @@
|
|
1565
1582
|
],
|
1566
1583
|
"members":{
|
1567
1584
|
"ReplicationTaskArn":{"shape":"String"},
|
1568
|
-
"TablesToReload":{"shape":"TableListToReload"}
|
1585
|
+
"TablesToReload":{"shape":"TableListToReload"},
|
1586
|
+
"ReloadOption":{"shape":"ReloadOptionValue"}
|
1569
1587
|
}
|
1570
1588
|
},
|
1571
1589
|
"ReloadTablesResponse":{
|
@@ -1920,7 +1938,8 @@
|
|
1920
1938
|
"ValidationPendingRecords":{"shape":"Long"},
|
1921
1939
|
"ValidationFailedRecords":{"shape":"Long"},
|
1922
1940
|
"ValidationSuspendedRecords":{"shape":"Long"},
|
1923
|
-
"ValidationState":{"shape":"String"}
|
1941
|
+
"ValidationState":{"shape":"String"},
|
1942
|
+
"ValidationStateDetails":{"shape":"String"}
|
1924
1943
|
}
|
1925
1944
|
},
|
1926
1945
|
"TableStatisticsList":{
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "DescribeEndpoints",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "DescribeTableStatistics",
|
12
|
+
"input": {
|
13
|
+
"ReplicationTaskArn": "arn:aws:acm:region:123456789012"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"Amazon Transcribe Service",
|
9
|
+
"serviceId":"Transcribe",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"signingName":"transcribe",
|
11
12
|
"targetPrefix":"Transcribe",
|
@@ -37,6 +38,7 @@
|
|
37
38
|
"errors":[
|
38
39
|
{"shape":"NotFoundException"},
|
39
40
|
{"shape":"LimitExceededException"},
|
41
|
+
{"shape":"BadRequestException"},
|
40
42
|
{"shape":"InternalFailureException"}
|
41
43
|
]
|
42
44
|
},
|
@@ -125,7 +127,8 @@
|
|
125
127
|
{"shape":"BadRequestException"},
|
126
128
|
{"shape":"LimitExceededException"},
|
127
129
|
{"shape":"InternalFailureException"},
|
128
|
-
{"shape":"NotFoundException"}
|
130
|
+
{"shape":"NotFoundException"},
|
131
|
+
{"shape":"ConflictException"}
|
129
132
|
]
|
130
133
|
}
|
131
134
|
},
|
@@ -305,6 +308,17 @@
|
|
305
308
|
},
|
306
309
|
"exception":true
|
307
310
|
},
|
311
|
+
"OutputBucketName":{
|
312
|
+
"type":"string",
|
313
|
+
"pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"
|
314
|
+
},
|
315
|
+
"OutputLocationType":{
|
316
|
+
"type":"string",
|
317
|
+
"enum":[
|
318
|
+
"CUSTOMER_BUCKET",
|
319
|
+
"SERVICE_BUCKET"
|
320
|
+
]
|
321
|
+
},
|
308
322
|
"Phrase":{
|
309
323
|
"type":"string",
|
310
324
|
"max":256,
|
@@ -336,6 +350,7 @@
|
|
336
350
|
"MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
|
337
351
|
"MediaFormat":{"shape":"MediaFormat"},
|
338
352
|
"Media":{"shape":"Media"},
|
353
|
+
"OutputBucketName":{"shape":"OutputBucketName"},
|
339
354
|
"Settings":{"shape":"Settings"}
|
340
355
|
}
|
341
356
|
},
|
@@ -394,7 +409,8 @@
|
|
394
409
|
"CompletionTime":{"shape":"DateTime"},
|
395
410
|
"LanguageCode":{"shape":"LanguageCode"},
|
396
411
|
"TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
|
397
|
-
"FailureReason":{"shape":"FailureReason"}
|
412
|
+
"FailureReason":{"shape":"FailureReason"},
|
413
|
+
"OutputLocationType":{"shape":"OutputLocationType"}
|
398
414
|
}
|
399
415
|
},
|
400
416
|
"UpdateVocabularyRequest":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.84
|
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: 2018-07-
|
11
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -68,6 +68,7 @@ files:
|
|
68
68
|
- apis/application-autoscaling/2016-02-06/api-2.json
|
69
69
|
- apis/application-autoscaling/2016-02-06/examples-1.json
|
70
70
|
- apis/application-autoscaling/2016-02-06/paginators-1.json
|
71
|
+
- apis/application-autoscaling/2016-02-06/smoke.json
|
71
72
|
- apis/appstream/2016-12-01/api-2.json
|
72
73
|
- apis/appstream/2016-12-01/examples-1.json
|
73
74
|
- apis/appstream/2016-12-01/paginators-1.json
|
@@ -208,6 +209,7 @@ files:
|
|
208
209
|
- apis/dms/2016-01-01/api-2.json
|
209
210
|
- apis/dms/2016-01-01/examples-1.json
|
210
211
|
- apis/dms/2016-01-01/paginators-1.json
|
212
|
+
- apis/dms/2016-01-01/smoke.json
|
211
213
|
- apis/ds/2015-04-16/api-2.json
|
212
214
|
- apis/ds/2015-04-16/examples-1.json
|
213
215
|
- apis/ds/2015-04-16/paginators-1.json
|