@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -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/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- 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/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -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/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -151,6 +151,10 @@ import {
|
|
|
151
151
|
DeleteDataSourceCommandInput,
|
|
152
152
|
DeleteDataSourceCommandOutput,
|
|
153
153
|
} from "../commands/DeleteDataSourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteDefaultQBusinessApplicationCommandInput,
|
|
156
|
+
DeleteDefaultQBusinessApplicationCommandOutput,
|
|
157
|
+
} from "../commands/DeleteDefaultQBusinessApplicationCommand";
|
|
154
158
|
import {
|
|
155
159
|
DeleteFolderCommandInput,
|
|
156
160
|
DeleteFolderCommandOutput,
|
|
@@ -299,6 +303,10 @@ import {
|
|
|
299
303
|
DescribeDashboardSnapshotJobResultCommandInput,
|
|
300
304
|
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
301
305
|
} from "../commands/DescribeDashboardSnapshotJobResultCommand";
|
|
306
|
+
import {
|
|
307
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
308
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
309
|
+
} from "../commands/DescribeDashboardsQAConfigurationCommand";
|
|
302
310
|
import {
|
|
303
311
|
DescribeDataSetCommandInput,
|
|
304
312
|
DescribeDataSetCommandOutput,
|
|
@@ -319,6 +327,10 @@ import {
|
|
|
319
327
|
DescribeDataSourcePermissionsCommandInput,
|
|
320
328
|
DescribeDataSourcePermissionsCommandOutput,
|
|
321
329
|
} from "../commands/DescribeDataSourcePermissionsCommand";
|
|
330
|
+
import {
|
|
331
|
+
DescribeDefaultQBusinessApplicationCommandInput,
|
|
332
|
+
DescribeDefaultQBusinessApplicationCommandOutput,
|
|
333
|
+
} from "../commands/DescribeDefaultQBusinessApplicationCommand";
|
|
322
334
|
import {
|
|
323
335
|
DescribeFolderCommandInput,
|
|
324
336
|
DescribeFolderCommandOutput,
|
|
@@ -363,6 +375,10 @@ import {
|
|
|
363
375
|
DescribeQPersonalizationConfigurationCommandInput,
|
|
364
376
|
DescribeQPersonalizationConfigurationCommandOutput,
|
|
365
377
|
} from "../commands/DescribeQPersonalizationConfigurationCommand";
|
|
378
|
+
import {
|
|
379
|
+
DescribeQuickSightQSearchConfigurationCommandInput,
|
|
380
|
+
DescribeQuickSightQSearchConfigurationCommandOutput,
|
|
381
|
+
} from "../commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
366
382
|
import {
|
|
367
383
|
DescribeRefreshScheduleCommandInput,
|
|
368
384
|
DescribeRefreshScheduleCommandOutput,
|
|
@@ -431,6 +447,10 @@ import {
|
|
|
431
447
|
GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
432
448
|
GenerateEmbedUrlForRegisteredUserCommandOutput,
|
|
433
449
|
} from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
450
|
+
import {
|
|
451
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
452
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput,
|
|
453
|
+
} from "../commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
434
454
|
import {
|
|
435
455
|
GetDashboardEmbedUrlCommandInput,
|
|
436
456
|
GetDashboardEmbedUrlCommandOutput,
|
|
@@ -575,6 +595,10 @@ import {
|
|
|
575
595
|
ListVPCConnectionsCommandInput,
|
|
576
596
|
ListVPCConnectionsCommandOutput,
|
|
577
597
|
} from "../commands/ListVPCConnectionsCommand";
|
|
598
|
+
import {
|
|
599
|
+
PredictQAResultsCommandInput,
|
|
600
|
+
PredictQAResultsCommandOutput,
|
|
601
|
+
} from "../commands/PredictQAResultsCommand";
|
|
578
602
|
import {
|
|
579
603
|
PutDataSetRefreshPropertiesCommandInput,
|
|
580
604
|
PutDataSetRefreshPropertiesCommandOutput,
|
|
@@ -611,6 +635,10 @@ import {
|
|
|
611
635
|
SearchGroupsCommandInput,
|
|
612
636
|
SearchGroupsCommandOutput,
|
|
613
637
|
} from "../commands/SearchGroupsCommand";
|
|
638
|
+
import {
|
|
639
|
+
SearchTopicsCommandInput,
|
|
640
|
+
SearchTopicsCommandOutput,
|
|
641
|
+
} from "../commands/SearchTopicsCommand";
|
|
614
642
|
import {
|
|
615
643
|
StartAssetBundleExportJobCommandInput,
|
|
616
644
|
StartAssetBundleExportJobCommandOutput,
|
|
@@ -651,6 +679,10 @@ import {
|
|
|
651
679
|
UpdateAnalysisPermissionsCommandInput,
|
|
652
680
|
UpdateAnalysisPermissionsCommandOutput,
|
|
653
681
|
} from "../commands/UpdateAnalysisPermissionsCommand";
|
|
682
|
+
import {
|
|
683
|
+
UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
684
|
+
UpdateApplicationWithTokenExchangeGrantCommandOutput,
|
|
685
|
+
} from "../commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
654
686
|
import {
|
|
655
687
|
UpdateBrandAssignmentCommandInput,
|
|
656
688
|
UpdateBrandAssignmentCommandOutput,
|
|
@@ -683,6 +715,10 @@ import {
|
|
|
683
715
|
UpdateDashboardPublishedVersionCommandInput,
|
|
684
716
|
UpdateDashboardPublishedVersionCommandOutput,
|
|
685
717
|
} from "../commands/UpdateDashboardPublishedVersionCommand";
|
|
718
|
+
import {
|
|
719
|
+
UpdateDashboardsQAConfigurationCommandInput,
|
|
720
|
+
UpdateDashboardsQAConfigurationCommandOutput,
|
|
721
|
+
} from "../commands/UpdateDashboardsQAConfigurationCommand";
|
|
686
722
|
import {
|
|
687
723
|
UpdateDataSetCommandInput,
|
|
688
724
|
UpdateDataSetCommandOutput,
|
|
@@ -699,6 +735,10 @@ import {
|
|
|
699
735
|
UpdateDataSourcePermissionsCommandInput,
|
|
700
736
|
UpdateDataSourcePermissionsCommandOutput,
|
|
701
737
|
} from "../commands/UpdateDataSourcePermissionsCommand";
|
|
738
|
+
import {
|
|
739
|
+
UpdateDefaultQBusinessApplicationCommandInput,
|
|
740
|
+
UpdateDefaultQBusinessApplicationCommandOutput,
|
|
741
|
+
} from "../commands/UpdateDefaultQBusinessApplicationCommand";
|
|
702
742
|
import {
|
|
703
743
|
UpdateFolderCommandInput,
|
|
704
744
|
UpdateFolderCommandOutput,
|
|
@@ -735,6 +775,10 @@ import {
|
|
|
735
775
|
UpdateQPersonalizationConfigurationCommandInput,
|
|
736
776
|
UpdateQPersonalizationConfigurationCommandOutput,
|
|
737
777
|
} from "../commands/UpdateQPersonalizationConfigurationCommand";
|
|
778
|
+
import {
|
|
779
|
+
UpdateQuickSightQSearchConfigurationCommandInput,
|
|
780
|
+
UpdateQuickSightQSearchConfigurationCommandOutput,
|
|
781
|
+
} from "../commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
738
782
|
import {
|
|
739
783
|
UpdateRefreshScheduleCommandInput,
|
|
740
784
|
UpdateRefreshScheduleCommandOutput,
|
|
@@ -943,6 +987,10 @@ export declare const se_DeleteDataSourceCommand: (
|
|
|
943
987
|
input: DeleteDataSourceCommandInput,
|
|
944
988
|
context: __SerdeContext
|
|
945
989
|
) => Promise<__HttpRequest>;
|
|
990
|
+
export declare const se_DeleteDefaultQBusinessApplicationCommand: (
|
|
991
|
+
input: DeleteDefaultQBusinessApplicationCommandInput,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<__HttpRequest>;
|
|
946
994
|
export declare const se_DeleteFolderCommand: (
|
|
947
995
|
input: DeleteFolderCommandInput,
|
|
948
996
|
context: __SerdeContext
|
|
@@ -1091,6 +1139,10 @@ export declare const se_DescribeDashboardSnapshotJobResultCommand: (
|
|
|
1091
1139
|
input: DescribeDashboardSnapshotJobResultCommandInput,
|
|
1092
1140
|
context: __SerdeContext
|
|
1093
1141
|
) => Promise<__HttpRequest>;
|
|
1142
|
+
export declare const se_DescribeDashboardsQAConfigurationCommand: (
|
|
1143
|
+
input: DescribeDashboardsQAConfigurationCommandInput,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<__HttpRequest>;
|
|
1094
1146
|
export declare const se_DescribeDataSetCommand: (
|
|
1095
1147
|
input: DescribeDataSetCommandInput,
|
|
1096
1148
|
context: __SerdeContext
|
|
@@ -1111,6 +1163,10 @@ export declare const se_DescribeDataSourcePermissionsCommand: (
|
|
|
1111
1163
|
input: DescribeDataSourcePermissionsCommandInput,
|
|
1112
1164
|
context: __SerdeContext
|
|
1113
1165
|
) => Promise<__HttpRequest>;
|
|
1166
|
+
export declare const se_DescribeDefaultQBusinessApplicationCommand: (
|
|
1167
|
+
input: DescribeDefaultQBusinessApplicationCommandInput,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<__HttpRequest>;
|
|
1114
1170
|
export declare const se_DescribeFolderCommand: (
|
|
1115
1171
|
input: DescribeFolderCommandInput,
|
|
1116
1172
|
context: __SerdeContext
|
|
@@ -1155,6 +1211,10 @@ export declare const se_DescribeQPersonalizationConfigurationCommand: (
|
|
|
1155
1211
|
input: DescribeQPersonalizationConfigurationCommandInput,
|
|
1156
1212
|
context: __SerdeContext
|
|
1157
1213
|
) => Promise<__HttpRequest>;
|
|
1214
|
+
export declare const se_DescribeQuickSightQSearchConfigurationCommand: (
|
|
1215
|
+
input: DescribeQuickSightQSearchConfigurationCommandInput,
|
|
1216
|
+
context: __SerdeContext
|
|
1217
|
+
) => Promise<__HttpRequest>;
|
|
1158
1218
|
export declare const se_DescribeRefreshScheduleCommand: (
|
|
1159
1219
|
input: DescribeRefreshScheduleCommandInput,
|
|
1160
1220
|
context: __SerdeContext
|
|
@@ -1223,6 +1283,10 @@ export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (
|
|
|
1223
1283
|
input: GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
1224
1284
|
context: __SerdeContext
|
|
1225
1285
|
) => Promise<__HttpRequest>;
|
|
1286
|
+
export declare const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (
|
|
1287
|
+
input: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput,
|
|
1288
|
+
context: __SerdeContext
|
|
1289
|
+
) => Promise<__HttpRequest>;
|
|
1226
1290
|
export declare const se_GetDashboardEmbedUrlCommand: (
|
|
1227
1291
|
input: GetDashboardEmbedUrlCommandInput,
|
|
1228
1292
|
context: __SerdeContext
|
|
@@ -1367,6 +1431,10 @@ export declare const se_ListVPCConnectionsCommand: (
|
|
|
1367
1431
|
input: ListVPCConnectionsCommandInput,
|
|
1368
1432
|
context: __SerdeContext
|
|
1369
1433
|
) => Promise<__HttpRequest>;
|
|
1434
|
+
export declare const se_PredictQAResultsCommand: (
|
|
1435
|
+
input: PredictQAResultsCommandInput,
|
|
1436
|
+
context: __SerdeContext
|
|
1437
|
+
) => Promise<__HttpRequest>;
|
|
1370
1438
|
export declare const se_PutDataSetRefreshPropertiesCommand: (
|
|
1371
1439
|
input: PutDataSetRefreshPropertiesCommandInput,
|
|
1372
1440
|
context: __SerdeContext
|
|
@@ -1403,6 +1471,10 @@ export declare const se_SearchGroupsCommand: (
|
|
|
1403
1471
|
input: SearchGroupsCommandInput,
|
|
1404
1472
|
context: __SerdeContext
|
|
1405
1473
|
) => Promise<__HttpRequest>;
|
|
1474
|
+
export declare const se_SearchTopicsCommand: (
|
|
1475
|
+
input: SearchTopicsCommandInput,
|
|
1476
|
+
context: __SerdeContext
|
|
1477
|
+
) => Promise<__HttpRequest>;
|
|
1406
1478
|
export declare const se_StartAssetBundleExportJobCommand: (
|
|
1407
1479
|
input: StartAssetBundleExportJobCommandInput,
|
|
1408
1480
|
context: __SerdeContext
|
|
@@ -1443,6 +1515,10 @@ export declare const se_UpdateAnalysisPermissionsCommand: (
|
|
|
1443
1515
|
input: UpdateAnalysisPermissionsCommandInput,
|
|
1444
1516
|
context: __SerdeContext
|
|
1445
1517
|
) => Promise<__HttpRequest>;
|
|
1518
|
+
export declare const se_UpdateApplicationWithTokenExchangeGrantCommand: (
|
|
1519
|
+
input: UpdateApplicationWithTokenExchangeGrantCommandInput,
|
|
1520
|
+
context: __SerdeContext
|
|
1521
|
+
) => Promise<__HttpRequest>;
|
|
1446
1522
|
export declare const se_UpdateBrandCommand: (
|
|
1447
1523
|
input: UpdateBrandCommandInput,
|
|
1448
1524
|
context: __SerdeContext
|
|
@@ -1475,6 +1551,10 @@ export declare const se_UpdateDashboardPublishedVersionCommand: (
|
|
|
1475
1551
|
input: UpdateDashboardPublishedVersionCommandInput,
|
|
1476
1552
|
context: __SerdeContext
|
|
1477
1553
|
) => Promise<__HttpRequest>;
|
|
1554
|
+
export declare const se_UpdateDashboardsQAConfigurationCommand: (
|
|
1555
|
+
input: UpdateDashboardsQAConfigurationCommandInput,
|
|
1556
|
+
context: __SerdeContext
|
|
1557
|
+
) => Promise<__HttpRequest>;
|
|
1478
1558
|
export declare const se_UpdateDataSetCommand: (
|
|
1479
1559
|
input: UpdateDataSetCommandInput,
|
|
1480
1560
|
context: __SerdeContext
|
|
@@ -1491,6 +1571,10 @@ export declare const se_UpdateDataSourcePermissionsCommand: (
|
|
|
1491
1571
|
input: UpdateDataSourcePermissionsCommandInput,
|
|
1492
1572
|
context: __SerdeContext
|
|
1493
1573
|
) => Promise<__HttpRequest>;
|
|
1574
|
+
export declare const se_UpdateDefaultQBusinessApplicationCommand: (
|
|
1575
|
+
input: UpdateDefaultQBusinessApplicationCommandInput,
|
|
1576
|
+
context: __SerdeContext
|
|
1577
|
+
) => Promise<__HttpRequest>;
|
|
1494
1578
|
export declare const se_UpdateFolderCommand: (
|
|
1495
1579
|
input: UpdateFolderCommandInput,
|
|
1496
1580
|
context: __SerdeContext
|
|
@@ -1527,6 +1611,10 @@ export declare const se_UpdateQPersonalizationConfigurationCommand: (
|
|
|
1527
1611
|
input: UpdateQPersonalizationConfigurationCommandInput,
|
|
1528
1612
|
context: __SerdeContext
|
|
1529
1613
|
) => Promise<__HttpRequest>;
|
|
1614
|
+
export declare const se_UpdateQuickSightQSearchConfigurationCommand: (
|
|
1615
|
+
input: UpdateQuickSightQSearchConfigurationCommandInput,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<__HttpRequest>;
|
|
1530
1618
|
export declare const se_UpdateRefreshScheduleCommand: (
|
|
1531
1619
|
input: UpdateRefreshScheduleCommandInput,
|
|
1532
1620
|
context: __SerdeContext
|
|
@@ -1735,6 +1823,10 @@ export declare const de_DeleteDataSourceCommand: (
|
|
|
1735
1823
|
output: __HttpResponse,
|
|
1736
1824
|
context: __SerdeContext
|
|
1737
1825
|
) => Promise<DeleteDataSourceCommandOutput>;
|
|
1826
|
+
export declare const de_DeleteDefaultQBusinessApplicationCommand: (
|
|
1827
|
+
output: __HttpResponse,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
|
|
1738
1830
|
export declare const de_DeleteFolderCommand: (
|
|
1739
1831
|
output: __HttpResponse,
|
|
1740
1832
|
context: __SerdeContext
|
|
@@ -1883,6 +1975,10 @@ export declare const de_DescribeDashboardSnapshotJobResultCommand: (
|
|
|
1883
1975
|
output: __HttpResponse,
|
|
1884
1976
|
context: __SerdeContext
|
|
1885
1977
|
) => Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
|
|
1978
|
+
export declare const de_DescribeDashboardsQAConfigurationCommand: (
|
|
1979
|
+
output: __HttpResponse,
|
|
1980
|
+
context: __SerdeContext
|
|
1981
|
+
) => Promise<DescribeDashboardsQAConfigurationCommandOutput>;
|
|
1886
1982
|
export declare const de_DescribeDataSetCommand: (
|
|
1887
1983
|
output: __HttpResponse,
|
|
1888
1984
|
context: __SerdeContext
|
|
@@ -1903,6 +1999,10 @@ export declare const de_DescribeDataSourcePermissionsCommand: (
|
|
|
1903
1999
|
output: __HttpResponse,
|
|
1904
2000
|
context: __SerdeContext
|
|
1905
2001
|
) => Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
2002
|
+
export declare const de_DescribeDefaultQBusinessApplicationCommand: (
|
|
2003
|
+
output: __HttpResponse,
|
|
2004
|
+
context: __SerdeContext
|
|
2005
|
+
) => Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
|
|
1906
2006
|
export declare const de_DescribeFolderCommand: (
|
|
1907
2007
|
output: __HttpResponse,
|
|
1908
2008
|
context: __SerdeContext
|
|
@@ -1947,6 +2047,10 @@ export declare const de_DescribeQPersonalizationConfigurationCommand: (
|
|
|
1947
2047
|
output: __HttpResponse,
|
|
1948
2048
|
context: __SerdeContext
|
|
1949
2049
|
) => Promise<DescribeQPersonalizationConfigurationCommandOutput>;
|
|
2050
|
+
export declare const de_DescribeQuickSightQSearchConfigurationCommand: (
|
|
2051
|
+
output: __HttpResponse,
|
|
2052
|
+
context: __SerdeContext
|
|
2053
|
+
) => Promise<DescribeQuickSightQSearchConfigurationCommandOutput>;
|
|
1950
2054
|
export declare const de_DescribeRefreshScheduleCommand: (
|
|
1951
2055
|
output: __HttpResponse,
|
|
1952
2056
|
context: __SerdeContext
|
|
@@ -2015,6 +2119,10 @@ export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (
|
|
|
2015
2119
|
output: __HttpResponse,
|
|
2016
2120
|
context: __SerdeContext
|
|
2017
2121
|
) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
2122
|
+
export declare const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (
|
|
2123
|
+
output: __HttpResponse,
|
|
2124
|
+
context: __SerdeContext
|
|
2125
|
+
) => Promise<GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput>;
|
|
2018
2126
|
export declare const de_GetDashboardEmbedUrlCommand: (
|
|
2019
2127
|
output: __HttpResponse,
|
|
2020
2128
|
context: __SerdeContext
|
|
@@ -2159,6 +2267,10 @@ export declare const de_ListVPCConnectionsCommand: (
|
|
|
2159
2267
|
output: __HttpResponse,
|
|
2160
2268
|
context: __SerdeContext
|
|
2161
2269
|
) => Promise<ListVPCConnectionsCommandOutput>;
|
|
2270
|
+
export declare const de_PredictQAResultsCommand: (
|
|
2271
|
+
output: __HttpResponse,
|
|
2272
|
+
context: __SerdeContext
|
|
2273
|
+
) => Promise<PredictQAResultsCommandOutput>;
|
|
2162
2274
|
export declare const de_PutDataSetRefreshPropertiesCommand: (
|
|
2163
2275
|
output: __HttpResponse,
|
|
2164
2276
|
context: __SerdeContext
|
|
@@ -2195,6 +2307,10 @@ export declare const de_SearchGroupsCommand: (
|
|
|
2195
2307
|
output: __HttpResponse,
|
|
2196
2308
|
context: __SerdeContext
|
|
2197
2309
|
) => Promise<SearchGroupsCommandOutput>;
|
|
2310
|
+
export declare const de_SearchTopicsCommand: (
|
|
2311
|
+
output: __HttpResponse,
|
|
2312
|
+
context: __SerdeContext
|
|
2313
|
+
) => Promise<SearchTopicsCommandOutput>;
|
|
2198
2314
|
export declare const de_StartAssetBundleExportJobCommand: (
|
|
2199
2315
|
output: __HttpResponse,
|
|
2200
2316
|
context: __SerdeContext
|
|
@@ -2235,6 +2351,10 @@ export declare const de_UpdateAnalysisPermissionsCommand: (
|
|
|
2235
2351
|
output: __HttpResponse,
|
|
2236
2352
|
context: __SerdeContext
|
|
2237
2353
|
) => Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
2354
|
+
export declare const de_UpdateApplicationWithTokenExchangeGrantCommand: (
|
|
2355
|
+
output: __HttpResponse,
|
|
2356
|
+
context: __SerdeContext
|
|
2357
|
+
) => Promise<UpdateApplicationWithTokenExchangeGrantCommandOutput>;
|
|
2238
2358
|
export declare const de_UpdateBrandCommand: (
|
|
2239
2359
|
output: __HttpResponse,
|
|
2240
2360
|
context: __SerdeContext
|
|
@@ -2267,6 +2387,10 @@ export declare const de_UpdateDashboardPublishedVersionCommand: (
|
|
|
2267
2387
|
output: __HttpResponse,
|
|
2268
2388
|
context: __SerdeContext
|
|
2269
2389
|
) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
2390
|
+
export declare const de_UpdateDashboardsQAConfigurationCommand: (
|
|
2391
|
+
output: __HttpResponse,
|
|
2392
|
+
context: __SerdeContext
|
|
2393
|
+
) => Promise<UpdateDashboardsQAConfigurationCommandOutput>;
|
|
2270
2394
|
export declare const de_UpdateDataSetCommand: (
|
|
2271
2395
|
output: __HttpResponse,
|
|
2272
2396
|
context: __SerdeContext
|
|
@@ -2283,6 +2407,10 @@ export declare const de_UpdateDataSourcePermissionsCommand: (
|
|
|
2283
2407
|
output: __HttpResponse,
|
|
2284
2408
|
context: __SerdeContext
|
|
2285
2409
|
) => Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
2410
|
+
export declare const de_UpdateDefaultQBusinessApplicationCommand: (
|
|
2411
|
+
output: __HttpResponse,
|
|
2412
|
+
context: __SerdeContext
|
|
2413
|
+
) => Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
2286
2414
|
export declare const de_UpdateFolderCommand: (
|
|
2287
2415
|
output: __HttpResponse,
|
|
2288
2416
|
context: __SerdeContext
|
|
@@ -2319,6 +2447,10 @@ export declare const de_UpdateQPersonalizationConfigurationCommand: (
|
|
|
2319
2447
|
output: __HttpResponse,
|
|
2320
2448
|
context: __SerdeContext
|
|
2321
2449
|
) => Promise<UpdateQPersonalizationConfigurationCommandOutput>;
|
|
2450
|
+
export declare const de_UpdateQuickSightQSearchConfigurationCommand: (
|
|
2451
|
+
output: __HttpResponse,
|
|
2452
|
+
context: __SerdeContext
|
|
2453
|
+
) => Promise<UpdateQuickSightQSearchConfigurationCommandOutput>;
|
|
2322
2454
|
export declare const de_UpdateRefreshScheduleCommand: (
|
|
2323
2455
|
output: __HttpResponse,
|
|
2324
2456
|
context: __SerdeContext
|
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.705.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|