@aws-sdk/client-quicksight 3.168.0 → 3.170.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/QuickSight.d.ts +919 -71
- package/dist-types/ts3.4/QuickSightClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4266 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +3823 -81
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,193 +1,849 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
import {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
import {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
import {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
import {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelIngestionCommandInput,
|
|
47
|
+
CancelIngestionCommandOutput,
|
|
48
|
+
} from "./commands/CancelIngestionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAccountCustomizationCommandInput,
|
|
51
|
+
CreateAccountCustomizationCommandOutput,
|
|
52
|
+
} from "./commands/CreateAccountCustomizationCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAccountSubscriptionCommandInput,
|
|
55
|
+
CreateAccountSubscriptionCommandOutput,
|
|
56
|
+
} from "./commands/CreateAccountSubscriptionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateAnalysisCommandInput,
|
|
59
|
+
CreateAnalysisCommandOutput,
|
|
60
|
+
} from "./commands/CreateAnalysisCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDashboardCommandInput,
|
|
63
|
+
CreateDashboardCommandOutput,
|
|
64
|
+
} from "./commands/CreateDashboardCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDataSetCommandInput,
|
|
67
|
+
CreateDataSetCommandOutput,
|
|
68
|
+
} from "./commands/CreateDataSetCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDataSourceCommandInput,
|
|
71
|
+
CreateDataSourceCommandOutput,
|
|
72
|
+
} from "./commands/CreateDataSourceCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateFolderCommandInput,
|
|
75
|
+
CreateFolderCommandOutput,
|
|
76
|
+
} from "./commands/CreateFolderCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateFolderMembershipCommandInput,
|
|
79
|
+
CreateFolderMembershipCommandOutput,
|
|
80
|
+
} from "./commands/CreateFolderMembershipCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateGroupCommandInput,
|
|
83
|
+
CreateGroupCommandOutput,
|
|
84
|
+
} from "./commands/CreateGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateGroupMembershipCommandInput,
|
|
87
|
+
CreateGroupMembershipCommandOutput,
|
|
88
|
+
} from "./commands/CreateGroupMembershipCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateIAMPolicyAssignmentCommandInput,
|
|
91
|
+
CreateIAMPolicyAssignmentCommandOutput,
|
|
92
|
+
} from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateIngestionCommandInput,
|
|
95
|
+
CreateIngestionCommandOutput,
|
|
96
|
+
} from "./commands/CreateIngestionCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateNamespaceCommandInput,
|
|
99
|
+
CreateNamespaceCommandOutput,
|
|
100
|
+
} from "./commands/CreateNamespaceCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreateTemplateAliasCommandInput,
|
|
103
|
+
CreateTemplateAliasCommandOutput,
|
|
104
|
+
} from "./commands/CreateTemplateAliasCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateTemplateCommandInput,
|
|
107
|
+
CreateTemplateCommandOutput,
|
|
108
|
+
} from "./commands/CreateTemplateCommand";
|
|
109
|
+
import {
|
|
110
|
+
CreateThemeAliasCommandInput,
|
|
111
|
+
CreateThemeAliasCommandOutput,
|
|
112
|
+
} from "./commands/CreateThemeAliasCommand";
|
|
113
|
+
import {
|
|
114
|
+
CreateThemeCommandInput,
|
|
115
|
+
CreateThemeCommandOutput,
|
|
116
|
+
} from "./commands/CreateThemeCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteAccountCustomizationCommandInput,
|
|
119
|
+
DeleteAccountCustomizationCommandOutput,
|
|
120
|
+
} from "./commands/DeleteAccountCustomizationCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteAnalysisCommandInput,
|
|
123
|
+
DeleteAnalysisCommandOutput,
|
|
124
|
+
} from "./commands/DeleteAnalysisCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteDashboardCommandInput,
|
|
127
|
+
DeleteDashboardCommandOutput,
|
|
128
|
+
} from "./commands/DeleteDashboardCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteDataSetCommandInput,
|
|
131
|
+
DeleteDataSetCommandOutput,
|
|
132
|
+
} from "./commands/DeleteDataSetCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteDataSourceCommandInput,
|
|
135
|
+
DeleteDataSourceCommandOutput,
|
|
136
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteFolderCommandInput,
|
|
139
|
+
DeleteFolderCommandOutput,
|
|
140
|
+
} from "./commands/DeleteFolderCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteFolderMembershipCommandInput,
|
|
143
|
+
DeleteFolderMembershipCommandOutput,
|
|
144
|
+
} from "./commands/DeleteFolderMembershipCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteGroupCommandInput,
|
|
147
|
+
DeleteGroupCommandOutput,
|
|
148
|
+
} from "./commands/DeleteGroupCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteGroupMembershipCommandInput,
|
|
151
|
+
DeleteGroupMembershipCommandOutput,
|
|
152
|
+
} from "./commands/DeleteGroupMembershipCommand";
|
|
153
|
+
import {
|
|
154
|
+
DeleteIAMPolicyAssignmentCommandInput,
|
|
155
|
+
DeleteIAMPolicyAssignmentCommandOutput,
|
|
156
|
+
} from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
157
|
+
import {
|
|
158
|
+
DeleteNamespaceCommandInput,
|
|
159
|
+
DeleteNamespaceCommandOutput,
|
|
160
|
+
} from "./commands/DeleteNamespaceCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeleteTemplateAliasCommandInput,
|
|
163
|
+
DeleteTemplateAliasCommandOutput,
|
|
164
|
+
} from "./commands/DeleteTemplateAliasCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeleteTemplateCommandInput,
|
|
167
|
+
DeleteTemplateCommandOutput,
|
|
168
|
+
} from "./commands/DeleteTemplateCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeleteThemeAliasCommandInput,
|
|
171
|
+
DeleteThemeAliasCommandOutput,
|
|
172
|
+
} from "./commands/DeleteThemeAliasCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteThemeCommandInput,
|
|
175
|
+
DeleteThemeCommandOutput,
|
|
176
|
+
} from "./commands/DeleteThemeCommand";
|
|
177
|
+
import {
|
|
178
|
+
DeleteUserByPrincipalIdCommandInput,
|
|
179
|
+
DeleteUserByPrincipalIdCommandOutput,
|
|
180
|
+
} from "./commands/DeleteUserByPrincipalIdCommand";
|
|
181
|
+
import {
|
|
182
|
+
DeleteUserCommandInput,
|
|
183
|
+
DeleteUserCommandOutput,
|
|
184
|
+
} from "./commands/DeleteUserCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeAccountCustomizationCommandInput,
|
|
187
|
+
DescribeAccountCustomizationCommandOutput,
|
|
188
|
+
} from "./commands/DescribeAccountCustomizationCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeAccountSettingsCommandInput,
|
|
191
|
+
DescribeAccountSettingsCommandOutput,
|
|
192
|
+
} from "./commands/DescribeAccountSettingsCommand";
|
|
193
|
+
import {
|
|
194
|
+
DescribeAccountSubscriptionCommandInput,
|
|
195
|
+
DescribeAccountSubscriptionCommandOutput,
|
|
196
|
+
} from "./commands/DescribeAccountSubscriptionCommand";
|
|
197
|
+
import {
|
|
198
|
+
DescribeAnalysisCommandInput,
|
|
199
|
+
DescribeAnalysisCommandOutput,
|
|
200
|
+
} from "./commands/DescribeAnalysisCommand";
|
|
201
|
+
import {
|
|
202
|
+
DescribeAnalysisPermissionsCommandInput,
|
|
203
|
+
DescribeAnalysisPermissionsCommandOutput,
|
|
204
|
+
} from "./commands/DescribeAnalysisPermissionsCommand";
|
|
205
|
+
import {
|
|
206
|
+
DescribeDashboardCommandInput,
|
|
207
|
+
DescribeDashboardCommandOutput,
|
|
208
|
+
} from "./commands/DescribeDashboardCommand";
|
|
209
|
+
import {
|
|
210
|
+
DescribeDashboardPermissionsCommandInput,
|
|
211
|
+
DescribeDashboardPermissionsCommandOutput,
|
|
212
|
+
} from "./commands/DescribeDashboardPermissionsCommand";
|
|
213
|
+
import {
|
|
214
|
+
DescribeDataSetCommandInput,
|
|
215
|
+
DescribeDataSetCommandOutput,
|
|
216
|
+
} from "./commands/DescribeDataSetCommand";
|
|
217
|
+
import {
|
|
218
|
+
DescribeDataSetPermissionsCommandInput,
|
|
219
|
+
DescribeDataSetPermissionsCommandOutput,
|
|
220
|
+
} from "./commands/DescribeDataSetPermissionsCommand";
|
|
221
|
+
import {
|
|
222
|
+
DescribeDataSourceCommandInput,
|
|
223
|
+
DescribeDataSourceCommandOutput,
|
|
224
|
+
} from "./commands/DescribeDataSourceCommand";
|
|
225
|
+
import {
|
|
226
|
+
DescribeDataSourcePermissionsCommandInput,
|
|
227
|
+
DescribeDataSourcePermissionsCommandOutput,
|
|
228
|
+
} from "./commands/DescribeDataSourcePermissionsCommand";
|
|
229
|
+
import {
|
|
230
|
+
DescribeFolderCommandInput,
|
|
231
|
+
DescribeFolderCommandOutput,
|
|
232
|
+
} from "./commands/DescribeFolderCommand";
|
|
233
|
+
import {
|
|
234
|
+
DescribeFolderPermissionsCommandInput,
|
|
235
|
+
DescribeFolderPermissionsCommandOutput,
|
|
236
|
+
} from "./commands/DescribeFolderPermissionsCommand";
|
|
237
|
+
import {
|
|
238
|
+
DescribeFolderResolvedPermissionsCommandInput,
|
|
239
|
+
DescribeFolderResolvedPermissionsCommandOutput,
|
|
240
|
+
} from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
241
|
+
import {
|
|
242
|
+
DescribeGroupCommandInput,
|
|
243
|
+
DescribeGroupCommandOutput,
|
|
244
|
+
} from "./commands/DescribeGroupCommand";
|
|
245
|
+
import {
|
|
246
|
+
DescribeGroupMembershipCommandInput,
|
|
247
|
+
DescribeGroupMembershipCommandOutput,
|
|
248
|
+
} from "./commands/DescribeGroupMembershipCommand";
|
|
249
|
+
import {
|
|
250
|
+
DescribeIAMPolicyAssignmentCommandInput,
|
|
251
|
+
DescribeIAMPolicyAssignmentCommandOutput,
|
|
252
|
+
} from "./commands/DescribeIAMPolicyAssignmentCommand";
|
|
253
|
+
import {
|
|
254
|
+
DescribeIngestionCommandInput,
|
|
255
|
+
DescribeIngestionCommandOutput,
|
|
256
|
+
} from "./commands/DescribeIngestionCommand";
|
|
257
|
+
import {
|
|
258
|
+
DescribeIpRestrictionCommandInput,
|
|
259
|
+
DescribeIpRestrictionCommandOutput,
|
|
260
|
+
} from "./commands/DescribeIpRestrictionCommand";
|
|
261
|
+
import {
|
|
262
|
+
DescribeNamespaceCommandInput,
|
|
263
|
+
DescribeNamespaceCommandOutput,
|
|
264
|
+
} from "./commands/DescribeNamespaceCommand";
|
|
265
|
+
import {
|
|
266
|
+
DescribeTemplateAliasCommandInput,
|
|
267
|
+
DescribeTemplateAliasCommandOutput,
|
|
268
|
+
} from "./commands/DescribeTemplateAliasCommand";
|
|
269
|
+
import {
|
|
270
|
+
DescribeTemplateCommandInput,
|
|
271
|
+
DescribeTemplateCommandOutput,
|
|
272
|
+
} from "./commands/DescribeTemplateCommand";
|
|
273
|
+
import {
|
|
274
|
+
DescribeTemplatePermissionsCommandInput,
|
|
275
|
+
DescribeTemplatePermissionsCommandOutput,
|
|
276
|
+
} from "./commands/DescribeTemplatePermissionsCommand";
|
|
277
|
+
import {
|
|
278
|
+
DescribeThemeAliasCommandInput,
|
|
279
|
+
DescribeThemeAliasCommandOutput,
|
|
280
|
+
} from "./commands/DescribeThemeAliasCommand";
|
|
281
|
+
import {
|
|
282
|
+
DescribeThemeCommandInput,
|
|
283
|
+
DescribeThemeCommandOutput,
|
|
284
|
+
} from "./commands/DescribeThemeCommand";
|
|
285
|
+
import {
|
|
286
|
+
DescribeThemePermissionsCommandInput,
|
|
287
|
+
DescribeThemePermissionsCommandOutput,
|
|
288
|
+
} from "./commands/DescribeThemePermissionsCommand";
|
|
289
|
+
import {
|
|
290
|
+
DescribeUserCommandInput,
|
|
291
|
+
DescribeUserCommandOutput,
|
|
292
|
+
} from "./commands/DescribeUserCommand";
|
|
293
|
+
import {
|
|
294
|
+
GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
295
|
+
GenerateEmbedUrlForAnonymousUserCommandOutput,
|
|
296
|
+
} from "./commands/GenerateEmbedUrlForAnonymousUserCommand";
|
|
297
|
+
import {
|
|
298
|
+
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
299
|
+
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
300
|
+
} from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
301
|
+
import {
|
|
302
|
+
GetDashboardEmbedUrlCommandInput,
|
|
303
|
+
GetDashboardEmbedUrlCommandOutput,
|
|
304
|
+
} from "./commands/GetDashboardEmbedUrlCommand";
|
|
305
|
+
import {
|
|
306
|
+
GetSessionEmbedUrlCommandInput,
|
|
307
|
+
GetSessionEmbedUrlCommandOutput,
|
|
308
|
+
} from "./commands/GetSessionEmbedUrlCommand";
|
|
309
|
+
import {
|
|
310
|
+
ListAnalysesCommandInput,
|
|
311
|
+
ListAnalysesCommandOutput,
|
|
312
|
+
} from "./commands/ListAnalysesCommand";
|
|
313
|
+
import {
|
|
314
|
+
ListDashboardsCommandInput,
|
|
315
|
+
ListDashboardsCommandOutput,
|
|
316
|
+
} from "./commands/ListDashboardsCommand";
|
|
317
|
+
import {
|
|
318
|
+
ListDashboardVersionsCommandInput,
|
|
319
|
+
ListDashboardVersionsCommandOutput,
|
|
320
|
+
} from "./commands/ListDashboardVersionsCommand";
|
|
321
|
+
import {
|
|
322
|
+
ListDataSetsCommandInput,
|
|
323
|
+
ListDataSetsCommandOutput,
|
|
324
|
+
} from "./commands/ListDataSetsCommand";
|
|
325
|
+
import {
|
|
326
|
+
ListDataSourcesCommandInput,
|
|
327
|
+
ListDataSourcesCommandOutput,
|
|
328
|
+
} from "./commands/ListDataSourcesCommand";
|
|
329
|
+
import {
|
|
330
|
+
ListFolderMembersCommandInput,
|
|
331
|
+
ListFolderMembersCommandOutput,
|
|
332
|
+
} from "./commands/ListFolderMembersCommand";
|
|
333
|
+
import {
|
|
334
|
+
ListFoldersCommandInput,
|
|
335
|
+
ListFoldersCommandOutput,
|
|
336
|
+
} from "./commands/ListFoldersCommand";
|
|
337
|
+
import {
|
|
338
|
+
ListGroupMembershipsCommandInput,
|
|
339
|
+
ListGroupMembershipsCommandOutput,
|
|
340
|
+
} from "./commands/ListGroupMembershipsCommand";
|
|
341
|
+
import {
|
|
342
|
+
ListGroupsCommandInput,
|
|
343
|
+
ListGroupsCommandOutput,
|
|
344
|
+
} from "./commands/ListGroupsCommand";
|
|
345
|
+
import {
|
|
346
|
+
ListIAMPolicyAssignmentsCommandInput,
|
|
347
|
+
ListIAMPolicyAssignmentsCommandOutput,
|
|
348
|
+
} from "./commands/ListIAMPolicyAssignmentsCommand";
|
|
349
|
+
import {
|
|
350
|
+
ListIAMPolicyAssignmentsForUserCommandInput,
|
|
351
|
+
ListIAMPolicyAssignmentsForUserCommandOutput,
|
|
352
|
+
} from "./commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
353
|
+
import {
|
|
354
|
+
ListIngestionsCommandInput,
|
|
355
|
+
ListIngestionsCommandOutput,
|
|
356
|
+
} from "./commands/ListIngestionsCommand";
|
|
357
|
+
import {
|
|
358
|
+
ListNamespacesCommandInput,
|
|
359
|
+
ListNamespacesCommandOutput,
|
|
360
|
+
} from "./commands/ListNamespacesCommand";
|
|
361
|
+
import {
|
|
362
|
+
ListTagsForResourceCommandInput,
|
|
363
|
+
ListTagsForResourceCommandOutput,
|
|
364
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
365
|
+
import {
|
|
366
|
+
ListTemplateAliasesCommandInput,
|
|
367
|
+
ListTemplateAliasesCommandOutput,
|
|
368
|
+
} from "./commands/ListTemplateAliasesCommand";
|
|
369
|
+
import {
|
|
370
|
+
ListTemplatesCommandInput,
|
|
371
|
+
ListTemplatesCommandOutput,
|
|
372
|
+
} from "./commands/ListTemplatesCommand";
|
|
373
|
+
import {
|
|
374
|
+
ListTemplateVersionsCommandInput,
|
|
375
|
+
ListTemplateVersionsCommandOutput,
|
|
376
|
+
} from "./commands/ListTemplateVersionsCommand";
|
|
377
|
+
import {
|
|
378
|
+
ListThemeAliasesCommandInput,
|
|
379
|
+
ListThemeAliasesCommandOutput,
|
|
380
|
+
} from "./commands/ListThemeAliasesCommand";
|
|
381
|
+
import {
|
|
382
|
+
ListThemesCommandInput,
|
|
383
|
+
ListThemesCommandOutput,
|
|
384
|
+
} from "./commands/ListThemesCommand";
|
|
385
|
+
import {
|
|
386
|
+
ListThemeVersionsCommandInput,
|
|
387
|
+
ListThemeVersionsCommandOutput,
|
|
388
|
+
} from "./commands/ListThemeVersionsCommand";
|
|
389
|
+
import {
|
|
390
|
+
ListUserGroupsCommandInput,
|
|
391
|
+
ListUserGroupsCommandOutput,
|
|
392
|
+
} from "./commands/ListUserGroupsCommand";
|
|
393
|
+
import {
|
|
394
|
+
ListUsersCommandInput,
|
|
395
|
+
ListUsersCommandOutput,
|
|
396
|
+
} from "./commands/ListUsersCommand";
|
|
397
|
+
import {
|
|
398
|
+
RegisterUserCommandInput,
|
|
399
|
+
RegisterUserCommandOutput,
|
|
400
|
+
} from "./commands/RegisterUserCommand";
|
|
401
|
+
import {
|
|
402
|
+
RestoreAnalysisCommandInput,
|
|
403
|
+
RestoreAnalysisCommandOutput,
|
|
404
|
+
} from "./commands/RestoreAnalysisCommand";
|
|
405
|
+
import {
|
|
406
|
+
SearchAnalysesCommandInput,
|
|
407
|
+
SearchAnalysesCommandOutput,
|
|
408
|
+
} from "./commands/SearchAnalysesCommand";
|
|
409
|
+
import {
|
|
410
|
+
SearchDashboardsCommandInput,
|
|
411
|
+
SearchDashboardsCommandOutput,
|
|
412
|
+
} from "./commands/SearchDashboardsCommand";
|
|
413
|
+
import {
|
|
414
|
+
SearchFoldersCommandInput,
|
|
415
|
+
SearchFoldersCommandOutput,
|
|
416
|
+
} from "./commands/SearchFoldersCommand";
|
|
417
|
+
import {
|
|
418
|
+
SearchGroupsCommandInput,
|
|
419
|
+
SearchGroupsCommandOutput,
|
|
420
|
+
} from "./commands/SearchGroupsCommand";
|
|
421
|
+
import {
|
|
422
|
+
TagResourceCommandInput,
|
|
423
|
+
TagResourceCommandOutput,
|
|
424
|
+
} from "./commands/TagResourceCommand";
|
|
425
|
+
import {
|
|
426
|
+
UntagResourceCommandInput,
|
|
427
|
+
UntagResourceCommandOutput,
|
|
428
|
+
} from "./commands/UntagResourceCommand";
|
|
429
|
+
import {
|
|
430
|
+
UpdateAccountCustomizationCommandInput,
|
|
431
|
+
UpdateAccountCustomizationCommandOutput,
|
|
432
|
+
} from "./commands/UpdateAccountCustomizationCommand";
|
|
433
|
+
import {
|
|
434
|
+
UpdateAccountSettingsCommandInput,
|
|
435
|
+
UpdateAccountSettingsCommandOutput,
|
|
436
|
+
} from "./commands/UpdateAccountSettingsCommand";
|
|
437
|
+
import {
|
|
438
|
+
UpdateAnalysisCommandInput,
|
|
439
|
+
UpdateAnalysisCommandOutput,
|
|
440
|
+
} from "./commands/UpdateAnalysisCommand";
|
|
441
|
+
import {
|
|
442
|
+
UpdateAnalysisPermissionsCommandInput,
|
|
443
|
+
UpdateAnalysisPermissionsCommandOutput,
|
|
444
|
+
} from "./commands/UpdateAnalysisPermissionsCommand";
|
|
445
|
+
import {
|
|
446
|
+
UpdateDashboardCommandInput,
|
|
447
|
+
UpdateDashboardCommandOutput,
|
|
448
|
+
} from "./commands/UpdateDashboardCommand";
|
|
449
|
+
import {
|
|
450
|
+
UpdateDashboardPermissionsCommandInput,
|
|
451
|
+
UpdateDashboardPermissionsCommandOutput,
|
|
452
|
+
} from "./commands/UpdateDashboardPermissionsCommand";
|
|
453
|
+
import {
|
|
454
|
+
UpdateDashboardPublishedVersionCommandInput,
|
|
455
|
+
UpdateDashboardPublishedVersionCommandOutput,
|
|
456
|
+
} from "./commands/UpdateDashboardPublishedVersionCommand";
|
|
457
|
+
import {
|
|
458
|
+
UpdateDataSetCommandInput,
|
|
459
|
+
UpdateDataSetCommandOutput,
|
|
460
|
+
} from "./commands/UpdateDataSetCommand";
|
|
461
|
+
import {
|
|
462
|
+
UpdateDataSetPermissionsCommandInput,
|
|
463
|
+
UpdateDataSetPermissionsCommandOutput,
|
|
464
|
+
} from "./commands/UpdateDataSetPermissionsCommand";
|
|
465
|
+
import {
|
|
466
|
+
UpdateDataSourceCommandInput,
|
|
467
|
+
UpdateDataSourceCommandOutput,
|
|
468
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
469
|
+
import {
|
|
470
|
+
UpdateDataSourcePermissionsCommandInput,
|
|
471
|
+
UpdateDataSourcePermissionsCommandOutput,
|
|
472
|
+
} from "./commands/UpdateDataSourcePermissionsCommand";
|
|
473
|
+
import {
|
|
474
|
+
UpdateFolderCommandInput,
|
|
475
|
+
UpdateFolderCommandOutput,
|
|
476
|
+
} from "./commands/UpdateFolderCommand";
|
|
477
|
+
import {
|
|
478
|
+
UpdateFolderPermissionsCommandInput,
|
|
479
|
+
UpdateFolderPermissionsCommandOutput,
|
|
480
|
+
} from "./commands/UpdateFolderPermissionsCommand";
|
|
481
|
+
import {
|
|
482
|
+
UpdateGroupCommandInput,
|
|
483
|
+
UpdateGroupCommandOutput,
|
|
484
|
+
} from "./commands/UpdateGroupCommand";
|
|
485
|
+
import {
|
|
486
|
+
UpdateIAMPolicyAssignmentCommandInput,
|
|
487
|
+
UpdateIAMPolicyAssignmentCommandOutput,
|
|
488
|
+
} from "./commands/UpdateIAMPolicyAssignmentCommand";
|
|
489
|
+
import {
|
|
490
|
+
UpdateIpRestrictionCommandInput,
|
|
491
|
+
UpdateIpRestrictionCommandOutput,
|
|
492
|
+
} from "./commands/UpdateIpRestrictionCommand";
|
|
493
|
+
import {
|
|
494
|
+
UpdatePublicSharingSettingsCommandInput,
|
|
495
|
+
UpdatePublicSharingSettingsCommandOutput,
|
|
496
|
+
} from "./commands/UpdatePublicSharingSettingsCommand";
|
|
497
|
+
import {
|
|
498
|
+
UpdateTemplateAliasCommandInput,
|
|
499
|
+
UpdateTemplateAliasCommandOutput,
|
|
500
|
+
} from "./commands/UpdateTemplateAliasCommand";
|
|
501
|
+
import {
|
|
502
|
+
UpdateTemplateCommandInput,
|
|
503
|
+
UpdateTemplateCommandOutput,
|
|
504
|
+
} from "./commands/UpdateTemplateCommand";
|
|
505
|
+
import {
|
|
506
|
+
UpdateTemplatePermissionsCommandInput,
|
|
507
|
+
UpdateTemplatePermissionsCommandOutput,
|
|
508
|
+
} from "./commands/UpdateTemplatePermissionsCommand";
|
|
509
|
+
import {
|
|
510
|
+
UpdateThemeAliasCommandInput,
|
|
511
|
+
UpdateThemeAliasCommandOutput,
|
|
512
|
+
} from "./commands/UpdateThemeAliasCommand";
|
|
513
|
+
import {
|
|
514
|
+
UpdateThemeCommandInput,
|
|
515
|
+
UpdateThemeCommandOutput,
|
|
516
|
+
} from "./commands/UpdateThemeCommand";
|
|
517
|
+
import {
|
|
518
|
+
UpdateThemePermissionsCommandInput,
|
|
519
|
+
UpdateThemePermissionsCommandOutput,
|
|
520
|
+
} from "./commands/UpdateThemePermissionsCommand";
|
|
521
|
+
import {
|
|
522
|
+
UpdateUserCommandInput,
|
|
523
|
+
UpdateUserCommandOutput,
|
|
524
|
+
} from "./commands/UpdateUserCommand";
|
|
525
|
+
export declare type ServiceInputTypes =
|
|
526
|
+
| CancelIngestionCommandInput
|
|
527
|
+
| CreateAccountCustomizationCommandInput
|
|
528
|
+
| CreateAccountSubscriptionCommandInput
|
|
529
|
+
| CreateAnalysisCommandInput
|
|
530
|
+
| CreateDashboardCommandInput
|
|
531
|
+
| CreateDataSetCommandInput
|
|
532
|
+
| CreateDataSourceCommandInput
|
|
533
|
+
| CreateFolderCommandInput
|
|
534
|
+
| CreateFolderMembershipCommandInput
|
|
535
|
+
| CreateGroupCommandInput
|
|
536
|
+
| CreateGroupMembershipCommandInput
|
|
537
|
+
| CreateIAMPolicyAssignmentCommandInput
|
|
538
|
+
| CreateIngestionCommandInput
|
|
539
|
+
| CreateNamespaceCommandInput
|
|
540
|
+
| CreateTemplateAliasCommandInput
|
|
541
|
+
| CreateTemplateCommandInput
|
|
542
|
+
| CreateThemeAliasCommandInput
|
|
543
|
+
| CreateThemeCommandInput
|
|
544
|
+
| DeleteAccountCustomizationCommandInput
|
|
545
|
+
| DeleteAnalysisCommandInput
|
|
546
|
+
| DeleteDashboardCommandInput
|
|
547
|
+
| DeleteDataSetCommandInput
|
|
548
|
+
| DeleteDataSourceCommandInput
|
|
549
|
+
| DeleteFolderCommandInput
|
|
550
|
+
| DeleteFolderMembershipCommandInput
|
|
551
|
+
| DeleteGroupCommandInput
|
|
552
|
+
| DeleteGroupMembershipCommandInput
|
|
553
|
+
| DeleteIAMPolicyAssignmentCommandInput
|
|
554
|
+
| DeleteNamespaceCommandInput
|
|
555
|
+
| DeleteTemplateAliasCommandInput
|
|
556
|
+
| DeleteTemplateCommandInput
|
|
557
|
+
| DeleteThemeAliasCommandInput
|
|
558
|
+
| DeleteThemeCommandInput
|
|
559
|
+
| DeleteUserByPrincipalIdCommandInput
|
|
560
|
+
| DeleteUserCommandInput
|
|
561
|
+
| DescribeAccountCustomizationCommandInput
|
|
562
|
+
| DescribeAccountSettingsCommandInput
|
|
563
|
+
| DescribeAccountSubscriptionCommandInput
|
|
564
|
+
| DescribeAnalysisCommandInput
|
|
565
|
+
| DescribeAnalysisPermissionsCommandInput
|
|
566
|
+
| DescribeDashboardCommandInput
|
|
567
|
+
| DescribeDashboardPermissionsCommandInput
|
|
568
|
+
| DescribeDataSetCommandInput
|
|
569
|
+
| DescribeDataSetPermissionsCommandInput
|
|
570
|
+
| DescribeDataSourceCommandInput
|
|
571
|
+
| DescribeDataSourcePermissionsCommandInput
|
|
572
|
+
| DescribeFolderCommandInput
|
|
573
|
+
| DescribeFolderPermissionsCommandInput
|
|
574
|
+
| DescribeFolderResolvedPermissionsCommandInput
|
|
575
|
+
| DescribeGroupCommandInput
|
|
576
|
+
| DescribeGroupMembershipCommandInput
|
|
577
|
+
| DescribeIAMPolicyAssignmentCommandInput
|
|
578
|
+
| DescribeIngestionCommandInput
|
|
579
|
+
| DescribeIpRestrictionCommandInput
|
|
580
|
+
| DescribeNamespaceCommandInput
|
|
581
|
+
| DescribeTemplateAliasCommandInput
|
|
582
|
+
| DescribeTemplateCommandInput
|
|
583
|
+
| DescribeTemplatePermissionsCommandInput
|
|
584
|
+
| DescribeThemeAliasCommandInput
|
|
585
|
+
| DescribeThemeCommandInput
|
|
586
|
+
| DescribeThemePermissionsCommandInput
|
|
587
|
+
| DescribeUserCommandInput
|
|
588
|
+
| GenerateEmbedUrlForAnonymousUserCommandInput
|
|
589
|
+
| GenerateEmbedUrlForRegisteredUserCommandInput
|
|
590
|
+
| GetDashboardEmbedUrlCommandInput
|
|
591
|
+
| GetSessionEmbedUrlCommandInput
|
|
592
|
+
| ListAnalysesCommandInput
|
|
593
|
+
| ListDashboardVersionsCommandInput
|
|
594
|
+
| ListDashboardsCommandInput
|
|
595
|
+
| ListDataSetsCommandInput
|
|
596
|
+
| ListDataSourcesCommandInput
|
|
597
|
+
| ListFolderMembersCommandInput
|
|
598
|
+
| ListFoldersCommandInput
|
|
599
|
+
| ListGroupMembershipsCommandInput
|
|
600
|
+
| ListGroupsCommandInput
|
|
601
|
+
| ListIAMPolicyAssignmentsCommandInput
|
|
602
|
+
| ListIAMPolicyAssignmentsForUserCommandInput
|
|
603
|
+
| ListIngestionsCommandInput
|
|
604
|
+
| ListNamespacesCommandInput
|
|
605
|
+
| ListTagsForResourceCommandInput
|
|
606
|
+
| ListTemplateAliasesCommandInput
|
|
607
|
+
| ListTemplateVersionsCommandInput
|
|
608
|
+
| ListTemplatesCommandInput
|
|
609
|
+
| ListThemeAliasesCommandInput
|
|
610
|
+
| ListThemeVersionsCommandInput
|
|
611
|
+
| ListThemesCommandInput
|
|
612
|
+
| ListUserGroupsCommandInput
|
|
613
|
+
| ListUsersCommandInput
|
|
614
|
+
| RegisterUserCommandInput
|
|
615
|
+
| RestoreAnalysisCommandInput
|
|
616
|
+
| SearchAnalysesCommandInput
|
|
617
|
+
| SearchDashboardsCommandInput
|
|
618
|
+
| SearchFoldersCommandInput
|
|
619
|
+
| SearchGroupsCommandInput
|
|
620
|
+
| TagResourceCommandInput
|
|
621
|
+
| UntagResourceCommandInput
|
|
622
|
+
| UpdateAccountCustomizationCommandInput
|
|
623
|
+
| UpdateAccountSettingsCommandInput
|
|
624
|
+
| UpdateAnalysisCommandInput
|
|
625
|
+
| UpdateAnalysisPermissionsCommandInput
|
|
626
|
+
| UpdateDashboardCommandInput
|
|
627
|
+
| UpdateDashboardPermissionsCommandInput
|
|
628
|
+
| UpdateDashboardPublishedVersionCommandInput
|
|
629
|
+
| UpdateDataSetCommandInput
|
|
630
|
+
| UpdateDataSetPermissionsCommandInput
|
|
631
|
+
| UpdateDataSourceCommandInput
|
|
632
|
+
| UpdateDataSourcePermissionsCommandInput
|
|
633
|
+
| UpdateFolderCommandInput
|
|
634
|
+
| UpdateFolderPermissionsCommandInput
|
|
635
|
+
| UpdateGroupCommandInput
|
|
636
|
+
| UpdateIAMPolicyAssignmentCommandInput
|
|
637
|
+
| UpdateIpRestrictionCommandInput
|
|
638
|
+
| UpdatePublicSharingSettingsCommandInput
|
|
639
|
+
| UpdateTemplateAliasCommandInput
|
|
640
|
+
| UpdateTemplateCommandInput
|
|
641
|
+
| UpdateTemplatePermissionsCommandInput
|
|
642
|
+
| UpdateThemeAliasCommandInput
|
|
643
|
+
| UpdateThemeCommandInput
|
|
644
|
+
| UpdateThemePermissionsCommandInput
|
|
645
|
+
| UpdateUserCommandInput;
|
|
646
|
+
export declare type ServiceOutputTypes =
|
|
647
|
+
| CancelIngestionCommandOutput
|
|
648
|
+
| CreateAccountCustomizationCommandOutput
|
|
649
|
+
| CreateAccountSubscriptionCommandOutput
|
|
650
|
+
| CreateAnalysisCommandOutput
|
|
651
|
+
| CreateDashboardCommandOutput
|
|
652
|
+
| CreateDataSetCommandOutput
|
|
653
|
+
| CreateDataSourceCommandOutput
|
|
654
|
+
| CreateFolderCommandOutput
|
|
655
|
+
| CreateFolderMembershipCommandOutput
|
|
656
|
+
| CreateGroupCommandOutput
|
|
657
|
+
| CreateGroupMembershipCommandOutput
|
|
658
|
+
| CreateIAMPolicyAssignmentCommandOutput
|
|
659
|
+
| CreateIngestionCommandOutput
|
|
660
|
+
| CreateNamespaceCommandOutput
|
|
661
|
+
| CreateTemplateAliasCommandOutput
|
|
662
|
+
| CreateTemplateCommandOutput
|
|
663
|
+
| CreateThemeAliasCommandOutput
|
|
664
|
+
| CreateThemeCommandOutput
|
|
665
|
+
| DeleteAccountCustomizationCommandOutput
|
|
666
|
+
| DeleteAnalysisCommandOutput
|
|
667
|
+
| DeleteDashboardCommandOutput
|
|
668
|
+
| DeleteDataSetCommandOutput
|
|
669
|
+
| DeleteDataSourceCommandOutput
|
|
670
|
+
| DeleteFolderCommandOutput
|
|
671
|
+
| DeleteFolderMembershipCommandOutput
|
|
672
|
+
| DeleteGroupCommandOutput
|
|
673
|
+
| DeleteGroupMembershipCommandOutput
|
|
674
|
+
| DeleteIAMPolicyAssignmentCommandOutput
|
|
675
|
+
| DeleteNamespaceCommandOutput
|
|
676
|
+
| DeleteTemplateAliasCommandOutput
|
|
677
|
+
| DeleteTemplateCommandOutput
|
|
678
|
+
| DeleteThemeAliasCommandOutput
|
|
679
|
+
| DeleteThemeCommandOutput
|
|
680
|
+
| DeleteUserByPrincipalIdCommandOutput
|
|
681
|
+
| DeleteUserCommandOutput
|
|
682
|
+
| DescribeAccountCustomizationCommandOutput
|
|
683
|
+
| DescribeAccountSettingsCommandOutput
|
|
684
|
+
| DescribeAccountSubscriptionCommandOutput
|
|
685
|
+
| DescribeAnalysisCommandOutput
|
|
686
|
+
| DescribeAnalysisPermissionsCommandOutput
|
|
687
|
+
| DescribeDashboardCommandOutput
|
|
688
|
+
| DescribeDashboardPermissionsCommandOutput
|
|
689
|
+
| DescribeDataSetCommandOutput
|
|
690
|
+
| DescribeDataSetPermissionsCommandOutput
|
|
691
|
+
| DescribeDataSourceCommandOutput
|
|
692
|
+
| DescribeDataSourcePermissionsCommandOutput
|
|
693
|
+
| DescribeFolderCommandOutput
|
|
694
|
+
| DescribeFolderPermissionsCommandOutput
|
|
695
|
+
| DescribeFolderResolvedPermissionsCommandOutput
|
|
696
|
+
| DescribeGroupCommandOutput
|
|
697
|
+
| DescribeGroupMembershipCommandOutput
|
|
698
|
+
| DescribeIAMPolicyAssignmentCommandOutput
|
|
699
|
+
| DescribeIngestionCommandOutput
|
|
700
|
+
| DescribeIpRestrictionCommandOutput
|
|
701
|
+
| DescribeNamespaceCommandOutput
|
|
702
|
+
| DescribeTemplateAliasCommandOutput
|
|
703
|
+
| DescribeTemplateCommandOutput
|
|
704
|
+
| DescribeTemplatePermissionsCommandOutput
|
|
705
|
+
| DescribeThemeAliasCommandOutput
|
|
706
|
+
| DescribeThemeCommandOutput
|
|
707
|
+
| DescribeThemePermissionsCommandOutput
|
|
708
|
+
| DescribeUserCommandOutput
|
|
709
|
+
| GenerateEmbedUrlForAnonymousUserCommandOutput
|
|
710
|
+
| GenerateEmbedUrlForRegisteredUserCommandOutput
|
|
711
|
+
| GetDashboardEmbedUrlCommandOutput
|
|
712
|
+
| GetSessionEmbedUrlCommandOutput
|
|
713
|
+
| ListAnalysesCommandOutput
|
|
714
|
+
| ListDashboardVersionsCommandOutput
|
|
715
|
+
| ListDashboardsCommandOutput
|
|
716
|
+
| ListDataSetsCommandOutput
|
|
717
|
+
| ListDataSourcesCommandOutput
|
|
718
|
+
| ListFolderMembersCommandOutput
|
|
719
|
+
| ListFoldersCommandOutput
|
|
720
|
+
| ListGroupMembershipsCommandOutput
|
|
721
|
+
| ListGroupsCommandOutput
|
|
722
|
+
| ListIAMPolicyAssignmentsCommandOutput
|
|
723
|
+
| ListIAMPolicyAssignmentsForUserCommandOutput
|
|
724
|
+
| ListIngestionsCommandOutput
|
|
725
|
+
| ListNamespacesCommandOutput
|
|
726
|
+
| ListTagsForResourceCommandOutput
|
|
727
|
+
| ListTemplateAliasesCommandOutput
|
|
728
|
+
| ListTemplateVersionsCommandOutput
|
|
729
|
+
| ListTemplatesCommandOutput
|
|
730
|
+
| ListThemeAliasesCommandOutput
|
|
731
|
+
| ListThemeVersionsCommandOutput
|
|
732
|
+
| ListThemesCommandOutput
|
|
733
|
+
| ListUserGroupsCommandOutput
|
|
734
|
+
| ListUsersCommandOutput
|
|
735
|
+
| RegisterUserCommandOutput
|
|
736
|
+
| RestoreAnalysisCommandOutput
|
|
737
|
+
| SearchAnalysesCommandOutput
|
|
738
|
+
| SearchDashboardsCommandOutput
|
|
739
|
+
| SearchFoldersCommandOutput
|
|
740
|
+
| SearchGroupsCommandOutput
|
|
741
|
+
| TagResourceCommandOutput
|
|
742
|
+
| UntagResourceCommandOutput
|
|
743
|
+
| UpdateAccountCustomizationCommandOutput
|
|
744
|
+
| UpdateAccountSettingsCommandOutput
|
|
745
|
+
| UpdateAnalysisCommandOutput
|
|
746
|
+
| UpdateAnalysisPermissionsCommandOutput
|
|
747
|
+
| UpdateDashboardCommandOutput
|
|
748
|
+
| UpdateDashboardPermissionsCommandOutput
|
|
749
|
+
| UpdateDashboardPublishedVersionCommandOutput
|
|
750
|
+
| UpdateDataSetCommandOutput
|
|
751
|
+
| UpdateDataSetPermissionsCommandOutput
|
|
752
|
+
| UpdateDataSourceCommandOutput
|
|
753
|
+
| UpdateDataSourcePermissionsCommandOutput
|
|
754
|
+
| UpdateFolderCommandOutput
|
|
755
|
+
| UpdateFolderPermissionsCommandOutput
|
|
756
|
+
| UpdateGroupCommandOutput
|
|
757
|
+
| UpdateIAMPolicyAssignmentCommandOutput
|
|
758
|
+
| UpdateIpRestrictionCommandOutput
|
|
759
|
+
| UpdatePublicSharingSettingsCommandOutput
|
|
760
|
+
| UpdateTemplateAliasCommandOutput
|
|
761
|
+
| UpdateTemplateCommandOutput
|
|
762
|
+
| UpdateTemplatePermissionsCommandOutput
|
|
763
|
+
| UpdateThemeAliasCommandOutput
|
|
764
|
+
| UpdateThemeCommandOutput
|
|
765
|
+
| UpdateThemePermissionsCommandOutput
|
|
766
|
+
| UpdateUserCommandOutput;
|
|
767
|
+
export interface ClientDefaults
|
|
768
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
769
|
+
requestHandler?: __HttpHandler;
|
|
770
|
+
|
|
771
|
+
sha256?: __HashConstructor;
|
|
772
|
+
|
|
773
|
+
urlParser?: __UrlParser;
|
|
774
|
+
|
|
775
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
776
|
+
|
|
777
|
+
streamCollector?: __StreamCollector;
|
|
778
|
+
|
|
779
|
+
base64Decoder?: __Decoder;
|
|
780
|
+
|
|
781
|
+
base64Encoder?: __Encoder;
|
|
782
|
+
|
|
783
|
+
utf8Decoder?: __Decoder;
|
|
784
|
+
|
|
785
|
+
utf8Encoder?: __Encoder;
|
|
786
|
+
|
|
787
|
+
runtime?: string;
|
|
788
|
+
|
|
789
|
+
disableHostPrefix?: boolean;
|
|
790
|
+
|
|
791
|
+
maxAttempts?: number | __Provider<number>;
|
|
792
|
+
|
|
793
|
+
retryMode?: string | __Provider<string>;
|
|
794
|
+
|
|
795
|
+
logger?: __Logger;
|
|
796
|
+
|
|
797
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
798
|
+
|
|
799
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
800
|
+
|
|
801
|
+
serviceId?: string;
|
|
802
|
+
|
|
803
|
+
region?: string | __Provider<string>;
|
|
804
|
+
|
|
805
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
806
|
+
|
|
807
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
808
|
+
|
|
809
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
810
|
+
|
|
811
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
812
|
+
}
|
|
813
|
+
declare type QuickSightClientConfigType = Partial<
|
|
814
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
815
|
+
> &
|
|
816
|
+
ClientDefaults &
|
|
817
|
+
RegionInputConfig &
|
|
818
|
+
EndpointsInputConfig &
|
|
819
|
+
RetryInputConfig &
|
|
820
|
+
HostHeaderInputConfig &
|
|
821
|
+
AwsAuthInputConfig &
|
|
822
|
+
UserAgentInputConfig;
|
|
823
|
+
|
|
824
|
+
export interface QuickSightClientConfig extends QuickSightClientConfigType {}
|
|
825
|
+
declare type QuickSightClientResolvedConfigType =
|
|
826
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
827
|
+
Required<ClientDefaults> &
|
|
828
|
+
RegionResolvedConfig &
|
|
829
|
+
EndpointsResolvedConfig &
|
|
830
|
+
RetryResolvedConfig &
|
|
831
|
+
HostHeaderResolvedConfig &
|
|
832
|
+
AwsAuthResolvedConfig &
|
|
833
|
+
UserAgentResolvedConfig;
|
|
834
|
+
|
|
835
|
+
export interface QuickSightClientResolvedConfig
|
|
836
|
+
extends QuickSightClientResolvedConfigType {}
|
|
837
|
+
|
|
838
|
+
export declare class QuickSightClient extends __Client<
|
|
839
|
+
__HttpHandlerOptions,
|
|
840
|
+
ServiceInputTypes,
|
|
841
|
+
ServiceOutputTypes,
|
|
842
|
+
QuickSightClientResolvedConfig
|
|
843
|
+
> {
|
|
844
|
+
readonly config: QuickSightClientResolvedConfig;
|
|
845
|
+
constructor(configuration: QuickSightClientConfig);
|
|
846
|
+
|
|
847
|
+
destroy(): void;
|
|
848
|
+
}
|
|
849
|
+
export {};
|