aws-sdk-core 2.11.147 → 2.11.148
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/athena/2017-05-18/api-2.json +11 -0
- data/apis/athena/2017-05-18/smoke.json +11 -0
- data/apis/directconnect/2012-10-25/api-2.json +32 -1
- data/apis/directconnect/2012-10-25/smoke.json +18 -0
- data/apis/ec2/2016-11-15/api-2.json +1 -0
- data/apis/mediaconvert/2017-08-29/paginators-1.json +34 -0
- data/apis/transcribe/2017-10-26/api-2.json +4 -1
- data/lib/aws-sdk-core/mediaconvert.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36dbcb3632e1b50510afe542758ecc5e878fa28a
|
|
4
|
+
data.tar.gz: ab6c23a9298b3abb1de7622dae7f25cfc85e3a34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9105ba886c4ee1df982c2d9f681c170dde6f6c0a85631e2d05a0b93a83778f9b2dac4b03de97e927de186712961dc4ffdd0a78b7b2f657e1eaa50e597b9dcb1
|
|
7
|
+
data.tar.gz: a97bfdb48d9336720df214d4253789ef1722016754abd74ca2e52c451b4028e3c5e4792caaef732a357b52632cf8e89895814f46efaa1d87b559e6ab4cfc28cb
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceFullName":"Amazon Athena",
|
|
9
|
+
"serviceId":"Athena",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"targetPrefix":"AmazonAthena",
|
|
11
12
|
"uid":"athena-2017-05-18"
|
|
@@ -337,6 +338,7 @@
|
|
|
337
338
|
"GetQueryResultsOutput":{
|
|
338
339
|
"type":"structure",
|
|
339
340
|
"members":{
|
|
341
|
+
"UpdateCount":{"shape":"Long"},
|
|
340
342
|
"ResultSet":{"shape":"ResultSet"},
|
|
341
343
|
"NextToken":{"shape":"Token"}
|
|
342
344
|
}
|
|
@@ -446,6 +448,7 @@
|
|
|
446
448
|
"members":{
|
|
447
449
|
"QueryExecutionId":{"shape":"QueryExecutionId"},
|
|
448
450
|
"Query":{"shape":"QueryString"},
|
|
451
|
+
"StatementType":{"shape":"StatementType"},
|
|
449
452
|
"ResultConfiguration":{"shape":"ResultConfiguration"},
|
|
450
453
|
"QueryExecutionContext":{"shape":"QueryExecutionContext"},
|
|
451
454
|
"Status":{"shape":"QueryExecutionStatus"},
|
|
@@ -553,6 +556,14 @@
|
|
|
553
556
|
"QueryExecutionId":{"shape":"QueryExecutionId"}
|
|
554
557
|
}
|
|
555
558
|
},
|
|
559
|
+
"StatementType":{
|
|
560
|
+
"type":"string",
|
|
561
|
+
"enum":[
|
|
562
|
+
"DDL",
|
|
563
|
+
"DML",
|
|
564
|
+
"UTILITY"
|
|
565
|
+
]
|
|
566
|
+
},
|
|
556
567
|
"StopQueryExecutionInput":{
|
|
557
568
|
"type":"structure",
|
|
558
569
|
"required":["QueryExecutionId"],
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceFullName":"AWS Direct Connect",
|
|
9
|
+
"serviceId":"Direct Connect",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"targetPrefix":"OvertureService",
|
|
11
12
|
"uid":"directconnect-2012-10-25"
|
|
@@ -586,6 +587,19 @@
|
|
|
586
587
|
{"shape":"DirectConnectServerException"},
|
|
587
588
|
{"shape":"DirectConnectClientException"}
|
|
588
589
|
]
|
|
590
|
+
},
|
|
591
|
+
"UpdateVirtualInterfaceAttributes":{
|
|
592
|
+
"name":"UpdateVirtualInterfaceAttributes",
|
|
593
|
+
"http":{
|
|
594
|
+
"method":"POST",
|
|
595
|
+
"requestUri":"/"
|
|
596
|
+
},
|
|
597
|
+
"input":{"shape":"UpdateVirtualInterfaceAttributesRequest"},
|
|
598
|
+
"output":{"shape":"VirtualInterface"},
|
|
599
|
+
"errors":[
|
|
600
|
+
{"shape":"DirectConnectServerException"},
|
|
601
|
+
{"shape":"DirectConnectClientException"}
|
|
602
|
+
]
|
|
589
603
|
}
|
|
590
604
|
},
|
|
591
605
|
"shapes":{
|
|
@@ -790,6 +804,7 @@
|
|
|
790
804
|
"loaIssueTime":{"shape":"LoaIssueTime"},
|
|
791
805
|
"lagId":{"shape":"LagId"},
|
|
792
806
|
"awsDevice":{"shape":"AwsDevice"},
|
|
807
|
+
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
|
|
793
808
|
"awsDeviceV2":{"shape":"AwsDeviceV2"}
|
|
794
809
|
}
|
|
795
810
|
},
|
|
@@ -1270,6 +1285,7 @@
|
|
|
1270
1285
|
"loaIssueTime":{"shape":"LoaIssueTime"},
|
|
1271
1286
|
"lagId":{"shape":"LagId"},
|
|
1272
1287
|
"awsDevice":{"shape":"AwsDevice"},
|
|
1288
|
+
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
|
|
1273
1289
|
"awsDeviceV2":{"shape":"AwsDeviceV2"}
|
|
1274
1290
|
}
|
|
1275
1291
|
},
|
|
@@ -1296,6 +1312,7 @@
|
|
|
1296
1312
|
"interconnects":{"shape":"InterconnectList"}
|
|
1297
1313
|
}
|
|
1298
1314
|
},
|
|
1315
|
+
"JumboFrameCapable":{"type":"boolean"},
|
|
1299
1316
|
"Lag":{
|
|
1300
1317
|
"type":"structure",
|
|
1301
1318
|
"members":{
|
|
@@ -1311,7 +1328,8 @@
|
|
|
1311
1328
|
"awsDevice":{"shape":"AwsDevice"},
|
|
1312
1329
|
"awsDeviceV2":{"shape":"AwsDeviceV2"},
|
|
1313
1330
|
"connections":{"shape":"ConnectionList"},
|
|
1314
|
-
"allowsHostedConnections":{"shape":"BooleanFlag"}
|
|
1331
|
+
"allowsHostedConnections":{"shape":"BooleanFlag"},
|
|
1332
|
+
"jumboFrameCapable":{"shape":"JumboFrameCapable"}
|
|
1315
1333
|
}
|
|
1316
1334
|
},
|
|
1317
1335
|
"LagId":{"type":"string"},
|
|
@@ -1371,6 +1389,7 @@
|
|
|
1371
1389
|
}
|
|
1372
1390
|
},
|
|
1373
1391
|
"LongAsn":{"type":"long"},
|
|
1392
|
+
"MTU":{"type":"integer"},
|
|
1374
1393
|
"MaxResultSetSize":{
|
|
1375
1394
|
"type":"integer",
|
|
1376
1395
|
"box":true
|
|
@@ -1396,6 +1415,7 @@
|
|
|
1396
1415
|
"virtualInterfaceName":{"shape":"VirtualInterfaceName"},
|
|
1397
1416
|
"vlan":{"shape":"VLAN"},
|
|
1398
1417
|
"asn":{"shape":"ASN"},
|
|
1418
|
+
"mtu":{"shape":"MTU"},
|
|
1399
1419
|
"authKey":{"shape":"BGPAuthKey"},
|
|
1400
1420
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1401
1421
|
"customerAddress":{"shape":"CustomerAddress"},
|
|
@@ -1415,6 +1435,7 @@
|
|
|
1415
1435
|
"virtualInterfaceName":{"shape":"VirtualInterfaceName"},
|
|
1416
1436
|
"vlan":{"shape":"VLAN"},
|
|
1417
1437
|
"asn":{"shape":"ASN"},
|
|
1438
|
+
"mtu":{"shape":"MTU"},
|
|
1418
1439
|
"authKey":{"shape":"BGPAuthKey"},
|
|
1419
1440
|
"amazonAddress":{"shape":"AmazonAddress"},
|
|
1420
1441
|
"addressFamily":{"shape":"AddressFamily"},
|
|
@@ -1566,6 +1587,14 @@
|
|
|
1566
1587
|
"minimumLinks":{"shape":"Count"}
|
|
1567
1588
|
}
|
|
1568
1589
|
},
|
|
1590
|
+
"UpdateVirtualInterfaceAttributesRequest":{
|
|
1591
|
+
"type":"structure",
|
|
1592
|
+
"required":["virtualInterfaceId"],
|
|
1593
|
+
"members":{
|
|
1594
|
+
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
|
|
1595
|
+
"mtu":{"shape":"MTU"}
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1569
1598
|
"VLAN":{"type":"integer"},
|
|
1570
1599
|
"VirtualGateway":{
|
|
1571
1600
|
"type":"structure",
|
|
@@ -1605,6 +1634,8 @@
|
|
|
1605
1634
|
"addressFamily":{"shape":"AddressFamily"},
|
|
1606
1635
|
"virtualInterfaceState":{"shape":"VirtualInterfaceState"},
|
|
1607
1636
|
"customerRouterConfig":{"shape":"RouterConfig"},
|
|
1637
|
+
"mtu":{"shape":"MTU"},
|
|
1638
|
+
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
|
|
1608
1639
|
"virtualGatewayId":{"shape":"VirtualGatewayId"},
|
|
1609
1640
|
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
|
|
1610
1641
|
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"defaultRegion": "us-west-2",
|
|
4
|
+
"testCases": [
|
|
5
|
+
{
|
|
6
|
+
"operationName": "DescribeConnections",
|
|
7
|
+
"input": {},
|
|
8
|
+
"errorExpectedFromService": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"operationName": "DescribeConnections",
|
|
12
|
+
"input": {
|
|
13
|
+
"connectionId": "fake-connection"
|
|
14
|
+
},
|
|
15
|
+
"errorExpectedFromService": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -11780,6 +11780,7 @@
|
|
|
11780
11780
|
"g3.4xlarge",
|
|
11781
11781
|
"g3.8xlarge",
|
|
11782
11782
|
"g3.16xlarge",
|
|
11783
|
+
"g3s.xlarge",
|
|
11783
11784
|
"cg1.4xlarge",
|
|
11784
11785
|
"p2.xlarge",
|
|
11785
11786
|
"p2.8xlarge",
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"DescribeEndpoints": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "Endpoints"
|
|
8
|
+
},
|
|
9
|
+
"ListJobs": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "Jobs"
|
|
14
|
+
},
|
|
15
|
+
"ListPresets": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "Presets"
|
|
20
|
+
},
|
|
21
|
+
"ListJobTemplates": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"output_token": "NextToken",
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "JobTemplates"
|
|
26
|
+
},
|
|
27
|
+
"ListQueues": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"output_token": "NextToken",
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "Queues"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
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.148
|
|
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-10-
|
|
11
|
+
date: 2018-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -80,6 +80,7 @@ files:
|
|
|
80
80
|
- apis/athena/2017-05-18/api-2.json
|
|
81
81
|
- apis/athena/2017-05-18/examples-1.json
|
|
82
82
|
- apis/athena/2017-05-18/paginators-1.json
|
|
83
|
+
- apis/athena/2017-05-18/smoke.json
|
|
83
84
|
- apis/autoscaling-plans/2018-01-06/api-2.json
|
|
84
85
|
- apis/autoscaling-plans/2018-01-06/examples-1.json
|
|
85
86
|
- apis/autoscaling-plans/2018-01-06/paginators-1.json
|
|
@@ -215,6 +216,7 @@ files:
|
|
|
215
216
|
- apis/directconnect/2012-10-25/api-2.json
|
|
216
217
|
- apis/directconnect/2012-10-25/examples-1.json
|
|
217
218
|
- apis/directconnect/2012-10-25/paginators-1.json
|
|
219
|
+
- apis/directconnect/2012-10-25/smoke.json
|
|
218
220
|
- apis/discovery/2015-11-01/api-2.json
|
|
219
221
|
- apis/discovery/2015-11-01/examples-1.json
|
|
220
222
|
- apis/discovery/2015-11-01/paginators-1.json
|
|
@@ -420,6 +422,7 @@ files:
|
|
|
420
422
|
- apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
|
|
421
423
|
- apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json
|
|
422
424
|
- apis/mediaconvert/2017-08-29/api-2.json
|
|
425
|
+
- apis/mediaconvert/2017-08-29/paginators-1.json
|
|
423
426
|
- apis/medialive/2017-10-14/api-2.json
|
|
424
427
|
- apis/medialive/2017-10-14/paginators-1.json
|
|
425
428
|
- apis/mediapackage/2017-10-12/api-2.json
|