@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.
Files changed (79) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/Redshift.js +8 -0
  3. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +51 -0
  4. package/dist-cjs/commands/DescribeInboundIntegrationsCommand.js +51 -0
  5. package/dist-cjs/commands/GetResourcePolicyCommand.js +51 -0
  6. package/dist-cjs/commands/PutResourcePolicyCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/endpoint/endpointResolver.js +1 -1
  9. package/dist-cjs/index.js +1 -0
  10. package/dist-cjs/models/models_0.js +28 -2
  11. package/dist-cjs/models/models_1.js +36 -1
  12. package/dist-cjs/pagination/DescribeInboundIntegrationsPaginator.js +29 -0
  13. package/dist-cjs/pagination/index.js +1 -0
  14. package/dist-cjs/protocols/Aws_query.js +432 -5
  15. package/dist-es/Redshift.js +8 -0
  16. package/dist-es/commands/DeleteResourcePolicyCommand.js +47 -0
  17. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +47 -0
  18. package/dist-es/commands/GetResourcePolicyCommand.js +47 -0
  19. package/dist-es/commands/PutResourcePolicyCommand.js +47 -0
  20. package/dist-es/commands/index.js +4 -0
  21. package/dist-es/endpoint/endpointResolver.js +1 -1
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/models/models_0.js +24 -0
  24. package/dist-es/models/models_1.js +33 -0
  25. package/dist-es/pagination/DescribeInboundIntegrationsPaginator.js +25 -0
  26. package/dist-es/pagination/index.js +1 -0
  27. package/dist-es/protocols/Aws_query.js +420 -2
  28. package/dist-types/Redshift.d.ts +28 -0
  29. package/dist-types/RedshiftClient.d.ts +6 -2
  30. package/dist-types/commands/CreateClusterCommand.d.ts +7 -0
  31. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +3 -0
  32. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +77 -0
  36. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +3 -0
  37. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
  38. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -2
  40. package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +100 -0
  41. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
  42. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
  43. package/dist-types/commands/GetResourcePolicyCommand.d.ts +85 -0
  44. package/dist-types/commands/ModifyClusterCommand.d.ts +7 -0
  45. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
  46. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
  47. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
  48. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +3 -0
  49. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +1 -0
  50. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
  51. package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
  52. package/dist-types/commands/PutResourcePolicyCommand.d.ts +89 -0
  53. package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
  54. package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
  55. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +7 -0
  56. package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
  57. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
  58. package/dist-types/commands/index.d.ts +4 -0
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/models/models_0.d.ts +55 -57
  61. package/dist-types/models/models_1.d.ts +277 -1
  62. package/dist-types/pagination/DescribeInboundIntegrationsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +1 -0
  64. package/dist-types/protocols/Aws_query.d.ts +36 -0
  65. package/dist-types/ts3.4/Redshift.d.ts +68 -0
  66. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  67. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +37 -0
  68. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -2
  69. package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +39 -0
  71. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  73. package/dist-types/ts3.4/index.d.ts +1 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +21 -13
  75. package/dist-types/ts3.4/models/models_1.d.ts +77 -1
  76. package/dist-types/ts3.4/pagination/DescribeInboundIntegrationsPaginator.d.ts +11 -0
  77. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  78. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  79. package/package.json +7 -6
@@ -59,6 +59,7 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
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
  * // },
@@ -213,6 +214,7 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
213
214
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
214
215
  * // MasterPasswordSecretArn: "STRING_VALUE",
215
216
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
217
+ * // IpAddressType: "STRING_VALUE",
216
218
  * // },
217
219
  * // };
218
220
  *
@@ -68,6 +68,7 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
68
68
  * // SubnetId: "STRING_VALUE",
69
69
  * // PrivateIpAddress: "STRING_VALUE",
70
70
  * // AvailabilityZone: "STRING_VALUE",
71
+ * // Ipv6Address: "STRING_VALUE",
71
72
  * // },
72
73
  * // ],
73
74
  * // },
@@ -222,6 +223,7 @@ export interface ModifyClusterIamRolesCommandOutput extends ModifyClusterIamRole
222
223
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
223
224
  * // MasterPasswordSecretArn: "STRING_VALUE",
224
225
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
226
+ * // IpAddressType: "STRING_VALUE",
225
227
  * // },
226
228
  * // };
227
229
  *
@@ -62,6 +62,7 @@ export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
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 ModifyClusterMaintenanceCommandOutput extends ModifyClusterMain
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
  *
@@ -66,6 +66,9 @@ export interface ModifyClusterSubnetGroupCommandOutput extends ModifyClusterSubn
66
66
  * // Value: "STRING_VALUE",
67
67
  * // },
68
68
  * // ],
69
+ * // SupportedClusterIpAddressTypes: [ // ValueStringList
70
+ * // "STRING_VALUE",
71
+ * // ],
69
72
  * // },
70
73
  * // };
71
74
  *
@@ -63,6 +63,7 @@ export interface ModifyEndpointAccessCommandOutput extends EndpointAccess, __Met
63
63
  * // SubnetId: "STRING_VALUE",
64
64
  * // PrivateIpAddress: "STRING_VALUE",
65
65
  * // AvailabilityZone: "STRING_VALUE",
66
+ * // Ipv6Address: "STRING_VALUE",
66
67
  * // },
67
68
  * // ],
68
69
  * // },
@@ -65,6 +65,7 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
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
  * // },
@@ -219,6 +220,7 @@ export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySn
219
220
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
220
221
  * // MasterPasswordSecretArn: "STRING_VALUE",
221
222
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
223
+ * // IpAddressType: "STRING_VALUE",
222
224
  * // },
223
225
  * // };
224
226
  *
@@ -58,6 +58,7 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
58
58
  * // SubnetId: "STRING_VALUE",
59
59
  * // PrivateIpAddress: "STRING_VALUE",
60
60
  * // AvailabilityZone: "STRING_VALUE",
61
+ * // Ipv6Address: "STRING_VALUE",
61
62
  * // },
62
63
  * // ],
63
64
  * // },
@@ -212,6 +213,7 @@ export interface PauseClusterCommandOutput extends PauseClusterResult, __Metadat
212
213
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
213
214
  * // MasterPasswordSecretArn: "STRING_VALUE",
214
215
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
216
+ * // IpAddressType: "STRING_VALUE",
215
217
  * // },
216
218
  * // };
217
219
  *
@@ -0,0 +1,89 @@
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 { PutResourcePolicyMessage, PutResourcePolicyResult } 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 PutResourcePolicyCommand}.
14
+ */
15
+ export interface PutResourcePolicyCommandInput extends PutResourcePolicyMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link PutResourcePolicyCommand}.
21
+ */
22
+ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResult, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Updates 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, PutResourcePolicyCommand } from "@aws-sdk/client-redshift"; // ES Modules import
31
+ * // const { RedshiftClient, PutResourcePolicyCommand } = require("@aws-sdk/client-redshift"); // CommonJS import
32
+ * const client = new RedshiftClient(config);
33
+ * const input = { // PutResourcePolicyMessage
34
+ * ResourceArn: "STRING_VALUE", // required
35
+ * Policy: "STRING_VALUE", // required
36
+ * };
37
+ * const command = new PutResourcePolicyCommand(input);
38
+ * const response = await client.send(command);
39
+ * // { // PutResourcePolicyResult
40
+ * // ResourcePolicy: { // ResourcePolicy
41
+ * // ResourceArn: "STRING_VALUE",
42
+ * // Policy: "STRING_VALUE",
43
+ * // },
44
+ * // };
45
+ *
46
+ * ```
47
+ *
48
+ * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
49
+ * @returns {@link PutResourcePolicyCommandOutput}
50
+ * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
51
+ * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
52
+ * @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
53
+ *
54
+ * @throws {@link ConflictPolicyUpdateFault} (client fault)
55
+ * <p>There is a conflict while updating the resource policy.</p>
56
+ *
57
+ * @throws {@link InvalidPolicyFault} (client fault)
58
+ * <p>The resource policy isn't valid.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundFault} (client fault)
61
+ * <p>The resource could not be found.</p>
62
+ *
63
+ * @throws {@link UnsupportedOperationFault} (client fault)
64
+ * <p>The requested operation isn't supported.</p>
65
+ *
66
+ * @throws {@link RedshiftServiceException}
67
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
68
+ *
69
+ */
70
+ export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, RedshiftClientResolvedConfig> {
71
+ readonly input: PutResourcePolicyCommandInput;
72
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
76
+ constructor(input: PutResourcePolicyCommandInput);
77
+ /**
78
+ * @internal
79
+ */
80
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
84
+ private serialize;
85
+ /**
86
+ * @internal
87
+ */
88
+ private deserialize;
89
+ }
@@ -64,6 +64,7 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
64
64
  * // SubnetId: "STRING_VALUE",
65
65
  * // PrivateIpAddress: "STRING_VALUE",
66
66
  * // AvailabilityZone: "STRING_VALUE",
67
+ * // Ipv6Address: "STRING_VALUE",
67
68
  * // },
68
69
  * // ],
69
70
  * // },
@@ -218,6 +219,7 @@ export interface RebootClusterCommandOutput extends RebootClusterResult, __Metad
218
219
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
219
220
  * // MasterPasswordSecretArn: "STRING_VALUE",
220
221
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
222
+ * // IpAddressType: "STRING_VALUE",
221
223
  * // },
222
224
  * // };
223
225
  *
@@ -106,6 +106,7 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
106
106
  * // SubnetId: "STRING_VALUE",
107
107
  * // PrivateIpAddress: "STRING_VALUE",
108
108
  * // AvailabilityZone: "STRING_VALUE",
109
+ * // Ipv6Address: "STRING_VALUE",
109
110
  * // },
110
111
  * // ],
111
112
  * // },
@@ -260,6 +261,7 @@ export interface ResizeClusterCommandOutput extends ResizeClusterResult, __Metad
260
261
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
261
262
  * // MasterPasswordSecretArn: "STRING_VALUE",
262
263
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
264
+ * // IpAddressType: "STRING_VALUE",
263
265
  * // },
264
266
  * // };
265
267
  *
@@ -83,6 +83,7 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
83
83
  * Encrypted: true || false,
84
84
  * ManageMasterPassword: true || false,
85
85
  * MasterPasswordSecretKmsKeyId: "STRING_VALUE",
86
+ * IpAddressType: "STRING_VALUE",
86
87
  * };
87
88
  * const command = new RestoreFromClusterSnapshotCommand(input);
88
89
  * const response = await client.send(command);
@@ -108,6 +109,7 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
108
109
  * // SubnetId: "STRING_VALUE",
109
110
  * // PrivateIpAddress: "STRING_VALUE",
110
111
  * // AvailabilityZone: "STRING_VALUE",
112
+ * // Ipv6Address: "STRING_VALUE",
111
113
  * // },
112
114
  * // ],
113
115
  * // },
@@ -262,6 +264,7 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
262
264
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
263
265
  * // MasterPasswordSecretArn: "STRING_VALUE",
264
266
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
267
+ * // IpAddressType: "STRING_VALUE",
265
268
  * // },
266
269
  * // };
267
270
  *
@@ -349,6 +352,10 @@ export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClus
349
352
  * @throws {@link InvalidVPCNetworkStateFault} (client fault)
350
353
  * <p>The cluster subnet group does not cover all Availability Zones.</p>
351
354
  *
355
+ * @throws {@link Ipv6CidrBlockNotFoundFault} (client fault)
356
+ * <p>There are no subnets in your VPC with associated IPv6 CIDR blocks. To use dual-stack mode,
357
+ * associate an IPv6 CIDR block with each subnet in your VPC.</p>
358
+ *
352
359
  * @throws {@link LimitExceededFault} (client fault)
353
360
  * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
354
361
  *
@@ -58,6 +58,7 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
58
58
  * // SubnetId: "STRING_VALUE",
59
59
  * // PrivateIpAddress: "STRING_VALUE",
60
60
  * // AvailabilityZone: "STRING_VALUE",
61
+ * // Ipv6Address: "STRING_VALUE",
61
62
  * // },
62
63
  * // ],
63
64
  * // },
@@ -212,6 +213,7 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
212
213
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
213
214
  * // MasterPasswordSecretArn: "STRING_VALUE",
214
215
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
216
+ * // IpAddressType: "STRING_VALUE",
215
217
  * // },
216
218
  * // };
217
219
  *
@@ -57,6 +57,7 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
57
57
  * // SubnetId: "STRING_VALUE",
58
58
  * // PrivateIpAddress: "STRING_VALUE",
59
59
  * // AvailabilityZone: "STRING_VALUE",
60
+ * // Ipv6Address: "STRING_VALUE",
60
61
  * // },
61
62
  * // ],
62
63
  * // },
@@ -211,6 +212,7 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
211
212
  * // CustomDomainCertificateExpiryDate: new Date("TIMESTAMP"),
212
213
  * // MasterPasswordSecretArn: "STRING_VALUE",
213
214
  * // MasterPasswordSecretKmsKeyId: "STRING_VALUE",
215
+ * // IpAddressType: "STRING_VALUE",
214
216
  * // },
215
217
  * // };
216
218
  *
@@ -38,6 +38,7 @@ export * from "./DeleteEventSubscriptionCommand";
38
38
  export * from "./DeleteHsmClientCertificateCommand";
39
39
  export * from "./DeleteHsmConfigurationCommand";
40
40
  export * from "./DeletePartnerCommand";
41
+ export * from "./DeleteResourcePolicyCommand";
41
42
  export * from "./DeleteScheduledActionCommand";
42
43
  export * from "./DeleteSnapshotCopyGrantCommand";
43
44
  export * from "./DeleteSnapshotScheduleCommand";
@@ -66,6 +67,7 @@ export * from "./DescribeEventSubscriptionsCommand";
66
67
  export * from "./DescribeEventsCommand";
67
68
  export * from "./DescribeHsmClientCertificatesCommand";
68
69
  export * from "./DescribeHsmConfigurationsCommand";
70
+ export * from "./DescribeInboundIntegrationsCommand";
69
71
  export * from "./DescribeLoggingStatusCommand";
70
72
  export * from "./DescribeNodeConfigurationOptionsCommand";
71
73
  export * from "./DescribeOrderableClusterOptionsCommand";
@@ -90,6 +92,7 @@ export * from "./GetClusterCredentialsCommand";
90
92
  export * from "./GetClusterCredentialsWithIAMCommand";
91
93
  export * from "./GetReservedNodeExchangeConfigurationOptionsCommand";
92
94
  export * from "./GetReservedNodeExchangeOfferingsCommand";
95
+ export * from "./GetResourcePolicyCommand";
93
96
  export * from "./ModifyAquaConfigurationCommand";
94
97
  export * from "./ModifyAuthenticationProfileCommand";
95
98
  export * from "./ModifyClusterCommand";
@@ -109,6 +112,7 @@ export * from "./ModifySnapshotScheduleCommand";
109
112
  export * from "./ModifyUsageLimitCommand";
110
113
  export * from "./PauseClusterCommand";
111
114
  export * from "./PurchaseReservedNodeOfferingCommand";
115
+ export * from "./PutResourcePolicyCommand";
112
116
  export * from "./RebootClusterCommand";
113
117
  export * from "./RejectDataShareCommand";
114
118
  export * from "./ResetClusterParameterGroupCommand";
@@ -30,4 +30,5 @@ export * from "./commands";
30
30
  export * from "./pagination";
31
31
  export * from "./waiters";
32
32
  export * from "./models";
33
+ import "@aws-sdk/util-endpoints";
33
34
  export { RedshiftServiceException } from "./models/RedshiftServiceException";
@@ -1944,6 +1944,11 @@ export interface NetworkInterface {
1944
1944
  * <p>The Availability Zone. </p>
1945
1945
  */
1946
1946
  AvailabilityZone?: string;
1947
+ /**
1948
+ * @public
1949
+ * <p>The IPv6 address of the network interface within the subnet. </p>
1950
+ */
1951
+ Ipv6Address?: string;
1947
1952
  }
1948
1953
  /**
1949
1954
  * @public
@@ -2727,6 +2732,11 @@ export interface Cluster {
2727
2732
  * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.</p>
2728
2733
  */
2729
2734
  MasterPasswordSecretKmsKeyId?: string;
2735
+ /**
2736
+ * @public
2737
+ * <p>The IP address type for the cluster. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
2738
+ */
2739
+ IpAddressType?: string;
2730
2740
  }
2731
2741
  /**
2732
2742
  * @public
@@ -3240,6 +3250,11 @@ export interface ClusterSubnetGroup {
3240
3250
  * <p>The list of tags for the cluster subnet group.</p>
3241
3251
  */
3242
3252
  Tags?: Tag[];
3253
+ /**
3254
+ * @public
3255
+ * <p>The IP address types supported by this cluster subnet group. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
3256
+ */
3257
+ SupportedClusterIpAddressTypes?: string[];
3243
3258
  }
3244
3259
  /**
3245
3260
  * @public
@@ -3363,6 +3378,18 @@ export interface ClusterVersionsMessage {
3363
3378
  */
3364
3379
  ClusterVersions?: ClusterVersion[];
3365
3380
  }
3381
+ /**
3382
+ * @public
3383
+ * <p>There is a conflict while updating the resource policy.</p>
3384
+ */
3385
+ export declare class ConflictPolicyUpdateFault extends __BaseException {
3386
+ readonly name: "ConflictPolicyUpdateFault";
3387
+ readonly $fault: "client";
3388
+ /**
3389
+ * @internal
3390
+ */
3391
+ constructor(opts: __ExceptionOptionType<ConflictPolicyUpdateFault, __BaseException>);
3392
+ }
3366
3393
  /**
3367
3394
  * @public
3368
3395
  * <p></p>
@@ -3885,6 +3912,11 @@ export interface CreateClusterMessage {
3885
3912
  * You can only use this parameter if <code>ManageMasterPassword</code> is true.</p>
3886
3913
  */
3887
3914
  MasterPasswordSecretKmsKeyId?: string;
3915
+ /**
3916
+ * @public
3917
+ * <p>The IP address types that the cluster supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>
3918
+ */
3919
+ IpAddressType?: string;
3888
3920
  }
3889
3921
  /**
3890
3922
  * @public
@@ -4007,6 +4039,19 @@ export declare class InvalidVPCNetworkStateFault extends __BaseException {
4007
4039
  */
4008
4040
  constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
4009
4041
  }
4042
+ /**
4043
+ * @public
4044
+ * <p>There are no subnets in your VPC with associated IPv6 CIDR blocks. To use dual-stack mode,
4045
+ * associate an IPv6 CIDR block with each subnet in your VPC.</p>
4046
+ */
4047
+ export declare class Ipv6CidrBlockNotFoundFault extends __BaseException {
4048
+ readonly name: "Ipv6CidrBlockNotFoundFault";
4049
+ readonly $fault: "client";
4050
+ /**
4051
+ * @internal
4052
+ */
4053
+ constructor(opts: __ExceptionOptionType<Ipv6CidrBlockNotFoundFault, __BaseException>);
4054
+ }
4010
4055
  /**
4011
4056
  * @public
4012
4057
  * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
@@ -6097,6 +6142,16 @@ export declare class InvalidHsmConfigurationStateFault extends __BaseException {
6097
6142
  */
6098
6143
  constructor(opts: __ExceptionOptionType<InvalidHsmConfigurationStateFault, __BaseException>);
6099
6144
  }
6145
+ /**
6146
+ * @public
6147
+ */
6148
+ export interface DeleteResourcePolicyMessage {
6149
+ /**
6150
+ * @public
6151
+ * <p>The Amazon Resource Name (ARN) of the resource of which its resource policy is deleted.</p>
6152
+ */
6153
+ ResourceArn: string | undefined;
6154
+ }
6100
6155
  /**
6101
6156
  * @public
6102
6157
  */
@@ -7216,63 +7271,6 @@ export interface EndpointAuthorizationList {
7216
7271
  */
7217
7272
  Marker?: string;
7218
7273
  }
7219
- /**
7220
- * @public
7221
- * <p></p>
7222
- */
7223
- export interface DescribeEventCategoriesMessage {
7224
- /**
7225
- * @public
7226
- * <p>The source type, such as cluster or parameter group, to which the described event
7227
- * categories apply.</p>
7228
- * <p>Valid values: cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, and scheduled-action.</p>
7229
- */
7230
- SourceType?: string;
7231
- }
7232
- /**
7233
- * @public
7234
- * <p>Describes event information.</p>
7235
- */
7236
- export interface EventInfoMap {
7237
- /**
7238
- * @public
7239
- * <p>The identifier of an Amazon Redshift event.</p>
7240
- */
7241
- EventId?: string;
7242
- /**
7243
- * @public
7244
- * <p>The category of an Amazon Redshift event.</p>
7245
- */
7246
- EventCategories?: string[];
7247
- /**
7248
- * @public
7249
- * <p>The description of an Amazon Redshift event.</p>
7250
- */
7251
- EventDescription?: string;
7252
- /**
7253
- * @public
7254
- * <p>The severity of the event.</p>
7255
- * <p>Values: ERROR, INFO</p>
7256
- */
7257
- Severity?: string;
7258
- }
7259
- /**
7260
- * @public
7261
- * <p>Describes event categories.</p>
7262
- */
7263
- export interface EventCategoriesMap {
7264
- /**
7265
- * @public
7266
- * <p>The source type, such as cluster or cluster-snapshot, that the returned categories
7267
- * belong to.</p>
7268
- */
7269
- SourceType?: string;
7270
- /**
7271
- * @public
7272
- * <p>The events in the event category.</p>
7273
- */
7274
- Events?: EventInfoMap[];
7275
- }
7276
7274
  /**
7277
7275
  * @internal
7278
7276
  */