@aws-sdk/client-redshift 3.452.0 → 3.458.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 (68) hide show
  1. package/README.md +160 -128
  2. package/dist-cjs/Redshift.js +8 -0
  3. package/dist-cjs/commands/CreateRedshiftIdcApplicationCommand.js +51 -0
  4. package/dist-cjs/commands/DeleteRedshiftIdcApplicationCommand.js +51 -0
  5. package/dist-cjs/commands/DescribeRedshiftIdcApplicationsCommand.js +51 -0
  6. package/dist-cjs/commands/ModifyRedshiftIdcApplicationCommand.js +51 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +74 -2
  9. package/dist-cjs/pagination/DescribeRedshiftIdcApplicationsPaginator.js +29 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_query.js +657 -6
  12. package/dist-es/Redshift.js +8 -0
  13. package/dist-es/commands/CreateRedshiftIdcApplicationCommand.js +47 -0
  14. package/dist-es/commands/DeleteRedshiftIdcApplicationCommand.js +47 -0
  15. package/dist-es/commands/DescribeRedshiftIdcApplicationsCommand.js +47 -0
  16. package/dist-es/commands/ModifyRedshiftIdcApplicationCommand.js +47 -0
  17. package/dist-es/commands/index.js +4 -0
  18. package/dist-es/models/models_0.js +68 -0
  19. package/dist-es/pagination/DescribeRedshiftIdcApplicationsPaginator.js +25 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_query.js +645 -2
  22. package/dist-types/Redshift.d.ts +28 -0
  23. package/dist-types/RedshiftClient.d.ts +6 -2
  24. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +3 -0
  25. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  27. package/dist-types/commands/CreateRedshiftIdcApplicationCommand.d.ts +140 -0
  28. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +2 -0
  29. package/dist-types/commands/DeleteRedshiftIdcApplicationCommand.d.ts +84 -0
  30. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeDataSharesCommand.d.ts +3 -1
  33. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +3 -1
  34. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +3 -1
  35. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +119 -0
  39. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +2 -0
  40. package/dist-types/commands/ModifyRedshiftIdcApplicationCommand.d.ts +136 -0
  41. package/dist-types/commands/RejectDataShareCommand.d.ts +2 -0
  42. package/dist-types/commands/index.d.ts +4 -0
  43. package/dist-types/models/models_0.d.ts +291 -361
  44. package/dist-types/models/models_1.d.ts +456 -1
  45. package/dist-types/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_query.d.ts +36 -0
  48. package/dist-types/ts3.4/Redshift.d.ts +68 -0
  49. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  50. package/dist-types/ts3.4/commands/CreateRedshiftIdcApplicationCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteRedshiftIdcApplicationCommand.d.ts +38 -0
  52. package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/DescribeCustomDomainAssociationsCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/DescribeDataSharesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeDataSharesForConsumerCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeDataSharesForProducerCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DescribeEndpointAccessCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeEndpointAuthorizationCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeRedshiftIdcApplicationsCommand.d.ts +42 -0
  61. package/dist-types/ts3.4/commands/ModifyRedshiftIdcApplicationCommand.d.ts +42 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  63. package/dist-types/ts3.4/models/models_0.d.ts +121 -68
  64. package/dist-types/ts3.4/models/models_1.d.ts +96 -0
  65. package/dist-types/ts3.4/pagination/DescribeRedshiftIdcApplicationsPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  67. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  68. package/package.json +3 -3
@@ -1,6 +1,367 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ActionType, AquaConfiguration, AquaConfigurationStatus, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, EndpointAuthorization, EventSubscription, HsmClientCertificate, HsmConfiguration, Parameter, RecurringCharge, ReservedNode, ReservedNodeExchangeStatus, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
2
+ import { ActionType, AquaConfiguration, AquaConfigurationStatus, AuthorizedTokenIssuer, AvailabilityZone, Cluster, ClusterSecurityGroup, ClusterSubnetGroup, DataShare, DataShareStatusForConsumer, DataShareStatusForProducer, DefaultClusterParameters, EndpointAccess, EndpointAuthorization, EventSubscription, HsmClientCertificate, HsmConfiguration, Parameter, RecurringCharge, RedshiftIdcApplication, ReservedNode, ReservedNodeExchangeStatus, ReservedNodeOfferingType, ScheduledAction, ScheduledActionType, ServiceIntegrationsUnion, Snapshot, SnapshotCopyGrant, SnapshotSchedule, Tag, UsageLimit, UsageLimitBreachAction, UsageLimitFeatureType } from "./models_0";
3
3
  import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
4
+ /**
5
+ * @public
6
+ * <p></p>
7
+ */
8
+ export interface DescribeClusterVersionsMessage {
9
+ /**
10
+ * @public
11
+ * <p>The specific cluster version to return.</p>
12
+ * <p>Example: <code>1.0</code>
13
+ * </p>
14
+ */
15
+ ClusterVersion?: string;
16
+ /**
17
+ * @public
18
+ * <p>The name of a specific cluster parameter group family to return details
19
+ * for.</p>
20
+ * <p>Constraints:</p>
21
+ * <ul>
22
+ * <li>
23
+ * <p>Must be 1 to 255 alphanumeric characters</p>
24
+ * </li>
25
+ * <li>
26
+ * <p>First character must be a letter</p>
27
+ * </li>
28
+ * <li>
29
+ * <p>Cannot end with a hyphen or contain two consecutive hyphens</p>
30
+ * </li>
31
+ * </ul>
32
+ */
33
+ ClusterParameterGroupFamily?: string;
34
+ /**
35
+ * @public
36
+ * <p>The maximum number of response records to return in each call. If the number of
37
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
38
+ * is returned in a <code>marker</code> field of the response. You can retrieve the next
39
+ * set of records by retrying the command with the returned marker value. </p>
40
+ * <p>Default: <code>100</code>
41
+ * </p>
42
+ * <p>Constraints: minimum 20, maximum 100.</p>
43
+ */
44
+ MaxRecords?: number;
45
+ /**
46
+ * @public
47
+ * <p>An optional parameter that specifies the starting point to return a set of response
48
+ * records. When the results of a <a>DescribeClusterVersions</a> request exceed
49
+ * the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
50
+ * <code>Marker</code> field of the response. You can retrieve the next set of response
51
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
52
+ * retrying the request. </p>
53
+ */
54
+ Marker?: string;
55
+ }
56
+ /**
57
+ * @public
58
+ */
59
+ export interface DescribeCustomDomainAssociationsMessage {
60
+ /**
61
+ * @public
62
+ * <p>The custom domain name for the custom domain association.</p>
63
+ */
64
+ CustomDomainName?: string;
65
+ /**
66
+ * @public
67
+ * <p>The certificate Amazon Resource Name (ARN) for the custom domain association.</p>
68
+ */
69
+ CustomDomainCertificateArn?: string;
70
+ /**
71
+ * @public
72
+ * <p>The maximum records setting for the associated custom domain.</p>
73
+ */
74
+ MaxRecords?: number;
75
+ /**
76
+ * @public
77
+ * <p>The marker for the custom domain association.</p>
78
+ */
79
+ Marker?: string;
80
+ }
81
+ /**
82
+ * @public
83
+ */
84
+ export interface DescribeDataSharesMessage {
85
+ /**
86
+ * @public
87
+ * <p>The identifier of the datashare to describe details of.</p>
88
+ */
89
+ DataShareArn?: string;
90
+ /**
91
+ * @public
92
+ * <p>The maximum number of response records to return in each call. If the number of
93
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
94
+ * is returned in a <code>marker</code> field of the response. You can retrieve the next
95
+ * set of records by retrying the command with the returned marker value. </p>
96
+ */
97
+ MaxRecords?: number;
98
+ /**
99
+ * @public
100
+ * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
101
+ */
102
+ Marker?: string;
103
+ }
104
+ /**
105
+ * @public
106
+ */
107
+ export interface DescribeDataSharesResult {
108
+ /**
109
+ * @public
110
+ * <p>The results returned from describing datashares.</p>
111
+ */
112
+ DataShares?: DataShare[];
113
+ /**
114
+ * @public
115
+ * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
116
+ */
117
+ Marker?: string;
118
+ }
119
+ /**
120
+ * @public
121
+ */
122
+ export interface DescribeDataSharesForConsumerMessage {
123
+ /**
124
+ * @public
125
+ * <p>The Amazon Resource Name (ARN) of the consumer that returns in the list of datashares.</p>
126
+ */
127
+ ConsumerArn?: string;
128
+ /**
129
+ * @public
130
+ * <p>An identifier giving the status of a datashare in the consumer cluster. If this field is specified, Amazon
131
+ * Redshift returns the list of datashares that have the specified status.</p>
132
+ */
133
+ Status?: DataShareStatusForConsumer;
134
+ /**
135
+ * @public
136
+ * <p>The maximum number of response records to return in each call. If the number of
137
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
138
+ * is returned in a <code>marker</code> field of the response. You can retrieve the next
139
+ * set of records by retrying the command with the returned marker value. </p>
140
+ */
141
+ MaxRecords?: number;
142
+ /**
143
+ * @public
144
+ * <p>An optional parameter that specifies the starting point to return a set of response
145
+ * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
146
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
147
+ * <code>Marker</code> field of the response. You can retrieve the next set of response
148
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
149
+ * retrying the request. </p>
150
+ */
151
+ Marker?: string;
152
+ }
153
+ /**
154
+ * @public
155
+ */
156
+ export interface DescribeDataSharesForConsumerResult {
157
+ /**
158
+ * @public
159
+ * <p>Shows the results of datashares available for consumers.</p>
160
+ */
161
+ DataShares?: DataShare[];
162
+ /**
163
+ * @public
164
+ * <p>An optional parameter that specifies the starting point to return a set of response
165
+ * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
166
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
167
+ * <code>Marker</code> field of the response. You can retrieve the next set of response
168
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
169
+ * retrying the request. </p>
170
+ */
171
+ Marker?: string;
172
+ }
173
+ /**
174
+ * @public
175
+ */
176
+ export interface DescribeDataSharesForProducerMessage {
177
+ /**
178
+ * @public
179
+ * <p>The Amazon Resource Name (ARN) of the producer that returns in the list of datashares.</p>
180
+ */
181
+ ProducerArn?: string;
182
+ /**
183
+ * @public
184
+ * <p>An identifier giving the status of a datashare in the producer. If this field is specified, Amazon
185
+ * Redshift returns the list of datashares that have the specified status.</p>
186
+ */
187
+ Status?: DataShareStatusForProducer;
188
+ /**
189
+ * @public
190
+ * <p>The maximum number of response records to return in each call. If the number of
191
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
192
+ * is returned in a <code>marker</code> field of the response. You can retrieve the next
193
+ * set of records by retrying the command with the returned marker value. </p>
194
+ */
195
+ MaxRecords?: number;
196
+ /**
197
+ * @public
198
+ * <p>An optional parameter that specifies the starting point to return a set of response
199
+ * records. When the results of a <a>DescribeDataSharesForProducer</a> request
200
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
201
+ * <code>Marker</code> field of the response. You can retrieve the next set of response
202
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
203
+ * retrying the request. </p>
204
+ */
205
+ Marker?: string;
206
+ }
207
+ /**
208
+ * @public
209
+ */
210
+ export interface DescribeDataSharesForProducerResult {
211
+ /**
212
+ * @public
213
+ * <p>Shows the results of datashares available for producers.</p>
214
+ */
215
+ DataShares?: DataShare[];
216
+ /**
217
+ * @public
218
+ * <p>An optional parameter that specifies the starting point to return a set of response
219
+ * records. When the results of a <a>DescribeDataSharesForProducer</a> request
220
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
221
+ * <code>Marker</code> field of the response. You can retrieve the next set of response
222
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
223
+ * retrying the request. </p>
224
+ */
225
+ Marker?: string;
226
+ }
227
+ /**
228
+ * @public
229
+ * <p></p>
230
+ */
231
+ export interface DescribeDefaultClusterParametersMessage {
232
+ /**
233
+ * @public
234
+ * <p>The name of the cluster parameter group family.</p>
235
+ */
236
+ ParameterGroupFamily: string | undefined;
237
+ /**
238
+ * @public
239
+ * <p>The maximum number of response records to return in each call. If the number of
240
+ * remaining response records exceeds the specified <code>MaxRecords</code> value, a value
241
+ * is returned in a <code>marker</code> field of the response. You can retrieve the next
242
+ * set of records by retrying the command with the returned marker value. </p>
243
+ * <p>Default: <code>100</code>
244
+ * </p>
245
+ * <p>Constraints: minimum 20, maximum 100.</p>
246
+ */
247
+ MaxRecords?: number;
248
+ /**
249
+ * @public
250
+ * <p>An optional parameter that specifies the starting point to return a set of response
251
+ * records. When the results of a <a>DescribeDefaultClusterParameters</a>
252
+ * request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in
253
+ * the <code>Marker</code> field of the response. You can retrieve the next set of response
254
+ * records by providing the returned marker value in the <code>Marker</code> parameter and
255
+ * retrying the request. </p>
256
+ */
257
+ Marker?: string;
258
+ }
259
+ /**
260
+ * @public
261
+ */
262
+ export interface DescribeDefaultClusterParametersResult {
263
+ /**
264
+ * @public
265
+ * <p>Describes the default cluster parameters for a parameter group family.</p>
266
+ */
267
+ DefaultClusterParameters?: DefaultClusterParameters;
268
+ }
269
+ /**
270
+ * @public
271
+ */
272
+ export interface DescribeEndpointAccessMessage {
273
+ /**
274
+ * @public
275
+ * <p>The cluster identifier associated with the described endpoint.</p>
276
+ */
277
+ ClusterIdentifier?: string;
278
+ /**
279
+ * @public
280
+ * <p>The Amazon Web Services account ID of the owner of the cluster.</p>
281
+ */
282
+ ResourceOwner?: string;
283
+ /**
284
+ * @public
285
+ * <p>The name of the endpoint to be described.</p>
286
+ */
287
+ EndpointName?: string;
288
+ /**
289
+ * @public
290
+ * <p>The virtual private cloud (VPC) identifier with access to the cluster.</p>
291
+ */
292
+ VpcId?: string;
293
+ /**
294
+ * @public
295
+ * <p>The maximum number of records to include in the response. If more records exist
296
+ * than the specified <code>MaxRecords</code> value, a pagination token called a <code>Marker</code> is
297
+ * included in the response so that the remaining results can be retrieved.</p>
298
+ */
299
+ MaxRecords?: number;
300
+ /**
301
+ * @public
302
+ * <p>An optional pagination token provided by a previous
303
+ * <code>DescribeEndpointAccess</code> request. If this parameter is specified, the
304
+ * response includes only records beyond the marker, up to the value specified by the
305
+ * <code>MaxRecords</code> parameter.</p>
306
+ */
307
+ Marker?: string;
308
+ }
309
+ /**
310
+ * @public
311
+ */
312
+ export interface EndpointAccessList {
313
+ /**
314
+ * @public
315
+ * <p>The list of endpoints with access to the cluster.</p>
316
+ */
317
+ EndpointAccessList?: EndpointAccess[];
318
+ /**
319
+ * @public
320
+ * <p>An optional pagination token provided by a previous
321
+ * <code>DescribeEndpointAccess</code> request. If this parameter is specified, the
322
+ * response includes only records beyond the marker, up to the value specified by the
323
+ * <code>MaxRecords</code> parameter.</p>
324
+ */
325
+ Marker?: string;
326
+ }
327
+ /**
328
+ * @public
329
+ */
330
+ export interface DescribeEndpointAuthorizationMessage {
331
+ /**
332
+ * @public
333
+ * <p>The cluster identifier of the cluster to access.</p>
334
+ */
335
+ ClusterIdentifier?: string;
336
+ /**
337
+ * @public
338
+ * <p>The Amazon Web Services account ID of either the cluster owner (grantor) or grantee.
339
+ * If <code>Grantee</code> parameter is true, then the <code>Account</code> value is of the grantor.</p>
340
+ */
341
+ Account?: string;
342
+ /**
343
+ * @public
344
+ * <p>Indicates whether to check authorization from a grantor or grantee point of view.
345
+ * If true, Amazon Redshift returns endpoint authorizations that you've been granted.
346
+ * If false (default), checks authorization from a grantor point of view.</p>
347
+ */
348
+ Grantee?: boolean;
349
+ /**
350
+ * @public
351
+ * <p>The maximum number of records to include in the response. If more records exist
352
+ * than the specified <code>MaxRecords</code> value, a pagination token called a <code>Marker</code> is
353
+ * included in the response so that the remaining results can be retrieved.</p>
354
+ */
355
+ MaxRecords?: number;
356
+ /**
357
+ * @public
358
+ * <p>An optional pagination token provided by a previous
359
+ * <code>DescribeEndpointAuthorization</code> request. If this parameter is specified, the
360
+ * response includes only records beyond the marker, up to the value specified by the
361
+ * <code>MaxRecords</code> parameter.</p>
362
+ */
363
+ Marker?: string;
364
+ }
4
365
  /**
5
366
  * @public
6
367
  */
@@ -1059,6 +1420,53 @@ export interface DescribePartnersOutputMessage {
1059
1420
  */
1060
1421
  PartnerIntegrationInfoList?: PartnerIntegrationInfo[];
1061
1422
  }
1423
+ /**
1424
+ * @public
1425
+ */
1426
+ export interface DescribeRedshiftIdcApplicationsMessage {
1427
+ /**
1428
+ * @public
1429
+ * <p>The ARN for the Redshift application that integrates with IAM Identity Center.</p>
1430
+ */
1431
+ RedshiftIdcApplicationArn?: string;
1432
+ /**
1433
+ * @public
1434
+ * <p>The maximum number of response records to return in each call. If the number of remaining response records
1435
+ * exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve
1436
+ * the next set of records by retrying the command with the returned marker value.</p>
1437
+ */
1438
+ MaxRecords?: number;
1439
+ /**
1440
+ * @public
1441
+ * <p>A value that indicates the starting point for the next set of response records in a subsequent request. If a
1442
+ * value is returned in a response, you can retrieve the next set
1443
+ * of records by providing this returned marker value in the Marker parameter
1444
+ * and retrying the command. If the Marker field is empty, all response
1445
+ * records have been retrieved for the request.
1446
+ * </p>
1447
+ */
1448
+ Marker?: string;
1449
+ }
1450
+ /**
1451
+ * @public
1452
+ */
1453
+ export interface DescribeRedshiftIdcApplicationsResult {
1454
+ /**
1455
+ * @public
1456
+ * <p>The list of Amazon Redshift IAM Identity Center applications.</p>
1457
+ */
1458
+ RedshiftIdcApplications?: RedshiftIdcApplication[];
1459
+ /**
1460
+ * @public
1461
+ * <p>A value that indicates the starting point for the next set of response records in a subsequent
1462
+ * request. If a value is returned in a response, you can retrieve the next set
1463
+ * of records by providing this returned marker value in the Marker parameter
1464
+ * and retrying the command. If the Marker field is empty, all response
1465
+ * records have been retrieved for the request.
1466
+ * </p>
1467
+ */
1468
+ Marker?: string;
1469
+ }
1062
1470
  /**
1063
1471
  * @public
1064
1472
  */
@@ -3389,6 +3797,53 @@ export interface ModifyEventSubscriptionResult {
3389
3797
  */
3390
3798
  EventSubscription?: EventSubscription;
3391
3799
  }
3800
+ /**
3801
+ * @public
3802
+ */
3803
+ export interface ModifyRedshiftIdcApplicationMessage {
3804
+ /**
3805
+ * @public
3806
+ * <p>The ARN for the Redshift application that integrates with IAM Identity Center.</p>
3807
+ */
3808
+ RedshiftIdcApplicationArn: string | undefined;
3809
+ /**
3810
+ * @public
3811
+ * <p>The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application
3812
+ * verifies the connection token.</p>
3813
+ */
3814
+ IdentityNamespace?: string;
3815
+ /**
3816
+ * @public
3817
+ * <p>The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change. It has the required permissions
3818
+ * to be assumed and invoke the IDC Identity Center API.</p>
3819
+ */
3820
+ IamRoleArn?: string;
3821
+ /**
3822
+ * @public
3823
+ * <p>The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.</p>
3824
+ */
3825
+ IdcDisplayName?: string;
3826
+ /**
3827
+ * @public
3828
+ * <p>The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.</p>
3829
+ */
3830
+ AuthorizedTokenIssuerList?: AuthorizedTokenIssuer[];
3831
+ /**
3832
+ * @public
3833
+ * <p>A collection of service integrations associated with the application.</p>
3834
+ */
3835
+ ServiceIntegrations?: ServiceIntegrationsUnion[];
3836
+ }
3837
+ /**
3838
+ * @public
3839
+ */
3840
+ export interface ModifyRedshiftIdcApplicationResult {
3841
+ /**
3842
+ * @public
3843
+ * <p>Contains properties for the Redshift IDC application.</p>
3844
+ */
3845
+ RedshiftIdcApplication?: RedshiftIdcApplication;
3846
+ }
3392
3847
  /**
3393
3848
  * @public
3394
3849
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput } from "../commands/DescribeRedshiftIdcApplicationsCommand";
3
+ import { RedshiftPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateDescribeRedshiftIdcApplications(config: RedshiftPaginationConfiguration, input: DescribeRedshiftIdcApplicationsCommandInput, ...additionalArguments: any): Paginator<DescribeRedshiftIdcApplicationsCommandOutput>;
@@ -22,6 +22,7 @@ export * from "./DescribeHsmConfigurationsPaginator";
22
22
  export * from "./DescribeInboundIntegrationsPaginator";
23
23
  export * from "./DescribeNodeConfigurationOptionsPaginator";
24
24
  export * from "./DescribeOrderableClusterOptionsPaginator";
25
+ export * from "./DescribeRedshiftIdcApplicationsPaginator";
25
26
  export * from "./DescribeReservedNodeExchangeStatusPaginator";
26
27
  export * from "./DescribeReservedNodeOfferingsPaginator";
27
28
  export * from "./DescribeReservedNodesPaginator";
@@ -22,6 +22,7 @@ import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } f
22
22
  import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "../commands/CreateEventSubscriptionCommand";
23
23
  import { CreateHsmClientCertificateCommandInput, CreateHsmClientCertificateCommandOutput } from "../commands/CreateHsmClientCertificateCommand";
24
24
  import { CreateHsmConfigurationCommandInput, CreateHsmConfigurationCommandOutput } from "../commands/CreateHsmConfigurationCommand";
25
+ import { CreateRedshiftIdcApplicationCommandInput, CreateRedshiftIdcApplicationCommandOutput } from "../commands/CreateRedshiftIdcApplicationCommand";
25
26
  import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "../commands/CreateScheduledActionCommand";
26
27
  import { CreateSnapshotCopyGrantCommandInput, CreateSnapshotCopyGrantCommandOutput } from "../commands/CreateSnapshotCopyGrantCommand";
27
28
  import { CreateSnapshotScheduleCommandInput, CreateSnapshotScheduleCommandOutput } from "../commands/CreateSnapshotScheduleCommand";
@@ -40,6 +41,7 @@ import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutp
40
41
  import { DeleteHsmClientCertificateCommandInput, DeleteHsmClientCertificateCommandOutput } from "../commands/DeleteHsmClientCertificateCommand";
41
42
  import { DeleteHsmConfigurationCommandInput, DeleteHsmConfigurationCommandOutput } from "../commands/DeleteHsmConfigurationCommand";
42
43
  import { DeletePartnerCommandInput, DeletePartnerCommandOutput } from "../commands/DeletePartnerCommand";
44
+ import { DeleteRedshiftIdcApplicationCommandInput, DeleteRedshiftIdcApplicationCommandOutput } from "../commands/DeleteRedshiftIdcApplicationCommand";
43
45
  import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
44
46
  import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "../commands/DeleteScheduledActionCommand";
45
47
  import { DeleteSnapshotCopyGrantCommandInput, DeleteSnapshotCopyGrantCommandOutput } from "../commands/DeleteSnapshotCopyGrantCommand";
@@ -74,6 +76,7 @@ import { DescribeLoggingStatusCommandInput, DescribeLoggingStatusCommandOutput }
74
76
  import { DescribeNodeConfigurationOptionsCommandInput, DescribeNodeConfigurationOptionsCommandOutput } from "../commands/DescribeNodeConfigurationOptionsCommand";
75
77
  import { DescribeOrderableClusterOptionsCommandInput, DescribeOrderableClusterOptionsCommandOutput } from "../commands/DescribeOrderableClusterOptionsCommand";
76
78
  import { DescribePartnersCommandInput, DescribePartnersCommandOutput } from "../commands/DescribePartnersCommand";
79
+ import { DescribeRedshiftIdcApplicationsCommandInput, DescribeRedshiftIdcApplicationsCommandOutput } from "../commands/DescribeRedshiftIdcApplicationsCommand";
77
80
  import { DescribeReservedNodeExchangeStatusCommandInput, DescribeReservedNodeExchangeStatusCommandOutput } from "../commands/DescribeReservedNodeExchangeStatusCommand";
78
81
  import { DescribeReservedNodeOfferingsCommandInput, DescribeReservedNodeOfferingsCommandOutput } from "../commands/DescribeReservedNodeOfferingsCommand";
79
82
  import { DescribeReservedNodesCommandInput, DescribeReservedNodesCommandOutput } from "../commands/DescribeReservedNodesCommand";
@@ -109,6 +112,7 @@ import { ModifyClusterSubnetGroupCommandInput, ModifyClusterSubnetGroupCommandOu
109
112
  import { ModifyCustomDomainAssociationCommandInput, ModifyCustomDomainAssociationCommandOutput } from "../commands/ModifyCustomDomainAssociationCommand";
110
113
  import { ModifyEndpointAccessCommandInput, ModifyEndpointAccessCommandOutput } from "../commands/ModifyEndpointAccessCommand";
111
114
  import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
115
+ import { ModifyRedshiftIdcApplicationCommandInput, ModifyRedshiftIdcApplicationCommandOutput } from "../commands/ModifyRedshiftIdcApplicationCommand";
112
116
  import { ModifyScheduledActionCommandInput, ModifyScheduledActionCommandOutput } from "../commands/ModifyScheduledActionCommand";
113
117
  import { ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput } from "../commands/ModifySnapshotCopyRetentionPeriodCommand";
114
118
  import { ModifySnapshotScheduleCommandInput, ModifySnapshotScheduleCommandOutput } from "../commands/ModifySnapshotScheduleCommand";
@@ -216,6 +220,10 @@ export declare const se_CreateHsmClientCertificateCommand: (input: CreateHsmClie
216
220
  * serializeAws_queryCreateHsmConfigurationCommand
217
221
  */
218
222
  export declare const se_CreateHsmConfigurationCommand: (input: CreateHsmConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_queryCreateRedshiftIdcApplicationCommand
225
+ */
226
+ export declare const se_CreateRedshiftIdcApplicationCommand: (input: CreateRedshiftIdcApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
227
  /**
220
228
  * serializeAws_queryCreateScheduledActionCommand
221
229
  */
@@ -288,6 +296,10 @@ export declare const se_DeleteHsmConfigurationCommand: (input: DeleteHsmConfigur
288
296
  * serializeAws_queryDeletePartnerCommand
289
297
  */
290
298
  export declare const se_DeletePartnerCommand: (input: DeletePartnerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_queryDeleteRedshiftIdcApplicationCommand
301
+ */
302
+ export declare const se_DeleteRedshiftIdcApplicationCommand: (input: DeleteRedshiftIdcApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
303
  /**
292
304
  * serializeAws_queryDeleteResourcePolicyCommand
293
305
  */
@@ -424,6 +436,10 @@ export declare const se_DescribeOrderableClusterOptionsCommand: (input: Describe
424
436
  * serializeAws_queryDescribePartnersCommand
425
437
  */
426
438
  export declare const se_DescribePartnersCommand: (input: DescribePartnersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
+ /**
440
+ * serializeAws_queryDescribeRedshiftIdcApplicationsCommand
441
+ */
442
+ export declare const se_DescribeRedshiftIdcApplicationsCommand: (input: DescribeRedshiftIdcApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
427
443
  /**
428
444
  * serializeAws_queryDescribeReservedNodeExchangeStatusCommand
429
445
  */
@@ -564,6 +580,10 @@ export declare const se_ModifyEndpointAccessCommand: (input: ModifyEndpointAcces
564
580
  * serializeAws_queryModifyEventSubscriptionCommand
565
581
  */
566
582
  export declare const se_ModifyEventSubscriptionCommand: (input: ModifyEventSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
583
+ /**
584
+ * serializeAws_queryModifyRedshiftIdcApplicationCommand
585
+ */
586
+ export declare const se_ModifyRedshiftIdcApplicationCommand: (input: ModifyRedshiftIdcApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
567
587
  /**
568
588
  * serializeAws_queryModifyScheduledActionCommand
569
589
  */
@@ -728,6 +748,10 @@ export declare const de_CreateHsmClientCertificateCommand: (output: __HttpRespon
728
748
  * deserializeAws_queryCreateHsmConfigurationCommand
729
749
  */
730
750
  export declare const de_CreateHsmConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmConfigurationCommandOutput>;
751
+ /**
752
+ * deserializeAws_queryCreateRedshiftIdcApplicationCommand
753
+ */
754
+ export declare const de_CreateRedshiftIdcApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRedshiftIdcApplicationCommandOutput>;
731
755
  /**
732
756
  * deserializeAws_queryCreateScheduledActionCommand
733
757
  */
@@ -800,6 +824,10 @@ export declare const de_DeleteHsmConfigurationCommand: (output: __HttpResponse,
800
824
  * deserializeAws_queryDeletePartnerCommand
801
825
  */
802
826
  export declare const de_DeletePartnerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePartnerCommandOutput>;
827
+ /**
828
+ * deserializeAws_queryDeleteRedshiftIdcApplicationCommand
829
+ */
830
+ export declare const de_DeleteRedshiftIdcApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRedshiftIdcApplicationCommandOutput>;
803
831
  /**
804
832
  * deserializeAws_queryDeleteResourcePolicyCommand
805
833
  */
@@ -936,6 +964,10 @@ export declare const de_DescribeOrderableClusterOptionsCommand: (output: __HttpR
936
964
  * deserializeAws_queryDescribePartnersCommand
937
965
  */
938
966
  export declare const de_DescribePartnersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePartnersCommandOutput>;
967
+ /**
968
+ * deserializeAws_queryDescribeRedshiftIdcApplicationsCommand
969
+ */
970
+ export declare const de_DescribeRedshiftIdcApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRedshiftIdcApplicationsCommandOutput>;
939
971
  /**
940
972
  * deserializeAws_queryDescribeReservedNodeExchangeStatusCommand
941
973
  */
@@ -1076,6 +1108,10 @@ export declare const de_ModifyEndpointAccessCommand: (output: __HttpResponse, co
1076
1108
  * deserializeAws_queryModifyEventSubscriptionCommand
1077
1109
  */
1078
1110
  export declare const de_ModifyEventSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyEventSubscriptionCommandOutput>;
1111
+ /**
1112
+ * deserializeAws_queryModifyRedshiftIdcApplicationCommand
1113
+ */
1114
+ export declare const de_ModifyRedshiftIdcApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyRedshiftIdcApplicationCommandOutput>;
1079
1115
  /**
1080
1116
  * deserializeAws_queryModifyScheduledActionCommand
1081
1117
  */