@aws-sdk/client-quicksight 3.296.0 → 3.297.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 (151) hide show
  1. package/dist-types/QuickSight.d.ts +127 -0
  2. package/dist-types/QuickSightClient.d.ts +24 -4
  3. package/dist-types/commands/CancelIngestionCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateAnalysisCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDashboardCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateDataSetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateIngestionCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateNamespaceCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateThemeAliasCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateThemeCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteAnalysisCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteDashboardCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteDataSetCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteTemplateCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteThemeCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeAnalysisCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeDashboardCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeDataSetCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeDataSourceCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeFolderCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeIngestionCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeTemplateCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeThemeCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  69. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +16 -0
  70. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +16 -0
  71. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +16 -0
  72. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +16 -0
  73. package/dist-types/commands/ListAnalysesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
  78. package/dist-types/commands/ListFolderMembersCommand.d.ts +16 -0
  79. package/dist-types/commands/ListFoldersCommand.d.ts +16 -0
  80. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +16 -0
  84. package/dist-types/commands/ListIngestionsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListNamespacesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +16 -0
  88. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  90. package/dist-types/commands/ListThemeAliasesCommand.d.ts +16 -0
  91. package/dist-types/commands/ListThemeVersionsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListThemesCommand.d.ts +16 -0
  93. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  95. package/dist-types/commands/RegisterUserCommand.d.ts +16 -0
  96. package/dist-types/commands/RestoreAnalysisCommand.d.ts +16 -0
  97. package/dist-types/commands/SearchAnalysesCommand.d.ts +16 -0
  98. package/dist-types/commands/SearchDashboardsCommand.d.ts +16 -0
  99. package/dist-types/commands/SearchDataSetsCommand.d.ts +16 -0
  100. package/dist-types/commands/SearchDataSourcesCommand.d.ts +16 -0
  101. package/dist-types/commands/SearchFoldersCommand.d.ts +16 -0
  102. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  103. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateAnalysisCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateDashboardCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateDataSetCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +16 -0
  114. package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
  115. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  119. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
  120. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +16 -0
  121. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -0
  122. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +16 -0
  123. package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
  124. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +16 -0
  125. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +16 -0
  126. package/dist-types/commands/UpdateThemeCommand.d.ts +16 -0
  127. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +16 -0
  128. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  129. package/dist-types/models/QuickSightServiceException.d.ts +2 -0
  130. package/dist-types/models/models_0.d.ts +422 -0
  131. package/dist-types/models/models_1.d.ts +416 -4
  132. package/dist-types/models/models_2.d.ts +629 -0
  133. package/dist-types/models/models_3.d.ts +360 -3
  134. package/dist-types/pagination/Interfaces.d.ts +3 -0
  135. package/dist-types/pagination/ListAnalysesPaginator.d.ts +3 -0
  136. package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +3 -0
  137. package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
  138. package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
  139. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +3 -0
  140. package/dist-types/pagination/ListIngestionsPaginator.d.ts +3 -0
  141. package/dist-types/pagination/ListNamespacesPaginator.d.ts +3 -0
  142. package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +3 -0
  143. package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +3 -0
  144. package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
  145. package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +3 -0
  146. package/dist-types/pagination/ListThemesPaginator.d.ts +3 -0
  147. package/dist-types/pagination/SearchAnalysesPaginator.d.ts +3 -0
  148. package/dist-types/pagination/SearchDashboardsPaginator.d.ts +3 -0
  149. package/dist-types/pagination/SearchDataSetsPaginator.d.ts +3 -0
  150. package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +3 -0
  151. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDashboardsCommand}.
8
10
  */
9
11
  export interface ListDashboardsCommandInput extends ListDashboardsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDashboardsCommand}.
13
17
  */
14
18
  export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists dashboards in an Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDashboardsCommandInput - {@link ListDashboardsCommandInput}
34
+ * @returns {@link ListDashboardsCommandOutput}
28
35
  * @see {@link ListDashboardsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDashboardsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
49
56
  export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
50
57
  readonly input: ListDashboardsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListDashboardsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDataSetsCommand}.
8
10
  */
9
11
  export interface ListDataSetsCommandInput extends ListDataSetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDataSetsCommand}.
13
17
  */
14
18
  export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.</p>
18
23
  * <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/*</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListDataSetsCommandInput - {@link ListDataSetsCommandInput}
35
+ * @returns {@link ListDataSetsCommandOutput}
29
36
  * @see {@link ListDataSetsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListDataSetsCommandOutput} for command's `response` shape.
31
38
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -53,11 +60,20 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
53
60
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, QuickSightClientResolvedConfig> {
54
61
  readonly input: ListDataSetsCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: ListDataSetsCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDataSourcesCommand}.
8
10
  */
9
11
  export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDataSourcesCommand}.
13
17
  */
14
18
  export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDataSourcesCommandInput - {@link ListDataSourcesCommandInput}
34
+ * @returns {@link ListDataSourcesCommandOutput}
28
35
  * @see {@link ListDataSourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDataSourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
52
59
  export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
53
60
  readonly input: ListDataSourcesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListDataSourcesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFolderMembersCommand}.
8
10
  */
9
11
  export interface ListFolderMembersCommandInput extends ListFolderMembersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFolderMembersCommand}.
13
17
  */
14
18
  export interface ListFolderMembersCommandOutput extends ListFolderMembersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all assets (<code>DASHBOARD</code>, <code>ANALYSIS</code>, and <code>DATASET</code>) in a folder. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListFolderMembersCommandInput - {@link ListFolderMembersCommandInput}
34
+ * @returns {@link ListFolderMembersCommandOutput}
28
35
  * @see {@link ListFolderMembersCommandInput} for command's `input` shape.
29
36
  * @see {@link ListFolderMembersCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
61
68
  export declare class ListFolderMembersCommand extends $Command<ListFolderMembersCommandInput, ListFolderMembersCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: ListFolderMembersCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListFolderMembersCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFolderMembersCommandInput, ListFolderMembersCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListFoldersRequest, ListFoldersResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFoldersCommand}.
8
10
  */
9
11
  export interface ListFoldersCommandInput extends ListFoldersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFoldersCommand}.
13
17
  */
14
18
  export interface ListFoldersCommandOutput extends ListFoldersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all folders in an account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListFoldersCommandInput - {@link ListFoldersCommandInput}
34
+ * @returns {@link ListFoldersCommandOutput}
28
35
  * @see {@link ListFoldersCommandInput} for command's `input` shape.
29
36
  * @see {@link ListFoldersCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
61
68
  export declare class ListFoldersCommand extends $Command<ListFoldersCommandInput, ListFoldersCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: ListFoldersCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListFoldersCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFoldersCommandInput, ListFoldersCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGroupMembershipsCommand}.
8
10
  */
9
11
  export interface ListGroupMembershipsCommandInput extends ListGroupMembershipsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGroupMembershipsCommand}.
13
17
  */
14
18
  export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists member users in a group.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGroupMembershipsCommandInput - {@link ListGroupMembershipsCommandInput}
34
+ * @returns {@link ListGroupMembershipsCommandOutput}
28
35
  * @see {@link ListGroupMembershipsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGroupMembershipsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
61
68
  export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: ListGroupMembershipsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListGroupMembershipsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGroupsCommand}.
8
10
  */
9
11
  export interface ListGroupsCommandInput extends ListGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGroupsCommand}.
13
17
  */
14
18
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all user groups in Amazon QuickSight. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGroupsCommandInput - {@link ListGroupsCommandInput}
34
+ * @returns {@link ListGroupsCommandOutput}
28
35
  * @see {@link ListGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
61
68
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: ListGroupsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListGroupsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListIAMPolicyAssignmentsRequest, ListIAMPolicyAssignmentsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListIAMPolicyAssignmentsCommand}.
8
10
  */
9
11
  export interface ListIAMPolicyAssignmentsCommandInput extends ListIAMPolicyAssignmentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListIAMPolicyAssignmentsCommand}.
13
17
  */
14
18
  export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssignmentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists IAM policy assignments in the current Amazon QuickSight account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListIAMPolicyAssignmentsCommandInput - {@link ListIAMPolicyAssignmentsCommandInput}
34
+ * @returns {@link ListIAMPolicyAssignmentsCommandOutput}
28
35
  * @see {@link ListIAMPolicyAssignmentsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListIAMPolicyAssignmentsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -55,11 +62,20 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
55
62
  export declare class ListIAMPolicyAssignmentsCommand extends $Command<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig> {
56
63
  readonly input: ListIAMPolicyAssignmentsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: ListIAMPolicyAssignmentsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListIAMPolicyAssignmentsForUserRequest, ListIAMPolicyAssignmentsForUserResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListIAMPolicyAssignmentsForUserCommand}.
8
10
  */
9
11
  export interface ListIAMPolicyAssignmentsForUserCommandInput extends ListIAMPolicyAssignmentsForUserRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListIAMPolicyAssignmentsForUserCommand}.
13
17
  */
14
18
  export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPolicyAssignmentsForUserResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM
18
23
  * policies assigned to the specified user and group or groups that the user belongs
19
24
  * to.</p>
@@ -27,6 +32,8 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListIAMPolicyAssignmentsForUserCommandInput - {@link ListIAMPolicyAssignmentsForUserCommandInput}
36
+ * @returns {@link ListIAMPolicyAssignmentsForUserCommandOutput}
30
37
  * @see {@link ListIAMPolicyAssignmentsForUserCommandInput} for command's `input` shape.
31
38
  * @see {@link ListIAMPolicyAssignmentsForUserCommandOutput} for command's `response` shape.
32
39
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
61
68
  export declare class ListIAMPolicyAssignmentsForUserCommand extends $Command<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: ListIAMPolicyAssignmentsForUserCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListIAMPolicyAssignmentsForUserCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListIngestionsCommand}.
8
10
  */
9
11
  export interface ListIngestionsCommandInput extends ListIngestionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListIngestionsCommand}.
13
17
  */
14
18
  export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the history of SPICE ingestions for a dataset.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListIngestionsCommandInput - {@link ListIngestionsCommandInput}
34
+ * @returns {@link ListIngestionsCommandOutput}
28
35
  * @see {@link ListIngestionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListIngestionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
58
65
  export declare class ListIngestionsCommand extends $Command<ListIngestionsCommandInput, ListIngestionsCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: ListIngestionsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ListIngestionsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIngestionsCommandInput, ListIngestionsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListNamespacesCommand}.
8
10
  */
9
11
  export interface ListNamespacesCommandInput extends ListNamespacesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListNamespacesCommand}.
13
17
  */
14
18
  export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListNamespacesCommandInput - {@link ListNamespacesCommandInput}
34
+ * @returns {@link ListNamespacesCommandOutput}
28
35
  * @see {@link ListNamespacesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListNamespacesCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
61
68
  export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: ListNamespacesCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: ListNamespacesCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNamespacesCommandInput, ListNamespacesCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags assigned to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
52
59
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig> {
53
60
  readonly input: ListTagsForResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListTagsForResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTemplateAliasesRequest, ListTemplateAliasesResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTemplateAliasesCommand}.
8
10
  */
9
11
  export interface ListTemplateAliasesCommandInput extends ListTemplateAliasesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTemplateAliasesCommand}.
13
17
  */
14
18
  export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the aliases of a template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTemplateAliasesCommandInput - {@link ListTemplateAliasesCommandInput}
34
+ * @returns {@link ListTemplateAliasesCommandOutput}
28
35
  * @see {@link ListTemplateAliasesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTemplateAliasesCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
52
59
  export declare class ListTemplateAliasesCommand extends $Command<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig> {
53
60
  readonly input: ListTemplateAliasesCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListTemplateAliasesCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }