@aws-sdk/client-database-migration-service 3.828.0 → 3.831.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/dist-cjs/index.js +2 -1
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +6 -1
- package/dist-types/commands/CreateDataProviderCommand.d.ts +34 -0
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -1
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +0 -1
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +6 -1
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +6 -1
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +0 -1
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +6 -1
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +6 -1
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +6 -1
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +6 -1
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +6 -1
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +6 -1
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +34 -0
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +0 -1
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +6 -1
- package/dist-types/commands/StartRecommendationsCommand.d.ts +6 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +101 -11
- package/dist-types/models/models_1.d.ts +15 -12
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -4028,7 +4028,8 @@ var de_DataProvider = /* @__PURE__ */ __name((output, context) => {
|
|
|
4028
4028
|
DataProviderName: import_smithy_client.expectString,
|
|
4029
4029
|
Description: import_smithy_client.expectString,
|
|
4030
4030
|
Engine: import_smithy_client.expectString,
|
|
4031
|
-
Settings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Settings")
|
|
4031
|
+
Settings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Settings"),
|
|
4032
|
+
Virtual: import_smithy_client.expectBoolean
|
|
4032
4033
|
});
|
|
4033
4034
|
}, "de_DataProvider");
|
|
4034
4035
|
var de_DataProviderList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2682,6 +2682,7 @@ const de_DataProvider = (output, context) => {
|
|
|
2682
2682
|
Description: __expectString,
|
|
2683
2683
|
Engine: __expectString,
|
|
2684
2684
|
Settings: (_) => _json(__expectUnion(_)),
|
|
2685
|
+
Virtual: __expectBoolean,
|
|
2685
2686
|
});
|
|
2686
2687
|
};
|
|
2687
2688
|
const de_DataProviderList = (output, context) => {
|
|
@@ -27,7 +27,12 @@ declare const BatchStartRecommendationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Starts the analysis of up to 20 source databases to recommend target engines for each
|
|
31
36
|
* source database. This is a batch version of <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html">StartRecommendations</a>.</p>
|
|
32
37
|
* <p>The result of analysis of each source database is reported individually in the
|
|
33
38
|
* response. Because the batch request can result in a combination of successful and
|
|
@@ -39,11 +39,14 @@ declare const CreateDataProviderCommand_base: {
|
|
|
39
39
|
* DataProviderName: "STRING_VALUE",
|
|
40
40
|
* Description: "STRING_VALUE",
|
|
41
41
|
* Engine: "STRING_VALUE", // required
|
|
42
|
+
* Virtual: true || false,
|
|
42
43
|
* Settings: { // DataProviderSettings Union: only one key present
|
|
43
44
|
* RedshiftSettings: { // RedshiftDataProviderSettings
|
|
44
45
|
* ServerName: "STRING_VALUE",
|
|
45
46
|
* Port: Number("int"),
|
|
46
47
|
* DatabaseName: "STRING_VALUE",
|
|
48
|
+
* S3Path: "STRING_VALUE",
|
|
49
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
47
50
|
* },
|
|
48
51
|
* PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
49
52
|
* ServerName: "STRING_VALUE",
|
|
@@ -51,12 +54,16 @@ declare const CreateDataProviderCommand_base: {
|
|
|
51
54
|
* DatabaseName: "STRING_VALUE",
|
|
52
55
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
53
56
|
* CertificateArn: "STRING_VALUE",
|
|
57
|
+
* S3Path: "STRING_VALUE",
|
|
58
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
54
59
|
* },
|
|
55
60
|
* MySqlSettings: { // MySqlDataProviderSettings
|
|
56
61
|
* ServerName: "STRING_VALUE",
|
|
57
62
|
* Port: Number("int"),
|
|
58
63
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
59
64
|
* CertificateArn: "STRING_VALUE",
|
|
65
|
+
* S3Path: "STRING_VALUE",
|
|
66
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
60
67
|
* },
|
|
61
68
|
* OracleSettings: { // OracleDataProviderSettings
|
|
62
69
|
* ServerName: "STRING_VALUE",
|
|
@@ -69,6 +76,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
69
76
|
* SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
70
77
|
* SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
71
78
|
* SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
79
|
+
* S3Path: "STRING_VALUE",
|
|
80
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
72
81
|
* },
|
|
73
82
|
* MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
74
83
|
* ServerName: "STRING_VALUE",
|
|
@@ -76,6 +85,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
76
85
|
* DatabaseName: "STRING_VALUE",
|
|
77
86
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
78
87
|
* CertificateArn: "STRING_VALUE",
|
|
88
|
+
* S3Path: "STRING_VALUE",
|
|
89
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
79
90
|
* },
|
|
80
91
|
* DocDbSettings: { // DocDbDataProviderSettings
|
|
81
92
|
* ServerName: "STRING_VALUE",
|
|
@@ -89,6 +100,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
89
100
|
* Port: Number("int"),
|
|
90
101
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
91
102
|
* CertificateArn: "STRING_VALUE",
|
|
103
|
+
* S3Path: "STRING_VALUE",
|
|
104
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
92
105
|
* },
|
|
93
106
|
* IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
|
|
94
107
|
* ServerName: "STRING_VALUE",
|
|
@@ -96,6 +109,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
96
109
|
* DatabaseName: "STRING_VALUE",
|
|
97
110
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
98
111
|
* CertificateArn: "STRING_VALUE",
|
|
112
|
+
* S3Path: "STRING_VALUE",
|
|
113
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
99
114
|
* },
|
|
100
115
|
* IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
|
|
101
116
|
* ServerName: "STRING_VALUE",
|
|
@@ -103,6 +118,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
103
118
|
* DatabaseName: "STRING_VALUE",
|
|
104
119
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
105
120
|
* CertificateArn: "STRING_VALUE",
|
|
121
|
+
* S3Path: "STRING_VALUE",
|
|
122
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
106
123
|
* },
|
|
107
124
|
* MongoDbSettings: { // MongoDbDataProviderSettings
|
|
108
125
|
* ServerName: "STRING_VALUE",
|
|
@@ -132,11 +149,14 @@ declare const CreateDataProviderCommand_base: {
|
|
|
132
149
|
* // DataProviderCreationTime: new Date("TIMESTAMP"),
|
|
133
150
|
* // Description: "STRING_VALUE",
|
|
134
151
|
* // Engine: "STRING_VALUE",
|
|
152
|
+
* // Virtual: true || false,
|
|
135
153
|
* // Settings: { // DataProviderSettings Union: only one key present
|
|
136
154
|
* // RedshiftSettings: { // RedshiftDataProviderSettings
|
|
137
155
|
* // ServerName: "STRING_VALUE",
|
|
138
156
|
* // Port: Number("int"),
|
|
139
157
|
* // DatabaseName: "STRING_VALUE",
|
|
158
|
+
* // S3Path: "STRING_VALUE",
|
|
159
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
140
160
|
* // },
|
|
141
161
|
* // PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
142
162
|
* // ServerName: "STRING_VALUE",
|
|
@@ -144,12 +164,16 @@ declare const CreateDataProviderCommand_base: {
|
|
|
144
164
|
* // DatabaseName: "STRING_VALUE",
|
|
145
165
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
146
166
|
* // CertificateArn: "STRING_VALUE",
|
|
167
|
+
* // S3Path: "STRING_VALUE",
|
|
168
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
147
169
|
* // },
|
|
148
170
|
* // MySqlSettings: { // MySqlDataProviderSettings
|
|
149
171
|
* // ServerName: "STRING_VALUE",
|
|
150
172
|
* // Port: Number("int"),
|
|
151
173
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
152
174
|
* // CertificateArn: "STRING_VALUE",
|
|
175
|
+
* // S3Path: "STRING_VALUE",
|
|
176
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
153
177
|
* // },
|
|
154
178
|
* // OracleSettings: { // OracleDataProviderSettings
|
|
155
179
|
* // ServerName: "STRING_VALUE",
|
|
@@ -162,6 +186,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
162
186
|
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
163
187
|
* // SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
164
188
|
* // SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
189
|
+
* // S3Path: "STRING_VALUE",
|
|
190
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
165
191
|
* // },
|
|
166
192
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
167
193
|
* // ServerName: "STRING_VALUE",
|
|
@@ -169,6 +195,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
169
195
|
* // DatabaseName: "STRING_VALUE",
|
|
170
196
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
171
197
|
* // CertificateArn: "STRING_VALUE",
|
|
198
|
+
* // S3Path: "STRING_VALUE",
|
|
199
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
172
200
|
* // },
|
|
173
201
|
* // DocDbSettings: { // DocDbDataProviderSettings
|
|
174
202
|
* // ServerName: "STRING_VALUE",
|
|
@@ -182,6 +210,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
182
210
|
* // Port: Number("int"),
|
|
183
211
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
184
212
|
* // CertificateArn: "STRING_VALUE",
|
|
213
|
+
* // S3Path: "STRING_VALUE",
|
|
214
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
185
215
|
* // },
|
|
186
216
|
* // IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
|
|
187
217
|
* // ServerName: "STRING_VALUE",
|
|
@@ -189,6 +219,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
189
219
|
* // DatabaseName: "STRING_VALUE",
|
|
190
220
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
191
221
|
* // CertificateArn: "STRING_VALUE",
|
|
222
|
+
* // S3Path: "STRING_VALUE",
|
|
223
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
192
224
|
* // },
|
|
193
225
|
* // IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
|
|
194
226
|
* // ServerName: "STRING_VALUE",
|
|
@@ -196,6 +228,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
196
228
|
* // DatabaseName: "STRING_VALUE",
|
|
197
229
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
198
230
|
* // CertificateArn: "STRING_VALUE",
|
|
231
|
+
* // S3Path: "STRING_VALUE",
|
|
232
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
199
233
|
* // },
|
|
200
234
|
* // MongoDbSettings: { // MongoDbDataProviderSettings
|
|
201
235
|
* // ServerName: "STRING_VALUE",
|
|
@@ -27,7 +27,12 @@ declare const CreateFleetAdvisorCollectorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Creates a Fleet Advisor collector using the specified parameters.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -141,7 +141,6 @@ declare const CreateInstanceProfileCommand_base: {
|
|
|
141
141
|
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
142
142
|
* PubliclyAccessible: true,
|
|
143
143
|
* SubnetGroupIdentifier: "public-subnets",
|
|
144
|
-
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
|
|
145
144
|
* VpcSecurityGroups: [
|
|
146
145
|
* "sg-0123456"
|
|
147
146
|
* ]
|
|
@@ -50,11 +50,14 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
50
50
|
* // DataProviderCreationTime: new Date("TIMESTAMP"),
|
|
51
51
|
* // Description: "STRING_VALUE",
|
|
52
52
|
* // Engine: "STRING_VALUE",
|
|
53
|
+
* // Virtual: true || false,
|
|
53
54
|
* // Settings: { // DataProviderSettings Union: only one key present
|
|
54
55
|
* // RedshiftSettings: { // RedshiftDataProviderSettings
|
|
55
56
|
* // ServerName: "STRING_VALUE",
|
|
56
57
|
* // Port: Number("int"),
|
|
57
58
|
* // DatabaseName: "STRING_VALUE",
|
|
59
|
+
* // S3Path: "STRING_VALUE",
|
|
60
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
58
61
|
* // },
|
|
59
62
|
* // PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
60
63
|
* // ServerName: "STRING_VALUE",
|
|
@@ -62,12 +65,16 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
62
65
|
* // DatabaseName: "STRING_VALUE",
|
|
63
66
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
64
67
|
* // CertificateArn: "STRING_VALUE",
|
|
68
|
+
* // S3Path: "STRING_VALUE",
|
|
69
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
65
70
|
* // },
|
|
66
71
|
* // MySqlSettings: { // MySqlDataProviderSettings
|
|
67
72
|
* // ServerName: "STRING_VALUE",
|
|
68
73
|
* // Port: Number("int"),
|
|
69
74
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
70
75
|
* // CertificateArn: "STRING_VALUE",
|
|
76
|
+
* // S3Path: "STRING_VALUE",
|
|
77
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
71
78
|
* // },
|
|
72
79
|
* // OracleSettings: { // OracleDataProviderSettings
|
|
73
80
|
* // ServerName: "STRING_VALUE",
|
|
@@ -80,6 +87,8 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
80
87
|
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
81
88
|
* // SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
82
89
|
* // SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
90
|
+
* // S3Path: "STRING_VALUE",
|
|
91
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
83
92
|
* // },
|
|
84
93
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
85
94
|
* // ServerName: "STRING_VALUE",
|
|
@@ -87,6 +96,8 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
87
96
|
* // DatabaseName: "STRING_VALUE",
|
|
88
97
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
89
98
|
* // CertificateArn: "STRING_VALUE",
|
|
99
|
+
* // S3Path: "STRING_VALUE",
|
|
100
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
90
101
|
* // },
|
|
91
102
|
* // DocDbSettings: { // DocDbDataProviderSettings
|
|
92
103
|
* // ServerName: "STRING_VALUE",
|
|
@@ -100,6 +111,8 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
100
111
|
* // Port: Number("int"),
|
|
101
112
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
102
113
|
* // CertificateArn: "STRING_VALUE",
|
|
114
|
+
* // S3Path: "STRING_VALUE",
|
|
115
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
103
116
|
* // },
|
|
104
117
|
* // IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
|
|
105
118
|
* // ServerName: "STRING_VALUE",
|
|
@@ -107,6 +120,8 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
107
120
|
* // DatabaseName: "STRING_VALUE",
|
|
108
121
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
109
122
|
* // CertificateArn: "STRING_VALUE",
|
|
123
|
+
* // S3Path: "STRING_VALUE",
|
|
124
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
110
125
|
* // },
|
|
111
126
|
* // IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
|
|
112
127
|
* // ServerName: "STRING_VALUE",
|
|
@@ -114,6 +129,8 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
114
129
|
* // DatabaseName: "STRING_VALUE",
|
|
115
130
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
116
131
|
* // CertificateArn: "STRING_VALUE",
|
|
132
|
+
* // S3Path: "STRING_VALUE",
|
|
133
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
117
134
|
* // },
|
|
118
135
|
* // MongoDbSettings: { // MongoDbDataProviderSettings
|
|
119
136
|
* // ServerName: "STRING_VALUE",
|
|
@@ -27,7 +27,12 @@ declare const DeleteFleetAdvisorCollectorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Deletes the specified Fleet Advisor collector.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -27,7 +27,12 @@ declare const DeleteFleetAdvisorDatabasesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Deletes the specified Fleet Advisor collector databases.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -102,7 +102,6 @@ declare const DeleteInstanceProfileCommand_base: {
|
|
|
102
102
|
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
103
103
|
* PubliclyAccessible: true,
|
|
104
104
|
* SubnetGroupIdentifier: "public-subnets",
|
|
105
|
-
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
|
|
106
105
|
* VpcSecurityGroups: [
|
|
107
106
|
* "sg-0123456"
|
|
108
107
|
* ]
|
|
@@ -58,11 +58,14 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
58
58
|
* // DataProviderCreationTime: new Date("TIMESTAMP"),
|
|
59
59
|
* // Description: "STRING_VALUE",
|
|
60
60
|
* // Engine: "STRING_VALUE",
|
|
61
|
+
* // Virtual: true || false,
|
|
61
62
|
* // Settings: { // DataProviderSettings Union: only one key present
|
|
62
63
|
* // RedshiftSettings: { // RedshiftDataProviderSettings
|
|
63
64
|
* // ServerName: "STRING_VALUE",
|
|
64
65
|
* // Port: Number("int"),
|
|
65
66
|
* // DatabaseName: "STRING_VALUE",
|
|
67
|
+
* // S3Path: "STRING_VALUE",
|
|
68
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
66
69
|
* // },
|
|
67
70
|
* // PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
68
71
|
* // ServerName: "STRING_VALUE",
|
|
@@ -70,12 +73,16 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
70
73
|
* // DatabaseName: "STRING_VALUE",
|
|
71
74
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
72
75
|
* // CertificateArn: "STRING_VALUE",
|
|
76
|
+
* // S3Path: "STRING_VALUE",
|
|
77
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
73
78
|
* // },
|
|
74
79
|
* // MySqlSettings: { // MySqlDataProviderSettings
|
|
75
80
|
* // ServerName: "STRING_VALUE",
|
|
76
81
|
* // Port: Number("int"),
|
|
77
82
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
78
83
|
* // CertificateArn: "STRING_VALUE",
|
|
84
|
+
* // S3Path: "STRING_VALUE",
|
|
85
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
79
86
|
* // },
|
|
80
87
|
* // OracleSettings: { // OracleDataProviderSettings
|
|
81
88
|
* // ServerName: "STRING_VALUE",
|
|
@@ -88,6 +95,8 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
88
95
|
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
89
96
|
* // SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
90
97
|
* // SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
98
|
+
* // S3Path: "STRING_VALUE",
|
|
99
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
91
100
|
* // },
|
|
92
101
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
93
102
|
* // ServerName: "STRING_VALUE",
|
|
@@ -95,6 +104,8 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
95
104
|
* // DatabaseName: "STRING_VALUE",
|
|
96
105
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
97
106
|
* // CertificateArn: "STRING_VALUE",
|
|
107
|
+
* // S3Path: "STRING_VALUE",
|
|
108
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
98
109
|
* // },
|
|
99
110
|
* // DocDbSettings: { // DocDbDataProviderSettings
|
|
100
111
|
* // ServerName: "STRING_VALUE",
|
|
@@ -108,6 +119,8 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
108
119
|
* // Port: Number("int"),
|
|
109
120
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
110
121
|
* // CertificateArn: "STRING_VALUE",
|
|
122
|
+
* // S3Path: "STRING_VALUE",
|
|
123
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
111
124
|
* // },
|
|
112
125
|
* // IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
|
|
113
126
|
* // ServerName: "STRING_VALUE",
|
|
@@ -115,6 +128,8 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
115
128
|
* // DatabaseName: "STRING_VALUE",
|
|
116
129
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
117
130
|
* // CertificateArn: "STRING_VALUE",
|
|
131
|
+
* // S3Path: "STRING_VALUE",
|
|
132
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
118
133
|
* // },
|
|
119
134
|
* // IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
|
|
120
135
|
* // ServerName: "STRING_VALUE",
|
|
@@ -122,6 +137,8 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
122
137
|
* // DatabaseName: "STRING_VALUE",
|
|
123
138
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
124
139
|
* // CertificateArn: "STRING_VALUE",
|
|
140
|
+
* // S3Path: "STRING_VALUE",
|
|
141
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
125
142
|
* // },
|
|
126
143
|
* // MongoDbSettings: { // MongoDbDataProviderSettings
|
|
127
144
|
* // ServerName: "STRING_VALUE",
|
|
@@ -27,7 +27,12 @@ declare const DescribeFleetAdvisorCollectorsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Returns a list of the Fleet Advisor collectors in your account.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -27,7 +27,12 @@ declare const DescribeFleetAdvisorDatabasesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Returns a list of Fleet Advisor databases in your account.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -27,7 +27,12 @@ declare const DescribeFleetAdvisorLsaAnalysisCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet
|
|
31
36
|
* Advisor collectors. </p>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,7 +27,12 @@ declare const DescribeFleetAdvisorSchemaObjectSummaryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Provides descriptions of the schemas discovered by your Fleet Advisor
|
|
31
36
|
* collectors.</p>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,7 +27,12 @@ declare const DescribeFleetAdvisorSchemasCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Returns a list of schemas detected by Fleet Advisor Collectors in your account.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -117,8 +117,7 @@ declare const DescribeInstanceProfilesCommand_base: {
|
|
|
117
117
|
* InstanceProfileName: "my-instance-profile",
|
|
118
118
|
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
119
119
|
* PubliclyAccessible: true,
|
|
120
|
-
* SubnetGroupIdentifier: "public-subnets"
|
|
121
|
-
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8"
|
|
120
|
+
* SubnetGroupIdentifier: "public-subnets"
|
|
122
121
|
* }
|
|
123
122
|
* ],
|
|
124
123
|
* Marker: "0123456789abcdefghijklmnopqrs"
|
|
@@ -27,7 +27,12 @@ declare const DescribeRecommendationLimitationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Returns a paginated list of limitations for recommendations of target Amazon Web Services
|
|
31
36
|
* engines.</p>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,7 +27,12 @@ declare const DescribeRecommendationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Returns a paginated list of target engine recommendations for your source
|
|
31
36
|
* databases.</p>
|
|
32
37
|
* @example
|
|
33
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -43,12 +43,15 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
43
43
|
* DataProviderName: "STRING_VALUE",
|
|
44
44
|
* Description: "STRING_VALUE",
|
|
45
45
|
* Engine: "STRING_VALUE",
|
|
46
|
+
* Virtual: true || false,
|
|
46
47
|
* ExactSettings: true || false,
|
|
47
48
|
* Settings: { // DataProviderSettings Union: only one key present
|
|
48
49
|
* RedshiftSettings: { // RedshiftDataProviderSettings
|
|
49
50
|
* ServerName: "STRING_VALUE",
|
|
50
51
|
* Port: Number("int"),
|
|
51
52
|
* DatabaseName: "STRING_VALUE",
|
|
53
|
+
* S3Path: "STRING_VALUE",
|
|
54
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
52
55
|
* },
|
|
53
56
|
* PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
54
57
|
* ServerName: "STRING_VALUE",
|
|
@@ -56,12 +59,16 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
56
59
|
* DatabaseName: "STRING_VALUE",
|
|
57
60
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
58
61
|
* CertificateArn: "STRING_VALUE",
|
|
62
|
+
* S3Path: "STRING_VALUE",
|
|
63
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
59
64
|
* },
|
|
60
65
|
* MySqlSettings: { // MySqlDataProviderSettings
|
|
61
66
|
* ServerName: "STRING_VALUE",
|
|
62
67
|
* Port: Number("int"),
|
|
63
68
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
64
69
|
* CertificateArn: "STRING_VALUE",
|
|
70
|
+
* S3Path: "STRING_VALUE",
|
|
71
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
65
72
|
* },
|
|
66
73
|
* OracleSettings: { // OracleDataProviderSettings
|
|
67
74
|
* ServerName: "STRING_VALUE",
|
|
@@ -74,6 +81,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
74
81
|
* SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
75
82
|
* SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
76
83
|
* SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
84
|
+
* S3Path: "STRING_VALUE",
|
|
85
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
77
86
|
* },
|
|
78
87
|
* MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
79
88
|
* ServerName: "STRING_VALUE",
|
|
@@ -81,6 +90,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
81
90
|
* DatabaseName: "STRING_VALUE",
|
|
82
91
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
83
92
|
* CertificateArn: "STRING_VALUE",
|
|
93
|
+
* S3Path: "STRING_VALUE",
|
|
94
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
84
95
|
* },
|
|
85
96
|
* DocDbSettings: { // DocDbDataProviderSettings
|
|
86
97
|
* ServerName: "STRING_VALUE",
|
|
@@ -94,6 +105,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
94
105
|
* Port: Number("int"),
|
|
95
106
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
96
107
|
* CertificateArn: "STRING_VALUE",
|
|
108
|
+
* S3Path: "STRING_VALUE",
|
|
109
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
97
110
|
* },
|
|
98
111
|
* IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
|
|
99
112
|
* ServerName: "STRING_VALUE",
|
|
@@ -101,6 +114,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
101
114
|
* DatabaseName: "STRING_VALUE",
|
|
102
115
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
103
116
|
* CertificateArn: "STRING_VALUE",
|
|
117
|
+
* S3Path: "STRING_VALUE",
|
|
118
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
104
119
|
* },
|
|
105
120
|
* IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
|
|
106
121
|
* ServerName: "STRING_VALUE",
|
|
@@ -108,6 +123,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
108
123
|
* DatabaseName: "STRING_VALUE",
|
|
109
124
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
110
125
|
* CertificateArn: "STRING_VALUE",
|
|
126
|
+
* S3Path: "STRING_VALUE",
|
|
127
|
+
* S3AccessRoleArn: "STRING_VALUE",
|
|
111
128
|
* },
|
|
112
129
|
* MongoDbSettings: { // MongoDbDataProviderSettings
|
|
113
130
|
* ServerName: "STRING_VALUE",
|
|
@@ -130,11 +147,14 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
130
147
|
* // DataProviderCreationTime: new Date("TIMESTAMP"),
|
|
131
148
|
* // Description: "STRING_VALUE",
|
|
132
149
|
* // Engine: "STRING_VALUE",
|
|
150
|
+
* // Virtual: true || false,
|
|
133
151
|
* // Settings: { // DataProviderSettings Union: only one key present
|
|
134
152
|
* // RedshiftSettings: { // RedshiftDataProviderSettings
|
|
135
153
|
* // ServerName: "STRING_VALUE",
|
|
136
154
|
* // Port: Number("int"),
|
|
137
155
|
* // DatabaseName: "STRING_VALUE",
|
|
156
|
+
* // S3Path: "STRING_VALUE",
|
|
157
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
138
158
|
* // },
|
|
139
159
|
* // PostgreSqlSettings: { // PostgreSqlDataProviderSettings
|
|
140
160
|
* // ServerName: "STRING_VALUE",
|
|
@@ -142,12 +162,16 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
142
162
|
* // DatabaseName: "STRING_VALUE",
|
|
143
163
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
144
164
|
* // CertificateArn: "STRING_VALUE",
|
|
165
|
+
* // S3Path: "STRING_VALUE",
|
|
166
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
145
167
|
* // },
|
|
146
168
|
* // MySqlSettings: { // MySqlDataProviderSettings
|
|
147
169
|
* // ServerName: "STRING_VALUE",
|
|
148
170
|
* // Port: Number("int"),
|
|
149
171
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
150
172
|
* // CertificateArn: "STRING_VALUE",
|
|
173
|
+
* // S3Path: "STRING_VALUE",
|
|
174
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
151
175
|
* // },
|
|
152
176
|
* // OracleSettings: { // OracleDataProviderSettings
|
|
153
177
|
* // ServerName: "STRING_VALUE",
|
|
@@ -160,6 +184,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
160
184
|
* // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
|
|
161
185
|
* // SecretsManagerSecurityDbEncryptionSecretId: "STRING_VALUE",
|
|
162
186
|
* // SecretsManagerSecurityDbEncryptionAccessRoleArn: "STRING_VALUE",
|
|
187
|
+
* // S3Path: "STRING_VALUE",
|
|
188
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
163
189
|
* // },
|
|
164
190
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
165
191
|
* // ServerName: "STRING_VALUE",
|
|
@@ -167,6 +193,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
167
193
|
* // DatabaseName: "STRING_VALUE",
|
|
168
194
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
169
195
|
* // CertificateArn: "STRING_VALUE",
|
|
196
|
+
* // S3Path: "STRING_VALUE",
|
|
197
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
170
198
|
* // },
|
|
171
199
|
* // DocDbSettings: { // DocDbDataProviderSettings
|
|
172
200
|
* // ServerName: "STRING_VALUE",
|
|
@@ -180,6 +208,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
180
208
|
* // Port: Number("int"),
|
|
181
209
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
182
210
|
* // CertificateArn: "STRING_VALUE",
|
|
211
|
+
* // S3Path: "STRING_VALUE",
|
|
212
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
183
213
|
* // },
|
|
184
214
|
* // IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
|
|
185
215
|
* // ServerName: "STRING_VALUE",
|
|
@@ -187,6 +217,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
187
217
|
* // DatabaseName: "STRING_VALUE",
|
|
188
218
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
189
219
|
* // CertificateArn: "STRING_VALUE",
|
|
220
|
+
* // S3Path: "STRING_VALUE",
|
|
221
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
190
222
|
* // },
|
|
191
223
|
* // IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
|
|
192
224
|
* // ServerName: "STRING_VALUE",
|
|
@@ -194,6 +226,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
194
226
|
* // DatabaseName: "STRING_VALUE",
|
|
195
227
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
196
228
|
* // CertificateArn: "STRING_VALUE",
|
|
229
|
+
* // S3Path: "STRING_VALUE",
|
|
230
|
+
* // S3AccessRoleArn: "STRING_VALUE",
|
|
197
231
|
* // },
|
|
198
232
|
* // MongoDbSettings: { // MongoDbDataProviderSettings
|
|
199
233
|
* // ServerName: "STRING_VALUE",
|
|
@@ -130,7 +130,6 @@ declare const ModifyInstanceProfileCommand_base: {
|
|
|
130
130
|
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
131
131
|
* PubliclyAccessible: true,
|
|
132
132
|
* SubnetGroupIdentifier: "public-subnets",
|
|
133
|
-
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
|
|
134
133
|
* VpcSecurityGroups: [
|
|
135
134
|
* "sg-0123456"
|
|
136
135
|
* ]
|
|
@@ -27,7 +27,12 @@ declare const RunFleetAdvisorLsaAnalysisCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -27,7 +27,12 @@ declare const StartRecommendationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>
|
|
32
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
33
|
+
* </p>
|
|
34
|
+
* </important>
|
|
35
|
+
* <p>Starts the analysis of your source database to provide recommendations of target
|
|
31
36
|
* engines.</p>
|
|
32
37
|
* <p>You can create recommendations for multiple source databases using <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html">BatchStartRecommendations</a>.</p>
|
|
33
38
|
* @example
|
|
@@ -3,9 +3,9 @@ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provi
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface ClientInputEndpointParameters {
|
|
6
|
-
region?: string | Provider<string>;
|
|
7
|
-
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
-
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
7
|
+
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
8
|
+
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
11
|
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
@@ -31,8 +31,8 @@ export declare const commonParams: {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
|
-
Region?: string;
|
|
35
|
-
UseDualStack?: boolean;
|
|
36
|
-
UseFIPS?: boolean;
|
|
37
|
-
Endpoint?: string;
|
|
34
|
+
Region?: string | undefined;
|
|
35
|
+
UseDualStack?: boolean | undefined;
|
|
36
|
+
UseFIPS?: boolean | undefined;
|
|
37
|
+
Endpoint?: string | undefined;
|
|
38
38
|
}
|
|
@@ -1001,6 +1001,16 @@ export interface IbmDb2LuwDataProviderSettings {
|
|
|
1001
1001
|
* @public
|
|
1002
1002
|
*/
|
|
1003
1003
|
CertificateArn?: string | undefined;
|
|
1004
|
+
/**
|
|
1005
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1006
|
+
* @public
|
|
1007
|
+
*/
|
|
1008
|
+
S3Path?: string | undefined;
|
|
1009
|
+
/**
|
|
1010
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1011
|
+
* @public
|
|
1012
|
+
*/
|
|
1013
|
+
S3AccessRoleArn?: string | undefined;
|
|
1004
1014
|
}
|
|
1005
1015
|
/**
|
|
1006
1016
|
* <p>Provides information about an IBM DB2 for z/OS data provider.</p>
|
|
@@ -1033,6 +1043,16 @@ export interface IbmDb2zOsDataProviderSettings {
|
|
|
1033
1043
|
* @public
|
|
1034
1044
|
*/
|
|
1035
1045
|
CertificateArn?: string | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
1050
|
+
S3Path?: string | undefined;
|
|
1051
|
+
/**
|
|
1052
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1053
|
+
* @public
|
|
1054
|
+
*/
|
|
1055
|
+
S3AccessRoleArn?: string | undefined;
|
|
1036
1056
|
}
|
|
1037
1057
|
/**
|
|
1038
1058
|
* <p>Provides information that defines a MariaDB data provider.</p>
|
|
@@ -1060,6 +1080,16 @@ export interface MariaDbDataProviderSettings {
|
|
|
1060
1080
|
* @public
|
|
1061
1081
|
*/
|
|
1062
1082
|
CertificateArn?: string | undefined;
|
|
1083
|
+
/**
|
|
1084
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1085
|
+
* @public
|
|
1086
|
+
*/
|
|
1087
|
+
S3Path?: string | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1090
|
+
* @public
|
|
1091
|
+
*/
|
|
1092
|
+
S3AccessRoleArn?: string | undefined;
|
|
1063
1093
|
}
|
|
1064
1094
|
/**
|
|
1065
1095
|
* <p>Provides information that defines a Microsoft SQL Server data provider.</p>
|
|
@@ -1092,6 +1122,16 @@ export interface MicrosoftSqlServerDataProviderSettings {
|
|
|
1092
1122
|
* @public
|
|
1093
1123
|
*/
|
|
1094
1124
|
CertificateArn?: string | undefined;
|
|
1125
|
+
/**
|
|
1126
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1127
|
+
* @public
|
|
1128
|
+
*/
|
|
1129
|
+
S3Path?: string | undefined;
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1132
|
+
* @public
|
|
1133
|
+
*/
|
|
1134
|
+
S3AccessRoleArn?: string | undefined;
|
|
1095
1135
|
}
|
|
1096
1136
|
/**
|
|
1097
1137
|
* @public
|
|
@@ -1193,6 +1233,16 @@ export interface MySqlDataProviderSettings {
|
|
|
1193
1233
|
* @public
|
|
1194
1234
|
*/
|
|
1195
1235
|
CertificateArn?: string | undefined;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1238
|
+
* @public
|
|
1239
|
+
*/
|
|
1240
|
+
S3Path?: string | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
1245
|
+
S3AccessRoleArn?: string | undefined;
|
|
1196
1246
|
}
|
|
1197
1247
|
/**
|
|
1198
1248
|
* <p>Provides information that defines an Oracle data provider.</p>
|
|
@@ -1258,6 +1308,16 @@ export interface OracleDataProviderSettings {
|
|
|
1258
1308
|
* @public
|
|
1259
1309
|
*/
|
|
1260
1310
|
SecretsManagerSecurityDbEncryptionAccessRoleArn?: string | undefined;
|
|
1311
|
+
/**
|
|
1312
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1313
|
+
* @public
|
|
1314
|
+
*/
|
|
1315
|
+
S3Path?: string | undefined;
|
|
1316
|
+
/**
|
|
1317
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1318
|
+
* @public
|
|
1319
|
+
*/
|
|
1320
|
+
S3AccessRoleArn?: string | undefined;
|
|
1261
1321
|
}
|
|
1262
1322
|
/**
|
|
1263
1323
|
* <p>Provides information that defines a PostgreSQL data provider.</p>
|
|
@@ -1290,6 +1350,16 @@ export interface PostgreSqlDataProviderSettings {
|
|
|
1290
1350
|
* @public
|
|
1291
1351
|
*/
|
|
1292
1352
|
CertificateArn?: string | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
S3Path?: string | undefined;
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1360
|
+
* @public
|
|
1361
|
+
*/
|
|
1362
|
+
S3AccessRoleArn?: string | undefined;
|
|
1293
1363
|
}
|
|
1294
1364
|
/**
|
|
1295
1365
|
* <p>Provides information that defines an Amazon Redshift data provider.</p>
|
|
@@ -1311,6 +1381,16 @@ export interface RedshiftDataProviderSettings {
|
|
|
1311
1381
|
* @public
|
|
1312
1382
|
*/
|
|
1313
1383
|
DatabaseName?: string | undefined;
|
|
1384
|
+
/**
|
|
1385
|
+
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1386
|
+
* @public
|
|
1387
|
+
*/
|
|
1388
|
+
S3Path?: string | undefined;
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>The ARN for the role the application uses to access its Amazon S3 bucket.</p>
|
|
1391
|
+
* @public
|
|
1392
|
+
*/
|
|
1393
|
+
S3AccessRoleArn?: string | undefined;
|
|
1314
1394
|
}
|
|
1315
1395
|
/**
|
|
1316
1396
|
* <p>Provides information that defines a data provider.</p>
|
|
@@ -1543,6 +1623,11 @@ export interface CreateDataProviderMessage {
|
|
|
1543
1623
|
* @public
|
|
1544
1624
|
*/
|
|
1545
1625
|
Engine: string | undefined;
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>Indicates whether the data provider is virtual.</p>
|
|
1628
|
+
* @public
|
|
1629
|
+
*/
|
|
1630
|
+
Virtual?: boolean | undefined;
|
|
1546
1631
|
/**
|
|
1547
1632
|
* <p>The settings in JSON format for a data provider.</p>
|
|
1548
1633
|
* @public
|
|
@@ -1588,6 +1673,11 @@ export interface DataProvider {
|
|
|
1588
1673
|
* @public
|
|
1589
1674
|
*/
|
|
1590
1675
|
Engine?: string | undefined;
|
|
1676
|
+
/**
|
|
1677
|
+
* <p>Indicates whether the data provider is virtual.</p>
|
|
1678
|
+
* @public
|
|
1679
|
+
*/
|
|
1680
|
+
Virtual?: boolean | undefined;
|
|
1591
1681
|
/**
|
|
1592
1682
|
* <p>The settings in JSON format for a data provider.</p>
|
|
1593
1683
|
* @public
|
|
@@ -4507,16 +4597,9 @@ export interface S3Settings {
|
|
|
4507
4597
|
*/
|
|
4508
4598
|
Rfc4180?: boolean | undefined;
|
|
4509
4599
|
/**
|
|
4510
|
-
* <p>When creating an S3 target endpoint, set <code>DatePartitionTimezone</code> to convert
|
|
4511
|
-
* the current UTC time into a specified time zone. The conversion occurs when a date
|
|
4512
|
-
* partition folder is created and a CDC filename is generated. The time zone format is
|
|
4513
|
-
* Area/Location. Use this parameter when <code>DatePartitionedEnabled</code> is set to
|
|
4514
|
-
* <code>true</code>, as shown in the following example.</p>
|
|
4600
|
+
* <p>When creating an S3 target endpoint, set <code>DatePartitionTimezone</code> to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when <code>DatePartitionedEnabled</code> is set to true, as shown in the following example:</p>
|
|
4515
4601
|
* <p>
|
|
4516
|
-
* <code>s3-settings='\{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
|
|
4517
|
-
* "DatePartitionDelimiter": "SLASH",
|
|
4518
|
-
* "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
|
|
4519
|
-
* "dms-nattarat-test"\}'</code>
|
|
4602
|
+
* <code>s3-settings='\{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName": "dms-nattarat-test"\}'</code>
|
|
4520
4603
|
* </p>
|
|
4521
4604
|
* @public
|
|
4522
4605
|
*/
|
|
@@ -6710,7 +6793,9 @@ export interface CreateReplicationSubnetGroupMessage {
|
|
|
6710
6793
|
*/
|
|
6711
6794
|
ReplicationSubnetGroupIdentifier: string | undefined;
|
|
6712
6795
|
/**
|
|
6713
|
-
* <p>The description for the subnet group
|
|
6796
|
+
* <p>The description for the subnet group.
|
|
6797
|
+
* </p>
|
|
6798
|
+
* <p>Constraints: This parameter Must not contain non-printable control characters.</p>
|
|
6714
6799
|
* @public
|
|
6715
6800
|
*/
|
|
6716
6801
|
ReplicationSubnetGroupDescription: string | undefined;
|
|
@@ -9229,7 +9314,12 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryRequest {
|
|
|
9229
9314
|
*/
|
|
9230
9315
|
Filters?: Filter[] | undefined;
|
|
9231
9316
|
/**
|
|
9232
|
-
* <
|
|
9317
|
+
* <important>
|
|
9318
|
+
* <p>
|
|
9319
|
+
* End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html">Amazon Web Services DMS Fleet Advisor end of support</a>.
|
|
9320
|
+
* </p>
|
|
9321
|
+
* </important>
|
|
9322
|
+
* <p>Sets the maximum number of records returned in the response.</p>
|
|
9233
9323
|
* @public
|
|
9234
9324
|
*/
|
|
9235
9325
|
MaxRecords?: number | undefined;
|
|
@@ -595,6 +595,11 @@ export interface ModifyDataProviderMessage {
|
|
|
595
595
|
* @public
|
|
596
596
|
*/
|
|
597
597
|
Engine?: string | undefined;
|
|
598
|
+
/**
|
|
599
|
+
* <p>Indicates whether the data provider is virtual.</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
Virtual?: boolean | undefined;
|
|
598
603
|
/**
|
|
599
604
|
* <p>If this attribute is Y, the current call to <code>ModifyDataProvider</code> replaces all
|
|
600
605
|
* existing data provider settings with the exact settings that you specify in this call. If this
|
|
@@ -2042,18 +2047,16 @@ export interface StartReplicationTaskMessage {
|
|
|
2042
2047
|
ReplicationTaskArn: string | undefined;
|
|
2043
2048
|
/**
|
|
2044
2049
|
* <p>The type of replication task to start.</p>
|
|
2045
|
-
* <p>
|
|
2046
|
-
*
|
|
2047
|
-
*
|
|
2048
|
-
* <p>
|
|
2049
|
-
*
|
|
2050
|
-
* <p>
|
|
2051
|
-
*
|
|
2052
|
-
*
|
|
2053
|
-
*
|
|
2054
|
-
*
|
|
2055
|
-
* <code>resume-processing</code>, to replicate the changes from the last stop
|
|
2056
|
-
* position.</p>
|
|
2050
|
+
* <p>
|
|
2051
|
+
* <code>start-replication</code> is the only valid action that can be used for the first time a task with the migration type of <code>full-load</code>full-load, <code>full-load-and-cdc</code> or <code>cdc</code> is run. Any other action used for the first time on a given task, such as <code>resume-processing</code> and reload-target will result in data errors.</p>
|
|
2052
|
+
* <p>You can also use <a>ReloadTables</a> to reload specific tables that failed during migration instead of restarting the task.</p>
|
|
2053
|
+
* <p>For a <code>full-load</code> task, the resume-processing option will reload any tables that were partially loaded or not yet loaded during the full load phase.</p>
|
|
2054
|
+
* <p>For a <code>full-load-and-cdc</code> task, DMS migrates table data, and then applies data changes that occur on the source. To load all the tables again, and start capturing source changes, use <code>reload-target</code>. Otherwise use <code>resume-processing</code>, to replicate the changes from the last stop position.</p>
|
|
2055
|
+
* <p>For a <code>cdc</code> only task, to start from a specific position, you must use start-replication and also specify the start position. Check the source endpoint DMS documentation for any limitations. For example, not all sources support starting from a time.</p>
|
|
2056
|
+
* <note>
|
|
2057
|
+
* <p>
|
|
2058
|
+
* <code>resume-processing</code> is only available for previously executed tasks.</p>
|
|
2059
|
+
* </note>
|
|
2057
2060
|
* @public
|
|
2058
2061
|
*/
|
|
2059
2062
|
StartReplicationTaskType: StartReplicationTaskTypeValue | undefined;
|
|
@@ -15,8 +15,8 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
19
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
cacheMiddleware?: boolean | undefined;
|
|
22
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -17,8 +17,8 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
17
17
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
18
18
|
disableHostPrefix: boolean;
|
|
19
19
|
serviceId: string;
|
|
20
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
21
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
20
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
21
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
Provider,
|
|
6
6
|
} from "@smithy/types";
|
|
7
7
|
export interface ClientInputEndpointParameters {
|
|
8
|
-
region?: string | Provider<string>;
|
|
9
|
-
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
10
|
-
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
region?: string | undefined | Provider<string | undefined>;
|
|
9
|
+
useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
10
|
+
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
11
11
|
endpoint?:
|
|
12
12
|
| string
|
|
13
13
|
| Provider<string>
|
|
@@ -41,8 +41,8 @@ export declare const commonParams: {
|
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
export interface EndpointParameters extends __EndpointParameters {
|
|
44
|
-
Region?: string;
|
|
45
|
-
UseDualStack?: boolean;
|
|
46
|
-
UseFIPS?: boolean;
|
|
47
|
-
Endpoint?: string;
|
|
44
|
+
Region?: string | undefined;
|
|
45
|
+
UseDualStack?: boolean | undefined;
|
|
46
|
+
UseFIPS?: boolean | undefined;
|
|
47
|
+
Endpoint?: string | undefined;
|
|
48
48
|
}
|
|
@@ -232,6 +232,8 @@ export interface IbmDb2LuwDataProviderSettings {
|
|
|
232
232
|
DatabaseName?: string | undefined;
|
|
233
233
|
SslMode?: DmsSslModeValue | undefined;
|
|
234
234
|
CertificateArn?: string | undefined;
|
|
235
|
+
S3Path?: string | undefined;
|
|
236
|
+
S3AccessRoleArn?: string | undefined;
|
|
235
237
|
}
|
|
236
238
|
export interface IbmDb2zOsDataProviderSettings {
|
|
237
239
|
ServerName?: string | undefined;
|
|
@@ -239,12 +241,16 @@ export interface IbmDb2zOsDataProviderSettings {
|
|
|
239
241
|
DatabaseName?: string | undefined;
|
|
240
242
|
SslMode?: DmsSslModeValue | undefined;
|
|
241
243
|
CertificateArn?: string | undefined;
|
|
244
|
+
S3Path?: string | undefined;
|
|
245
|
+
S3AccessRoleArn?: string | undefined;
|
|
242
246
|
}
|
|
243
247
|
export interface MariaDbDataProviderSettings {
|
|
244
248
|
ServerName?: string | undefined;
|
|
245
249
|
Port?: number | undefined;
|
|
246
250
|
SslMode?: DmsSslModeValue | undefined;
|
|
247
251
|
CertificateArn?: string | undefined;
|
|
252
|
+
S3Path?: string | undefined;
|
|
253
|
+
S3AccessRoleArn?: string | undefined;
|
|
248
254
|
}
|
|
249
255
|
export interface MicrosoftSqlServerDataProviderSettings {
|
|
250
256
|
ServerName?: string | undefined;
|
|
@@ -252,6 +258,8 @@ export interface MicrosoftSqlServerDataProviderSettings {
|
|
|
252
258
|
DatabaseName?: string | undefined;
|
|
253
259
|
SslMode?: DmsSslModeValue | undefined;
|
|
254
260
|
CertificateArn?: string | undefined;
|
|
261
|
+
S3Path?: string | undefined;
|
|
262
|
+
S3AccessRoleArn?: string | undefined;
|
|
255
263
|
}
|
|
256
264
|
export declare const AuthMechanismValue: {
|
|
257
265
|
readonly DEFAULT: "default";
|
|
@@ -280,6 +288,8 @@ export interface MySqlDataProviderSettings {
|
|
|
280
288
|
Port?: number | undefined;
|
|
281
289
|
SslMode?: DmsSslModeValue | undefined;
|
|
282
290
|
CertificateArn?: string | undefined;
|
|
291
|
+
S3Path?: string | undefined;
|
|
292
|
+
S3AccessRoleArn?: string | undefined;
|
|
283
293
|
}
|
|
284
294
|
export interface OracleDataProviderSettings {
|
|
285
295
|
ServerName?: string | undefined;
|
|
@@ -292,6 +302,8 @@ export interface OracleDataProviderSettings {
|
|
|
292
302
|
SecretsManagerOracleAsmAccessRoleArn?: string | undefined;
|
|
293
303
|
SecretsManagerSecurityDbEncryptionSecretId?: string | undefined;
|
|
294
304
|
SecretsManagerSecurityDbEncryptionAccessRoleArn?: string | undefined;
|
|
305
|
+
S3Path?: string | undefined;
|
|
306
|
+
S3AccessRoleArn?: string | undefined;
|
|
295
307
|
}
|
|
296
308
|
export interface PostgreSqlDataProviderSettings {
|
|
297
309
|
ServerName?: string | undefined;
|
|
@@ -299,11 +311,15 @@ export interface PostgreSqlDataProviderSettings {
|
|
|
299
311
|
DatabaseName?: string | undefined;
|
|
300
312
|
SslMode?: DmsSslModeValue | undefined;
|
|
301
313
|
CertificateArn?: string | undefined;
|
|
314
|
+
S3Path?: string | undefined;
|
|
315
|
+
S3AccessRoleArn?: string | undefined;
|
|
302
316
|
}
|
|
303
317
|
export interface RedshiftDataProviderSettings {
|
|
304
318
|
ServerName?: string | undefined;
|
|
305
319
|
Port?: number | undefined;
|
|
306
320
|
DatabaseName?: string | undefined;
|
|
321
|
+
S3Path?: string | undefined;
|
|
322
|
+
S3AccessRoleArn?: string | undefined;
|
|
307
323
|
}
|
|
308
324
|
export type DataProviderSettings =
|
|
309
325
|
| DataProviderSettings.DocDbSettingsMember
|
|
@@ -482,6 +498,7 @@ export interface CreateDataProviderMessage {
|
|
|
482
498
|
DataProviderName?: string | undefined;
|
|
483
499
|
Description?: string | undefined;
|
|
484
500
|
Engine: string | undefined;
|
|
501
|
+
Virtual?: boolean | undefined;
|
|
485
502
|
Settings: DataProviderSettings | undefined;
|
|
486
503
|
Tags?: Tag[] | undefined;
|
|
487
504
|
}
|
|
@@ -491,6 +508,7 @@ export interface DataProvider {
|
|
|
491
508
|
DataProviderCreationTime?: Date | undefined;
|
|
492
509
|
Description?: string | undefined;
|
|
493
510
|
Engine?: string | undefined;
|
|
511
|
+
Virtual?: boolean | undefined;
|
|
494
512
|
Settings?: DataProviderSettings | undefined;
|
|
495
513
|
}
|
|
496
514
|
export interface CreateDataProviderResponse {
|
|
@@ -176,6 +176,7 @@ export interface ModifyDataProviderMessage {
|
|
|
176
176
|
DataProviderName?: string | undefined;
|
|
177
177
|
Description?: string | undefined;
|
|
178
178
|
Engine?: string | undefined;
|
|
179
|
+
Virtual?: boolean | undefined;
|
|
179
180
|
ExactSettings?: boolean | undefined;
|
|
180
181
|
Settings?: DataProviderSettings | undefined;
|
|
181
182
|
}
|
|
@@ -24,8 +24,10 @@ export declare const getRuntimeConfig: (
|
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
26
26
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
27
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
28
|
-
|
|
27
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
31
|
apiVersion: string;
|
|
30
32
|
cacheMiddleware?: boolean | undefined;
|
|
31
33
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -21,8 +21,10 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
22
22
|
disableHostPrefix: boolean;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
25
|
-
|
|
24
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
25
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
26
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
27
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
26
28
|
region: string | import("@smithy/types").Provider<any>;
|
|
27
29
|
profile?: string;
|
|
28
30
|
defaultUserAgentProvider: (
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.831.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.826.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.830.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|