@aws-sdk/client-redshift 3.451.0 → 3.454.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/README.md +32 -0
- package/dist-cjs/Redshift.js +8 -0
- package/dist-cjs/commands/CreateRedshiftIdcApplicationCommand.js +51 -0
- package/dist-cjs/commands/DeleteRedshiftIdcApplicationCommand.js +51 -0
- package/dist-cjs/commands/DescribeRedshiftIdcApplicationsCommand.js +51 -0
- package/dist-cjs/commands/ModifyRedshiftIdcApplicationCommand.js +51 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +74 -2
- package/dist-cjs/pagination/DescribeRedshiftIdcApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +654 -6
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +47 -0
- package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +47 -0
- package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +47 -0
- package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +68 -0
- package/dist-es/pagination/DescribeRedshiftIdcApplicationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +642 -2
- package/dist-types/Redshift.d.ts +28 -0
- package/dist-types/RedshiftClient.d.ts +6 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
- package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +140 -0
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRedshiftIdcApplicationCommand.d.ts +84 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +119 -0
- package/dist-types/commands/ModifyCustomDomainAssociationCommand.d.ts +5 -2
- package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +136 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +276 -361
- package/dist-types/models/models_1.d.ts +458 -3
- package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_query.d.ts +36 -0
- package/dist-types/ts3.4/Redshift.d.ts +68 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +118 -68
- package/dist-types/ts3.4/models/models_1.d.ts +98 -2
- package/dist-types/ts3.4/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -399,6 +399,14 @@ CreateHsmConfiguration
|
|
|
399
399
|
|
|
400
400
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/createhsmconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/createhsmconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/createhsmconfigurationcommandoutput.html)
|
|
401
401
|
|
|
402
|
+
</details>
|
|
403
|
+
<details>
|
|
404
|
+
<summary>
|
|
405
|
+
CreateRedshiftIdcApplication
|
|
406
|
+
</summary>
|
|
407
|
+
|
|
408
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/createredshiftidcapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/createredshiftidcapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/createredshiftidcapplicationcommandoutput.html)
|
|
409
|
+
|
|
402
410
|
</details>
|
|
403
411
|
<details>
|
|
404
412
|
<summary>
|
|
@@ -543,6 +551,14 @@ DeletePartner
|
|
|
543
551
|
|
|
544
552
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/deletepartnercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/deletepartnercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/deletepartnercommandoutput.html)
|
|
545
553
|
|
|
554
|
+
</details>
|
|
555
|
+
<details>
|
|
556
|
+
<summary>
|
|
557
|
+
DeleteRedshiftIdcApplication
|
|
558
|
+
</summary>
|
|
559
|
+
|
|
560
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/deleteredshiftidcapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/deleteredshiftidcapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/deleteredshiftidcapplicationcommandoutput.html)
|
|
561
|
+
|
|
546
562
|
</details>
|
|
547
563
|
<details>
|
|
548
564
|
<summary>
|
|
@@ -815,6 +831,14 @@ DescribePartners
|
|
|
815
831
|
|
|
816
832
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/describepartnerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/describepartnerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/describepartnerscommandoutput.html)
|
|
817
833
|
|
|
834
|
+
</details>
|
|
835
|
+
<details>
|
|
836
|
+
<summary>
|
|
837
|
+
DescribeRedshiftIdcApplications
|
|
838
|
+
</summary>
|
|
839
|
+
|
|
840
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/describeredshiftidcapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/describeredshiftidcapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/describeredshiftidcapplicationscommandoutput.html)
|
|
841
|
+
|
|
818
842
|
</details>
|
|
819
843
|
<details>
|
|
820
844
|
<summary>
|
|
@@ -1095,6 +1119,14 @@ ModifyEventSubscription
|
|
|
1095
1119
|
|
|
1096
1120
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/modifyeventsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/modifyeventsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/modifyeventsubscriptioncommandoutput.html)
|
|
1097
1121
|
|
|
1122
|
+
</details>
|
|
1123
|
+
<details>
|
|
1124
|
+
<summary>
|
|
1125
|
+
ModifyRedshiftIdcApplication
|
|
1126
|
+
</summary>
|
|
1127
|
+
|
|
1128
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/classes/modifyredshiftidcapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/modifyredshiftidcapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift/interfaces/modifyredshiftidcapplicationcommandoutput.html)
|
|
1129
|
+
|
|
1098
1130
|
</details>
|
|
1099
1131
|
<details>
|
|
1100
1132
|
<summary>
|
package/dist-cjs/Redshift.js
CHANGED
|
@@ -24,6 +24,7 @@ const CreateEndpointAccessCommand_1 = require("./commands/CreateEndpointAccessCo
|
|
|
24
24
|
const CreateEventSubscriptionCommand_1 = require("./commands/CreateEventSubscriptionCommand");
|
|
25
25
|
const CreateHsmClientCertificateCommand_1 = require("./commands/CreateHsmClientCertificateCommand");
|
|
26
26
|
const CreateHsmConfigurationCommand_1 = require("./commands/CreateHsmConfigurationCommand");
|
|
27
|
+
const CreateRedshiftIdcApplicationCommand_1 = require("./commands/CreateRedshiftIdcApplicationCommand");
|
|
27
28
|
const CreateScheduledActionCommand_1 = require("./commands/CreateScheduledActionCommand");
|
|
28
29
|
const CreateSnapshotCopyGrantCommand_1 = require("./commands/CreateSnapshotCopyGrantCommand");
|
|
29
30
|
const CreateSnapshotScheduleCommand_1 = require("./commands/CreateSnapshotScheduleCommand");
|
|
@@ -42,6 +43,7 @@ const DeleteEventSubscriptionCommand_1 = require("./commands/DeleteEventSubscrip
|
|
|
42
43
|
const DeleteHsmClientCertificateCommand_1 = require("./commands/DeleteHsmClientCertificateCommand");
|
|
43
44
|
const DeleteHsmConfigurationCommand_1 = require("./commands/DeleteHsmConfigurationCommand");
|
|
44
45
|
const DeletePartnerCommand_1 = require("./commands/DeletePartnerCommand");
|
|
46
|
+
const DeleteRedshiftIdcApplicationCommand_1 = require("./commands/DeleteRedshiftIdcApplicationCommand");
|
|
45
47
|
const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
|
|
46
48
|
const DeleteScheduledActionCommand_1 = require("./commands/DeleteScheduledActionCommand");
|
|
47
49
|
const DeleteSnapshotCopyGrantCommand_1 = require("./commands/DeleteSnapshotCopyGrantCommand");
|
|
@@ -76,6 +78,7 @@ const DescribeLoggingStatusCommand_1 = require("./commands/DescribeLoggingStatus
|
|
|
76
78
|
const DescribeNodeConfigurationOptionsCommand_1 = require("./commands/DescribeNodeConfigurationOptionsCommand");
|
|
77
79
|
const DescribeOrderableClusterOptionsCommand_1 = require("./commands/DescribeOrderableClusterOptionsCommand");
|
|
78
80
|
const DescribePartnersCommand_1 = require("./commands/DescribePartnersCommand");
|
|
81
|
+
const DescribeRedshiftIdcApplicationsCommand_1 = require("./commands/DescribeRedshiftIdcApplicationsCommand");
|
|
79
82
|
const DescribeReservedNodeExchangeStatusCommand_1 = require("./commands/DescribeReservedNodeExchangeStatusCommand");
|
|
80
83
|
const DescribeReservedNodeOfferingsCommand_1 = require("./commands/DescribeReservedNodeOfferingsCommand");
|
|
81
84
|
const DescribeReservedNodesCommand_1 = require("./commands/DescribeReservedNodesCommand");
|
|
@@ -111,6 +114,7 @@ const ModifyClusterSubnetGroupCommand_1 = require("./commands/ModifyClusterSubne
|
|
|
111
114
|
const ModifyCustomDomainAssociationCommand_1 = require("./commands/ModifyCustomDomainAssociationCommand");
|
|
112
115
|
const ModifyEndpointAccessCommand_1 = require("./commands/ModifyEndpointAccessCommand");
|
|
113
116
|
const ModifyEventSubscriptionCommand_1 = require("./commands/ModifyEventSubscriptionCommand");
|
|
117
|
+
const ModifyRedshiftIdcApplicationCommand_1 = require("./commands/ModifyRedshiftIdcApplicationCommand");
|
|
114
118
|
const ModifyScheduledActionCommand_1 = require("./commands/ModifyScheduledActionCommand");
|
|
115
119
|
const ModifySnapshotCopyRetentionPeriodCommand_1 = require("./commands/ModifySnapshotCopyRetentionPeriodCommand");
|
|
116
120
|
const ModifySnapshotScheduleCommand_1 = require("./commands/ModifySnapshotScheduleCommand");
|
|
@@ -154,6 +158,7 @@ const commands = {
|
|
|
154
158
|
CreateEventSubscriptionCommand: CreateEventSubscriptionCommand_1.CreateEventSubscriptionCommand,
|
|
155
159
|
CreateHsmClientCertificateCommand: CreateHsmClientCertificateCommand_1.CreateHsmClientCertificateCommand,
|
|
156
160
|
CreateHsmConfigurationCommand: CreateHsmConfigurationCommand_1.CreateHsmConfigurationCommand,
|
|
161
|
+
CreateRedshiftIdcApplicationCommand: CreateRedshiftIdcApplicationCommand_1.CreateRedshiftIdcApplicationCommand,
|
|
157
162
|
CreateScheduledActionCommand: CreateScheduledActionCommand_1.CreateScheduledActionCommand,
|
|
158
163
|
CreateSnapshotCopyGrantCommand: CreateSnapshotCopyGrantCommand_1.CreateSnapshotCopyGrantCommand,
|
|
159
164
|
CreateSnapshotScheduleCommand: CreateSnapshotScheduleCommand_1.CreateSnapshotScheduleCommand,
|
|
@@ -172,6 +177,7 @@ const commands = {
|
|
|
172
177
|
DeleteHsmClientCertificateCommand: DeleteHsmClientCertificateCommand_1.DeleteHsmClientCertificateCommand,
|
|
173
178
|
DeleteHsmConfigurationCommand: DeleteHsmConfigurationCommand_1.DeleteHsmConfigurationCommand,
|
|
174
179
|
DeletePartnerCommand: DeletePartnerCommand_1.DeletePartnerCommand,
|
|
180
|
+
DeleteRedshiftIdcApplicationCommand: DeleteRedshiftIdcApplicationCommand_1.DeleteRedshiftIdcApplicationCommand,
|
|
175
181
|
DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
|
|
176
182
|
DeleteScheduledActionCommand: DeleteScheduledActionCommand_1.DeleteScheduledActionCommand,
|
|
177
183
|
DeleteSnapshotCopyGrantCommand: DeleteSnapshotCopyGrantCommand_1.DeleteSnapshotCopyGrantCommand,
|
|
@@ -206,6 +212,7 @@ const commands = {
|
|
|
206
212
|
DescribeNodeConfigurationOptionsCommand: DescribeNodeConfigurationOptionsCommand_1.DescribeNodeConfigurationOptionsCommand,
|
|
207
213
|
DescribeOrderableClusterOptionsCommand: DescribeOrderableClusterOptionsCommand_1.DescribeOrderableClusterOptionsCommand,
|
|
208
214
|
DescribePartnersCommand: DescribePartnersCommand_1.DescribePartnersCommand,
|
|
215
|
+
DescribeRedshiftIdcApplicationsCommand: DescribeRedshiftIdcApplicationsCommand_1.DescribeRedshiftIdcApplicationsCommand,
|
|
209
216
|
DescribeReservedNodeExchangeStatusCommand: DescribeReservedNodeExchangeStatusCommand_1.DescribeReservedNodeExchangeStatusCommand,
|
|
210
217
|
DescribeReservedNodeOfferingsCommand: DescribeReservedNodeOfferingsCommand_1.DescribeReservedNodeOfferingsCommand,
|
|
211
218
|
DescribeReservedNodesCommand: DescribeReservedNodesCommand_1.DescribeReservedNodesCommand,
|
|
@@ -241,6 +248,7 @@ const commands = {
|
|
|
241
248
|
ModifyCustomDomainAssociationCommand: ModifyCustomDomainAssociationCommand_1.ModifyCustomDomainAssociationCommand,
|
|
242
249
|
ModifyEndpointAccessCommand: ModifyEndpointAccessCommand_1.ModifyEndpointAccessCommand,
|
|
243
250
|
ModifyEventSubscriptionCommand: ModifyEventSubscriptionCommand_1.ModifyEventSubscriptionCommand,
|
|
251
|
+
ModifyRedshiftIdcApplicationCommand: ModifyRedshiftIdcApplicationCommand_1.ModifyRedshiftIdcApplicationCommand,
|
|
244
252
|
ModifyScheduledActionCommand: ModifyScheduledActionCommand_1.ModifyScheduledActionCommand,
|
|
245
253
|
ModifySnapshotCopyRetentionPeriodCommand: ModifySnapshotCopyRetentionPeriodCommand_1.ModifySnapshotCopyRetentionPeriodCommand,
|
|
246
254
|
ModifySnapshotScheduleCommand: ModifySnapshotScheduleCommand_1.ModifySnapshotScheduleCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRedshiftIdcApplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class CreateRedshiftIdcApplicationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRedshiftIdcApplicationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RedshiftClient";
|
|
29
|
+
const commandName = "CreateRedshiftIdcApplicationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "RedshiftServiceVersion20121201",
|
|
38
|
+
operation: "CreateRedshiftIdcApplication",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_CreateRedshiftIdcApplicationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_CreateRedshiftIdcApplicationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateRedshiftIdcApplicationCommand = CreateRedshiftIdcApplicationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteRedshiftIdcApplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class DeleteRedshiftIdcApplicationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteRedshiftIdcApplicationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RedshiftClient";
|
|
29
|
+
const commandName = "DeleteRedshiftIdcApplicationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "RedshiftServiceVersion20121201",
|
|
38
|
+
operation: "DeleteRedshiftIdcApplication",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_DeleteRedshiftIdcApplicationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_DeleteRedshiftIdcApplicationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteRedshiftIdcApplicationCommand = DeleteRedshiftIdcApplicationCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeRedshiftIdcApplicationsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class DescribeRedshiftIdcApplicationsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeRedshiftIdcApplicationsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RedshiftClient";
|
|
29
|
+
const commandName = "DescribeRedshiftIdcApplicationsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "RedshiftServiceVersion20121201",
|
|
38
|
+
operation: "DescribeRedshiftIdcApplications",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_DescribeRedshiftIdcApplicationsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_DescribeRedshiftIdcApplicationsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeRedshiftIdcApplicationsCommand = DescribeRedshiftIdcApplicationsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModifyRedshiftIdcApplicationCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
+
class ModifyRedshiftIdcApplicationCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ModifyRedshiftIdcApplicationCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "RedshiftClient";
|
|
29
|
+
const commandName = "ModifyRedshiftIdcApplicationCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "RedshiftServiceVersion20121201",
|
|
38
|
+
operation: "ModifyRedshiftIdcApplication",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_query_1.se_ModifyRedshiftIdcApplicationCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_query_1.de_ModifyRedshiftIdcApplicationCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ModifyRedshiftIdcApplicationCommand = ModifyRedshiftIdcApplicationCommand;
|
|
@@ -23,6 +23,7 @@ tslib_1.__exportStar(require("./CreateEndpointAccessCommand"), exports);
|
|
|
23
23
|
tslib_1.__exportStar(require("./CreateEventSubscriptionCommand"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./CreateHsmClientCertificateCommand"), exports);
|
|
25
25
|
tslib_1.__exportStar(require("./CreateHsmConfigurationCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./CreateRedshiftIdcApplicationCommand"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./CreateScheduledActionCommand"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./CreateSnapshotCopyGrantCommand"), exports);
|
|
28
29
|
tslib_1.__exportStar(require("./CreateSnapshotScheduleCommand"), exports);
|
|
@@ -41,6 +42,7 @@ tslib_1.__exportStar(require("./DeleteEventSubscriptionCommand"), exports);
|
|
|
41
42
|
tslib_1.__exportStar(require("./DeleteHsmClientCertificateCommand"), exports);
|
|
42
43
|
tslib_1.__exportStar(require("./DeleteHsmConfigurationCommand"), exports);
|
|
43
44
|
tslib_1.__exportStar(require("./DeletePartnerCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DeleteRedshiftIdcApplicationCommand"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
|
|
45
47
|
tslib_1.__exportStar(require("./DeleteScheduledActionCommand"), exports);
|
|
46
48
|
tslib_1.__exportStar(require("./DeleteSnapshotCopyGrantCommand"), exports);
|
|
@@ -75,6 +77,7 @@ tslib_1.__exportStar(require("./DescribeLoggingStatusCommand"), exports);
|
|
|
75
77
|
tslib_1.__exportStar(require("./DescribeNodeConfigurationOptionsCommand"), exports);
|
|
76
78
|
tslib_1.__exportStar(require("./DescribeOrderableClusterOptionsCommand"), exports);
|
|
77
79
|
tslib_1.__exportStar(require("./DescribePartnersCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./DescribeRedshiftIdcApplicationsCommand"), exports);
|
|
78
81
|
tslib_1.__exportStar(require("./DescribeReservedNodeExchangeStatusCommand"), exports);
|
|
79
82
|
tslib_1.__exportStar(require("./DescribeReservedNodeOfferingsCommand"), exports);
|
|
80
83
|
tslib_1.__exportStar(require("./DescribeReservedNodesCommand"), exports);
|
|
@@ -110,6 +113,7 @@ tslib_1.__exportStar(require("./ModifyClusterSubnetGroupCommand"), exports);
|
|
|
110
113
|
tslib_1.__exportStar(require("./ModifyCustomDomainAssociationCommand"), exports);
|
|
111
114
|
tslib_1.__exportStar(require("./ModifyEndpointAccessCommand"), exports);
|
|
112
115
|
tslib_1.__exportStar(require("./ModifyEventSubscriptionCommand"), exports);
|
|
116
|
+
tslib_1.__exportStar(require("./ModifyRedshiftIdcApplicationCommand"), exports);
|
|
113
117
|
tslib_1.__exportStar(require("./ModifyScheduledActionCommand"), exports);
|
|
114
118
|
tslib_1.__exportStar(require("./ModifySnapshotCopyRetentionPeriodCommand"), exports);
|
|
115
119
|
tslib_1.__exportStar(require("./ModifySnapshotScheduleCommand"), exports);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ClusterQuotaExceededFault = exports.ClusterParameterGroupQuotaExceededFault = exports.ClusterParameterGroupNotFoundFault = exports.ParameterApplyType = exports.ClusterParameterGroupAlreadyExistsFault = exports.ClusterOnLatestRevisionFault = exports.ClusterAlreadyExistsFault = exports.ReservedNodeExchangeStatusType = exports.ResizeNotFoundFault = exports.BucketNotFoundFault = exports.InvalidRetentionPeriodFault = exports.BatchModifyClusterSnapshotsLimitExceededFault = exports.BatchDeleteRequestSizeExceededFault = exports.LimitExceededFault = exports.InvalidClusterSnapshotStateFault = exports.DependentServiceRequestThrottlingFault = exports.ClusterSnapshotNotFoundFault = exports.InvalidClusterStateFault = exports.InvalidAuthorizationStateFault = exports.EndpointAuthorizationsPerClusterLimitExceededFault = exports.EndpointAuthorizationAlreadyExistsFault = exports.InvalidClusterSecurityGroupStateFault = exports.ClusterSecurityGroupNotFoundFault = exports.AuthorizationStatus = exports.AuthorizationQuotaExceededFault = exports.AuthorizationNotFoundFault = exports.AuthorizationAlreadyExistsFault = exports.AuthenticationProfileQuotaExceededFault = exports.AuthenticationProfileNotFoundFault = exports.AuthenticationProfileAlreadyExistsFault = exports.ScheduleState = exports.InvalidNamespaceFault = exports.InvalidDataShareFault = exports.DataShareStatus = exports.AquaStatus = exports.AquaConfigurationStatus = exports.UnauthorizedPartnerIntegrationFault = exports.PartnerNotFoundFault = exports.ClusterNotFoundFault = exports.ActionType = exports.AccessToSnapshotDeniedFault = exports.AccessToClusterDeniedFault = exports.UnsupportedOperationFault = exports.ReservedNodeOfferingNotFoundFault = exports.ReservedNodeNotFoundFault = exports.ReservedNodeAlreadyMigratedFault = exports.ReservedNodeAlreadyExistsFault = exports.InvalidReservedNodeStateFault = exports.DependentServiceUnavailableFault = exports.ReservedNodeOfferingType = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.DeleteClusterResultFilterSensitiveLog = exports.CreateClusterResultFilterSensitiveLog = exports.CreateClusterMessageFilterSensitiveLog = exports.ClustersMessageFilterSensitiveLog = exports.ClusterExtendedCredentialsFilterSensitiveLog = exports.ClusterCredentialsFilterSensitiveLog = exports.ClusterFilterSensitiveLog = exports.PendingModifiedValuesFilterSensitiveLog = exports.SortByOrder = exports.SnapshotAttributeToSortBy = exports.UsageLimitNotFoundFault = exports.InvalidClusterSnapshotScheduleStateFault = exports.SnapshotCopyGrantNotFoundFault = exports.InvalidSnapshotCopyGrantStateFault = exports.ScheduledActionNotFoundFault = exports.InvalidHsmConfigurationStateFault = exports.InvalidHsmClientCertificateStateFault = exports.SubscriptionNotFoundFault = exports.InvalidSubscriptionStateFault = exports.InvalidEndpointStateFault = exports.EndpointNotFoundFault = exports.InvalidClusterSubnetStateFault = exports.InvalidClusterParameterGroupStateFault = exports.DataShareStatusForProducer = exports.DataShareStatusForConsumer = exports.CustomDomainAssociationNotFoundFault = exports.UsageLimitAlreadyExistsFault = exports.InvalidUsageLimitFault = exports.UsageLimitPeriod = exports.UsageLimitLimitType = exports.UsageLimitFeatureType = exports.UsageLimitBreachAction = exports.ResourceNotFoundFault = exports.SnapshotScheduleQuotaExceededFault = exports.SnapshotScheduleAlreadyExistsFault = exports.ScheduleDefinitionTypeUnsupportedFault = exports.SnapshotCopyGrantQuotaExceededFault = void 0;
|
|
4
|
+
exports.RedshiftIdcApplicationQuotaExceededFault = exports.RedshiftIdcApplicationAlreadyExistsFault = exports.DependentServiceAccessDeniedFault = exports.ServiceIntegrationsUnion = exports.LakeFormationScopeUnion = exports.ServiceAuthorization = exports.HsmConfigurationQuotaExceededFault = exports.HsmConfigurationAlreadyExistsFault = exports.HsmClientCertificateQuotaExceededFault = exports.HsmClientCertificateAlreadyExistsFault = exports.SubscriptionSeverityNotFoundFault = exports.SubscriptionEventIdNotFoundFault = exports.SubscriptionCategoryNotFoundFault = exports.SubscriptionAlreadyExistFault = exports.SourceNotFoundFault = exports.SNSTopicArnNotFoundFault = exports.SNSNoAuthorizationFault = exports.SNSInvalidTopicFault = exports.EventSubscriptionQuotaExceededFault = exports.EndpointsPerClusterLimitExceededFault = exports.EndpointsPerAuthorizationLimitExceededFault = exports.EndpointAlreadyExistsFault = exports.CustomCnameAssociationFault = exports.UnauthorizedOperation = exports.TagLimitExceededFault = exports.SnapshotScheduleNotFoundFault = exports.RedshiftIdcApplicationNotExistsFault = exports.NumberOfNodesQuotaExceededFault = exports.NumberOfNodesPerClusterLimitExceededFault = exports.Ipv6CidrBlockNotFoundFault = exports.InvalidVPCNetworkStateFault = exports.InvalidTagFault = exports.InvalidSubnet = exports.InvalidElasticIpFault = exports.InvalidClusterTrackFault = exports.InvalidClusterSubnetGroupStateFault = exports.InsufficientClusterCapacityFault = exports.HsmConfigurationNotFoundFault = exports.HsmClientCertificateNotFoundFault = exports.InvalidAuthenticationProfileRequestFault = exports.CopyToRegionDisabledFault = exports.ConflictPolicyUpdateFault = exports.ClusterSubnetQuotaExceededFault = exports.ClusterSubnetGroupQuotaExceededFault = exports.ClusterSubnetGroupNotFoundFault = exports.ClusterSubnetGroupAlreadyExistsFault = exports.ClusterSnapshotQuotaExceededFault = exports.ClusterSnapshotAlreadyExistsFault = exports.ClusterSecurityGroupQuotaExceededFault = exports.ClusterSecurityGroupAlreadyExistsFault = void 0;
|
|
5
|
+
exports.DeleteClusterResultFilterSensitiveLog = exports.CreateClusterResultFilterSensitiveLog = exports.CreateClusterMessageFilterSensitiveLog = exports.ClustersMessageFilterSensitiveLog = exports.ClusterExtendedCredentialsFilterSensitiveLog = exports.ClusterCredentialsFilterSensitiveLog = exports.ClusterFilterSensitiveLog = exports.PendingModifiedValuesFilterSensitiveLog = exports.SortByOrder = exports.SnapshotAttributeToSortBy = exports.UsageLimitNotFoundFault = exports.InvalidClusterSnapshotScheduleStateFault = exports.SnapshotCopyGrantNotFoundFault = exports.InvalidSnapshotCopyGrantStateFault = exports.ScheduledActionNotFoundFault = exports.InvalidHsmConfigurationStateFault = exports.InvalidHsmClientCertificateStateFault = exports.SubscriptionNotFoundFault = exports.InvalidSubscriptionStateFault = exports.InvalidEndpointStateFault = exports.EndpointNotFoundFault = exports.InvalidClusterSubnetStateFault = exports.InvalidClusterParameterGroupStateFault = exports.DataShareStatusForProducer = exports.DataShareStatusForConsumer = exports.CustomDomainAssociationNotFoundFault = exports.UsageLimitAlreadyExistsFault = exports.InvalidUsageLimitFault = exports.UsageLimitPeriod = exports.UsageLimitLimitType = exports.UsageLimitFeatureType = exports.UsageLimitBreachAction = exports.ResourceNotFoundFault = exports.SnapshotScheduleQuotaExceededFault = exports.SnapshotScheduleAlreadyExistsFault = exports.ScheduleDefinitionTypeUnsupportedFault = exports.SnapshotCopyGrantQuotaExceededFault = exports.SnapshotCopyGrantAlreadyExistsFault = exports.ScheduledActionTypeUnsupportedFault = exports.ScheduledActionQuotaExceededFault = exports.ScheduledActionAlreadyExistsFault = exports.ScheduledActionState = exports.InvalidScheduleFault = exports.InvalidScheduledActionFault = void 0;
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const RedshiftServiceException_1 = require("./RedshiftServiceException");
|
|
8
8
|
exports.ReservedNodeOfferingType = {
|
|
@@ -885,6 +885,19 @@ class NumberOfNodesQuotaExceededFault extends RedshiftServiceException_1.Redshif
|
|
|
885
885
|
}
|
|
886
886
|
}
|
|
887
887
|
exports.NumberOfNodesQuotaExceededFault = NumberOfNodesQuotaExceededFault;
|
|
888
|
+
class RedshiftIdcApplicationNotExistsFault extends RedshiftServiceException_1.RedshiftServiceException {
|
|
889
|
+
constructor(opts) {
|
|
890
|
+
super({
|
|
891
|
+
name: "RedshiftIdcApplicationNotExistsFault",
|
|
892
|
+
$fault: "client",
|
|
893
|
+
...opts,
|
|
894
|
+
});
|
|
895
|
+
this.name = "RedshiftIdcApplicationNotExistsFault";
|
|
896
|
+
this.$fault = "client";
|
|
897
|
+
Object.setPrototypeOf(this, RedshiftIdcApplicationNotExistsFault.prototype);
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
exports.RedshiftIdcApplicationNotExistsFault = RedshiftIdcApplicationNotExistsFault;
|
|
888
901
|
class SnapshotScheduleNotFoundFault extends RedshiftServiceException_1.RedshiftServiceException {
|
|
889
902
|
constructor(opts) {
|
|
890
903
|
super({
|
|
@@ -1145,6 +1158,65 @@ class HsmConfigurationQuotaExceededFault extends RedshiftServiceException_1.Reds
|
|
|
1145
1158
|
}
|
|
1146
1159
|
}
|
|
1147
1160
|
exports.HsmConfigurationQuotaExceededFault = HsmConfigurationQuotaExceededFault;
|
|
1161
|
+
exports.ServiceAuthorization = {
|
|
1162
|
+
DISABLED: "Disabled",
|
|
1163
|
+
ENABLED: "Enabled",
|
|
1164
|
+
};
|
|
1165
|
+
var LakeFormationScopeUnion;
|
|
1166
|
+
(function (LakeFormationScopeUnion) {
|
|
1167
|
+
LakeFormationScopeUnion.visit = (value, visitor) => {
|
|
1168
|
+
if (value.LakeFormationQuery !== undefined)
|
|
1169
|
+
return visitor.LakeFormationQuery(value.LakeFormationQuery);
|
|
1170
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1171
|
+
};
|
|
1172
|
+
})(LakeFormationScopeUnion = exports.LakeFormationScopeUnion || (exports.LakeFormationScopeUnion = {}));
|
|
1173
|
+
var ServiceIntegrationsUnion;
|
|
1174
|
+
(function (ServiceIntegrationsUnion) {
|
|
1175
|
+
ServiceIntegrationsUnion.visit = (value, visitor) => {
|
|
1176
|
+
if (value.LakeFormation !== undefined)
|
|
1177
|
+
return visitor.LakeFormation(value.LakeFormation);
|
|
1178
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1179
|
+
};
|
|
1180
|
+
})(ServiceIntegrationsUnion = exports.ServiceIntegrationsUnion || (exports.ServiceIntegrationsUnion = {}));
|
|
1181
|
+
class DependentServiceAccessDeniedFault extends RedshiftServiceException_1.RedshiftServiceException {
|
|
1182
|
+
constructor(opts) {
|
|
1183
|
+
super({
|
|
1184
|
+
name: "DependentServiceAccessDeniedFault",
|
|
1185
|
+
$fault: "client",
|
|
1186
|
+
...opts,
|
|
1187
|
+
});
|
|
1188
|
+
this.name = "DependentServiceAccessDeniedFault";
|
|
1189
|
+
this.$fault = "client";
|
|
1190
|
+
Object.setPrototypeOf(this, DependentServiceAccessDeniedFault.prototype);
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
exports.DependentServiceAccessDeniedFault = DependentServiceAccessDeniedFault;
|
|
1194
|
+
class RedshiftIdcApplicationAlreadyExistsFault extends RedshiftServiceException_1.RedshiftServiceException {
|
|
1195
|
+
constructor(opts) {
|
|
1196
|
+
super({
|
|
1197
|
+
name: "RedshiftIdcApplicationAlreadyExistsFault",
|
|
1198
|
+
$fault: "client",
|
|
1199
|
+
...opts,
|
|
1200
|
+
});
|
|
1201
|
+
this.name = "RedshiftIdcApplicationAlreadyExistsFault";
|
|
1202
|
+
this.$fault = "client";
|
|
1203
|
+
Object.setPrototypeOf(this, RedshiftIdcApplicationAlreadyExistsFault.prototype);
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
exports.RedshiftIdcApplicationAlreadyExistsFault = RedshiftIdcApplicationAlreadyExistsFault;
|
|
1207
|
+
class RedshiftIdcApplicationQuotaExceededFault extends RedshiftServiceException_1.RedshiftServiceException {
|
|
1208
|
+
constructor(opts) {
|
|
1209
|
+
super({
|
|
1210
|
+
name: "RedshiftIdcApplicationQuotaExceededFault",
|
|
1211
|
+
$fault: "client",
|
|
1212
|
+
...opts,
|
|
1213
|
+
});
|
|
1214
|
+
this.name = "RedshiftIdcApplicationQuotaExceededFault";
|
|
1215
|
+
this.$fault = "client";
|
|
1216
|
+
Object.setPrototypeOf(this, RedshiftIdcApplicationQuotaExceededFault.prototype);
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
exports.RedshiftIdcApplicationQuotaExceededFault = RedshiftIdcApplicationQuotaExceededFault;
|
|
1148
1220
|
class InvalidScheduledActionFault extends RedshiftServiceException_1.RedshiftServiceException {
|
|
1149
1221
|
constructor(opts) {
|
|
1150
1222
|
super({
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateDescribeRedshiftIdcApplications = void 0;
|
|
4
|
+
const DescribeRedshiftIdcApplicationsCommand_1 = require("../commands/DescribeRedshiftIdcApplicationsCommand");
|
|
5
|
+
const RedshiftClient_1 = require("../RedshiftClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new DescribeRedshiftIdcApplicationsCommand_1.DescribeRedshiftIdcApplicationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateDescribeRedshiftIdcApplications(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.Marker = token;
|
|
15
|
+
input["MaxRecords"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof RedshiftClient_1.RedshiftClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected Redshift | RedshiftClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.Marker;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateDescribeRedshiftIdcApplications = paginateDescribeRedshiftIdcApplications;
|
|
@@ -25,6 +25,7 @@ tslib_1.__exportStar(require("./DescribeHsmConfigurationsPaginator"), exports);
|
|
|
25
25
|
tslib_1.__exportStar(require("./DescribeInboundIntegrationsPaginator"), exports);
|
|
26
26
|
tslib_1.__exportStar(require("./DescribeNodeConfigurationOptionsPaginator"), exports);
|
|
27
27
|
tslib_1.__exportStar(require("./DescribeOrderableClusterOptionsPaginator"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DescribeRedshiftIdcApplicationsPaginator"), exports);
|
|
28
29
|
tslib_1.__exportStar(require("./DescribeReservedNodeExchangeStatusPaginator"), exports);
|
|
29
30
|
tslib_1.__exportStar(require("./DescribeReservedNodeOfferingsPaginator"), exports);
|
|
30
31
|
tslib_1.__exportStar(require("./DescribeReservedNodesPaginator"), exports);
|