aws-sdk-core 2.11.597 → 2.11.602
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appsync/2017-07-25/api-2.json +4 -2
- data/apis/batch/2016-08-10/api-2.json +140 -7
- data/apis/batch/2016-08-10/examples-1.json +98 -0
- data/apis/dms/2016-01-01/api-2.json +89 -3
- data/apis/dynamodb/2012-08-10/api-2.json +4 -2
- data/apis/ec2/2016-11-15/api-2.json +8 -0
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +12 -6
- data/apis/glue/2017-03-31/api-2.json +20 -1
- data/apis/kafka/2018-11-14/api-2.json +4 -0
- data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +6 -3
- data/apis/marketplace-catalog/2018-09-17/api-2.json +10 -1
- data/apis/mediaconvert/2017-08-29/api-2.json +315 -8
- data/apis/personalize-events/2018-03-22/api-2.json +103 -0
- data/apis/quicksight/2018-04-01/api-2.json +2 -1
- data/apis/rds/2014-10-31/api-2.json +3 -0
- data/apis/s3/2006-03-01/api-2.json +124 -0
- data/apis/sagemaker/2017-07-24/api-2.json +11 -2
- data/apis/servicediscovery/2017-03-14/api-2.json +1 -0
- data/apis/wafv2/2019-07-29/api-2.json +5 -2
- data/endpoints.json +26 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
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
|
@@ -734,7 +734,8 @@
|
|
734
734
|
"members":{
|
735
735
|
"id":{"shape":"String"},
|
736
736
|
"description":{"shape":"String"},
|
737
|
-
"expires":{"shape":"Long"}
|
737
|
+
"expires":{"shape":"Long"},
|
738
|
+
"deletes":{"shape":"Long"}
|
738
739
|
}
|
739
740
|
},
|
740
741
|
"ApiKeyLimitExceededException":{
|
@@ -1525,7 +1526,8 @@
|
|
1525
1526
|
"uris":{"shape":"MapOfStringToString"},
|
1526
1527
|
"tags":{"shape":"TagMap"},
|
1527
1528
|
"additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
|
1528
|
-
"xrayEnabled":{"shape":"Boolean"}
|
1529
|
+
"xrayEnabled":{"shape":"Boolean"},
|
1530
|
+
"wafWebAclArn":{"shape":"String"}
|
1529
1531
|
}
|
1530
1532
|
},
|
1531
1533
|
"GraphqlApis":{
|
@@ -155,6 +155,19 @@
|
|
155
155
|
{"shape":"ServerException"}
|
156
156
|
]
|
157
157
|
},
|
158
|
+
"ListTagsForResource":{
|
159
|
+
"name":"ListTagsForResource",
|
160
|
+
"http":{
|
161
|
+
"method":"GET",
|
162
|
+
"requestUri":"/v1/tags/{resourceArn}"
|
163
|
+
},
|
164
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
165
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
166
|
+
"errors":[
|
167
|
+
{"shape":"ClientException"},
|
168
|
+
{"shape":"ServerException"}
|
169
|
+
]
|
170
|
+
},
|
158
171
|
"RegisterJobDefinition":{
|
159
172
|
"name":"RegisterJobDefinition",
|
160
173
|
"http":{
|
@@ -181,6 +194,19 @@
|
|
181
194
|
{"shape":"ServerException"}
|
182
195
|
]
|
183
196
|
},
|
197
|
+
"TagResource":{
|
198
|
+
"name":"TagResource",
|
199
|
+
"http":{
|
200
|
+
"method":"POST",
|
201
|
+
"requestUri":"/v1/tags/{resourceArn}"
|
202
|
+
},
|
203
|
+
"input":{"shape":"TagResourceRequest"},
|
204
|
+
"output":{"shape":"TagResourceResponse"},
|
205
|
+
"errors":[
|
206
|
+
{"shape":"ClientException"},
|
207
|
+
{"shape":"ServerException"}
|
208
|
+
]
|
209
|
+
},
|
184
210
|
"TerminateJob":{
|
185
211
|
"name":"TerminateJob",
|
186
212
|
"http":{
|
@@ -194,6 +220,19 @@
|
|
194
220
|
{"shape":"ServerException"}
|
195
221
|
]
|
196
222
|
},
|
223
|
+
"UntagResource":{
|
224
|
+
"name":"UntagResource",
|
225
|
+
"http":{
|
226
|
+
"method":"DELETE",
|
227
|
+
"requestUri":"/v1/tags/{resourceArn}"
|
228
|
+
},
|
229
|
+
"input":{"shape":"UntagResourceRequest"},
|
230
|
+
"output":{"shape":"UntagResourceResponse"},
|
231
|
+
"errors":[
|
232
|
+
{"shape":"ClientException"},
|
233
|
+
{"shape":"ServerException"}
|
234
|
+
]
|
235
|
+
},
|
197
236
|
"UpdateComputeEnvironment":{
|
198
237
|
"name":"UpdateComputeEnvironment",
|
199
238
|
"http":{
|
@@ -355,6 +394,7 @@
|
|
355
394
|
"computeEnvironmentName":{"shape":"String"},
|
356
395
|
"computeEnvironmentArn":{"shape":"String"},
|
357
396
|
"ecsClusterArn":{"shape":"String"},
|
397
|
+
"tags":{"shape":"TagrisTagsMap"},
|
358
398
|
"type":{"shape":"CEType"},
|
359
399
|
"state":{"shape":"CEState"},
|
360
400
|
"status":{"shape":"CEStatus"},
|
@@ -501,7 +541,8 @@
|
|
501
541
|
"type":{"shape":"CEType"},
|
502
542
|
"state":{"shape":"CEState"},
|
503
543
|
"computeResources":{"shape":"ComputeResource"},
|
504
|
-
"serviceRole":{"shape":"String"}
|
544
|
+
"serviceRole":{"shape":"String"},
|
545
|
+
"tags":{"shape":"TagrisTagsMap"}
|
505
546
|
}
|
506
547
|
},
|
507
548
|
"CreateComputeEnvironmentResponse":{
|
@@ -522,7 +563,8 @@
|
|
522
563
|
"jobQueueName":{"shape":"String"},
|
523
564
|
"state":{"shape":"JQState"},
|
524
565
|
"priority":{"shape":"Integer"},
|
525
|
-
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}
|
566
|
+
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"},
|
567
|
+
"tags":{"shape":"TagrisTagsMap"}
|
526
568
|
}
|
527
569
|
},
|
528
570
|
"CreateJobQueueResponse":{
|
@@ -704,7 +746,8 @@
|
|
704
746
|
"retryStrategy":{"shape":"RetryStrategy"},
|
705
747
|
"containerProperties":{"shape":"ContainerProperties"},
|
706
748
|
"timeout":{"shape":"JobTimeout"},
|
707
|
-
"nodeProperties":{"shape":"NodeProperties"}
|
749
|
+
"nodeProperties":{"shape":"NodeProperties"},
|
750
|
+
"tags":{"shape":"TagrisTagsMap"}
|
708
751
|
}
|
709
752
|
},
|
710
753
|
"JobDefinitionList":{
|
@@ -740,6 +783,7 @@
|
|
740
783
|
"jobDefinition"
|
741
784
|
],
|
742
785
|
"members":{
|
786
|
+
"jobArn":{"shape":"String"},
|
743
787
|
"jobName":{"shape":"String"},
|
744
788
|
"jobId":{"shape":"String"},
|
745
789
|
"jobQueue":{"shape":"String"},
|
@@ -757,7 +801,8 @@
|
|
757
801
|
"nodeDetails":{"shape":"NodeDetails"},
|
758
802
|
"nodeProperties":{"shape":"NodeProperties"},
|
759
803
|
"arrayProperties":{"shape":"ArrayPropertiesDetail"},
|
760
|
-
"timeout":{"shape":"JobTimeout"}
|
804
|
+
"timeout":{"shape":"JobTimeout"},
|
805
|
+
"tags":{"shape":"TagrisTagsMap"}
|
761
806
|
}
|
762
807
|
},
|
763
808
|
"JobDetailList":{
|
@@ -780,7 +825,8 @@
|
|
780
825
|
"status":{"shape":"JQStatus"},
|
781
826
|
"statusReason":{"shape":"String"},
|
782
827
|
"priority":{"shape":"Integer"},
|
783
|
-
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}
|
828
|
+
"computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"},
|
829
|
+
"tags":{"shape":"TagrisTagsMap"}
|
784
830
|
}
|
785
831
|
},
|
786
832
|
"JobQueueDetailList":{
|
@@ -806,6 +852,7 @@
|
|
806
852
|
"jobName"
|
807
853
|
],
|
808
854
|
"members":{
|
855
|
+
"jobArn":{"shape":"String"},
|
809
856
|
"jobId":{"shape":"String"},
|
810
857
|
"jobName":{"shape":"String"},
|
811
858
|
"createdAt":{"shape":"Long"},
|
@@ -873,6 +920,23 @@
|
|
873
920
|
"nextToken":{"shape":"String"}
|
874
921
|
}
|
875
922
|
},
|
923
|
+
"ListTagsForResourceRequest":{
|
924
|
+
"type":"structure",
|
925
|
+
"required":["resourceArn"],
|
926
|
+
"members":{
|
927
|
+
"resourceArn":{
|
928
|
+
"shape":"String",
|
929
|
+
"location":"uri",
|
930
|
+
"locationName":"resourceArn"
|
931
|
+
}
|
932
|
+
}
|
933
|
+
},
|
934
|
+
"ListTagsForResourceResponse":{
|
935
|
+
"type":"structure",
|
936
|
+
"members":{
|
937
|
+
"tags":{"shape":"TagrisTagsMap"}
|
938
|
+
}
|
939
|
+
},
|
876
940
|
"LogConfiguration":{
|
877
941
|
"type":"structure",
|
878
942
|
"required":["logDriver"],
|
@@ -1001,7 +1065,8 @@
|
|
1001
1065
|
"containerProperties":{"shape":"ContainerProperties"},
|
1002
1066
|
"nodeProperties":{"shape":"NodeProperties"},
|
1003
1067
|
"retryStrategy":{"shape":"RetryStrategy"},
|
1004
|
-
"timeout":{"shape":"JobTimeout"}
|
1068
|
+
"timeout":{"shape":"JobTimeout"},
|
1069
|
+
"tags":{"shape":"TagrisTagsMap"}
|
1005
1070
|
}
|
1006
1071
|
},
|
1007
1072
|
"RegisterJobDefinitionResponse":{
|
@@ -1088,7 +1153,8 @@
|
|
1088
1153
|
"containerOverrides":{"shape":"ContainerOverrides"},
|
1089
1154
|
"nodeOverrides":{"shape":"NodeOverrides"},
|
1090
1155
|
"retryStrategy":{"shape":"RetryStrategy"},
|
1091
|
-
"timeout":{"shape":"JobTimeout"}
|
1156
|
+
"timeout":{"shape":"JobTimeout"},
|
1157
|
+
"tags":{"shape":"TagrisTagsMap"}
|
1092
1158
|
}
|
1093
1159
|
},
|
1094
1160
|
"SubmitJobResponse":{
|
@@ -1098,10 +1164,53 @@
|
|
1098
1164
|
"jobId"
|
1099
1165
|
],
|
1100
1166
|
"members":{
|
1167
|
+
"jobArn":{"shape":"String"},
|
1101
1168
|
"jobName":{"shape":"String"},
|
1102
1169
|
"jobId":{"shape":"String"}
|
1103
1170
|
}
|
1104
1171
|
},
|
1172
|
+
"TagKey":{
|
1173
|
+
"type":"string",
|
1174
|
+
"max":128,
|
1175
|
+
"min":1
|
1176
|
+
},
|
1177
|
+
"TagKeysList":{
|
1178
|
+
"type":"list",
|
1179
|
+
"member":{"shape":"TagKey"},
|
1180
|
+
"max":50,
|
1181
|
+
"min":1
|
1182
|
+
},
|
1183
|
+
"TagResourceRequest":{
|
1184
|
+
"type":"structure",
|
1185
|
+
"required":[
|
1186
|
+
"resourceArn",
|
1187
|
+
"tags"
|
1188
|
+
],
|
1189
|
+
"members":{
|
1190
|
+
"resourceArn":{
|
1191
|
+
"shape":"String",
|
1192
|
+
"location":"uri",
|
1193
|
+
"locationName":"resourceArn"
|
1194
|
+
},
|
1195
|
+
"tags":{"shape":"TagrisTagsMap"}
|
1196
|
+
}
|
1197
|
+
},
|
1198
|
+
"TagResourceResponse":{
|
1199
|
+
"type":"structure",
|
1200
|
+
"members":{
|
1201
|
+
}
|
1202
|
+
},
|
1203
|
+
"TagValue":{
|
1204
|
+
"type":"string",
|
1205
|
+
"max":256
|
1206
|
+
},
|
1207
|
+
"TagrisTagsMap":{
|
1208
|
+
"type":"map",
|
1209
|
+
"key":{"shape":"TagKey"},
|
1210
|
+
"value":{"shape":"TagValue"},
|
1211
|
+
"max":50,
|
1212
|
+
"min":1
|
1213
|
+
},
|
1105
1214
|
"TagsMap":{
|
1106
1215
|
"type":"map",
|
1107
1216
|
"key":{"shape":"String"},
|
@@ -1156,6 +1265,30 @@
|
|
1156
1265
|
"type":"list",
|
1157
1266
|
"member":{"shape":"Ulimit"}
|
1158
1267
|
},
|
1268
|
+
"UntagResourceRequest":{
|
1269
|
+
"type":"structure",
|
1270
|
+
"required":[
|
1271
|
+
"resourceArn",
|
1272
|
+
"tagKeys"
|
1273
|
+
],
|
1274
|
+
"members":{
|
1275
|
+
"resourceArn":{
|
1276
|
+
"shape":"String",
|
1277
|
+
"location":"uri",
|
1278
|
+
"locationName":"resourceArn"
|
1279
|
+
},
|
1280
|
+
"tagKeys":{
|
1281
|
+
"shape":"TagKeysList",
|
1282
|
+
"location":"querystring",
|
1283
|
+
"locationName":"tagKeys"
|
1284
|
+
}
|
1285
|
+
}
|
1286
|
+
},
|
1287
|
+
"UntagResourceResponse":{
|
1288
|
+
"type":"structure",
|
1289
|
+
"members":{
|
1290
|
+
}
|
1291
|
+
},
|
1159
1292
|
"UpdateComputeEnvironmentRequest":{
|
1160
1293
|
"type":"structure",
|
1161
1294
|
"required":["computeEnvironment"],
|
@@ -471,6 +471,29 @@
|
|
471
471
|
"title": "To list submitted jobs"
|
472
472
|
}
|
473
473
|
],
|
474
|
+
"ListTagsForResource": [
|
475
|
+
{
|
476
|
+
"input": {
|
477
|
+
"resourceArn": "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1"
|
478
|
+
},
|
479
|
+
"output": {
|
480
|
+
"tags": {
|
481
|
+
"Department": "Engineering",
|
482
|
+
"Stage": "Alpha",
|
483
|
+
"User": "JaneDoe"
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"comments": {
|
487
|
+
"input": {
|
488
|
+
},
|
489
|
+
"output": {
|
490
|
+
}
|
491
|
+
},
|
492
|
+
"description": "This demonstrates calling the ListTagsForResource action.",
|
493
|
+
"id": "listtagsforresource-example-1591293003710",
|
494
|
+
"title": "ListTagsForResource Example"
|
495
|
+
}
|
496
|
+
],
|
474
497
|
"RegisterJobDefinition": [
|
475
498
|
{
|
476
499
|
"input": {
|
@@ -500,6 +523,39 @@
|
|
500
523
|
"description": "This example registers a job definition for a simple container job.",
|
501
524
|
"id": "to-register-a-job-definition-1481154325325",
|
502
525
|
"title": "To register a job definition"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"input": {
|
529
|
+
"type": "container",
|
530
|
+
"containerProperties": {
|
531
|
+
"command": [
|
532
|
+
"sleep",
|
533
|
+
"30"
|
534
|
+
],
|
535
|
+
"image": "busybox",
|
536
|
+
"memory": 128,
|
537
|
+
"vcpus": 1
|
538
|
+
},
|
539
|
+
"jobDefinitionName": "sleep30",
|
540
|
+
"tags": {
|
541
|
+
"Department": "Engineering",
|
542
|
+
"User": "JaneDoe"
|
543
|
+
}
|
544
|
+
},
|
545
|
+
"output": {
|
546
|
+
"jobDefinitionArn": "arn:aws:batch:us-east-1:012345678910:job-definition/sleep30:1",
|
547
|
+
"jobDefinitionName": "sleep30",
|
548
|
+
"revision": 1
|
549
|
+
},
|
550
|
+
"comments": {
|
551
|
+
"input": {
|
552
|
+
},
|
553
|
+
"output": {
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"description": "This demonstrates calling the RegisterJobDefinition action, including tags.",
|
557
|
+
"id": "registerjobdefinition-with-tags-1591290509028",
|
558
|
+
"title": "RegisterJobDefinition with tags"
|
503
559
|
}
|
504
560
|
],
|
505
561
|
"SubmitJob": [
|
@@ -524,6 +580,27 @@
|
|
524
580
|
"title": "To submit a job to a queue"
|
525
581
|
}
|
526
582
|
],
|
583
|
+
"TagResource": [
|
584
|
+
{
|
585
|
+
"input": {
|
586
|
+
"resourceArn": "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1",
|
587
|
+
"tags": {
|
588
|
+
"Stage": "Alpha"
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"output": {
|
592
|
+
},
|
593
|
+
"comments": {
|
594
|
+
"input": {
|
595
|
+
},
|
596
|
+
"output": {
|
597
|
+
}
|
598
|
+
},
|
599
|
+
"description": "This demonstrates calling the TagResource action.",
|
600
|
+
"id": "tagresource-example-1591291959952",
|
601
|
+
"title": "TagResource Example"
|
602
|
+
}
|
603
|
+
],
|
527
604
|
"TerminateJob": [
|
528
605
|
{
|
529
606
|
"input": {
|
@@ -543,6 +620,27 @@
|
|
543
620
|
"title": "To terminate a job"
|
544
621
|
}
|
545
622
|
],
|
623
|
+
"UntagResource": [
|
624
|
+
{
|
625
|
+
"input": {
|
626
|
+
"resourceArn": "arn:aws:batch:us-east-1:123456789012:job-definition/sleep30:1",
|
627
|
+
"tagKeys": [
|
628
|
+
"Stage"
|
629
|
+
]
|
630
|
+
},
|
631
|
+
"output": {
|
632
|
+
},
|
633
|
+
"comments": {
|
634
|
+
"input": {
|
635
|
+
},
|
636
|
+
"output": {
|
637
|
+
}
|
638
|
+
},
|
639
|
+
"description": "This demonstrates calling the UntagResource action.",
|
640
|
+
"id": "untagresource-example-1591292811042",
|
641
|
+
"title": "UntagResource Example"
|
642
|
+
}
|
643
|
+
],
|
546
644
|
"UpdateComputeEnvironment": [
|
547
645
|
{
|
548
646
|
"input": {
|
@@ -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":[
|