@aws-sdk/client-database-migration-service 3.39.0 → 3.43.0
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.
- package/CHANGELOG.md +46 -0
- package/dist-cjs/endpoints.js +177 -11
- package/dist-cjs/models/models_0.js +20 -10
- package/dist-cjs/protocols/Aws_json1_1.js +64 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +177 -11
- package/dist-es/models/models_0.js +15 -11
- package/dist-es/protocols/Aws_json1_1.js +52 -7
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DatabaseMigrationService.d.ts +14 -2
- package/dist-types/DatabaseMigrationServiceClient.d.ts +8 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +14 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +186 -48
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +49 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +24 -24
package/dist-es/endpoints.js
CHANGED
|
@@ -1,9 +1,101 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
3
|
var regionHash = {
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
"us-east-1": {
|
|
5
|
+
variants: [
|
|
6
|
+
{
|
|
7
|
+
hostname: "dms.us-east-1.amazonaws.com",
|
|
8
|
+
tags: [],
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
hostname: "dms-fips.us-east-1.amazonaws.com",
|
|
12
|
+
tags: ["fips"],
|
|
13
|
+
},
|
|
14
|
+
],
|
|
15
|
+
},
|
|
16
|
+
"us-east-2": {
|
|
17
|
+
variants: [
|
|
18
|
+
{
|
|
19
|
+
hostname: "dms.us-east-2.amazonaws.com",
|
|
20
|
+
tags: [],
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
hostname: "dms-fips.us-east-2.amazonaws.com",
|
|
24
|
+
tags: ["fips"],
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
},
|
|
28
|
+
"us-gov-east-1": {
|
|
29
|
+
variants: [
|
|
30
|
+
{
|
|
31
|
+
hostname: "dms.us-gov-east-1.amazonaws.com",
|
|
32
|
+
tags: [],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
hostname: "dms.us-gov-east-1.amazonaws.com",
|
|
36
|
+
tags: ["fips"],
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
"us-gov-west-1": {
|
|
41
|
+
variants: [
|
|
42
|
+
{
|
|
43
|
+
hostname: "dms.us-gov-west-1.amazonaws.com",
|
|
44
|
+
tags: [],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
hostname: "dms.us-gov-west-1.amazonaws.com",
|
|
48
|
+
tags: ["fips"],
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
"us-iso-east-1": {
|
|
53
|
+
variants: [
|
|
54
|
+
{
|
|
55
|
+
hostname: "dms.us-iso-east-1.c2s.ic.gov",
|
|
56
|
+
tags: [],
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
hostname: "dms.us-iso-east-1.c2s.ic.gov",
|
|
60
|
+
tags: ["fips"],
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
"us-isob-east-1": {
|
|
65
|
+
variants: [
|
|
66
|
+
{
|
|
67
|
+
hostname: "dms.us-isob-east-1.sc2s.sgov.gov",
|
|
68
|
+
tags: [],
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
hostname: "dms.us-isob-east-1.sc2s.sgov.gov",
|
|
72
|
+
tags: ["fips"],
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
},
|
|
76
|
+
"us-west-1": {
|
|
77
|
+
variants: [
|
|
78
|
+
{
|
|
79
|
+
hostname: "dms.us-west-1.amazonaws.com",
|
|
80
|
+
tags: [],
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
hostname: "dms-fips.us-west-1.amazonaws.com",
|
|
84
|
+
tags: ["fips"],
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
},
|
|
88
|
+
"us-west-2": {
|
|
89
|
+
variants: [
|
|
90
|
+
{
|
|
91
|
+
hostname: "dms.us-west-2.amazonaws.com",
|
|
92
|
+
tags: [],
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
hostname: "dms-fips.us-west-2.amazonaws.com",
|
|
96
|
+
tags: ["fips"],
|
|
97
|
+
},
|
|
98
|
+
],
|
|
7
99
|
},
|
|
8
100
|
};
|
|
9
101
|
var partitionHash = {
|
|
@@ -18,6 +110,7 @@ var partitionHash = {
|
|
|
18
110
|
"ap-southeast-1",
|
|
19
111
|
"ap-southeast-2",
|
|
20
112
|
"ca-central-1",
|
|
113
|
+
"dms",
|
|
21
114
|
"dms-fips",
|
|
22
115
|
"eu-central-1",
|
|
23
116
|
"eu-north-1",
|
|
@@ -28,32 +121,105 @@ var partitionHash = {
|
|
|
28
121
|
"me-south-1",
|
|
29
122
|
"sa-east-1",
|
|
30
123
|
"us-east-1",
|
|
124
|
+
"us-east-1-fips",
|
|
31
125
|
"us-east-2",
|
|
126
|
+
"us-east-2-fips",
|
|
32
127
|
"us-west-1",
|
|
128
|
+
"us-west-1-fips",
|
|
33
129
|
"us-west-2",
|
|
130
|
+
"us-west-2-fips",
|
|
34
131
|
],
|
|
35
132
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
36
|
-
|
|
133
|
+
variants: [
|
|
134
|
+
{
|
|
135
|
+
hostname: "dms.{region}.amazonaws.com",
|
|
136
|
+
tags: [],
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
hostname: "dms-fips.{region}.amazonaws.com",
|
|
140
|
+
tags: ["fips"],
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
hostname: "dms-fips.{region}.api.aws",
|
|
144
|
+
tags: ["dualstack", "fips"],
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
hostname: "dms.{region}.api.aws",
|
|
148
|
+
tags: ["dualstack"],
|
|
149
|
+
},
|
|
150
|
+
],
|
|
37
151
|
},
|
|
38
152
|
"aws-cn": {
|
|
39
153
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
40
154
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
41
|
-
|
|
155
|
+
variants: [
|
|
156
|
+
{
|
|
157
|
+
hostname: "dms.{region}.amazonaws.com.cn",
|
|
158
|
+
tags: [],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
hostname: "dms-fips.{region}.amazonaws.com.cn",
|
|
162
|
+
tags: ["fips"],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
hostname: "dms-fips.{region}.api.amazonwebservices.com.cn",
|
|
166
|
+
tags: ["dualstack", "fips"],
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
hostname: "dms.{region}.api.amazonwebservices.com.cn",
|
|
170
|
+
tags: ["dualstack"],
|
|
171
|
+
},
|
|
172
|
+
],
|
|
42
173
|
},
|
|
43
174
|
"aws-iso": {
|
|
44
|
-
regions: ["dms-fips", "us-iso-east-1", "us-iso-west-1"],
|
|
175
|
+
regions: ["dms", "dms-fips", "us-iso-east-1", "us-iso-east-1-fips", "us-iso-west-1"],
|
|
45
176
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
46
|
-
|
|
177
|
+
variants: [
|
|
178
|
+
{
|
|
179
|
+
hostname: "dms.{region}.c2s.ic.gov",
|
|
180
|
+
tags: [],
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
hostname: "dms.{region}.c2s.ic.gov",
|
|
184
|
+
tags: ["fips"],
|
|
185
|
+
},
|
|
186
|
+
],
|
|
47
187
|
},
|
|
48
188
|
"aws-iso-b": {
|
|
49
|
-
regions: ["dms-fips", "us-isob-east-1"],
|
|
189
|
+
regions: ["dms", "dms-fips", "us-isob-east-1", "us-isob-east-1-fips"],
|
|
50
190
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
51
|
-
|
|
191
|
+
variants: [
|
|
192
|
+
{
|
|
193
|
+
hostname: "dms.{region}.sc2s.sgov.gov",
|
|
194
|
+
tags: [],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
hostname: "dms.{region}.sc2s.sgov.gov",
|
|
198
|
+
tags: ["fips"],
|
|
199
|
+
},
|
|
200
|
+
],
|
|
52
201
|
},
|
|
53
202
|
"aws-us-gov": {
|
|
54
|
-
regions: ["dms-fips", "us-gov-east-1", "us-gov-west-1"],
|
|
203
|
+
regions: ["dms", "dms-fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
|
|
55
204
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
56
|
-
|
|
205
|
+
variants: [
|
|
206
|
+
{
|
|
207
|
+
hostname: "dms.{region}.amazonaws.com",
|
|
208
|
+
tags: [],
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
hostname: "dms.{region}.amazonaws.com",
|
|
212
|
+
tags: ["fips"],
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
hostname: "dms-fips.{region}.api.aws",
|
|
216
|
+
tags: ["dualstack", "fips"],
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
hostname: "dms.{region}.api.aws",
|
|
220
|
+
tags: ["dualstack"],
|
|
221
|
+
},
|
|
222
|
+
],
|
|
57
223
|
},
|
|
58
224
|
};
|
|
59
225
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
@@ -86,6 +86,15 @@ export var ReplicationEndpointTypeValue;
|
|
|
86
86
|
ReplicationEndpointTypeValue["SOURCE"] = "source";
|
|
87
87
|
ReplicationEndpointTypeValue["TARGET"] = "target";
|
|
88
88
|
})(ReplicationEndpointTypeValue || (ReplicationEndpointTypeValue = {}));
|
|
89
|
+
export var TargetDbType;
|
|
90
|
+
(function (TargetDbType) {
|
|
91
|
+
TargetDbType["MULTIPLE_DATABASES"] = "multiple-databases";
|
|
92
|
+
TargetDbType["SPECIFIC_DATABASE"] = "specific-database";
|
|
93
|
+
})(TargetDbType || (TargetDbType = {}));
|
|
94
|
+
export var GcpMySQLSettings;
|
|
95
|
+
(function (GcpMySQLSettings) {
|
|
96
|
+
GcpMySQLSettings.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
97
|
+
})(GcpMySQLSettings || (GcpMySQLSettings = {}));
|
|
89
98
|
export var IBMDb2Settings;
|
|
90
99
|
(function (IBMDb2Settings) {
|
|
91
100
|
IBMDb2Settings.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
@@ -135,11 +144,6 @@ export var MongoDbSettings;
|
|
|
135
144
|
(function (MongoDbSettings) {
|
|
136
145
|
MongoDbSettings.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
137
146
|
})(MongoDbSettings || (MongoDbSettings = {}));
|
|
138
|
-
export var TargetDbType;
|
|
139
|
-
(function (TargetDbType) {
|
|
140
|
-
TargetDbType["MULTIPLE_DATABASES"] = "multiple-databases";
|
|
141
|
-
TargetDbType["SPECIFIC_DATABASE"] = "specific-database";
|
|
142
|
-
})(TargetDbType || (TargetDbType = {}));
|
|
143
147
|
export var MySQLSettings;
|
|
144
148
|
(function (MySQLSettings) {
|
|
145
149
|
MySQLSettings.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
@@ -256,19 +260,19 @@ export var SybaseSettings;
|
|
|
256
260
|
})(SybaseSettings || (SybaseSettings = {}));
|
|
257
261
|
export var CreateEndpointMessage;
|
|
258
262
|
(function (CreateEndpointMessage) {
|
|
259
|
-
CreateEndpointMessage.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettings.filterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettings.filterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettings.filterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && {
|
|
263
|
+
CreateEndpointMessage.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettings.filterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettings.filterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettings.filterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && {
|
|
260
264
|
PostgreSQLSettings: PostgreSQLSettings.filterSensitiveLog(obj.PostgreSQLSettings),
|
|
261
265
|
})), (obj.MySQLSettings && { MySQLSettings: MySQLSettings.filterSensitiveLog(obj.MySQLSettings) })), (obj.OracleSettings && { OracleSettings: OracleSettings.filterSensitiveLog(obj.OracleSettings) })), (obj.SybaseSettings && { SybaseSettings: SybaseSettings.filterSensitiveLog(obj.SybaseSettings) })), (obj.MicrosoftSQLServerSettings && {
|
|
262
266
|
MicrosoftSQLServerSettings: MicrosoftSQLServerSettings.filterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
263
|
-
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2Settings.filterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettings.filterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettings.filterSensitiveLog(obj.RedisSettings) }))); };
|
|
267
|
+
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2Settings.filterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettings.filterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettings.filterSensitiveLog(obj.RedisSettings) })), (obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettings.filterSensitiveLog(obj.GcpMySQLSettings) }))); };
|
|
264
268
|
})(CreateEndpointMessage || (CreateEndpointMessage = {}));
|
|
265
269
|
export var Endpoint;
|
|
266
270
|
(function (Endpoint) {
|
|
267
|
-
Endpoint.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettings.filterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettings.filterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettings.filterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && {
|
|
271
|
+
Endpoint.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettings.filterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettings.filterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettings.filterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && {
|
|
268
272
|
PostgreSQLSettings: PostgreSQLSettings.filterSensitiveLog(obj.PostgreSQLSettings),
|
|
269
273
|
})), (obj.MySQLSettings && { MySQLSettings: MySQLSettings.filterSensitiveLog(obj.MySQLSettings) })), (obj.OracleSettings && { OracleSettings: OracleSettings.filterSensitiveLog(obj.OracleSettings) })), (obj.SybaseSettings && { SybaseSettings: SybaseSettings.filterSensitiveLog(obj.SybaseSettings) })), (obj.MicrosoftSQLServerSettings && {
|
|
270
274
|
MicrosoftSQLServerSettings: MicrosoftSQLServerSettings.filterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
271
|
-
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2Settings.filterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettings.filterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettings.filterSensitiveLog(obj.RedisSettings) }))); };
|
|
275
|
+
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2Settings.filterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettings.filterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettings.filterSensitiveLog(obj.RedisSettings) })), (obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettings.filterSensitiveLog(obj.GcpMySQLSettings) }))); };
|
|
272
276
|
})(Endpoint || (Endpoint = {}));
|
|
273
277
|
export var CreateEndpointResponse;
|
|
274
278
|
(function (CreateEndpointResponse) {
|
|
@@ -739,11 +743,11 @@ export var ListTagsForResourceResponse;
|
|
|
739
743
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
740
744
|
export var ModifyEndpointMessage;
|
|
741
745
|
(function (ModifyEndpointMessage) {
|
|
742
|
-
ModifyEndpointMessage.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettings.filterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettings.filterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettings.filterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && {
|
|
746
|
+
ModifyEndpointMessage.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.MongoDbSettings && { MongoDbSettings: MongoDbSettings.filterSensitiveLog(obj.MongoDbSettings) })), (obj.KafkaSettings && { KafkaSettings: KafkaSettings.filterSensitiveLog(obj.KafkaSettings) })), (obj.RedshiftSettings && { RedshiftSettings: RedshiftSettings.filterSensitiveLog(obj.RedshiftSettings) })), (obj.PostgreSQLSettings && {
|
|
743
747
|
PostgreSQLSettings: PostgreSQLSettings.filterSensitiveLog(obj.PostgreSQLSettings),
|
|
744
748
|
})), (obj.MySQLSettings && { MySQLSettings: MySQLSettings.filterSensitiveLog(obj.MySQLSettings) })), (obj.OracleSettings && { OracleSettings: OracleSettings.filterSensitiveLog(obj.OracleSettings) })), (obj.SybaseSettings && { SybaseSettings: SybaseSettings.filterSensitiveLog(obj.SybaseSettings) })), (obj.MicrosoftSQLServerSettings && {
|
|
745
749
|
MicrosoftSQLServerSettings: MicrosoftSQLServerSettings.filterSensitiveLog(obj.MicrosoftSQLServerSettings),
|
|
746
|
-
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2Settings.filterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettings.filterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettings.filterSensitiveLog(obj.RedisSettings) }))); };
|
|
750
|
+
})), (obj.IBMDb2Settings && { IBMDb2Settings: IBMDb2Settings.filterSensitiveLog(obj.IBMDb2Settings) })), (obj.DocDbSettings && { DocDbSettings: DocDbSettings.filterSensitiveLog(obj.DocDbSettings) })), (obj.RedisSettings && { RedisSettings: RedisSettings.filterSensitiveLog(obj.RedisSettings) })), (obj.GcpMySQLSettings && { GcpMySQLSettings: GcpMySQLSettings.filterSensitiveLog(obj.GcpMySQLSettings) }))); };
|
|
747
751
|
})(ModifyEndpointMessage || (ModifyEndpointMessage = {}));
|
|
748
752
|
export var ModifyEndpointResponse;
|
|
749
753
|
(function (ModifyEndpointResponse) {
|
|
@@ -4709,7 +4709,7 @@ var serializeAws_json1_1CancelReplicationTaskAssessmentRunMessage = function (in
|
|
|
4709
4709
|
}));
|
|
4710
4710
|
};
|
|
4711
4711
|
var serializeAws_json1_1CreateEndpointMessage = function (input, context) {
|
|
4712
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CertificateArn !== undefined &&
|
|
4712
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CertificateArn !== undefined &&
|
|
4713
4713
|
input.CertificateArn !== null && { CertificateArn: input.CertificateArn })), (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.DmsTransferSettings !== undefined &&
|
|
4714
4714
|
input.DmsTransferSettings !== null && {
|
|
4715
4715
|
DmsTransferSettings: serializeAws_json1_1DmsTransferSettings(input.DmsTransferSettings, context),
|
|
@@ -4725,7 +4725,10 @@ var serializeAws_json1_1CreateEndpointMessage = function (input, context) {
|
|
|
4725
4725
|
})), (input.EndpointIdentifier !== undefined &&
|
|
4726
4726
|
input.EndpointIdentifier !== null && { EndpointIdentifier: input.EndpointIdentifier })), (input.EndpointType !== undefined && input.EndpointType !== null && { EndpointType: input.EndpointType })), (input.EngineName !== undefined && input.EngineName !== null && { EngineName: input.EngineName })), (input.ExternalTableDefinition !== undefined &&
|
|
4727
4727
|
input.ExternalTableDefinition !== null && { ExternalTableDefinition: input.ExternalTableDefinition })), (input.ExtraConnectionAttributes !== undefined &&
|
|
4728
|
-
input.ExtraConnectionAttributes !== null && { ExtraConnectionAttributes: input.ExtraConnectionAttributes })), (input.
|
|
4728
|
+
input.ExtraConnectionAttributes !== null && { ExtraConnectionAttributes: input.ExtraConnectionAttributes })), (input.GcpMySQLSettings !== undefined &&
|
|
4729
|
+
input.GcpMySQLSettings !== null && {
|
|
4730
|
+
GcpMySQLSettings: serializeAws_json1_1GcpMySQLSettings(input.GcpMySQLSettings, context),
|
|
4731
|
+
})), (input.IBMDb2Settings !== undefined &&
|
|
4729
4732
|
input.IBMDb2Settings !== null && {
|
|
4730
4733
|
IBMDb2Settings: serializeAws_json1_1IBMDb2Settings(input.IBMDb2Settings, context),
|
|
4731
4734
|
})), (input.KafkaSettings !== undefined &&
|
|
@@ -5011,6 +5014,18 @@ var serializeAws_json1_1FilterValueList = function (input, context) {
|
|
|
5011
5014
|
return entry;
|
|
5012
5015
|
});
|
|
5013
5016
|
};
|
|
5017
|
+
var serializeAws_json1_1GcpMySQLSettings = function (input, context) {
|
|
5018
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AfterConnectScript !== undefined &&
|
|
5019
|
+
input.AfterConnectScript !== null && { AfterConnectScript: input.AfterConnectScript })), (input.CleanSourceMetadataOnMismatch !== undefined &&
|
|
5020
|
+
input.CleanSourceMetadataOnMismatch !== null && {
|
|
5021
|
+
CleanSourceMetadataOnMismatch: input.CleanSourceMetadataOnMismatch,
|
|
5022
|
+
})), (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.EventsPollInterval !== undefined &&
|
|
5023
|
+
input.EventsPollInterval !== null && { EventsPollInterval: input.EventsPollInterval })), (input.MaxFileSize !== undefined && input.MaxFileSize !== null && { MaxFileSize: input.MaxFileSize })), (input.ParallelLoadThreads !== undefined &&
|
|
5024
|
+
input.ParallelLoadThreads !== null && { ParallelLoadThreads: input.ParallelLoadThreads })), (input.Password !== undefined && input.Password !== null && { Password: input.Password })), (input.Port !== undefined && input.Port !== null && { Port: input.Port })), (input.SecretsManagerAccessRoleArn !== undefined &&
|
|
5025
|
+
input.SecretsManagerAccessRoleArn !== null && { SecretsManagerAccessRoleArn: input.SecretsManagerAccessRoleArn })), (input.SecretsManagerSecretId !== undefined &&
|
|
5026
|
+
input.SecretsManagerSecretId !== null && { SecretsManagerSecretId: input.SecretsManagerSecretId })), (input.ServerName !== undefined && input.ServerName !== null && { ServerName: input.ServerName })), (input.ServerTimezone !== undefined &&
|
|
5027
|
+
input.ServerTimezone !== null && { ServerTimezone: input.ServerTimezone })), (input.TargetDbType !== undefined && input.TargetDbType !== null && { TargetDbType: input.TargetDbType })), (input.Username !== undefined && input.Username !== null && { Username: input.Username }));
|
|
5028
|
+
};
|
|
5014
5029
|
var serializeAws_json1_1IBMDb2Settings = function (input, context) {
|
|
5015
5030
|
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CurrentLsn !== undefined && input.CurrentLsn !== null && { CurrentLsn: input.CurrentLsn })), (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.MaxKBytesPerRead !== undefined &&
|
|
5016
5031
|
input.MaxKBytesPerRead !== null && { MaxKBytesPerRead: input.MaxKBytesPerRead })), (input.Password !== undefined && input.Password !== null && { Password: input.Password })), (input.Port !== undefined && input.Port !== null && { Port: input.Port })), (input.SecretsManagerAccessRoleArn !== undefined &&
|
|
@@ -5097,7 +5112,7 @@ var serializeAws_json1_1MicrosoftSQLServerSettings = function (input, context) {
|
|
|
5097
5112
|
input.UseThirdPartyBackupDevice !== null && { UseThirdPartyBackupDevice: input.UseThirdPartyBackupDevice })), (input.Username !== undefined && input.Username !== null && { Username: input.Username }));
|
|
5098
5113
|
};
|
|
5099
5114
|
var serializeAws_json1_1ModifyEndpointMessage = function (input, context) {
|
|
5100
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CertificateArn !== undefined &&
|
|
5115
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CertificateArn !== undefined &&
|
|
5101
5116
|
input.CertificateArn !== null && { CertificateArn: input.CertificateArn })), (input.DatabaseName !== undefined && input.DatabaseName !== null && { DatabaseName: input.DatabaseName })), (input.DmsTransferSettings !== undefined &&
|
|
5102
5117
|
input.DmsTransferSettings !== null && {
|
|
5103
5118
|
DmsTransferSettings: serializeAws_json1_1DmsTransferSettings(input.DmsTransferSettings, context),
|
|
@@ -5113,7 +5128,10 @@ var serializeAws_json1_1ModifyEndpointMessage = function (input, context) {
|
|
|
5113
5128
|
})), (input.EndpointArn !== undefined && input.EndpointArn !== null && { EndpointArn: input.EndpointArn })), (input.EndpointIdentifier !== undefined &&
|
|
5114
5129
|
input.EndpointIdentifier !== null && { EndpointIdentifier: input.EndpointIdentifier })), (input.EndpointType !== undefined && input.EndpointType !== null && { EndpointType: input.EndpointType })), (input.EngineName !== undefined && input.EngineName !== null && { EngineName: input.EngineName })), (input.ExactSettings !== undefined && input.ExactSettings !== null && { ExactSettings: input.ExactSettings })), (input.ExternalTableDefinition !== undefined &&
|
|
5115
5130
|
input.ExternalTableDefinition !== null && { ExternalTableDefinition: input.ExternalTableDefinition })), (input.ExtraConnectionAttributes !== undefined &&
|
|
5116
|
-
input.ExtraConnectionAttributes !== null && { ExtraConnectionAttributes: input.ExtraConnectionAttributes })), (input.
|
|
5131
|
+
input.ExtraConnectionAttributes !== null && { ExtraConnectionAttributes: input.ExtraConnectionAttributes })), (input.GcpMySQLSettings !== undefined &&
|
|
5132
|
+
input.GcpMySQLSettings !== null && {
|
|
5133
|
+
GcpMySQLSettings: serializeAws_json1_1GcpMySQLSettings(input.GcpMySQLSettings, context),
|
|
5134
|
+
})), (input.IBMDb2Settings !== undefined &&
|
|
5117
5135
|
input.IBMDb2Settings !== null && {
|
|
5118
5136
|
IBMDb2Settings: serializeAws_json1_1IBMDb2Settings(input.IBMDb2Settings, context),
|
|
5119
5137
|
})), (input.KafkaSettings !== undefined &&
|
|
@@ -5322,7 +5340,7 @@ var serializeAws_json1_1RemoveTagsFromResourceMessage = function (input, context
|
|
|
5322
5340
|
input.TagKeys !== null && { TagKeys: serializeAws_json1_1KeyList(input.TagKeys, context) }));
|
|
5323
5341
|
};
|
|
5324
5342
|
var serializeAws_json1_1S3Settings = function (input, context) {
|
|
5325
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AddColumnName !== undefined && input.AddColumnName !== null && { AddColumnName: input.AddColumnName })), (input.BucketFolder !== undefined && input.BucketFolder !== null && { BucketFolder: input.BucketFolder })), (input.BucketName !== undefined && input.BucketName !== null && { BucketName: input.BucketName })), (input.CannedAclForObjects !== undefined &&
|
|
5343
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AddColumnName !== undefined && input.AddColumnName !== null && { AddColumnName: input.AddColumnName })), (input.BucketFolder !== undefined && input.BucketFolder !== null && { BucketFolder: input.BucketFolder })), (input.BucketName !== undefined && input.BucketName !== null && { BucketName: input.BucketName })), (input.CannedAclForObjects !== undefined &&
|
|
5326
5344
|
input.CannedAclForObjects !== null && { CannedAclForObjects: input.CannedAclForObjects })), (input.CdcInsertsAndUpdates !== undefined &&
|
|
5327
5345
|
input.CdcInsertsAndUpdates !== null && { CdcInsertsAndUpdates: input.CdcInsertsAndUpdates })), (input.CdcInsertsOnly !== undefined &&
|
|
5328
5346
|
input.CdcInsertsOnly !== null && { CdcInsertsOnly: input.CdcInsertsOnly })), (input.CdcMaxBatchInterval !== undefined &&
|
|
@@ -5332,7 +5350,8 @@ var serializeAws_json1_1S3Settings = function (input, context) {
|
|
|
5332
5350
|
input.CsvRowDelimiter !== null && { CsvRowDelimiter: input.CsvRowDelimiter })), (input.DataFormat !== undefined && input.DataFormat !== null && { DataFormat: input.DataFormat })), (input.DataPageSize !== undefined && input.DataPageSize !== null && { DataPageSize: input.DataPageSize })), (input.DatePartitionDelimiter !== undefined &&
|
|
5333
5351
|
input.DatePartitionDelimiter !== null && { DatePartitionDelimiter: input.DatePartitionDelimiter })), (input.DatePartitionEnabled !== undefined &&
|
|
5334
5352
|
input.DatePartitionEnabled !== null && { DatePartitionEnabled: input.DatePartitionEnabled })), (input.DatePartitionSequence !== undefined &&
|
|
5335
|
-
input.DatePartitionSequence !== null && { DatePartitionSequence: input.DatePartitionSequence })), (input.
|
|
5353
|
+
input.DatePartitionSequence !== null && { DatePartitionSequence: input.DatePartitionSequence })), (input.DatePartitionTimezone !== undefined &&
|
|
5354
|
+
input.DatePartitionTimezone !== null && { DatePartitionTimezone: input.DatePartitionTimezone })), (input.DictPageSizeLimit !== undefined &&
|
|
5336
5355
|
input.DictPageSizeLimit !== null && { DictPageSizeLimit: input.DictPageSizeLimit })), (input.EnableStatistics !== undefined &&
|
|
5337
5356
|
input.EnableStatistics !== null && { EnableStatistics: input.EnableStatistics })), (input.EncodingType !== undefined && input.EncodingType !== null && { EncodingType: input.EncodingType })), (input.EncryptionMode !== undefined &&
|
|
5338
5357
|
input.EncryptionMode !== null && { EncryptionMode: input.EncryptionMode })), (input.ExternalTableDefinition !== undefined &&
|
|
@@ -5350,7 +5369,10 @@ var serializeAws_json1_1S3Settings = function (input, context) {
|
|
|
5350
5369
|
})), (input.ServiceAccessRoleArn !== undefined &&
|
|
5351
5370
|
input.ServiceAccessRoleArn !== null && { ServiceAccessRoleArn: input.ServiceAccessRoleArn })), (input.TimestampColumnName !== undefined &&
|
|
5352
5371
|
input.TimestampColumnName !== null && { TimestampColumnName: input.TimestampColumnName })), (input.UseCsvNoSupValue !== undefined &&
|
|
5353
|
-
input.UseCsvNoSupValue !== null && { UseCsvNoSupValue: input.UseCsvNoSupValue }))
|
|
5372
|
+
input.UseCsvNoSupValue !== null && { UseCsvNoSupValue: input.UseCsvNoSupValue })), (input.UseTaskStartTimeForFullLoadTimestamp !== undefined &&
|
|
5373
|
+
input.UseTaskStartTimeForFullLoadTimestamp !== null && {
|
|
5374
|
+
UseTaskStartTimeForFullLoadTimestamp: input.UseTaskStartTimeForFullLoadTimestamp,
|
|
5375
|
+
}));
|
|
5354
5376
|
};
|
|
5355
5377
|
var serializeAws_json1_1SourceIdsList = function (input, context) {
|
|
5356
5378
|
return input
|
|
@@ -5873,6 +5895,9 @@ var deserializeAws_json1_1Endpoint = function (output, context) {
|
|
|
5873
5895
|
ExternalId: __expectString(output.ExternalId),
|
|
5874
5896
|
ExternalTableDefinition: __expectString(output.ExternalTableDefinition),
|
|
5875
5897
|
ExtraConnectionAttributes: __expectString(output.ExtraConnectionAttributes),
|
|
5898
|
+
GcpMySQLSettings: output.GcpMySQLSettings !== undefined && output.GcpMySQLSettings !== null
|
|
5899
|
+
? deserializeAws_json1_1GcpMySQLSettings(output.GcpMySQLSettings, context)
|
|
5900
|
+
: undefined,
|
|
5876
5901
|
IBMDb2Settings: output.IBMDb2Settings !== undefined && output.IBMDb2Settings !== null
|
|
5877
5902
|
? deserializeAws_json1_1IBMDb2Settings(output.IBMDb2Settings, context)
|
|
5878
5903
|
: undefined,
|
|
@@ -6044,6 +6069,24 @@ var deserializeAws_json1_1EventSubscriptionsList = function (output, context) {
|
|
|
6044
6069
|
return deserializeAws_json1_1EventSubscription(entry, context);
|
|
6045
6070
|
});
|
|
6046
6071
|
};
|
|
6072
|
+
var deserializeAws_json1_1GcpMySQLSettings = function (output, context) {
|
|
6073
|
+
return {
|
|
6074
|
+
AfterConnectScript: __expectString(output.AfterConnectScript),
|
|
6075
|
+
CleanSourceMetadataOnMismatch: __expectBoolean(output.CleanSourceMetadataOnMismatch),
|
|
6076
|
+
DatabaseName: __expectString(output.DatabaseName),
|
|
6077
|
+
EventsPollInterval: __expectInt32(output.EventsPollInterval),
|
|
6078
|
+
MaxFileSize: __expectInt32(output.MaxFileSize),
|
|
6079
|
+
ParallelLoadThreads: __expectInt32(output.ParallelLoadThreads),
|
|
6080
|
+
Password: __expectString(output.Password),
|
|
6081
|
+
Port: __expectInt32(output.Port),
|
|
6082
|
+
SecretsManagerAccessRoleArn: __expectString(output.SecretsManagerAccessRoleArn),
|
|
6083
|
+
SecretsManagerSecretId: __expectString(output.SecretsManagerSecretId),
|
|
6084
|
+
ServerName: __expectString(output.ServerName),
|
|
6085
|
+
ServerTimezone: __expectString(output.ServerTimezone),
|
|
6086
|
+
TargetDbType: __expectString(output.TargetDbType),
|
|
6087
|
+
Username: __expectString(output.Username),
|
|
6088
|
+
};
|
|
6089
|
+
};
|
|
6047
6090
|
var deserializeAws_json1_1IBMDb2Settings = function (output, context) {
|
|
6048
6091
|
return {
|
|
6049
6092
|
CurrentLsn: __expectString(output.CurrentLsn),
|
|
@@ -6821,6 +6864,7 @@ var deserializeAws_json1_1S3Settings = function (output, context) {
|
|
|
6821
6864
|
DatePartitionDelimiter: __expectString(output.DatePartitionDelimiter),
|
|
6822
6865
|
DatePartitionEnabled: __expectBoolean(output.DatePartitionEnabled),
|
|
6823
6866
|
DatePartitionSequence: __expectString(output.DatePartitionSequence),
|
|
6867
|
+
DatePartitionTimezone: __expectString(output.DatePartitionTimezone),
|
|
6824
6868
|
DictPageSizeLimit: __expectInt32(output.DictPageSizeLimit),
|
|
6825
6869
|
EnableStatistics: __expectBoolean(output.EnableStatistics),
|
|
6826
6870
|
EncodingType: __expectString(output.EncodingType),
|
|
@@ -6838,6 +6882,7 @@ var deserializeAws_json1_1S3Settings = function (output, context) {
|
|
|
6838
6882
|
ServiceAccessRoleArn: __expectString(output.ServiceAccessRoleArn),
|
|
6839
6883
|
TimestampColumnName: __expectString(output.TimestampColumnName),
|
|
6840
6884
|
UseCsvNoSupValue: __expectBoolean(output.UseCsvNoSupValue),
|
|
6885
|
+
UseTaskStartTimeForFullLoadTimestamp: __expectBoolean(output.UseTaskStartTimeForFullLoadTimestamp),
|
|
6841
6886
|
};
|
|
6842
6887
|
};
|
|
6843
6888
|
var deserializeAws_json1_1SchemaList = function (output, context) {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -353,8 +353,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
|
|
|
353
353
|
* latest results.</p>
|
|
354
354
|
* <p>For more information about DMS task assessments, see
|
|
355
355
|
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
|
|
356
|
-
* in the <
|
|
357
|
-
* Database Migration Service User Guide</a>.</p>
|
|
356
|
+
* in the <i>Database Migration Service User Guide</i>.</p>
|
|
358
357
|
*/
|
|
359
358
|
describeReplicationTaskAssessmentResults(args: DescribeReplicationTaskAssessmentResultsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput>;
|
|
360
359
|
describeReplicationTaskAssessmentResults(args: DescribeReplicationTaskAssessmentResultsCommandInput, cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void): void;
|
|
@@ -521,6 +520,19 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
|
|
|
521
520
|
/**
|
|
522
521
|
* <p> Starts the replication task assessment for unsupported data types in the source
|
|
523
522
|
* database. </p>
|
|
523
|
+
* <p>You can only use this operation for a task if the following conditions are true:</p>
|
|
524
|
+
* <ul>
|
|
525
|
+
* <li>
|
|
526
|
+
* <p>The task must be in the <code>stopped</code> state.</p>
|
|
527
|
+
* </li>
|
|
528
|
+
* <li>
|
|
529
|
+
* <p>The task must have successful connections to the source and target.</p>
|
|
530
|
+
* </li>
|
|
531
|
+
* </ul>
|
|
532
|
+
* <p>If either of these conditions are not met, an <code>InvalidResourceStateFault</code> error will result. </p>
|
|
533
|
+
* <p>For information about DMS task assessments, see
|
|
534
|
+
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
|
|
535
|
+
* in the <i>Database Migration Service User Guide</i>.</p>
|
|
524
536
|
*/
|
|
525
537
|
startReplicationTaskAssessment(args: StartReplicationTaskAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<StartReplicationTaskAssessmentCommandOutput>;
|
|
526
538
|
startReplicationTaskAssessment(args: StartReplicationTaskAssessmentCommandInput, cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void): void;
|
|
@@ -131,6 +131,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
131
131
|
* Optional logger for logging debug/info/warn/error.
|
|
132
132
|
*/
|
|
133
133
|
logger?: __Logger;
|
|
134
|
+
/**
|
|
135
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
136
|
+
*/
|
|
137
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
138
|
+
/**
|
|
139
|
+
* Enables FIPS compatible endpoints.
|
|
140
|
+
*/
|
|
141
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
134
142
|
/**
|
|
135
143
|
* Unique service identifier.
|
|
136
144
|
* @internal
|
|
@@ -25,7 +25,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ApplyPendingMaintenanceActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ApplyPendingMaintenanceActionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CancelReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CancelReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CancelReplicationTaskAssessmentRunCommand extends $Command<CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link CreateEndpointCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link CreateEndpointCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateEventSubscriptionCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateReplicationInstanceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateReplicationInstanceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateReplicationInstanceCommand extends $Command<CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateReplicationSubnetGroupCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateReplicationSubnetGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateReplicationSubnetGroupCommand extends $Command<CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|