@aws-sdk/client-neptune 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/NeptuneClient.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/AddRoleToDBClusterCommand.d.ts +1 -0
- 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/CopyDBParameterGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.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/CreateDBParameterGroupCommand.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/DeleteDBClusterEndpointCommand.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/DeleteDBParameterGroupCommand.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/DescribeDBClusterEndpointsCommand.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/DescribeDBParameterGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBParametersCommand.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/DescribeEngineDefaultParametersCommand.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/DescribeValidDBInstanceModificationsCommand.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/ModifyDBClusterEndpointCommand.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/ModifyDBParameterGroupCommand.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/PromoteReadReplicaDBClusterCommand.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/RemoveRoleFromDBClusterCommand.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/ResetDBParameterGroupCommand.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/package.json +35 -35
|
@@ -40,8 +40,6 @@ const defaultNeptuneHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultNeptuneHttpAuthSchemeProvider = defaultNeptuneHttpAuthSchemeProvider;
|
|
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
|
@@ -203,12 +203,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
203
203
|
|
|
204
204
|
// src/endpoint/EndpointParameters.ts
|
|
205
205
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
206
|
-
return {
|
|
207
|
-
...options,
|
|
206
|
+
return Object.assign(options, {
|
|
208
207
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
209
208
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
210
209
|
defaultSigningName: "rds"
|
|
211
|
-
};
|
|
210
|
+
});
|
|
212
211
|
}, "resolveClientEndpointParameters");
|
|
213
212
|
var commonParams = {
|
|
214
213
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -265,22 +264,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
265
264
|
}, "resolveHttpAuthRuntimeConfig");
|
|
266
265
|
|
|
267
266
|
// src/runtimeExtensions.ts
|
|
268
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
269
267
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
270
|
-
const extensionConfiguration =
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
268
|
+
const extensionConfiguration = Object.assign(
|
|
269
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
270
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
271
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
272
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
273
|
+
);
|
|
276
274
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
277
|
-
return
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
275
|
+
return Object.assign(
|
|
276
|
+
runtimeConfig,
|
|
277
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
278
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
279
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
280
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
281
|
+
);
|
|
284
282
|
}, "resolveRuntimeExtensions");
|
|
285
283
|
|
|
286
284
|
// src/NeptuneClient.ts
|
|
@@ -294,6 +292,8 @@ var NeptuneClient = class extends import_smithy_client.Client {
|
|
|
294
292
|
config;
|
|
295
293
|
constructor(...[configuration]) {
|
|
296
294
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
295
|
+
super(_config_0);
|
|
296
|
+
this.initConfig = _config_0;
|
|
297
297
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
298
298
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
299
299
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -302,7 +302,6 @@ var NeptuneClient = class extends import_smithy_client.Client {
|
|
|
302
302
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
303
303
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
304
304
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
305
|
-
super(_config_8);
|
|
306
305
|
this.config = _config_8;
|
|
307
306
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
308
307
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
package/dist-es/NeptuneClient.js
CHANGED
|
@@ -17,6 +17,8 @@ export class NeptuneClient 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 NeptuneClient 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 defaultNeptuneHttpAuthSchemeProvider = (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
|
};
|
|
@@ -68,6 +68,7 @@ declare const AddRoleToDBClusterCommand_base: {
|
|
|
68
68
|
* @throws {@link NeptuneServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class AddRoleToDBClusterCommand extends AddRoleToDBClusterCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
76
76
|
* @throws {@link NeptuneServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link NeptuneServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
71
71
|
* @throws {@link NeptuneServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
111
111
|
* @throws {@link NeptuneServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CopyDBParameterGroupCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CopyDBParameterGroupCommand extends CopyDBParameterGroupCommand_base {
|
|
@@ -257,6 +257,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
257
257
|
* @throws {@link NeptuneServiceException}
|
|
258
258
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
259
259
|
*
|
|
260
|
+
*
|
|
260
261
|
* @public
|
|
261
262
|
*/
|
|
262
263
|
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const CreateDBClusterEndpointCommand_base: {
|
|
|
101
101
|
* @throws {@link NeptuneServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateDBClusterEndpointCommand extends CreateDBClusterEndpointCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
97
97
|
* @throws {@link NeptuneServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
101
101
|
* @throws {@link NeptuneServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {
|
|
@@ -309,6 +309,7 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
309
309
|
* @throws {@link NeptuneServiceException}
|
|
310
310
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
311
311
|
*
|
|
312
|
+
*
|
|
312
313
|
* @public
|
|
313
314
|
*/
|
|
314
315
|
export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateDBParameterGroupCommand_base: {
|
|
|
92
92
|
* @throws {@link NeptuneServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateDBParameterGroupCommand extends CreateDBParameterGroupCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
98
98
|
* @throws {@link NeptuneServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
119
119
|
* @throws {@link NeptuneServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
98
98
|
* @throws {@link NeptuneServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {
|
|
@@ -171,6 +171,7 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
171
171
|
* @throws {@link NeptuneServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
173
173
|
*
|
|
174
|
+
*
|
|
174
175
|
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteDBClusterEndpointCommand_base: {
|
|
|
76
76
|
* @throws {@link NeptuneServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteDBClusterEndpointCommand extends DeleteDBClusterEndpointCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
|
62
62
|
* @throws {@link NeptuneServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
91
91
|
* @throws {@link NeptuneServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {
|
|
@@ -221,6 +221,7 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
221
221
|
* @throws {@link NeptuneServiceException}
|
|
222
222
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
223
223
|
*
|
|
224
|
+
*
|
|
224
225
|
* @public
|
|
225
226
|
*/
|
|
226
227
|
export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteDBParameterGroupCommand_base: {
|
|
|
62
62
|
* @throws {@link NeptuneServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteDBParameterGroupCommand extends DeleteDBParameterGroupCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
66
66
|
* @throws {@link NeptuneServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
75
75
|
* @throws {@link NeptuneServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
79
79
|
* @throws {@link NeptuneServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DescribeDBClusterEndpointsCommand_base: {
|
|
|
91
91
|
* @throws {@link NeptuneServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeDBClusterEndpointsCommand extends DescribeDBClusterEndpointsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
79
79
|
* @throws {@link NeptuneServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
84
84
|
* @throws {@link NeptuneServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
78
78
|
* @throws {@link NeptuneServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
101
101
|
* @throws {@link NeptuneServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
|
|
@@ -170,6 +170,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
170
170
|
* @throws {@link NeptuneServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
109
109
|
* @throws {@link NeptuneServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
|
|
@@ -210,6 +210,7 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
210
210
|
* @throws {@link NeptuneServiceException}
|
|
211
211
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
212
212
|
*
|
|
213
|
+
*
|
|
213
214
|
* @public
|
|
214
215
|
*/
|
|
215
216
|
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DescribeDBParameterGroupsCommand_base: {
|
|
|
79
79
|
* @throws {@link NeptuneServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DescribeDBParameterGroupsCommand extends DescribeDBParameterGroupsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DescribeDBParametersCommand_base: {
|
|
|
84
84
|
* @throws {@link NeptuneServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeDBParametersCommand extends DescribeDBParametersCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribeDBSubnetGroupsCommand_base: {
|
|
|
89
89
|
* @throws {@link NeptuneServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
82
82
|
* @throws {@link NeptuneServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DescribeEngineDefaultParametersCommand_base: {
|
|
|
82
82
|
* @throws {@link NeptuneServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeEngineDefaultParametersCommand extends DescribeEngineDefaultParametersCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DescribeEventCategoriesCommand_base: {
|
|
|
70
70
|
* @throws {@link NeptuneServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DescribeEventSubscriptionsCommand_base: {
|
|
|
88
88
|
* @throws {@link NeptuneServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DescribeEventsCommand_base: {
|
|
|
86
86
|
* @throws {@link NeptuneServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
81
81
|
* @throws {@link NeptuneServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
|
|
|
97
97
|
* @throws {@link NeptuneServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
|
|
|
83
83
|
* @throws {@link NeptuneServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribeValidDBInstanceModificationsCommand_base: {
|
|
|
89
89
|
* @throws {@link NeptuneServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeValidDBInstanceModificationsCommand extends DescribeValidDBInstanceModificationsCommand_base {
|
|
@@ -166,6 +166,7 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
166
166
|
* @throws {@link NeptuneServiceException}
|
|
167
167
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
168
168
|
*
|
|
169
|
+
*
|
|
169
170
|
* @public
|
|
170
171
|
*/
|
|
171
172
|
export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
99
99
|
* @throws {@link NeptuneServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link NeptuneServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -224,6 +224,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
224
224
|
* @throws {@link NeptuneServiceException}
|
|
225
225
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
226
226
|
*
|
|
227
|
+
*
|
|
227
228
|
* @public
|
|
228
229
|
*/
|
|
229
230
|
export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ModifyDBClusterEndpointCommand_base: {
|
|
|
90
90
|
* @throws {@link NeptuneServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ModifyDBClusterEndpointCommand extends ModifyDBClusterEndpointCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
96
96
|
* @throws {@link NeptuneServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
|
|
|
95
95
|
* @throws {@link NeptuneServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
|
|
@@ -296,6 +296,7 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
296
296
|
* @throws {@link NeptuneServiceException}
|
|
297
297
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
298
298
|
*
|
|
299
|
+
*
|
|
299
300
|
* @public
|
|
300
301
|
*/
|
|
301
302
|
export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ModifyDBParameterGroupCommand_base: {
|
|
|
96
96
|
* @throws {@link NeptuneServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ModifyDBParameterGroupCommand extends ModifyDBParameterGroupCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ModifyDBSubnetGroupCommand_base: {
|
|
|
93
93
|
* @throws {@link NeptuneServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const ModifyEventSubscriptionCommand_base: {
|
|
|
97
97
|
* @throws {@link NeptuneServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
84
84
|
* @throws {@link NeptuneServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
|
|
@@ -155,6 +155,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
155
155
|
* @throws {@link NeptuneServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
157
157
|
*
|
|
158
|
+
*
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
161
|
export declare class PromoteReadReplicaDBClusterCommand extends PromoteReadReplicaDBClusterCommand_base {
|
|
@@ -201,6 +201,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
201
201
|
* @throws {@link NeptuneServiceException}
|
|
202
202
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
203
203
|
*
|
|
204
|
+
*
|
|
204
205
|
* @public
|
|
205
206
|
*/
|
|
206
207
|
export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
86
86
|
* @throws {@link NeptuneServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const RemoveRoleFromDBClusterCommand_base: {
|
|
|
64
64
|
* @throws {@link NeptuneServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class RemoveRoleFromDBClusterCommand extends RemoveRoleFromDBClusterCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
|
76
76
|
* @throws {@link NeptuneServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link NeptuneServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ResetDBClusterParameterGroupCommand_base: {
|
|
|
85
85
|
* @throws {@link NeptuneServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ResetDBParameterGroupCommand_base: {
|
|
|
84
84
|
* @throws {@link NeptuneServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ResetDBParameterGroupCommand extends ResetDBParameterGroupCommand_base {
|
|
@@ -244,6 +244,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
244
244
|
* @throws {@link NeptuneServiceException}
|
|
245
245
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
246
246
|
*
|
|
247
|
+
*
|
|
247
248
|
* @public
|
|
248
249
|
*/
|
|
249
250
|
export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
|
|
@@ -250,6 +250,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
250
250
|
* @throws {@link NeptuneServiceException}
|
|
251
251
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
252
252
|
*
|
|
253
|
+
*
|
|
253
254
|
* @public
|
|
254
255
|
*/
|
|
255
256
|
export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
|
|
@@ -159,6 +159,7 @@ declare const StartDBClusterCommand_base: {
|
|
|
159
159
|
* @throws {@link NeptuneServiceException}
|
|
160
160
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
161
161
|
*
|
|
162
|
+
*
|
|
162
163
|
* @public
|
|
163
164
|
*/
|
|
164
165
|
export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
|
|
@@ -162,6 +162,7 @@ declare const StopDBClusterCommand_base: {
|
|
|
162
162
|
* @throws {@link NeptuneServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from Neptune service.</p>
|
|
164
164
|
*
|
|
165
|
+
*
|
|
165
166
|
* @public
|
|
166
167
|
*/
|
|
167
168
|
export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune 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-neptune",
|
|
@@ -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": {
|