aws-sdk-core 2.11.550 → 2.11.555
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +31 -2
- data/apis/config/2014-11-12/api-2.json +12 -5
- data/apis/datasync/2018-11-09/api-2.json +134 -18
- data/apis/dms/2016-01-01/api-2.json +362 -4
- data/apis/dms/2016-01-01/paginators-1.json +15 -0
- data/apis/ec2/2016-11-15/api-2.json +103 -2
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/ecr/2015-09-21/api-2.json +47 -9
- data/apis/firehose/2015-08-04/api-2.json +167 -2
- data/apis/frauddetector/2019-11-15/api-2.json +34 -94
- data/apis/fsx/2018-03-01/api-2.json +35 -2
- data/apis/glue/2017-03-31/api-2.json +46 -1
- data/apis/guardduty/2017-11-28/api-2.json +272 -0
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
- data/apis/ivs/2020-07-14/api-2.json +18 -5
- data/apis/kendra/2019-02-03/api-2.json +38 -4
- data/apis/lightsail/2016-11-28/api-2.json +748 -2
- data/apis/macie2/2020-01-01/api-2.json +23 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
- data/apis/medialive/2017-10-14/api-2.json +52 -2
- data/apis/mediapackage/2017-10-12/api-2.json +5 -4
- data/apis/monitoring/2010-08-01/api-2.json +6 -1
- data/apis/mq/2017-11-27/api-2.json +202 -0
- data/apis/mq/2017-11-27/paginators-1.json +8 -1
- data/apis/resource-groups/2017-11-27/api-2.json +244 -60
- data/apis/sagemaker/2017-07-24/api-2.json +286 -34
- data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
- data/apis/securityhub/2018-10-26/api-2.json +29 -1
- data/apis/workspaces/2015-04-08/api-2.json +90 -1
- data/endpoints.json +36 -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: '03483b08517f39cda33beec5d607f0a0197aab7b005711a62079d9aecba7cf58'
|
4
|
+
data.tar.gz: 60ac8847b4295609725fcc3aef1b92d784e80d5c6d4311a3d016b146fd432829
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 340e25d5f61315cb5a24c804ba7741ab44240143907c777e07765aa5ae92eb5b11d08355df1adaf4391749630495ae05f9bf846182af51ed2169edcaf3e2df84
|
7
|
+
data.tar.gz: 48dc9b2d3749a43a2bc422640077ffcbed2d585db6cc30ea0c40a9567d2eef4ba77fba661954e2d492249d9bb72c41852a7c3efe2346dd3117262432fce8d915
|
@@ -1231,7 +1231,8 @@
|
|
1231
1231
|
"IamInstanceProfile":{"shape":"XmlStringMaxLen1600"},
|
1232
1232
|
"EbsOptimized":{"shape":"EbsOptimized"},
|
1233
1233
|
"AssociatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
|
1234
|
-
"PlacementTenancy":{"shape":"XmlStringMaxLen64"}
|
1234
|
+
"PlacementTenancy":{"shape":"XmlStringMaxLen64"},
|
1235
|
+
"MetadataOptions":{"shape":"InstanceMetadataOptions"}
|
1235
1236
|
}
|
1236
1237
|
},
|
1237
1238
|
"CreateOrUpdateTagsType":{
|
@@ -1674,6 +1675,33 @@
|
|
1674
1675
|
"type":"list",
|
1675
1676
|
"member":{"shape":"XmlStringMaxLen19"}
|
1676
1677
|
},
|
1678
|
+
"InstanceMetadataEndpointState":{
|
1679
|
+
"type":"string",
|
1680
|
+
"enum":[
|
1681
|
+
"disabled",
|
1682
|
+
"enabled"
|
1683
|
+
]
|
1684
|
+
},
|
1685
|
+
"InstanceMetadataHttpPutResponseHopLimit":{
|
1686
|
+
"type":"integer",
|
1687
|
+
"max":64,
|
1688
|
+
"min":1
|
1689
|
+
},
|
1690
|
+
"InstanceMetadataHttpTokensState":{
|
1691
|
+
"type":"string",
|
1692
|
+
"enum":[
|
1693
|
+
"optional",
|
1694
|
+
"required"
|
1695
|
+
]
|
1696
|
+
},
|
1697
|
+
"InstanceMetadataOptions":{
|
1698
|
+
"type":"structure",
|
1699
|
+
"members":{
|
1700
|
+
"HttpTokens":{"shape":"InstanceMetadataHttpTokensState"},
|
1701
|
+
"HttpPutResponseHopLimit":{"shape":"InstanceMetadataHttpPutResponseHopLimit"},
|
1702
|
+
"HttpEndpoint":{"shape":"InstanceMetadataEndpointState"}
|
1703
|
+
}
|
1704
|
+
},
|
1677
1705
|
"InstanceMonitoring":{
|
1678
1706
|
"type":"structure",
|
1679
1707
|
"members":{
|
@@ -1788,7 +1816,8 @@
|
|
1788
1816
|
"CreatedTime":{"shape":"TimestampType"},
|
1789
1817
|
"EbsOptimized":{"shape":"EbsOptimized"},
|
1790
1818
|
"AssociatePublicIpAddress":{"shape":"AssociatePublicIpAddress"},
|
1791
|
-
"PlacementTenancy":{"shape":"XmlStringMaxLen64"}
|
1819
|
+
"PlacementTenancy":{"shape":"XmlStringMaxLen64"},
|
1820
|
+
"MetadataOptions":{"shape":"InstanceMetadataOptions"}
|
1792
1821
|
}
|
1793
1822
|
},
|
1794
1823
|
"LaunchConfigurationNameType":{
|
@@ -385,7 +385,8 @@
|
|
385
385
|
"output":{"shape":"DescribeConformancePackStatusResponse"},
|
386
386
|
"errors":[
|
387
387
|
{"shape":"InvalidLimitException"},
|
388
|
-
{"shape":"InvalidNextTokenException"}
|
388
|
+
{"shape":"InvalidNextTokenException"},
|
389
|
+
{"shape":"InvalidParameterValueException"}
|
389
390
|
]
|
390
391
|
},
|
391
392
|
"DescribeConformancePacks":{
|
@@ -399,7 +400,8 @@
|
|
399
400
|
"errors":[
|
400
401
|
{"shape":"NoSuchConformancePackException"},
|
401
402
|
{"shape":"InvalidLimitException"},
|
402
|
-
{"shape":"InvalidNextTokenException"}
|
403
|
+
{"shape":"InvalidNextTokenException"},
|
404
|
+
{"shape":"InvalidParameterValueException"}
|
403
405
|
]
|
404
406
|
},
|
405
407
|
"DescribeDeliveryChannelStatus":{
|
@@ -956,7 +958,8 @@
|
|
956
958
|
"input":{"shape":"PutRemediationExceptionsRequest"},
|
957
959
|
"output":{"shape":"PutRemediationExceptionsResponse"},
|
958
960
|
"errors":[
|
959
|
-
{"shape":"InvalidParameterValueException"}
|
961
|
+
{"shape":"InvalidParameterValueException"},
|
962
|
+
{"shape":"InsufficientPermissionsException"}
|
960
963
|
]
|
961
964
|
},
|
962
965
|
"PutResourceConfig":{
|
@@ -1528,7 +1531,8 @@
|
|
1528
1531
|
"AccountAggregationSources":{"shape":"AccountAggregationSourceList"},
|
1529
1532
|
"OrganizationAggregationSource":{"shape":"OrganizationAggregationSource"},
|
1530
1533
|
"CreationTime":{"shape":"Date"},
|
1531
|
-
"LastUpdatedTime":{"shape":"Date"}
|
1534
|
+
"LastUpdatedTime":{"shape":"Date"},
|
1535
|
+
"CreatedBy":{"shape":"StringWithCharLimit256"}
|
1532
1536
|
}
|
1533
1537
|
},
|
1534
1538
|
"ConfigurationAggregatorArn":{
|
@@ -4010,7 +4014,10 @@
|
|
4010
4014
|
"AWS::ServiceCatalog::Portfolio",
|
4011
4015
|
"AWS::SQS::Queue",
|
4012
4016
|
"AWS::KMS::Key",
|
4013
|
-
"AWS::QLDB::Ledger"
|
4017
|
+
"AWS::QLDB::Ledger",
|
4018
|
+
"AWS::SecretsManager::Secret",
|
4019
|
+
"AWS::SNS::Topic",
|
4020
|
+
"AWS::SSM::FileData"
|
4014
4021
|
]
|
4015
4022
|
},
|
4016
4023
|
"ResourceTypeList":{
|
@@ -79,6 +79,19 @@
|
|
79
79
|
{"shape":"InternalException"}
|
80
80
|
]
|
81
81
|
},
|
82
|
+
"CreateLocationObjectStorage":{
|
83
|
+
"name":"CreateLocationObjectStorage",
|
84
|
+
"http":{
|
85
|
+
"method":"POST",
|
86
|
+
"requestUri":"/"
|
87
|
+
},
|
88
|
+
"input":{"shape":"CreateLocationObjectStorageRequest"},
|
89
|
+
"output":{"shape":"CreateLocationObjectStorageResponse"},
|
90
|
+
"errors":[
|
91
|
+
{"shape":"InvalidRequestException"},
|
92
|
+
{"shape":"InternalException"}
|
93
|
+
]
|
94
|
+
},
|
82
95
|
"CreateLocationS3":{
|
83
96
|
"name":"CreateLocationS3",
|
84
97
|
"http":{
|
@@ -209,6 +222,19 @@
|
|
209
222
|
{"shape":"InternalException"}
|
210
223
|
]
|
211
224
|
},
|
225
|
+
"DescribeLocationObjectStorage":{
|
226
|
+
"name":"DescribeLocationObjectStorage",
|
227
|
+
"http":{
|
228
|
+
"method":"POST",
|
229
|
+
"requestUri":"/"
|
230
|
+
},
|
231
|
+
"input":{"shape":"DescribeLocationObjectStorageRequest"},
|
232
|
+
"output":{"shape":"DescribeLocationObjectStorageResponse"},
|
233
|
+
"errors":[
|
234
|
+
{"shape":"InvalidRequestException"},
|
235
|
+
{"shape":"InternalException"}
|
236
|
+
]
|
237
|
+
},
|
212
238
|
"DescribeLocationS3":{
|
213
239
|
"name":"DescribeLocationS3",
|
214
240
|
"http":{
|
@@ -406,7 +432,7 @@
|
|
406
432
|
"AgentArnList":{
|
407
433
|
"type":"list",
|
408
434
|
"member":{"shape":"AgentArn"},
|
409
|
-
"max":
|
435
|
+
"max":4,
|
410
436
|
"min":1
|
411
437
|
},
|
412
438
|
"AgentList":{
|
@@ -457,7 +483,7 @@
|
|
457
483
|
"members":{
|
458
484
|
"ActivationKey":{"shape":"ActivationKey"},
|
459
485
|
"AgentName":{"shape":"TagValue"},
|
460
|
-
"Tags":{"shape":"
|
486
|
+
"Tags":{"shape":"InputTagList"},
|
461
487
|
"VpcEndpointId":{"shape":"VpcEndpointId"},
|
462
488
|
"SubnetArns":{"shape":"PLSubnetArnList"},
|
463
489
|
"SecurityGroupArns":{"shape":"PLSecurityGroupArnList"}
|
@@ -479,7 +505,7 @@
|
|
479
505
|
"Subdirectory":{"shape":"EfsSubdirectory"},
|
480
506
|
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
|
481
507
|
"Ec2Config":{"shape":"Ec2Config"},
|
482
|
-
"Tags":{"shape":"
|
508
|
+
"Tags":{"shape":"InputTagList"}
|
483
509
|
}
|
484
510
|
},
|
485
511
|
"CreateLocationEfsResponse":{
|
@@ -500,7 +526,7 @@
|
|
500
526
|
"Subdirectory":{"shape":"FsxWindowsSubdirectory"},
|
501
527
|
"FsxFilesystemArn":{"shape":"FsxFilesystemArn"},
|
502
528
|
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
|
503
|
-
"Tags":{"shape":"
|
529
|
+
"Tags":{"shape":"InputTagList"},
|
504
530
|
"User":{"shape":"SmbUser"},
|
505
531
|
"Domain":{"shape":"SmbDomain"},
|
506
532
|
"Password":{"shape":"SmbPassword"}
|
@@ -524,7 +550,7 @@
|
|
524
550
|
"ServerHostname":{"shape":"ServerHostname"},
|
525
551
|
"OnPremConfig":{"shape":"OnPremConfig"},
|
526
552
|
"MountOptions":{"shape":"NfsMountOptions"},
|
527
|
-
"Tags":{"shape":"
|
553
|
+
"Tags":{"shape":"InputTagList"}
|
528
554
|
}
|
529
555
|
},
|
530
556
|
"CreateLocationNfsResponse":{
|
@@ -533,6 +559,31 @@
|
|
533
559
|
"LocationArn":{"shape":"LocationArn"}
|
534
560
|
}
|
535
561
|
},
|
562
|
+
"CreateLocationObjectStorageRequest":{
|
563
|
+
"type":"structure",
|
564
|
+
"required":[
|
565
|
+
"ServerHostname",
|
566
|
+
"BucketName",
|
567
|
+
"AgentArns"
|
568
|
+
],
|
569
|
+
"members":{
|
570
|
+
"ServerHostname":{"shape":"ServerHostname"},
|
571
|
+
"ServerPort":{"shape":"ObjectStorageServerPort"},
|
572
|
+
"ServerProtocol":{"shape":"ObjectStorageServerProtocol"},
|
573
|
+
"Subdirectory":{"shape":"S3Subdirectory"},
|
574
|
+
"BucketName":{"shape":"ObjectStorageBucketName"},
|
575
|
+
"AccessKey":{"shape":"ObjectStorageAccessKey"},
|
576
|
+
"SecretKey":{"shape":"ObjectStorageSecretKey"},
|
577
|
+
"AgentArns":{"shape":"AgentArnList"},
|
578
|
+
"Tags":{"shape":"InputTagList"}
|
579
|
+
}
|
580
|
+
},
|
581
|
+
"CreateLocationObjectStorageResponse":{
|
582
|
+
"type":"structure",
|
583
|
+
"members":{
|
584
|
+
"LocationArn":{"shape":"LocationArn"}
|
585
|
+
}
|
586
|
+
},
|
536
587
|
"CreateLocationS3Request":{
|
537
588
|
"type":"structure",
|
538
589
|
"required":[
|
@@ -544,7 +595,7 @@
|
|
544
595
|
"S3BucketArn":{"shape":"S3BucketArn"},
|
545
596
|
"S3StorageClass":{"shape":"S3StorageClass"},
|
546
597
|
"S3Config":{"shape":"S3Config"},
|
547
|
-
"Tags":{"shape":"
|
598
|
+
"Tags":{"shape":"InputTagList"}
|
548
599
|
}
|
549
600
|
},
|
550
601
|
"CreateLocationS3Response":{
|
@@ -570,7 +621,7 @@
|
|
570
621
|
"Password":{"shape":"SmbPassword"},
|
571
622
|
"AgentArns":{"shape":"AgentArnList"},
|
572
623
|
"MountOptions":{"shape":"SmbMountOptions"},
|
573
|
-
"Tags":{"shape":"
|
624
|
+
"Tags":{"shape":"InputTagList"}
|
574
625
|
}
|
575
626
|
},
|
576
627
|
"CreateLocationSmbResponse":{
|
@@ -593,7 +644,7 @@
|
|
593
644
|
"Options":{"shape":"Options"},
|
594
645
|
"Excludes":{"shape":"FilterList"},
|
595
646
|
"Schedule":{"shape":"TaskSchedule"},
|
596
|
-
"Tags":{"shape":"
|
647
|
+
"Tags":{"shape":"InputTagList"}
|
597
648
|
}
|
598
649
|
},
|
599
650
|
"CreateTaskResponse":{
|
@@ -708,6 +759,25 @@
|
|
708
759
|
"CreationTime":{"shape":"Time"}
|
709
760
|
}
|
710
761
|
},
|
762
|
+
"DescribeLocationObjectStorageRequest":{
|
763
|
+
"type":"structure",
|
764
|
+
"required":["LocationArn"],
|
765
|
+
"members":{
|
766
|
+
"LocationArn":{"shape":"LocationArn"}
|
767
|
+
}
|
768
|
+
},
|
769
|
+
"DescribeLocationObjectStorageResponse":{
|
770
|
+
"type":"structure",
|
771
|
+
"members":{
|
772
|
+
"LocationArn":{"shape":"LocationArn"},
|
773
|
+
"LocationUri":{"shape":"LocationUri"},
|
774
|
+
"AccessKey":{"shape":"ObjectStorageAccessKey"},
|
775
|
+
"ServerPort":{"shape":"ObjectStorageServerPort"},
|
776
|
+
"ServerProtocol":{"shape":"ObjectStorageServerProtocol"},
|
777
|
+
"AgentArns":{"shape":"AgentArnList"},
|
778
|
+
"CreationTime":{"shape":"Time"}
|
779
|
+
}
|
780
|
+
},
|
711
781
|
"DescribeLocationS3Request":{
|
712
782
|
"type":"structure",
|
713
783
|
"required":["LocationArn"],
|
@@ -902,6 +972,12 @@
|
|
902
972
|
"max":2048,
|
903
973
|
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$"
|
904
974
|
},
|
975
|
+
"InputTagList":{
|
976
|
+
"type":"list",
|
977
|
+
"member":{"shape":"TagListEntry"},
|
978
|
+
"max":50,
|
979
|
+
"min":0
|
980
|
+
},
|
905
981
|
"InternalException":{
|
906
982
|
"type":"structure",
|
907
983
|
"members":{
|
@@ -959,7 +1035,7 @@
|
|
959
1035
|
"ListTagsForResourceResponse":{
|
960
1036
|
"type":"structure",
|
961
1037
|
"members":{
|
962
|
-
"Tags":{"shape":"
|
1038
|
+
"Tags":{"shape":"OutputTagList"},
|
963
1039
|
"NextToken":{"shape":"NextToken"}
|
964
1040
|
}
|
965
1041
|
},
|
@@ -1016,7 +1092,7 @@
|
|
1016
1092
|
"LogGroupArn":{
|
1017
1093
|
"type":"string",
|
1018
1094
|
"max":562,
|
1019
|
-
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)
|
1095
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)(:\\*)?$"
|
1020
1096
|
},
|
1021
1097
|
"LogLevel":{
|
1022
1098
|
"type":"string",
|
@@ -1068,6 +1144,38 @@
|
|
1068
1144
|
"NFS4_1"
|
1069
1145
|
]
|
1070
1146
|
},
|
1147
|
+
"ObjectStorageAccessKey":{
|
1148
|
+
"type":"string",
|
1149
|
+
"max":200,
|
1150
|
+
"min":8,
|
1151
|
+
"pattern":"^.+$"
|
1152
|
+
},
|
1153
|
+
"ObjectStorageBucketName":{
|
1154
|
+
"type":"string",
|
1155
|
+
"max":63,
|
1156
|
+
"min":3,
|
1157
|
+
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
|
1158
|
+
},
|
1159
|
+
"ObjectStorageSecretKey":{
|
1160
|
+
"type":"string",
|
1161
|
+
"max":200,
|
1162
|
+
"min":8,
|
1163
|
+
"pattern":"^.+$",
|
1164
|
+
"sensitive":true
|
1165
|
+
},
|
1166
|
+
"ObjectStorageServerPort":{
|
1167
|
+
"type":"integer",
|
1168
|
+
"box":true,
|
1169
|
+
"max":65536,
|
1170
|
+
"min":1
|
1171
|
+
},
|
1172
|
+
"ObjectStorageServerProtocol":{
|
1173
|
+
"type":"string",
|
1174
|
+
"enum":[
|
1175
|
+
"HTTPS",
|
1176
|
+
"HTTP"
|
1177
|
+
]
|
1178
|
+
},
|
1071
1179
|
"OnPremConfig":{
|
1072
1180
|
"type":"structure",
|
1073
1181
|
"required":["AgentArns"],
|
@@ -1089,9 +1197,16 @@
|
|
1089
1197
|
"PosixPermissions":{"shape":"PosixPermissions"},
|
1090
1198
|
"BytesPerSecond":{"shape":"BytesPerSecond"},
|
1091
1199
|
"TaskQueueing":{"shape":"TaskQueueing"},
|
1092
|
-
"LogLevel":{"shape":"LogLevel"}
|
1200
|
+
"LogLevel":{"shape":"LogLevel"},
|
1201
|
+
"TransferMode":{"shape":"TransferMode"}
|
1093
1202
|
}
|
1094
1203
|
},
|
1204
|
+
"OutputTagList":{
|
1205
|
+
"type":"list",
|
1206
|
+
"member":{"shape":"TagListEntry"},
|
1207
|
+
"max":55,
|
1208
|
+
"min":0
|
1209
|
+
},
|
1095
1210
|
"OverwriteMode":{
|
1096
1211
|
"type":"string",
|
1097
1212
|
"enum":[
|
@@ -1253,12 +1368,6 @@
|
|
1253
1368
|
"max":50,
|
1254
1369
|
"min":1
|
1255
1370
|
},
|
1256
|
-
"TagList":{
|
1257
|
-
"type":"list",
|
1258
|
-
"member":{"shape":"TagListEntry"},
|
1259
|
-
"max":55,
|
1260
|
-
"min":0
|
1261
|
-
},
|
1262
1371
|
"TagListEntry":{
|
1263
1372
|
"type":"structure",
|
1264
1373
|
"required":["Key"],
|
@@ -1275,7 +1384,7 @@
|
|
1275
1384
|
],
|
1276
1385
|
"members":{
|
1277
1386
|
"ResourceArn":{"shape":"TaggableResourceArn"},
|
1278
|
-
"Tags":{"shape":"
|
1387
|
+
"Tags":{"shape":"InputTagList"}
|
1279
1388
|
}
|
1280
1389
|
},
|
1281
1390
|
"TagResourceResponse":{
|
@@ -1378,6 +1487,13 @@
|
|
1378
1487
|
]
|
1379
1488
|
},
|
1380
1489
|
"Time":{"type":"timestamp"},
|
1490
|
+
"TransferMode":{
|
1491
|
+
"type":"string",
|
1492
|
+
"enum":[
|
1493
|
+
"CHANGED",
|
1494
|
+
"ALL"
|
1495
|
+
]
|
1496
|
+
},
|
1381
1497
|
"Uid":{
|
1382
1498
|
"type":"string",
|
1383
1499
|
"enum":[
|
@@ -36,6 +36,20 @@
|
|
36
36
|
{"shape":"ResourceNotFoundFault"}
|
37
37
|
]
|
38
38
|
},
|
39
|
+
"CancelReplicationTaskAssessmentRun":{
|
40
|
+
"name":"CancelReplicationTaskAssessmentRun",
|
41
|
+
"http":{
|
42
|
+
"method":"POST",
|
43
|
+
"requestUri":"/"
|
44
|
+
},
|
45
|
+
"input":{"shape":"CancelReplicationTaskAssessmentRunMessage"},
|
46
|
+
"output":{"shape":"CancelReplicationTaskAssessmentRunResponse"},
|
47
|
+
"errors":[
|
48
|
+
{"shape":"AccessDeniedFault"},
|
49
|
+
{"shape":"ResourceNotFoundFault"},
|
50
|
+
{"shape":"InvalidResourceStateFault"}
|
51
|
+
]
|
52
|
+
},
|
39
53
|
"CreateEndpoint":{
|
40
54
|
"name":"CreateEndpoint",
|
41
55
|
"http":{
|
@@ -221,6 +235,20 @@
|
|
221
235
|
{"shape":"InvalidResourceStateFault"}
|
222
236
|
]
|
223
237
|
},
|
238
|
+
"DeleteReplicationTaskAssessmentRun":{
|
239
|
+
"name":"DeleteReplicationTaskAssessmentRun",
|
240
|
+
"http":{
|
241
|
+
"method":"POST",
|
242
|
+
"requestUri":"/"
|
243
|
+
},
|
244
|
+
"input":{"shape":"DeleteReplicationTaskAssessmentRunMessage"},
|
245
|
+
"output":{"shape":"DeleteReplicationTaskAssessmentRunResponse"},
|
246
|
+
"errors":[
|
247
|
+
{"shape":"AccessDeniedFault"},
|
248
|
+
{"shape":"ResourceNotFoundFault"},
|
249
|
+
{"shape":"InvalidResourceStateFault"}
|
250
|
+
]
|
251
|
+
},
|
224
252
|
"DescribeAccountAttributes":{
|
225
253
|
"name":"DescribeAccountAttributes",
|
226
254
|
"http":{
|
@@ -230,6 +258,20 @@
|
|
230
258
|
"input":{"shape":"DescribeAccountAttributesMessage"},
|
231
259
|
"output":{"shape":"DescribeAccountAttributesResponse"}
|
232
260
|
},
|
261
|
+
"DescribeApplicableIndividualAssessments":{
|
262
|
+
"name":"DescribeApplicableIndividualAssessments",
|
263
|
+
"http":{
|
264
|
+
"method":"POST",
|
265
|
+
"requestUri":"/"
|
266
|
+
},
|
267
|
+
"input":{"shape":"DescribeApplicableIndividualAssessmentsMessage"},
|
268
|
+
"output":{"shape":"DescribeApplicableIndividualAssessmentsResponse"},
|
269
|
+
"errors":[
|
270
|
+
{"shape":"AccessDeniedFault"},
|
271
|
+
{"shape":"ResourceNotFoundFault"},
|
272
|
+
{"shape":"InvalidResourceStateFault"}
|
273
|
+
]
|
274
|
+
},
|
233
275
|
"DescribeCertificates":{
|
234
276
|
"name":"DescribeCertificates",
|
235
277
|
"http":{
|
@@ -388,6 +430,30 @@
|
|
388
430
|
{"shape":"ResourceNotFoundFault"}
|
389
431
|
]
|
390
432
|
},
|
433
|
+
"DescribeReplicationTaskAssessmentRuns":{
|
434
|
+
"name":"DescribeReplicationTaskAssessmentRuns",
|
435
|
+
"http":{
|
436
|
+
"method":"POST",
|
437
|
+
"requestUri":"/"
|
438
|
+
},
|
439
|
+
"input":{"shape":"DescribeReplicationTaskAssessmentRunsMessage"},
|
440
|
+
"output":{"shape":"DescribeReplicationTaskAssessmentRunsResponse"},
|
441
|
+
"errors":[
|
442
|
+
{"shape":"ResourceNotFoundFault"}
|
443
|
+
]
|
444
|
+
},
|
445
|
+
"DescribeReplicationTaskIndividualAssessments":{
|
446
|
+
"name":"DescribeReplicationTaskIndividualAssessments",
|
447
|
+
"http":{
|
448
|
+
"method":"POST",
|
449
|
+
"requestUri":"/"
|
450
|
+
},
|
451
|
+
"input":{"shape":"DescribeReplicationTaskIndividualAssessmentsMessage"},
|
452
|
+
"output":{"shape":"DescribeReplicationTaskIndividualAssessmentsResponse"},
|
453
|
+
"errors":[
|
454
|
+
{"shape":"ResourceNotFoundFault"}
|
455
|
+
]
|
456
|
+
},
|
391
457
|
"DescribeReplicationTasks":{
|
392
458
|
"name":"DescribeReplicationTasks",
|
393
459
|
"http":{
|
@@ -618,6 +684,29 @@
|
|
618
684
|
{"shape":"ResourceNotFoundFault"}
|
619
685
|
]
|
620
686
|
},
|
687
|
+
"StartReplicationTaskAssessmentRun":{
|
688
|
+
"name":"StartReplicationTaskAssessmentRun",
|
689
|
+
"http":{
|
690
|
+
"method":"POST",
|
691
|
+
"requestUri":"/"
|
692
|
+
},
|
693
|
+
"input":{"shape":"StartReplicationTaskAssessmentRunMessage"},
|
694
|
+
"output":{"shape":"StartReplicationTaskAssessmentRunResponse"},
|
695
|
+
"errors":[
|
696
|
+
{"shape":"AccessDeniedFault"},
|
697
|
+
{"shape":"ResourceNotFoundFault"},
|
698
|
+
{"shape":"InvalidResourceStateFault"},
|
699
|
+
{"shape":"KMSAccessDeniedFault"},
|
700
|
+
{"shape":"KMSDisabledFault"},
|
701
|
+
{"shape":"KMSFault"},
|
702
|
+
{"shape":"KMSInvalidStateFault"},
|
703
|
+
{"shape":"KMSNotFoundFault"},
|
704
|
+
{"shape":"KMSKeyNotAccessibleFault"},
|
705
|
+
{"shape":"S3AccessDeniedFault"},
|
706
|
+
{"shape":"S3ResourceNotFoundFault"},
|
707
|
+
{"shape":"ResourceAlreadyExistsFault"}
|
708
|
+
]
|
709
|
+
},
|
621
710
|
"StopReplicationTask":{
|
622
711
|
"name":"StopReplicationTask",
|
623
712
|
"http":{
|
@@ -729,6 +818,19 @@
|
|
729
818
|
},
|
730
819
|
"Boolean":{"type":"boolean"},
|
731
820
|
"BooleanOptional":{"type":"boolean"},
|
821
|
+
"CancelReplicationTaskAssessmentRunMessage":{
|
822
|
+
"type":"structure",
|
823
|
+
"required":["ReplicationTaskAssessmentRunArn"],
|
824
|
+
"members":{
|
825
|
+
"ReplicationTaskAssessmentRunArn":{"shape":"String"}
|
826
|
+
}
|
827
|
+
},
|
828
|
+
"CancelReplicationTaskAssessmentRunResponse":{
|
829
|
+
"type":"structure",
|
830
|
+
"members":{
|
831
|
+
"ReplicationTaskAssessmentRun":{"shape":"ReplicationTaskAssessmentRun"}
|
832
|
+
}
|
833
|
+
},
|
732
834
|
"Certificate":{
|
733
835
|
"type":"structure",
|
734
836
|
"members":{
|
@@ -802,7 +904,13 @@
|
|
802
904
|
"KafkaSettings":{"shape":"KafkaSettings"},
|
803
905
|
"ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
|
804
906
|
"NeptuneSettings":{"shape":"NeptuneSettings"},
|
805
|
-
"RedshiftSettings":{"shape":"RedshiftSettings"}
|
907
|
+
"RedshiftSettings":{"shape":"RedshiftSettings"},
|
908
|
+
"PostgreSQLSettings":{"shape":"PostgreSQLSettings"},
|
909
|
+
"MySQLSettings":{"shape":"MySQLSettings"},
|
910
|
+
"OracleSettings":{"shape":"OracleSettings"},
|
911
|
+
"SybaseSettings":{"shape":"SybaseSettings"},
|
912
|
+
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
913
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
806
914
|
}
|
807
915
|
},
|
808
916
|
"CreateEndpointResponse":{
|
@@ -1001,6 +1109,19 @@
|
|
1001
1109
|
"members":{
|
1002
1110
|
}
|
1003
1111
|
},
|
1112
|
+
"DeleteReplicationTaskAssessmentRunMessage":{
|
1113
|
+
"type":"structure",
|
1114
|
+
"required":["ReplicationTaskAssessmentRunArn"],
|
1115
|
+
"members":{
|
1116
|
+
"ReplicationTaskAssessmentRunArn":{"shape":"String"}
|
1117
|
+
}
|
1118
|
+
},
|
1119
|
+
"DeleteReplicationTaskAssessmentRunResponse":{
|
1120
|
+
"type":"structure",
|
1121
|
+
"members":{
|
1122
|
+
"ReplicationTaskAssessmentRun":{"shape":"ReplicationTaskAssessmentRun"}
|
1123
|
+
}
|
1124
|
+
},
|
1004
1125
|
"DeleteReplicationTaskMessage":{
|
1005
1126
|
"type":"structure",
|
1006
1127
|
"required":["ReplicationTaskArn"],
|
@@ -1026,6 +1147,25 @@
|
|
1026
1147
|
"UniqueAccountIdentifier":{"shape":"String"}
|
1027
1148
|
}
|
1028
1149
|
},
|
1150
|
+
"DescribeApplicableIndividualAssessmentsMessage":{
|
1151
|
+
"type":"structure",
|
1152
|
+
"members":{
|
1153
|
+
"ReplicationTaskArn":{"shape":"String"},
|
1154
|
+
"ReplicationInstanceArn":{"shape":"String"},
|
1155
|
+
"SourceEngineName":{"shape":"String"},
|
1156
|
+
"TargetEngineName":{"shape":"String"},
|
1157
|
+
"MigrationType":{"shape":"MigrationTypeValue"},
|
1158
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1159
|
+
"Marker":{"shape":"String"}
|
1160
|
+
}
|
1161
|
+
},
|
1162
|
+
"DescribeApplicableIndividualAssessmentsResponse":{
|
1163
|
+
"type":"structure",
|
1164
|
+
"members":{
|
1165
|
+
"IndividualAssessmentNames":{"shape":"IndividualAssessmentNameList"},
|
1166
|
+
"Marker":{"shape":"String"}
|
1167
|
+
}
|
1168
|
+
},
|
1029
1169
|
"DescribeCertificatesMessage":{
|
1030
1170
|
"type":"structure",
|
1031
1171
|
"members":{
|
@@ -1242,6 +1382,36 @@
|
|
1242
1382
|
"ReplicationTaskAssessmentResults":{"shape":"ReplicationTaskAssessmentResultList"}
|
1243
1383
|
}
|
1244
1384
|
},
|
1385
|
+
"DescribeReplicationTaskAssessmentRunsMessage":{
|
1386
|
+
"type":"structure",
|
1387
|
+
"members":{
|
1388
|
+
"Filters":{"shape":"FilterList"},
|
1389
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1390
|
+
"Marker":{"shape":"String"}
|
1391
|
+
}
|
1392
|
+
},
|
1393
|
+
"DescribeReplicationTaskAssessmentRunsResponse":{
|
1394
|
+
"type":"structure",
|
1395
|
+
"members":{
|
1396
|
+
"Marker":{"shape":"String"},
|
1397
|
+
"ReplicationTaskAssessmentRuns":{"shape":"ReplicationTaskAssessmentRunList"}
|
1398
|
+
}
|
1399
|
+
},
|
1400
|
+
"DescribeReplicationTaskIndividualAssessmentsMessage":{
|
1401
|
+
"type":"structure",
|
1402
|
+
"members":{
|
1403
|
+
"Filters":{"shape":"FilterList"},
|
1404
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
1405
|
+
"Marker":{"shape":"String"}
|
1406
|
+
}
|
1407
|
+
},
|
1408
|
+
"DescribeReplicationTaskIndividualAssessmentsResponse":{
|
1409
|
+
"type":"structure",
|
1410
|
+
"members":{
|
1411
|
+
"Marker":{"shape":"String"},
|
1412
|
+
"ReplicationTaskIndividualAssessments":{"shape":"ReplicationTaskIndividualAssessmentList"}
|
1413
|
+
}
|
1414
|
+
},
|
1245
1415
|
"DescribeReplicationTasksMessage":{
|
1246
1416
|
"type":"structure",
|
1247
1417
|
"members":{
|
@@ -1371,7 +1541,13 @@
|
|
1371
1541
|
"KafkaSettings":{"shape":"KafkaSettings"},
|
1372
1542
|
"ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
|
1373
1543
|
"NeptuneSettings":{"shape":"NeptuneSettings"},
|
1374
|
-
"RedshiftSettings":{"shape":"RedshiftSettings"}
|
1544
|
+
"RedshiftSettings":{"shape":"RedshiftSettings"},
|
1545
|
+
"PostgreSQLSettings":{"shape":"PostgreSQLSettings"},
|
1546
|
+
"MySQLSettings":{"shape":"MySQLSettings"},
|
1547
|
+
"OracleSettings":{"shape":"OracleSettings"},
|
1548
|
+
"SybaseSettings":{"shape":"SybaseSettings"},
|
1549
|
+
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
1550
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
1375
1551
|
}
|
1376
1552
|
},
|
1377
1553
|
"EndpointList":{
|
@@ -1426,6 +1602,10 @@
|
|
1426
1602
|
"member":{"shape":"EventSubscription"}
|
1427
1603
|
},
|
1428
1604
|
"ExceptionMessage":{"type":"string"},
|
1605
|
+
"ExcludeTestList":{
|
1606
|
+
"type":"list",
|
1607
|
+
"member":{"shape":"String"}
|
1608
|
+
},
|
1429
1609
|
"Filter":{
|
1430
1610
|
"type":"structure",
|
1431
1611
|
"required":[
|
@@ -1445,6 +1625,16 @@
|
|
1445
1625
|
"type":"list",
|
1446
1626
|
"member":{"shape":"String"}
|
1447
1627
|
},
|
1628
|
+
"IBMDb2Settings":{
|
1629
|
+
"type":"structure",
|
1630
|
+
"members":{
|
1631
|
+
"DatabaseName":{"shape":"String"},
|
1632
|
+
"Password":{"shape":"SecretString"},
|
1633
|
+
"Port":{"shape":"IntegerOptional"},
|
1634
|
+
"ServerName":{"shape":"String"},
|
1635
|
+
"Username":{"shape":"String"}
|
1636
|
+
}
|
1637
|
+
},
|
1448
1638
|
"ImportCertificateMessage":{
|
1449
1639
|
"type":"structure",
|
1450
1640
|
"required":["CertificateIdentifier"],
|
@@ -1461,6 +1651,14 @@
|
|
1461
1651
|
"Certificate":{"shape":"Certificate"}
|
1462
1652
|
}
|
1463
1653
|
},
|
1654
|
+
"IncludeTestList":{
|
1655
|
+
"type":"list",
|
1656
|
+
"member":{"shape":"String"}
|
1657
|
+
},
|
1658
|
+
"IndividualAssessmentNameList":{
|
1659
|
+
"type":"list",
|
1660
|
+
"member":{"shape":"String"}
|
1661
|
+
},
|
1464
1662
|
"InsufficientResourceCapacityFault":{
|
1465
1663
|
"type":"structure",
|
1466
1664
|
"members":{
|
@@ -1505,6 +1703,13 @@
|
|
1505
1703
|
},
|
1506
1704
|
"exception":true
|
1507
1705
|
},
|
1706
|
+
"KMSFault":{
|
1707
|
+
"type":"structure",
|
1708
|
+
"members":{
|
1709
|
+
"message":{"shape":"ExceptionMessage"}
|
1710
|
+
},
|
1711
|
+
"exception":true
|
1712
|
+
},
|
1508
1713
|
"KMSInvalidStateFault":{
|
1509
1714
|
"type":"structure",
|
1510
1715
|
"members":{
|
@@ -1537,7 +1742,13 @@
|
|
1537
1742
|
"type":"structure",
|
1538
1743
|
"members":{
|
1539
1744
|
"Broker":{"shape":"String"},
|
1540
|
-
"Topic":{"shape":"String"}
|
1745
|
+
"Topic":{"shape":"String"},
|
1746
|
+
"MessageFormat":{"shape":"MessageFormatValue"},
|
1747
|
+
"IncludeTransactionDetails":{"shape":"BooleanOptional"},
|
1748
|
+
"IncludePartitionValue":{"shape":"BooleanOptional"},
|
1749
|
+
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
|
1750
|
+
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
|
1751
|
+
"IncludeControlDetails":{"shape":"BooleanOptional"}
|
1541
1752
|
}
|
1542
1753
|
},
|
1543
1754
|
"KeyList":{
|
@@ -1578,6 +1789,16 @@
|
|
1578
1789
|
"json-unformatted"
|
1579
1790
|
]
|
1580
1791
|
},
|
1792
|
+
"MicrosoftSQLServerSettings":{
|
1793
|
+
"type":"structure",
|
1794
|
+
"members":{
|
1795
|
+
"Port":{"shape":"IntegerOptional"},
|
1796
|
+
"DatabaseName":{"shape":"String"},
|
1797
|
+
"Password":{"shape":"SecretString"},
|
1798
|
+
"ServerName":{"shape":"String"},
|
1799
|
+
"Username":{"shape":"String"}
|
1800
|
+
}
|
1801
|
+
},
|
1581
1802
|
"MigrationTypeValue":{
|
1582
1803
|
"type":"string",
|
1583
1804
|
"enum":[
|
@@ -1612,7 +1833,13 @@
|
|
1612
1833
|
"KafkaSettings":{"shape":"KafkaSettings"},
|
1613
1834
|
"ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
|
1614
1835
|
"NeptuneSettings":{"shape":"NeptuneSettings"},
|
1615
|
-
"RedshiftSettings":{"shape":"RedshiftSettings"}
|
1836
|
+
"RedshiftSettings":{"shape":"RedshiftSettings"},
|
1837
|
+
"PostgreSQLSettings":{"shape":"PostgreSQLSettings"},
|
1838
|
+
"MySQLSettings":{"shape":"MySQLSettings"},
|
1839
|
+
"OracleSettings":{"shape":"OracleSettings"},
|
1840
|
+
"SybaseSettings":{"shape":"SybaseSettings"},
|
1841
|
+
"MicrosoftSQLServerSettings":{"shape":"MicrosoftSQLServerSettings"},
|
1842
|
+
"IBMDb2Settings":{"shape":"IBMDb2Settings"}
|
1616
1843
|
}
|
1617
1844
|
},
|
1618
1845
|
"ModifyEndpointResponse":{
|
@@ -1717,6 +1944,16 @@
|
|
1717
1944
|
"KmsKeyId":{"shape":"String"}
|
1718
1945
|
}
|
1719
1946
|
},
|
1947
|
+
"MySQLSettings":{
|
1948
|
+
"type":"structure",
|
1949
|
+
"members":{
|
1950
|
+
"DatabaseName":{"shape":"String"},
|
1951
|
+
"Password":{"shape":"SecretString"},
|
1952
|
+
"Port":{"shape":"IntegerOptional"},
|
1953
|
+
"ServerName":{"shape":"String"},
|
1954
|
+
"Username":{"shape":"String"}
|
1955
|
+
}
|
1956
|
+
},
|
1720
1957
|
"NeptuneSettings":{
|
1721
1958
|
"type":"structure",
|
1722
1959
|
"required":[
|
@@ -1740,6 +1977,21 @@
|
|
1740
1977
|
"one"
|
1741
1978
|
]
|
1742
1979
|
},
|
1980
|
+
"OracleSettings":{
|
1981
|
+
"type":"structure",
|
1982
|
+
"members":{
|
1983
|
+
"AsmPassword":{"shape":"SecretString"},
|
1984
|
+
"AsmServer":{"shape":"String"},
|
1985
|
+
"AsmUser":{"shape":"String"},
|
1986
|
+
"DatabaseName":{"shape":"String"},
|
1987
|
+
"Password":{"shape":"SecretString"},
|
1988
|
+
"Port":{"shape":"IntegerOptional"},
|
1989
|
+
"SecurityDbEncryption":{"shape":"SecretString"},
|
1990
|
+
"SecurityDbEncryptionName":{"shape":"String"},
|
1991
|
+
"ServerName":{"shape":"String"},
|
1992
|
+
"Username":{"shape":"String"}
|
1993
|
+
}
|
1994
|
+
},
|
1743
1995
|
"OrderableReplicationInstance":{
|
1744
1996
|
"type":"structure",
|
1745
1997
|
"members":{
|
@@ -1784,6 +2036,16 @@
|
|
1784
2036
|
"type":"list",
|
1785
2037
|
"member":{"shape":"ResourcePendingMaintenanceActions"}
|
1786
2038
|
},
|
2039
|
+
"PostgreSQLSettings":{
|
2040
|
+
"type":"structure",
|
2041
|
+
"members":{
|
2042
|
+
"DatabaseName":{"shape":"String"},
|
2043
|
+
"Password":{"shape":"SecretString"},
|
2044
|
+
"Port":{"shape":"IntegerOptional"},
|
2045
|
+
"ServerName":{"shape":"String"},
|
2046
|
+
"Username":{"shape":"String"}
|
2047
|
+
}
|
2048
|
+
},
|
1787
2049
|
"RebootReplicationInstanceMessage":{
|
1788
2050
|
"type":"structure",
|
1789
2051
|
"required":["ReplicationInstanceArn"],
|
@@ -2042,6 +2304,48 @@
|
|
2042
2304
|
"type":"list",
|
2043
2305
|
"member":{"shape":"ReplicationTaskAssessmentResult"}
|
2044
2306
|
},
|
2307
|
+
"ReplicationTaskAssessmentRun":{
|
2308
|
+
"type":"structure",
|
2309
|
+
"members":{
|
2310
|
+
"ReplicationTaskAssessmentRunArn":{"shape":"String"},
|
2311
|
+
"ReplicationTaskArn":{"shape":"String"},
|
2312
|
+
"Status":{"shape":"String"},
|
2313
|
+
"ReplicationTaskAssessmentRunCreationDate":{"shape":"TStamp"},
|
2314
|
+
"AssessmentProgress":{"shape":"ReplicationTaskAssessmentRunProgress"},
|
2315
|
+
"LastFailureMessage":{"shape":"String"},
|
2316
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
2317
|
+
"ResultLocationBucket":{"shape":"String"},
|
2318
|
+
"ResultLocationFolder":{"shape":"String"},
|
2319
|
+
"ResultEncryptionMode":{"shape":"String"},
|
2320
|
+
"ResultKmsKeyArn":{"shape":"String"},
|
2321
|
+
"AssessmentRunName":{"shape":"String"}
|
2322
|
+
}
|
2323
|
+
},
|
2324
|
+
"ReplicationTaskAssessmentRunList":{
|
2325
|
+
"type":"list",
|
2326
|
+
"member":{"shape":"ReplicationTaskAssessmentRun"}
|
2327
|
+
},
|
2328
|
+
"ReplicationTaskAssessmentRunProgress":{
|
2329
|
+
"type":"structure",
|
2330
|
+
"members":{
|
2331
|
+
"IndividualAssessmentCount":{"shape":"Integer"},
|
2332
|
+
"IndividualAssessmentCompletedCount":{"shape":"Integer"}
|
2333
|
+
}
|
2334
|
+
},
|
2335
|
+
"ReplicationTaskIndividualAssessment":{
|
2336
|
+
"type":"structure",
|
2337
|
+
"members":{
|
2338
|
+
"ReplicationTaskIndividualAssessmentArn":{"shape":"String"},
|
2339
|
+
"ReplicationTaskAssessmentRunArn":{"shape":"String"},
|
2340
|
+
"IndividualAssessmentName":{"shape":"String"},
|
2341
|
+
"Status":{"shape":"String"},
|
2342
|
+
"ReplicationTaskIndividualAssessmentStartDate":{"shape":"TStamp"}
|
2343
|
+
}
|
2344
|
+
},
|
2345
|
+
"ReplicationTaskIndividualAssessmentList":{
|
2346
|
+
"type":"list",
|
2347
|
+
"member":{"shape":"ReplicationTaskIndividualAssessment"}
|
2348
|
+
},
|
2045
2349
|
"ReplicationTaskList":{
|
2046
2350
|
"type":"list",
|
2047
2351
|
"member":{"shape":"ReplicationTask"}
|
@@ -2092,6 +2396,20 @@
|
|
2092
2396
|
},
|
2093
2397
|
"exception":true
|
2094
2398
|
},
|
2399
|
+
"S3AccessDeniedFault":{
|
2400
|
+
"type":"structure",
|
2401
|
+
"members":{
|
2402
|
+
"message":{"shape":"ExceptionMessage"}
|
2403
|
+
},
|
2404
|
+
"exception":true
|
2405
|
+
},
|
2406
|
+
"S3ResourceNotFoundFault":{
|
2407
|
+
"type":"structure",
|
2408
|
+
"members":{
|
2409
|
+
"message":{"shape":"ExceptionMessage"}
|
2410
|
+
},
|
2411
|
+
"exception":true
|
2412
|
+
},
|
2095
2413
|
"S3Settings":{
|
2096
2414
|
"type":"structure",
|
2097
2415
|
"members":{
|
@@ -2161,6 +2479,32 @@
|
|
2161
2479
|
"ReplicationTask":{"shape":"ReplicationTask"}
|
2162
2480
|
}
|
2163
2481
|
},
|
2482
|
+
"StartReplicationTaskAssessmentRunMessage":{
|
2483
|
+
"type":"structure",
|
2484
|
+
"required":[
|
2485
|
+
"ReplicationTaskArn",
|
2486
|
+
"ServiceAccessRoleArn",
|
2487
|
+
"ResultLocationBucket",
|
2488
|
+
"AssessmentRunName"
|
2489
|
+
],
|
2490
|
+
"members":{
|
2491
|
+
"ReplicationTaskArn":{"shape":"String"},
|
2492
|
+
"ServiceAccessRoleArn":{"shape":"String"},
|
2493
|
+
"ResultLocationBucket":{"shape":"String"},
|
2494
|
+
"ResultLocationFolder":{"shape":"String"},
|
2495
|
+
"ResultEncryptionMode":{"shape":"String"},
|
2496
|
+
"ResultKmsKeyArn":{"shape":"String"},
|
2497
|
+
"AssessmentRunName":{"shape":"String"},
|
2498
|
+
"IncludeOnly":{"shape":"IncludeTestList"},
|
2499
|
+
"Exclude":{"shape":"ExcludeTestList"}
|
2500
|
+
}
|
2501
|
+
},
|
2502
|
+
"StartReplicationTaskAssessmentRunResponse":{
|
2503
|
+
"type":"structure",
|
2504
|
+
"members":{
|
2505
|
+
"ReplicationTaskAssessmentRun":{"shape":"ReplicationTaskAssessmentRun"}
|
2506
|
+
}
|
2507
|
+
},
|
2164
2508
|
"StartReplicationTaskMessage":{
|
2165
2509
|
"type":"structure",
|
2166
2510
|
"required":[
|
@@ -2247,6 +2591,16 @@
|
|
2247
2591
|
"type":"list",
|
2248
2592
|
"member":{"shape":"SupportedEndpointType"}
|
2249
2593
|
},
|
2594
|
+
"SybaseSettings":{
|
2595
|
+
"type":"structure",
|
2596
|
+
"members":{
|
2597
|
+
"DatabaseName":{"shape":"String"},
|
2598
|
+
"Password":{"shape":"SecretString"},
|
2599
|
+
"Port":{"shape":"IntegerOptional"},
|
2600
|
+
"ServerName":{"shape":"String"},
|
2601
|
+
"Username":{"shape":"String"}
|
2602
|
+
}
|
2603
|
+
},
|
2250
2604
|
"TStamp":{"type":"timestamp"},
|
2251
2605
|
"TableListToReload":{
|
2252
2606
|
"type":"list",
|
@@ -2282,6 +2636,10 @@
|
|
2282
2636
|
},
|
2283
2637
|
"TableToReload":{
|
2284
2638
|
"type":"structure",
|
2639
|
+
"required":[
|
2640
|
+
"SchemaName",
|
2641
|
+
"TableName"
|
2642
|
+
],
|
2285
2643
|
"members":{
|
2286
2644
|
"SchemaName":{"shape":"String"},
|
2287
2645
|
"TableName":{"shape":"String"}
|