@aws-sdk/client-quicksight 3.121.0 → 3.128.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 (50) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/QuickSight.js +30 -0
  3. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeThemeCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
  8. package/dist-cjs/commands/index.js +2 -0
  9. package/dist-cjs/models/models_0.js +64 -63
  10. package/dist-cjs/models/models_1.js +46 -3
  11. package/dist-cjs/protocols/Aws_restJson1.js +732 -775
  12. package/dist-es/QuickSight.js +30 -0
  13. package/dist-es/commands/CreateAccountSubscriptionCommand.js +39 -0
  14. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +39 -0
  15. package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
  16. package/dist-es/commands/DescribeThemeCommand.js +2 -1
  17. package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
  18. package/dist-es/commands/index.js +2 -0
  19. package/dist-es/models/models_0.js +45 -42
  20. package/dist-es/models/models_1.js +28 -0
  21. package/dist-es/protocols/Aws_restJson1.js +601 -600
  22. package/dist-types/QuickSight.d.ts +62 -22
  23. package/dist-types/QuickSightClient.d.ts +4 -2
  24. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -5
  25. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +62 -0
  26. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +35 -0
  27. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeThemeCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -4
  31. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -1
  32. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +3 -7
  33. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -2
  34. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +9 -3
  35. package/dist-types/commands/index.d.ts +2 -0
  36. package/dist-types/models/models_0.d.ts +299 -213
  37. package/dist-types/models/models_1.d.ts +212 -18
  38. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  39. package/dist-types/ts3.4/QuickSight.d.ts +10 -0
  40. package/dist-types/ts3.4/QuickSightClient.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +116 -116
  48. package/dist-types/ts3.4/models/models_1.d.ts +108 -1857
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  50. package/package.json +26 -26
@@ -1,6 +1,195 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { _Parameters, AccountCustomization, ActiveIAMPolicyAssignment, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionSummary, DataSetImportMode, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, FolderType, Group, GroupMember, Ingestion, LinkSharingConfiguration, LogicalTable, NamespaceInfoV2, PhysicalTable, ResourcePermission, ResourceStatus, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, ThemeAlias, ThemeConfiguration, ThemeType, VpcConnectionProperties } from "./models_0";
2
+ import { _Parameters, AccountCustomization, ActiveIAMPolicyAssignment, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionSummary, DataSetImportMode, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, FieldFolder, FilterOperator, FolderType, Group, GroupMember, Ingestion, LinkSharingConfiguration, LogicalTable, NamespaceInfoV2, PhysicalTable, ResourcePermission, ResourceStatus, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, ThemeAlias, ThemeConfiguration, ThemeError, ThemeType, VpcConnectionProperties } from "./models_0";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+ /**
5
+ * <p>A version of a theme.</p>
6
+ */
7
+ export interface ThemeVersion {
8
+ /**
9
+ * <p>The version number of the theme.</p>
10
+ */
11
+ VersionNumber?: number;
12
+ /**
13
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
14
+ */
15
+ Arn?: string;
16
+ /**
17
+ * <p>The description of the theme.</p>
18
+ */
19
+ Description?: string;
20
+ /**
21
+ * <p>The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All
22
+ * themes initially inherit from a default Amazon QuickSight theme.</p>
23
+ */
24
+ BaseThemeId?: string;
25
+ /**
26
+ * <p>The date and time that this theme version was created.</p>
27
+ */
28
+ CreatedTime?: Date;
29
+ /**
30
+ * <p>The theme configuration, which contains all the theme display properties.</p>
31
+ */
32
+ Configuration?: ThemeConfiguration;
33
+ /**
34
+ * <p>Errors associated with the theme.</p>
35
+ */
36
+ Errors?: ThemeError[];
37
+ /**
38
+ * <p>The status of the theme version.</p>
39
+ */
40
+ Status?: ResourceStatus | string;
41
+ }
42
+ export declare namespace ThemeVersion {
43
+ /**
44
+ * @internal
45
+ */
46
+ const filterSensitiveLog: (obj: ThemeVersion) => any;
47
+ }
48
+ /**
49
+ * <p>Summary information about a theme.</p>
50
+ */
51
+ export interface Theme {
52
+ /**
53
+ * <p>The Amazon Resource Name (ARN) of the theme.</p>
54
+ */
55
+ Arn?: string;
56
+ /**
57
+ * <p>The name that the user gives to the theme.</p>
58
+ */
59
+ Name?: string;
60
+ /**
61
+ * <p>The identifier that the user gives to the theme.</p>
62
+ */
63
+ ThemeId?: string;
64
+ /**
65
+ * <p>A version of a theme.</p>
66
+ */
67
+ Version?: ThemeVersion;
68
+ /**
69
+ * <p>The date and time that the theme was created.</p>
70
+ */
71
+ CreatedTime?: Date;
72
+ /**
73
+ * <p>The date and time that the theme was last updated.</p>
74
+ */
75
+ LastUpdatedTime?: Date;
76
+ /**
77
+ * <p>The type of theme, based on how it was created. Valid values include:
78
+ * <code>QUICKSIGHT</code> and <code>CUSTOM</code>.</p>
79
+ */
80
+ Type?: ThemeType | string;
81
+ }
82
+ export declare namespace Theme {
83
+ /**
84
+ * @internal
85
+ */
86
+ const filterSensitiveLog: (obj: Theme) => any;
87
+ }
88
+ export interface DescribeThemeResponse {
89
+ /**
90
+ * <p>The information about the theme that you are describing.</p>
91
+ */
92
+ Theme?: Theme;
93
+ /**
94
+ * <p>The HTTP status of the request.</p>
95
+ */
96
+ Status?: number;
97
+ /**
98
+ * <p>The Amazon Web Services request ID for this operation.</p>
99
+ */
100
+ RequestId?: string;
101
+ }
102
+ export declare namespace DescribeThemeResponse {
103
+ /**
104
+ * @internal
105
+ */
106
+ const filterSensitiveLog: (obj: DescribeThemeResponse) => any;
107
+ }
108
+ export interface DescribeThemeAliasRequest {
109
+ /**
110
+ * <p>The ID of the Amazon Web Services account that contains the theme alias that you're
111
+ * describing.</p>
112
+ */
113
+ AwsAccountId: string | undefined;
114
+ /**
115
+ * <p>The ID for the theme.</p>
116
+ */
117
+ ThemeId: string | undefined;
118
+ /**
119
+ * <p>The name of the theme alias that you want to describe.</p>
120
+ */
121
+ AliasName: string | undefined;
122
+ }
123
+ export declare namespace DescribeThemeAliasRequest {
124
+ /**
125
+ * @internal
126
+ */
127
+ const filterSensitiveLog: (obj: DescribeThemeAliasRequest) => any;
128
+ }
129
+ export interface DescribeThemeAliasResponse {
130
+ /**
131
+ * <p>Information about the theme alias.</p>
132
+ */
133
+ ThemeAlias?: ThemeAlias;
134
+ /**
135
+ * <p>The HTTP status of the request.</p>
136
+ */
137
+ Status?: number;
138
+ /**
139
+ * <p>The Amazon Web Services request ID for this operation.</p>
140
+ */
141
+ RequestId?: string;
142
+ }
143
+ export declare namespace DescribeThemeAliasResponse {
144
+ /**
145
+ * @internal
146
+ */
147
+ const filterSensitiveLog: (obj: DescribeThemeAliasResponse) => any;
148
+ }
149
+ export interface DescribeThemePermissionsRequest {
150
+ /**
151
+ * <p>The ID of the Amazon Web Services account that contains the theme that you're describing.</p>
152
+ */
153
+ AwsAccountId: string | undefined;
154
+ /**
155
+ * <p>The ID for the theme that you want to describe permissions for.</p>
156
+ */
157
+ ThemeId: string | undefined;
158
+ }
159
+ export declare namespace DescribeThemePermissionsRequest {
160
+ /**
161
+ * @internal
162
+ */
163
+ const filterSensitiveLog: (obj: DescribeThemePermissionsRequest) => any;
164
+ }
165
+ export interface DescribeThemePermissionsResponse {
166
+ /**
167
+ * <p>The ID for the theme.</p>
168
+ */
169
+ ThemeId?: string;
170
+ /**
171
+ * <p>The Amazon Resource Name (ARN) of the theme.</p>
172
+ */
173
+ ThemeArn?: string;
174
+ /**
175
+ * <p>A list of resource permissions set on the theme. </p>
176
+ */
177
+ Permissions?: ResourcePermission[];
178
+ /**
179
+ * <p>The Amazon Web Services request ID for this operation.</p>
180
+ */
181
+ RequestId?: string;
182
+ /**
183
+ * <p>The HTTP status of the request.</p>
184
+ */
185
+ Status?: number;
186
+ }
187
+ export declare namespace DescribeThemePermissionsResponse {
188
+ /**
189
+ * @internal
190
+ */
191
+ const filterSensitiveLog: (obj: DescribeThemePermissionsResponse) => any;
192
+ }
4
193
  export interface DescribeUserRequest {
5
194
  /**
6
195
  * <p>The name of the user that you want to describe.</p>
@@ -285,19 +474,23 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
285
474
  */
286
475
  Namespace: string | undefined;
287
476
  /**
288
- * <p>The session tags used for row-level security. Before you use this parameter, make sure that
289
- * you have configured the relevant datasets using the <code>DataSet$RowLevelPermissionTagConfiguration</code> parameter so that session tags can be used to provide row-level security.</p>
290
- * <p>These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>.</p>
477
+ * <p>The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the <code>DataSet$RowLevelPermissionTagConfiguration</code> parameter so that session tags can be used to provide row-level security.</p>
478
+ * <p>These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
291
479
  */
292
480
  SessionTags?: SessionTag[];
293
481
  /**
294
- * <p>The Amazon Resource Names for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view. Currently, you can pass up to 25 dashboard ARNs in each API call.</p>
482
+ * <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view. Currently, you can pass up to 25 dashboard ARNs in each API call.</p>
295
483
  */
296
484
  AuthorizedResourceArns: string[] | undefined;
297
485
  /**
298
- * <p>The configuration of the experience you are embedding.</p>
486
+ * <p>The configuration of the experience that you are embedding.</p>
299
487
  */
300
488
  ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfiguration | undefined;
489
+ /**
490
+ * <p>The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console and instead allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.</p>
491
+ * <p>To include a subdomain, use <code>*</code> to include all subdomains under a specific domain to the allow list. For example, <code>https://*.sapp.amazon.com,</code> includes all subdomains under <code>https://sapp.amazon.com</code>.</p>
492
+ */
493
+ AllowedDomains?: string[];
301
494
  }
302
495
  export declare namespace GenerateEmbedUrlForAnonymousUserRequest {
303
496
  /**
@@ -496,8 +689,8 @@ export interface RegisteredUserEmbeddingExperienceConfiguration {
496
689
  QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
497
690
  /**
498
691
  * <p>The configuration details for embedding the Q search bar.</p>
499
- * <p>For more information about embedding the Q search bar, see
500
- * <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html">Embedding Overview</a>.</p>
692
+ * <p>For more information about embedding the Q search bar, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html">Embedding Overview</a> in
693
+ * the <i>Amazon QuickSight User Guide</i>.</p>
501
694
  */
502
695
  QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
503
696
  }
@@ -524,6 +717,11 @@ export interface GenerateEmbedUrlForRegisteredUserRequest {
524
717
  * <p>The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards or the entire Amazon QuickSight console.</p>
525
718
  */
526
719
  ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration | undefined;
720
+ /**
721
+ * <p>The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console and instead allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.</p>
722
+ * <p>To include a subdomain, use <code>*</code> to include all subdomains under a specific domain to the allow list. For example, <code>https://*.sapp.amazon.com,</code> includes all subdomains under <code>https://sapp.amazon.com</code>.</p>
723
+ */
724
+ AllowedDomains?: string[];
527
725
  }
528
726
  export declare namespace GenerateEmbedUrlForRegisteredUserRequest {
529
727
  /**
@@ -633,12 +831,7 @@ export interface GetDashboardEmbedUrlRequest {
633
831
  */
634
832
  Namespace?: string;
635
833
  /**
636
- * <p>A list of one or more dashboard IDs that you want to add to a session that includes
637
- * anonymous users. The <code>IdentityType</code> parameter must be set to
638
- * <code>ANONYMOUS</code> for this to work, because other identity types authenticate
639
- * as Amazon QuickSight or IAM users. For example, if you set "<code>--dashboard-id dash_id1
640
- * --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS</code>", the session
641
- * can access all three dashboards. </p>
834
+ * <p>A list of one or more dashboard IDs that you want anonymous users to have tempporary access to. Currently, the <code>IdentityType</code> parameter must be set to <code>ANONYMOUS</code> because other identity types authenticate as Amazon QuickSight or IAM users. For example, if you set "<code>--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS</code>", the session can access all three dashboards.</p>
642
835
  */
643
836
  AdditionalDashboardIds?: string[];
644
837
  }
@@ -2564,9 +2757,10 @@ export interface UpdateAccountSettingsRequest {
2564
2757
  AwsAccountId: string | undefined;
2565
2758
  /**
2566
2759
  * <p>The default namespace for this Amazon Web Services account. Currently, the default is
2567
- * <code>default</code>. Identity and Access Management (IAM) users that register
2568
- * for the first time with Amazon QuickSight provide an email that becomes associated with the
2569
- * default namespace.</p>
2760
+ * <code>default</code>. Identity and Access Management (IAM) users that
2761
+ * register for the first time with Amazon QuickSight provide an email address that becomes
2762
+ * associated with the default namespace.
2763
+ * </p>
2570
2764
  */
2571
2765
  DefaultNamespace: string | undefined;
2572
2766
  /**
@@ -3490,7 +3684,7 @@ export interface UpdatePublicSharingSettingsRequest {
3490
3684
  */
3491
3685
  AwsAccountId: string | undefined;
3492
3686
  /**
3493
- * <p>A boolean that indicates whether or not public sharing is enabled on a Amazon QuickSight account.</p>
3687
+ * <p>A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.</p>
3494
3688
  */
3495
3689
  PublicSharingEnabled?: boolean;
3496
3690
  }
@@ -2,6 +2,7 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
3
  import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../commands/CancelIngestionCommand";
4
4
  import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "../commands/CreateAccountCustomizationCommand";
5
+ import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "../commands/CreateAccountSubscriptionCommand";
5
6
  import { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "../commands/CreateAnalysisCommand";
6
7
  import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
7
8
  import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
@@ -36,6 +37,7 @@ import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutp
36
37
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
37
38
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "../commands/DescribeAccountCustomizationCommand";
38
39
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
40
+ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
39
41
  import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
40
42
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
41
43
  import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
@@ -120,6 +122,7 @@ import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput
120
122
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
121
123
  export declare const serializeAws_restJson1CancelIngestionCommand: (input: CancelIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
124
  export declare const serializeAws_restJson1CreateAccountCustomizationCommand: (input: CreateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ export declare const serializeAws_restJson1CreateAccountSubscriptionCommand: (input: CreateAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
126
  export declare const serializeAws_restJson1CreateAnalysisCommand: (input: CreateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
127
  export declare const serializeAws_restJson1CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
128
  export declare const serializeAws_restJson1CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -154,6 +157,7 @@ export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUser
154
157
  export declare const serializeAws_restJson1DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
158
  export declare const serializeAws_restJson1DescribeAccountCustomizationCommand: (input: DescribeAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
159
  export declare const serializeAws_restJson1DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ export declare const serializeAws_restJson1DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
161
  export declare const serializeAws_restJson1DescribeAnalysisCommand: (input: DescribeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
162
  export declare const serializeAws_restJson1DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
163
  export declare const serializeAws_restJson1DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -238,6 +242,7 @@ export declare const serializeAws_restJson1UpdateThemePermissionsCommand: (input
238
242
  export declare const serializeAws_restJson1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
243
  export declare const deserializeAws_restJson1CancelIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelIngestionCommandOutput>;
240
244
  export declare const deserializeAws_restJson1CreateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCustomizationCommandOutput>;
245
+ export declare const deserializeAws_restJson1CreateAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountSubscriptionCommandOutput>;
241
246
  export declare const deserializeAws_restJson1CreateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisCommandOutput>;
242
247
  export declare const deserializeAws_restJson1CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
243
248
  export declare const deserializeAws_restJson1CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
@@ -272,6 +277,7 @@ export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpR
272
277
  export declare const deserializeAws_restJson1DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
273
278
  export declare const deserializeAws_restJson1DescribeAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomizationCommandOutput>;
274
279
  export declare const deserializeAws_restJson1DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
280
+ export declare const deserializeAws_restJson1DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
275
281
  export declare const deserializeAws_restJson1DescribeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisCommandOutput>;
276
282
  export declare const deserializeAws_restJson1DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
277
283
  export declare const deserializeAws_restJson1DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
@@ -1,6 +1,7 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
3
3
  import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
4
+ import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
4
5
  import { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "./commands/CreateAnalysisCommand";
5
6
  import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
6
7
  import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
@@ -35,6 +36,7 @@ import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutp
35
36
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
36
37
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "./commands/DescribeAccountCustomizationCommand";
37
38
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
39
+ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
38
40
  import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
39
41
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
40
42
  import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
@@ -129,6 +131,10 @@ export declare class QuickSight extends QuickSightClient {
129
131
  createAccountCustomization(args: CreateAccountCustomizationCommandInput, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
130
132
  createAccountCustomization(args: CreateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
131
133
 
134
+ createAccountSubscription(args: CreateAccountSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountSubscriptionCommandOutput>;
135
+ createAccountSubscription(args: CreateAccountSubscriptionCommandInput, cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void): void;
136
+ createAccountSubscription(args: CreateAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void): void;
137
+
132
138
  createAnalysis(args: CreateAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnalysisCommandOutput>;
133
139
  createAnalysis(args: CreateAnalysisCommandInput, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
134
140
  createAnalysis(args: CreateAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
@@ -265,6 +271,10 @@ export declare class QuickSight extends QuickSightClient {
265
271
  describeAccountSettings(args: DescribeAccountSettingsCommandInput, cb: (err: any, data?: DescribeAccountSettingsCommandOutput) => void): void;
266
272
  describeAccountSettings(args: DescribeAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountSettingsCommandOutput) => void): void;
267
273
 
274
+ describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountSubscriptionCommandOutput>;
275
+ describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void): void;
276
+ describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void): void;
277
+
268
278
  describeAnalysis(args: DescribeAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisCommandOutput>;
269
279
  describeAnalysis(args: DescribeAnalysisCommandInput, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
270
280
  describeAnalysis(args: DescribeAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfig
8
8
  import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
10
10
  import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
11
+ import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
11
12
  import { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "./commands/CreateAnalysisCommand";
12
13
  import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
13
14
  import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
@@ -42,6 +43,7 @@ import { DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutp
42
43
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
43
44
  import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput } from "./commands/DescribeAccountCustomizationCommand";
44
45
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
46
+ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
45
47
  import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
46
48
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
47
49
  import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
@@ -124,8 +126,8 @@ import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "./c
124
126
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/UpdateThemeCommand";
125
127
  import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "./commands/UpdateThemePermissionsCommand";
126
128
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
127
- export declare type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
128
- export declare type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
129
+ export declare type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
130
+ export declare type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
129
131
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
130
132
 
131
133
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_0";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ export interface CreateAccountSubscriptionCommandInput extends CreateAccountSubscriptionRequest {
6
+ }
7
+ export interface CreateAccountSubscriptionCommandOutput extends CreateAccountSubscriptionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAccountSubscriptionCommand extends $Command<CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
11
+ readonly input: CreateAccountSubscriptionCommandInput;
12
+ constructor(input: CreateAccountSubscriptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/models_0";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ export interface DescribeAccountSubscriptionCommandInput extends DescribeAccountSubscriptionRequest {
6
+ }
7
+ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccountSubscriptionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAccountSubscriptionCommand extends $Command<DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
11
+ readonly input: DescribeAccountSubscriptionCommandInput;
12
+ constructor(input: DescribeAccountSubscriptionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_0";
3
+ import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_1";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  export interface DescribeThemeAliasCommandInput extends DescribeThemeAliasRequest {
6
6
  }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_0";
3
+ import { DescribeThemeRequest } from "../models/models_0";
4
+ import { DescribeThemeResponse } from "../models/models_1";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  export interface DescribeThemeCommandInput extends DescribeThemeRequest {
6
7
  }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_0";
3
+ import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_1";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  export interface DescribeThemePermissionsCommandInput extends DescribeThemePermissionsRequest {
6
6
  }
@@ -1,5 +1,6 @@
1
1
  export * from "./CancelIngestionCommand";
2
2
  export * from "./CreateAccountCustomizationCommand";
3
+ export * from "./CreateAccountSubscriptionCommand";
3
4
  export * from "./CreateAnalysisCommand";
4
5
  export * from "./CreateDashboardCommand";
5
6
  export * from "./CreateDataSetCommand";
@@ -34,6 +35,7 @@ export * from "./DeleteUserByPrincipalIdCommand";
34
35
  export * from "./DeleteUserCommand";
35
36
  export * from "./DescribeAccountCustomizationCommand";
36
37
  export * from "./DescribeAccountSettingsCommand";
38
+ export * from "./DescribeAccountSubscriptionCommand";
37
39
  export * from "./DescribeAnalysisCommand";
38
40
  export * from "./DescribeAnalysisPermissionsCommand";
39
41
  export * from "./DescribeDashboardCommand";