@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 { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDataSourceCommand}.
8
10
  */
9
11
  export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDataSourceCommand}.
13
17
  */
14
18
  export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a data source.</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 UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDataSourceCommandInput - {@link UpdateDataSourceCommandInput}
34
+ * @returns {@link UpdateDataSourceCommandOutput}
28
35
  * @see {@link UpdateDataSourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDataSourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
55
62
  export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
56
63
  readonly input: UpdateDataSourceCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateDataSourceCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
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 { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDataSourcePermissionsCommand}.
8
10
  */
9
11
  export interface UpdateDataSourcePermissionsCommandInput extends UpdateDataSourcePermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDataSourcePermissionsCommand}.
13
17
  */
14
18
  export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSourcePermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the permissions to a data source.</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 UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDataSourcePermissionsCommandInput - {@link UpdateDataSourcePermissionsCommandInput}
34
+ * @returns {@link UpdateDataSourcePermissionsCommandOutput}
28
35
  * @see {@link UpdateDataSourcePermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDataSourcePermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
55
62
  export declare class UpdateDataSourcePermissionsCommand extends $Command<UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
56
63
  readonly input: UpdateDataSourcePermissionsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateDataSourcePermissionsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput>;
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 { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFolderCommand}.
8
10
  */
9
11
  export interface UpdateFolderCommandInput extends UpdateFolderRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFolderCommand}.
13
17
  */
14
18
  export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the name of 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 UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFolderCommandInput - {@link UpdateFolderCommandInput}
34
+ * @returns {@link UpdateFolderCommandOutput}
28
35
  * @see {@link UpdateFolderCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFolderCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -64,11 +71,20 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
64
71
  export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, QuickSightClientResolvedConfig> {
65
72
  readonly input: UpdateFolderCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: UpdateFolderCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFolderCommandInput, UpdateFolderCommandOutput>;
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 { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFolderPermissionsCommand}.
8
10
  */
9
11
  export interface UpdateFolderPermissionsCommandInput extends UpdateFolderPermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFolderPermissionsCommand}.
13
17
  */
14
18
  export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates permissions of 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 UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFolderPermissionsCommandInput - {@link UpdateFolderPermissionsCommandInput}
34
+ * @returns {@link UpdateFolderPermissionsCommandOutput}
28
35
  * @see {@link UpdateFolderPermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFolderPermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
61
68
  export declare class UpdateFolderPermissionsCommand extends $Command<UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: UpdateFolderPermissionsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UpdateFolderPermissionsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput>;
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 { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGroupCommand}.
8
10
  */
9
11
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGroupCommand}.
13
17
  */
14
18
  export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Changes a group description. </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 UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateGroupCommandInput - {@link UpdateGroupCommandInput}
34
+ * @returns {@link UpdateGroupCommandOutput}
28
35
  * @see {@link UpdateGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
58
65
  export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: UpdateGroupCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateGroupCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
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 { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIAMPolicyAssignmentCommand}.
8
10
  */
9
11
  export interface UpdateIAMPolicyAssignmentCommandInput extends UpdateIAMPolicyAssignmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIAMPolicyAssignmentCommand}.
13
17
  */
14
18
  export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyAssignmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing IAM policy assignment. This operation updates only the optional
18
23
  * parameter or parameters that are specified in the request.
19
24
  * This overwrites all of the users included in <code>Identities</code>.
@@ -28,6 +33,8 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateIAMPolicyAssignmentCommandInput - {@link UpdateIAMPolicyAssignmentCommandInput}
37
+ * @returns {@link UpdateIAMPolicyAssignmentCommandOutput}
31
38
  * @see {@link UpdateIAMPolicyAssignmentCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateIAMPolicyAssignmentCommandOutput} for command's `response` shape.
33
40
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -62,11 +69,20 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
62
69
  export declare class UpdateIAMPolicyAssignmentCommand extends $Command<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
63
70
  readonly input: UpdateIAMPolicyAssignmentCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: UpdateIAMPolicyAssignmentCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput>;
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 { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIpRestrictionCommand}.
8
10
  */
9
11
  export interface UpdateIpRestrictionCommandInput extends UpdateIpRestrictionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIpRestrictionCommand}.
13
17
  */
14
18
  export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</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 UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateIpRestrictionCommandInput - {@link UpdateIpRestrictionCommandInput}
34
+ * @returns {@link UpdateIpRestrictionCommandOutput}
28
35
  * @see {@link UpdateIpRestrictionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateIpRestrictionCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
55
62
  export declare class UpdateIpRestrictionCommand extends $Command<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
56
63
  readonly input: UpdateIpRestrictionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateIpRestrictionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput>;
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 { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePublicSharingSettingsCommand}.
8
10
  */
9
11
  export interface UpdatePublicSharingSettingsCommandInput extends UpdatePublicSharingSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePublicSharingSettingsCommand}.
13
17
  */
14
18
  export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSharingSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn off the
18
23
  * public sharing settings of an Amazon QuickSight dashboard.</p>
19
24
  * <p>To use this operation, turn on session capacity pricing for your Amazon QuickSight
@@ -33,6 +38,8 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdatePublicSharingSettingsCommandInput - {@link UpdatePublicSharingSettingsCommandInput}
42
+ * @returns {@link UpdatePublicSharingSettingsCommandOutput}
36
43
  * @see {@link UpdatePublicSharingSettingsCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdatePublicSharingSettingsCommandOutput} for command's `response` shape.
38
45
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -71,11 +78,20 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
71
78
  export declare class UpdatePublicSharingSettingsCommand extends $Command<UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput, QuickSightClientResolvedConfig> {
72
79
  readonly input: UpdatePublicSharingSettingsCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: UpdatePublicSharingSettingsCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTemplateAliasCommand}.
8
10
  */
9
11
  export interface UpdateTemplateAliasCommandInput extends UpdateTemplateAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTemplateAliasCommand}.
13
17
  */
14
18
  export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the template alias 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 UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTemplateAliasCommandInput - {@link UpdateTemplateAliasCommandInput}
34
+ * @returns {@link UpdateTemplateAliasCommandOutput}
28
35
  * @see {@link UpdateTemplateAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTemplateAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
52
59
  export declare class UpdateTemplateAliasCommand extends $Command<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
53
60
  readonly input: UpdateTemplateAliasCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateTemplateAliasCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput>;
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 { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTemplateCommand}.
8
10
  */
9
11
  export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTemplateCommand}.
13
17
  */
14
18
  export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a template from an existing Amazon QuickSight analysis or another 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 UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTemplateCommandInput - {@link UpdateTemplateCommandInput}
34
+ * @returns {@link UpdateTemplateCommandOutput}
28
35
  * @see {@link UpdateTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -61,11 +68,20 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
61
68
  export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, QuickSightClientResolvedConfig> {
62
69
  readonly input: UpdateTemplateCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: UpdateTemplateCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTemplateCommandInput, UpdateTemplateCommandOutput>;
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 { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTemplatePermissionsCommand}.
8
10
  */
9
11
  export interface UpdateTemplatePermissionsCommandInput extends UpdateTemplatePermissionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTemplatePermissionsCommand}.
13
17
  */
14
18
  export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePermissionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the resource permissions for 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 UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTemplatePermissionsCommandInput - {@link UpdateTemplatePermissionsCommandInput}
34
+ * @returns {@link UpdateTemplatePermissionsCommandOutput}
28
35
  * @see {@link UpdateTemplatePermissionsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTemplatePermissionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
58
65
  export declare class UpdateTemplatePermissionsCommand extends $Command<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: UpdateTemplatePermissionsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateTemplatePermissionsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput>;
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 { UpdateThemeAliasRequest, UpdateThemeAliasResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateThemeAliasCommand}.
8
10
  */
9
11
  export interface UpdateThemeAliasCommandInput extends UpdateThemeAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateThemeAliasCommand}.
13
17
  */
14
18
  export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an alias of a theme.</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 UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateThemeAliasCommandInput - {@link UpdateThemeAliasCommandInput}
34
+ * @returns {@link UpdateThemeAliasCommandOutput}
28
35
  * @see {@link UpdateThemeAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateThemeAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -58,11 +65,20 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
58
65
  export declare class UpdateThemeAliasCommand extends $Command<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
59
66
  readonly input: UpdateThemeAliasCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: UpdateThemeAliasCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput>;
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 { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateThemeCommand}.
8
10
  */
9
11
  export interface UpdateThemeCommandInput extends UpdateThemeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateThemeCommand}.
13
17
  */
14
18
  export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a theme.</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 UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateThemeCommandInput - {@link UpdateThemeCommandInput}
34
+ * @returns {@link UpdateThemeCommandOutput}
28
35
  * @see {@link UpdateThemeCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateThemeCommandOutput} for command's `response` shape.
30
37
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
@@ -64,11 +71,20 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
64
71
  export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, QuickSightClientResolvedConfig> {
65
72
  readonly input: UpdateThemeCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: UpdateThemeCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThemeCommandInput, UpdateThemeCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }