@aws-sdk/client-quicksight 3.600.0 → 3.606.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist-cjs/index.js +195 -48
  2. package/dist-es/models/models_0.js +0 -14
  3. package/dist-es/models/models_1.js +14 -23
  4. package/dist-es/models/models_2.js +25 -2
  5. package/dist-es/protocols/Aws_restJson1.js +161 -2
  6. package/dist-types/commands/CreateAnalysisCommand.d.ts +60 -0
  7. package/dist-types/commands/CreateDashboardCommand.d.ts +60 -0
  8. package/dist-types/commands/CreateTemplateCommand.d.ts +60 -0
  9. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +60 -0
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +60 -0
  11. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +60 -0
  12. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -2
  17. package/dist-types/commands/UpdateAnalysisCommand.d.ts +60 -0
  18. package/dist-types/commands/UpdateDashboardCommand.d.ts +60 -0
  19. package/dist-types/commands/UpdateTemplateCommand.d.ts +60 -0
  20. package/dist-types/models/models_0.d.ts +180 -194
  21. package/dist-types/models/models_1.d.ts +174 -199
  22. package/dist-types/models/models_2.d.ts +192 -106
  23. package/dist-types/models/models_3.d.ts +113 -189
  24. package/dist-types/models/models_4.d.ts +190 -2
  25. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -2
  30. package/dist-types/ts3.4/models/models_0.d.ts +43 -48
  31. package/dist-types/ts3.4/models/models_1.d.ts +45 -62
  32. package/dist-types/ts3.4/models/models_2.d.ts +71 -33
  33. package/dist-types/ts3.4/models/models_3.d.ts +29 -49
  34. package/dist-types/ts3.4/models/models_4.d.ts +47 -0
  35. package/package.json +3 -3
@@ -4285,6 +4285,34 @@ declare const DescribeTemplateDefinitionCommand_base: {
4285
4285
  * // Status: "ENABLED" || "DISABLED",
4286
4286
  * // },
4287
4287
  * // },
4288
+ * // RepeatConfiguration: { // BodySectionRepeatConfiguration
4289
+ * // DimensionConfigurations: [ // BodySectionRepeatDimensionConfigurationList
4290
+ * // { // BodySectionRepeatDimensionConfiguration
4291
+ * // DynamicCategoryDimensionConfiguration: { // BodySectionDynamicCategoryDimensionConfiguration
4292
+ * // Column: "<ColumnIdentifier>", // required
4293
+ * // Limit: Number("int"),
4294
+ * // SortByMetrics: [ // BodySectionDynamicDimensionSortConfigurationList
4295
+ * // "<ColumnSort>",
4296
+ * // ],
4297
+ * // },
4298
+ * // DynamicNumericDimensionConfiguration: { // BodySectionDynamicNumericDimensionConfiguration
4299
+ * // Column: "<ColumnIdentifier>", // required
4300
+ * // Limit: Number("int"),
4301
+ * // SortByMetrics: [
4302
+ * // "<ColumnSort>",
4303
+ * // ],
4304
+ * // },
4305
+ * // },
4306
+ * // ],
4307
+ * // PageBreakConfiguration: { // BodySectionRepeatPageBreakConfiguration
4308
+ * // After: {
4309
+ * // Status: "ENABLED" || "DISABLED",
4310
+ * // },
4311
+ * // },
4312
+ * // NonRepeatingVisuals: [ // NonRepeatingVisualsList
4313
+ * // "STRING_VALUE",
4314
+ * // ],
4315
+ * // },
4288
4316
  * // },
4289
4317
  * // ],
4290
4318
  * // FooterSections: [ // required
@@ -4864,6 +4892,38 @@ declare const DescribeTemplateDefinitionCommand_base: {
4864
4892
  * // ParameterName: "STRING_VALUE",
4865
4893
  * // DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4866
4894
  * // },
4895
+ * // NestedFilter: { // NestedFilter
4896
+ * // FilterId: "STRING_VALUE", // required
4897
+ * // Column: "<ColumnIdentifier>", // required
4898
+ * // IncludeInnerSet: true || false, // required
4899
+ * // InnerFilter: { // InnerFilter
4900
+ * // CategoryInnerFilter: { // CategoryInnerFilter
4901
+ * // Column: "<ColumnIdentifier>", // required
4902
+ * // Configuration: {
4903
+ * // FilterListConfiguration: {
4904
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4905
+ * // CategoryValues: "<CategoryValueList>",
4906
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4907
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
4908
+ * // },
4909
+ * // CustomFilterListConfiguration: {
4910
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4911
+ * // CategoryValues: "<CategoryValueList>",
4912
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4913
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4914
+ * // },
4915
+ * // CustomFilterConfiguration: {
4916
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4917
+ * // CategoryValue: "STRING_VALUE",
4918
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4919
+ * // ParameterName: "STRING_VALUE",
4920
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4921
+ * // },
4922
+ * // },
4923
+ * // DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4924
+ * // },
4925
+ * // },
4926
+ * // },
4867
4927
  * // },
4868
4928
  * // ],
4869
4929
  * // ScopeConfiguration: { // FilterScopeConfiguration
@@ -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 { ListAssetBundleImportJobsRequest, ListAssetBundleImportJobsResponse } from "../models/models_3";
3
+ import { ListAssetBundleImportJobsRequest } from "../models/models_3";
4
+ import { ListAssetBundleImportJobsResponse } from "../models/models_4";
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 { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../models/models_3";
3
+ import { ListDashboardVersionsRequest, ListDashboardVersionsResponse } 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 { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_3";
3
+ import { ListDashboardsRequest, ListDashboardsResponse } 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 { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_3";
3
+ import { ListDataSetsRequest, ListDataSetsResponse } 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 { ListDataSourcesRequest } from "../models/models_3";
4
- import { ListDataSourcesResponse } from "../models/models_4";
3
+ import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_4";
5
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
5
  /**
7
6
  * @public
@@ -4285,6 +4285,34 @@ declare const UpdateAnalysisCommand_base: {
4285
4285
  * Status: "ENABLED" || "DISABLED",
4286
4286
  * },
4287
4287
  * },
4288
+ * RepeatConfiguration: { // BodySectionRepeatConfiguration
4289
+ * DimensionConfigurations: [ // BodySectionRepeatDimensionConfigurationList
4290
+ * { // BodySectionRepeatDimensionConfiguration
4291
+ * DynamicCategoryDimensionConfiguration: { // BodySectionDynamicCategoryDimensionConfiguration
4292
+ * Column: "<ColumnIdentifier>", // required
4293
+ * Limit: Number("int"),
4294
+ * SortByMetrics: [ // BodySectionDynamicDimensionSortConfigurationList
4295
+ * "<ColumnSort>",
4296
+ * ],
4297
+ * },
4298
+ * DynamicNumericDimensionConfiguration: { // BodySectionDynamicNumericDimensionConfiguration
4299
+ * Column: "<ColumnIdentifier>", // required
4300
+ * Limit: Number("int"),
4301
+ * SortByMetrics: [
4302
+ * "<ColumnSort>",
4303
+ * ],
4304
+ * },
4305
+ * },
4306
+ * ],
4307
+ * PageBreakConfiguration: { // BodySectionRepeatPageBreakConfiguration
4308
+ * After: {
4309
+ * Status: "ENABLED" || "DISABLED",
4310
+ * },
4311
+ * },
4312
+ * NonRepeatingVisuals: [ // NonRepeatingVisualsList
4313
+ * "STRING_VALUE",
4314
+ * ],
4315
+ * },
4288
4316
  * },
4289
4317
  * ],
4290
4318
  * FooterSections: [ // required
@@ -4864,6 +4892,38 @@ declare const UpdateAnalysisCommand_base: {
4864
4892
  * ParameterName: "STRING_VALUE",
4865
4893
  * DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4866
4894
  * },
4895
+ * NestedFilter: { // NestedFilter
4896
+ * FilterId: "STRING_VALUE", // required
4897
+ * Column: "<ColumnIdentifier>", // required
4898
+ * IncludeInnerSet: true || false, // required
4899
+ * InnerFilter: { // InnerFilter
4900
+ * CategoryInnerFilter: { // CategoryInnerFilter
4901
+ * Column: "<ColumnIdentifier>", // required
4902
+ * Configuration: {
4903
+ * FilterListConfiguration: {
4904
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4905
+ * CategoryValues: "<CategoryValueList>",
4906
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4907
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
4908
+ * },
4909
+ * CustomFilterListConfiguration: {
4910
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4911
+ * CategoryValues: "<CategoryValueList>",
4912
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4913
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4914
+ * },
4915
+ * CustomFilterConfiguration: {
4916
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4917
+ * CategoryValue: "STRING_VALUE",
4918
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4919
+ * ParameterName: "STRING_VALUE",
4920
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4921
+ * },
4922
+ * },
4923
+ * DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4924
+ * },
4925
+ * },
4926
+ * },
4867
4927
  * },
4868
4928
  * ],
4869
4929
  * ScopeConfiguration: { // FilterScopeConfiguration
@@ -4328,6 +4328,34 @@ declare const UpdateDashboardCommand_base: {
4328
4328
  * Status: "ENABLED" || "DISABLED",
4329
4329
  * },
4330
4330
  * },
4331
+ * RepeatConfiguration: { // BodySectionRepeatConfiguration
4332
+ * DimensionConfigurations: [ // BodySectionRepeatDimensionConfigurationList
4333
+ * { // BodySectionRepeatDimensionConfiguration
4334
+ * DynamicCategoryDimensionConfiguration: { // BodySectionDynamicCategoryDimensionConfiguration
4335
+ * Column: "<ColumnIdentifier>", // required
4336
+ * Limit: Number("int"),
4337
+ * SortByMetrics: [ // BodySectionDynamicDimensionSortConfigurationList
4338
+ * "<ColumnSort>",
4339
+ * ],
4340
+ * },
4341
+ * DynamicNumericDimensionConfiguration: { // BodySectionDynamicNumericDimensionConfiguration
4342
+ * Column: "<ColumnIdentifier>", // required
4343
+ * Limit: Number("int"),
4344
+ * SortByMetrics: [
4345
+ * "<ColumnSort>",
4346
+ * ],
4347
+ * },
4348
+ * },
4349
+ * ],
4350
+ * PageBreakConfiguration: { // BodySectionRepeatPageBreakConfiguration
4351
+ * After: {
4352
+ * Status: "ENABLED" || "DISABLED",
4353
+ * },
4354
+ * },
4355
+ * NonRepeatingVisuals: [ // NonRepeatingVisualsList
4356
+ * "STRING_VALUE",
4357
+ * ],
4358
+ * },
4331
4359
  * },
4332
4360
  * ],
4333
4361
  * FooterSections: [ // required
@@ -4907,6 +4935,38 @@ declare const UpdateDashboardCommand_base: {
4907
4935
  * ParameterName: "STRING_VALUE",
4908
4936
  * DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4909
4937
  * },
4938
+ * NestedFilter: { // NestedFilter
4939
+ * FilterId: "STRING_VALUE", // required
4940
+ * Column: "<ColumnIdentifier>", // required
4941
+ * IncludeInnerSet: true || false, // required
4942
+ * InnerFilter: { // InnerFilter
4943
+ * CategoryInnerFilter: { // CategoryInnerFilter
4944
+ * Column: "<ColumnIdentifier>", // required
4945
+ * Configuration: {
4946
+ * FilterListConfiguration: {
4947
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4948
+ * CategoryValues: "<CategoryValueList>",
4949
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4950
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
4951
+ * },
4952
+ * CustomFilterListConfiguration: {
4953
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4954
+ * CategoryValues: "<CategoryValueList>",
4955
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4956
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4957
+ * },
4958
+ * CustomFilterConfiguration: {
4959
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4960
+ * CategoryValue: "STRING_VALUE",
4961
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4962
+ * ParameterName: "STRING_VALUE",
4963
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4964
+ * },
4965
+ * },
4966
+ * DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4967
+ * },
4968
+ * },
4969
+ * },
4910
4970
  * },
4911
4971
  * ],
4912
4972
  * ScopeConfiguration: { // FilterScopeConfiguration
@@ -4272,6 +4272,34 @@ declare const UpdateTemplateCommand_base: {
4272
4272
  * Status: "ENABLED" || "DISABLED",
4273
4273
  * },
4274
4274
  * },
4275
+ * RepeatConfiguration: { // BodySectionRepeatConfiguration
4276
+ * DimensionConfigurations: [ // BodySectionRepeatDimensionConfigurationList
4277
+ * { // BodySectionRepeatDimensionConfiguration
4278
+ * DynamicCategoryDimensionConfiguration: { // BodySectionDynamicCategoryDimensionConfiguration
4279
+ * Column: "<ColumnIdentifier>", // required
4280
+ * Limit: Number("int"),
4281
+ * SortByMetrics: [ // BodySectionDynamicDimensionSortConfigurationList
4282
+ * "<ColumnSort>",
4283
+ * ],
4284
+ * },
4285
+ * DynamicNumericDimensionConfiguration: { // BodySectionDynamicNumericDimensionConfiguration
4286
+ * Column: "<ColumnIdentifier>", // required
4287
+ * Limit: Number("int"),
4288
+ * SortByMetrics: [
4289
+ * "<ColumnSort>",
4290
+ * ],
4291
+ * },
4292
+ * },
4293
+ * ],
4294
+ * PageBreakConfiguration: { // BodySectionRepeatPageBreakConfiguration
4295
+ * After: {
4296
+ * Status: "ENABLED" || "DISABLED",
4297
+ * },
4298
+ * },
4299
+ * NonRepeatingVisuals: [ // NonRepeatingVisualsList
4300
+ * "STRING_VALUE",
4301
+ * ],
4302
+ * },
4275
4303
  * },
4276
4304
  * ],
4277
4305
  * FooterSections: [ // required
@@ -4851,6 +4879,38 @@ declare const UpdateTemplateCommand_base: {
4851
4879
  * ParameterName: "STRING_VALUE",
4852
4880
  * DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4853
4881
  * },
4882
+ * NestedFilter: { // NestedFilter
4883
+ * FilterId: "STRING_VALUE", // required
4884
+ * Column: "<ColumnIdentifier>", // required
4885
+ * IncludeInnerSet: true || false, // required
4886
+ * InnerFilter: { // InnerFilter
4887
+ * CategoryInnerFilter: { // CategoryInnerFilter
4888
+ * Column: "<ColumnIdentifier>", // required
4889
+ * Configuration: {
4890
+ * FilterListConfiguration: {
4891
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4892
+ * CategoryValues: "<CategoryValueList>",
4893
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4894
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY",
4895
+ * },
4896
+ * CustomFilterListConfiguration: {
4897
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4898
+ * CategoryValues: "<CategoryValueList>",
4899
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4900
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4901
+ * },
4902
+ * CustomFilterConfiguration: {
4903
+ * MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4904
+ * CategoryValue: "STRING_VALUE",
4905
+ * SelectAllOptions: "FILTER_ALL_VALUES",
4906
+ * ParameterName: "STRING_VALUE",
4907
+ * NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4908
+ * },
4909
+ * },
4910
+ * DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
4911
+ * },
4912
+ * },
4913
+ * },
4854
4914
  * },
4855
4915
  * ],
4856
4916
  * ScopeConfiguration: { // FilterScopeConfiguration