@aws-sdk/client-quicksight 3.332.0 → 3.337.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/README.md +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +566 -13
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +11 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +30 -29
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
import { ResourcePermission, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_2";
|
|
2
|
+
import { User, UserRole } from "./models_3";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface UpdateTopicResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
9
|
+
*/
|
|
10
|
+
TopicId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
13
|
+
*/
|
|
14
|
+
Arn?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
|
|
17
|
+
*/
|
|
18
|
+
RefreshArn?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
21
|
+
*/
|
|
22
|
+
RequestId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The HTTP status of the request.</p>
|
|
25
|
+
*/
|
|
26
|
+
Status?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface UpdateTopicPermissionsRequest {
|
|
32
|
+
/**
|
|
33
|
+
* <p>The ID of the Amazon Web Services account that contains the topic that you want to update
|
|
34
|
+
* the permissions for.</p>
|
|
35
|
+
*/
|
|
36
|
+
AwsAccountId: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
39
|
+
*/
|
|
40
|
+
TopicId: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The resource permissions that you want to grant to the topic.</p>
|
|
43
|
+
*/
|
|
44
|
+
GrantPermissions?: ResourcePermission[];
|
|
45
|
+
/**
|
|
46
|
+
* <p>The resource permissions that you want to revoke from the topic.</p>
|
|
47
|
+
*/
|
|
48
|
+
RevokePermissions?: ResourcePermission[];
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface UpdateTopicPermissionsResponse {
|
|
54
|
+
/**
|
|
55
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
56
|
+
*/
|
|
57
|
+
TopicId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
60
|
+
*/
|
|
61
|
+
TopicArn?: string;
|
|
62
|
+
/**
|
|
63
|
+
* <p>A list of resource permissions on the topic.</p>
|
|
64
|
+
*/
|
|
65
|
+
Permissions?: ResourcePermission[];
|
|
66
|
+
/**
|
|
67
|
+
* <p>The HTTP status of the request.</p>
|
|
68
|
+
*/
|
|
69
|
+
Status?: number;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
72
|
+
*/
|
|
73
|
+
RequestId?: string;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export interface UpdateTopicRefreshScheduleRequest {
|
|
79
|
+
/**
|
|
80
|
+
* <p>The ID of the Amazon Web Services account that contains the topic whose refresh schedule
|
|
81
|
+
* you want to update.</p>
|
|
82
|
+
*/
|
|
83
|
+
AwsAccountId: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
86
|
+
*/
|
|
87
|
+
TopicId: string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The ID of the dataset.</p>
|
|
90
|
+
*/
|
|
91
|
+
DatasetId: string | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The definition of a refresh schedule.</p>
|
|
94
|
+
*/
|
|
95
|
+
RefreshSchedule: TopicRefreshSchedule | undefined;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
export interface UpdateTopicRefreshScheduleResponse {
|
|
101
|
+
/**
|
|
102
|
+
* <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
|
|
103
|
+
*/
|
|
104
|
+
TopicId?: string;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The Amazon Resource Name (ARN) of the topic.</p>
|
|
107
|
+
*/
|
|
108
|
+
TopicArn?: string;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The Amazon Resource Name (ARN) of the dataset.</p>
|
|
111
|
+
*/
|
|
112
|
+
DatasetArn?: string;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The HTTP status of the request.</p>
|
|
115
|
+
*/
|
|
116
|
+
Status?: number;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
119
|
+
*/
|
|
120
|
+
RequestId?: string;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
export interface UpdateUserRequest {
|
|
126
|
+
/**
|
|
127
|
+
* <p>The Amazon QuickSight user name that you want to update.</p>
|
|
128
|
+
*/
|
|
129
|
+
UserName: string | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
|
|
132
|
+
* Amazon Web Services account that contains your Amazon QuickSight account.</p>
|
|
133
|
+
*/
|
|
134
|
+
AwsAccountId: string | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The namespace. Currently, you should set this to <code>default</code>.</p>
|
|
137
|
+
*/
|
|
138
|
+
Namespace: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>The email address of the user that you want to update.</p>
|
|
141
|
+
*/
|
|
142
|
+
Email: string | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>The Amazon QuickSight role of the user. The role can be one of the
|
|
145
|
+
* following default security cohorts:</p>
|
|
146
|
+
* <ul>
|
|
147
|
+
* <li>
|
|
148
|
+
* <p>
|
|
149
|
+
* <code>READER</code>: A user who has read-only access to dashboards.</p>
|
|
150
|
+
* </li>
|
|
151
|
+
* <li>
|
|
152
|
+
* <p>
|
|
153
|
+
* <code>AUTHOR</code>: A user who can create data sources, datasets, analyses, and
|
|
154
|
+
* dashboards.</p>
|
|
155
|
+
* </li>
|
|
156
|
+
* <li>
|
|
157
|
+
* <p>
|
|
158
|
+
* <code>ADMIN</code>: A user who is an author, who can also manage Amazon QuickSight
|
|
159
|
+
* settings.</p>
|
|
160
|
+
* </li>
|
|
161
|
+
* </ul>
|
|
162
|
+
* <p>The name of the Amazon QuickSight role is invisible to the user except for the console
|
|
163
|
+
* screens dealing with permissions.</p>
|
|
164
|
+
*/
|
|
165
|
+
Role: UserRole | string | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* <p>(Enterprise edition only) The name of the custom permissions profile that you want to
|
|
168
|
+
* assign to this user. Customized permissions allows you to control a user's access by
|
|
169
|
+
* restricting access the following operations:</p>
|
|
170
|
+
* <ul>
|
|
171
|
+
* <li>
|
|
172
|
+
* <p>Create and update data sources</p>
|
|
173
|
+
* </li>
|
|
174
|
+
* <li>
|
|
175
|
+
* <p>Create and update datasets</p>
|
|
176
|
+
* </li>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>Create and update email reports</p>
|
|
179
|
+
* </li>
|
|
180
|
+
* <li>
|
|
181
|
+
* <p>Subscribe to email reports</p>
|
|
182
|
+
* </li>
|
|
183
|
+
* </ul>
|
|
184
|
+
* <p>A set of custom permissions includes any combination of these restrictions. Currently,
|
|
185
|
+
* you need to create the profile names for custom permission sets by using the Amazon QuickSight
|
|
186
|
+
* console. Then, you use the <code>RegisterUser</code> API operation to assign the named set of
|
|
187
|
+
* permissions to a Amazon QuickSight user. </p>
|
|
188
|
+
* <p>Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they
|
|
189
|
+
* override the permissions typically granted by assigning Amazon QuickSight users to one of the
|
|
190
|
+
* default security cohorts in Amazon QuickSight (admin, author, reader).</p>
|
|
191
|
+
* <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
|
|
192
|
+
*/
|
|
193
|
+
CustomPermissionsName?: string;
|
|
194
|
+
/**
|
|
195
|
+
* <p>A flag that you use to indicate that you want to remove all custom permissions
|
|
196
|
+
* from this user. Using this parameter resets the user to the state
|
|
197
|
+
* it was in before a custom permissions profile was applied. This parameter defaults to
|
|
198
|
+
* NULL and it doesn't accept any other value.</p>
|
|
199
|
+
*/
|
|
200
|
+
UnapplyCustomPermissions?: boolean;
|
|
201
|
+
/**
|
|
202
|
+
* <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
|
|
203
|
+
* <ul>
|
|
204
|
+
* <li>
|
|
205
|
+
* <p>
|
|
206
|
+
* <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the <code>COGNITO</code> provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.</p>
|
|
207
|
+
* </li>
|
|
208
|
+
* <li>
|
|
209
|
+
* <p>
|
|
210
|
+
* <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider. When choosing <code>CUSTOM_OIDC</code> type, use the <code>CustomFederationProviderUrl</code> parameter to provide the custom OIDC provider URL.</p>
|
|
211
|
+
* </li>
|
|
212
|
+
* <li>
|
|
213
|
+
* <p>
|
|
214
|
+
* <code>NONE</code>: This clears all the previously saved external login information for a user. Use the
|
|
215
|
+
* <code>
|
|
216
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeUser.html">DescribeUser</a>
|
|
217
|
+
* </code>
|
|
218
|
+
* API operation to check the external login information.</p>
|
|
219
|
+
* </li>
|
|
220
|
+
* </ul>
|
|
221
|
+
*/
|
|
222
|
+
ExternalLoginFederationProviderType?: string;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
|
|
225
|
+
* into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
|
|
226
|
+
* only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
|
|
227
|
+
*/
|
|
228
|
+
CustomFederationProviderUrl?: string;
|
|
229
|
+
/**
|
|
230
|
+
* <p>The identity ID for a user in the external login provider.</p>
|
|
231
|
+
*/
|
|
232
|
+
ExternalLoginId?: string;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
export interface UpdateUserResponse {
|
|
238
|
+
/**
|
|
239
|
+
* <p>The Amazon QuickSight user.</p>
|
|
240
|
+
*/
|
|
241
|
+
User?: User;
|
|
242
|
+
/**
|
|
243
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
244
|
+
*/
|
|
245
|
+
RequestId?: string;
|
|
246
|
+
/**
|
|
247
|
+
* <p>The HTTP status of the request.</p>
|
|
248
|
+
*/
|
|
249
|
+
Status?: number;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
export interface UpdateVPCConnectionRequest {
|
|
255
|
+
/**
|
|
256
|
+
* <p>The Amazon Web Services account ID of the account that contains the VPC connection that
|
|
257
|
+
* you want to update.</p>
|
|
258
|
+
*/
|
|
259
|
+
AwsAccountId: string | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* <p>The ID of the VPC connection that
|
|
262
|
+
* you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
|
|
263
|
+
* Amazon Web Services account.</p>
|
|
264
|
+
*/
|
|
265
|
+
VPCConnectionId: string | undefined;
|
|
266
|
+
/**
|
|
267
|
+
* <p>The display name for the VPC connection.</p>
|
|
268
|
+
*/
|
|
269
|
+
Name: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>A list of subnet IDs for the VPC connection.</p>
|
|
272
|
+
*/
|
|
273
|
+
SubnetIds: string[] | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* <p>A list of security group IDs for the VPC connection.</p>
|
|
276
|
+
*/
|
|
277
|
+
SecurityGroupIds: string[] | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
|
|
280
|
+
*/
|
|
281
|
+
DnsResolvers?: string[];
|
|
282
|
+
/**
|
|
283
|
+
* <p>An IAM role associated with the VPC connection.</p>
|
|
284
|
+
*/
|
|
285
|
+
RoleArn: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
export interface UpdateVPCConnectionResponse {
|
|
291
|
+
/**
|
|
292
|
+
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
293
|
+
*/
|
|
294
|
+
Arn?: string;
|
|
295
|
+
/**
|
|
296
|
+
* <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
|
|
297
|
+
*/
|
|
298
|
+
VPCConnectionId?: string;
|
|
299
|
+
/**
|
|
300
|
+
* <p>The update status of the VPC connection's last update.</p>
|
|
301
|
+
*/
|
|
302
|
+
UpdateStatus?: VPCConnectionResourceStatus | string;
|
|
303
|
+
/**
|
|
304
|
+
* <p>The availability status of the VPC connection.</p>
|
|
305
|
+
*/
|
|
306
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
|
|
307
|
+
/**
|
|
308
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
309
|
+
*/
|
|
310
|
+
RequestId?: string;
|
|
311
|
+
/**
|
|
312
|
+
* <p>The HTTP status of the request.</p>
|
|
313
|
+
*/
|
|
314
|
+
Status?: number;
|
|
315
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAssetBundleExportJobs(config: QuickSightPaginationConfiguration, input: ListAssetBundleExportJobsCommandInput, ...additionalArguments: any): Paginator<ListAssetBundleExportJobsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListAssetBundleImportJobs(config: QuickSightPaginationConfiguration, input: ListAssetBundleImportJobsCommandInput, ...additionalArguments: any): Paginator<ListAssetBundleImportJobsCommandOutput>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAnalysesPaginator";
|
|
3
|
+
export * from "./ListAssetBundleExportJobsPaginator";
|
|
4
|
+
export * from "./ListAssetBundleImportJobsPaginator";
|
|
3
5
|
export * from "./ListDashboardVersionsPaginator";
|
|
4
6
|
export * from "./ListDashboardsPaginator";
|
|
5
7
|
export * from "./ListDataSetsPaginator";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../commands/CancelIngestionCommand";
|
|
4
4
|
import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "../commands/CreateAccountCustomizationCommand";
|
|
5
5
|
import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "../commands/CreateAccountSubscriptionCommand";
|
|
@@ -51,6 +51,8 @@ import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCom
|
|
|
51
51
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
|
|
52
52
|
import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "../commands/DescribeAnalysisDefinitionCommand";
|
|
53
53
|
import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
|
|
54
|
+
import { DescribeAssetBundleExportJobCommandInput, DescribeAssetBundleExportJobCommandOutput } from "../commands/DescribeAssetBundleExportJobCommand";
|
|
55
|
+
import { DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobCommandOutput } from "../commands/DescribeAssetBundleImportJobCommand";
|
|
54
56
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
|
|
55
57
|
import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "../commands/DescribeDashboardDefinitionCommand";
|
|
56
58
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
|
|
@@ -87,6 +89,8 @@ import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegis
|
|
|
87
89
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
|
|
88
90
|
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "../commands/GetSessionEmbedUrlCommand";
|
|
89
91
|
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
|
|
92
|
+
import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
|
|
93
|
+
import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
|
|
90
94
|
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
|
|
91
95
|
import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "../commands/ListDashboardVersionsCommand";
|
|
92
96
|
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
|
|
@@ -121,6 +125,8 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../comm
|
|
|
121
125
|
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "../commands/SearchDataSourcesCommand";
|
|
122
126
|
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
|
|
123
127
|
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
|
|
128
|
+
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "../commands/StartAssetBundleExportJobCommand";
|
|
129
|
+
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "../commands/StartAssetBundleImportJobCommand";
|
|
124
130
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
125
131
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
126
132
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "../commands/UpdateAccountCustomizationCommand";
|
|
@@ -356,6 +362,14 @@ export declare const se_DescribeAnalysisDefinitionCommand: (input: DescribeAnaly
|
|
|
356
362
|
* serializeAws_restJson1DescribeAnalysisPermissionsCommand
|
|
357
363
|
*/
|
|
358
364
|
export declare const se_DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
365
|
+
/**
|
|
366
|
+
* serializeAws_restJson1DescribeAssetBundleExportJobCommand
|
|
367
|
+
*/
|
|
368
|
+
export declare const se_DescribeAssetBundleExportJobCommand: (input: DescribeAssetBundleExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
369
|
+
/**
|
|
370
|
+
* serializeAws_restJson1DescribeAssetBundleImportJobCommand
|
|
371
|
+
*/
|
|
372
|
+
export declare const se_DescribeAssetBundleImportJobCommand: (input: DescribeAssetBundleImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
359
373
|
/**
|
|
360
374
|
* serializeAws_restJson1DescribeDashboardCommand
|
|
361
375
|
*/
|
|
@@ -500,6 +514,14 @@ export declare const se_GetSessionEmbedUrlCommand: (input: GetSessionEmbedUrlCom
|
|
|
500
514
|
* serializeAws_restJson1ListAnalysesCommand
|
|
501
515
|
*/
|
|
502
516
|
export declare const se_ListAnalysesCommand: (input: ListAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
517
|
+
/**
|
|
518
|
+
* serializeAws_restJson1ListAssetBundleExportJobsCommand
|
|
519
|
+
*/
|
|
520
|
+
export declare const se_ListAssetBundleExportJobsCommand: (input: ListAssetBundleExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
521
|
+
/**
|
|
522
|
+
* serializeAws_restJson1ListAssetBundleImportJobsCommand
|
|
523
|
+
*/
|
|
524
|
+
export declare const se_ListAssetBundleImportJobsCommand: (input: ListAssetBundleImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
503
525
|
/**
|
|
504
526
|
* serializeAws_restJson1ListDashboardsCommand
|
|
505
527
|
*/
|
|
@@ -636,6 +658,14 @@ export declare const se_SearchFoldersCommand: (input: SearchFoldersCommandInput,
|
|
|
636
658
|
* serializeAws_restJson1SearchGroupsCommand
|
|
637
659
|
*/
|
|
638
660
|
export declare const se_SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
661
|
+
/**
|
|
662
|
+
* serializeAws_restJson1StartAssetBundleExportJobCommand
|
|
663
|
+
*/
|
|
664
|
+
export declare const se_StartAssetBundleExportJobCommand: (input: StartAssetBundleExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
665
|
+
/**
|
|
666
|
+
* serializeAws_restJson1StartAssetBundleImportJobCommand
|
|
667
|
+
*/
|
|
668
|
+
export declare const se_StartAssetBundleImportJobCommand: (input: StartAssetBundleImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
639
669
|
/**
|
|
640
670
|
* serializeAws_restJson1TagResourceCommand
|
|
641
671
|
*/
|
|
@@ -964,6 +994,14 @@ export declare const de_DescribeAnalysisDefinitionCommand: (output: __HttpRespon
|
|
|
964
994
|
* deserializeAws_restJson1DescribeAnalysisPermissionsCommand
|
|
965
995
|
*/
|
|
966
996
|
export declare const de_DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
997
|
+
/**
|
|
998
|
+
* deserializeAws_restJson1DescribeAssetBundleExportJobCommand
|
|
999
|
+
*/
|
|
1000
|
+
export declare const de_DescribeAssetBundleExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetBundleExportJobCommandOutput>;
|
|
1001
|
+
/**
|
|
1002
|
+
* deserializeAws_restJson1DescribeAssetBundleImportJobCommand
|
|
1003
|
+
*/
|
|
1004
|
+
export declare const de_DescribeAssetBundleImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetBundleImportJobCommandOutput>;
|
|
967
1005
|
/**
|
|
968
1006
|
* deserializeAws_restJson1DescribeDashboardCommand
|
|
969
1007
|
*/
|
|
@@ -1108,6 +1146,14 @@ export declare const de_GetSessionEmbedUrlCommand: (output: __HttpResponse, cont
|
|
|
1108
1146
|
* deserializeAws_restJson1ListAnalysesCommand
|
|
1109
1147
|
*/
|
|
1110
1148
|
export declare const de_ListAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysesCommandOutput>;
|
|
1149
|
+
/**
|
|
1150
|
+
* deserializeAws_restJson1ListAssetBundleExportJobsCommand
|
|
1151
|
+
*/
|
|
1152
|
+
export declare const de_ListAssetBundleExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetBundleExportJobsCommandOutput>;
|
|
1153
|
+
/**
|
|
1154
|
+
* deserializeAws_restJson1ListAssetBundleImportJobsCommand
|
|
1155
|
+
*/
|
|
1156
|
+
export declare const de_ListAssetBundleImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssetBundleImportJobsCommandOutput>;
|
|
1111
1157
|
/**
|
|
1112
1158
|
* deserializeAws_restJson1ListDashboardsCommand
|
|
1113
1159
|
*/
|
|
@@ -1244,6 +1290,14 @@ export declare const de_SearchFoldersCommand: (output: __HttpResponse, context:
|
|
|
1244
1290
|
* deserializeAws_restJson1SearchGroupsCommand
|
|
1245
1291
|
*/
|
|
1246
1292
|
export declare const de_SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
|
|
1293
|
+
/**
|
|
1294
|
+
* deserializeAws_restJson1StartAssetBundleExportJobCommand
|
|
1295
|
+
*/
|
|
1296
|
+
export declare const de_StartAssetBundleExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssetBundleExportJobCommandOutput>;
|
|
1297
|
+
/**
|
|
1298
|
+
* deserializeAws_restJson1StartAssetBundleImportJobCommand
|
|
1299
|
+
*/
|
|
1300
|
+
export declare const de_StartAssetBundleImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssetBundleImportJobCommandOutput>;
|
|
1247
1301
|
/**
|
|
1248
1302
|
* deserializeAws_restJson1TagResourceCommand
|
|
1249
1303
|
*/
|
|
@@ -7,26 +7,26 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
12
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
13
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
15
|
-
retryMode: string | import("@
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
22
|
-
base64Decoder: import("@
|
|
23
|
-
base64Encoder: import("@
|
|
24
|
-
utf8Decoder: import("@
|
|
25
|
-
utf8Encoder: import("@
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -7,26 +7,26 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
15
|
-
retryMode: string | import("@
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
22
|
-
base64Decoder: import("@
|
|
23
|
-
base64Encoder: import("@
|
|
24
|
-
utf8Decoder: import("@
|
|
25
|
-
utf8Encoder: import("@
|
|
22
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@aws-sdk/types").Logger;
|
|
29
|
-
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -5,27 +5,27 @@ import { QuickSightClientConfig } from "./QuickSightClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
11
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
-
streamCollector: import("@
|
|
13
|
-
base64Decoder: import("@
|
|
14
|
-
base64Encoder: import("@
|
|
15
|
-
utf8Decoder: import("@
|
|
16
|
-
utf8Encoder: import("@
|
|
12
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean
|
|
19
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
20
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
|
|
21
21
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
22
|
-
credentialDefaultProvider: (input: any) => import("@
|
|
22
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
23
23
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number
|
|
25
|
-
retryMode: string | import("@
|
|
24
|
+
maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
|
|
25
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
logger: import("@aws-sdk/types").Logger;
|
|
27
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").
|
|
27
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").EndpointV2 | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@smithy/types").Provider<import("@smithy/types").Endpoint>) | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>) | undefined;
|
|
29
29
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
30
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
31
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -4,8 +4,8 @@ import { QuickSightClientConfig } from "./QuickSightClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
|
-
base64Decoder: import("@
|
|
8
|
-
base64Encoder: import("@
|
|
7
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
@@ -13,6 +13,6 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
-
utf8Decoder: import("@
|
|
17
|
-
utf8Encoder: import("@
|
|
16
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
18
18
|
};
|