@aws-sdk/client-docdb 3.774.0 → 3.777.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/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/DocDBClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +1 -0
- package/package.json +35 -35
|
@@ -40,8 +40,6 @@ const defaultDocDBHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultDocDBHttpAuthSchemeProvider = defaultDocDBHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -174,12 +174,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
174
174
|
|
|
175
175
|
// src/endpoint/EndpointParameters.ts
|
|
176
176
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
177
|
-
return {
|
|
178
|
-
...options,
|
|
177
|
+
return Object.assign(options, {
|
|
179
178
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
180
179
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
181
180
|
defaultSigningName: "rds"
|
|
182
|
-
};
|
|
181
|
+
});
|
|
183
182
|
}, "resolveClientEndpointParameters");
|
|
184
183
|
var commonParams = {
|
|
185
184
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -236,22 +235,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
236
235
|
}, "resolveHttpAuthRuntimeConfig");
|
|
237
236
|
|
|
238
237
|
// src/runtimeExtensions.ts
|
|
239
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
240
238
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
241
|
-
const extensionConfiguration =
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
239
|
+
const extensionConfiguration = Object.assign(
|
|
240
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
241
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
242
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
243
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
244
|
+
);
|
|
247
245
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
248
|
-
return
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
246
|
+
return Object.assign(
|
|
247
|
+
runtimeConfig,
|
|
248
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
249
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
250
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
251
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
252
|
+
);
|
|
255
253
|
}, "resolveRuntimeExtensions");
|
|
256
254
|
|
|
257
255
|
// src/DocDBClient.ts
|
|
@@ -265,6 +263,8 @@ var DocDBClient = class extends import_smithy_client.Client {
|
|
|
265
263
|
config;
|
|
266
264
|
constructor(...[configuration]) {
|
|
267
265
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
266
|
+
super(_config_0);
|
|
267
|
+
this.initConfig = _config_0;
|
|
268
268
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
269
269
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
270
270
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -273,7 +273,6 @@ var DocDBClient = class extends import_smithy_client.Client {
|
|
|
273
273
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
274
274
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
275
275
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
276
|
-
super(_config_8);
|
|
277
276
|
this.config = _config_8;
|
|
278
277
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
279
278
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
package/dist-es/DocDBClient.js
CHANGED
|
@@ -17,6 +17,8 @@ export class DocDBClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class DocDBClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultDocDBHttpAuthSchemeProvider = (authParameters) => {
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "rds",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -77,6 +77,7 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
77
77
|
* @throws {@link DocDBServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link DocDBServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
79
79
|
* @throws {@link DocDBServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
77
77
|
* @throws {@link DocDBServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
113
113
|
* @throws {@link DocDBServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
@@ -208,6 +208,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
208
208
|
* @throws {@link DocDBServiceException}
|
|
209
209
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
210
210
|
*
|
|
211
|
+
*
|
|
211
212
|
* @public
|
|
212
213
|
*/
|
|
213
214
|
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
91
91
|
* @throws {@link DocDBServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
98
98
|
* @throws {@link DocDBServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
|
|
@@ -214,6 +214,7 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
214
214
|
* @throws {@link DocDBServiceException}
|
|
215
215
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
216
216
|
*
|
|
217
|
+
*
|
|
217
218
|
* @public
|
|
218
219
|
*/
|
|
219
220
|
export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
97
97
|
* @throws {@link DocDBServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
107
107
|
* @throws {@link DocDBServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
97
97
|
* @throws {@link DocDBServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
|
|
@@ -135,6 +135,7 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
135
135
|
* @throws {@link DocDBServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
137
137
|
*
|
|
138
|
+
*
|
|
138
139
|
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
|
|
@@ -59,6 +59,7 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
|
59
59
|
* @throws {@link DocDBServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
85
85
|
* @throws {@link DocDBServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
|
|
@@ -161,6 +161,7 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
161
161
|
* @throws {@link DocDBServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
163
163
|
*
|
|
164
|
+
*
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
167
|
export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
66
66
|
* @throws {@link DocDBServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
76
76
|
* @throws {@link DocDBServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
82
82
|
* @throws {@link DocDBServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
78
78
|
* @throws {@link DocDBServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
76
76
|
* @throws {@link DocDBServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
84
84
|
* @throws {@link DocDBServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
71
71
|
* @throws {@link DocDBServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
96
96
|
* @throws {@link DocDBServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
138
138
|
* @throws {@link DocDBServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
95
95
|
* @throws {@link DocDBServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
|
|
@@ -160,6 +160,7 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
160
160
|
* @throws {@link DocDBServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
162
162
|
*
|
|
163
|
+
*
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const DescribeDBSubnetGroupsCommand_base: {
|
|
|
87
87
|
* @throws {@link DocDBServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
82
82
|
* @throws {@link DocDBServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DescribeEventCategoriesCommand_base: {
|
|
|
70
70
|
* @throws {@link DocDBServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DescribeEventSubscriptionsCommand_base: {
|
|
|
86
86
|
* @throws {@link DocDBServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribeEventsCommand_base: {
|
|
|
83
83
|
* @throws {@link DocDBServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
92
92
|
* @throws {@link DocDBServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
|
|
|
83
83
|
* @throws {@link DocDBServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
|
|
|
83
83
|
* @throws {@link DocDBServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
130
130
|
* @throws {@link DocDBServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
92
92
|
* @throws {@link DocDBServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link DocDBServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -184,6 +184,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
184
184
|
* @throws {@link DocDBServiceException}
|
|
185
185
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
186
186
|
*
|
|
187
|
+
*
|
|
187
188
|
* @public
|
|
188
189
|
*/
|
|
189
190
|
export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
93
93
|
* @throws {@link DocDBServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
|
|
|
83
83
|
* @throws {@link DocDBServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
|
|
@@ -203,6 +203,7 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
203
203
|
* @throws {@link DocDBServiceException}
|
|
204
204
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
205
205
|
*
|
|
206
|
+
*
|
|
206
207
|
* @public
|
|
207
208
|
*/
|
|
208
209
|
export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ModifyDBSubnetGroupCommand_base: {
|
|
|
90
90
|
* @throws {@link DocDBServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ModifyEventSubscriptionCommand_base: {
|
|
|
93
93
|
* @throws {@link DocDBServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
84
84
|
* @throws {@link DocDBServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
|
|
@@ -158,6 +158,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
158
158
|
* @throws {@link DocDBServiceException}
|
|
159
159
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
160
160
|
*
|
|
161
|
+
*
|
|
161
162
|
* @public
|
|
162
163
|
*/
|
|
163
164
|
export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
87
87
|
* @throws {@link DocDBServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
|
77
77
|
* @throws {@link DocDBServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link DocDBServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ResetDBClusterParameterGroupCommand_base: {
|
|
|
83
83
|
* @throws {@link DocDBServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
|
|
@@ -191,6 +191,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
191
191
|
* @throws {@link DocDBServiceException}
|
|
192
192
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
193
193
|
*
|
|
194
|
+
*
|
|
194
195
|
* @public
|
|
195
196
|
*/
|
|
196
197
|
export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
|
|
@@ -193,6 +193,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
193
193
|
* @throws {@link DocDBServiceException}
|
|
194
194
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
195
195
|
*
|
|
196
|
+
*
|
|
196
197
|
* @public
|
|
197
198
|
*/
|
|
198
199
|
export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const StartDBClusterCommand_base: {
|
|
|
129
129
|
* @throws {@link DocDBServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const StopDBClusterCommand_base: {
|
|
|
130
130
|
* @throws {@link DocDBServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
87
87
|
* @throws {@link DocDBServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from DocDB service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-docdb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.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-docdb",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.0
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
38
|
-
"@smithy/hash-node": "^4.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
42
|
-
"@smithy/middleware-retry": "^4.0
|
|
43
|
-
"@smithy/middleware-serde": "^4.0.
|
|
44
|
-
"@smithy/middleware-stack": "^4.0.
|
|
45
|
-
"@smithy/node-config-provider": "^4.0.
|
|
46
|
-
"@smithy/node-http-handler": "^4.0.
|
|
47
|
-
"@smithy/protocol-http": "^5.0
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-rds": "3.775.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
31
|
+
"@aws-sdk/types": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
36
|
+
"@smithy/core": "^3.2.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
38
|
+
"@smithy/hash-node": "^4.0.2",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
44
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
46
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
47
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
48
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
49
|
+
"@smithy/types": "^4.2.0",
|
|
50
|
+
"@smithy/url-parser": "^4.0.2",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
-
"@smithy/util-endpoints": "^3.0.
|
|
57
|
-
"@smithy/util-middleware": "^4.0.
|
|
58
|
-
"@smithy/util-retry": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
56
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
58
|
+
"@smithy/util-retry": "^4.0.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
|
-
"@smithy/util-waiter": "^4.0.
|
|
60
|
+
"@smithy/util-waiter": "^4.0.3",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|