@aws-sdk/client-quicksight 3.295.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 +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SearchFoldersRequest, SearchFoldersResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchFoldersCommand}.
8
10
  */
9
11
  export interface SearchFoldersCommandInput extends SearchFoldersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchFoldersCommand}.
13
17
  */
14
18
  export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Searches the subfolders 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 SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SearchFoldersCommandInput - {@link SearchFoldersCommandInput}
34
+ * @returns {@link SearchFoldersCommandOutput}
28
35
  * @see {@link SearchFoldersCommandInput} for command's `input` shape.
29
36
  * @see {@link SearchFoldersCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -64,11 +71,20 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
64
71
  export declare class SearchFoldersCommand extends $Command<SearchFoldersCommandInput, SearchFoldersCommandOutput, QuickSightClientResolvedConfig> {
65
72
  readonly input: SearchFoldersCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: SearchFoldersCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFoldersCommandInput, SearchFoldersCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchGroupsCommand}.
8
10
  */
9
11
  export interface SearchGroupsCommandInput extends SearchGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchGroupsCommand}.
13
17
  */
14
18
  export interface SearchGroupsCommandOutput extends SearchGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Use the <code>SearchGroups</code> operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.</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 SearchGroupsCommandOutput extends SearchGroupsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SearchGroupsCommandInput - {@link SearchGroupsCommandInput}
34
+ * @returns {@link SearchGroupsCommandOutput}
28
35
  * @see {@link SearchGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link SearchGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface SearchGroupsCommandOutput extends SearchGroupsResponse, __Metad
61
68
  export declare class SearchGroupsCommand extends $Command<SearchGroupsCommandInput, SearchGroupsCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: SearchGroupsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: SearchGroupsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchGroupsCommandInput, SearchGroupsCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. </p>
18
23
  * <p>Tags can help you organize and categorize your resources. You can also use them to
19
24
  * scope user permissions, by granting a user permission to access or change only resources
@@ -47,6 +52,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
47
52
  * const response = await client.send(command);
48
53
  * ```
49
54
  *
55
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
56
+ * @returns {@link TagResourceCommandOutput}
50
57
  * @see {@link TagResourceCommandInput} for command's `input` shape.
51
58
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
52
59
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -77,11 +84,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
77
84
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, QuickSightClientResolvedConfig> {
78
85
  readonly input: TagResourceCommandInput;
79
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
80
90
  constructor(input: TagResourceCommandInput);
81
91
  /**
82
92
  * @internal
83
93
  */
84
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
85
98
  private serialize;
99
+ /**
100
+ * @internal
101
+ */
86
102
  private deserialize;
87
103
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a tag or tags from 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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
52
59
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, QuickSightClientResolvedConfig> {
53
60
  readonly input: UntagResourceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UntagResourceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAccountCustomizationCommand}.
8
10
  */
9
11
  export interface UpdateAccountCustomizationCommandInput extends UpdateAccountCustomizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAccountCustomizationCommand}.
13
17
  */
14
18
  export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCustomizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.</p>
18
23
  * <p>You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a
19
24
  * Amazon QuickSight namespace instead. Customizations that apply to a namespace override
@@ -29,6 +34,8 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param UpdateAccountCustomizationCommandInput - {@link UpdateAccountCustomizationCommandInput}
38
+ * @returns {@link UpdateAccountCustomizationCommandOutput}
32
39
  * @see {@link UpdateAccountCustomizationCommandInput} for command's `input` shape.
33
40
  * @see {@link UpdateAccountCustomizationCommandOutput} for command's `response` shape.
34
41
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -62,11 +69,20 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
62
69
  export declare class UpdateAccountCustomizationCommand extends $Command<UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
63
70
  readonly input: UpdateAccountCustomizationCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: UpdateAccountCustomizationCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAccountSettingsCommand}.
8
10
  */
9
11
  export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAccountSettingsCommand}.
13
17
  */
14
18
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the Amazon QuickSight settings in your 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 UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAccountSettingsCommandInput - {@link UpdateAccountSettingsCommandInput}
34
+ * @returns {@link UpdateAccountSettingsCommandOutput}
28
35
  * @see {@link UpdateAccountSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAccountSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
55
62
  export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
56
63
  readonly input: UpdateAccountSettingsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateAccountSettingsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput>;
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 { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAnalysisCommand}.
8
10
  */
9
11
  export interface UpdateAnalysisCommandInput extends UpdateAnalysisRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAnalysisCommand}.
13
17
  */
14
18
  export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an analysis 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 UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAnalysisCommandInput - {@link UpdateAnalysisCommandInput}
34
+ * @returns {@link UpdateAnalysisCommandOutput}
28
35
  * @see {@link UpdateAnalysisCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAnalysisCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
58
65
  export declare class UpdateAnalysisCommand extends $Command<UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: UpdateAnalysisCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateAnalysisCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput>;
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 { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAnalysisPermissionsCommand}.
8
10
  */
9
11
  export interface UpdateAnalysisPermissionsCommandInput extends UpdateAnalysisPermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAnalysisPermissionsCommand}.
13
17
  */
14
18
  export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the read and write permissions for an analysis.</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 UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAnalysisPermissionsCommandInput - {@link UpdateAnalysisPermissionsCommandInput}
34
+ * @returns {@link UpdateAnalysisPermissionsCommandOutput}
28
35
  * @see {@link UpdateAnalysisPermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAnalysisPermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe
58
65
  export declare class UpdateAnalysisPermissionsCommand extends $Command<UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: UpdateAnalysisPermissionsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateAnalysisPermissionsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput>;
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 { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDashboardCommand}.
8
10
  */
9
11
  export interface UpdateDashboardCommandInput extends UpdateDashboardRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDashboardCommand}.
13
17
  */
14
18
  export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a dashboard in an Amazon Web Services account.</p>
18
23
  * <note>
19
24
  * <p>Updating a Dashboard creates a new dashboard version but does not immediately publish
@@ -32,6 +37,8 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param UpdateDashboardCommandInput - {@link UpdateDashboardCommandInput}
41
+ * @returns {@link UpdateDashboardCommandOutput}
35
42
  * @see {@link UpdateDashboardCommandInput} for command's `input` shape.
36
43
  * @see {@link UpdateDashboardCommandOutput} for command's `response` shape.
37
44
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -65,11 +72,20 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
65
72
  export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, QuickSightClientResolvedConfig> {
66
73
  readonly input: UpdateDashboardCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: UpdateDashboardCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDashboardCommandInput, UpdateDashboardCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDashboardPermissionsCommand}.
8
10
  */
9
11
  export interface UpdateDashboardPermissionsCommandInput extends UpdateDashboardPermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDashboardPermissionsCommand}.
13
17
  */
14
18
  export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboardPermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates read and write permissions on a dashboard.</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 UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDashboardPermissionsCommandInput - {@link UpdateDashboardPermissionsCommandInput}
34
+ * @returns {@link UpdateDashboardPermissionsCommandOutput}
28
35
  * @see {@link UpdateDashboardPermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDashboardPermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
58
65
  export declare class UpdateDashboardPermissionsCommand extends $Command<UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: UpdateDashboardPermissionsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateDashboardPermissionsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput>;
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 { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDashboardPublishedVersionCommand}.
8
10
  */
9
11
  export interface UpdateDashboardPublishedVersionCommandInput extends UpdateDashboardPublishedVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDashboardPublishedVersionCommand}.
13
17
  */
14
18
  export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDashboardPublishedVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the published version of a dashboard.</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 UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDashboardPublishedVersionCommandInput - {@link UpdateDashboardPublishedVersionCommandInput}
34
+ * @returns {@link UpdateDashboardPublishedVersionCommandOutput}
28
35
  * @see {@link UpdateDashboardPublishedVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDashboardPublishedVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
55
62
  export declare class UpdateDashboardPublishedVersionCommand extends $Command<UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig> {
56
63
  readonly input: UpdateDashboardPublishedVersionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateDashboardPublishedVersionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput>;
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 { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDataSetCommand}.
8
10
  */
9
11
  export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDataSetCommand}.
13
17
  */
14
18
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.</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 UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDataSetCommandInput - {@link UpdateDataSetCommandInput}
34
+ * @returns {@link UpdateDataSetCommandOutput}
28
35
  * @see {@link UpdateDataSetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDataSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -64,11 +71,20 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
64
71
  export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, QuickSightClientResolvedConfig> {
65
72
  readonly input: UpdateDataSetCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: UpdateDataSetCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSetCommandInput, UpdateDataSetCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDataSetPermissionsCommand}.
8
10
  */
9
11
  export interface UpdateDataSetPermissionsCommandInput extends UpdateDataSetPermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDataSetPermissionsCommand}.
13
17
  */
14
18
  export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the permissions on a dataset.</p>
18
23
  * <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateDataSetPermissionsCommandInput - {@link UpdateDataSetPermissionsCommandInput}
35
+ * @returns {@link UpdateDataSetPermissionsCommandOutput}
29
36
  * @see {@link UpdateDataSetPermissionsCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateDataSetPermissionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -56,11 +63,20 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
56
63
  export declare class UpdateDataSetPermissionsCommand extends $Command<UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
57
64
  readonly input: UpdateDataSetPermissionsCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: UpdateDataSetPermissionsCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }