@aws-sdk/client-quicksight 3.613.0 → 3.615.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 +24 -0
- package/dist-cjs/index.js +778 -396
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
- package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +43 -16
- package/dist-es/models/models_1.js +5 -7
- package/dist-es/models/models_2.js +138 -101
- package/dist-es/models/models_3.js +70 -136
- package/dist-es/models/models_4.js +131 -2
- package/dist-es/protocols/Aws_restJson1.js +174 -4
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +119 -115
- package/dist-types/models/models_1.d.ts +97 -68
- package/dist-types/models/models_2.d.ts +2333 -2490
- package/dist-types/models/models_3.d.ts +4173 -4215
- package/dist-types/models/models_4.d.ts +1183 -2
- 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/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -38
- package/dist-types/ts3.4/models/models_1.d.ts +26 -25
- package/dist-types/ts3.4/models/models_2.d.ts +339 -316
- package/dist-types/ts3.4/models/models_3.d.ts +286 -313
- package/dist-types/ts3.4/models/models_4.d.ts +317 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +20 -20
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BatchDeleteTopicReviewedAnswerRequest, BatchDeleteTopicReviewedAnswerResponse } from "../models/models_2";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link BatchDeleteTopicReviewedAnswerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface BatchDeleteTopicReviewedAnswerCommandInput extends BatchDeleteTopicReviewedAnswerRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link BatchDeleteTopicReviewedAnswerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface BatchDeleteTopicReviewedAnswerCommandOutput extends BatchDeleteTopicReviewedAnswerResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const BatchDeleteTopicReviewedAnswerCommand_base: {
|
|
25
|
+
new (input: BatchDeleteTopicReviewedAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: BatchDeleteTopicReviewedAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes reviewed answers for Q Topic.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, BatchDeleteTopicReviewedAnswerCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, BatchDeleteTopicReviewedAnswerCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
|
+
* const client = new QuickSightClient(config);
|
|
37
|
+
* const input = { // BatchDeleteTopicReviewedAnswerRequest
|
|
38
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
39
|
+
* TopicId: "STRING_VALUE", // required
|
|
40
|
+
* AnswerIds: [ // AnswerIds
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* };
|
|
44
|
+
* const command = new BatchDeleteTopicReviewedAnswerCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // BatchDeleteTopicReviewedAnswerResponse
|
|
47
|
+
* // TopicId: "STRING_VALUE",
|
|
48
|
+
* // TopicArn: "STRING_VALUE",
|
|
49
|
+
* // SucceededAnswers: [ // SucceededTopicReviewedAnswers
|
|
50
|
+
* // { // SucceededTopicReviewedAnswer
|
|
51
|
+
* // AnswerId: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // InvalidAnswers: [ // InvalidTopicReviewedAnswers
|
|
55
|
+
* // { // InvalidTopicReviewedAnswer
|
|
56
|
+
* // AnswerId: "STRING_VALUE",
|
|
57
|
+
* // Error: "INTERNAL_ERROR" || "MISSING_ANSWER" || "DATASET_DOES_NOT_EXIST" || "INVALID_DATASET_ARN" || "DUPLICATED_ANSWER" || "INVALID_DATA" || "MISSING_REQUIRED_FIELDS",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // RequestId: "STRING_VALUE",
|
|
61
|
+
* // Status: Number("int"),
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param BatchDeleteTopicReviewedAnswerCommandInput - {@link BatchDeleteTopicReviewedAnswerCommandInput}
|
|
67
|
+
* @returns {@link BatchDeleteTopicReviewedAnswerCommandOutput}
|
|
68
|
+
* @see {@link BatchDeleteTopicReviewedAnswerCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link BatchDeleteTopicReviewedAnswerCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
74
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
75
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
76
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ConflictException} (client fault)
|
|
79
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
82
|
+
* <p>An internal failure occurred.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
85
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
88
|
+
* <p>One or more resources can't be found.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
91
|
+
* <p>Access is throttled.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link QuickSightServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
95
|
+
*
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export declare class BatchDeleteTopicReviewedAnswerCommand extends BatchDeleteTopicReviewedAnswerCommand_base {
|
|
99
|
+
}
|
|
@@ -138,6 +138,8 @@ declare const CreateAnalysisCommand_base: {
|
|
|
138
138
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
139
139
|
* InfoIconText: "STRING_VALUE",
|
|
140
140
|
* },
|
|
141
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
142
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
141
143
|
* },
|
|
142
144
|
* },
|
|
143
145
|
* List: { // ParameterListControl
|
|
@@ -326,6 +328,8 @@ declare const CreateAnalysisCommand_base: {
|
|
|
326
328
|
* TitleOptions: "<LabelOptions>",
|
|
327
329
|
* DateTimeFormat: "STRING_VALUE",
|
|
328
330
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
331
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
332
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
329
333
|
* },
|
|
330
334
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
331
335
|
* },
|
|
@@ -4532,6 +4536,8 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4532
4536
|
* TitleOptions: "<LabelOptions>",
|
|
4533
4537
|
* DateTimeFormat: "STRING_VALUE",
|
|
4534
4538
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4539
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4540
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4535
4541
|
* },
|
|
4536
4542
|
* },
|
|
4537
4543
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
@@ -4625,6 +4631,8 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4625
4631
|
* TitleOptions: "<LabelOptions>",
|
|
4626
4632
|
* DateTimeFormat: "STRING_VALUE",
|
|
4627
4633
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4634
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4635
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4628
4636
|
* },
|
|
4629
4637
|
* },
|
|
4630
4638
|
* DefaultListOptions: {
|
|
@@ -4703,6 +4711,8 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4703
4711
|
* TitleOptions: "<LabelOptions>",
|
|
4704
4712
|
* DateTimeFormat: "STRING_VALUE",
|
|
4705
4713
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4714
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4715
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4706
4716
|
* },
|
|
4707
4717
|
* },
|
|
4708
4718
|
* DefaultListOptions: {
|
|
@@ -184,6 +184,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
184
184
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
185
185
|
* InfoIconText: "STRING_VALUE",
|
|
186
186
|
* },
|
|
187
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
188
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
187
189
|
* },
|
|
188
190
|
* },
|
|
189
191
|
* List: { // ParameterListControl
|
|
@@ -372,6 +374,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
372
374
|
* TitleOptions: "<LabelOptions>",
|
|
373
375
|
* DateTimeFormat: "STRING_VALUE",
|
|
374
376
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
377
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
378
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
375
379
|
* },
|
|
376
380
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
377
381
|
* },
|
|
@@ -4576,6 +4580,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
4576
4580
|
* TitleOptions: "<LabelOptions>",
|
|
4577
4581
|
* DateTimeFormat: "STRING_VALUE",
|
|
4578
4582
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4583
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4584
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4579
4585
|
* },
|
|
4580
4586
|
* },
|
|
4581
4587
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
@@ -4669,6 +4675,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
4669
4675
|
* TitleOptions: "<LabelOptions>",
|
|
4670
4676
|
* DateTimeFormat: "STRING_VALUE",
|
|
4671
4677
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4678
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4679
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4672
4680
|
* },
|
|
4673
4681
|
* },
|
|
4674
4682
|
* DefaultListOptions: {
|
|
@@ -4747,6 +4755,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
4747
4755
|
* TitleOptions: "<LabelOptions>",
|
|
4748
4756
|
* DateTimeFormat: "STRING_VALUE",
|
|
4749
4757
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4758
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4759
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4750
4760
|
* },
|
|
4751
4761
|
* },
|
|
4752
4762
|
* DefaultListOptions: {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateFolderRequest
|
|
3
|
+
import { CreateFolderRequest } from "../models/models_2";
|
|
4
|
+
import { CreateFolderResponse } from "../models/models_3";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateFolderMembershipRequest, CreateFolderMembershipResponse } from "../models/
|
|
3
|
+
import { CreateFolderMembershipRequest, CreateFolderMembershipResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateGroupRequest, CreateGroupResponse } from "../models/
|
|
3
|
+
import { CreateGroupRequest, CreateGroupResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/
|
|
3
|
+
import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } from "../models/
|
|
3
|
+
import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateIngestionRequest, CreateIngestionResponse } from "../models/
|
|
3
|
+
import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/
|
|
3
|
+
import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateRefreshScheduleRequest, CreateRefreshScheduleResponse } from "../models/
|
|
3
|
+
import { CreateRefreshScheduleRequest, CreateRefreshScheduleResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateRoleMembershipRequest, CreateRoleMembershipResponse } from "../models/
|
|
3
|
+
import { CreateRoleMembershipRequest, CreateRoleMembershipResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../models/
|
|
3
|
+
import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTemplateRequest, CreateTemplateResponse } from "../models/
|
|
3
|
+
import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -132,6 +132,8 @@ declare const CreateTemplateCommand_base: {
|
|
|
132
132
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
133
133
|
* InfoIconText: "STRING_VALUE",
|
|
134
134
|
* },
|
|
135
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
136
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
135
137
|
* },
|
|
136
138
|
* },
|
|
137
139
|
* List: { // ParameterListControl
|
|
@@ -320,6 +322,8 @@ declare const CreateTemplateCommand_base: {
|
|
|
320
322
|
* TitleOptions: "<LabelOptions>",
|
|
321
323
|
* DateTimeFormat: "STRING_VALUE",
|
|
322
324
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
325
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
326
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
323
327
|
* },
|
|
324
328
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
325
329
|
* },
|
|
@@ -4526,6 +4530,8 @@ declare const CreateTemplateCommand_base: {
|
|
|
4526
4530
|
* TitleOptions: "<LabelOptions>",
|
|
4527
4531
|
* DateTimeFormat: "STRING_VALUE",
|
|
4528
4532
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4533
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4534
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4529
4535
|
* },
|
|
4530
4536
|
* },
|
|
4531
4537
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
@@ -4619,6 +4625,8 @@ declare const CreateTemplateCommand_base: {
|
|
|
4619
4625
|
* TitleOptions: "<LabelOptions>",
|
|
4620
4626
|
* DateTimeFormat: "STRING_VALUE",
|
|
4621
4627
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4628
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4629
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4622
4630
|
* },
|
|
4623
4631
|
* },
|
|
4624
4632
|
* DefaultListOptions: {
|
|
@@ -4697,6 +4705,8 @@ declare const CreateTemplateCommand_base: {
|
|
|
4697
4705
|
* TitleOptions: "<LabelOptions>",
|
|
4698
4706
|
* DateTimeFormat: "STRING_VALUE",
|
|
4699
4707
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4708
|
+
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4709
|
+
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4700
4710
|
* },
|
|
4701
4711
|
* },
|
|
4702
4712
|
* DefaultListOptions: {
|
|
@@ -104,6 +104,8 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
104
104
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
105
105
|
* // InfoIconText: "STRING_VALUE",
|
|
106
106
|
* // },
|
|
107
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
108
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
107
109
|
* // },
|
|
108
110
|
* // },
|
|
109
111
|
* // List: { // ParameterListControl
|
|
@@ -292,6 +294,8 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
292
294
|
* // TitleOptions: "<LabelOptions>",
|
|
293
295
|
* // DateTimeFormat: "STRING_VALUE",
|
|
294
296
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
297
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
298
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
295
299
|
* // },
|
|
296
300
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
297
301
|
* // },
|
|
@@ -4498,6 +4502,8 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4498
4502
|
* // TitleOptions: "<LabelOptions>",
|
|
4499
4503
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4500
4504
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4505
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4506
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4501
4507
|
* // },
|
|
4502
4508
|
* // },
|
|
4503
4509
|
* // DefaultListOptions: { // DefaultFilterListControlOptions
|
|
@@ -4591,6 +4597,8 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4591
4597
|
* // TitleOptions: "<LabelOptions>",
|
|
4592
4598
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4593
4599
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4600
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4601
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4594
4602
|
* // },
|
|
4595
4603
|
* // },
|
|
4596
4604
|
* // DefaultListOptions: {
|
|
@@ -4669,6 +4677,8 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4669
4677
|
* // TitleOptions: "<LabelOptions>",
|
|
4670
4678
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4671
4679
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4680
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4681
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4672
4682
|
* // },
|
|
4673
4683
|
* // },
|
|
4674
4684
|
* // DefaultListOptions: {
|
|
@@ -106,6 +106,8 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
106
106
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
107
107
|
* // InfoIconText: "STRING_VALUE",
|
|
108
108
|
* // },
|
|
109
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
110
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
109
111
|
* // },
|
|
110
112
|
* // },
|
|
111
113
|
* // List: { // ParameterListControl
|
|
@@ -294,6 +296,8 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
294
296
|
* // TitleOptions: "<LabelOptions>",
|
|
295
297
|
* // DateTimeFormat: "STRING_VALUE",
|
|
296
298
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
299
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
300
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
297
301
|
* // },
|
|
298
302
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
299
303
|
* // },
|
|
@@ -4500,6 +4504,8 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4500
4504
|
* // TitleOptions: "<LabelOptions>",
|
|
4501
4505
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4502
4506
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4507
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4508
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4503
4509
|
* // },
|
|
4504
4510
|
* // },
|
|
4505
4511
|
* // DefaultListOptions: { // DefaultFilterListControlOptions
|
|
@@ -4593,6 +4599,8 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4593
4599
|
* // TitleOptions: "<LabelOptions>",
|
|
4594
4600
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4595
4601
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4602
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4603
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4596
4604
|
* // },
|
|
4597
4605
|
* // },
|
|
4598
4606
|
* // DefaultListOptions: {
|
|
@@ -4671,6 +4679,8 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4671
4679
|
* // TitleOptions: "<LabelOptions>",
|
|
4672
4680
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4673
4681
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4682
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4683
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4674
4684
|
* // },
|
|
4675
4685
|
* // },
|
|
4676
4686
|
* // DefaultListOptions: {
|
|
@@ -124,6 +124,8 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
124
124
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
125
125
|
* // InfoIconText: "STRING_VALUE",
|
|
126
126
|
* // },
|
|
127
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
128
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
127
129
|
* // },
|
|
128
130
|
* // },
|
|
129
131
|
* // List: { // ParameterListControl
|
|
@@ -312,6 +314,8 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
312
314
|
* // TitleOptions: "<LabelOptions>",
|
|
313
315
|
* // DateTimeFormat: "STRING_VALUE",
|
|
314
316
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
317
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
318
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
315
319
|
* // },
|
|
316
320
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
317
321
|
* // },
|
|
@@ -4518,6 +4522,8 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4518
4522
|
* // TitleOptions: "<LabelOptions>",
|
|
4519
4523
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4520
4524
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4525
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4526
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4521
4527
|
* // },
|
|
4522
4528
|
* // },
|
|
4523
4529
|
* // DefaultListOptions: { // DefaultFilterListControlOptions
|
|
@@ -4611,6 +4617,8 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4611
4617
|
* // TitleOptions: "<LabelOptions>",
|
|
4612
4618
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4613
4619
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4620
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4621
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4614
4622
|
* // },
|
|
4615
4623
|
* // },
|
|
4616
4624
|
* // DefaultListOptions: {
|
|
@@ -4689,6 +4697,8 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4689
4697
|
* // TitleOptions: "<LabelOptions>",
|
|
4690
4698
|
* // DateTimeFormat: "STRING_VALUE",
|
|
4691
4699
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4700
|
+
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4701
|
+
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4692
4702
|
* // },
|
|
4693
4703
|
* // },
|
|
4694
4704
|
* // DefaultListOptions: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GenerateEmbedUrlForAnonymousUserRequest, GenerateEmbedUrlForAnonymousUserResponse } from "../models/
|
|
3
|
+
import { GenerateEmbedUrlForAnonymousUserRequest, GenerateEmbedUrlForAnonymousUserResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GenerateEmbedUrlForRegisteredUserRequest, GenerateEmbedUrlForRegisteredUserResponse } from "../models/
|
|
3
|
+
import { GenerateEmbedUrlForRegisteredUserRequest, GenerateEmbedUrlForRegisteredUserResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetDashboardEmbedUrlRequest, GetDashboardEmbedUrlResponse } from "../models/
|
|
3
|
+
import { GetDashboardEmbedUrlRequest, GetDashboardEmbedUrlResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetSessionEmbedUrlRequest, GetSessionEmbedUrlResponse } from "../models/
|
|
3
|
+
import { GetSessionEmbedUrlRequest, GetSessionEmbedUrlResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/
|
|
3
|
+
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } from "../models/
|
|
3
|
+
import { ListAssetBundleExportJobsRequest, ListAssetBundleExportJobsResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListAssetBundleImportJobsRequest } from "../models/
|
|
4
|
-
import { ListAssetBundleImportJobsResponse } from "../models/models_4";
|
|
3
|
+
import { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } from "../models/models_4";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|