@aws-sdk/client-database-migration-service 3.1020.0 → 3.1021.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/schemas/schemas_0.js +4 -2
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-types/commands/CreateDataProviderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +6 -6
|
@@ -437,6 +437,7 @@ const _E = "Engine";
|
|
|
437
437
|
const _EA = "EndpointArn";
|
|
438
438
|
const _EALDI = "ExtraArchivedLogDestIds";
|
|
439
439
|
const _EAN = "EmptyAsNull";
|
|
440
|
+
const _EAn = "EncryptionAlgorithm";
|
|
440
441
|
const _EBO = "ExpectedBucketOwner";
|
|
441
442
|
const _EC = "EventCategories";
|
|
442
443
|
const _ECA = "ExtraConnectionAttributes";
|
|
@@ -993,6 +994,7 @@ const _SMSDEARA = "SecretsManagerSecurityDbEncryptionAccessRoleArn";
|
|
|
993
994
|
const _SMSDESI = "SecretsManagerSecurityDbEncryptionSecretId";
|
|
994
995
|
const _SMSI = "SecretsManagerSecretId";
|
|
995
996
|
const _SMa = "SaslMechanism";
|
|
997
|
+
const _SMe = "SecurityMechanism";
|
|
996
998
|
const _SN = "ServerName";
|
|
997
999
|
const _SNSITF = "SNSInvalidTopicFault";
|
|
998
1000
|
const _SNSNAF = "SNSNoAuthorizationFault";
|
|
@@ -2317,8 +2319,8 @@ exports.GetTargetSelectionRulesResponse$ = [3, n0, _GTSRR,
|
|
|
2317
2319
|
];
|
|
2318
2320
|
exports.IbmDb2LuwDataProviderSettings$ = [3, n0, _IDLDPS,
|
|
2319
2321
|
0,
|
|
2320
|
-
[_SN, _Po, _DN, _SM, _CA, _SPa, _SARAc],
|
|
2321
|
-
[0, 1, 0, 0, 0, 0, 0]
|
|
2322
|
+
[_SN, _Po, _DN, _SM, _CA, _EAn, _SMe, _SPa, _SARAc],
|
|
2323
|
+
[0, 1, 0, 0, 0, 1, 1, 0, 0]
|
|
2322
2324
|
];
|
|
2323
2325
|
exports.IBMDb2Settings$ = [3, n0, _IBMDS,
|
|
2324
2326
|
0,
|
|
@@ -425,6 +425,7 @@ const _E = "Engine";
|
|
|
425
425
|
const _EA = "EndpointArn";
|
|
426
426
|
const _EALDI = "ExtraArchivedLogDestIds";
|
|
427
427
|
const _EAN = "EmptyAsNull";
|
|
428
|
+
const _EAn = "EncryptionAlgorithm";
|
|
428
429
|
const _EBO = "ExpectedBucketOwner";
|
|
429
430
|
const _EC = "EventCategories";
|
|
430
431
|
const _ECA = "ExtraConnectionAttributes";
|
|
@@ -981,6 +982,7 @@ const _SMSDEARA = "SecretsManagerSecurityDbEncryptionAccessRoleArn";
|
|
|
981
982
|
const _SMSDESI = "SecretsManagerSecurityDbEncryptionSecretId";
|
|
982
983
|
const _SMSI = "SecretsManagerSecretId";
|
|
983
984
|
const _SMa = "SaslMechanism";
|
|
985
|
+
const _SMe = "SecurityMechanism";
|
|
984
986
|
const _SN = "ServerName";
|
|
985
987
|
const _SNSITF = "SNSInvalidTopicFault";
|
|
986
988
|
const _SNSNAF = "SNSNoAuthorizationFault";
|
|
@@ -2305,8 +2307,8 @@ export var GetTargetSelectionRulesResponse$ = [3, n0, _GTSRR,
|
|
|
2305
2307
|
];
|
|
2306
2308
|
export var IbmDb2LuwDataProviderSettings$ = [3, n0, _IDLDPS,
|
|
2307
2309
|
0,
|
|
2308
|
-
[_SN, _Po, _DN, _SM, _CA, _SPa, _SARAc],
|
|
2309
|
-
[0, 1, 0, 0, 0, 0, 0]
|
|
2310
|
+
[_SN, _Po, _DN, _SM, _CA, _EAn, _SMe, _SPa, _SARAc],
|
|
2311
|
+
[0, 1, 0, 0, 0, 1, 1, 0, 0]
|
|
2310
2312
|
];
|
|
2311
2313
|
export var IBMDb2Settings$ = [3, n0, _IBMDS,
|
|
2312
2314
|
0,
|
|
@@ -119,6 +119,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
119
119
|
* DatabaseName: "STRING_VALUE",
|
|
120
120
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
121
121
|
* CertificateArn: "STRING_VALUE",
|
|
122
|
+
* EncryptionAlgorithm: Number("int"),
|
|
123
|
+
* SecurityMechanism: Number("int"),
|
|
122
124
|
* S3Path: "STRING_VALUE",
|
|
123
125
|
* S3AccessRoleArn: "STRING_VALUE",
|
|
124
126
|
* },
|
|
@@ -237,6 +239,8 @@ declare const CreateDataProviderCommand_base: {
|
|
|
237
239
|
* // DatabaseName: "STRING_VALUE",
|
|
238
240
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
239
241
|
* // CertificateArn: "STRING_VALUE",
|
|
242
|
+
* // EncryptionAlgorithm: Number("int"),
|
|
243
|
+
* // SecurityMechanism: Number("int"),
|
|
240
244
|
* // S3Path: "STRING_VALUE",
|
|
241
245
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
242
246
|
* // },
|
|
@@ -130,6 +130,8 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
130
130
|
* // DatabaseName: "STRING_VALUE",
|
|
131
131
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
132
132
|
* // CertificateArn: "STRING_VALUE",
|
|
133
|
+
* // EncryptionAlgorithm: Number("int"),
|
|
134
|
+
* // SecurityMechanism: Number("int"),
|
|
133
135
|
* // S3Path: "STRING_VALUE",
|
|
134
136
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
135
137
|
* // },
|
|
@@ -138,6 +138,8 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
138
138
|
* // DatabaseName: "STRING_VALUE",
|
|
139
139
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
140
140
|
* // CertificateArn: "STRING_VALUE",
|
|
141
|
+
* // EncryptionAlgorithm: Number("int"),
|
|
142
|
+
* // SecurityMechanism: Number("int"),
|
|
141
143
|
* // S3Path: "STRING_VALUE",
|
|
142
144
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
143
145
|
* // },
|
|
@@ -124,6 +124,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
124
124
|
* DatabaseName: "STRING_VALUE",
|
|
125
125
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
126
126
|
* CertificateArn: "STRING_VALUE",
|
|
127
|
+
* EncryptionAlgorithm: Number("int"),
|
|
128
|
+
* SecurityMechanism: Number("int"),
|
|
127
129
|
* S3Path: "STRING_VALUE",
|
|
128
130
|
* S3AccessRoleArn: "STRING_VALUE",
|
|
129
131
|
* },
|
|
@@ -235,6 +237,8 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
235
237
|
* // DatabaseName: "STRING_VALUE",
|
|
236
238
|
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
237
239
|
* // CertificateArn: "STRING_VALUE",
|
|
240
|
+
* // EncryptionAlgorithm: Number("int"),
|
|
241
|
+
* // SecurityMechanism: Number("int"),
|
|
238
242
|
* // S3Path: "STRING_VALUE",
|
|
239
243
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
240
244
|
* // },
|
|
@@ -1096,6 +1096,24 @@ export interface IbmDb2LuwDataProviderSettings {
|
|
|
1096
1096
|
* @public
|
|
1097
1097
|
*/
|
|
1098
1098
|
CertificateArn?: string | undefined;
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>
|
|
1101
|
+
* The encryption algorithm used for securing the connection to the IBM DB2 LUW database server.
|
|
1102
|
+
* You can provide an integer value corresponding to a specific encryption algorithm,
|
|
1103
|
+
* or leave this parameter empty to use the default behavior.
|
|
1104
|
+
* </p>
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
EncryptionAlgorithm?: number | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* <p>
|
|
1110
|
+
* The security mechanism used for authenticating the connection to the IBM DB2 LUW database server.
|
|
1111
|
+
* You can provide an integer value corresponding to a specific security mechanism,
|
|
1112
|
+
* or leave this parameter empty to use the default behavior.
|
|
1113
|
+
* </p>
|
|
1114
|
+
* @public
|
|
1115
|
+
*/
|
|
1116
|
+
SecurityMechanism?: number | undefined;
|
|
1099
1117
|
/**
|
|
1100
1118
|
* <p>The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.</p>
|
|
1101
1119
|
* @public
|
|
@@ -259,6 +259,8 @@ export interface IbmDb2LuwDataProviderSettings {
|
|
|
259
259
|
DatabaseName?: string | undefined;
|
|
260
260
|
SslMode?: DmsSslModeValue | undefined;
|
|
261
261
|
CertificateArn?: string | undefined;
|
|
262
|
+
EncryptionAlgorithm?: number | undefined;
|
|
263
|
+
SecurityMechanism?: number | undefined;
|
|
262
264
|
S3Path?: string | undefined;
|
|
263
265
|
S3AccessRoleArn?: string | undefined;
|
|
264
266
|
}
|
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.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "^3.973.26",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
38
|
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
43
|
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
|
-
"@smithy/util-retry": "^4.2.
|
|
60
|
+
"@smithy/util-retry": "^4.2.13",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
62
|
"@smithy/util-waiter": "^4.2.14",
|
|
63
63
|
"tslib": "^2.6.2"
|