@aws-sdk/client-quicksight 3.844.0 → 3.846.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/dist-cjs/index.js +15 -3
- package/dist-es/models/models_3.js +5 -0
- package/dist-es/models/models_4.js +2 -1
- package/dist-es/models/models_5.js +2 -1
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +3 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +3 -0
- package/dist-types/models/models_3.d.ts +20 -30
- package/dist-types/models/models_4.d.ts +36 -26
- package/dist-types/models/models_5.d.ts +32 -2
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/models_3.d.ts +7 -7
- package/dist-types/ts3.4/models/models_4.d.ts +9 -6
- package/dist-types/ts3.4/models/models_5.d.ts +9 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -161,6 +161,7 @@ __export(index_exports, {
|
|
|
161
161
|
CustomContentImageScalingConfiguration: () => CustomContentImageScalingConfiguration,
|
|
162
162
|
CustomContentType: () => CustomContentType,
|
|
163
163
|
CustomContentVisualFilterSensitiveLog: () => CustomContentVisualFilterSensitiveLog,
|
|
164
|
+
CustomInstructionsFilterSensitiveLog: () => CustomInstructionsFilterSensitiveLog,
|
|
164
165
|
CustomParameterValuesFilterSensitiveLog: () => CustomParameterValuesFilterSensitiveLog,
|
|
165
166
|
CustomValuesConfigurationFilterSensitiveLog: () => CustomValuesConfigurationFilterSensitiveLog,
|
|
166
167
|
CustomerManagedKeyUnavailableException: () => CustomerManagedKeyUnavailableException,
|
|
@@ -4152,6 +4153,10 @@ var TemplateVersionDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
4152
4153
|
var CreateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4153
4154
|
...obj
|
|
4154
4155
|
}), "CreateTemplateRequestFilterSensitiveLog");
|
|
4156
|
+
var CustomInstructionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4157
|
+
...obj,
|
|
4158
|
+
...obj.CustomInstructionsString && { CustomInstructionsString: import_smithy_client.SENSITIVE_STRING }
|
|
4159
|
+
}), "CustomInstructionsFilterSensitiveLog");
|
|
4155
4160
|
var SemanticTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4156
4161
|
...obj,
|
|
4157
4162
|
...obj.TruthyCellValue && { TruthyCellValue: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -4223,7 +4228,8 @@ var TopicDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4223
4228
|
...obj
|
|
4224
4229
|
}), "TopicDetailsFilterSensitiveLog");
|
|
4225
4230
|
var CreateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4226
|
-
...obj
|
|
4231
|
+
...obj,
|
|
4232
|
+
...obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }
|
|
4227
4233
|
}), "CreateTopicRequestFilterSensitiveLog");
|
|
4228
4234
|
var DashboardVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4229
4235
|
...obj
|
|
@@ -4650,7 +4656,8 @@ var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
4650
4656
|
...obj
|
|
4651
4657
|
}), "DescribeTemplateDefinitionResponseFilterSensitiveLog");
|
|
4652
4658
|
var DescribeTopicResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4653
|
-
...obj
|
|
4659
|
+
...obj,
|
|
4660
|
+
...obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }
|
|
4654
4661
|
}), "DescribeTopicResponseFilterSensitiveLog");
|
|
4655
4662
|
var GeneratedAnswerResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4656
4663
|
...obj,
|
|
@@ -4757,7 +4764,8 @@ var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4757
4764
|
...obj
|
|
4758
4765
|
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
4759
4766
|
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4760
|
-
...obj
|
|
4767
|
+
...obj,
|
|
4768
|
+
...obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }
|
|
4761
4769
|
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
4762
4770
|
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4763
4771
|
...obj,
|
|
@@ -5269,6 +5277,7 @@ var se_CreateTopicCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5269
5277
|
let body;
|
|
5270
5278
|
body = JSON.stringify(
|
|
5271
5279
|
(0, import_smithy_client.take)(input, {
|
|
5280
|
+
CustomInstructions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CustomInstructions"),
|
|
5272
5281
|
FolderArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FolderArns"),
|
|
5273
5282
|
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
5274
5283
|
Topic: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Topic"),
|
|
@@ -7765,6 +7774,7 @@ var se_UpdateTopicCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
7765
7774
|
let body;
|
|
7766
7775
|
body = JSON.stringify(
|
|
7767
7776
|
(0, import_smithy_client.take)(input, {
|
|
7777
|
+
CustomInstructions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CustomInstructions"),
|
|
7768
7778
|
Topic: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Topic")
|
|
7769
7779
|
})
|
|
7770
7780
|
);
|
|
@@ -9834,6 +9844,7 @@ var de_DescribeTopicCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
9834
9844
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9835
9845
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9836
9846
|
Arn: import_smithy_client.expectString,
|
|
9847
|
+
CustomInstructions: import_smithy_client._json,
|
|
9837
9848
|
RequestId: import_smithy_client.expectString,
|
|
9838
9849
|
Topic: import_smithy_client._json,
|
|
9839
9850
|
TopicId: import_smithy_client.expectString
|
|
@@ -22401,6 +22412,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22401
22412
|
CreateDataSourceRequestFilterSensitiveLog,
|
|
22402
22413
|
TemplateVersionDefinitionFilterSensitiveLog,
|
|
22403
22414
|
CreateTemplateRequestFilterSensitiveLog,
|
|
22415
|
+
CustomInstructionsFilterSensitiveLog,
|
|
22404
22416
|
SemanticTypeFilterSensitiveLog,
|
|
22405
22417
|
TopicCalculatedFieldFilterSensitiveLog,
|
|
22406
22418
|
TopicColumnFilterSensitiveLog,
|
|
@@ -670,6 +670,10 @@ export const TemplateVersionDefinitionFilterSensitiveLog = (obj) => ({
|
|
|
670
670
|
export const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
671
671
|
...obj,
|
|
672
672
|
});
|
|
673
|
+
export const CustomInstructionsFilterSensitiveLog = (obj) => ({
|
|
674
|
+
...obj,
|
|
675
|
+
...(obj.CustomInstructionsString && { CustomInstructionsString: SENSITIVE_STRING }),
|
|
676
|
+
});
|
|
673
677
|
export const SemanticTypeFilterSensitiveLog = (obj) => ({
|
|
674
678
|
...obj,
|
|
675
679
|
...(obj.TruthyCellValue && { TruthyCellValue: SENSITIVE_STRING }),
|
|
@@ -742,6 +746,7 @@ export const TopicDetailsFilterSensitiveLog = (obj) => ({
|
|
|
742
746
|
});
|
|
743
747
|
export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
744
748
|
...obj,
|
|
749
|
+
...(obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }),
|
|
745
750
|
});
|
|
746
751
|
export const DashboardVersionFilterSensitiveLog = (obj) => ({
|
|
747
752
|
...obj,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { AssetBundleImportSourceDescriptionFilterSensitiveLog, } from "./models_2";
|
|
3
|
-
import { _ParametersFilterSensitiveLog, DataSetFilterSensitiveLog, } from "./models_3";
|
|
3
|
+
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, DataSetFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
5
|
export const IncludeFolderMembers = {
|
|
6
6
|
NONE: "NONE",
|
|
@@ -334,6 +334,7 @@ export const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
|
334
334
|
});
|
|
335
335
|
export const DescribeTopicResponseFilterSensitiveLog = (obj) => ({
|
|
336
336
|
...obj,
|
|
337
|
+
...(obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }),
|
|
337
338
|
});
|
|
338
339
|
export const GeneratedAnswerResultFilterSensitiveLog = (obj) => ({
|
|
339
340
|
...obj,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { AssetBundleImportSourceFilterSensitiveLog, TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
|
-
import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
3
|
+
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { SessionTagFilterSensitiveLog, } from "./models_4";
|
|
5
5
|
export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
6
6
|
...obj,
|
|
@@ -50,6 +50,7 @@ export const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
|
50
50
|
});
|
|
51
51
|
export const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
52
52
|
...obj,
|
|
53
|
+
...(obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }),
|
|
53
54
|
});
|
|
54
55
|
export const TopicVisualFilterSensitiveLog = (obj) => ({
|
|
55
56
|
...obj,
|
|
@@ -450,6 +450,7 @@ export const se_CreateTopicCommand = async (input, context) => {
|
|
|
450
450
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
451
451
|
let body;
|
|
452
452
|
body = JSON.stringify(take(input, {
|
|
453
|
+
CustomInstructions: (_) => _json(_),
|
|
453
454
|
FolderArns: (_) => _json(_),
|
|
454
455
|
Tags: (_) => _json(_),
|
|
455
456
|
Topic: (_) => _json(_),
|
|
@@ -2834,6 +2835,7 @@ export const se_UpdateTopicCommand = async (input, context) => {
|
|
|
2834
2835
|
b.p("TopicId", () => input.TopicId, "{TopicId}", false);
|
|
2835
2836
|
let body;
|
|
2836
2837
|
body = JSON.stringify(take(input, {
|
|
2838
|
+
CustomInstructions: (_) => _json(_),
|
|
2837
2839
|
Topic: (_) => _json(_),
|
|
2838
2840
|
}));
|
|
2839
2841
|
b.m("PUT").h(headers).b(body);
|
|
@@ -4892,6 +4894,7 @@ export const de_DescribeTopicCommand = async (output, context) => {
|
|
|
4892
4894
|
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4893
4895
|
const doc = take(data, {
|
|
4894
4896
|
Arn: __expectString,
|
|
4897
|
+
CustomInstructions: _json,
|
|
4895
4898
|
RequestId: __expectString,
|
|
4896
4899
|
Topic: _json,
|
|
4897
4900
|
TopicId: __expectString,
|
|
@@ -297,6 +297,9 @@ declare const CreateTopicCommand_base: {
|
|
|
297
297
|
* FolderArns: [ // FolderArnList
|
|
298
298
|
* "STRING_VALUE",
|
|
299
299
|
* ],
|
|
300
|
+
* CustomInstructions: { // CustomInstructions
|
|
301
|
+
* CustomInstructionsString: "STRING_VALUE", // required
|
|
302
|
+
* },
|
|
300
303
|
* };
|
|
301
304
|
* const command = new CreateTopicCommand(input);
|
|
302
305
|
* const response = await client.send(command);
|
|
@@ -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 { DeleteThemeAliasRequest
|
|
3
|
+
import { DeleteThemeAliasRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteThemeAliasResponse } from "../models/models_4";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -296,6 +296,9 @@ declare const DescribeTopicCommand_base: {
|
|
|
296
296
|
* // },
|
|
297
297
|
* // RequestId: "STRING_VALUE",
|
|
298
298
|
* // Status: Number("int"),
|
|
299
|
+
* // CustomInstructions: { // CustomInstructions
|
|
300
|
+
* // CustomInstructionsString: "STRING_VALUE", // required
|
|
301
|
+
* // },
|
|
299
302
|
* // };
|
|
300
303
|
*
|
|
301
304
|
* ```
|
|
@@ -27,7 +27,7 @@ declare const ListIngestionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the history of SPICE ingestions for a dataset.</p>
|
|
30
|
+
* <p>Lists the history of SPICE ingestions for a dataset. Limited to 5 TPS per user and 25 TPS per account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -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 { SearchTopicsRequest
|
|
3
|
+
import { SearchTopicsRequest } from "../models/models_4";
|
|
4
|
+
import { SearchTopicsResponse } from "../models/models_5";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -288,6 +288,9 @@ declare const UpdateTopicCommand_base: {
|
|
|
288
288
|
* QBusinessInsightsEnabled: true || false,
|
|
289
289
|
* },
|
|
290
290
|
* },
|
|
291
|
+
* CustomInstructions: { // CustomInstructions
|
|
292
|
+
* CustomInstructionsString: "STRING_VALUE", // required
|
|
293
|
+
* },
|
|
291
294
|
* };
|
|
292
295
|
* const command = new UpdateTopicCommand(input);
|
|
293
296
|
* const response = await client.send(command);
|
|
@@ -4779,6 +4779,17 @@ export interface CreateThemeAliasResponse {
|
|
|
4779
4779
|
*/
|
|
4780
4780
|
RequestId?: string | undefined;
|
|
4781
4781
|
}
|
|
4782
|
+
/**
|
|
4783
|
+
* <p>Instructions that provide additional guidance and context for response generation.</p>
|
|
4784
|
+
* @public
|
|
4785
|
+
*/
|
|
4786
|
+
export interface CustomInstructions {
|
|
4787
|
+
/**
|
|
4788
|
+
* <p>A text field for providing additional guidance or context for response generation.</p>
|
|
4789
|
+
* @public
|
|
4790
|
+
*/
|
|
4791
|
+
CustomInstructionsString: string | undefined;
|
|
4792
|
+
}
|
|
4782
4793
|
/**
|
|
4783
4794
|
* <p>Configuration options for a <code>Topic</code>.</p>
|
|
4784
4795
|
* @public
|
|
@@ -5675,6 +5686,11 @@ export interface CreateTopicRequest {
|
|
|
5675
5686
|
* @public
|
|
5676
5687
|
*/
|
|
5677
5688
|
FolderArns?: string[] | undefined;
|
|
5689
|
+
/**
|
|
5690
|
+
* <p>Custom instructions for the topic.</p>
|
|
5691
|
+
* @public
|
|
5692
|
+
*/
|
|
5693
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
5678
5694
|
}
|
|
5679
5695
|
/**
|
|
5680
5696
|
* @public
|
|
@@ -7712,36 +7728,6 @@ export interface DeleteThemeAliasRequest {
|
|
|
7712
7728
|
*/
|
|
7713
7729
|
AliasName: string | undefined;
|
|
7714
7730
|
}
|
|
7715
|
-
/**
|
|
7716
|
-
* @public
|
|
7717
|
-
*/
|
|
7718
|
-
export interface DeleteThemeAliasResponse {
|
|
7719
|
-
/**
|
|
7720
|
-
* <p>The name for the theme alias.</p>
|
|
7721
|
-
* @public
|
|
7722
|
-
*/
|
|
7723
|
-
AliasName?: string | undefined;
|
|
7724
|
-
/**
|
|
7725
|
-
* <p>The Amazon Resource Name (ARN) of the theme resource using the deleted alias.</p>
|
|
7726
|
-
* @public
|
|
7727
|
-
*/
|
|
7728
|
-
Arn?: string | undefined;
|
|
7729
|
-
/**
|
|
7730
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7731
|
-
* @public
|
|
7732
|
-
*/
|
|
7733
|
-
RequestId?: string | undefined;
|
|
7734
|
-
/**
|
|
7735
|
-
* <p>The HTTP status of the request.</p>
|
|
7736
|
-
* @public
|
|
7737
|
-
*/
|
|
7738
|
-
Status?: number | undefined;
|
|
7739
|
-
/**
|
|
7740
|
-
* <p>An ID for the theme associated with the deletion.</p>
|
|
7741
|
-
* @public
|
|
7742
|
-
*/
|
|
7743
|
-
ThemeId?: string | undefined;
|
|
7744
|
-
}
|
|
7745
7731
|
/**
|
|
7746
7732
|
* @internal
|
|
7747
7733
|
*/
|
|
@@ -7834,6 +7820,10 @@ export declare const TemplateVersionDefinitionFilterSensitiveLog: (obj: Template
|
|
|
7834
7820
|
* @internal
|
|
7835
7821
|
*/
|
|
7836
7822
|
export declare const CreateTemplateRequestFilterSensitiveLog: (obj: CreateTemplateRequest) => any;
|
|
7823
|
+
/**
|
|
7824
|
+
* @internal
|
|
7825
|
+
*/
|
|
7826
|
+
export declare const CustomInstructionsFilterSensitiveLog: (obj: CustomInstructions) => any;
|
|
7837
7827
|
/**
|
|
7838
7828
|
* @internal
|
|
7839
7829
|
*/
|
|
@@ -1,8 +1,38 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, AmazonQInQuickSightConsoleConfigurations, AmazonQInQuickSightDashboardConfigurations, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
|
|
3
3
|
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, DashboardVisualId, DataSetRefreshProperties, FilterOperator, SharedViewConfigurations, SnapshotFile, SnapshotS3DestinationConfiguration, Tag } from "./models_2";
|
|
4
|
-
import { _Parameters, BrandDetail, BrandSummary, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
+
import { _Parameters, BrandDetail, BrandSummary, CustomInstructions, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface DeleteThemeAliasResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The name for the theme alias.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
AliasName?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The Amazon Resource Name (ARN) of the theme resource using the deleted alias.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
Arn?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
RequestId?: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The HTTP status of the request.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
Status?: number | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>An ID for the theme associated with the deletion.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
ThemeId?: string | undefined;
|
|
35
|
+
}
|
|
6
36
|
/**
|
|
7
37
|
* @public
|
|
8
38
|
*/
|
|
@@ -3519,6 +3549,11 @@ export interface DescribeTopicResponse {
|
|
|
3519
3549
|
* @public
|
|
3520
3550
|
*/
|
|
3521
3551
|
Status?: number | undefined;
|
|
3552
|
+
/**
|
|
3553
|
+
* <p>Custom instructions for the topic.</p>
|
|
3554
|
+
* @public
|
|
3555
|
+
*/
|
|
3556
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
3522
3557
|
}
|
|
3523
3558
|
/**
|
|
3524
3559
|
* @public
|
|
@@ -7772,31 +7807,6 @@ export interface SearchTopicsRequest {
|
|
|
7772
7807
|
*/
|
|
7773
7808
|
MaxResults?: number | undefined;
|
|
7774
7809
|
}
|
|
7775
|
-
/**
|
|
7776
|
-
* @public
|
|
7777
|
-
*/
|
|
7778
|
-
export interface SearchTopicsResponse {
|
|
7779
|
-
/**
|
|
7780
|
-
* <p>A list of topic summaries that is returned by the search topic request.</p>
|
|
7781
|
-
* @public
|
|
7782
|
-
*/
|
|
7783
|
-
TopicSummaryList?: TopicSummary[] | undefined;
|
|
7784
|
-
/**
|
|
7785
|
-
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
7786
|
-
* @public
|
|
7787
|
-
*/
|
|
7788
|
-
NextToken?: string | undefined;
|
|
7789
|
-
/**
|
|
7790
|
-
* <p>The HTTP status of the request.</p>
|
|
7791
|
-
* @public
|
|
7792
|
-
*/
|
|
7793
|
-
Status?: number | undefined;
|
|
7794
|
-
/**
|
|
7795
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7796
|
-
* @public
|
|
7797
|
-
*/
|
|
7798
|
-
RequestId?: string | undefined;
|
|
7799
|
-
}
|
|
7800
7810
|
/**
|
|
7801
7811
|
* @internal
|
|
7802
7812
|
*/
|
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
import { AccountCustomization, ResourceStatus } from "./models_0";
|
|
2
2
|
import { AnalysisDefinition, AnalysisSourceEntity, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, BrandDefinition, DataSourceParameters, ServiceType, SslProperties, Tag, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
|
|
3
|
-
import { _Parameters, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
-
import { FailedKeyRegistrationEntry, IncludeFolderMembers, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, SessionTag, SnapshotConfiguration, User, UserRole } from "./models_4";
|
|
3
|
+
import { _Parameters, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, CustomInstructions, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PerformanceConfiguration, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
|
|
4
|
+
import { FailedKeyRegistrationEntry, IncludeFolderMembers, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, SessionTag, SnapshotConfiguration, TopicSummary, User, UserRole } from "./models_4";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SearchTopicsResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>A list of topic summaries that is returned by the search topic request.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TopicSummaryList?: TopicSummary[] | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The token for the next set of results, or null if there are no more results.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The HTTP status of the request.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Status?: number | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
RequestId?: string | undefined;
|
|
29
|
+
}
|
|
5
30
|
/**
|
|
6
31
|
* @public
|
|
7
32
|
*/
|
|
@@ -2467,6 +2492,11 @@ export interface UpdateTopicRequest {
|
|
|
2467
2492
|
* @public
|
|
2468
2493
|
*/
|
|
2469
2494
|
Topic: TopicDetails | undefined;
|
|
2495
|
+
/**
|
|
2496
|
+
* <p>Custom instructions for the topic.</p>
|
|
2497
|
+
* @public
|
|
2498
|
+
*/
|
|
2499
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
2470
2500
|
}
|
|
2471
2501
|
/**
|
|
2472
2502
|
* @public
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DeleteThemeAliasResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { DeleteThemeAliasRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteThemeAliasResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
QuickSightClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -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 { SearchTopicsRequest
|
|
3
|
+
import { SearchTopicsRequest } from "../models/models_4";
|
|
4
|
+
import { SearchTopicsResponse } from "../models/models_5";
|
|
4
5
|
import {
|
|
5
6
|
QuickSightClientResolvedConfig,
|
|
6
7
|
ServiceInputTypes,
|
|
@@ -1393,6 +1393,9 @@ export interface CreateThemeAliasResponse {
|
|
|
1393
1393
|
Status?: number | undefined;
|
|
1394
1394
|
RequestId?: string | undefined;
|
|
1395
1395
|
}
|
|
1396
|
+
export interface CustomInstructions {
|
|
1397
|
+
CustomInstructionsString: string | undefined;
|
|
1398
|
+
}
|
|
1396
1399
|
export interface TopicConfigOptions {
|
|
1397
1400
|
QBusinessInsightsEnabled?: boolean | undefined;
|
|
1398
1401
|
}
|
|
@@ -1634,6 +1637,7 @@ export interface CreateTopicRequest {
|
|
|
1634
1637
|
Topic: TopicDetails | undefined;
|
|
1635
1638
|
Tags?: Tag[] | undefined;
|
|
1636
1639
|
FolderArns?: string[] | undefined;
|
|
1640
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
1637
1641
|
}
|
|
1638
1642
|
export interface CreateTopicResponse {
|
|
1639
1643
|
Arn?: string | undefined;
|
|
@@ -2144,13 +2148,6 @@ export interface DeleteThemeAliasRequest {
|
|
|
2144
2148
|
ThemeId: string | undefined;
|
|
2145
2149
|
AliasName: string | undefined;
|
|
2146
2150
|
}
|
|
2147
|
-
export interface DeleteThemeAliasResponse {
|
|
2148
|
-
AliasName?: string | undefined;
|
|
2149
|
-
Arn?: string | undefined;
|
|
2150
|
-
RequestId?: string | undefined;
|
|
2151
|
-
Status?: number | undefined;
|
|
2152
|
-
ThemeId?: string | undefined;
|
|
2153
|
-
}
|
|
2154
2151
|
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2155
2152
|
obj: CalculatedColumn
|
|
2156
2153
|
) => any;
|
|
@@ -2214,6 +2211,9 @@ export declare const TemplateVersionDefinitionFilterSensitiveLog: (
|
|
|
2214
2211
|
export declare const CreateTemplateRequestFilterSensitiveLog: (
|
|
2215
2212
|
obj: CreateTemplateRequest
|
|
2216
2213
|
) => any;
|
|
2214
|
+
export declare const CustomInstructionsFilterSensitiveLog: (
|
|
2215
|
+
obj: CustomInstructions
|
|
2216
|
+
) => any;
|
|
2217
2217
|
export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
|
|
2218
2218
|
export declare const TopicCalculatedFieldFilterSensitiveLog: (
|
|
2219
2219
|
obj: TopicCalculatedField
|
|
@@ -51,6 +51,7 @@ import {
|
|
|
51
51
|
_Parameters,
|
|
52
52
|
BrandDetail,
|
|
53
53
|
BrandSummary,
|
|
54
|
+
CustomInstructions,
|
|
54
55
|
CustomPermissions,
|
|
55
56
|
Dashboard,
|
|
56
57
|
DashboardError,
|
|
@@ -90,6 +91,13 @@ import {
|
|
|
90
91
|
VPCConnectionResourceStatus,
|
|
91
92
|
} from "./models_3";
|
|
92
93
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
94
|
+
export interface DeleteThemeAliasResponse {
|
|
95
|
+
AliasName?: string | undefined;
|
|
96
|
+
Arn?: string | undefined;
|
|
97
|
+
RequestId?: string | undefined;
|
|
98
|
+
Status?: number | undefined;
|
|
99
|
+
ThemeId?: string | undefined;
|
|
100
|
+
}
|
|
93
101
|
export interface DeleteTopicRequest {
|
|
94
102
|
AwsAccountId: string | undefined;
|
|
95
103
|
TopicId: string | undefined;
|
|
@@ -933,6 +941,7 @@ export interface DescribeTopicResponse {
|
|
|
933
941
|
Topic?: TopicDetails | undefined;
|
|
934
942
|
RequestId?: string | undefined;
|
|
935
943
|
Status?: number | undefined;
|
|
944
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
936
945
|
}
|
|
937
946
|
export interface DescribeTopicPermissionsRequest {
|
|
938
947
|
AwsAccountId: string | undefined;
|
|
@@ -1959,12 +1968,6 @@ export interface SearchTopicsRequest {
|
|
|
1959
1968
|
NextToken?: string | undefined;
|
|
1960
1969
|
MaxResults?: number | undefined;
|
|
1961
1970
|
}
|
|
1962
|
-
export interface SearchTopicsResponse {
|
|
1963
|
-
TopicSummaryList?: TopicSummary[] | undefined;
|
|
1964
|
-
NextToken?: string | undefined;
|
|
1965
|
-
Status?: number | undefined;
|
|
1966
|
-
RequestId?: string | undefined;
|
|
1967
|
-
}
|
|
1968
1971
|
export declare const DescribeAnalysisResponseFilterSensitiveLog: (
|
|
1969
1972
|
obj: DescribeAnalysisResponse
|
|
1970
1973
|
) => any;
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
Capabilities,
|
|
29
29
|
ColumnGroup,
|
|
30
30
|
ColumnLevelPermissionRule,
|
|
31
|
+
CustomInstructions,
|
|
31
32
|
DashboardPublishOptions,
|
|
32
33
|
DashboardSourceEntity,
|
|
33
34
|
DashboardsQAStatus,
|
|
@@ -67,9 +68,16 @@ import {
|
|
|
67
68
|
RegisteredCustomerManagedKey,
|
|
68
69
|
SessionTag,
|
|
69
70
|
SnapshotConfiguration,
|
|
71
|
+
TopicSummary,
|
|
70
72
|
User,
|
|
71
73
|
UserRole,
|
|
72
74
|
} from "./models_4";
|
|
75
|
+
export interface SearchTopicsResponse {
|
|
76
|
+
TopicSummaryList?: TopicSummary[] | undefined;
|
|
77
|
+
NextToken?: string | undefined;
|
|
78
|
+
Status?: number | undefined;
|
|
79
|
+
RequestId?: string | undefined;
|
|
80
|
+
}
|
|
73
81
|
export interface StartAssetBundleExportJobRequest {
|
|
74
82
|
AwsAccountId: string | undefined;
|
|
75
83
|
AssetBundleExportJobId: string | undefined;
|
|
@@ -619,6 +627,7 @@ export interface UpdateTopicRequest {
|
|
|
619
627
|
AwsAccountId: string | undefined;
|
|
620
628
|
TopicId: string | undefined;
|
|
621
629
|
Topic: TopicDetails | undefined;
|
|
630
|
+
CustomInstructions?: CustomInstructions | undefined;
|
|
622
631
|
}
|
|
623
632
|
export interface UpdateTopicResponse {
|
|
624
633
|
TopicId?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.846.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.846.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.846.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.846.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.845.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.846.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.7.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.15",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.16",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.1.0",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.7",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.23",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.23",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|