@aws-sdk/client-quicksight 3.453.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.
- package/README.md +191 -167
- package/dist-cjs/QuickSight.js +6 -0
- package/dist-cjs/commands/DeleteIdentityPropagationConfigCommand.js +51 -0
- package/dist-cjs/commands/ListIdentityPropagationConfigsCommand.js +51 -0
- package/dist-cjs/commands/UpdateIdentityPropagationConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_2.js +6 -20
- package/dist-cjs/models/models_3.js +20 -3
- package/dist-cjs/protocols/Aws_restJson1.js +222 -7
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteIdentityPropagationConfigCommand.js +47 -0
- package/dist-es/commands/ListIdentityPropagationConfigsCommand.js +47 -0
- package/dist-es/commands/UpdateIdentityPropagationConfigCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +3 -16
- package/dist-es/models/models_3.js +17 -1
- package/dist-es/protocols/Aws_restJson1.js +209 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +94 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +104 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +97 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_2.d.ts +44 -50
- package/dist-types/models/models_3.d.ts +124 -191
- package/dist-types/models/models_4.d.ts +228 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +12 -22
- package/dist-types/ts3.4/models/models_3.d.ts +43 -48
- package/dist-types/ts3.4/models/models_4.d.ts +55 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +3 -3
|
@@ -0,0 +1,104 @@
|
|
|
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 { ListIdentityPropagationConfigsRequest, ListIdentityPropagationConfigsResponse } from "../models/models_3";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListIdentityPropagationConfigsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListIdentityPropagationConfigsCommandInput extends ListIdentityPropagationConfigsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListIdentityPropagationConfigsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListIdentityPropagationConfigsCommandOutput extends ListIdentityPropagationConfigsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Lists all services and authorized targets that the Amazon QuickSight IAM Identity Center application can access.</p>
|
|
27
|
+
* <p>This operation is only supported for Amazon QuickSight accounts that use IAM Identity Center.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { QuickSightClient, ListIdentityPropagationConfigsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
32
|
+
* // const { QuickSightClient, ListIdentityPropagationConfigsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
33
|
+
* const client = new QuickSightClient(config);
|
|
34
|
+
* const input = { // ListIdentityPropagationConfigsRequest
|
|
35
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
36
|
+
* MaxResults: Number("int"),
|
|
37
|
+
* NextToken: "STRING_VALUE",
|
|
38
|
+
* };
|
|
39
|
+
* const command = new ListIdentityPropagationConfigsCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // ListIdentityPropagationConfigsResponse
|
|
42
|
+
* // Services: [ // AuthorizedTargetsByServices
|
|
43
|
+
* // { // AuthorizedTargetsByService
|
|
44
|
+
* // Service: "REDSHIFT",
|
|
45
|
+
* // AuthorizedTargets: [ // AuthorizedTargetsList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // NextToken: "STRING_VALUE",
|
|
51
|
+
* // Status: Number("int"),
|
|
52
|
+
* // RequestId: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param ListIdentityPropagationConfigsCommandInput - {@link ListIdentityPropagationConfigsCommandInput}
|
|
58
|
+
* @returns {@link ListIdentityPropagationConfigsCommandOutput}
|
|
59
|
+
* @see {@link ListIdentityPropagationConfigsCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link ListIdentityPropagationConfigsCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
65
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
66
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
67
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
70
|
+
* <p>An internal failure occurred.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
73
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>One or more resources can't be found.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>Access is throttled.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link QuickSightServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
export declare class ListIdentityPropagationConfigsCommand extends $Command<ListIdentityPropagationConfigsCommandInput, ListIdentityPropagationConfigsCommandOutput, QuickSightClientResolvedConfig> {
|
|
86
|
+
readonly input: ListIdentityPropagationConfigsCommandInput;
|
|
87
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
constructor(input: ListIdentityPropagationConfigsCommandInput);
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityPropagationConfigsCommandInput, ListIdentityPropagationConfigsCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
103
|
+
private deserialize;
|
|
104
|
+
}
|
|
@@ -1,7 +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 { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../models/
|
|
4
|
+
import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,8 @@
|
|
|
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 { ListTemplatesRequest
|
|
4
|
+
import { ListTemplatesRequest } from "../models/models_3";
|
|
5
|
+
import { ListTemplatesResponse } from "../models/models_4";
|
|
5
6
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +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 { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/
|
|
4
|
+
import { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -136,6 +136,9 @@ export interface StartAssetBundleImportJobCommandOutput extends StartAssetBundle
|
|
|
136
136
|
* ],
|
|
137
137
|
* AutoCreateDatabaseUser: true || false,
|
|
138
138
|
* },
|
|
139
|
+
* IdentityCenterConfiguration: { // IdentityCenterConfiguration
|
|
140
|
+
* EnableIdentityPropagation: true || false,
|
|
141
|
+
* },
|
|
139
142
|
* },
|
|
140
143
|
* S3Parameters: { // S3Parameters
|
|
141
144
|
* ManifestFileLocation: { // ManifestFileLocation
|
|
@@ -100,6 +100,9 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
100
100
|
* ],
|
|
101
101
|
* AutoCreateDatabaseUser: true || false,
|
|
102
102
|
* },
|
|
103
|
+
* IdentityCenterConfiguration: { // IdentityCenterConfiguration
|
|
104
|
+
* EnableIdentityPropagation: true || false,
|
|
105
|
+
* },
|
|
103
106
|
* },
|
|
104
107
|
* S3Parameters: { // S3Parameters
|
|
105
108
|
* ManifestFileLocation: { // ManifestFileLocation
|
|
@@ -233,6 +236,9 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
233
236
|
* ],
|
|
234
237
|
* AutoCreateDatabaseUser: true || false,
|
|
235
238
|
* },
|
|
239
|
+
* IdentityCenterConfiguration: {
|
|
240
|
+
* EnableIdentityPropagation: true || false,
|
|
241
|
+
* },
|
|
236
242
|
* },
|
|
237
243
|
* S3Parameters: {
|
|
238
244
|
* ManifestFileLocation: {
|
|
@@ -0,0 +1,97 @@
|
|
|
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 { UpdateIdentityPropagationConfigRequest, UpdateIdentityPropagationConfigResponse } from "../models/models_4";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateIdentityPropagationConfigCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateIdentityPropagationConfigCommandInput extends UpdateIdentityPropagationConfigRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateIdentityPropagationConfigCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateIdentityPropagationConfigCommandOutput extends UpdateIdentityPropagationConfigResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Adds or updates services and authorized targets to configure what the Amazon QuickSight IAM Identity Center application can access.</p>
|
|
27
|
+
* <p>This operation is only supported for Amazon QuickSight accounts using IAM Identity Center</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { QuickSightClient, UpdateIdentityPropagationConfigCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
32
|
+
* // const { QuickSightClient, UpdateIdentityPropagationConfigCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
33
|
+
* const client = new QuickSightClient(config);
|
|
34
|
+
* const input = { // UpdateIdentityPropagationConfigRequest
|
|
35
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
36
|
+
* Service: "REDSHIFT", // required
|
|
37
|
+
* AuthorizedTargets: [ // AuthorizedTargetsList
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* };
|
|
41
|
+
* const command = new UpdateIdentityPropagationConfigCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // UpdateIdentityPropagationConfigResponse
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // Status: Number("int"),
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param UpdateIdentityPropagationConfigCommandInput - {@link UpdateIdentityPropagationConfigCommandInput}
|
|
51
|
+
* @returns {@link UpdateIdentityPropagationConfigCommandOutput}
|
|
52
|
+
* @see {@link UpdateIdentityPropagationConfigCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link UpdateIdentityPropagationConfigCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
58
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
59
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
60
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
63
|
+
* <p>An internal failure occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
66
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>One or more resources can't be found.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>Access is throttled.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
export declare class UpdateIdentityPropagationConfigCommand extends $Command<UpdateIdentityPropagationConfigCommandInput, UpdateIdentityPropagationConfigCommandOutput, QuickSightClientResolvedConfig> {
|
|
79
|
+
readonly input: UpdateIdentityPropagationConfigCommandInput;
|
|
80
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
constructor(input: UpdateIdentityPropagationConfigCommandInput);
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIdentityPropagationConfigCommandInput, UpdateIdentityPropagationConfigCommandOutput>;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
private serialize;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
96
|
+
private deserialize;
|
|
97
|
+
}
|
|
@@ -33,6 +33,7 @@ export * from "./DeleteFolderMembershipCommand";
|
|
|
33
33
|
export * from "./DeleteGroupCommand";
|
|
34
34
|
export * from "./DeleteGroupMembershipCommand";
|
|
35
35
|
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
36
|
+
export * from "./DeleteIdentityPropagationConfigCommand";
|
|
36
37
|
export * from "./DeleteNamespaceCommand";
|
|
37
38
|
export * from "./DeleteRefreshScheduleCommand";
|
|
38
39
|
export * from "./DeleteRoleCustomPermissionCommand";
|
|
@@ -105,6 +106,7 @@ export * from "./ListGroupMembershipsCommand";
|
|
|
105
106
|
export * from "./ListGroupsCommand";
|
|
106
107
|
export * from "./ListIAMPolicyAssignmentsCommand";
|
|
107
108
|
export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
109
|
+
export * from "./ListIdentityPropagationConfigsCommand";
|
|
108
110
|
export * from "./ListIngestionsCommand";
|
|
109
111
|
export * from "./ListNamespacesCommand";
|
|
110
112
|
export * from "./ListRefreshSchedulesCommand";
|
|
@@ -150,6 +152,7 @@ export * from "./UpdateFolderCommand";
|
|
|
150
152
|
export * from "./UpdateFolderPermissionsCommand";
|
|
151
153
|
export * from "./UpdateGroupCommand";
|
|
152
154
|
export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
155
|
+
export * from "./UpdateIdentityPropagationConfigCommand";
|
|
153
156
|
export * from "./UpdateIpRestrictionCommand";
|
|
154
157
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
155
158
|
export * from "./UpdateRefreshScheduleCommand";
|
|
@@ -1077,6 +1077,17 @@ export interface RedshiftIAMParameters {
|
|
|
1077
1077
|
*/
|
|
1078
1078
|
AutoCreateDatabaseUser?: boolean;
|
|
1079
1079
|
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @public
|
|
1082
|
+
* <p>The parameters for an IAM Identity Center configuration.</p>
|
|
1083
|
+
*/
|
|
1084
|
+
export interface IdentityCenterConfiguration {
|
|
1085
|
+
/**
|
|
1086
|
+
* @public
|
|
1087
|
+
* <p>A Boolean option that controls whether Trusted Identity Propagation should be used.</p>
|
|
1088
|
+
*/
|
|
1089
|
+
EnableIdentityPropagation?: boolean;
|
|
1090
|
+
}
|
|
1080
1091
|
/**
|
|
1081
1092
|
* @public
|
|
1082
1093
|
* <p>The parameters for Amazon Redshift. The <code>ClusterId</code> field can be blank if
|
|
@@ -1109,6 +1120,12 @@ export interface RedshiftParameters {
|
|
|
1109
1120
|
* <p>An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html">DataSourceCredentials</a>.</p>
|
|
1110
1121
|
*/
|
|
1111
1122
|
IAMParameters?: RedshiftIAMParameters;
|
|
1123
|
+
/**
|
|
1124
|
+
* @public
|
|
1125
|
+
* <p>An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster.</p>
|
|
1126
|
+
* <p>This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.</p>
|
|
1127
|
+
*/
|
|
1128
|
+
IdentityCenterConfiguration?: IdentityCenterConfiguration;
|
|
1112
1129
|
}
|
|
1113
1130
|
/**
|
|
1114
1131
|
* @public
|
|
@@ -2726,6 +2743,33 @@ export declare const AuthenticationMethodOption: {
|
|
|
2726
2743
|
* @public
|
|
2727
2744
|
*/
|
|
2728
2745
|
export type AuthenticationMethodOption = (typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
|
|
2746
|
+
/**
|
|
2747
|
+
* @public
|
|
2748
|
+
* @enum
|
|
2749
|
+
*/
|
|
2750
|
+
export declare const ServiceType: {
|
|
2751
|
+
readonly REDSHIFT: "REDSHIFT";
|
|
2752
|
+
};
|
|
2753
|
+
/**
|
|
2754
|
+
* @public
|
|
2755
|
+
*/
|
|
2756
|
+
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
2757
|
+
/**
|
|
2758
|
+
* @public
|
|
2759
|
+
* <p>The authorized targets that are associated with a service.</p>
|
|
2760
|
+
*/
|
|
2761
|
+
export interface AuthorizedTargetsByService {
|
|
2762
|
+
/**
|
|
2763
|
+
* @public
|
|
2764
|
+
* <p>The name of the Amazon Web Services service.</p>
|
|
2765
|
+
*/
|
|
2766
|
+
Service?: ServiceType;
|
|
2767
|
+
/**
|
|
2768
|
+
* @public
|
|
2769
|
+
* <p>Aist of authorized targets that are represented by IAM Identity Center application ARNs.</p>
|
|
2770
|
+
*/
|
|
2771
|
+
AuthorizedTargets?: string[];
|
|
2772
|
+
}
|
|
2729
2773
|
/**
|
|
2730
2774
|
* @public
|
|
2731
2775
|
* @enum
|
|
@@ -7733,52 +7777,6 @@ export interface TopicRangeFilterConstant {
|
|
|
7733
7777
|
*/
|
|
7734
7778
|
RangeConstant?: RangeConstant;
|
|
7735
7779
|
}
|
|
7736
|
-
/**
|
|
7737
|
-
* @public
|
|
7738
|
-
* <p>A filter used to restrict data based on a range of dates or times.</p>
|
|
7739
|
-
*/
|
|
7740
|
-
export interface TopicDateRangeFilter {
|
|
7741
|
-
/**
|
|
7742
|
-
* @public
|
|
7743
|
-
* <p>A Boolean value that indicates whether the date range filter should include the boundary values. If
|
|
7744
|
-
* set to true, the filter includes the start and end dates. If set to false, the filter
|
|
7745
|
-
* excludes them.</p>
|
|
7746
|
-
*/
|
|
7747
|
-
Inclusive?: boolean;
|
|
7748
|
-
/**
|
|
7749
|
-
* @public
|
|
7750
|
-
* <p>The constant used in a date range filter.</p>
|
|
7751
|
-
*/
|
|
7752
|
-
Constant?: TopicRangeFilterConstant;
|
|
7753
|
-
}
|
|
7754
|
-
/**
|
|
7755
|
-
* @public
|
|
7756
|
-
* @enum
|
|
7757
|
-
*/
|
|
7758
|
-
export declare const FilterClass: {
|
|
7759
|
-
readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
|
|
7760
|
-
readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
|
|
7761
|
-
readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
|
|
7762
|
-
};
|
|
7763
|
-
/**
|
|
7764
|
-
* @public
|
|
7765
|
-
*/
|
|
7766
|
-
export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
|
|
7767
|
-
/**
|
|
7768
|
-
* @public
|
|
7769
|
-
* @enum
|
|
7770
|
-
*/
|
|
7771
|
-
export declare const NamedFilterType: {
|
|
7772
|
-
readonly CATEGORY_FILTER: "CATEGORY_FILTER";
|
|
7773
|
-
readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
|
|
7774
|
-
readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
|
|
7775
|
-
readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
|
|
7776
|
-
readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
|
|
7777
|
-
};
|
|
7778
|
-
/**
|
|
7779
|
-
* @public
|
|
7780
|
-
*/
|
|
7781
|
-
export type NamedFilterType = (typeof NamedFilterType)[keyof typeof NamedFilterType];
|
|
7782
7780
|
/**
|
|
7783
7781
|
* @internal
|
|
7784
7782
|
*/
|
|
@@ -7919,7 +7917,3 @@ export declare const TopicCategoryFilterFilterSensitiveLog: (obj: TopicCategoryF
|
|
|
7919
7917
|
* @internal
|
|
7920
7918
|
*/
|
|
7921
7919
|
export declare const TopicRangeFilterConstantFilterSensitiveLog: (obj: TopicRangeFilterConstant) => any;
|
|
7922
|
-
/**
|
|
7923
|
-
* @internal
|
|
7924
|
-
*/
|
|
7925
|
-
export declare const TopicDateRangeFilterFilterSensitiveLog: (obj: TopicDateRangeFilter) => any;
|