@aws-sdk/client-redshift 3.183.0 → 3.186.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/Redshift.js +485 -478
- package/dist-es/RedshiftClient.js +28 -22
- package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +28 -21
- package/dist-es/commands/AddPartnerCommand.js +28 -21
- package/dist-es/commands/AssociateDataShareConsumerCommand.js +28 -21
- package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +28 -21
- package/dist-es/commands/AuthorizeDataShareCommand.js +28 -21
- package/dist-es/commands/AuthorizeEndpointAccessCommand.js +28 -21
- package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +28 -21
- package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +28 -21
- package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +28 -21
- package/dist-es/commands/CancelResizeCommand.js +28 -21
- package/dist-es/commands/CopyClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateAuthenticationProfileCommand.js +28 -21
- package/dist-es/commands/CreateClusterCommand.js +28 -21
- package/dist-es/commands/CreateClusterParameterGroupCommand.js +28 -21
- package/dist-es/commands/CreateClusterSecurityGroupCommand.js +28 -21
- package/dist-es/commands/CreateClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateClusterSubnetGroupCommand.js +28 -21
- package/dist-es/commands/CreateEndpointAccessCommand.js +28 -21
- package/dist-es/commands/CreateEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateHsmClientCertificateCommand.js +28 -21
- package/dist-es/commands/CreateHsmConfigurationCommand.js +28 -21
- package/dist-es/commands/CreateScheduledActionCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/CreateTagsCommand.js +29 -22
- package/dist-es/commands/CreateUsageLimitCommand.js +28 -21
- package/dist-es/commands/DeauthorizeDataShareCommand.js +28 -21
- package/dist-es/commands/DeleteAuthenticationProfileCommand.js +28 -21
- package/dist-es/commands/DeleteClusterCommand.js +28 -21
- package/dist-es/commands/DeleteClusterParameterGroupCommand.js +29 -22
- package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +29 -22
- package/dist-es/commands/DeleteClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +29 -22
- package/dist-es/commands/DeleteEndpointAccessCommand.js +28 -21
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +29 -22
- package/dist-es/commands/DeleteHsmClientCertificateCommand.js +29 -22
- package/dist-es/commands/DeleteHsmConfigurationCommand.js +29 -22
- package/dist-es/commands/DeletePartnerCommand.js +28 -21
- package/dist-es/commands/DeleteScheduledActionCommand.js +29 -22
- package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +29 -22
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +29 -22
- package/dist-es/commands/DeleteTagsCommand.js +29 -22
- package/dist-es/commands/DeleteUsageLimitCommand.js +29 -22
- package/dist-es/commands/DescribeAccountAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +28 -21
- package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterParametersCommand.js +28 -21
- package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterSnapshotsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeClusterTracksCommand.js +28 -21
- package/dist-es/commands/DescribeClusterVersionsCommand.js +28 -21
- package/dist-es/commands/DescribeClustersCommand.js +28 -21
- package/dist-es/commands/DescribeDataSharesCommand.js +28 -21
- package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +28 -21
- package/dist-es/commands/DescribeDataSharesForProducerCommand.js +28 -21
- package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointAccessCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +28 -21
- package/dist-es/commands/DescribeEventCategoriesCommand.js +28 -21
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +28 -21
- package/dist-es/commands/DescribeEventsCommand.js +28 -21
- package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +28 -21
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribeLoggingStatusCommand.js +28 -21
- package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +28 -21
- package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +28 -21
- package/dist-es/commands/DescribePartnersCommand.js +28 -21
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +28 -21
- package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +28 -21
- package/dist-es/commands/DescribeReservedNodesCommand.js +28 -21
- package/dist-es/commands/DescribeResizeCommand.js +28 -21
- package/dist-es/commands/DescribeScheduledActionsCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +28 -21
- package/dist-es/commands/DescribeStorageCommand.js +29 -22
- package/dist-es/commands/DescribeTableRestoreStatusCommand.js +28 -21
- package/dist-es/commands/DescribeTagsCommand.js +28 -21
- package/dist-es/commands/DescribeUsageLimitsCommand.js +28 -21
- package/dist-es/commands/DisableLoggingCommand.js +28 -21
- package/dist-es/commands/DisableSnapshotCopyCommand.js +28 -21
- package/dist-es/commands/DisassociateDataShareConsumerCommand.js +28 -21
- package/dist-es/commands/EnableLoggingCommand.js +28 -21
- package/dist-es/commands/EnableSnapshotCopyCommand.js +28 -21
- package/dist-es/commands/GetClusterCredentialsCommand.js +28 -21
- package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +28 -21
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +28 -21
- package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +28 -21
- package/dist-es/commands/ModifyAquaConfigurationCommand.js +28 -21
- package/dist-es/commands/ModifyAuthenticationProfileCommand.js +28 -21
- package/dist-es/commands/ModifyClusterCommand.js +28 -21
- package/dist-es/commands/ModifyClusterDbRevisionCommand.js +28 -21
- package/dist-es/commands/ModifyClusterIamRolesCommand.js +28 -21
- package/dist-es/commands/ModifyClusterMaintenanceCommand.js +28 -21
- package/dist-es/commands/ModifyClusterParameterGroupCommand.js +28 -21
- package/dist-es/commands/ModifyClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +29 -22
- package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +28 -21
- package/dist-es/commands/ModifyEndpointAccessCommand.js +28 -21
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +28 -21
- package/dist-es/commands/ModifyScheduledActionCommand.js +28 -21
- package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +28 -21
- package/dist-es/commands/ModifySnapshotScheduleCommand.js +28 -21
- package/dist-es/commands/ModifyUsageLimitCommand.js +28 -21
- package/dist-es/commands/PauseClusterCommand.js +28 -21
- package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +28 -21
- package/dist-es/commands/RebootClusterCommand.js +28 -21
- package/dist-es/commands/RejectDataShareCommand.js +28 -21
- package/dist-es/commands/ResetClusterParameterGroupCommand.js +28 -21
- package/dist-es/commands/ResizeClusterCommand.js +28 -21
- package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +28 -21
- package/dist-es/commands/ResumeClusterCommand.js +28 -21
- package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +28 -21
- package/dist-es/commands/RevokeEndpointAccessCommand.js +28 -21
- package/dist-es/commands/RevokeSnapshotAccessCommand.js +28 -21
- package/dist-es/commands/RotateEncryptionKeyCommand.js +28 -21
- package/dist-es/commands/UpdatePartnerStatusCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RedshiftServiceException.js +10 -5
- package/dist-es/models/models_0.js +1459 -1808
- package/dist-es/models/models_1.js +308 -503
- package/dist-es/pagination/DescribeClusterDbRevisionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterParameterGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterParametersPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterSecurityGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterSnapshotsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterSubnetGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterTracksPaginator.js +68 -25
- package/dist-es/pagination/DescribeClusterVersionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeClustersPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataSharesPaginator.js +68 -25
- package/dist-es/pagination/DescribeDefaultClusterParametersPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointAccessPaginator.js +68 -25
- package/dist-es/pagination/DescribeEndpointAuthorizationPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
- package/dist-es/pagination/DescribeHsmClientCertificatesPaginator.js +68 -25
- package/dist-es/pagination/DescribeHsmConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribeNodeConfigurationOptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeOrderableClusterOptionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedNodeOfferingsPaginator.js +68 -25
- package/dist-es/pagination/DescribeReservedNodesPaginator.js +68 -25
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeSnapshotCopyGrantsPaginator.js +68 -25
- package/dist-es/pagination/DescribeSnapshotSchedulesPaginator.js +68 -25
- package/dist-es/pagination/DescribeTableRestoreStatusPaginator.js +68 -25
- package/dist-es/pagination/DescribeTagsPaginator.js +68 -25
- package/dist-es/pagination/DescribeUsageLimitsPaginator.js +68 -25
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +68 -25
- package/dist-es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +11426 -8821
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForClusterAvailable.js +93 -52
- package/dist-es/waiters/waitForClusterDeleted.js +90 -49
- package/dist-es/waiters/waitForClusterRestored.js +91 -50
- package/dist-es/waiters/waitForSnapshotAvailable.js +115 -64
- package/package.json +34 -34
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
2
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,26 +9,31 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
|
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
11
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
12
|
+
var RedshiftClient = (function (_super) {
|
|
13
|
+
__extends(RedshiftClient, _super);
|
|
14
|
+
function RedshiftClient(configuration) {
|
|
15
|
+
var _this = this;
|
|
16
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
17
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
18
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
19
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
20
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
21
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
22
|
+
var _config_6 = resolveUserAgentConfig(_config_5);
|
|
23
|
+
_this = _super.call(this, _config_6) || this;
|
|
24
|
+
_this.config = _config_6;
|
|
25
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
26
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
27
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
30
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
31
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
32
|
+
return _this;
|
|
29
33
|
}
|
|
30
|
-
destroy() {
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
+
RedshiftClient.prototype.destroy = function () {
|
|
35
|
+
_super.prototype.destroy.call(this);
|
|
36
|
+
};
|
|
37
|
+
return RedshiftClient;
|
|
38
|
+
}(__Client));
|
|
39
|
+
export { RedshiftClient };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AcceptReservedNodeExchangeInputMessageFilterSensitiveLog, AcceptReservedNodeExchangeOutputMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAcceptReservedNodeExchangeCommand, serializeAws_queryAcceptReservedNodeExchangeCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AcceptReservedNodeExchangeCommand = (function (_super) {
|
|
7
|
+
__extends(AcceptReservedNodeExchangeCommand, _super);
|
|
8
|
+
function AcceptReservedNodeExchangeCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AcceptReservedNodeExchangeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AcceptReservedNodeExchangeCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AcceptReservedNodeExchangeInputMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: AcceptReservedNodeExchangeOutputMessageFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AcceptReservedNodeExchangeCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAcceptReservedNodeExchangeCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AcceptReservedNodeExchangeCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAcceptReservedNodeExchangeCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AcceptReservedNodeExchangeCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AcceptReservedNodeExchangeCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { PartnerIntegrationInputMessageFilterSensitiveLog, PartnerIntegrationOutputMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAddPartnerCommand, serializeAws_queryAddPartnerCommand } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AddPartnerCommand = (function (_super) {
|
|
7
|
+
__extends(AddPartnerCommand, _super);
|
|
8
|
+
function AddPartnerCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AddPartnerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AddPartnerCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: PartnerIntegrationInputMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: PartnerIntegrationOutputMessageFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AddPartnerCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAddPartnerCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AddPartnerCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAddPartnerCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AddPartnerCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AddPartnerCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateDataShareConsumerMessageFilterSensitiveLog, DataShareFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAssociateDataShareConsumerCommand, serializeAws_queryAssociateDataShareConsumerCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AssociateDataShareConsumerCommand = (function (_super) {
|
|
7
|
+
__extends(AssociateDataShareConsumerCommand, _super);
|
|
8
|
+
function AssociateDataShareConsumerCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AssociateDataShareConsumerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AssociateDataShareConsumerCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AssociateDataShareConsumerMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DataShareFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AssociateDataShareConsumerCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAssociateDataShareConsumerCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AssociateDataShareConsumerCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAssociateDataShareConsumerCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AssociateDataShareConsumerCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AssociateDataShareConsumerCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AuthorizeClusterSecurityGroupIngressMessageFilterSensitiveLog, AuthorizeClusterSecurityGroupIngressResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAuthorizeClusterSecurityGroupIngressCommand, serializeAws_queryAuthorizeClusterSecurityGroupIngressCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AuthorizeClusterSecurityGroupIngressCommand = (function (_super) {
|
|
7
|
+
__extends(AuthorizeClusterSecurityGroupIngressCommand, _super);
|
|
8
|
+
function AuthorizeClusterSecurityGroupIngressCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AuthorizeClusterSecurityGroupIngressCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AuthorizeClusterSecurityGroupIngressCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AuthorizeClusterSecurityGroupIngressMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: AuthorizeClusterSecurityGroupIngressResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AuthorizeClusterSecurityGroupIngressCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAuthorizeClusterSecurityGroupIngressCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AuthorizeClusterSecurityGroupIngressCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAuthorizeClusterSecurityGroupIngressCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AuthorizeClusterSecurityGroupIngressCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AuthorizeClusterSecurityGroupIngressCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AuthorizeDataShareMessageFilterSensitiveLog, DataShareFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAuthorizeDataShareCommand, serializeAws_queryAuthorizeDataShareCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AuthorizeDataShareCommand = (function (_super) {
|
|
7
|
+
__extends(AuthorizeDataShareCommand, _super);
|
|
8
|
+
function AuthorizeDataShareCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AuthorizeDataShareCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AuthorizeDataShareCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AuthorizeDataShareMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DataShareFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AuthorizeDataShareCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAuthorizeDataShareCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AuthorizeDataShareCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAuthorizeDataShareCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AuthorizeDataShareCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AuthorizeDataShareCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AuthorizeEndpointAccessMessageFilterSensitiveLog, EndpointAuthorizationFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAuthorizeEndpointAccessCommand, serializeAws_queryAuthorizeEndpointAccessCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AuthorizeEndpointAccessCommand = (function (_super) {
|
|
7
|
+
__extends(AuthorizeEndpointAccessCommand, _super);
|
|
8
|
+
function AuthorizeEndpointAccessCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AuthorizeEndpointAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AuthorizeEndpointAccessCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AuthorizeEndpointAccessMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: EndpointAuthorizationFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AuthorizeEndpointAccessCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAuthorizeEndpointAccessCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AuthorizeEndpointAccessCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAuthorizeEndpointAccessCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AuthorizeEndpointAccessCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AuthorizeEndpointAccessCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AuthorizeSnapshotAccessMessageFilterSensitiveLog, AuthorizeSnapshotAccessResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryAuthorizeSnapshotAccessCommand, serializeAws_queryAuthorizeSnapshotAccessCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AuthorizeSnapshotAccessCommand = (function (_super) {
|
|
7
|
+
__extends(AuthorizeSnapshotAccessCommand, _super);
|
|
8
|
+
function AuthorizeSnapshotAccessCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AuthorizeSnapshotAccessCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "AuthorizeSnapshotAccessCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AuthorizeSnapshotAccessMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: AuthorizeSnapshotAccessResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AuthorizeSnapshotAccessCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryAuthorizeSnapshotAccessCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AuthorizeSnapshotAccessCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryAuthorizeSnapshotAccessCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AuthorizeSnapshotAccessCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AuthorizeSnapshotAccessCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchDeleteClusterSnapshotsRequestFilterSensitiveLog, BatchDeleteClusterSnapshotsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryBatchDeleteClusterSnapshotsCommand, serializeAws_queryBatchDeleteClusterSnapshotsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchDeleteClusterSnapshotsCommand = (function (_super) {
|
|
7
|
+
__extends(BatchDeleteClusterSnapshotsCommand, _super);
|
|
8
|
+
function BatchDeleteClusterSnapshotsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchDeleteClusterSnapshotsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "BatchDeleteClusterSnapshotsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchDeleteClusterSnapshotsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchDeleteClusterSnapshotsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchDeleteClusterSnapshotsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryBatchDeleteClusterSnapshotsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchDeleteClusterSnapshotsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryBatchDeleteClusterSnapshotsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchDeleteClusterSnapshotsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchDeleteClusterSnapshotsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchModifyClusterSnapshotsMessageFilterSensitiveLog, BatchModifyClusterSnapshotsOutputMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryBatchModifyClusterSnapshotsCommand, serializeAws_queryBatchModifyClusterSnapshotsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchModifyClusterSnapshotsCommand = (function (_super) {
|
|
7
|
+
__extends(BatchModifyClusterSnapshotsCommand, _super);
|
|
8
|
+
function BatchModifyClusterSnapshotsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchModifyClusterSnapshotsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "RedshiftClient";
|
|
18
|
+
var commandName = "BatchModifyClusterSnapshotsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchModifyClusterSnapshotsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchModifyClusterSnapshotsOutputMessageFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchModifyClusterSnapshotsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryBatchModifyClusterSnapshotsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchModifyClusterSnapshotsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryBatchModifyClusterSnapshotsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchModifyClusterSnapshotsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchModifyClusterSnapshotsCommand };
|