aws-sdk-core 2.11.462 → 2.11.463
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/dms/2016-01-01/api-2.json +25 -3
- data/apis/ec2/2016-11-15/api-2.json +12 -2
- data/apis/medialive/2017-10-14/api-2.json +12 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae04645f7966d4db6a585ca972f3fcf7a9209c82
|
|
4
|
+
data.tar.gz: c33df230f5b1979cb946224fb3cc968a84cce53f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38f00397da7d5d37c174b5f93aefe39994b3dadd492fa987c3e3a3a8c89c66abef491ea6ef0ee87402eef2d3ca3f8ea880b28ddbe4a464b7baba34ecebb65f72
|
|
7
|
+
data.tar.gz: 6961907476722a8b02310ce80f56fd9b0a2a1765a1bbe1fe616551f89b2b8379d359792d0515da927629c8536420a80ae72f314ffba83340df2c21f8647c0e22
|
|
@@ -799,6 +799,7 @@
|
|
|
799
799
|
"DmsTransferSettings":{"shape":"DmsTransferSettings"},
|
|
800
800
|
"MongoDbSettings":{"shape":"MongoDbSettings"},
|
|
801
801
|
"KinesisSettings":{"shape":"KinesisSettings"},
|
|
802
|
+
"KafkaSettings":{"shape":"KafkaSettings"},
|
|
802
803
|
"ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
|
|
803
804
|
"RedshiftSettings":{"shape":"RedshiftSettings"}
|
|
804
805
|
}
|
|
@@ -1365,6 +1366,7 @@
|
|
|
1365
1366
|
"DmsTransferSettings":{"shape":"DmsTransferSettings"},
|
|
1366
1367
|
"MongoDbSettings":{"shape":"MongoDbSettings"},
|
|
1367
1368
|
"KinesisSettings":{"shape":"KinesisSettings"},
|
|
1369
|
+
"KafkaSettings":{"shape":"KafkaSettings"},
|
|
1368
1370
|
"ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
|
|
1369
1371
|
"RedshiftSettings":{"shape":"RedshiftSettings"}
|
|
1370
1372
|
}
|
|
@@ -1528,6 +1530,13 @@
|
|
|
1528
1530
|
},
|
|
1529
1531
|
"exception":true
|
|
1530
1532
|
},
|
|
1533
|
+
"KafkaSettings":{
|
|
1534
|
+
"type":"structure",
|
|
1535
|
+
"members":{
|
|
1536
|
+
"Broker":{"shape":"String"},
|
|
1537
|
+
"Topic":{"shape":"String"}
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1531
1540
|
"KeyList":{
|
|
1532
1541
|
"type":"list",
|
|
1533
1542
|
"member":{"shape":"String"}
|
|
@@ -1537,7 +1546,12 @@
|
|
|
1537
1546
|
"members":{
|
|
1538
1547
|
"StreamArn":{"shape":"String"},
|
|
1539
1548
|
"MessageFormat":{"shape":"MessageFormatValue"},
|
|
1540
|
-
"ServiceAccessRoleArn":{"shape":"String"}
|
|
1549
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
|
1550
|
+
"IncludeTransactionDetails":{"shape":"BooleanOptional"},
|
|
1551
|
+
"IncludePartitionValue":{"shape":"BooleanOptional"},
|
|
1552
|
+
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
|
|
1553
|
+
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
|
|
1554
|
+
"IncludeControlDetails":{"shape":"BooleanOptional"}
|
|
1541
1555
|
}
|
|
1542
1556
|
},
|
|
1543
1557
|
"ListTagsForResourceMessage":{
|
|
@@ -1556,7 +1570,10 @@
|
|
|
1556
1570
|
"Long":{"type":"long"},
|
|
1557
1571
|
"MessageFormatValue":{
|
|
1558
1572
|
"type":"string",
|
|
1559
|
-
"enum":[
|
|
1573
|
+
"enum":[
|
|
1574
|
+
"json",
|
|
1575
|
+
"json-unformatted"
|
|
1576
|
+
]
|
|
1560
1577
|
},
|
|
1561
1578
|
"MigrationTypeValue":{
|
|
1562
1579
|
"type":"string",
|
|
@@ -1589,6 +1606,7 @@
|
|
|
1589
1606
|
"DmsTransferSettings":{"shape":"DmsTransferSettings"},
|
|
1590
1607
|
"MongoDbSettings":{"shape":"MongoDbSettings"},
|
|
1591
1608
|
"KinesisSettings":{"shape":"KinesisSettings"},
|
|
1609
|
+
"KafkaSettings":{"shape":"KafkaSettings"},
|
|
1592
1610
|
"ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
|
|
1593
1611
|
"RedshiftSettings":{"shape":"RedshiftSettings"}
|
|
1594
1612
|
}
|
|
@@ -2074,7 +2092,8 @@
|
|
|
2074
2092
|
"IncludeOpForFullLoad":{"shape":"BooleanOptional"},
|
|
2075
2093
|
"CdcInsertsOnly":{"shape":"BooleanOptional"},
|
|
2076
2094
|
"TimestampColumnName":{"shape":"String"},
|
|
2077
|
-
"ParquetTimestampInMillisecond":{"shape":"BooleanOptional"}
|
|
2095
|
+
"ParquetTimestampInMillisecond":{"shape":"BooleanOptional"},
|
|
2096
|
+
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"}
|
|
2078
2097
|
}
|
|
2079
2098
|
},
|
|
2080
2099
|
"SNSInvalidTopicFault":{
|
|
@@ -2222,6 +2241,9 @@
|
|
|
2222
2241
|
"FullLoadRows":{"shape":"Long"},
|
|
2223
2242
|
"FullLoadCondtnlChkFailedRows":{"shape":"Long"},
|
|
2224
2243
|
"FullLoadErrorRows":{"shape":"Long"},
|
|
2244
|
+
"FullLoadStartTime":{"shape":"TStamp"},
|
|
2245
|
+
"FullLoadEndTime":{"shape":"TStamp"},
|
|
2246
|
+
"FullLoadReloaded":{"shape":"BooleanOptional"},
|
|
2225
2247
|
"LastUpdateTime":{"shape":"TStamp"},
|
|
2226
2248
|
"TableState":{"shape":"String"},
|
|
2227
2249
|
"ValidationPendingRecords":{"shape":"Long"},
|
|
@@ -6890,8 +6890,16 @@
|
|
|
6890
6890
|
],
|
|
6891
6891
|
"members":{
|
|
6892
6892
|
"AllocationId":{"shape":"AllocationId"},
|
|
6893
|
-
"ClientToken":{
|
|
6894
|
-
|
|
6893
|
+
"ClientToken":{
|
|
6894
|
+
"shape":"String",
|
|
6895
|
+
"idempotencyToken":true
|
|
6896
|
+
},
|
|
6897
|
+
"DryRun":{"shape":"Boolean"},
|
|
6898
|
+
"SubnetId":{"shape":"SubnetId"},
|
|
6899
|
+
"TagSpecifications":{
|
|
6900
|
+
"shape":"TagSpecificationList",
|
|
6901
|
+
"locationName":"TagSpecification"
|
|
6902
|
+
}
|
|
6895
6903
|
}
|
|
6896
6904
|
},
|
|
6897
6905
|
"CreateNatGatewayResult":{
|
|
@@ -8385,6 +8393,7 @@
|
|
|
8385
8393
|
"type":"structure",
|
|
8386
8394
|
"required":["NatGatewayId"],
|
|
8387
8395
|
"members":{
|
|
8396
|
+
"DryRun":{"shape":"Boolean"},
|
|
8388
8397
|
"NatGatewayId":{"shape":"NatGatewayId"}
|
|
8389
8398
|
}
|
|
8390
8399
|
},
|
|
@@ -10817,6 +10826,7 @@
|
|
|
10817
10826
|
"DescribeNatGatewaysRequest":{
|
|
10818
10827
|
"type":"structure",
|
|
10819
10828
|
"members":{
|
|
10829
|
+
"DryRun":{"shape":"Boolean"},
|
|
10820
10830
|
"Filter":{"shape":"FilterList"},
|
|
10821
10831
|
"MaxResults":{"shape":"DescribeNatGatewaysMaxResults"},
|
|
10822
10832
|
"NatGatewayIds":{
|
|
@@ -7690,6 +7690,10 @@
|
|
|
7690
7690
|
"MultiplexProgramSettings": {
|
|
7691
7691
|
"type": "structure",
|
|
7692
7692
|
"members": {
|
|
7693
|
+
"PreferredChannelPipeline": {
|
|
7694
|
+
"shape": "PreferredChannelPipeline",
|
|
7695
|
+
"locationName": "preferredChannelPipeline"
|
|
7696
|
+
},
|
|
7693
7697
|
"ProgramNumber": {
|
|
7694
7698
|
"shape": "__integerMin0Max65535",
|
|
7695
7699
|
"locationName": "programNumber"
|
|
@@ -8186,6 +8190,14 @@
|
|
|
8186
8190
|
"PipelineId"
|
|
8187
8191
|
]
|
|
8188
8192
|
},
|
|
8193
|
+
"PreferredChannelPipeline": {
|
|
8194
|
+
"type": "string",
|
|
8195
|
+
"enum": [
|
|
8196
|
+
"CURRENTLY_ACTIVE",
|
|
8197
|
+
"PIPELINE_0",
|
|
8198
|
+
"PIPELINE_1"
|
|
8199
|
+
]
|
|
8200
|
+
},
|
|
8189
8201
|
"PurchaseOffering": {
|
|
8190
8202
|
"type": "structure",
|
|
8191
8203
|
"members": {
|
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.463
|
|
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-03-
|
|
11
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|