@aws-sdk/client-quicksight 3.974.0 → 3.978.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/dist-cjs/index.js +126 -83
- package/dist-es/QuickSight.js +85 -1
- package/dist-types/QuickSight.d.ts +288 -1
- package/dist-types/ts3.4/QuickSight.d.ts +292 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -16212,6 +16212,88 @@ class UpdateVPCConnectionCommand extends smithyClient.Command
|
|
|
16212
16212
|
.build() {
|
|
16213
16213
|
}
|
|
16214
16214
|
|
|
16215
|
+
const paginateDescribeFolderPermissions = core.createPaginator(QuickSightClient, DescribeFolderPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16216
|
+
|
|
16217
|
+
const paginateDescribeFolderResolvedPermissions = core.createPaginator(QuickSightClient, DescribeFolderResolvedPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16218
|
+
|
|
16219
|
+
const paginateListActionConnectors = core.createPaginator(QuickSightClient, ListActionConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16220
|
+
|
|
16221
|
+
const paginateListAnalyses = core.createPaginator(QuickSightClient, ListAnalysesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16222
|
+
|
|
16223
|
+
const paginateListAssetBundleExportJobs = core.createPaginator(QuickSightClient, ListAssetBundleExportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16224
|
+
|
|
16225
|
+
const paginateListAssetBundleImportJobs = core.createPaginator(QuickSightClient, ListAssetBundleImportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16226
|
+
|
|
16227
|
+
const paginateListBrands = core.createPaginator(QuickSightClient, ListBrandsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16228
|
+
|
|
16229
|
+
const paginateListCustomPermissions = core.createPaginator(QuickSightClient, ListCustomPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16230
|
+
|
|
16231
|
+
const paginateListDashboards = core.createPaginator(QuickSightClient, ListDashboardsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16232
|
+
|
|
16233
|
+
const paginateListDashboardVersions = core.createPaginator(QuickSightClient, ListDashboardVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16234
|
+
|
|
16235
|
+
const paginateListDataSets = core.createPaginator(QuickSightClient, ListDataSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16236
|
+
|
|
16237
|
+
const paginateListDataSources = core.createPaginator(QuickSightClient, ListDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16238
|
+
|
|
16239
|
+
const paginateListFlows = core.createPaginator(QuickSightClient, ListFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16240
|
+
|
|
16241
|
+
const paginateListFolderMembers = core.createPaginator(QuickSightClient, ListFolderMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16242
|
+
|
|
16243
|
+
const paginateListFoldersForResource = core.createPaginator(QuickSightClient, ListFoldersForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
16244
|
+
|
|
16245
|
+
const paginateListFolders = core.createPaginator(QuickSightClient, ListFoldersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16246
|
+
|
|
16247
|
+
const paginateListGroupMemberships = core.createPaginator(QuickSightClient, ListGroupMembershipsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16248
|
+
|
|
16249
|
+
const paginateListGroups = core.createPaginator(QuickSightClient, ListGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16250
|
+
|
|
16251
|
+
const paginateListIAMPolicyAssignmentsForUser = core.createPaginator(QuickSightClient, ListIAMPolicyAssignmentsForUserCommand, "NextToken", "NextToken", "MaxResults");
|
|
16252
|
+
|
|
16253
|
+
const paginateListIAMPolicyAssignments = core.createPaginator(QuickSightClient, ListIAMPolicyAssignmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16254
|
+
|
|
16255
|
+
const paginateListIngestions = core.createPaginator(QuickSightClient, ListIngestionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16256
|
+
|
|
16257
|
+
const paginateListNamespaces = core.createPaginator(QuickSightClient, ListNamespacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16258
|
+
|
|
16259
|
+
const paginateListRoleMemberships = core.createPaginator(QuickSightClient, ListRoleMembershipsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16260
|
+
|
|
16261
|
+
const paginateListTemplateAliases = core.createPaginator(QuickSightClient, ListTemplateAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16262
|
+
|
|
16263
|
+
const paginateListTemplates = core.createPaginator(QuickSightClient, ListTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16264
|
+
|
|
16265
|
+
const paginateListTemplateVersions = core.createPaginator(QuickSightClient, ListTemplateVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16266
|
+
|
|
16267
|
+
const paginateListThemes = core.createPaginator(QuickSightClient, ListThemesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16268
|
+
|
|
16269
|
+
const paginateListThemeVersions = core.createPaginator(QuickSightClient, ListThemeVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16270
|
+
|
|
16271
|
+
const paginateListTopics = core.createPaginator(QuickSightClient, ListTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16272
|
+
|
|
16273
|
+
const paginateListUserGroups = core.createPaginator(QuickSightClient, ListUserGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16274
|
+
|
|
16275
|
+
const paginateListUsers = core.createPaginator(QuickSightClient, ListUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16276
|
+
|
|
16277
|
+
const paginateListVPCConnections = core.createPaginator(QuickSightClient, ListVPCConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16278
|
+
|
|
16279
|
+
const paginateSearchActionConnectors = core.createPaginator(QuickSightClient, SearchActionConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16280
|
+
|
|
16281
|
+
const paginateSearchAnalyses = core.createPaginator(QuickSightClient, SearchAnalysesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16282
|
+
|
|
16283
|
+
const paginateSearchDashboards = core.createPaginator(QuickSightClient, SearchDashboardsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16284
|
+
|
|
16285
|
+
const paginateSearchDataSets = core.createPaginator(QuickSightClient, SearchDataSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16286
|
+
|
|
16287
|
+
const paginateSearchDataSources = core.createPaginator(QuickSightClient, SearchDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16288
|
+
|
|
16289
|
+
const paginateSearchFlows = core.createPaginator(QuickSightClient, SearchFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16290
|
+
|
|
16291
|
+
const paginateSearchFolders = core.createPaginator(QuickSightClient, SearchFoldersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16292
|
+
|
|
16293
|
+
const paginateSearchGroups = core.createPaginator(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16294
|
+
|
|
16295
|
+
const paginateSearchTopics = core.createPaginator(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16296
|
+
|
|
16215
16297
|
const commands = {
|
|
16216
16298
|
BatchCreateTopicReviewedAnswerCommand,
|
|
16217
16299
|
BatchDeleteTopicReviewedAnswerCommand,
|
|
@@ -16444,91 +16526,52 @@ const commands = {
|
|
|
16444
16526
|
UpdateUserCustomPermissionCommand,
|
|
16445
16527
|
UpdateVPCConnectionCommand,
|
|
16446
16528
|
};
|
|
16529
|
+
const paginators = {
|
|
16530
|
+
paginateDescribeFolderPermissions,
|
|
16531
|
+
paginateDescribeFolderResolvedPermissions,
|
|
16532
|
+
paginateListActionConnectors,
|
|
16533
|
+
paginateListAnalyses,
|
|
16534
|
+
paginateListAssetBundleExportJobs,
|
|
16535
|
+
paginateListAssetBundleImportJobs,
|
|
16536
|
+
paginateListBrands,
|
|
16537
|
+
paginateListCustomPermissions,
|
|
16538
|
+
paginateListDashboards,
|
|
16539
|
+
paginateListDashboardVersions,
|
|
16540
|
+
paginateListDataSets,
|
|
16541
|
+
paginateListDataSources,
|
|
16542
|
+
paginateListFlows,
|
|
16543
|
+
paginateListFolderMembers,
|
|
16544
|
+
paginateListFolders,
|
|
16545
|
+
paginateListFoldersForResource,
|
|
16546
|
+
paginateListGroupMemberships,
|
|
16547
|
+
paginateListGroups,
|
|
16548
|
+
paginateListIAMPolicyAssignments,
|
|
16549
|
+
paginateListIAMPolicyAssignmentsForUser,
|
|
16550
|
+
paginateListIngestions,
|
|
16551
|
+
paginateListNamespaces,
|
|
16552
|
+
paginateListRoleMemberships,
|
|
16553
|
+
paginateListTemplateAliases,
|
|
16554
|
+
paginateListTemplates,
|
|
16555
|
+
paginateListTemplateVersions,
|
|
16556
|
+
paginateListThemes,
|
|
16557
|
+
paginateListThemeVersions,
|
|
16558
|
+
paginateListTopics,
|
|
16559
|
+
paginateListUserGroups,
|
|
16560
|
+
paginateListUsers,
|
|
16561
|
+
paginateListVPCConnections,
|
|
16562
|
+
paginateSearchActionConnectors,
|
|
16563
|
+
paginateSearchAnalyses,
|
|
16564
|
+
paginateSearchDashboards,
|
|
16565
|
+
paginateSearchDataSets,
|
|
16566
|
+
paginateSearchDataSources,
|
|
16567
|
+
paginateSearchFlows,
|
|
16568
|
+
paginateSearchFolders,
|
|
16569
|
+
paginateSearchGroups,
|
|
16570
|
+
paginateSearchTopics,
|
|
16571
|
+
};
|
|
16447
16572
|
class QuickSight extends QuickSightClient {
|
|
16448
16573
|
}
|
|
16449
|
-
smithyClient.createAggregatedClient(commands, QuickSight);
|
|
16450
|
-
|
|
16451
|
-
const paginateDescribeFolderPermissions = core.createPaginator(QuickSightClient, DescribeFolderPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16452
|
-
|
|
16453
|
-
const paginateDescribeFolderResolvedPermissions = core.createPaginator(QuickSightClient, DescribeFolderResolvedPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16454
|
-
|
|
16455
|
-
const paginateListActionConnectors = core.createPaginator(QuickSightClient, ListActionConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16456
|
-
|
|
16457
|
-
const paginateListAnalyses = core.createPaginator(QuickSightClient, ListAnalysesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16458
|
-
|
|
16459
|
-
const paginateListAssetBundleExportJobs = core.createPaginator(QuickSightClient, ListAssetBundleExportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16460
|
-
|
|
16461
|
-
const paginateListAssetBundleImportJobs = core.createPaginator(QuickSightClient, ListAssetBundleImportJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16462
|
-
|
|
16463
|
-
const paginateListBrands = core.createPaginator(QuickSightClient, ListBrandsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16464
|
-
|
|
16465
|
-
const paginateListCustomPermissions = core.createPaginator(QuickSightClient, ListCustomPermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16466
|
-
|
|
16467
|
-
const paginateListDashboards = core.createPaginator(QuickSightClient, ListDashboardsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16468
|
-
|
|
16469
|
-
const paginateListDashboardVersions = core.createPaginator(QuickSightClient, ListDashboardVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16470
|
-
|
|
16471
|
-
const paginateListDataSets = core.createPaginator(QuickSightClient, ListDataSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16472
|
-
|
|
16473
|
-
const paginateListDataSources = core.createPaginator(QuickSightClient, ListDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16474
|
-
|
|
16475
|
-
const paginateListFlows = core.createPaginator(QuickSightClient, ListFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16476
|
-
|
|
16477
|
-
const paginateListFolderMembers = core.createPaginator(QuickSightClient, ListFolderMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16478
|
-
|
|
16479
|
-
const paginateListFolders = core.createPaginator(QuickSightClient, ListFoldersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16480
|
-
|
|
16481
|
-
const paginateListFoldersForResource = core.createPaginator(QuickSightClient, ListFoldersForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
16482
|
-
|
|
16483
|
-
const paginateListGroupMemberships = core.createPaginator(QuickSightClient, ListGroupMembershipsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16484
|
-
|
|
16485
|
-
const paginateListGroups = core.createPaginator(QuickSightClient, ListGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16486
|
-
|
|
16487
|
-
const paginateListIAMPolicyAssignments = core.createPaginator(QuickSightClient, ListIAMPolicyAssignmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16488
|
-
|
|
16489
|
-
const paginateListIAMPolicyAssignmentsForUser = core.createPaginator(QuickSightClient, ListIAMPolicyAssignmentsForUserCommand, "NextToken", "NextToken", "MaxResults");
|
|
16490
|
-
|
|
16491
|
-
const paginateListIngestions = core.createPaginator(QuickSightClient, ListIngestionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16492
|
-
|
|
16493
|
-
const paginateListNamespaces = core.createPaginator(QuickSightClient, ListNamespacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16494
|
-
|
|
16495
|
-
const paginateListRoleMemberships = core.createPaginator(QuickSightClient, ListRoleMembershipsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16496
|
-
|
|
16497
|
-
const paginateListTemplateAliases = core.createPaginator(QuickSightClient, ListTemplateAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16498
|
-
|
|
16499
|
-
const paginateListTemplates = core.createPaginator(QuickSightClient, ListTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16500
|
-
|
|
16501
|
-
const paginateListTemplateVersions = core.createPaginator(QuickSightClient, ListTemplateVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16502
|
-
|
|
16503
|
-
const paginateListThemes = core.createPaginator(QuickSightClient, ListThemesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16504
|
-
|
|
16505
|
-
const paginateListThemeVersions = core.createPaginator(QuickSightClient, ListThemeVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16506
|
-
|
|
16507
|
-
const paginateListTopics = core.createPaginator(QuickSightClient, ListTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16508
|
-
|
|
16509
|
-
const paginateListUserGroups = core.createPaginator(QuickSightClient, ListUserGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16510
|
-
|
|
16511
|
-
const paginateListUsers = core.createPaginator(QuickSightClient, ListUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16512
|
-
|
|
16513
|
-
const paginateListVPCConnections = core.createPaginator(QuickSightClient, ListVPCConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16514
|
-
|
|
16515
|
-
const paginateSearchActionConnectors = core.createPaginator(QuickSightClient, SearchActionConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16516
|
-
|
|
16517
|
-
const paginateSearchAnalyses = core.createPaginator(QuickSightClient, SearchAnalysesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16518
|
-
|
|
16519
|
-
const paginateSearchDashboards = core.createPaginator(QuickSightClient, SearchDashboardsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16520
|
-
|
|
16521
|
-
const paginateSearchDataSets = core.createPaginator(QuickSightClient, SearchDataSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16522
|
-
|
|
16523
|
-
const paginateSearchDataSources = core.createPaginator(QuickSightClient, SearchDataSourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16524
|
-
|
|
16525
|
-
const paginateSearchFlows = core.createPaginator(QuickSightClient, SearchFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16526
|
-
|
|
16527
|
-
const paginateSearchFolders = core.createPaginator(QuickSightClient, SearchFoldersCommand, "NextToken", "NextToken", "MaxResults");
|
|
16528
|
-
|
|
16529
|
-
const paginateSearchGroups = core.createPaginator(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16530
|
-
|
|
16531
|
-
const paginateSearchTopics = core.createPaginator(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
16574
|
+
smithyClient.createAggregatedClient(commands, QuickSight, { paginators });
|
|
16532
16575
|
|
|
16533
16576
|
const Edition = {
|
|
16534
16577
|
ENTERPRISE: "ENTERPRISE",
|
package/dist-es/QuickSight.js
CHANGED
|
@@ -229,6 +229,47 @@ import { UpdateTopicRefreshScheduleCommand, } from "./commands/UpdateTopicRefres
|
|
|
229
229
|
import { UpdateUserCommand } from "./commands/UpdateUserCommand";
|
|
230
230
|
import { UpdateUserCustomPermissionCommand, } from "./commands/UpdateUserCustomPermissionCommand";
|
|
231
231
|
import { UpdateVPCConnectionCommand, } from "./commands/UpdateVPCConnectionCommand";
|
|
232
|
+
import { paginateDescribeFolderPermissions } from "./pagination/DescribeFolderPermissionsPaginator";
|
|
233
|
+
import { paginateDescribeFolderResolvedPermissions } from "./pagination/DescribeFolderResolvedPermissionsPaginator";
|
|
234
|
+
import { paginateListActionConnectors } from "./pagination/ListActionConnectorsPaginator";
|
|
235
|
+
import { paginateListAnalyses } from "./pagination/ListAnalysesPaginator";
|
|
236
|
+
import { paginateListAssetBundleExportJobs } from "./pagination/ListAssetBundleExportJobsPaginator";
|
|
237
|
+
import { paginateListAssetBundleImportJobs } from "./pagination/ListAssetBundleImportJobsPaginator";
|
|
238
|
+
import { paginateListBrands } from "./pagination/ListBrandsPaginator";
|
|
239
|
+
import { paginateListCustomPermissions } from "./pagination/ListCustomPermissionsPaginator";
|
|
240
|
+
import { paginateListDashboards } from "./pagination/ListDashboardsPaginator";
|
|
241
|
+
import { paginateListDashboardVersions } from "./pagination/ListDashboardVersionsPaginator";
|
|
242
|
+
import { paginateListDataSets } from "./pagination/ListDataSetsPaginator";
|
|
243
|
+
import { paginateListDataSources } from "./pagination/ListDataSourcesPaginator";
|
|
244
|
+
import { paginateListFlows } from "./pagination/ListFlowsPaginator";
|
|
245
|
+
import { paginateListFolderMembers } from "./pagination/ListFolderMembersPaginator";
|
|
246
|
+
import { paginateListFoldersForResource } from "./pagination/ListFoldersForResourcePaginator";
|
|
247
|
+
import { paginateListFolders } from "./pagination/ListFoldersPaginator";
|
|
248
|
+
import { paginateListGroupMemberships } from "./pagination/ListGroupMembershipsPaginator";
|
|
249
|
+
import { paginateListGroups } from "./pagination/ListGroupsPaginator";
|
|
250
|
+
import { paginateListIAMPolicyAssignmentsForUser } from "./pagination/ListIAMPolicyAssignmentsForUserPaginator";
|
|
251
|
+
import { paginateListIAMPolicyAssignments } from "./pagination/ListIAMPolicyAssignmentsPaginator";
|
|
252
|
+
import { paginateListIngestions } from "./pagination/ListIngestionsPaginator";
|
|
253
|
+
import { paginateListNamespaces } from "./pagination/ListNamespacesPaginator";
|
|
254
|
+
import { paginateListRoleMemberships } from "./pagination/ListRoleMembershipsPaginator";
|
|
255
|
+
import { paginateListTemplateAliases } from "./pagination/ListTemplateAliasesPaginator";
|
|
256
|
+
import { paginateListTemplates } from "./pagination/ListTemplatesPaginator";
|
|
257
|
+
import { paginateListTemplateVersions } from "./pagination/ListTemplateVersionsPaginator";
|
|
258
|
+
import { paginateListThemes } from "./pagination/ListThemesPaginator";
|
|
259
|
+
import { paginateListThemeVersions } from "./pagination/ListThemeVersionsPaginator";
|
|
260
|
+
import { paginateListTopics } from "./pagination/ListTopicsPaginator";
|
|
261
|
+
import { paginateListUserGroups } from "./pagination/ListUserGroupsPaginator";
|
|
262
|
+
import { paginateListUsers } from "./pagination/ListUsersPaginator";
|
|
263
|
+
import { paginateListVPCConnections } from "./pagination/ListVPCConnectionsPaginator";
|
|
264
|
+
import { paginateSearchActionConnectors } from "./pagination/SearchActionConnectorsPaginator";
|
|
265
|
+
import { paginateSearchAnalyses } from "./pagination/SearchAnalysesPaginator";
|
|
266
|
+
import { paginateSearchDashboards } from "./pagination/SearchDashboardsPaginator";
|
|
267
|
+
import { paginateSearchDataSets } from "./pagination/SearchDataSetsPaginator";
|
|
268
|
+
import { paginateSearchDataSources } from "./pagination/SearchDataSourcesPaginator";
|
|
269
|
+
import { paginateSearchFlows } from "./pagination/SearchFlowsPaginator";
|
|
270
|
+
import { paginateSearchFolders } from "./pagination/SearchFoldersPaginator";
|
|
271
|
+
import { paginateSearchGroups } from "./pagination/SearchGroupsPaginator";
|
|
272
|
+
import { paginateSearchTopics } from "./pagination/SearchTopicsPaginator";
|
|
232
273
|
import { QuickSightClient } from "./QuickSightClient";
|
|
233
274
|
const commands = {
|
|
234
275
|
BatchCreateTopicReviewedAnswerCommand,
|
|
@@ -462,6 +503,49 @@ const commands = {
|
|
|
462
503
|
UpdateUserCustomPermissionCommand,
|
|
463
504
|
UpdateVPCConnectionCommand,
|
|
464
505
|
};
|
|
506
|
+
const paginators = {
|
|
507
|
+
paginateDescribeFolderPermissions,
|
|
508
|
+
paginateDescribeFolderResolvedPermissions,
|
|
509
|
+
paginateListActionConnectors,
|
|
510
|
+
paginateListAnalyses,
|
|
511
|
+
paginateListAssetBundleExportJobs,
|
|
512
|
+
paginateListAssetBundleImportJobs,
|
|
513
|
+
paginateListBrands,
|
|
514
|
+
paginateListCustomPermissions,
|
|
515
|
+
paginateListDashboards,
|
|
516
|
+
paginateListDashboardVersions,
|
|
517
|
+
paginateListDataSets,
|
|
518
|
+
paginateListDataSources,
|
|
519
|
+
paginateListFlows,
|
|
520
|
+
paginateListFolderMembers,
|
|
521
|
+
paginateListFolders,
|
|
522
|
+
paginateListFoldersForResource,
|
|
523
|
+
paginateListGroupMemberships,
|
|
524
|
+
paginateListGroups,
|
|
525
|
+
paginateListIAMPolicyAssignments,
|
|
526
|
+
paginateListIAMPolicyAssignmentsForUser,
|
|
527
|
+
paginateListIngestions,
|
|
528
|
+
paginateListNamespaces,
|
|
529
|
+
paginateListRoleMemberships,
|
|
530
|
+
paginateListTemplateAliases,
|
|
531
|
+
paginateListTemplates,
|
|
532
|
+
paginateListTemplateVersions,
|
|
533
|
+
paginateListThemes,
|
|
534
|
+
paginateListThemeVersions,
|
|
535
|
+
paginateListTopics,
|
|
536
|
+
paginateListUserGroups,
|
|
537
|
+
paginateListUsers,
|
|
538
|
+
paginateListVPCConnections,
|
|
539
|
+
paginateSearchActionConnectors,
|
|
540
|
+
paginateSearchAnalyses,
|
|
541
|
+
paginateSearchDashboards,
|
|
542
|
+
paginateSearchDataSets,
|
|
543
|
+
paginateSearchDataSources,
|
|
544
|
+
paginateSearchFlows,
|
|
545
|
+
paginateSearchFolders,
|
|
546
|
+
paginateSearchGroups,
|
|
547
|
+
paginateSearchTopics,
|
|
548
|
+
};
|
|
465
549
|
export class QuickSight extends QuickSightClient {
|
|
466
550
|
}
|
|
467
|
-
createAggregatedClient(commands, QuickSight);
|
|
551
|
+
createAggregatedClient(commands, QuickSight, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { BatchCreateTopicReviewedAnswerCommandInput, BatchCreateTopicReviewedAnswerCommandOutput } from "./commands/BatchCreateTopicReviewedAnswerCommand";
|
|
3
3
|
import { BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAnswerCommandOutput } from "./commands/BatchDeleteTopicReviewedAnswerCommand";
|
|
4
4
|
import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "./commands/CancelIngestionCommand";
|
|
@@ -1611,6 +1611,293 @@ export interface QuickSight {
|
|
|
1611
1611
|
updateVPCConnection(args: UpdateVPCConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVPCConnectionCommandOutput>;
|
|
1612
1612
|
updateVPCConnection(args: UpdateVPCConnectionCommandInput, cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void): void;
|
|
1613
1613
|
updateVPCConnection(args: UpdateVPCConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void): void;
|
|
1614
|
+
/**
|
|
1615
|
+
* @see {@link DescribeFolderPermissionsCommand}
|
|
1616
|
+
* @param args - command input.
|
|
1617
|
+
* @param paginationConfig - optional pagination config.
|
|
1618
|
+
* @returns AsyncIterable of {@link DescribeFolderPermissionsCommandOutput}.
|
|
1619
|
+
*/
|
|
1620
|
+
paginateDescribeFolderPermissions(args: DescribeFolderPermissionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeFolderPermissionsCommandOutput>;
|
|
1621
|
+
/**
|
|
1622
|
+
* @see {@link DescribeFolderResolvedPermissionsCommand}
|
|
1623
|
+
* @param args - command input.
|
|
1624
|
+
* @param paginationConfig - optional pagination config.
|
|
1625
|
+
* @returns AsyncIterable of {@link DescribeFolderResolvedPermissionsCommandOutput}.
|
|
1626
|
+
*/
|
|
1627
|
+
paginateDescribeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
1628
|
+
/**
|
|
1629
|
+
* @see {@link ListActionConnectorsCommand}
|
|
1630
|
+
* @param args - command input.
|
|
1631
|
+
* @param paginationConfig - optional pagination config.
|
|
1632
|
+
* @returns AsyncIterable of {@link ListActionConnectorsCommandOutput}.
|
|
1633
|
+
*/
|
|
1634
|
+
paginateListActionConnectors(args: ListActionConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListActionConnectorsCommandOutput>;
|
|
1635
|
+
/**
|
|
1636
|
+
* @see {@link ListAnalysesCommand}
|
|
1637
|
+
* @param args - command input.
|
|
1638
|
+
* @param paginationConfig - optional pagination config.
|
|
1639
|
+
* @returns AsyncIterable of {@link ListAnalysesCommandOutput}.
|
|
1640
|
+
*/
|
|
1641
|
+
paginateListAnalyses(args: ListAnalysesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnalysesCommandOutput>;
|
|
1642
|
+
/**
|
|
1643
|
+
* @see {@link ListAssetBundleExportJobsCommand}
|
|
1644
|
+
* @param args - command input.
|
|
1645
|
+
* @param paginationConfig - optional pagination config.
|
|
1646
|
+
* @returns AsyncIterable of {@link ListAssetBundleExportJobsCommandOutput}.
|
|
1647
|
+
*/
|
|
1648
|
+
paginateListAssetBundleExportJobs(args: ListAssetBundleExportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetBundleExportJobsCommandOutput>;
|
|
1649
|
+
/**
|
|
1650
|
+
* @see {@link ListAssetBundleImportJobsCommand}
|
|
1651
|
+
* @param args - command input.
|
|
1652
|
+
* @param paginationConfig - optional pagination config.
|
|
1653
|
+
* @returns AsyncIterable of {@link ListAssetBundleImportJobsCommandOutput}.
|
|
1654
|
+
*/
|
|
1655
|
+
paginateListAssetBundleImportJobs(args: ListAssetBundleImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssetBundleImportJobsCommandOutput>;
|
|
1656
|
+
/**
|
|
1657
|
+
* @see {@link ListBrandsCommand}
|
|
1658
|
+
* @param args - command input.
|
|
1659
|
+
* @param paginationConfig - optional pagination config.
|
|
1660
|
+
* @returns AsyncIterable of {@link ListBrandsCommandOutput}.
|
|
1661
|
+
*/
|
|
1662
|
+
paginateListBrands(args: ListBrandsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBrandsCommandOutput>;
|
|
1663
|
+
/**
|
|
1664
|
+
* @see {@link ListCustomPermissionsCommand}
|
|
1665
|
+
* @param args - command input.
|
|
1666
|
+
* @param paginationConfig - optional pagination config.
|
|
1667
|
+
* @returns AsyncIterable of {@link ListCustomPermissionsCommandOutput}.
|
|
1668
|
+
*/
|
|
1669
|
+
paginateListCustomPermissions(args: ListCustomPermissionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomPermissionsCommandOutput>;
|
|
1670
|
+
/**
|
|
1671
|
+
* @see {@link ListDashboardsCommand}
|
|
1672
|
+
* @param args - command input.
|
|
1673
|
+
* @param paginationConfig - optional pagination config.
|
|
1674
|
+
* @returns AsyncIterable of {@link ListDashboardsCommandOutput}.
|
|
1675
|
+
*/
|
|
1676
|
+
paginateListDashboards(args: ListDashboardsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDashboardsCommandOutput>;
|
|
1677
|
+
/**
|
|
1678
|
+
* @see {@link ListDashboardVersionsCommand}
|
|
1679
|
+
* @param args - command input.
|
|
1680
|
+
* @param paginationConfig - optional pagination config.
|
|
1681
|
+
* @returns AsyncIterable of {@link ListDashboardVersionsCommandOutput}.
|
|
1682
|
+
*/
|
|
1683
|
+
paginateListDashboardVersions(args: ListDashboardVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDashboardVersionsCommandOutput>;
|
|
1684
|
+
/**
|
|
1685
|
+
* @see {@link ListDataSetsCommand}
|
|
1686
|
+
* @param args - command input.
|
|
1687
|
+
* @param paginationConfig - optional pagination config.
|
|
1688
|
+
* @returns AsyncIterable of {@link ListDataSetsCommandOutput}.
|
|
1689
|
+
*/
|
|
1690
|
+
paginateListDataSets(args: ListDataSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSetsCommandOutput>;
|
|
1691
|
+
/**
|
|
1692
|
+
* @see {@link ListDataSourcesCommand}
|
|
1693
|
+
* @param args - command input.
|
|
1694
|
+
* @param paginationConfig - optional pagination config.
|
|
1695
|
+
* @returns AsyncIterable of {@link ListDataSourcesCommandOutput}.
|
|
1696
|
+
*/
|
|
1697
|
+
paginateListDataSources(args: ListDataSourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSourcesCommandOutput>;
|
|
1698
|
+
/**
|
|
1699
|
+
* @see {@link ListFlowsCommand}
|
|
1700
|
+
* @param args - command input.
|
|
1701
|
+
* @param paginationConfig - optional pagination config.
|
|
1702
|
+
* @returns AsyncIterable of {@link ListFlowsCommandOutput}.
|
|
1703
|
+
*/
|
|
1704
|
+
paginateListFlows(args: ListFlowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFlowsCommandOutput>;
|
|
1705
|
+
/**
|
|
1706
|
+
* @see {@link ListFolderMembersCommand}
|
|
1707
|
+
* @param args - command input.
|
|
1708
|
+
* @param paginationConfig - optional pagination config.
|
|
1709
|
+
* @returns AsyncIterable of {@link ListFolderMembersCommandOutput}.
|
|
1710
|
+
*/
|
|
1711
|
+
paginateListFolderMembers(args: ListFolderMembersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFolderMembersCommandOutput>;
|
|
1712
|
+
/**
|
|
1713
|
+
* @see {@link ListFoldersCommand}
|
|
1714
|
+
* @param args - command input.
|
|
1715
|
+
* @param paginationConfig - optional pagination config.
|
|
1716
|
+
* @returns AsyncIterable of {@link ListFoldersCommandOutput}.
|
|
1717
|
+
*/
|
|
1718
|
+
paginateListFolders(args: ListFoldersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFoldersCommandOutput>;
|
|
1719
|
+
/**
|
|
1720
|
+
* @see {@link ListFoldersForResourceCommand}
|
|
1721
|
+
* @param args - command input.
|
|
1722
|
+
* @param paginationConfig - optional pagination config.
|
|
1723
|
+
* @returns AsyncIterable of {@link ListFoldersForResourceCommandOutput}.
|
|
1724
|
+
*/
|
|
1725
|
+
paginateListFoldersForResource(args: ListFoldersForResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFoldersForResourceCommandOutput>;
|
|
1726
|
+
/**
|
|
1727
|
+
* @see {@link ListGroupMembershipsCommand}
|
|
1728
|
+
* @param args - command input.
|
|
1729
|
+
* @param paginationConfig - optional pagination config.
|
|
1730
|
+
* @returns AsyncIterable of {@link ListGroupMembershipsCommandOutput}.
|
|
1731
|
+
*/
|
|
1732
|
+
paginateListGroupMemberships(args: ListGroupMembershipsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupMembershipsCommandOutput>;
|
|
1733
|
+
/**
|
|
1734
|
+
* @see {@link ListGroupsCommand}
|
|
1735
|
+
* @param args - command input.
|
|
1736
|
+
* @param paginationConfig - optional pagination config.
|
|
1737
|
+
* @returns AsyncIterable of {@link ListGroupsCommandOutput}.
|
|
1738
|
+
*/
|
|
1739
|
+
paginateListGroups(args: ListGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupsCommandOutput>;
|
|
1740
|
+
/**
|
|
1741
|
+
* @see {@link ListIAMPolicyAssignmentsCommand}
|
|
1742
|
+
* @param args - command input.
|
|
1743
|
+
* @param paginationConfig - optional pagination config.
|
|
1744
|
+
* @returns AsyncIterable of {@link ListIAMPolicyAssignmentsCommandOutput}.
|
|
1745
|
+
*/
|
|
1746
|
+
paginateListIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIAMPolicyAssignmentsCommandOutput>;
|
|
1747
|
+
/**
|
|
1748
|
+
* @see {@link ListIAMPolicyAssignmentsForUserCommand}
|
|
1749
|
+
* @param args - command input.
|
|
1750
|
+
* @param paginationConfig - optional pagination config.
|
|
1751
|
+
* @returns AsyncIterable of {@link ListIAMPolicyAssignmentsForUserCommandOutput}.
|
|
1752
|
+
*/
|
|
1753
|
+
paginateListIAMPolicyAssignmentsForUser(args: ListIAMPolicyAssignmentsForUserCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
1754
|
+
/**
|
|
1755
|
+
* @see {@link ListIngestionsCommand}
|
|
1756
|
+
* @param args - command input.
|
|
1757
|
+
* @param paginationConfig - optional pagination config.
|
|
1758
|
+
* @returns AsyncIterable of {@link ListIngestionsCommandOutput}.
|
|
1759
|
+
*/
|
|
1760
|
+
paginateListIngestions(args: ListIngestionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIngestionsCommandOutput>;
|
|
1761
|
+
/**
|
|
1762
|
+
* @see {@link ListNamespacesCommand}
|
|
1763
|
+
* @param args - command input.
|
|
1764
|
+
* @param paginationConfig - optional pagination config.
|
|
1765
|
+
* @returns AsyncIterable of {@link ListNamespacesCommandOutput}.
|
|
1766
|
+
*/
|
|
1767
|
+
paginateListNamespaces(args: ListNamespacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNamespacesCommandOutput>;
|
|
1768
|
+
/**
|
|
1769
|
+
* @see {@link ListRoleMembershipsCommand}
|
|
1770
|
+
* @param args - command input.
|
|
1771
|
+
* @param paginationConfig - optional pagination config.
|
|
1772
|
+
* @returns AsyncIterable of {@link ListRoleMembershipsCommandOutput}.
|
|
1773
|
+
*/
|
|
1774
|
+
paginateListRoleMemberships(args: ListRoleMembershipsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRoleMembershipsCommandOutput>;
|
|
1775
|
+
/**
|
|
1776
|
+
* @see {@link ListTemplateAliasesCommand}
|
|
1777
|
+
* @param args - command input.
|
|
1778
|
+
* @param paginationConfig - optional pagination config.
|
|
1779
|
+
* @returns AsyncIterable of {@link ListTemplateAliasesCommandOutput}.
|
|
1780
|
+
*/
|
|
1781
|
+
paginateListTemplateAliases(args: ListTemplateAliasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTemplateAliasesCommandOutput>;
|
|
1782
|
+
/**
|
|
1783
|
+
* @see {@link ListTemplatesCommand}
|
|
1784
|
+
* @param args - command input.
|
|
1785
|
+
* @param paginationConfig - optional pagination config.
|
|
1786
|
+
* @returns AsyncIterable of {@link ListTemplatesCommandOutput}.
|
|
1787
|
+
*/
|
|
1788
|
+
paginateListTemplates(args: ListTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTemplatesCommandOutput>;
|
|
1789
|
+
/**
|
|
1790
|
+
* @see {@link ListTemplateVersionsCommand}
|
|
1791
|
+
* @param args - command input.
|
|
1792
|
+
* @param paginationConfig - optional pagination config.
|
|
1793
|
+
* @returns AsyncIterable of {@link ListTemplateVersionsCommandOutput}.
|
|
1794
|
+
*/
|
|
1795
|
+
paginateListTemplateVersions(args: ListTemplateVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTemplateVersionsCommandOutput>;
|
|
1796
|
+
/**
|
|
1797
|
+
* @see {@link ListThemesCommand}
|
|
1798
|
+
* @param args - command input.
|
|
1799
|
+
* @param paginationConfig - optional pagination config.
|
|
1800
|
+
* @returns AsyncIterable of {@link ListThemesCommandOutput}.
|
|
1801
|
+
*/
|
|
1802
|
+
paginateListThemes(args: ListThemesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThemesCommandOutput>;
|
|
1803
|
+
/**
|
|
1804
|
+
* @see {@link ListThemeVersionsCommand}
|
|
1805
|
+
* @param args - command input.
|
|
1806
|
+
* @param paginationConfig - optional pagination config.
|
|
1807
|
+
* @returns AsyncIterable of {@link ListThemeVersionsCommandOutput}.
|
|
1808
|
+
*/
|
|
1809
|
+
paginateListThemeVersions(args: ListThemeVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThemeVersionsCommandOutput>;
|
|
1810
|
+
/**
|
|
1811
|
+
* @see {@link ListTopicsCommand}
|
|
1812
|
+
* @param args - command input.
|
|
1813
|
+
* @param paginationConfig - optional pagination config.
|
|
1814
|
+
* @returns AsyncIterable of {@link ListTopicsCommandOutput}.
|
|
1815
|
+
*/
|
|
1816
|
+
paginateListTopics(args: ListTopicsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTopicsCommandOutput>;
|
|
1817
|
+
/**
|
|
1818
|
+
* @see {@link ListUserGroupsCommand}
|
|
1819
|
+
* @param args - command input.
|
|
1820
|
+
* @param paginationConfig - optional pagination config.
|
|
1821
|
+
* @returns AsyncIterable of {@link ListUserGroupsCommandOutput}.
|
|
1822
|
+
*/
|
|
1823
|
+
paginateListUserGroups(args: ListUserGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUserGroupsCommandOutput>;
|
|
1824
|
+
/**
|
|
1825
|
+
* @see {@link ListUsersCommand}
|
|
1826
|
+
* @param args - command input.
|
|
1827
|
+
* @param paginationConfig - optional pagination config.
|
|
1828
|
+
* @returns AsyncIterable of {@link ListUsersCommandOutput}.
|
|
1829
|
+
*/
|
|
1830
|
+
paginateListUsers(args: ListUsersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsersCommandOutput>;
|
|
1831
|
+
/**
|
|
1832
|
+
* @see {@link ListVPCConnectionsCommand}
|
|
1833
|
+
* @param args - command input.
|
|
1834
|
+
* @param paginationConfig - optional pagination config.
|
|
1835
|
+
* @returns AsyncIterable of {@link ListVPCConnectionsCommandOutput}.
|
|
1836
|
+
*/
|
|
1837
|
+
paginateListVPCConnections(args: ListVPCConnectionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVPCConnectionsCommandOutput>;
|
|
1838
|
+
/**
|
|
1839
|
+
* @see {@link SearchActionConnectorsCommand}
|
|
1840
|
+
* @param args - command input.
|
|
1841
|
+
* @param paginationConfig - optional pagination config.
|
|
1842
|
+
* @returns AsyncIterable of {@link SearchActionConnectorsCommandOutput}.
|
|
1843
|
+
*/
|
|
1844
|
+
paginateSearchActionConnectors(args: SearchActionConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchActionConnectorsCommandOutput>;
|
|
1845
|
+
/**
|
|
1846
|
+
* @see {@link SearchAnalysesCommand}
|
|
1847
|
+
* @param args - command input.
|
|
1848
|
+
* @param paginationConfig - optional pagination config.
|
|
1849
|
+
* @returns AsyncIterable of {@link SearchAnalysesCommandOutput}.
|
|
1850
|
+
*/
|
|
1851
|
+
paginateSearchAnalyses(args: SearchAnalysesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchAnalysesCommandOutput>;
|
|
1852
|
+
/**
|
|
1853
|
+
* @see {@link SearchDashboardsCommand}
|
|
1854
|
+
* @param args - command input.
|
|
1855
|
+
* @param paginationConfig - optional pagination config.
|
|
1856
|
+
* @returns AsyncIterable of {@link SearchDashboardsCommandOutput}.
|
|
1857
|
+
*/
|
|
1858
|
+
paginateSearchDashboards(args: SearchDashboardsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchDashboardsCommandOutput>;
|
|
1859
|
+
/**
|
|
1860
|
+
* @see {@link SearchDataSetsCommand}
|
|
1861
|
+
* @param args - command input.
|
|
1862
|
+
* @param paginationConfig - optional pagination config.
|
|
1863
|
+
* @returns AsyncIterable of {@link SearchDataSetsCommandOutput}.
|
|
1864
|
+
*/
|
|
1865
|
+
paginateSearchDataSets(args: SearchDataSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchDataSetsCommandOutput>;
|
|
1866
|
+
/**
|
|
1867
|
+
* @see {@link SearchDataSourcesCommand}
|
|
1868
|
+
* @param args - command input.
|
|
1869
|
+
* @param paginationConfig - optional pagination config.
|
|
1870
|
+
* @returns AsyncIterable of {@link SearchDataSourcesCommandOutput}.
|
|
1871
|
+
*/
|
|
1872
|
+
paginateSearchDataSources(args: SearchDataSourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchDataSourcesCommandOutput>;
|
|
1873
|
+
/**
|
|
1874
|
+
* @see {@link SearchFlowsCommand}
|
|
1875
|
+
* @param args - command input.
|
|
1876
|
+
* @param paginationConfig - optional pagination config.
|
|
1877
|
+
* @returns AsyncIterable of {@link SearchFlowsCommandOutput}.
|
|
1878
|
+
*/
|
|
1879
|
+
paginateSearchFlows(args: SearchFlowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchFlowsCommandOutput>;
|
|
1880
|
+
/**
|
|
1881
|
+
* @see {@link SearchFoldersCommand}
|
|
1882
|
+
* @param args - command input.
|
|
1883
|
+
* @param paginationConfig - optional pagination config.
|
|
1884
|
+
* @returns AsyncIterable of {@link SearchFoldersCommandOutput}.
|
|
1885
|
+
*/
|
|
1886
|
+
paginateSearchFolders(args: SearchFoldersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchFoldersCommandOutput>;
|
|
1887
|
+
/**
|
|
1888
|
+
* @see {@link SearchGroupsCommand}
|
|
1889
|
+
* @param args - command input.
|
|
1890
|
+
* @param paginationConfig - optional pagination config.
|
|
1891
|
+
* @returns AsyncIterable of {@link SearchGroupsCommandOutput}.
|
|
1892
|
+
*/
|
|
1893
|
+
paginateSearchGroups(args: SearchGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchGroupsCommandOutput>;
|
|
1894
|
+
/**
|
|
1895
|
+
* @see {@link SearchTopicsCommand}
|
|
1896
|
+
* @param args - command input.
|
|
1897
|
+
* @param paginationConfig - optional pagination config.
|
|
1898
|
+
* @returns AsyncIterable of {@link SearchTopicsCommandOutput}.
|
|
1899
|
+
*/
|
|
1900
|
+
paginateSearchTopics(args: SearchTopicsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchTopicsCommandOutput>;
|
|
1614
1901
|
}
|
|
1615
1902
|
/**
|
|
1616
1903
|
* <fullname>Amazon Quick Suite API Reference</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
BatchCreateTopicReviewedAnswerCommandInput,
|
|
4
8
|
BatchCreateTopicReviewedAnswerCommandOutput,
|
|
@@ -4001,6 +4005,293 @@ export interface QuickSight {
|
|
|
4001
4005
|
options: __HttpHandlerOptions,
|
|
4002
4006
|
cb: (err: any, data?: UpdateVPCConnectionCommandOutput) => void
|
|
4003
4007
|
): void;
|
|
4008
|
+
paginateDescribeFolderPermissions(
|
|
4009
|
+
args: DescribeFolderPermissionsCommandInput,
|
|
4010
|
+
paginationConfig?: Pick<
|
|
4011
|
+
PaginationConfiguration,
|
|
4012
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4013
|
+
>
|
|
4014
|
+
): Paginator<DescribeFolderPermissionsCommandOutput>;
|
|
4015
|
+
paginateDescribeFolderResolvedPermissions(
|
|
4016
|
+
args: DescribeFolderResolvedPermissionsCommandInput,
|
|
4017
|
+
paginationConfig?: Pick<
|
|
4018
|
+
PaginationConfiguration,
|
|
4019
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4020
|
+
>
|
|
4021
|
+
): Paginator<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
4022
|
+
paginateListActionConnectors(
|
|
4023
|
+
args: ListActionConnectorsCommandInput,
|
|
4024
|
+
paginationConfig?: Pick<
|
|
4025
|
+
PaginationConfiguration,
|
|
4026
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4027
|
+
>
|
|
4028
|
+
): Paginator<ListActionConnectorsCommandOutput>;
|
|
4029
|
+
paginateListAnalyses(
|
|
4030
|
+
args: ListAnalysesCommandInput,
|
|
4031
|
+
paginationConfig?: Pick<
|
|
4032
|
+
PaginationConfiguration,
|
|
4033
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4034
|
+
>
|
|
4035
|
+
): Paginator<ListAnalysesCommandOutput>;
|
|
4036
|
+
paginateListAssetBundleExportJobs(
|
|
4037
|
+
args: ListAssetBundleExportJobsCommandInput,
|
|
4038
|
+
paginationConfig?: Pick<
|
|
4039
|
+
PaginationConfiguration,
|
|
4040
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4041
|
+
>
|
|
4042
|
+
): Paginator<ListAssetBundleExportJobsCommandOutput>;
|
|
4043
|
+
paginateListAssetBundleImportJobs(
|
|
4044
|
+
args: ListAssetBundleImportJobsCommandInput,
|
|
4045
|
+
paginationConfig?: Pick<
|
|
4046
|
+
PaginationConfiguration,
|
|
4047
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4048
|
+
>
|
|
4049
|
+
): Paginator<ListAssetBundleImportJobsCommandOutput>;
|
|
4050
|
+
paginateListBrands(
|
|
4051
|
+
args: ListBrandsCommandInput,
|
|
4052
|
+
paginationConfig?: Pick<
|
|
4053
|
+
PaginationConfiguration,
|
|
4054
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4055
|
+
>
|
|
4056
|
+
): Paginator<ListBrandsCommandOutput>;
|
|
4057
|
+
paginateListCustomPermissions(
|
|
4058
|
+
args: ListCustomPermissionsCommandInput,
|
|
4059
|
+
paginationConfig?: Pick<
|
|
4060
|
+
PaginationConfiguration,
|
|
4061
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4062
|
+
>
|
|
4063
|
+
): Paginator<ListCustomPermissionsCommandOutput>;
|
|
4064
|
+
paginateListDashboards(
|
|
4065
|
+
args: ListDashboardsCommandInput,
|
|
4066
|
+
paginationConfig?: Pick<
|
|
4067
|
+
PaginationConfiguration,
|
|
4068
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4069
|
+
>
|
|
4070
|
+
): Paginator<ListDashboardsCommandOutput>;
|
|
4071
|
+
paginateListDashboardVersions(
|
|
4072
|
+
args: ListDashboardVersionsCommandInput,
|
|
4073
|
+
paginationConfig?: Pick<
|
|
4074
|
+
PaginationConfiguration,
|
|
4075
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4076
|
+
>
|
|
4077
|
+
): Paginator<ListDashboardVersionsCommandOutput>;
|
|
4078
|
+
paginateListDataSets(
|
|
4079
|
+
args: ListDataSetsCommandInput,
|
|
4080
|
+
paginationConfig?: Pick<
|
|
4081
|
+
PaginationConfiguration,
|
|
4082
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4083
|
+
>
|
|
4084
|
+
): Paginator<ListDataSetsCommandOutput>;
|
|
4085
|
+
paginateListDataSources(
|
|
4086
|
+
args: ListDataSourcesCommandInput,
|
|
4087
|
+
paginationConfig?: Pick<
|
|
4088
|
+
PaginationConfiguration,
|
|
4089
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4090
|
+
>
|
|
4091
|
+
): Paginator<ListDataSourcesCommandOutput>;
|
|
4092
|
+
paginateListFlows(
|
|
4093
|
+
args: ListFlowsCommandInput,
|
|
4094
|
+
paginationConfig?: Pick<
|
|
4095
|
+
PaginationConfiguration,
|
|
4096
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4097
|
+
>
|
|
4098
|
+
): Paginator<ListFlowsCommandOutput>;
|
|
4099
|
+
paginateListFolderMembers(
|
|
4100
|
+
args: ListFolderMembersCommandInput,
|
|
4101
|
+
paginationConfig?: Pick<
|
|
4102
|
+
PaginationConfiguration,
|
|
4103
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4104
|
+
>
|
|
4105
|
+
): Paginator<ListFolderMembersCommandOutput>;
|
|
4106
|
+
paginateListFolders(
|
|
4107
|
+
args: ListFoldersCommandInput,
|
|
4108
|
+
paginationConfig?: Pick<
|
|
4109
|
+
PaginationConfiguration,
|
|
4110
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4111
|
+
>
|
|
4112
|
+
): Paginator<ListFoldersCommandOutput>;
|
|
4113
|
+
paginateListFoldersForResource(
|
|
4114
|
+
args: ListFoldersForResourceCommandInput,
|
|
4115
|
+
paginationConfig?: Pick<
|
|
4116
|
+
PaginationConfiguration,
|
|
4117
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4118
|
+
>
|
|
4119
|
+
): Paginator<ListFoldersForResourceCommandOutput>;
|
|
4120
|
+
paginateListGroupMemberships(
|
|
4121
|
+
args: ListGroupMembershipsCommandInput,
|
|
4122
|
+
paginationConfig?: Pick<
|
|
4123
|
+
PaginationConfiguration,
|
|
4124
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4125
|
+
>
|
|
4126
|
+
): Paginator<ListGroupMembershipsCommandOutput>;
|
|
4127
|
+
paginateListGroups(
|
|
4128
|
+
args: ListGroupsCommandInput,
|
|
4129
|
+
paginationConfig?: Pick<
|
|
4130
|
+
PaginationConfiguration,
|
|
4131
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4132
|
+
>
|
|
4133
|
+
): Paginator<ListGroupsCommandOutput>;
|
|
4134
|
+
paginateListIAMPolicyAssignments(
|
|
4135
|
+
args: ListIAMPolicyAssignmentsCommandInput,
|
|
4136
|
+
paginationConfig?: Pick<
|
|
4137
|
+
PaginationConfiguration,
|
|
4138
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4139
|
+
>
|
|
4140
|
+
): Paginator<ListIAMPolicyAssignmentsCommandOutput>;
|
|
4141
|
+
paginateListIAMPolicyAssignmentsForUser(
|
|
4142
|
+
args: ListIAMPolicyAssignmentsForUserCommandInput,
|
|
4143
|
+
paginationConfig?: Pick<
|
|
4144
|
+
PaginationConfiguration,
|
|
4145
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4146
|
+
>
|
|
4147
|
+
): Paginator<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
4148
|
+
paginateListIngestions(
|
|
4149
|
+
args: ListIngestionsCommandInput,
|
|
4150
|
+
paginationConfig?: Pick<
|
|
4151
|
+
PaginationConfiguration,
|
|
4152
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4153
|
+
>
|
|
4154
|
+
): Paginator<ListIngestionsCommandOutput>;
|
|
4155
|
+
paginateListNamespaces(
|
|
4156
|
+
args: ListNamespacesCommandInput,
|
|
4157
|
+
paginationConfig?: Pick<
|
|
4158
|
+
PaginationConfiguration,
|
|
4159
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4160
|
+
>
|
|
4161
|
+
): Paginator<ListNamespacesCommandOutput>;
|
|
4162
|
+
paginateListRoleMemberships(
|
|
4163
|
+
args: ListRoleMembershipsCommandInput,
|
|
4164
|
+
paginationConfig?: Pick<
|
|
4165
|
+
PaginationConfiguration,
|
|
4166
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4167
|
+
>
|
|
4168
|
+
): Paginator<ListRoleMembershipsCommandOutput>;
|
|
4169
|
+
paginateListTemplateAliases(
|
|
4170
|
+
args: ListTemplateAliasesCommandInput,
|
|
4171
|
+
paginationConfig?: Pick<
|
|
4172
|
+
PaginationConfiguration,
|
|
4173
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4174
|
+
>
|
|
4175
|
+
): Paginator<ListTemplateAliasesCommandOutput>;
|
|
4176
|
+
paginateListTemplates(
|
|
4177
|
+
args: ListTemplatesCommandInput,
|
|
4178
|
+
paginationConfig?: Pick<
|
|
4179
|
+
PaginationConfiguration,
|
|
4180
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4181
|
+
>
|
|
4182
|
+
): Paginator<ListTemplatesCommandOutput>;
|
|
4183
|
+
paginateListTemplateVersions(
|
|
4184
|
+
args: ListTemplateVersionsCommandInput,
|
|
4185
|
+
paginationConfig?: Pick<
|
|
4186
|
+
PaginationConfiguration,
|
|
4187
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4188
|
+
>
|
|
4189
|
+
): Paginator<ListTemplateVersionsCommandOutput>;
|
|
4190
|
+
paginateListThemes(
|
|
4191
|
+
args: ListThemesCommandInput,
|
|
4192
|
+
paginationConfig?: Pick<
|
|
4193
|
+
PaginationConfiguration,
|
|
4194
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4195
|
+
>
|
|
4196
|
+
): Paginator<ListThemesCommandOutput>;
|
|
4197
|
+
paginateListThemeVersions(
|
|
4198
|
+
args: ListThemeVersionsCommandInput,
|
|
4199
|
+
paginationConfig?: Pick<
|
|
4200
|
+
PaginationConfiguration,
|
|
4201
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4202
|
+
>
|
|
4203
|
+
): Paginator<ListThemeVersionsCommandOutput>;
|
|
4204
|
+
paginateListTopics(
|
|
4205
|
+
args: ListTopicsCommandInput,
|
|
4206
|
+
paginationConfig?: Pick<
|
|
4207
|
+
PaginationConfiguration,
|
|
4208
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4209
|
+
>
|
|
4210
|
+
): Paginator<ListTopicsCommandOutput>;
|
|
4211
|
+
paginateListUserGroups(
|
|
4212
|
+
args: ListUserGroupsCommandInput,
|
|
4213
|
+
paginationConfig?: Pick<
|
|
4214
|
+
PaginationConfiguration,
|
|
4215
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4216
|
+
>
|
|
4217
|
+
): Paginator<ListUserGroupsCommandOutput>;
|
|
4218
|
+
paginateListUsers(
|
|
4219
|
+
args: ListUsersCommandInput,
|
|
4220
|
+
paginationConfig?: Pick<
|
|
4221
|
+
PaginationConfiguration,
|
|
4222
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4223
|
+
>
|
|
4224
|
+
): Paginator<ListUsersCommandOutput>;
|
|
4225
|
+
paginateListVPCConnections(
|
|
4226
|
+
args: ListVPCConnectionsCommandInput,
|
|
4227
|
+
paginationConfig?: Pick<
|
|
4228
|
+
PaginationConfiguration,
|
|
4229
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4230
|
+
>
|
|
4231
|
+
): Paginator<ListVPCConnectionsCommandOutput>;
|
|
4232
|
+
paginateSearchActionConnectors(
|
|
4233
|
+
args: SearchActionConnectorsCommandInput,
|
|
4234
|
+
paginationConfig?: Pick<
|
|
4235
|
+
PaginationConfiguration,
|
|
4236
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4237
|
+
>
|
|
4238
|
+
): Paginator<SearchActionConnectorsCommandOutput>;
|
|
4239
|
+
paginateSearchAnalyses(
|
|
4240
|
+
args: SearchAnalysesCommandInput,
|
|
4241
|
+
paginationConfig?: Pick<
|
|
4242
|
+
PaginationConfiguration,
|
|
4243
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4244
|
+
>
|
|
4245
|
+
): Paginator<SearchAnalysesCommandOutput>;
|
|
4246
|
+
paginateSearchDashboards(
|
|
4247
|
+
args: SearchDashboardsCommandInput,
|
|
4248
|
+
paginationConfig?: Pick<
|
|
4249
|
+
PaginationConfiguration,
|
|
4250
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4251
|
+
>
|
|
4252
|
+
): Paginator<SearchDashboardsCommandOutput>;
|
|
4253
|
+
paginateSearchDataSets(
|
|
4254
|
+
args: SearchDataSetsCommandInput,
|
|
4255
|
+
paginationConfig?: Pick<
|
|
4256
|
+
PaginationConfiguration,
|
|
4257
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4258
|
+
>
|
|
4259
|
+
): Paginator<SearchDataSetsCommandOutput>;
|
|
4260
|
+
paginateSearchDataSources(
|
|
4261
|
+
args: SearchDataSourcesCommandInput,
|
|
4262
|
+
paginationConfig?: Pick<
|
|
4263
|
+
PaginationConfiguration,
|
|
4264
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4265
|
+
>
|
|
4266
|
+
): Paginator<SearchDataSourcesCommandOutput>;
|
|
4267
|
+
paginateSearchFlows(
|
|
4268
|
+
args: SearchFlowsCommandInput,
|
|
4269
|
+
paginationConfig?: Pick<
|
|
4270
|
+
PaginationConfiguration,
|
|
4271
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4272
|
+
>
|
|
4273
|
+
): Paginator<SearchFlowsCommandOutput>;
|
|
4274
|
+
paginateSearchFolders(
|
|
4275
|
+
args: SearchFoldersCommandInput,
|
|
4276
|
+
paginationConfig?: Pick<
|
|
4277
|
+
PaginationConfiguration,
|
|
4278
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4279
|
+
>
|
|
4280
|
+
): Paginator<SearchFoldersCommandOutput>;
|
|
4281
|
+
paginateSearchGroups(
|
|
4282
|
+
args: SearchGroupsCommandInput,
|
|
4283
|
+
paginationConfig?: Pick<
|
|
4284
|
+
PaginationConfiguration,
|
|
4285
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4286
|
+
>
|
|
4287
|
+
): Paginator<SearchGroupsCommandOutput>;
|
|
4288
|
+
paginateSearchTopics(
|
|
4289
|
+
args: SearchTopicsCommandInput,
|
|
4290
|
+
paginationConfig?: Pick<
|
|
4291
|
+
PaginationConfiguration,
|
|
4292
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
4293
|
+
>
|
|
4294
|
+
): Paginator<SearchTopicsCommandOutput>;
|
|
4004
4295
|
}
|
|
4005
4296
|
export declare class QuickSight
|
|
4006
4297
|
extends QuickSightClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|