@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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.de_UpdatePartnerStatusCommand = exports.de_RotateEncryptionKeyCommand = exports.de_RevokeSnapshotAccessCommand = exports.de_RevokeEndpointAccessCommand = exports.de_RevokeClusterSecurityGroupIngressCommand = exports.de_ResumeClusterCommand = void 0;
|
|
3
|
+
exports.se_DescribeAuthenticationProfilesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeleteUsageLimitCommand = exports.se_DeleteTagsCommand = exports.se_DeleteSnapshotScheduleCommand = exports.se_DeleteSnapshotCopyGrantCommand = exports.se_DeleteScheduledActionCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeleteRedshiftIdcApplicationCommand = exports.se_DeletePartnerCommand = exports.se_DeleteHsmConfigurationCommand = exports.se_DeleteHsmClientCertificateCommand = exports.se_DeleteEventSubscriptionCommand = exports.se_DeleteEndpointAccessCommand = exports.se_DeleteCustomDomainAssociationCommand = exports.se_DeleteClusterSubnetGroupCommand = exports.se_DeleteClusterSnapshotCommand = exports.se_DeleteClusterSecurityGroupCommand = exports.se_DeleteClusterParameterGroupCommand = exports.se_DeleteClusterCommand = exports.se_DeleteAuthenticationProfileCommand = exports.se_DeauthorizeDataShareCommand = exports.se_CreateUsageLimitCommand = exports.se_CreateTagsCommand = exports.se_CreateSnapshotScheduleCommand = exports.se_CreateSnapshotCopyGrantCommand = exports.se_CreateScheduledActionCommand = exports.se_CreateRedshiftIdcApplicationCommand = exports.se_CreateHsmConfigurationCommand = exports.se_CreateHsmClientCertificateCommand = exports.se_CreateEventSubscriptionCommand = exports.se_CreateEndpointAccessCommand = exports.se_CreateCustomDomainAssociationCommand = exports.se_CreateClusterSubnetGroupCommand = exports.se_CreateClusterSnapshotCommand = exports.se_CreateClusterSecurityGroupCommand = exports.se_CreateClusterParameterGroupCommand = exports.se_CreateClusterCommand = exports.se_CreateAuthenticationProfileCommand = exports.se_CopyClusterSnapshotCommand = exports.se_CancelResizeCommand = exports.se_BatchModifyClusterSnapshotsCommand = exports.se_BatchDeleteClusterSnapshotsCommand = exports.se_AuthorizeSnapshotAccessCommand = exports.se_AuthorizeEndpointAccessCommand = exports.se_AuthorizeDataShareCommand = exports.se_AuthorizeClusterSecurityGroupIngressCommand = exports.se_AssociateDataShareConsumerCommand = exports.se_AddPartnerCommand = exports.se_AcceptReservedNodeExchangeCommand = void 0;
|
|
4
|
+
exports.se_ModifyAquaConfigurationCommand = exports.se_GetResourcePolicyCommand = exports.se_GetReservedNodeExchangeOfferingsCommand = exports.se_GetReservedNodeExchangeConfigurationOptionsCommand = exports.se_GetClusterCredentialsWithIAMCommand = exports.se_GetClusterCredentialsCommand = exports.se_FailoverPrimaryComputeCommand = exports.se_EnableSnapshotCopyCommand = exports.se_EnableLoggingCommand = exports.se_DisassociateDataShareConsumerCommand = exports.se_DisableSnapshotCopyCommand = exports.se_DisableLoggingCommand = exports.se_DescribeUsageLimitsCommand = exports.se_DescribeTagsCommand = exports.se_DescribeTableRestoreStatusCommand = exports.se_DescribeStorageCommand = exports.se_DescribeSnapshotSchedulesCommand = exports.se_DescribeSnapshotCopyGrantsCommand = exports.se_DescribeScheduledActionsCommand = exports.se_DescribeResizeCommand = exports.se_DescribeReservedNodesCommand = exports.se_DescribeReservedNodeOfferingsCommand = exports.se_DescribeReservedNodeExchangeStatusCommand = exports.se_DescribeRedshiftIdcApplicationsCommand = exports.se_DescribePartnersCommand = exports.se_DescribeOrderableClusterOptionsCommand = exports.se_DescribeNodeConfigurationOptionsCommand = exports.se_DescribeLoggingStatusCommand = exports.se_DescribeInboundIntegrationsCommand = exports.se_DescribeHsmConfigurationsCommand = exports.se_DescribeHsmClientCertificatesCommand = exports.se_DescribeEventSubscriptionsCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEventCategoriesCommand = exports.se_DescribeEndpointAuthorizationCommand = exports.se_DescribeEndpointAccessCommand = exports.se_DescribeDefaultClusterParametersCommand = exports.se_DescribeDataSharesForProducerCommand = exports.se_DescribeDataSharesForConsumerCommand = exports.se_DescribeDataSharesCommand = exports.se_DescribeCustomDomainAssociationsCommand = exports.se_DescribeClusterVersionsCommand = exports.se_DescribeClusterTracksCommand = exports.se_DescribeClusterSubnetGroupsCommand = exports.se_DescribeClusterSnapshotsCommand = exports.se_DescribeClusterSecurityGroupsCommand = exports.se_DescribeClustersCommand = exports.se_DescribeClusterParametersCommand = exports.se_DescribeClusterParameterGroupsCommand = exports.se_DescribeClusterDbRevisionsCommand = void 0;
|
|
5
|
+
exports.de_CreateCustomDomainAssociationCommand = exports.de_CreateClusterSubnetGroupCommand = exports.de_CreateClusterSnapshotCommand = exports.de_CreateClusterSecurityGroupCommand = exports.de_CreateClusterParameterGroupCommand = exports.de_CreateClusterCommand = exports.de_CreateAuthenticationProfileCommand = exports.de_CopyClusterSnapshotCommand = exports.de_CancelResizeCommand = exports.de_BatchModifyClusterSnapshotsCommand = exports.de_BatchDeleteClusterSnapshotsCommand = exports.de_AuthorizeSnapshotAccessCommand = exports.de_AuthorizeEndpointAccessCommand = exports.de_AuthorizeDataShareCommand = exports.de_AuthorizeClusterSecurityGroupIngressCommand = exports.de_AssociateDataShareConsumerCommand = exports.de_AddPartnerCommand = exports.de_AcceptReservedNodeExchangeCommand = exports.se_UpdatePartnerStatusCommand = exports.se_RotateEncryptionKeyCommand = exports.se_RevokeSnapshotAccessCommand = exports.se_RevokeEndpointAccessCommand = exports.se_RevokeClusterSecurityGroupIngressCommand = exports.se_ResumeClusterCommand = exports.se_RestoreTableFromClusterSnapshotCommand = exports.se_RestoreFromClusterSnapshotCommand = exports.se_ResizeClusterCommand = exports.se_ResetClusterParameterGroupCommand = exports.se_RejectDataShareCommand = exports.se_RebootClusterCommand = exports.se_PutResourcePolicyCommand = exports.se_PurchaseReservedNodeOfferingCommand = exports.se_PauseClusterCommand = exports.se_ModifyUsageLimitCommand = exports.se_ModifySnapshotScheduleCommand = exports.se_ModifySnapshotCopyRetentionPeriodCommand = exports.se_ModifyScheduledActionCommand = exports.se_ModifyRedshiftIdcApplicationCommand = exports.se_ModifyEventSubscriptionCommand = exports.se_ModifyEndpointAccessCommand = exports.se_ModifyCustomDomainAssociationCommand = exports.se_ModifyClusterSubnetGroupCommand = exports.se_ModifyClusterSnapshotScheduleCommand = exports.se_ModifyClusterSnapshotCommand = exports.se_ModifyClusterParameterGroupCommand = exports.se_ModifyClusterMaintenanceCommand = exports.se_ModifyClusterIamRolesCommand = exports.se_ModifyClusterDbRevisionCommand = exports.se_ModifyClusterCommand = exports.se_ModifyAuthenticationProfileCommand = void 0;
|
|
6
|
+
exports.de_DescribeEventsCommand = exports.de_DescribeEventCategoriesCommand = exports.de_DescribeEndpointAuthorizationCommand = exports.de_DescribeEndpointAccessCommand = exports.de_DescribeDefaultClusterParametersCommand = exports.de_DescribeDataSharesForProducerCommand = exports.de_DescribeDataSharesForConsumerCommand = exports.de_DescribeDataSharesCommand = exports.de_DescribeCustomDomainAssociationsCommand = exports.de_DescribeClusterVersionsCommand = exports.de_DescribeClusterTracksCommand = exports.de_DescribeClusterSubnetGroupsCommand = exports.de_DescribeClusterSnapshotsCommand = exports.de_DescribeClusterSecurityGroupsCommand = exports.de_DescribeClustersCommand = exports.de_DescribeClusterParametersCommand = exports.de_DescribeClusterParameterGroupsCommand = exports.de_DescribeClusterDbRevisionsCommand = exports.de_DescribeAuthenticationProfilesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeleteUsageLimitCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSnapshotScheduleCommand = exports.de_DeleteSnapshotCopyGrantCommand = exports.de_DeleteScheduledActionCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteRedshiftIdcApplicationCommand = exports.de_DeletePartnerCommand = exports.de_DeleteHsmConfigurationCommand = exports.de_DeleteHsmClientCertificateCommand = exports.de_DeleteEventSubscriptionCommand = exports.de_DeleteEndpointAccessCommand = exports.de_DeleteCustomDomainAssociationCommand = exports.de_DeleteClusterSubnetGroupCommand = exports.de_DeleteClusterSnapshotCommand = exports.de_DeleteClusterSecurityGroupCommand = exports.de_DeleteClusterParameterGroupCommand = exports.de_DeleteClusterCommand = exports.de_DeleteAuthenticationProfileCommand = exports.de_DeauthorizeDataShareCommand = exports.de_CreateUsageLimitCommand = exports.de_CreateTagsCommand = exports.de_CreateSnapshotScheduleCommand = exports.de_CreateSnapshotCopyGrantCommand = exports.de_CreateScheduledActionCommand = exports.de_CreateRedshiftIdcApplicationCommand = exports.de_CreateHsmConfigurationCommand = exports.de_CreateHsmClientCertificateCommand = exports.de_CreateEventSubscriptionCommand = exports.de_CreateEndpointAccessCommand = void 0;
|
|
7
|
+
exports.de_PauseClusterCommand = exports.de_ModifyUsageLimitCommand = exports.de_ModifySnapshotScheduleCommand = exports.de_ModifySnapshotCopyRetentionPeriodCommand = exports.de_ModifyScheduledActionCommand = exports.de_ModifyRedshiftIdcApplicationCommand = exports.de_ModifyEventSubscriptionCommand = exports.de_ModifyEndpointAccessCommand = exports.de_ModifyCustomDomainAssociationCommand = exports.de_ModifyClusterSubnetGroupCommand = exports.de_ModifyClusterSnapshotScheduleCommand = exports.de_ModifyClusterSnapshotCommand = exports.de_ModifyClusterParameterGroupCommand = exports.de_ModifyClusterMaintenanceCommand = exports.de_ModifyClusterIamRolesCommand = exports.de_ModifyClusterDbRevisionCommand = exports.de_ModifyClusterCommand = exports.de_ModifyAuthenticationProfileCommand = exports.de_ModifyAquaConfigurationCommand = exports.de_GetResourcePolicyCommand = exports.de_GetReservedNodeExchangeOfferingsCommand = exports.de_GetReservedNodeExchangeConfigurationOptionsCommand = exports.de_GetClusterCredentialsWithIAMCommand = exports.de_GetClusterCredentialsCommand = exports.de_FailoverPrimaryComputeCommand = exports.de_EnableSnapshotCopyCommand = exports.de_EnableLoggingCommand = exports.de_DisassociateDataShareConsumerCommand = exports.de_DisableSnapshotCopyCommand = exports.de_DisableLoggingCommand = exports.de_DescribeUsageLimitsCommand = exports.de_DescribeTagsCommand = exports.de_DescribeTableRestoreStatusCommand = exports.de_DescribeStorageCommand = exports.de_DescribeSnapshotSchedulesCommand = exports.de_DescribeSnapshotCopyGrantsCommand = exports.de_DescribeScheduledActionsCommand = exports.de_DescribeResizeCommand = exports.de_DescribeReservedNodesCommand = exports.de_DescribeReservedNodeOfferingsCommand = exports.de_DescribeReservedNodeExchangeStatusCommand = exports.de_DescribeRedshiftIdcApplicationsCommand = exports.de_DescribePartnersCommand = exports.de_DescribeOrderableClusterOptionsCommand = exports.de_DescribeNodeConfigurationOptionsCommand = exports.de_DescribeLoggingStatusCommand = exports.de_DescribeInboundIntegrationsCommand = exports.de_DescribeHsmConfigurationsCommand = exports.de_DescribeHsmClientCertificatesCommand = exports.de_DescribeEventSubscriptionsCommand = void 0;
|
|
8
|
+
exports.de_UpdatePartnerStatusCommand = exports.de_RotateEncryptionKeyCommand = exports.de_RevokeSnapshotAccessCommand = exports.de_RevokeEndpointAccessCommand = exports.de_RevokeClusterSecurityGroupIngressCommand = exports.de_ResumeClusterCommand = exports.de_RestoreTableFromClusterSnapshotCommand = exports.de_RestoreFromClusterSnapshotCommand = exports.de_ResizeClusterCommand = exports.de_ResetClusterParameterGroupCommand = exports.de_RejectDataShareCommand = exports.de_RebootClusterCommand = exports.de_PutResourcePolicyCommand = exports.de_PurchaseReservedNodeOfferingCommand = void 0;
|
|
9
9
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
10
10
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
11
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
@@ -254,6 +254,17 @@ const se_CreateHsmConfigurationCommand = async (input, context) => {
|
|
|
254
254
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
255
255
|
};
|
|
256
256
|
exports.se_CreateHsmConfigurationCommand = se_CreateHsmConfigurationCommand;
|
|
257
|
+
const se_CreateRedshiftIdcApplicationCommand = async (input, context) => {
|
|
258
|
+
const headers = SHARED_HEADERS;
|
|
259
|
+
let body;
|
|
260
|
+
body = buildFormUrlencodedString({
|
|
261
|
+
...se_CreateRedshiftIdcApplicationMessage(input, context),
|
|
262
|
+
Action: "CreateRedshiftIdcApplication",
|
|
263
|
+
Version: "2012-12-01",
|
|
264
|
+
});
|
|
265
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
266
|
+
};
|
|
267
|
+
exports.se_CreateRedshiftIdcApplicationCommand = se_CreateRedshiftIdcApplicationCommand;
|
|
257
268
|
const se_CreateScheduledActionCommand = async (input, context) => {
|
|
258
269
|
const headers = SHARED_HEADERS;
|
|
259
270
|
let body;
|
|
@@ -452,6 +463,17 @@ const se_DeletePartnerCommand = async (input, context) => {
|
|
|
452
463
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
453
464
|
};
|
|
454
465
|
exports.se_DeletePartnerCommand = se_DeletePartnerCommand;
|
|
466
|
+
const se_DeleteRedshiftIdcApplicationCommand = async (input, context) => {
|
|
467
|
+
const headers = SHARED_HEADERS;
|
|
468
|
+
let body;
|
|
469
|
+
body = buildFormUrlencodedString({
|
|
470
|
+
...se_DeleteRedshiftIdcApplicationMessage(input, context),
|
|
471
|
+
Action: "DeleteRedshiftIdcApplication",
|
|
472
|
+
Version: "2012-12-01",
|
|
473
|
+
});
|
|
474
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
475
|
+
};
|
|
476
|
+
exports.se_DeleteRedshiftIdcApplicationCommand = se_DeleteRedshiftIdcApplicationCommand;
|
|
455
477
|
const se_DeleteResourcePolicyCommand = async (input, context) => {
|
|
456
478
|
const headers = SHARED_HEADERS;
|
|
457
479
|
let body;
|
|
@@ -826,6 +848,17 @@ const se_DescribePartnersCommand = async (input, context) => {
|
|
|
826
848
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
827
849
|
};
|
|
828
850
|
exports.se_DescribePartnersCommand = se_DescribePartnersCommand;
|
|
851
|
+
const se_DescribeRedshiftIdcApplicationsCommand = async (input, context) => {
|
|
852
|
+
const headers = SHARED_HEADERS;
|
|
853
|
+
let body;
|
|
854
|
+
body = buildFormUrlencodedString({
|
|
855
|
+
...se_DescribeRedshiftIdcApplicationsMessage(input, context),
|
|
856
|
+
Action: "DescribeRedshiftIdcApplications",
|
|
857
|
+
Version: "2012-12-01",
|
|
858
|
+
});
|
|
859
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
860
|
+
};
|
|
861
|
+
exports.se_DescribeRedshiftIdcApplicationsCommand = se_DescribeRedshiftIdcApplicationsCommand;
|
|
829
862
|
const se_DescribeReservedNodeExchangeStatusCommand = async (input, context) => {
|
|
830
863
|
const headers = SHARED_HEADERS;
|
|
831
864
|
let body;
|
|
@@ -1209,6 +1242,17 @@ const se_ModifyEventSubscriptionCommand = async (input, context) => {
|
|
|
1209
1242
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1210
1243
|
};
|
|
1211
1244
|
exports.se_ModifyEventSubscriptionCommand = se_ModifyEventSubscriptionCommand;
|
|
1245
|
+
const se_ModifyRedshiftIdcApplicationCommand = async (input, context) => {
|
|
1246
|
+
const headers = SHARED_HEADERS;
|
|
1247
|
+
let body;
|
|
1248
|
+
body = buildFormUrlencodedString({
|
|
1249
|
+
...se_ModifyRedshiftIdcApplicationMessage(input, context),
|
|
1250
|
+
Action: "ModifyRedshiftIdcApplication",
|
|
1251
|
+
Version: "2012-12-01",
|
|
1252
|
+
});
|
|
1253
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1254
|
+
};
|
|
1255
|
+
exports.se_ModifyRedshiftIdcApplicationCommand = se_ModifyRedshiftIdcApplicationCommand;
|
|
1212
1256
|
const se_ModifyScheduledActionCommand = async (input, context) => {
|
|
1213
1257
|
const headers = SHARED_HEADERS;
|
|
1214
1258
|
let body;
|
|
@@ -2000,6 +2044,9 @@ const de_CreateClusterCommandError = async (output, context) => {
|
|
|
2000
2044
|
case "NumberOfNodesQuotaExceeded":
|
|
2001
2045
|
case "com.amazonaws.redshift#NumberOfNodesQuotaExceededFault":
|
|
2002
2046
|
throw await de_NumberOfNodesQuotaExceededFaultRes(parsedOutput, context);
|
|
2047
|
+
case "RedshiftIdcApplicationNotExists":
|
|
2048
|
+
case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
|
|
2049
|
+
throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
|
|
2003
2050
|
case "SnapshotScheduleNotFound":
|
|
2004
2051
|
case "com.amazonaws.redshift#SnapshotScheduleNotFoundFault":
|
|
2005
2052
|
throw await de_SnapshotScheduleNotFoundFaultRes(parsedOutput, context);
|
|
@@ -2456,6 +2503,51 @@ const de_CreateHsmConfigurationCommandError = async (output, context) => {
|
|
|
2456
2503
|
});
|
|
2457
2504
|
}
|
|
2458
2505
|
};
|
|
2506
|
+
const de_CreateRedshiftIdcApplicationCommand = async (output, context) => {
|
|
2507
|
+
if (output.statusCode >= 300) {
|
|
2508
|
+
return de_CreateRedshiftIdcApplicationCommandError(output, context);
|
|
2509
|
+
}
|
|
2510
|
+
const data = await parseBody(output.body, context);
|
|
2511
|
+
let contents = {};
|
|
2512
|
+
contents = de_CreateRedshiftIdcApplicationResult(data.CreateRedshiftIdcApplicationResult, context);
|
|
2513
|
+
const response = {
|
|
2514
|
+
$metadata: deserializeMetadata(output),
|
|
2515
|
+
...contents,
|
|
2516
|
+
};
|
|
2517
|
+
return response;
|
|
2518
|
+
};
|
|
2519
|
+
exports.de_CreateRedshiftIdcApplicationCommand = de_CreateRedshiftIdcApplicationCommand;
|
|
2520
|
+
const de_CreateRedshiftIdcApplicationCommandError = async (output, context) => {
|
|
2521
|
+
const parsedOutput = {
|
|
2522
|
+
...output,
|
|
2523
|
+
body: await parseErrorBody(output.body, context),
|
|
2524
|
+
};
|
|
2525
|
+
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
2526
|
+
switch (errorCode) {
|
|
2527
|
+
case "DependentServiceAccessDenied":
|
|
2528
|
+
case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
|
|
2529
|
+
throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
|
|
2530
|
+
case "DependentServiceUnavailableFault":
|
|
2531
|
+
case "com.amazonaws.redshift#DependentServiceUnavailableFault":
|
|
2532
|
+
throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
|
|
2533
|
+
case "RedshiftIdcApplicationAlreadyExists":
|
|
2534
|
+
case "com.amazonaws.redshift#RedshiftIdcApplicationAlreadyExistsFault":
|
|
2535
|
+
throw await de_RedshiftIdcApplicationAlreadyExistsFaultRes(parsedOutput, context);
|
|
2536
|
+
case "RedshiftIdcApplicationQuotaExceeded":
|
|
2537
|
+
case "com.amazonaws.redshift#RedshiftIdcApplicationQuotaExceededFault":
|
|
2538
|
+
throw await de_RedshiftIdcApplicationQuotaExceededFaultRes(parsedOutput, context);
|
|
2539
|
+
case "UnsupportedOperation":
|
|
2540
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
2541
|
+
throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
|
|
2542
|
+
default:
|
|
2543
|
+
const parsedBody = parsedOutput.body;
|
|
2544
|
+
return throwDefaultError({
|
|
2545
|
+
output,
|
|
2546
|
+
parsedBody: parsedBody.Error,
|
|
2547
|
+
errorCode,
|
|
2548
|
+
});
|
|
2549
|
+
}
|
|
2550
|
+
};
|
|
2459
2551
|
const de_CreateScheduledActionCommand = async (output, context) => {
|
|
2460
2552
|
if (output.statusCode >= 300) {
|
|
2461
2553
|
return de_CreateScheduledActionCommandError(output, context);
|
|
@@ -2972,6 +3064,9 @@ const de_DeleteCustomDomainAssociationCommandError = async (output, context) =>
|
|
|
2972
3064
|
case "CustomCnameAssociationFault":
|
|
2973
3065
|
case "com.amazonaws.redshift#CustomCnameAssociationFault":
|
|
2974
3066
|
throw await de_CustomCnameAssociationFaultRes(parsedOutput, context);
|
|
3067
|
+
case "CustomDomainAssociationNotFoundFault":
|
|
3068
|
+
case "com.amazonaws.redshift#CustomDomainAssociationNotFoundFault":
|
|
3069
|
+
throw await de_CustomDomainAssociationNotFoundFaultRes(parsedOutput, context);
|
|
2975
3070
|
case "UnsupportedOperation":
|
|
2976
3071
|
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
2977
3072
|
throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
|
|
@@ -3170,6 +3265,45 @@ const de_DeletePartnerCommandError = async (output, context) => {
|
|
|
3170
3265
|
});
|
|
3171
3266
|
}
|
|
3172
3267
|
};
|
|
3268
|
+
const de_DeleteRedshiftIdcApplicationCommand = async (output, context) => {
|
|
3269
|
+
if (output.statusCode >= 300) {
|
|
3270
|
+
return de_DeleteRedshiftIdcApplicationCommandError(output, context);
|
|
3271
|
+
}
|
|
3272
|
+
await (0, smithy_client_1.collectBody)(output.body, context);
|
|
3273
|
+
const response = {
|
|
3274
|
+
$metadata: deserializeMetadata(output),
|
|
3275
|
+
};
|
|
3276
|
+
return response;
|
|
3277
|
+
};
|
|
3278
|
+
exports.de_DeleteRedshiftIdcApplicationCommand = de_DeleteRedshiftIdcApplicationCommand;
|
|
3279
|
+
const de_DeleteRedshiftIdcApplicationCommandError = async (output, context) => {
|
|
3280
|
+
const parsedOutput = {
|
|
3281
|
+
...output,
|
|
3282
|
+
body: await parseErrorBody(output.body, context),
|
|
3283
|
+
};
|
|
3284
|
+
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
3285
|
+
switch (errorCode) {
|
|
3286
|
+
case "DependentServiceAccessDenied":
|
|
3287
|
+
case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
|
|
3288
|
+
throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
|
|
3289
|
+
case "DependentServiceUnavailableFault":
|
|
3290
|
+
case "com.amazonaws.redshift#DependentServiceUnavailableFault":
|
|
3291
|
+
throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
|
|
3292
|
+
case "RedshiftIdcApplicationNotExists":
|
|
3293
|
+
case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
|
|
3294
|
+
throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
|
|
3295
|
+
case "UnsupportedOperation":
|
|
3296
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
3297
|
+
throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
|
|
3298
|
+
default:
|
|
3299
|
+
const parsedBody = parsedOutput.body;
|
|
3300
|
+
return throwDefaultError({
|
|
3301
|
+
output,
|
|
3302
|
+
parsedBody: parsedBody.Error,
|
|
3303
|
+
errorCode,
|
|
3304
|
+
});
|
|
3305
|
+
}
|
|
3306
|
+
};
|
|
3173
3307
|
const de_DeleteResourcePolicyCommand = async (output, context) => {
|
|
3174
3308
|
if (output.statusCode >= 300) {
|
|
3175
3309
|
return de_DeleteResourcePolicyCommandError(output, context);
|
|
@@ -4334,6 +4468,48 @@ const de_DescribePartnersCommandError = async (output, context) => {
|
|
|
4334
4468
|
});
|
|
4335
4469
|
}
|
|
4336
4470
|
};
|
|
4471
|
+
const de_DescribeRedshiftIdcApplicationsCommand = async (output, context) => {
|
|
4472
|
+
if (output.statusCode >= 300) {
|
|
4473
|
+
return de_DescribeRedshiftIdcApplicationsCommandError(output, context);
|
|
4474
|
+
}
|
|
4475
|
+
const data = await parseBody(output.body, context);
|
|
4476
|
+
let contents = {};
|
|
4477
|
+
contents = de_DescribeRedshiftIdcApplicationsResult(data.DescribeRedshiftIdcApplicationsResult, context);
|
|
4478
|
+
const response = {
|
|
4479
|
+
$metadata: deserializeMetadata(output),
|
|
4480
|
+
...contents,
|
|
4481
|
+
};
|
|
4482
|
+
return response;
|
|
4483
|
+
};
|
|
4484
|
+
exports.de_DescribeRedshiftIdcApplicationsCommand = de_DescribeRedshiftIdcApplicationsCommand;
|
|
4485
|
+
const de_DescribeRedshiftIdcApplicationsCommandError = async (output, context) => {
|
|
4486
|
+
const parsedOutput = {
|
|
4487
|
+
...output,
|
|
4488
|
+
body: await parseErrorBody(output.body, context),
|
|
4489
|
+
};
|
|
4490
|
+
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
4491
|
+
switch (errorCode) {
|
|
4492
|
+
case "DependentServiceAccessDenied":
|
|
4493
|
+
case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
|
|
4494
|
+
throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
|
|
4495
|
+
case "DependentServiceUnavailableFault":
|
|
4496
|
+
case "com.amazonaws.redshift#DependentServiceUnavailableFault":
|
|
4497
|
+
throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
|
|
4498
|
+
case "RedshiftIdcApplicationNotExists":
|
|
4499
|
+
case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
|
|
4500
|
+
throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
|
|
4501
|
+
case "UnsupportedOperation":
|
|
4502
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
4503
|
+
throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
|
|
4504
|
+
default:
|
|
4505
|
+
const parsedBody = parsedOutput.body;
|
|
4506
|
+
return throwDefaultError({
|
|
4507
|
+
output,
|
|
4508
|
+
parsedBody: parsedBody.Error,
|
|
4509
|
+
errorCode,
|
|
4510
|
+
});
|
|
4511
|
+
}
|
|
4512
|
+
};
|
|
4337
4513
|
const de_DescribeReservedNodeExchangeStatusCommand = async (output, context) => {
|
|
4338
4514
|
if (output.statusCode >= 300) {
|
|
4339
4515
|
return de_DescribeReservedNodeExchangeStatusCommandError(output, context);
|
|
@@ -5684,6 +5860,9 @@ const de_ModifyCustomDomainAssociationCommandError = async (output, context) =>
|
|
|
5684
5860
|
case "CustomCnameAssociationFault":
|
|
5685
5861
|
case "com.amazonaws.redshift#CustomCnameAssociationFault":
|
|
5686
5862
|
throw await de_CustomCnameAssociationFaultRes(parsedOutput, context);
|
|
5863
|
+
case "CustomDomainAssociationNotFoundFault":
|
|
5864
|
+
case "com.amazonaws.redshift#CustomDomainAssociationNotFoundFault":
|
|
5865
|
+
throw await de_CustomDomainAssociationNotFoundFaultRes(parsedOutput, context);
|
|
5687
5866
|
case "UnsupportedOperation":
|
|
5688
5867
|
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
5689
5868
|
throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
|
|
@@ -5801,6 +5980,48 @@ const de_ModifyEventSubscriptionCommandError = async (output, context) => {
|
|
|
5801
5980
|
});
|
|
5802
5981
|
}
|
|
5803
5982
|
};
|
|
5983
|
+
const de_ModifyRedshiftIdcApplicationCommand = async (output, context) => {
|
|
5984
|
+
if (output.statusCode >= 300) {
|
|
5985
|
+
return de_ModifyRedshiftIdcApplicationCommandError(output, context);
|
|
5986
|
+
}
|
|
5987
|
+
const data = await parseBody(output.body, context);
|
|
5988
|
+
let contents = {};
|
|
5989
|
+
contents = de_ModifyRedshiftIdcApplicationResult(data.ModifyRedshiftIdcApplicationResult, context);
|
|
5990
|
+
const response = {
|
|
5991
|
+
$metadata: deserializeMetadata(output),
|
|
5992
|
+
...contents,
|
|
5993
|
+
};
|
|
5994
|
+
return response;
|
|
5995
|
+
};
|
|
5996
|
+
exports.de_ModifyRedshiftIdcApplicationCommand = de_ModifyRedshiftIdcApplicationCommand;
|
|
5997
|
+
const de_ModifyRedshiftIdcApplicationCommandError = async (output, context) => {
|
|
5998
|
+
const parsedOutput = {
|
|
5999
|
+
...output,
|
|
6000
|
+
body: await parseErrorBody(output.body, context),
|
|
6001
|
+
};
|
|
6002
|
+
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
|
6003
|
+
switch (errorCode) {
|
|
6004
|
+
case "DependentServiceAccessDenied":
|
|
6005
|
+
case "com.amazonaws.redshift#DependentServiceAccessDeniedFault":
|
|
6006
|
+
throw await de_DependentServiceAccessDeniedFaultRes(parsedOutput, context);
|
|
6007
|
+
case "DependentServiceUnavailableFault":
|
|
6008
|
+
case "com.amazonaws.redshift#DependentServiceUnavailableFault":
|
|
6009
|
+
throw await de_DependentServiceUnavailableFaultRes(parsedOutput, context);
|
|
6010
|
+
case "RedshiftIdcApplicationNotExists":
|
|
6011
|
+
case "com.amazonaws.redshift#RedshiftIdcApplicationNotExistsFault":
|
|
6012
|
+
throw await de_RedshiftIdcApplicationNotExistsFaultRes(parsedOutput, context);
|
|
6013
|
+
case "UnsupportedOperation":
|
|
6014
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
6015
|
+
throw await de_UnsupportedOperationFaultRes(parsedOutput, context);
|
|
6016
|
+
default:
|
|
6017
|
+
const parsedBody = parsedOutput.body;
|
|
6018
|
+
return throwDefaultError({
|
|
6019
|
+
output,
|
|
6020
|
+
parsedBody: parsedBody.Error,
|
|
6021
|
+
errorCode,
|
|
6022
|
+
});
|
|
6023
|
+
}
|
|
6024
|
+
};
|
|
5804
6025
|
const de_ModifyScheduledActionCommand = async (output, context) => {
|
|
5805
6026
|
if (output.statusCode >= 300) {
|
|
5806
6027
|
return de_ModifyScheduledActionCommandError(output, context);
|
|
@@ -7004,6 +7225,15 @@ const de_CustomDomainAssociationNotFoundFaultRes = async (parsedOutput, context)
|
|
|
7004
7225
|
});
|
|
7005
7226
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7006
7227
|
};
|
|
7228
|
+
const de_DependentServiceAccessDeniedFaultRes = async (parsedOutput, context) => {
|
|
7229
|
+
const body = parsedOutput.body;
|
|
7230
|
+
const deserialized = de_DependentServiceAccessDeniedFault(body.Error, context);
|
|
7231
|
+
const exception = new models_0_1.DependentServiceAccessDeniedFault({
|
|
7232
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7233
|
+
...deserialized,
|
|
7234
|
+
});
|
|
7235
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7236
|
+
};
|
|
7007
7237
|
const de_DependentServiceRequestThrottlingFaultRes = async (parsedOutput, context) => {
|
|
7008
7238
|
const body = parsedOutput.body;
|
|
7009
7239
|
const deserialized = de_DependentServiceRequestThrottlingFault(body.Error, context);
|
|
@@ -7517,6 +7747,33 @@ const de_PartnerNotFoundFaultRes = async (parsedOutput, context) => {
|
|
|
7517
7747
|
});
|
|
7518
7748
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7519
7749
|
};
|
|
7750
|
+
const de_RedshiftIdcApplicationAlreadyExistsFaultRes = async (parsedOutput, context) => {
|
|
7751
|
+
const body = parsedOutput.body;
|
|
7752
|
+
const deserialized = de_RedshiftIdcApplicationAlreadyExistsFault(body.Error, context);
|
|
7753
|
+
const exception = new models_0_1.RedshiftIdcApplicationAlreadyExistsFault({
|
|
7754
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7755
|
+
...deserialized,
|
|
7756
|
+
});
|
|
7757
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7758
|
+
};
|
|
7759
|
+
const de_RedshiftIdcApplicationNotExistsFaultRes = async (parsedOutput, context) => {
|
|
7760
|
+
const body = parsedOutput.body;
|
|
7761
|
+
const deserialized = de_RedshiftIdcApplicationNotExistsFault(body.Error, context);
|
|
7762
|
+
const exception = new models_0_1.RedshiftIdcApplicationNotExistsFault({
|
|
7763
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7764
|
+
...deserialized,
|
|
7765
|
+
});
|
|
7766
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7767
|
+
};
|
|
7768
|
+
const de_RedshiftIdcApplicationQuotaExceededFaultRes = async (parsedOutput, context) => {
|
|
7769
|
+
const body = parsedOutput.body;
|
|
7770
|
+
const deserialized = de_RedshiftIdcApplicationQuotaExceededFault(body.Error, context);
|
|
7771
|
+
const exception = new models_0_1.RedshiftIdcApplicationQuotaExceededFault({
|
|
7772
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7773
|
+
...deserialized,
|
|
7774
|
+
});
|
|
7775
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
7776
|
+
};
|
|
7520
7777
|
const de_ReservedNodeAlreadyExistsFaultRes = async (parsedOutput, context) => {
|
|
7521
7778
|
const body = parsedOutput.body;
|
|
7522
7779
|
const deserialized = de_ReservedNodeAlreadyExistsFault(body.Error, context);
|
|
@@ -7968,6 +8225,50 @@ const se_AuthorizeDataShareMessage = (input, context) => {
|
|
|
7968
8225
|
}
|
|
7969
8226
|
return entries;
|
|
7970
8227
|
};
|
|
8228
|
+
const se_AuthorizedAudienceList = (input, context) => {
|
|
8229
|
+
const entries = {};
|
|
8230
|
+
let counter = 1;
|
|
8231
|
+
for (const entry of input) {
|
|
8232
|
+
if (entry === null) {
|
|
8233
|
+
continue;
|
|
8234
|
+
}
|
|
8235
|
+
entries[`member.${counter}`] = entry;
|
|
8236
|
+
counter++;
|
|
8237
|
+
}
|
|
8238
|
+
return entries;
|
|
8239
|
+
};
|
|
8240
|
+
const se_AuthorizedTokenIssuer = (input, context) => {
|
|
8241
|
+
const entries = {};
|
|
8242
|
+
if (input.TrustedTokenIssuerArn != null) {
|
|
8243
|
+
entries["TrustedTokenIssuerArn"] = input.TrustedTokenIssuerArn;
|
|
8244
|
+
}
|
|
8245
|
+
if (input.AuthorizedAudiencesList != null) {
|
|
8246
|
+
const memberEntries = se_AuthorizedAudienceList(input.AuthorizedAudiencesList, context);
|
|
8247
|
+
if (input.AuthorizedAudiencesList?.length === 0) {
|
|
8248
|
+
entries.AuthorizedAudiencesList = [];
|
|
8249
|
+
}
|
|
8250
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8251
|
+
const loc = `AuthorizedAudiencesList.${key}`;
|
|
8252
|
+
entries[loc] = value;
|
|
8253
|
+
});
|
|
8254
|
+
}
|
|
8255
|
+
return entries;
|
|
8256
|
+
};
|
|
8257
|
+
const se_AuthorizedTokenIssuerList = (input, context) => {
|
|
8258
|
+
const entries = {};
|
|
8259
|
+
let counter = 1;
|
|
8260
|
+
for (const entry of input) {
|
|
8261
|
+
if (entry === null) {
|
|
8262
|
+
continue;
|
|
8263
|
+
}
|
|
8264
|
+
const memberEntries = se_AuthorizedTokenIssuer(entry, context);
|
|
8265
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8266
|
+
entries[`member.${counter}.${key}`] = value;
|
|
8267
|
+
});
|
|
8268
|
+
counter++;
|
|
8269
|
+
}
|
|
8270
|
+
return entries;
|
|
8271
|
+
};
|
|
7971
8272
|
const se_AuthorizeEndpointAccessMessage = (input, context) => {
|
|
7972
8273
|
const entries = {};
|
|
7973
8274
|
if (input.ClusterIdentifier != null) {
|
|
@@ -8227,6 +8528,9 @@ const se_CreateClusterMessage = (input, context) => {
|
|
|
8227
8528
|
if (input.MultiAZ != null) {
|
|
8228
8529
|
entries["MultiAZ"] = input.MultiAZ;
|
|
8229
8530
|
}
|
|
8531
|
+
if (input.RedshiftIdcApplicationArn != null) {
|
|
8532
|
+
entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
|
|
8533
|
+
}
|
|
8230
8534
|
return entries;
|
|
8231
8535
|
};
|
|
8232
8536
|
const se_CreateClusterParameterGroupMessage = (input, context) => {
|
|
@@ -8462,6 +8766,45 @@ const se_CreateHsmConfigurationMessage = (input, context) => {
|
|
|
8462
8766
|
}
|
|
8463
8767
|
return entries;
|
|
8464
8768
|
};
|
|
8769
|
+
const se_CreateRedshiftIdcApplicationMessage = (input, context) => {
|
|
8770
|
+
const entries = {};
|
|
8771
|
+
if (input.IdcInstanceArn != null) {
|
|
8772
|
+
entries["IdcInstanceArn"] = input.IdcInstanceArn;
|
|
8773
|
+
}
|
|
8774
|
+
if (input.RedshiftIdcApplicationName != null) {
|
|
8775
|
+
entries["RedshiftIdcApplicationName"] = input.RedshiftIdcApplicationName;
|
|
8776
|
+
}
|
|
8777
|
+
if (input.IdentityNamespace != null) {
|
|
8778
|
+
entries["IdentityNamespace"] = input.IdentityNamespace;
|
|
8779
|
+
}
|
|
8780
|
+
if (input.IdcDisplayName != null) {
|
|
8781
|
+
entries["IdcDisplayName"] = input.IdcDisplayName;
|
|
8782
|
+
}
|
|
8783
|
+
if (input.IamRoleArn != null) {
|
|
8784
|
+
entries["IamRoleArn"] = input.IamRoleArn;
|
|
8785
|
+
}
|
|
8786
|
+
if (input.AuthorizedTokenIssuerList != null) {
|
|
8787
|
+
const memberEntries = se_AuthorizedTokenIssuerList(input.AuthorizedTokenIssuerList, context);
|
|
8788
|
+
if (input.AuthorizedTokenIssuerList?.length === 0) {
|
|
8789
|
+
entries.AuthorizedTokenIssuerList = [];
|
|
8790
|
+
}
|
|
8791
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8792
|
+
const loc = `AuthorizedTokenIssuerList.${key}`;
|
|
8793
|
+
entries[loc] = value;
|
|
8794
|
+
});
|
|
8795
|
+
}
|
|
8796
|
+
if (input.ServiceIntegrations != null) {
|
|
8797
|
+
const memberEntries = se_ServiceIntegrationList(input.ServiceIntegrations, context);
|
|
8798
|
+
if (input.ServiceIntegrations?.length === 0) {
|
|
8799
|
+
entries.ServiceIntegrations = [];
|
|
8800
|
+
}
|
|
8801
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8802
|
+
const loc = `ServiceIntegrations.${key}`;
|
|
8803
|
+
entries[loc] = value;
|
|
8804
|
+
});
|
|
8805
|
+
}
|
|
8806
|
+
return entries;
|
|
8807
|
+
};
|
|
8465
8808
|
const se_CreateScheduledActionMessage = (input, context) => {
|
|
8466
8809
|
const entries = {};
|
|
8467
8810
|
if (input.ScheduledActionName != null) {
|
|
@@ -8695,6 +9038,9 @@ const se_DeleteCustomDomainAssociationMessage = (input, context) => {
|
|
|
8695
9038
|
if (input.ClusterIdentifier != null) {
|
|
8696
9039
|
entries["ClusterIdentifier"] = input.ClusterIdentifier;
|
|
8697
9040
|
}
|
|
9041
|
+
if (input.CustomDomainName != null) {
|
|
9042
|
+
entries["CustomDomainName"] = input.CustomDomainName;
|
|
9043
|
+
}
|
|
8698
9044
|
return entries;
|
|
8699
9045
|
};
|
|
8700
9046
|
const se_DeleteEndpointAccessMessage = (input, context) => {
|
|
@@ -8725,6 +9071,13 @@ const se_DeleteHsmConfigurationMessage = (input, context) => {
|
|
|
8725
9071
|
}
|
|
8726
9072
|
return entries;
|
|
8727
9073
|
};
|
|
9074
|
+
const se_DeleteRedshiftIdcApplicationMessage = (input, context) => {
|
|
9075
|
+
const entries = {};
|
|
9076
|
+
if (input.RedshiftIdcApplicationArn != null) {
|
|
9077
|
+
entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
|
|
9078
|
+
}
|
|
9079
|
+
return entries;
|
|
9080
|
+
};
|
|
8728
9081
|
const se_DeleteResourcePolicyMessage = (input, context) => {
|
|
8729
9082
|
const entries = {};
|
|
8730
9083
|
if (input.ResourceArn != null) {
|
|
@@ -9388,6 +9741,19 @@ const se_DescribePartnersInputMessage = (input, context) => {
|
|
|
9388
9741
|
}
|
|
9389
9742
|
return entries;
|
|
9390
9743
|
};
|
|
9744
|
+
const se_DescribeRedshiftIdcApplicationsMessage = (input, context) => {
|
|
9745
|
+
const entries = {};
|
|
9746
|
+
if (input.RedshiftIdcApplicationArn != null) {
|
|
9747
|
+
entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
|
|
9748
|
+
}
|
|
9749
|
+
if (input.MaxRecords != null) {
|
|
9750
|
+
entries["MaxRecords"] = input.MaxRecords;
|
|
9751
|
+
}
|
|
9752
|
+
if (input.Marker != null) {
|
|
9753
|
+
entries["Marker"] = input.Marker;
|
|
9754
|
+
}
|
|
9755
|
+
return entries;
|
|
9756
|
+
};
|
|
9391
9757
|
const se_DescribeReservedNodeExchangeStatusInputMessage = (input, context) => {
|
|
9392
9758
|
const entries = {};
|
|
9393
9759
|
if (input.ReservedNodeId != null) {
|
|
@@ -9825,6 +10191,44 @@ const se_IamRoleArnList = (input, context) => {
|
|
|
9825
10191
|
}
|
|
9826
10192
|
return entries;
|
|
9827
10193
|
};
|
|
10194
|
+
const se_LakeFormationQuery = (input, context) => {
|
|
10195
|
+
const entries = {};
|
|
10196
|
+
if (input.Authorization != null) {
|
|
10197
|
+
entries["Authorization"] = input.Authorization;
|
|
10198
|
+
}
|
|
10199
|
+
return entries;
|
|
10200
|
+
};
|
|
10201
|
+
const se_LakeFormationScopeUnion = (input, context) => {
|
|
10202
|
+
const entries = {};
|
|
10203
|
+
models_0_1.LakeFormationScopeUnion.visit(input, {
|
|
10204
|
+
LakeFormationQuery: (value) => {
|
|
10205
|
+
const memberEntries = se_LakeFormationQuery(value, context);
|
|
10206
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10207
|
+
const loc = `LakeFormationQuery.${key}`;
|
|
10208
|
+
entries[loc] = value;
|
|
10209
|
+
});
|
|
10210
|
+
},
|
|
10211
|
+
_: (name, value) => {
|
|
10212
|
+
entries[name] = value;
|
|
10213
|
+
},
|
|
10214
|
+
});
|
|
10215
|
+
return entries;
|
|
10216
|
+
};
|
|
10217
|
+
const se_LakeFormationServiceIntegrations = (input, context) => {
|
|
10218
|
+
const entries = {};
|
|
10219
|
+
let counter = 1;
|
|
10220
|
+
for (const entry of input) {
|
|
10221
|
+
if (entry === null) {
|
|
10222
|
+
continue;
|
|
10223
|
+
}
|
|
10224
|
+
const memberEntries = se_LakeFormationScopeUnion(entry, context);
|
|
10225
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10226
|
+
entries[`member.${counter}.${key}`] = value;
|
|
10227
|
+
});
|
|
10228
|
+
counter++;
|
|
10229
|
+
}
|
|
10230
|
+
return entries;
|
|
10231
|
+
};
|
|
9828
10232
|
const se_LogTypeList = (input, context) => {
|
|
9829
10233
|
const entries = {};
|
|
9830
10234
|
let counter = 1;
|
|
@@ -10156,6 +10560,42 @@ const se_ModifyEventSubscriptionMessage = (input, context) => {
|
|
|
10156
10560
|
}
|
|
10157
10561
|
return entries;
|
|
10158
10562
|
};
|
|
10563
|
+
const se_ModifyRedshiftIdcApplicationMessage = (input, context) => {
|
|
10564
|
+
const entries = {};
|
|
10565
|
+
if (input.RedshiftIdcApplicationArn != null) {
|
|
10566
|
+
entries["RedshiftIdcApplicationArn"] = input.RedshiftIdcApplicationArn;
|
|
10567
|
+
}
|
|
10568
|
+
if (input.IdentityNamespace != null) {
|
|
10569
|
+
entries["IdentityNamespace"] = input.IdentityNamespace;
|
|
10570
|
+
}
|
|
10571
|
+
if (input.IamRoleArn != null) {
|
|
10572
|
+
entries["IamRoleArn"] = input.IamRoleArn;
|
|
10573
|
+
}
|
|
10574
|
+
if (input.IdcDisplayName != null) {
|
|
10575
|
+
entries["IdcDisplayName"] = input.IdcDisplayName;
|
|
10576
|
+
}
|
|
10577
|
+
if (input.AuthorizedTokenIssuerList != null) {
|
|
10578
|
+
const memberEntries = se_AuthorizedTokenIssuerList(input.AuthorizedTokenIssuerList, context);
|
|
10579
|
+
if (input.AuthorizedTokenIssuerList?.length === 0) {
|
|
10580
|
+
entries.AuthorizedTokenIssuerList = [];
|
|
10581
|
+
}
|
|
10582
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10583
|
+
const loc = `AuthorizedTokenIssuerList.${key}`;
|
|
10584
|
+
entries[loc] = value;
|
|
10585
|
+
});
|
|
10586
|
+
}
|
|
10587
|
+
if (input.ServiceIntegrations != null) {
|
|
10588
|
+
const memberEntries = se_ServiceIntegrationList(input.ServiceIntegrations, context);
|
|
10589
|
+
if (input.ServiceIntegrations?.length === 0) {
|
|
10590
|
+
entries.ServiceIntegrations = [];
|
|
10591
|
+
}
|
|
10592
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10593
|
+
const loc = `ServiceIntegrations.${key}`;
|
|
10594
|
+
entries[loc] = value;
|
|
10595
|
+
});
|
|
10596
|
+
}
|
|
10597
|
+
return entries;
|
|
10598
|
+
};
|
|
10159
10599
|
const se_ModifyScheduledActionMessage = (input, context) => {
|
|
10160
10600
|
const entries = {};
|
|
10161
10601
|
if (input.ScheduledActionName != null) {
|
|
@@ -10719,6 +11159,40 @@ const se_ScheduleDefinitionList = (input, context) => {
|
|
|
10719
11159
|
}
|
|
10720
11160
|
return entries;
|
|
10721
11161
|
};
|
|
11162
|
+
const se_ServiceIntegrationList = (input, context) => {
|
|
11163
|
+
const entries = {};
|
|
11164
|
+
let counter = 1;
|
|
11165
|
+
for (const entry of input) {
|
|
11166
|
+
if (entry === null) {
|
|
11167
|
+
continue;
|
|
11168
|
+
}
|
|
11169
|
+
const memberEntries = se_ServiceIntegrationsUnion(entry, context);
|
|
11170
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
11171
|
+
entries[`member.${counter}.${key}`] = value;
|
|
11172
|
+
});
|
|
11173
|
+
counter++;
|
|
11174
|
+
}
|
|
11175
|
+
return entries;
|
|
11176
|
+
};
|
|
11177
|
+
const se_ServiceIntegrationsUnion = (input, context) => {
|
|
11178
|
+
const entries = {};
|
|
11179
|
+
models_0_1.ServiceIntegrationsUnion.visit(input, {
|
|
11180
|
+
LakeFormation: (value) => {
|
|
11181
|
+
const memberEntries = se_LakeFormationServiceIntegrations(value, context);
|
|
11182
|
+
if (value?.length === 0) {
|
|
11183
|
+
entries.LakeFormation = [];
|
|
11184
|
+
}
|
|
11185
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
11186
|
+
const loc = `LakeFormation.${key}`;
|
|
11187
|
+
entries[loc] = value;
|
|
11188
|
+
});
|
|
11189
|
+
},
|
|
11190
|
+
_: (name, value) => {
|
|
11191
|
+
entries[name] = value;
|
|
11192
|
+
},
|
|
11193
|
+
});
|
|
11194
|
+
return entries;
|
|
11195
|
+
};
|
|
10722
11196
|
const se_SnapshotIdentifierList = (input, context) => {
|
|
10723
11197
|
const entries = {};
|
|
10724
11198
|
let counter = 1;
|
|
@@ -11078,6 +11552,34 @@ const de_AuthorizeClusterSecurityGroupIngressResult = (output, context) => {
|
|
|
11078
11552
|
}
|
|
11079
11553
|
return contents;
|
|
11080
11554
|
};
|
|
11555
|
+
const de_AuthorizedAudienceList = (output, context) => {
|
|
11556
|
+
return (output || [])
|
|
11557
|
+
.filter((e) => e != null)
|
|
11558
|
+
.map((entry) => {
|
|
11559
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
11560
|
+
});
|
|
11561
|
+
};
|
|
11562
|
+
const de_AuthorizedTokenIssuer = (output, context) => {
|
|
11563
|
+
const contents = {};
|
|
11564
|
+
if (output["TrustedTokenIssuerArn"] !== undefined) {
|
|
11565
|
+
contents.TrustedTokenIssuerArn = (0, smithy_client_1.expectString)(output["TrustedTokenIssuerArn"]);
|
|
11566
|
+
}
|
|
11567
|
+
if (output.AuthorizedAudiencesList === "") {
|
|
11568
|
+
contents.AuthorizedAudiencesList = [];
|
|
11569
|
+
}
|
|
11570
|
+
else if (output["AuthorizedAudiencesList"] !== undefined &&
|
|
11571
|
+
output["AuthorizedAudiencesList"]["member"] !== undefined) {
|
|
11572
|
+
contents.AuthorizedAudiencesList = de_AuthorizedAudienceList((0, smithy_client_1.getArrayIfSingleItem)(output["AuthorizedAudiencesList"]["member"]), context);
|
|
11573
|
+
}
|
|
11574
|
+
return contents;
|
|
11575
|
+
};
|
|
11576
|
+
const de_AuthorizedTokenIssuerList = (output, context) => {
|
|
11577
|
+
return (output || [])
|
|
11578
|
+
.filter((e) => e != null)
|
|
11579
|
+
.map((entry) => {
|
|
11580
|
+
return de_AuthorizedTokenIssuer(entry, context);
|
|
11581
|
+
});
|
|
11582
|
+
};
|
|
11081
11583
|
const de_AuthorizeSnapshotAccessResult = (output, context) => {
|
|
11082
11584
|
const contents = {};
|
|
11083
11585
|
if (output["Snapshot"] !== undefined) {
|
|
@@ -12032,6 +12534,13 @@ const de_CreateHsmConfigurationResult = (output, context) => {
|
|
|
12032
12534
|
}
|
|
12033
12535
|
return contents;
|
|
12034
12536
|
};
|
|
12537
|
+
const de_CreateRedshiftIdcApplicationResult = (output, context) => {
|
|
12538
|
+
const contents = {};
|
|
12539
|
+
if (output["RedshiftIdcApplication"] !== undefined) {
|
|
12540
|
+
contents.RedshiftIdcApplication = de_RedshiftIdcApplication(output["RedshiftIdcApplication"], context);
|
|
12541
|
+
}
|
|
12542
|
+
return contents;
|
|
12543
|
+
};
|
|
12035
12544
|
const de_CreateSnapshotCopyGrantResult = (output, context) => {
|
|
12036
12545
|
const contents = {};
|
|
12037
12546
|
if (output["SnapshotCopyGrant"] !== undefined) {
|
|
@@ -12210,6 +12719,13 @@ const de_DeleteClusterSnapshotResult = (output, context) => {
|
|
|
12210
12719
|
}
|
|
12211
12720
|
return contents;
|
|
12212
12721
|
};
|
|
12722
|
+
const de_DependentServiceAccessDeniedFault = (output, context) => {
|
|
12723
|
+
const contents = {};
|
|
12724
|
+
if (output["message"] !== undefined) {
|
|
12725
|
+
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
12726
|
+
}
|
|
12727
|
+
return contents;
|
|
12728
|
+
};
|
|
12213
12729
|
const de_DependentServiceRequestThrottlingFault = (output, context) => {
|
|
12214
12730
|
const contents = {};
|
|
12215
12731
|
if (output["message"] !== undefined) {
|
|
@@ -12292,6 +12808,20 @@ const de_DescribePartnersOutputMessage = (output, context) => {
|
|
|
12292
12808
|
}
|
|
12293
12809
|
return contents;
|
|
12294
12810
|
};
|
|
12811
|
+
const de_DescribeRedshiftIdcApplicationsResult = (output, context) => {
|
|
12812
|
+
const contents = {};
|
|
12813
|
+
if (output.RedshiftIdcApplications === "") {
|
|
12814
|
+
contents.RedshiftIdcApplications = [];
|
|
12815
|
+
}
|
|
12816
|
+
else if (output["RedshiftIdcApplications"] !== undefined &&
|
|
12817
|
+
output["RedshiftIdcApplications"]["member"] !== undefined) {
|
|
12818
|
+
contents.RedshiftIdcApplications = de_RedshiftIdcApplicationList((0, smithy_client_1.getArrayIfSingleItem)(output["RedshiftIdcApplications"]["member"]), context);
|
|
12819
|
+
}
|
|
12820
|
+
if (output["Marker"] !== undefined) {
|
|
12821
|
+
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
12822
|
+
}
|
|
12823
|
+
return contents;
|
|
12824
|
+
};
|
|
12295
12825
|
const de_DescribeReservedNodeExchangeStatusOutputMessage = (output, context) => {
|
|
12296
12826
|
const contents = {};
|
|
12297
12827
|
if (output.ReservedNodeExchangeStatusDetails === "") {
|
|
@@ -13285,6 +13815,28 @@ const de_Ipv6CidrBlockNotFoundFault = (output, context) => {
|
|
|
13285
13815
|
}
|
|
13286
13816
|
return contents;
|
|
13287
13817
|
};
|
|
13818
|
+
const de_LakeFormationQuery = (output, context) => {
|
|
13819
|
+
const contents = {};
|
|
13820
|
+
if (output["Authorization"] !== undefined) {
|
|
13821
|
+
contents.Authorization = (0, smithy_client_1.expectString)(output["Authorization"]);
|
|
13822
|
+
}
|
|
13823
|
+
return contents;
|
|
13824
|
+
};
|
|
13825
|
+
const de_LakeFormationScopeUnion = (output, context) => {
|
|
13826
|
+
if (output["LakeFormationQuery"] !== undefined) {
|
|
13827
|
+
return {
|
|
13828
|
+
LakeFormationQuery: de_LakeFormationQuery(output["LakeFormationQuery"], context),
|
|
13829
|
+
};
|
|
13830
|
+
}
|
|
13831
|
+
return { $unknown: Object.entries(output)[0] };
|
|
13832
|
+
};
|
|
13833
|
+
const de_LakeFormationServiceIntegrations = (output, context) => {
|
|
13834
|
+
return (output || [])
|
|
13835
|
+
.filter((e) => e != null)
|
|
13836
|
+
.map((entry) => {
|
|
13837
|
+
return de_LakeFormationScopeUnion((0, smithy_client_1.expectUnion)(entry), context);
|
|
13838
|
+
});
|
|
13839
|
+
};
|
|
13288
13840
|
const de_LimitExceededFault = (output, context) => {
|
|
13289
13841
|
const contents = {};
|
|
13290
13842
|
if (output["message"] !== undefined) {
|
|
@@ -13428,6 +13980,13 @@ const de_ModifyEventSubscriptionResult = (output, context) => {
|
|
|
13428
13980
|
}
|
|
13429
13981
|
return contents;
|
|
13430
13982
|
};
|
|
13983
|
+
const de_ModifyRedshiftIdcApplicationResult = (output, context) => {
|
|
13984
|
+
const contents = {};
|
|
13985
|
+
if (output["RedshiftIdcApplication"] !== undefined) {
|
|
13986
|
+
contents.RedshiftIdcApplication = de_RedshiftIdcApplication(output["RedshiftIdcApplication"], context);
|
|
13987
|
+
}
|
|
13988
|
+
return contents;
|
|
13989
|
+
};
|
|
13431
13990
|
const de_ModifySnapshotCopyRetentionPeriodResult = (output, context) => {
|
|
13432
13991
|
const contents = {};
|
|
13433
13992
|
if (output["Cluster"] !== undefined) {
|
|
@@ -13740,6 +14299,75 @@ const de_RecurringChargeList = (output, context) => {
|
|
|
13740
14299
|
return de_RecurringCharge(entry, context);
|
|
13741
14300
|
});
|
|
13742
14301
|
};
|
|
14302
|
+
const de_RedshiftIdcApplication = (output, context) => {
|
|
14303
|
+
const contents = {};
|
|
14304
|
+
if (output["IdcInstanceArn"] !== undefined) {
|
|
14305
|
+
contents.IdcInstanceArn = (0, smithy_client_1.expectString)(output["IdcInstanceArn"]);
|
|
14306
|
+
}
|
|
14307
|
+
if (output["RedshiftIdcApplicationName"] !== undefined) {
|
|
14308
|
+
contents.RedshiftIdcApplicationName = (0, smithy_client_1.expectString)(output["RedshiftIdcApplicationName"]);
|
|
14309
|
+
}
|
|
14310
|
+
if (output["RedshiftIdcApplicationArn"] !== undefined) {
|
|
14311
|
+
contents.RedshiftIdcApplicationArn = (0, smithy_client_1.expectString)(output["RedshiftIdcApplicationArn"]);
|
|
14312
|
+
}
|
|
14313
|
+
if (output["IdentityNamespace"] !== undefined) {
|
|
14314
|
+
contents.IdentityNamespace = (0, smithy_client_1.expectString)(output["IdentityNamespace"]);
|
|
14315
|
+
}
|
|
14316
|
+
if (output["IdcDisplayName"] !== undefined) {
|
|
14317
|
+
contents.IdcDisplayName = (0, smithy_client_1.expectString)(output["IdcDisplayName"]);
|
|
14318
|
+
}
|
|
14319
|
+
if (output["IamRoleArn"] !== undefined) {
|
|
14320
|
+
contents.IamRoleArn = (0, smithy_client_1.expectString)(output["IamRoleArn"]);
|
|
14321
|
+
}
|
|
14322
|
+
if (output["IdcManagedApplicationArn"] !== undefined) {
|
|
14323
|
+
contents.IdcManagedApplicationArn = (0, smithy_client_1.expectString)(output["IdcManagedApplicationArn"]);
|
|
14324
|
+
}
|
|
14325
|
+
if (output["IdcOnboardStatus"] !== undefined) {
|
|
14326
|
+
contents.IdcOnboardStatus = (0, smithy_client_1.expectString)(output["IdcOnboardStatus"]);
|
|
14327
|
+
}
|
|
14328
|
+
if (output.AuthorizedTokenIssuerList === "") {
|
|
14329
|
+
contents.AuthorizedTokenIssuerList = [];
|
|
14330
|
+
}
|
|
14331
|
+
else if (output["AuthorizedTokenIssuerList"] !== undefined &&
|
|
14332
|
+
output["AuthorizedTokenIssuerList"]["member"] !== undefined) {
|
|
14333
|
+
contents.AuthorizedTokenIssuerList = de_AuthorizedTokenIssuerList((0, smithy_client_1.getArrayIfSingleItem)(output["AuthorizedTokenIssuerList"]["member"]), context);
|
|
14334
|
+
}
|
|
14335
|
+
if (output.ServiceIntegrations === "") {
|
|
14336
|
+
contents.ServiceIntegrations = [];
|
|
14337
|
+
}
|
|
14338
|
+
else if (output["ServiceIntegrations"] !== undefined && output["ServiceIntegrations"]["member"] !== undefined) {
|
|
14339
|
+
contents.ServiceIntegrations = de_ServiceIntegrationList((0, smithy_client_1.getArrayIfSingleItem)(output["ServiceIntegrations"]["member"]), context);
|
|
14340
|
+
}
|
|
14341
|
+
return contents;
|
|
14342
|
+
};
|
|
14343
|
+
const de_RedshiftIdcApplicationAlreadyExistsFault = (output, context) => {
|
|
14344
|
+
const contents = {};
|
|
14345
|
+
if (output["message"] !== undefined) {
|
|
14346
|
+
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14347
|
+
}
|
|
14348
|
+
return contents;
|
|
14349
|
+
};
|
|
14350
|
+
const de_RedshiftIdcApplicationList = (output, context) => {
|
|
14351
|
+
return (output || [])
|
|
14352
|
+
.filter((e) => e != null)
|
|
14353
|
+
.map((entry) => {
|
|
14354
|
+
return de_RedshiftIdcApplication(entry, context);
|
|
14355
|
+
});
|
|
14356
|
+
};
|
|
14357
|
+
const de_RedshiftIdcApplicationNotExistsFault = (output, context) => {
|
|
14358
|
+
const contents = {};
|
|
14359
|
+
if (output["message"] !== undefined) {
|
|
14360
|
+
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14361
|
+
}
|
|
14362
|
+
return contents;
|
|
14363
|
+
};
|
|
14364
|
+
const de_RedshiftIdcApplicationQuotaExceededFault = (output, context) => {
|
|
14365
|
+
const contents = {};
|
|
14366
|
+
if (output["message"] !== undefined) {
|
|
14367
|
+
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14368
|
+
}
|
|
14369
|
+
return contents;
|
|
14370
|
+
};
|
|
13743
14371
|
const de_ReservedNode = (output, context) => {
|
|
13744
14372
|
const contents = {};
|
|
13745
14373
|
if (output["ReservedNodeId"] !== undefined) {
|
|
@@ -14325,6 +14953,26 @@ const de_SecondaryClusterInfo = (output, context) => {
|
|
|
14325
14953
|
}
|
|
14326
14954
|
return contents;
|
|
14327
14955
|
};
|
|
14956
|
+
const de_ServiceIntegrationList = (output, context) => {
|
|
14957
|
+
return (output || [])
|
|
14958
|
+
.filter((e) => e != null)
|
|
14959
|
+
.map((entry) => {
|
|
14960
|
+
return de_ServiceIntegrationsUnion((0, smithy_client_1.expectUnion)(entry), context);
|
|
14961
|
+
});
|
|
14962
|
+
};
|
|
14963
|
+
const de_ServiceIntegrationsUnion = (output, context) => {
|
|
14964
|
+
if (output.LakeFormation === "") {
|
|
14965
|
+
return {
|
|
14966
|
+
LakeFormation: [],
|
|
14967
|
+
};
|
|
14968
|
+
}
|
|
14969
|
+
else if (output["LakeFormation"] !== undefined && output["LakeFormation"]["member"] !== undefined) {
|
|
14970
|
+
return {
|
|
14971
|
+
LakeFormation: de_LakeFormationServiceIntegrations((0, smithy_client_1.getArrayIfSingleItem)(output["LakeFormation"]["member"]), context),
|
|
14972
|
+
};
|
|
14973
|
+
}
|
|
14974
|
+
return { $unknown: Object.entries(output)[0] };
|
|
14975
|
+
};
|
|
14328
14976
|
const de_Snapshot = (output, context) => {
|
|
14329
14977
|
const contents = {};
|
|
14330
14978
|
if (output["SnapshotIdentifier"] !== undefined) {
|