@aws-sdk/client-redshift 3.436.0 → 3.438.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/DeleteResourcePolicyCommand.js +51 -0
- package/dist-cjs/commands/DescribeInboundIntegrationsCommand.js +51 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +51 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +51 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/endpointResolver.js +1 -1
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +28 -2
- package/dist-cjs/models/models_1.js +36 -1
- package/dist-cjs/pagination/DescribeInboundIntegrationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_query.js +432 -5
- package/dist-es/Redshift.js +8 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +47 -0
- package/dist-es/commands/DescribeInboundIntegrationsCommand.js +47 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +47 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +24 -0
- package/dist-es/models/models_1.js +33 -0
- package/dist-es/pagination/DescribeInboundIntegrationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_query.js +420 -2
- package/dist-types/Redshift.d.ts +28 -0
- package/dist-types/RedshiftClient.d.ts +6 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +7 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +77 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +100 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +85 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +7 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +1 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +89 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +7 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +55 -57
- package/dist-types/models/models_1.d.ts +277 -1
- package/dist-types/pagination/DescribeInboundIntegrationsPaginator.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/DeleteResourcePolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -13
- package/dist-types/ts3.4/models/models_1.d.ts +77 -1
- package/dist-types/ts3.4/pagination/DescribeInboundIntegrationsPaginator.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 +7 -6
package/dist-types/Redshift.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutp
|
|
|
39
39
|
import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "./commands/DeleteHsmClientCertificateCommand";
|
|
40
40
|
import { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
|
|
41
41
|
import { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
|
|
42
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
42
43
|
import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
|
|
43
44
|
import { DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput } from "./commands/DeleteSnapshotCopyGrantCommand";
|
|
44
45
|
import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
@@ -67,6 +68,7 @@ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./comma
|
|
|
67
68
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
68
69
|
import { DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput } from "./commands/DescribeHsmClientCertificatesCommand";
|
|
69
70
|
import { DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput } from "./commands/DescribeHsmConfigurationsCommand";
|
|
71
|
+
import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "./commands/DescribeInboundIntegrationsCommand";
|
|
70
72
|
import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput } from "./commands/DescribeLoggingStatusCommand";
|
|
71
73
|
import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
|
|
72
74
|
import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
|
|
@@ -91,6 +93,7 @@ import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput }
|
|
|
91
93
|
import { GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput } from "./commands/GetClusterCredentialsWithIAMCommand";
|
|
92
94
|
import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
93
95
|
import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
|
|
96
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
94
97
|
import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
|
|
95
98
|
import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
|
|
96
99
|
import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
|
|
@@ -110,6 +113,7 @@ import { ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput
|
|
|
110
113
|
import { ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput } from "./commands/ModifyUsageLimitCommand";
|
|
111
114
|
import { PauseClusterCommandInput, PauseClusterCommandOutput } from "./commands/PauseClusterCommand";
|
|
112
115
|
import { PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput } from "./commands/PurchaseReservedNodeOfferingCommand";
|
|
116
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
113
117
|
import { RebootClusterCommandInput, RebootClusterCommandOutput } from "./commands/RebootClusterCommand";
|
|
114
118
|
import { RejectDataShareCommandInput, RejectDataShareCommandOutput } from "./commands/RejectDataShareCommand";
|
|
115
119
|
import { ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput } from "./commands/ResetClusterParameterGroupCommand";
|
|
@@ -364,6 +368,12 @@ export interface Redshift {
|
|
|
364
368
|
deletePartner(args: DeletePartnerCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartnerCommandOutput>;
|
|
365
369
|
deletePartner(args: DeletePartnerCommandInput, cb: (err: any, data?: DeletePartnerCommandOutput) => void): void;
|
|
366
370
|
deletePartner(args: DeletePartnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerCommandOutput) => void): void;
|
|
371
|
+
/**
|
|
372
|
+
* @see {@link DeleteResourcePolicyCommand}
|
|
373
|
+
*/
|
|
374
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
375
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
376
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
367
377
|
/**
|
|
368
378
|
* @see {@link DeleteScheduledActionCommand}
|
|
369
379
|
*/
|
|
@@ -532,6 +542,12 @@ export interface Redshift {
|
|
|
532
542
|
describeHsmConfigurations(args: DescribeHsmConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHsmConfigurationsCommandOutput>;
|
|
533
543
|
describeHsmConfigurations(args: DescribeHsmConfigurationsCommandInput, cb: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void): void;
|
|
534
544
|
describeHsmConfigurations(args: DescribeHsmConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHsmConfigurationsCommandOutput) => void): void;
|
|
545
|
+
/**
|
|
546
|
+
* @see {@link DescribeInboundIntegrationsCommand}
|
|
547
|
+
*/
|
|
548
|
+
describeInboundIntegrations(args: DescribeInboundIntegrationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInboundIntegrationsCommandOutput>;
|
|
549
|
+
describeInboundIntegrations(args: DescribeInboundIntegrationsCommandInput, cb: (err: any, data?: DescribeInboundIntegrationsCommandOutput) => void): void;
|
|
550
|
+
describeInboundIntegrations(args: DescribeInboundIntegrationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInboundIntegrationsCommandOutput) => void): void;
|
|
535
551
|
/**
|
|
536
552
|
* @see {@link DescribeLoggingStatusCommand}
|
|
537
553
|
*/
|
|
@@ -676,6 +692,12 @@ export interface Redshift {
|
|
|
676
692
|
getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<GetReservedNodeExchangeOfferingsCommandOutput>;
|
|
677
693
|
getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
|
|
678
694
|
getReservedNodeExchangeOfferings(args: GetReservedNodeExchangeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReservedNodeExchangeOfferingsCommandOutput) => void): void;
|
|
695
|
+
/**
|
|
696
|
+
* @see {@link GetResourcePolicyCommand}
|
|
697
|
+
*/
|
|
698
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
699
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
700
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
679
701
|
/**
|
|
680
702
|
* @see {@link ModifyAquaConfigurationCommand}
|
|
681
703
|
*/
|
|
@@ -790,6 +812,12 @@ export interface Redshift {
|
|
|
790
812
|
purchaseReservedNodeOffering(args: PurchaseReservedNodeOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedNodeOfferingCommandOutput>;
|
|
791
813
|
purchaseReservedNodeOffering(args: PurchaseReservedNodeOfferingCommandInput, cb: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void): void;
|
|
792
814
|
purchaseReservedNodeOffering(args: PurchaseReservedNodeOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedNodeOfferingCommandOutput) => void): void;
|
|
815
|
+
/**
|
|
816
|
+
* @see {@link PutResourcePolicyCommand}
|
|
817
|
+
*/
|
|
818
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
819
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
820
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
793
821
|
/**
|
|
794
822
|
* @see {@link RebootClusterCommand}
|
|
795
823
|
*/
|
|
@@ -48,6 +48,7 @@ import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutp
|
|
|
48
48
|
import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "./commands/DeleteHsmClientCertificateCommand";
|
|
49
49
|
import { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "./commands/DeleteHsmConfigurationCommand";
|
|
50
50
|
import { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "./commands/DeletePartnerCommand";
|
|
51
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
51
52
|
import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "./commands/DeleteScheduledActionCommand";
|
|
52
53
|
import { DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput } from "./commands/DeleteSnapshotCopyGrantCommand";
|
|
53
54
|
import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
|
|
@@ -76,6 +77,7 @@ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./comma
|
|
|
76
77
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
77
78
|
import { DescribeHsmClientCertificatesCommandInput, DescribeHsmClientCertificatesCommandOutput } from "./commands/DescribeHsmClientCertificatesCommand";
|
|
78
79
|
import { DescribeHsmConfigurationsCommandInput, DescribeHsmConfigurationsCommandOutput } from "./commands/DescribeHsmConfigurationsCommand";
|
|
80
|
+
import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "./commands/DescribeInboundIntegrationsCommand";
|
|
79
81
|
import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput } from "./commands/DescribeLoggingStatusCommand";
|
|
80
82
|
import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "./commands/DescribeNodeConfigurationOptionsCommand";
|
|
81
83
|
import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "./commands/DescribeOrderableClusterOptionsCommand";
|
|
@@ -100,6 +102,7 @@ import { GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput }
|
|
|
100
102
|
import { GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput } from "./commands/GetClusterCredentialsWithIAMCommand";
|
|
101
103
|
import { GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput } from "./commands/GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
102
104
|
import { GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput } from "./commands/GetReservedNodeExchangeOfferingsCommand";
|
|
105
|
+
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
103
106
|
import { ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput } from "./commands/ModifyAquaConfigurationCommand";
|
|
104
107
|
import { ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput } from "./commands/ModifyAuthenticationProfileCommand";
|
|
105
108
|
import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
|
|
@@ -119,6 +122,7 @@ import { ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput
|
|
|
119
122
|
import { ModifyUsageLimitCommandInput, ModifyUsageLimitCommandOutput } from "./commands/ModifyUsageLimitCommand";
|
|
120
123
|
import { PauseClusterCommandInput, PauseClusterCommandOutput } from "./commands/PauseClusterCommand";
|
|
121
124
|
import { PurchaseReservedNodeOfferingCommandInput, PurchaseReservedNodeOfferingCommandOutput } from "./commands/PurchaseReservedNodeOfferingCommand";
|
|
125
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
122
126
|
import { RebootClusterCommandInput, RebootClusterCommandOutput } from "./commands/RebootClusterCommand";
|
|
123
127
|
import { RejectDataShareCommandInput, RejectDataShareCommandOutput } from "./commands/RejectDataShareCommand";
|
|
124
128
|
import { ResetClusterParameterGroupCommandInput, ResetClusterParameterGroupCommandOutput } from "./commands/ResetClusterParameterGroupCommand";
|
|
@@ -137,11 +141,11 @@ export { __Client };
|
|
|
137
141
|
/**
|
|
138
142
|
* @public
|
|
139
143
|
*/
|
|
140
|
-
export type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeletePartnerCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | RebootClusterCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
|
|
144
|
+
export type ServiceInputTypes = AcceptReservedNodeExchangeCommandInput | AddPartnerCommandInput | AssociateDataShareConsumerCommandInput | AuthorizeClusterSecurityGroupIngressCommandInput | AuthorizeDataShareCommandInput | AuthorizeEndpointAccessCommandInput | AuthorizeSnapshotAccessCommandInput | BatchDeleteClusterSnapshotsCommandInput | BatchModifyClusterSnapshotsCommandInput | CancelResizeCommandInput | CopyClusterSnapshotCommandInput | CreateAuthenticationProfileCommandInput | CreateClusterCommandInput | CreateClusterParameterGroupCommandInput | CreateClusterSecurityGroupCommandInput | CreateClusterSnapshotCommandInput | CreateClusterSubnetGroupCommandInput | CreateCustomDomainAssociationCommandInput | CreateEndpointAccessCommandInput | CreateEventSubscriptionCommandInput | CreateHsmClientCertificateCommandInput | CreateHsmConfigurationCommandInput | CreateScheduledActionCommandInput | CreateSnapshotCopyGrantCommandInput | CreateSnapshotScheduleCommandInput | CreateTagsCommandInput | CreateUsageLimitCommandInput | DeauthorizeDataShareCommandInput | DeleteAuthenticationProfileCommandInput | DeleteClusterCommandInput | DeleteClusterParameterGroupCommandInput | DeleteClusterSecurityGroupCommandInput | DeleteClusterSnapshotCommandInput | DeleteClusterSubnetGroupCommandInput | DeleteCustomDomainAssociationCommandInput | DeleteEndpointAccessCommandInput | DeleteEventSubscriptionCommandInput | DeleteHsmClientCertificateCommandInput | DeleteHsmConfigurationCommandInput | DeletePartnerCommandInput | DeleteResourcePolicyCommandInput | DeleteScheduledActionCommandInput | DeleteSnapshotCopyGrantCommandInput | DeleteSnapshotScheduleCommandInput | DeleteTagsCommandInput | DeleteUsageLimitCommandInput | DescribeAccountAttributesCommandInput | DescribeAuthenticationProfilesCommandInput | DescribeClusterDbRevisionsCommandInput | DescribeClusterParameterGroupsCommandInput | DescribeClusterParametersCommandInput | DescribeClusterSecurityGroupsCommandInput | DescribeClusterSnapshotsCommandInput | DescribeClusterSubnetGroupsCommandInput | DescribeClusterTracksCommandInput | DescribeClusterVersionsCommandInput | DescribeClustersCommandInput | DescribeCustomDomainAssociationsCommandInput | DescribeDataSharesCommandInput | DescribeDataSharesForConsumerCommandInput | DescribeDataSharesForProducerCommandInput | DescribeDefaultClusterParametersCommandInput | DescribeEndpointAccessCommandInput | DescribeEndpointAuthorizationCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeHsmClientCertificatesCommandInput | DescribeHsmConfigurationsCommandInput | DescribeInboundIntegrationsCommandInput | DescribeLoggingStatusCommandInput | DescribeNodeConfigurationOptionsCommandInput | DescribeOrderableClusterOptionsCommandInput | DescribePartnersCommandInput | DescribeReservedNodeExchangeStatusCommandInput | DescribeReservedNodeOfferingsCommandInput | DescribeReservedNodesCommandInput | DescribeResizeCommandInput | DescribeScheduledActionsCommandInput | DescribeSnapshotCopyGrantsCommandInput | DescribeSnapshotSchedulesCommandInput | DescribeStorageCommandInput | DescribeTableRestoreStatusCommandInput | DescribeTagsCommandInput | DescribeUsageLimitsCommandInput | DisableLoggingCommandInput | DisableSnapshotCopyCommandInput | DisassociateDataShareConsumerCommandInput | EnableLoggingCommandInput | EnableSnapshotCopyCommandInput | GetClusterCredentialsCommandInput | GetClusterCredentialsWithIAMCommandInput | GetReservedNodeExchangeConfigurationOptionsCommandInput | GetReservedNodeExchangeOfferingsCommandInput | GetResourcePolicyCommandInput | ModifyAquaConfigurationCommandInput | ModifyAuthenticationProfileCommandInput | ModifyClusterCommandInput | ModifyClusterDbRevisionCommandInput | ModifyClusterIamRolesCommandInput | ModifyClusterMaintenanceCommandInput | ModifyClusterParameterGroupCommandInput | ModifyClusterSnapshotCommandInput | ModifyClusterSnapshotScheduleCommandInput | ModifyClusterSubnetGroupCommandInput | ModifyCustomDomainAssociationCommandInput | ModifyEndpointAccessCommandInput | ModifyEventSubscriptionCommandInput | ModifyScheduledActionCommandInput | ModifySnapshotCopyRetentionPeriodCommandInput | ModifySnapshotScheduleCommandInput | ModifyUsageLimitCommandInput | PauseClusterCommandInput | PurchaseReservedNodeOfferingCommandInput | PutResourcePolicyCommandInput | RebootClusterCommandInput | RejectDataShareCommandInput | ResetClusterParameterGroupCommandInput | ResizeClusterCommandInput | RestoreFromClusterSnapshotCommandInput | RestoreTableFromClusterSnapshotCommandInput | ResumeClusterCommandInput | RevokeClusterSecurityGroupIngressCommandInput | RevokeEndpointAccessCommandInput | RevokeSnapshotAccessCommandInput | RotateEncryptionKeyCommandInput | UpdatePartnerStatusCommandInput;
|
|
141
145
|
/**
|
|
142
146
|
* @public
|
|
143
147
|
*/
|
|
144
|
-
export type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeletePartnerCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | RebootClusterCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
|
|
148
|
+
export type ServiceOutputTypes = AcceptReservedNodeExchangeCommandOutput | AddPartnerCommandOutput | AssociateDataShareConsumerCommandOutput | AuthorizeClusterSecurityGroupIngressCommandOutput | AuthorizeDataShareCommandOutput | AuthorizeEndpointAccessCommandOutput | AuthorizeSnapshotAccessCommandOutput | BatchDeleteClusterSnapshotsCommandOutput | BatchModifyClusterSnapshotsCommandOutput | CancelResizeCommandOutput | CopyClusterSnapshotCommandOutput | CreateAuthenticationProfileCommandOutput | CreateClusterCommandOutput | CreateClusterParameterGroupCommandOutput | CreateClusterSecurityGroupCommandOutput | CreateClusterSnapshotCommandOutput | CreateClusterSubnetGroupCommandOutput | CreateCustomDomainAssociationCommandOutput | CreateEndpointAccessCommandOutput | CreateEventSubscriptionCommandOutput | CreateHsmClientCertificateCommandOutput | CreateHsmConfigurationCommandOutput | CreateScheduledActionCommandOutput | CreateSnapshotCopyGrantCommandOutput | CreateSnapshotScheduleCommandOutput | CreateTagsCommandOutput | CreateUsageLimitCommandOutput | DeauthorizeDataShareCommandOutput | DeleteAuthenticationProfileCommandOutput | DeleteClusterCommandOutput | DeleteClusterParameterGroupCommandOutput | DeleteClusterSecurityGroupCommandOutput | DeleteClusterSnapshotCommandOutput | DeleteClusterSubnetGroupCommandOutput | DeleteCustomDomainAssociationCommandOutput | DeleteEndpointAccessCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteHsmClientCertificateCommandOutput | DeleteHsmConfigurationCommandOutput | DeletePartnerCommandOutput | DeleteResourcePolicyCommandOutput | DeleteScheduledActionCommandOutput | DeleteSnapshotCopyGrantCommandOutput | DeleteSnapshotScheduleCommandOutput | DeleteTagsCommandOutput | DeleteUsageLimitCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAuthenticationProfilesCommandOutput | DescribeClusterDbRevisionsCommandOutput | DescribeClusterParameterGroupsCommandOutput | DescribeClusterParametersCommandOutput | DescribeClusterSecurityGroupsCommandOutput | DescribeClusterSnapshotsCommandOutput | DescribeClusterSubnetGroupsCommandOutput | DescribeClusterTracksCommandOutput | DescribeClusterVersionsCommandOutput | DescribeClustersCommandOutput | DescribeCustomDomainAssociationsCommandOutput | DescribeDataSharesCommandOutput | DescribeDataSharesForConsumerCommandOutput | DescribeDataSharesForProducerCommandOutput | DescribeDefaultClusterParametersCommandOutput | DescribeEndpointAccessCommandOutput | DescribeEndpointAuthorizationCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeHsmClientCertificatesCommandOutput | DescribeHsmConfigurationsCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeLoggingStatusCommandOutput | DescribeNodeConfigurationOptionsCommandOutput | DescribeOrderableClusterOptionsCommandOutput | DescribePartnersCommandOutput | DescribeReservedNodeExchangeStatusCommandOutput | DescribeReservedNodeOfferingsCommandOutput | DescribeReservedNodesCommandOutput | DescribeResizeCommandOutput | DescribeScheduledActionsCommandOutput | DescribeSnapshotCopyGrantsCommandOutput | DescribeSnapshotSchedulesCommandOutput | DescribeStorageCommandOutput | DescribeTableRestoreStatusCommandOutput | DescribeTagsCommandOutput | DescribeUsageLimitsCommandOutput | DisableLoggingCommandOutput | DisableSnapshotCopyCommandOutput | DisassociateDataShareConsumerCommandOutput | EnableLoggingCommandOutput | EnableSnapshotCopyCommandOutput | GetClusterCredentialsCommandOutput | GetClusterCredentialsWithIAMCommandOutput | GetReservedNodeExchangeConfigurationOptionsCommandOutput | GetReservedNodeExchangeOfferingsCommandOutput | GetResourcePolicyCommandOutput | ModifyAquaConfigurationCommandOutput | ModifyAuthenticationProfileCommandOutput | ModifyClusterCommandOutput | ModifyClusterDbRevisionCommandOutput | ModifyClusterIamRolesCommandOutput | ModifyClusterMaintenanceCommandOutput | ModifyClusterParameterGroupCommandOutput | ModifyClusterSnapshotCommandOutput | ModifyClusterSnapshotScheduleCommandOutput | ModifyClusterSubnetGroupCommandOutput | ModifyCustomDomainAssociationCommandOutput | ModifyEndpointAccessCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyScheduledActionCommandOutput | ModifySnapshotCopyRetentionPeriodCommandOutput | ModifySnapshotScheduleCommandOutput | ModifyUsageLimitCommandOutput | PauseClusterCommandOutput | PurchaseReservedNodeOfferingCommandOutput | PutResourcePolicyCommandOutput | RebootClusterCommandOutput | RejectDataShareCommandOutput | ResetClusterParameterGroupCommandOutput | ResizeClusterCommandOutput | RestoreFromClusterSnapshotCommandOutput | RestoreTableFromClusterSnapshotCommandOutput | ResumeClusterCommandOutput | RevokeClusterSecurityGroupIngressCommandOutput | RevokeEndpointAccessCommandOutput | RevokeSnapshotAccessCommandOutput | RotateEncryptionKeyCommandOutput | UpdatePartnerStatusCommandOutput;
|
|
145
149
|
/**
|
|
146
150
|
* @public
|
|
147
151
|
*/
|
|
@@ -84,6 +84,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
84
84
|
* LoadSampleData: "STRING_VALUE",
|
|
85
85
|
* ManageMasterPassword: true || false,
|
|
86
86
|
* MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
87
|
+
* IpAddressType: "STRING_VALUE",
|
|
87
88
|
* };
|
|
88
89
|
* const command = new CreateClusterCommand(input);
|
|
89
90
|
* const response = await client.send(command);
|
|
@@ -109,6 +110,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
109
110
|
* // SubnetId: "STRING_VALUE",
|
|
110
111
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
111
112
|
* // AvailabilityZone: "STRING_VALUE",
|
|
113
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
112
114
|
* // },
|
|
113
115
|
* // ],
|
|
114
116
|
* // },
|
|
@@ -263,6 +265,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
263
265
|
* // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
|
|
264
266
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
265
267
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
268
|
+
* // IpAddressType: "STRING_VALUE",
|
|
266
269
|
* // },
|
|
267
270
|
* // };
|
|
268
271
|
*
|
|
@@ -333,6 +336,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResult, __Metad
|
|
|
333
336
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
334
337
|
* <p>The cluster subnet group does not cover all Availability Zones.</p>
|
|
335
338
|
*
|
|
339
|
+
* @throws {@link Ipv6CidrBlockNotFoundFault} (client fault)
|
|
340
|
+
* <p>There are no subnets in your VPC with associated IPv6 CIDR blocks. To use dual-stack mode,
|
|
341
|
+
* associate an IPv6 CIDR block with each subnet in your VPC.</p>
|
|
342
|
+
*
|
|
336
343
|
* @throws {@link LimitExceededFault} (client fault)
|
|
337
344
|
* <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
|
|
338
345
|
*
|
|
@@ -65,6 +65,7 @@ export interface CreateEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
65
65
|
* // SubnetId: "STRING_VALUE",
|
|
66
66
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
67
67
|
* // AvailabilityZone: "STRING_VALUE",
|
|
68
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
68
69
|
* // },
|
|
69
70
|
* // ],
|
|
70
71
|
* // },
|
|
@@ -75,6 +75,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
|
|
|
75
75
|
* // SubnetId: "STRING_VALUE",
|
|
76
76
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
77
77
|
* // AvailabilityZone: "STRING_VALUE",
|
|
78
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
78
79
|
* // },
|
|
79
80
|
* // ],
|
|
80
81
|
* // },
|
|
@@ -229,6 +230,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResult, __Metad
|
|
|
229
230
|
* // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
|
|
230
231
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
231
232
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
233
|
+
* // IpAddressType: "STRING_VALUE",
|
|
232
234
|
* // },
|
|
233
235
|
* // };
|
|
234
236
|
*
|
|
@@ -59,6 +59,7 @@ export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __Met
|
|
|
59
59
|
* // SubnetId: "STRING_VALUE",
|
|
60
60
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
61
61
|
* // AvailabilityZone: "STRING_VALUE",
|
|
62
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
62
63
|
* // },
|
|
63
64
|
* // ],
|
|
64
65
|
* // },
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DeleteResourcePolicyMessage } from "../models/models_0";
|
|
5
|
+
import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteResourcePolicyCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteResourcePolicyCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes the resource policy for a specified resource.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { RedshiftClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
31
|
+
* // const { RedshiftClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
32
|
+
* const client = new RedshiftClient(config);
|
|
33
|
+
* const input = { // DeleteResourcePolicyMessage
|
|
34
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DeleteResourcePolicyCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
|
|
43
|
+
* @returns {@link DeleteResourcePolicyCommandOutput}
|
|
44
|
+
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
49
|
+
* <p>The resource could not be found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
52
|
+
* <p>The requested operation isn't supported.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link RedshiftServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftClientResolvedConfig> {
|
|
59
|
+
readonly input: DeleteResourcePolicyCommandInput;
|
|
60
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
constructor(input: DeleteResourcePolicyCommandInput);
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
private deserialize;
|
|
77
|
+
}
|
|
@@ -81,6 +81,9 @@ export interface DescribeClusterSubnetGroupsCommandOutput extends ClusterSubnetG
|
|
|
81
81
|
* // Value: "STRING_VALUE",
|
|
82
82
|
* // },
|
|
83
83
|
* // ],
|
|
84
|
+
* // SupportedClusterIpAddressTypes: [ // ValueStringList
|
|
85
|
+
* // "STRING_VALUE",
|
|
86
|
+
* // ],
|
|
84
87
|
* // },
|
|
85
88
|
* // ],
|
|
86
89
|
* // };
|
|
@@ -79,6 +79,7 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
|
|
|
79
79
|
* // SubnetId: "STRING_VALUE",
|
|
80
80
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
81
81
|
* // AvailabilityZone: "STRING_VALUE",
|
|
82
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
82
83
|
* // },
|
|
83
84
|
* // ],
|
|
84
85
|
* // },
|
|
@@ -233,6 +234,7 @@ export interface DescribeClustersCommandOutput extends ClustersMessage, __Metada
|
|
|
233
234
|
* // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
|
|
234
235
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
235
236
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
237
|
+
* // IpAddressType: "STRING_VALUE",
|
|
236
238
|
* // },
|
|
237
239
|
* // ],
|
|
238
240
|
* // };
|
|
@@ -66,6 +66,7 @@ export interface DescribeEndpointAccessCommandOutput extends EndpointAccessList,
|
|
|
66
66
|
* // SubnetId: "STRING_VALUE",
|
|
67
67
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
68
68
|
* // AvailabilityZone: "STRING_VALUE",
|
|
69
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
69
70
|
* // },
|
|
70
71
|
* // ],
|
|
71
72
|
* // },
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DescribeEventCategoriesMessage } from "../models/
|
|
5
|
-
import { EventCategoriesMessage } from "../models/models_1";
|
|
4
|
+
import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_1";
|
|
6
5
|
import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DescribeInboundIntegrationsMessage, InboundIntegrationsMessage } from "../models/models_1";
|
|
5
|
+
import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeInboundIntegrationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeInboundIntegrationsCommandInput extends DescribeInboundIntegrationsMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeInboundIntegrationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeInboundIntegrationsCommandOutput extends InboundIntegrationsMessage, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a list of inbound integrations.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { RedshiftClient, DescribeInboundIntegrationsCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
31
|
+
* // const { RedshiftClient, DescribeInboundIntegrationsCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
32
|
+
* const client = new RedshiftClient(config);
|
|
33
|
+
* const input = { // DescribeInboundIntegrationsMessage
|
|
34
|
+
* IntegrationArn: "STRING_VALUE",
|
|
35
|
+
* TargetArn: "STRING_VALUE",
|
|
36
|
+
* MaxRecords: Number("int"),
|
|
37
|
+
* Marker: "STRING_VALUE",
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DescribeInboundIntegrationsCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // InboundIntegrationsMessage
|
|
42
|
+
* // Marker: "STRING_VALUE",
|
|
43
|
+
* // InboundIntegrations: [ // InboundIntegrationList
|
|
44
|
+
* // { // InboundIntegration
|
|
45
|
+
* // IntegrationArn: "STRING_VALUE",
|
|
46
|
+
* // SourceArn: "STRING_VALUE",
|
|
47
|
+
* // TargetArn: "STRING_VALUE",
|
|
48
|
+
* // Status: "creating" || "active" || "modifying" || "failed" || "deleting" || "syncing" || "needs_attention",
|
|
49
|
+
* // Errors: [ // IntegrationErrorList
|
|
50
|
+
* // { // IntegrationError
|
|
51
|
+
* // ErrorCode: "STRING_VALUE", // required
|
|
52
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param DescribeInboundIntegrationsCommandInput - {@link DescribeInboundIntegrationsCommandInput}
|
|
63
|
+
* @returns {@link DescribeInboundIntegrationsCommandOutput}
|
|
64
|
+
* @see {@link DescribeInboundIntegrationsCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link DescribeInboundIntegrationsCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link IntegrationNotFoundFault} (client fault)
|
|
69
|
+
* <p>The integration can't be found.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidNamespaceFault} (client fault)
|
|
72
|
+
* <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
75
|
+
* <p>The requested operation isn't supported.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link RedshiftServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
export declare class DescribeInboundIntegrationsCommand extends $Command<DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput, RedshiftClientResolvedConfig> {
|
|
82
|
+
readonly input: DescribeInboundIntegrationsCommandInput;
|
|
83
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
constructor(input: DescribeInboundIntegrationsCommandInput);
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
private deserialize;
|
|
100
|
+
}
|
|
@@ -61,6 +61,7 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
|
|
|
61
61
|
* // SubnetId: "STRING_VALUE",
|
|
62
62
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
63
63
|
* // AvailabilityZone: "STRING_VALUE",
|
|
64
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
64
65
|
* // },
|
|
65
66
|
* // ],
|
|
66
67
|
* // },
|
|
@@ -215,6 +216,7 @@ export interface DisableSnapshotCopyCommandOutput extends DisableSnapshotCopyRes
|
|
|
215
216
|
* // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
|
|
216
217
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
217
218
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
219
|
+
* // IpAddressType: "STRING_VALUE",
|
|
218
220
|
* // },
|
|
219
221
|
* // };
|
|
220
222
|
*
|
|
@@ -62,6 +62,7 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
|
|
|
62
62
|
* // SubnetId: "STRING_VALUE",
|
|
63
63
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
64
64
|
* // AvailabilityZone: "STRING_VALUE",
|
|
65
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
65
66
|
* // },
|
|
66
67
|
* // ],
|
|
67
68
|
* // },
|
|
@@ -216,6 +217,7 @@ export interface EnableSnapshotCopyCommandOutput extends EnableSnapshotCopyResul
|
|
|
216
217
|
* // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
|
|
217
218
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
218
219
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
220
|
+
* // IpAddressType: "STRING_VALUE",
|
|
219
221
|
* // },
|
|
220
222
|
* // };
|
|
221
223
|
*
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { GetResourcePolicyMessage, GetResourcePolicyResult } from "../models/models_1";
|
|
5
|
+
import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetResourcePolicyCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetResourcePolicyCommandInput extends GetResourcePolicyMessage {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetResourcePolicyCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Get the resource policy for a specified resource.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { RedshiftClient, GetResourcePolicyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
|
|
31
|
+
* // const { RedshiftClient, GetResourcePolicyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
|
|
32
|
+
* const client = new RedshiftClient(config);
|
|
33
|
+
* const input = { // GetResourcePolicyMessage
|
|
34
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new GetResourcePolicyCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // { // GetResourcePolicyResult
|
|
39
|
+
* // ResourcePolicy: { // ResourcePolicy
|
|
40
|
+
* // ResourceArn: "STRING_VALUE",
|
|
41
|
+
* // Policy: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param GetResourcePolicyCommandInput - {@link GetResourcePolicyCommandInput}
|
|
48
|
+
* @returns {@link GetResourcePolicyCommandOutput}
|
|
49
|
+
* @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidPolicyFault} (client fault)
|
|
54
|
+
* <p>The resource policy isn't valid.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
57
|
+
* <p>The resource could not be found.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
60
|
+
* <p>The requested operation isn't supported.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link RedshiftServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Redshift service.</p>
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftClientResolvedConfig> {
|
|
67
|
+
readonly input: GetResourcePolicyCommandInput;
|
|
68
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
constructor(input: GetResourcePolicyCommandInput);
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
private deserialize;
|
|
85
|
+
}
|
|
@@ -70,6 +70,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
|
|
|
70
70
|
* Port: Number("int"),
|
|
71
71
|
* ManageMasterPassword: true || false,
|
|
72
72
|
* MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
73
|
+
* IpAddressType: "STRING_VALUE",
|
|
73
74
|
* };
|
|
74
75
|
* const command = new ModifyClusterCommand(input);
|
|
75
76
|
* const response = await client.send(command);
|
|
@@ -95,6 +96,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
|
|
|
95
96
|
* // SubnetId: "STRING_VALUE",
|
|
96
97
|
* // PrivateIpAddress: "STRING_VALUE",
|
|
97
98
|
* // AvailabilityZone: "STRING_VALUE",
|
|
99
|
+
* // Ipv6Address: "STRING_VALUE",
|
|
98
100
|
* // },
|
|
99
101
|
* // ],
|
|
100
102
|
* // },
|
|
@@ -249,6 +251,7 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
|
|
|
249
251
|
* // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
|
|
250
252
|
* // MasterPasswordSecretArn: "STRING_VALUE",
|
|
251
253
|
* // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
|
|
254
|
+
* // IpAddressType: "STRING_VALUE",
|
|
252
255
|
* // },
|
|
253
256
|
* // };
|
|
254
257
|
*
|
|
@@ -308,6 +311,10 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
|
|
|
308
311
|
* <p>The retention period specified is either in the past or is not a valid value.</p>
|
|
309
312
|
* <p>The value must be either -1 or an integer between 1 and 3,653.</p>
|
|
310
313
|
*
|
|
314
|
+
* @throws {@link Ipv6CidrBlockNotFoundFault} (client fault)
|
|
315
|
+
* <p>There are no subnets in your VPC with associated IPv6 CIDR blocks. To use dual-stack mode,
|
|
316
|
+
* associate an IPv6 CIDR block with each subnet in your VPC.</p>
|
|
317
|
+
*
|
|
311
318
|
* @throws {@link LimitExceededFault} (client fault)
|
|
312
319
|
* <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
|
|
313
320
|
*
|