@aws-sdk/client-redshift 3.180.0 → 3.183.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 +26 -0
- package/dist-cjs/protocols/Aws_query.js +422 -414
- package/dist-es/Redshift.js +478 -485
- package/dist-es/RedshiftClient.js +22 -28
- package/dist-es/commands/AcceptReservedNodeExchangeCommand.js +21 -28
- package/dist-es/commands/AddPartnerCommand.js +21 -28
- package/dist-es/commands/AssociateDataShareConsumerCommand.js +21 -28
- package/dist-es/commands/AuthorizeClusterSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/AuthorizeDataShareCommand.js +21 -28
- package/dist-es/commands/AuthorizeEndpointAccessCommand.js +21 -28
- package/dist-es/commands/AuthorizeSnapshotAccessCommand.js +21 -28
- package/dist-es/commands/BatchDeleteClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/BatchModifyClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/CancelResizeCommand.js +21 -28
- package/dist-es/commands/CopyClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateAuthenticationProfileCommand.js +21 -28
- package/dist-es/commands/CreateClusterCommand.js +21 -28
- package/dist-es/commands/CreateClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateClusterSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateClusterSubnetGroupCommand.js +21 -28
- package/dist-es/commands/CreateEndpointAccessCommand.js +21 -28
- package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateHsmClientCertificateCommand.js +21 -28
- package/dist-es/commands/CreateHsmConfigurationCommand.js +21 -28
- package/dist-es/commands/CreateScheduledActionCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotCopyGrantCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotScheduleCommand.js +21 -28
- package/dist-es/commands/CreateTagsCommand.js +22 -29
- package/dist-es/commands/CreateUsageLimitCommand.js +21 -28
- package/dist-es/commands/DeauthorizeDataShareCommand.js +21 -28
- package/dist-es/commands/DeleteAuthenticationProfileCommand.js +21 -28
- package/dist-es/commands/DeleteClusterCommand.js +21 -28
- package/dist-es/commands/DeleteClusterParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteClusterSecurityGroupCommand.js +22 -29
- package/dist-es/commands/DeleteClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteClusterSubnetGroupCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointAccessCommand.js +21 -28
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +22 -29
- package/dist-es/commands/DeleteHsmClientCertificateCommand.js +22 -29
- package/dist-es/commands/DeleteHsmConfigurationCommand.js +22 -29
- package/dist-es/commands/DeletePartnerCommand.js +21 -28
- package/dist-es/commands/DeleteScheduledActionCommand.js +22 -29
- package/dist-es/commands/DeleteSnapshotCopyGrantCommand.js +22 -29
- package/dist-es/commands/DeleteSnapshotScheduleCommand.js +22 -29
- package/dist-es/commands/DeleteTagsCommand.js +22 -29
- package/dist-es/commands/DeleteUsageLimitCommand.js +22 -29
- package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeAuthenticationProfilesCommand.js +21 -28
- package/dist-es/commands/DescribeClusterDbRevisionsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeClusterSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterSubnetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeClusterTracksCommand.js +21 -28
- package/dist-es/commands/DescribeClusterVersionsCommand.js +21 -28
- package/dist-es/commands/DescribeClustersCommand.js +21 -28
- package/dist-es/commands/DescribeDataSharesCommand.js +21 -28
- package/dist-es/commands/DescribeDataSharesForConsumerCommand.js +21 -28
- package/dist-es/commands/DescribeDataSharesForProducerCommand.js +21 -28
- package/dist-es/commands/DescribeDefaultClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointAccessCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointAuthorizationCommand.js +21 -28
- package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
- package/dist-es/commands/DescribeEventsCommand.js +21 -28
- package/dist-es/commands/DescribeHsmClientCertificatesCommand.js +21 -28
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +21 -28
- package/dist-es/commands/DescribeLoggingStatusCommand.js +21 -28
- package/dist-es/commands/DescribeNodeConfigurationOptionsCommand.js +21 -28
- package/dist-es/commands/DescribeOrderableClusterOptionsCommand.js +21 -28
- package/dist-es/commands/DescribePartnersCommand.js +21 -28
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +21 -28
- package/dist-es/commands/DescribeReservedNodeOfferingsCommand.js +21 -28
- package/dist-es/commands/DescribeReservedNodesCommand.js +21 -28
- package/dist-es/commands/DescribeResizeCommand.js +21 -28
- package/dist-es/commands/DescribeScheduledActionsCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotCopyGrantsCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotSchedulesCommand.js +21 -28
- package/dist-es/commands/DescribeStorageCommand.js +22 -29
- package/dist-es/commands/DescribeTableRestoreStatusCommand.js +21 -28
- package/dist-es/commands/DescribeTagsCommand.js +21 -28
- package/dist-es/commands/DescribeUsageLimitsCommand.js +21 -28
- package/dist-es/commands/DisableLoggingCommand.js +21 -28
- package/dist-es/commands/DisableSnapshotCopyCommand.js +21 -28
- package/dist-es/commands/DisassociateDataShareConsumerCommand.js +21 -28
- package/dist-es/commands/EnableLoggingCommand.js +21 -28
- package/dist-es/commands/EnableSnapshotCopyCommand.js +21 -28
- package/dist-es/commands/GetClusterCredentialsCommand.js +21 -28
- package/dist-es/commands/GetClusterCredentialsWithIAMCommand.js +21 -28
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +21 -28
- package/dist-es/commands/GetReservedNodeExchangeOfferingsCommand.js +21 -28
- package/dist-es/commands/ModifyAquaConfigurationCommand.js +21 -28
- package/dist-es/commands/ModifyAuthenticationProfileCommand.js +21 -28
- package/dist-es/commands/ModifyClusterCommand.js +21 -28
- package/dist-es/commands/ModifyClusterDbRevisionCommand.js +21 -28
- package/dist-es/commands/ModifyClusterIamRolesCommand.js +21 -28
- package/dist-es/commands/ModifyClusterMaintenanceCommand.js +21 -28
- package/dist-es/commands/ModifyClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/ModifyClusterSnapshotScheduleCommand.js +22 -29
- package/dist-es/commands/ModifyClusterSubnetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyEndpointAccessCommand.js +21 -28
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/ModifyScheduledActionCommand.js +21 -28
- package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +21 -28
- package/dist-es/commands/ModifySnapshotScheduleCommand.js +21 -28
- package/dist-es/commands/ModifyUsageLimitCommand.js +21 -28
- package/dist-es/commands/PauseClusterCommand.js +21 -28
- package/dist-es/commands/PurchaseReservedNodeOfferingCommand.js +21 -28
- package/dist-es/commands/RebootClusterCommand.js +21 -28
- package/dist-es/commands/RejectDataShareCommand.js +21 -28
- package/dist-es/commands/ResetClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ResizeClusterCommand.js +21 -28
- package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/RestoreTableFromClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/ResumeClusterCommand.js +21 -28
- package/dist-es/commands/RevokeClusterSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/RevokeEndpointAccessCommand.js +21 -28
- package/dist-es/commands/RevokeSnapshotAccessCommand.js +21 -28
- package/dist-es/commands/RotateEncryptionKeyCommand.js +21 -28
- package/dist-es/commands/UpdatePartnerStatusCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RedshiftServiceException.js +5 -10
- package/dist-es/models/models_0.js +1808 -1459
- package/dist-es/models/models_1.js +503 -308
- package/dist-es/pagination/DescribeClusterDbRevisionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterSubnetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterTracksPaginator.js +25 -68
- package/dist-es/pagination/DescribeClusterVersionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +25 -68
- package/dist-es/pagination/DescribeDataSharesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDefaultClusterParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointAccessPaginator.js +25 -68
- package/dist-es/pagination/DescribeEndpointAuthorizationPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeHsmClientCertificatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeHsmConfigurationsPaginator.js +25 -68
- package/dist-es/pagination/DescribeNodeConfigurationOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOrderableClusterOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedNodeOfferingsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedNodesPaginator.js +25 -68
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeSnapshotCopyGrantsPaginator.js +25 -68
- package/dist-es/pagination/DescribeSnapshotSchedulesPaginator.js +25 -68
- package/dist-es/pagination/DescribeTableRestoreStatusPaginator.js +25 -68
- package/dist-es/pagination/DescribeTagsPaginator.js +25 -68
- package/dist-es/pagination/DescribeUsageLimitsPaginator.js +25 -68
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +25 -68
- package/dist-es/pagination/GetReservedNodeExchangeOfferingsPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +8821 -11411
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForClusterAvailable.js +52 -93
- package/dist-es/waiters/waitForClusterDeleted.js +49 -90
- package/dist-es/waiters/waitForClusterRestored.js +50 -91
- package/dist-es/waiters/waitForSnapshotAvailable.js +64 -115
- package/package.json +34 -34
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateHsmClientCertificateMessageFilterSensitiveLog, CreateHsmClientCertificateResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateHsmClientCertificateCommand, serializeAws_queryCreateHsmClientCertificateCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateHsmClientCertificateCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateHsmClientCertificateCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateHsmClientCertificateMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CreateHsmClientCertificateResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateHsmClientCertificateCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateHsmClientCertificateCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateHsmClientCertificateCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateHsmClientCertificateCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateHsmConfigurationMessageFilterSensitiveLog, CreateHsmConfigurationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateHsmConfigurationCommand, serializeAws_queryCreateHsmConfigurationCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateHsmConfigurationCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateHsmConfigurationCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateHsmConfigurationMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CreateHsmConfigurationResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateHsmConfigurationCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateHsmConfigurationCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateHsmConfigurationCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateHsmConfigurationCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateScheduledActionMessageFilterSensitiveLog, ScheduledActionFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateScheduledActionCommand, serializeAws_queryCreateScheduledActionCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateScheduledActionCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateScheduledActionCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateScheduledActionMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ScheduledActionFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateScheduledActionCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateScheduledActionCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateScheduledActionCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateScheduledActionCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateSnapshotCopyGrantMessageFilterSensitiveLog, CreateSnapshotCopyGrantResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateSnapshotCopyGrantCommand, serializeAws_queryCreateSnapshotCopyGrantCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateSnapshotCopyGrantCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateSnapshotCopyGrantCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateSnapshotCopyGrantMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CreateSnapshotCopyGrantResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateSnapshotCopyGrantCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateSnapshotCopyGrantCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateSnapshotCopyGrantCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateSnapshotCopyGrantCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateSnapshotScheduleMessageFilterSensitiveLog, SnapshotScheduleFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateSnapshotScheduleCommand, serializeAws_queryCreateSnapshotScheduleCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateSnapshotScheduleCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateSnapshotScheduleCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateSnapshotScheduleMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: SnapshotScheduleFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateSnapshotScheduleCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateSnapshotScheduleCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateSnapshotScheduleCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateSnapshotScheduleCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateTagsMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateTagsCommand, serializeAws_queryCreateTagsCommand } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateTagsCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateTagsCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateTagsMessageFilterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog:
|
|
21
|
+
outputFilterSensitiveLog: (output) => output,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateTagsCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateTagsCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateTagsCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateTagsCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateUsageLimitMessageFilterSensitiveLog, UsageLimitFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateUsageLimitCommand, serializeAws_queryCreateUsageLimitCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateUsageLimitCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "CreateUsageLimitCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateUsageLimitMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: UsageLimitFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateUsageLimitCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateUsageLimitCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateUsageLimitCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateUsageLimitCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DataShareFilterSensitiveLog, DeauthorizeDataShareMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryDeauthorizeDataShareCommand, serializeAws_queryDeauthorizeDataShareCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DeauthorizeDataShareCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "DeauthorizeDataShareCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DeauthorizeDataShareMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DataShareFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DeauthorizeDataShareCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryDeauthorizeDataShareCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryDeauthorizeDataShareCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DeauthorizeDataShareCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DeleteAuthenticationProfileMessageFilterSensitiveLog, DeleteAuthenticationProfileResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryDeleteAuthenticationProfileCommand, serializeAws_queryDeleteAuthenticationProfileCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DeleteAuthenticationProfileCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "DeleteAuthenticationProfileCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DeleteAuthenticationProfileMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DeleteAuthenticationProfileResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DeleteAuthenticationProfileCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryDeleteAuthenticationProfileCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryDeleteAuthenticationProfileCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DeleteAuthenticationProfileCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { DeleteClusterMessageFilterSensitiveLog, DeleteClusterResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryDeleteClusterCommand, serializeAws_queryDeleteClusterCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class DeleteClusterCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RedshiftClient";
|
|
15
|
+
const commandName = "DeleteClusterCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: DeleteClusterMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DeleteClusterResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
DeleteClusterCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryDeleteClusterCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryDeleteClusterCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DeleteClusterCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|