aws-sdk-core 2.11.601 → 2.11.602
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e6d083aa0dc7e81018150d90e41a4510ff6fab1289e474bac83d8e2a22e4559
|
4
|
+
data.tar.gz: 851fa924560d8d731da6c9c5755d1a44fd41c1f7cebb5649ad845339c37538e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a29fc03811b0d9e9e8724e368463837667dd7d40f41ac0b43a17ae7ff2a0133bd92f91c97143b803088c66effc92e6326026b3f73f0d6309b30af330d69cf390
|
7
|
+
data.tar.gz: aa29604fe88559435eee6251dfd8f0d06f26837389c2a52411ae51e223a38488116fbf9c419250875ac18cfa699fe2a4689de9d0958c8dac567d364c2cac3999
|
@@ -851,6 +851,14 @@
|
|
851
851
|
"member":{"shape":"Certificate"}
|
852
852
|
},
|
853
853
|
"CertificateWallet":{"type":"blob"},
|
854
|
+
"CharLengthSemantics":{
|
855
|
+
"type":"string",
|
856
|
+
"enum":[
|
857
|
+
"default",
|
858
|
+
"char",
|
859
|
+
"byte"
|
860
|
+
]
|
861
|
+
},
|
854
862
|
"CompressionTypeValue":{
|
855
863
|
"type":"string",
|
856
864
|
"enum":[
|
@@ -1028,6 +1036,25 @@
|
|
1028
1036
|
"parquet"
|
1029
1037
|
]
|
1030
1038
|
},
|
1039
|
+
"DatePartitionDelimiterValue":{
|
1040
|
+
"type":"string",
|
1041
|
+
"enum":[
|
1042
|
+
"SLASH",
|
1043
|
+
"UNDERSCORE",
|
1044
|
+
"DASH",
|
1045
|
+
"NONE"
|
1046
|
+
]
|
1047
|
+
},
|
1048
|
+
"DatePartitionSequenceValue":{
|
1049
|
+
"type":"string",
|
1050
|
+
"enum":[
|
1051
|
+
"YYYYMMDD",
|
1052
|
+
"YYYYMMDDHH",
|
1053
|
+
"YYYYMM",
|
1054
|
+
"MMYYYYDD",
|
1055
|
+
"DDMMYYYY"
|
1056
|
+
]
|
1057
|
+
},
|
1031
1058
|
"DeleteCertificateMessage":{
|
1032
1059
|
"type":"structure",
|
1033
1060
|
"required":["CertificateArn"],
|
@@ -1632,6 +1659,9 @@
|
|
1632
1659
|
"Password":{"shape":"SecretString"},
|
1633
1660
|
"Port":{"shape":"IntegerOptional"},
|
1634
1661
|
"ServerName":{"shape":"String"},
|
1662
|
+
"SetDataCaptureChanges":{"shape":"BooleanOptional"},
|
1663
|
+
"CurrentLsn":{"shape":"String"},
|
1664
|
+
"MaxKBytesPerRead":{"shape":"IntegerOptional"},
|
1635
1665
|
"Username":{"shape":"String"}
|
1636
1666
|
}
|
1637
1667
|
},
|
@@ -1796,10 +1826,15 @@
|
|
1796
1826
|
"type":"structure",
|
1797
1827
|
"members":{
|
1798
1828
|
"Port":{"shape":"IntegerOptional"},
|
1829
|
+
"BcpPacketSize":{"shape":"IntegerOptional"},
|
1799
1830
|
"DatabaseName":{"shape":"String"},
|
1831
|
+
"ControlTablesFileGroup":{"shape":"String"},
|
1800
1832
|
"Password":{"shape":"SecretString"},
|
1833
|
+
"ReadBackupOnly":{"shape":"BooleanOptional"},
|
1834
|
+
"SafeguardPolicy":{"shape":"SafeguardPolicy"},
|
1801
1835
|
"ServerName":{"shape":"String"},
|
1802
|
-
"Username":{"shape":"String"}
|
1836
|
+
"Username":{"shape":"String"},
|
1837
|
+
"UseBcpFullLoad":{"shape":"BooleanOptional"}
|
1803
1838
|
}
|
1804
1839
|
},
|
1805
1840
|
"MigrationTypeValue":{
|
@@ -1950,10 +1985,16 @@
|
|
1950
1985
|
"MySQLSettings":{
|
1951
1986
|
"type":"structure",
|
1952
1987
|
"members":{
|
1988
|
+
"AfterConnectScript":{"shape":"String"},
|
1953
1989
|
"DatabaseName":{"shape":"String"},
|
1990
|
+
"EventsPollInterval":{"shape":"IntegerOptional"},
|
1991
|
+
"TargetDbType":{"shape":"TargetDbType"},
|
1992
|
+
"MaxFileSize":{"shape":"IntegerOptional"},
|
1993
|
+
"ParallelLoadThreads":{"shape":"IntegerOptional"},
|
1954
1994
|
"Password":{"shape":"SecretString"},
|
1955
1995
|
"Port":{"shape":"IntegerOptional"},
|
1956
1996
|
"ServerName":{"shape":"String"},
|
1997
|
+
"ServerTimezone":{"shape":"String"},
|
1957
1998
|
"Username":{"shape":"String"}
|
1958
1999
|
}
|
1959
2000
|
},
|
@@ -1983,12 +2024,32 @@
|
|
1983
2024
|
"OracleSettings":{
|
1984
2025
|
"type":"structure",
|
1985
2026
|
"members":{
|
2027
|
+
"AddSupplementalLogging":{"shape":"BooleanOptional"},
|
2028
|
+
"ArchivedLogDestId":{"shape":"IntegerOptional"},
|
2029
|
+
"AdditionalArchivedLogDestId":{"shape":"IntegerOptional"},
|
2030
|
+
"AllowSelectNestedTables":{"shape":"BooleanOptional"},
|
2031
|
+
"ParallelAsmReadThreads":{"shape":"IntegerOptional"},
|
2032
|
+
"ReadAheadBlocks":{"shape":"IntegerOptional"},
|
2033
|
+
"AccessAlternateDirectly":{"shape":"BooleanOptional"},
|
2034
|
+
"UseAlternateFolderForOnline":{"shape":"BooleanOptional"},
|
2035
|
+
"OraclePathPrefix":{"shape":"String"},
|
2036
|
+
"UsePathPrefix":{"shape":"String"},
|
2037
|
+
"ReplacePathPrefix":{"shape":"BooleanOptional"},
|
2038
|
+
"EnableHomogenousTablespace":{"shape":"BooleanOptional"},
|
2039
|
+
"DirectPathNoLog":{"shape":"BooleanOptional"},
|
2040
|
+
"ArchivedLogsOnly":{"shape":"BooleanOptional"},
|
1986
2041
|
"AsmPassword":{"shape":"SecretString"},
|
1987
2042
|
"AsmServer":{"shape":"String"},
|
1988
2043
|
"AsmUser":{"shape":"String"},
|
2044
|
+
"CharLengthSemantics":{"shape":"CharLengthSemantics"},
|
1989
2045
|
"DatabaseName":{"shape":"String"},
|
2046
|
+
"DirectPathParallelLoad":{"shape":"BooleanOptional"},
|
2047
|
+
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
|
2048
|
+
"NumberDatatypeScale":{"shape":"IntegerOptional"},
|
1990
2049
|
"Password":{"shape":"SecretString"},
|
1991
2050
|
"Port":{"shape":"IntegerOptional"},
|
2051
|
+
"ReadTableSpaceName":{"shape":"BooleanOptional"},
|
2052
|
+
"RetryInterval":{"shape":"IntegerOptional"},
|
1992
2053
|
"SecurityDbEncryption":{"shape":"SecretString"},
|
1993
2054
|
"SecurityDbEncryptionName":{"shape":"String"},
|
1994
2055
|
"ServerName":{"shape":"String"},
|
@@ -2042,11 +2103,18 @@
|
|
2042
2103
|
"PostgreSQLSettings":{
|
2043
2104
|
"type":"structure",
|
2044
2105
|
"members":{
|
2106
|
+
"AfterConnectScript":{"shape":"String"},
|
2107
|
+
"CaptureDdls":{"shape":"BooleanOptional"},
|
2108
|
+
"MaxFileSize":{"shape":"IntegerOptional"},
|
2045
2109
|
"DatabaseName":{"shape":"String"},
|
2110
|
+
"DdlArtifactsSchema":{"shape":"String"},
|
2111
|
+
"ExecuteTimeout":{"shape":"IntegerOptional"},
|
2112
|
+
"FailTasksOnLobTruncation":{"shape":"BooleanOptional"},
|
2046
2113
|
"Password":{"shape":"SecretString"},
|
2047
2114
|
"Port":{"shape":"IntegerOptional"},
|
2048
2115
|
"ServerName":{"shape":"String"},
|
2049
|
-
"Username":{"shape":"String"}
|
2116
|
+
"Username":{"shape":"String"},
|
2117
|
+
"SlotName":{"shape":"String"}
|
2050
2118
|
}
|
2051
2119
|
},
|
2052
2120
|
"RebootReplicationInstanceMessage":{
|
@@ -2436,7 +2504,10 @@
|
|
2436
2504
|
"CdcInsertsOnly":{"shape":"BooleanOptional"},
|
2437
2505
|
"TimestampColumnName":{"shape":"String"},
|
2438
2506
|
"ParquetTimestampInMillisecond":{"shape":"BooleanOptional"},
|
2439
|
-
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"}
|
2507
|
+
"CdcInsertsAndUpdates":{"shape":"BooleanOptional"},
|
2508
|
+
"DatePartitionEnabled":{"shape":"BooleanOptional"},
|
2509
|
+
"DatePartitionSequence":{"shape":"DatePartitionSequenceValue"},
|
2510
|
+
"DatePartitionDelimiter":{"shape":"DatePartitionDelimiterValue"}
|
2440
2511
|
}
|
2441
2512
|
},
|
2442
2513
|
"SNSInvalidTopicFault":{
|
@@ -2453,6 +2524,14 @@
|
|
2453
2524
|
},
|
2454
2525
|
"exception":true
|
2455
2526
|
},
|
2527
|
+
"SafeguardPolicy":{
|
2528
|
+
"type":"string",
|
2529
|
+
"enum":[
|
2530
|
+
"rely-on-sql-server-replication-agent",
|
2531
|
+
"exclusive-automatic-truncation",
|
2532
|
+
"shared-automatic-truncation"
|
2533
|
+
]
|
2534
|
+
},
|
2456
2535
|
"SchemaList":{
|
2457
2536
|
"type":"list",
|
2458
2537
|
"member":{"shape":"String"}
|
@@ -2659,6 +2738,13 @@
|
|
2659
2738
|
"type":"list",
|
2660
2739
|
"member":{"shape":"Tag"}
|
2661
2740
|
},
|
2741
|
+
"TargetDbType":{
|
2742
|
+
"type":"string",
|
2743
|
+
"enum":[
|
2744
|
+
"specific-database",
|
2745
|
+
"multiple-databases"
|
2746
|
+
]
|
2747
|
+
},
|
2662
2748
|
"TestConnectionMessage":{
|
2663
2749
|
"type":"structure",
|
2664
2750
|
"required":[
|
@@ -20574,6 +20574,10 @@
|
|
20574
20574
|
"shape":"Integer",
|
20575
20575
|
"locationName":"peerBgpAsn"
|
20576
20576
|
},
|
20577
|
+
"OwnerId":{
|
20578
|
+
"shape":"String",
|
20579
|
+
"locationName":"ownerId"
|
20580
|
+
},
|
20577
20581
|
"Tags":{
|
20578
20582
|
"shape":"TagList",
|
20579
20583
|
"locationName":"tagSet"
|
@@ -20595,6 +20599,10 @@
|
|
20595
20599
|
"shape":"String",
|
20596
20600
|
"locationName":"localGatewayId"
|
20597
20601
|
},
|
20602
|
+
"OwnerId":{
|
20603
|
+
"shape":"String",
|
20604
|
+
"locationName":"ownerId"
|
20605
|
+
},
|
20598
20606
|
"Tags":{
|
20599
20607
|
"shape":"TagList",
|
20600
20608
|
"locationName":"tagSet"
|
@@ -374,7 +374,8 @@
|
|
374
374
|
{"shape":"ResourceInUseException"},
|
375
375
|
{"shape":"InvalidArgumentException"},
|
376
376
|
{"shape":"InvalidRequestException"},
|
377
|
-
{"shape":"InvalidApplicationConfigurationException"}
|
377
|
+
{"shape":"InvalidApplicationConfigurationException"},
|
378
|
+
{"shape":"ConcurrentModificationException"}
|
378
379
|
]
|
379
380
|
},
|
380
381
|
"TagResource":{
|
@@ -696,7 +697,8 @@
|
|
696
697
|
"READY",
|
697
698
|
"RUNNING",
|
698
699
|
"UPDATING",
|
699
|
-
"AUTOSCALING"
|
700
|
+
"AUTOSCALING",
|
701
|
+
"FORCE_STOPPING"
|
700
702
|
]
|
701
703
|
},
|
702
704
|
"ApplicationSummaries":{
|
@@ -2107,7 +2109,8 @@
|
|
2107
2109
|
"type":"structure",
|
2108
2110
|
"required":["ApplicationName"],
|
2109
2111
|
"members":{
|
2110
|
-
"ApplicationName":{"shape":"ApplicationName"}
|
2112
|
+
"ApplicationName":{"shape":"ApplicationName"},
|
2113
|
+
"Force":{"shape":"BooleanObject"}
|
2111
2114
|
}
|
2112
2115
|
},
|
2113
2116
|
"StopApplicationResponse":{
|
@@ -197,7 +197,8 @@
|
|
197
197
|
"StartTime":{"shape":"DateTimeISO8601"},
|
198
198
|
"EndTime":{"shape":"DateTimeISO8601"},
|
199
199
|
"Status":{"shape":"ChangeStatus"},
|
200
|
-
"EntityIdList":{"shape":"ResourceIdList"}
|
200
|
+
"EntityIdList":{"shape":"ResourceIdList"},
|
201
|
+
"FailureCode":{"shape":"FailureCode"}
|
201
202
|
}
|
202
203
|
},
|
203
204
|
"ChangeStatus":{
|
@@ -265,6 +266,7 @@
|
|
265
266
|
"StartTime":{"shape":"DateTimeISO8601"},
|
266
267
|
"EndTime":{"shape":"DateTimeISO8601"},
|
267
268
|
"Status":{"shape":"ChangeStatus"},
|
269
|
+
"FailureCode":{"shape":"FailureCode"},
|
268
270
|
"FailureDescription":{"shape":"StringValue"},
|
269
271
|
"ChangeSet":{"shape":"ChangeSetDescription"}
|
270
272
|
}
|
@@ -338,6 +340,13 @@
|
|
338
340
|
"type":"list",
|
339
341
|
"member":{"shape":"ErrorDetail"}
|
340
342
|
},
|
343
|
+
"FailureCode":{
|
344
|
+
"type":"string",
|
345
|
+
"enum":[
|
346
|
+
"CLIENT_ERROR",
|
347
|
+
"SERVER_FAULT"
|
348
|
+
]
|
349
|
+
},
|
341
350
|
"Filter":{
|
342
351
|
"type":"structure",
|
343
352
|
"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.602
|
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-10-
|
11
|
+
date: 2020-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|