@aws-sdk/client-quicksight 3.1056.0 → 3.1058.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 +196 -7
- package/dist-cjs/index.js +442 -5
- package/dist-cjs/schemas/schemas_0.js +979 -262
- package/dist-es/QuickSight.js +56 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/enums.js +52 -5
- package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +941 -226
- package/dist-types/QuickSight.d.ts +196 -0
- package/dist-types/QuickSightClient.d.ts +29 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -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 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
- 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 +1 -1
- 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/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/enums.d.ts +124 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +751 -756
- package/dist-types/models/models_4.d.ts +3961 -4019
- package/dist-types/models/models_5.d.ts +2051 -4
- package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +102 -0
- package/dist-types/ts3.4/QuickSight.d.ts +466 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -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 +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -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 +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- 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/UpdateOAuthClientApplicationCommand.d.ts +53 -0
- 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 +1 -1
- 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/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/enums.d.ts +69 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +166 -173
- package/dist-types/ts3.4/models/models_4.d.ts +435 -412
- package/dist-types/ts3.4/models/models_5.d.ts +506 -2
- package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/package.json +2 -2
|
@@ -5,12 +5,14 @@ import { type CancelIngestionCommandInput, type CancelIngestionCommandOutput } f
|
|
|
5
5
|
import { type CreateAccountCustomizationCommandInput, type CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
6
6
|
import { type CreateAccountSubscriptionCommandInput, type CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
|
|
7
7
|
import { type CreateActionConnectorCommandInput, type CreateActionConnectorCommandOutput } from "./commands/CreateActionConnectorCommand";
|
|
8
|
+
import { type CreateAgentCommandInput, type CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
8
9
|
import { type CreateAnalysisCommandInput, type CreateAnalysisCommandOutput } from "./commands/CreateAnalysisCommand";
|
|
9
10
|
import { type CreateBrandCommandInput, type CreateBrandCommandOutput } from "./commands/CreateBrandCommand";
|
|
10
11
|
import { type CreateCustomPermissionsCommandInput, type CreateCustomPermissionsCommandOutput } from "./commands/CreateCustomPermissionsCommand";
|
|
11
12
|
import { type CreateDashboardCommandInput, type CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
12
13
|
import { type CreateDataSetCommandInput, type CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
|
|
13
14
|
import { type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
15
|
+
import { type CreateFlowCommandInput, type CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
14
16
|
import { type CreateFolderCommandInput, type CreateFolderCommandOutput } from "./commands/CreateFolderCommand";
|
|
15
17
|
import { type CreateFolderMembershipCommandInput, type CreateFolderMembershipCommandOutput } from "./commands/CreateFolderMembershipCommand";
|
|
16
18
|
import { type CreateGroupCommandInput, type CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
@@ -18,8 +20,10 @@ import { type CreateGroupMembershipCommandInput, type CreateGroupMembershipComma
|
|
|
18
20
|
import { type CreateIAMPolicyAssignmentCommandInput, type CreateIAMPolicyAssignmentCommandOutput } from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
19
21
|
import { type CreateIngestionCommandInput, type CreateIngestionCommandOutput } from "./commands/CreateIngestionCommand";
|
|
20
22
|
import { type CreateNamespaceCommandInput, type CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
|
|
23
|
+
import { type CreateOAuthClientApplicationCommandInput, type CreateOAuthClientApplicationCommandOutput } from "./commands/CreateOAuthClientApplicationCommand";
|
|
21
24
|
import { type CreateRefreshScheduleCommandInput, type CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
|
|
22
25
|
import { type CreateRoleMembershipCommandInput, type CreateRoleMembershipCommandOutput } from "./commands/CreateRoleMembershipCommand";
|
|
26
|
+
import { type CreateSpaceCommandInput, type CreateSpaceCommandOutput } from "./commands/CreateSpaceCommand";
|
|
23
27
|
import { type CreateTemplateAliasCommandInput, type CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
|
|
24
28
|
import { type CreateTemplateCommandInput, type CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
|
|
25
29
|
import { type CreateThemeAliasCommandInput, type CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
|
|
@@ -31,6 +35,7 @@ import { type DeleteAccountCustomizationCommandInput, type DeleteAccountCustomiz
|
|
|
31
35
|
import { type DeleteAccountCustomPermissionCommandInput, type DeleteAccountCustomPermissionCommandOutput } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
32
36
|
import { type DeleteAccountSubscriptionCommandInput, type DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
|
|
33
37
|
import { type DeleteActionConnectorCommandInput, type DeleteActionConnectorCommandOutput } from "./commands/DeleteActionConnectorCommand";
|
|
38
|
+
import { type DeleteAgentCommandInput, type DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
34
39
|
import { type DeleteAnalysisCommandInput, type DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
35
40
|
import { type DeleteBrandAssignmentCommandInput, type DeleteBrandAssignmentCommandOutput } from "./commands/DeleteBrandAssignmentCommand";
|
|
36
41
|
import { type DeleteBrandCommandInput, type DeleteBrandCommandOutput } from "./commands/DeleteBrandCommand";
|
|
@@ -40,6 +45,7 @@ import { type DeleteDataSetCommandInput, type DeleteDataSetCommandOutput } from
|
|
|
40
45
|
import { type DeleteDataSetRefreshPropertiesCommandInput, type DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
41
46
|
import { type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
42
47
|
import { type DeleteDefaultQBusinessApplicationCommandInput, type DeleteDefaultQBusinessApplicationCommandOutput } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
48
|
+
import { type DeleteFlowCommandInput, type DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
|
|
43
49
|
import { type DeleteFolderCommandInput, type DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
|
|
44
50
|
import { type DeleteFolderMembershipCommandInput, type DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
|
|
45
51
|
import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
@@ -47,9 +53,11 @@ import { type DeleteGroupMembershipCommandInput, type DeleteGroupMembershipComma
|
|
|
47
53
|
import { type DeleteIAMPolicyAssignmentCommandInput, type DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
48
54
|
import { type DeleteIdentityPropagationConfigCommandInput, type DeleteIdentityPropagationConfigCommandOutput } from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
49
55
|
import { type DeleteNamespaceCommandInput, type DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
56
|
+
import { type DeleteOAuthClientApplicationCommandInput, type DeleteOAuthClientApplicationCommandOutput } from "./commands/DeleteOAuthClientApplicationCommand";
|
|
50
57
|
import { type DeleteRefreshScheduleCommandInput, type DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
51
58
|
import { type DeleteRoleCustomPermissionCommandInput, type DeleteRoleCustomPermissionCommandOutput } from "./commands/DeleteRoleCustomPermissionCommand";
|
|
52
59
|
import { type DeleteRoleMembershipCommandInput, type DeleteRoleMembershipCommandOutput } from "./commands/DeleteRoleMembershipCommand";
|
|
60
|
+
import { type DeleteSpaceCommandInput, type DeleteSpaceCommandOutput } from "./commands/DeleteSpaceCommand";
|
|
53
61
|
import { type DeleteTemplateAliasCommandInput, type DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
|
|
54
62
|
import { type DeleteTemplateCommandInput, type DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
|
|
55
63
|
import { type DeleteThemeAliasCommandInput, type DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -66,6 +74,8 @@ import { type DescribeAccountSettingsCommandInput, type DescribeAccountSettingsC
|
|
|
66
74
|
import { type DescribeAccountSubscriptionCommandInput, type DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
|
|
67
75
|
import { type DescribeActionConnectorCommandInput, type DescribeActionConnectorCommandOutput } from "./commands/DescribeActionConnectorCommand";
|
|
68
76
|
import { type DescribeActionConnectorPermissionsCommandInput, type DescribeActionConnectorPermissionsCommandOutput } from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
77
|
+
import { type DescribeAgentCommandInput, type DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
78
|
+
import { type DescribeAgentPermissionsCommandInput, type DescribeAgentPermissionsCommandOutput } from "./commands/DescribeAgentPermissionsCommand";
|
|
69
79
|
import { type DescribeAnalysisCommandInput, type DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
70
80
|
import { type DescribeAnalysisDefinitionCommandInput, type DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
71
81
|
import { type DescribeAnalysisPermissionsCommandInput, type DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
@@ -88,6 +98,7 @@ import { type DescribeDataSetRefreshPropertiesCommandInput, type DescribeDataSet
|
|
|
88
98
|
import { type DescribeDataSourceCommandInput, type DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
89
99
|
import { type DescribeDataSourcePermissionsCommandInput, type DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
90
100
|
import { type DescribeDefaultQBusinessApplicationCommandInput, type DescribeDefaultQBusinessApplicationCommandOutput } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
101
|
+
import { type DescribeFlowCommandInput, type DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
|
|
91
102
|
import { type DescribeFolderCommandInput, type DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
|
|
92
103
|
import { type DescribeFolderPermissionsCommandInput, type DescribeFolderPermissionsCommandOutput } from "./commands/DescribeFolderPermissionsCommand";
|
|
93
104
|
import { type DescribeFolderResolvedPermissionsCommandInput, type DescribeFolderResolvedPermissionsCommandOutput } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -98,11 +109,14 @@ import { type DescribeIngestionCommandInput, type DescribeIngestionCommandOutput
|
|
|
98
109
|
import { type DescribeIpRestrictionCommandInput, type DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
|
|
99
110
|
import { type DescribeKeyRegistrationCommandInput, type DescribeKeyRegistrationCommandOutput } from "./commands/DescribeKeyRegistrationCommand";
|
|
100
111
|
import { type DescribeNamespaceCommandInput, type DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
112
|
+
import { type DescribeOAuthClientApplicationCommandInput, type DescribeOAuthClientApplicationCommandOutput } from "./commands/DescribeOAuthClientApplicationCommand";
|
|
101
113
|
import { type DescribeQPersonalizationConfigurationCommandInput, type DescribeQPersonalizationConfigurationCommandOutput } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
102
114
|
import { type DescribeQuickSightQSearchConfigurationCommandInput, type DescribeQuickSightQSearchConfigurationCommandOutput } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
103
115
|
import { type DescribeRefreshScheduleCommandInput, type DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
|
|
104
116
|
import { type DescribeRoleCustomPermissionCommandInput, type DescribeRoleCustomPermissionCommandOutput } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
105
117
|
import { type DescribeSelfUpgradeConfigurationCommandInput, type DescribeSelfUpgradeConfigurationCommandOutput } from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
118
|
+
import { type DescribeSpaceCommandInput, type DescribeSpaceCommandOutput } from "./commands/DescribeSpaceCommand";
|
|
119
|
+
import { type DescribeSpacePermissionsCommandInput, type DescribeSpacePermissionsCommandOutput } from "./commands/DescribeSpacePermissionsCommand";
|
|
106
120
|
import { type DescribeTemplateAliasCommandInput, type DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
107
121
|
import { type DescribeTemplateCommandInput, type DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
|
|
108
122
|
import { type DescribeTemplateDefinitionCommandInput, type DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -125,6 +139,7 @@ import { type GetFlowPermissionsCommandInput, type GetFlowPermissionsCommandOutp
|
|
|
125
139
|
import { type GetIdentityContextCommandInput, type GetIdentityContextCommandOutput } from "./commands/GetIdentityContextCommand";
|
|
126
140
|
import { type GetSessionEmbedUrlCommandInput, type GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
127
141
|
import { type ListActionConnectorsCommandInput, type ListActionConnectorsCommandOutput } from "./commands/ListActionConnectorsCommand";
|
|
142
|
+
import { type ListAgentsCommandInput, type ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
128
143
|
import { type ListAnalysesCommandInput, type ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
129
144
|
import { type ListAssetBundleExportJobsCommandInput, type ListAssetBundleExportJobsCommandOutput } from "./commands/ListAssetBundleExportJobsCommand";
|
|
130
145
|
import { type ListAssetBundleImportJobsCommandInput, type ListAssetBundleImportJobsCommandOutput } from "./commands/ListAssetBundleImportJobsCommand";
|
|
@@ -145,9 +160,12 @@ import { type ListIAMPolicyAssignmentsForUserCommandInput, type ListIAMPolicyAss
|
|
|
145
160
|
import { type ListIdentityPropagationConfigsCommandInput, type ListIdentityPropagationConfigsCommandOutput } from "./commands/ListIdentityPropagationConfigsCommand";
|
|
146
161
|
import { type ListIngestionsCommandInput, type ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
|
|
147
162
|
import { type ListNamespacesCommandInput, type ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
163
|
+
import { type ListOAuthClientApplicationsCommandInput, type ListOAuthClientApplicationsCommandOutput } from "./commands/ListOAuthClientApplicationsCommand";
|
|
148
164
|
import { type ListRefreshSchedulesCommandInput, type ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
149
165
|
import { type ListRoleMembershipsCommandInput, type ListRoleMembershipsCommandOutput } from "./commands/ListRoleMembershipsCommand";
|
|
150
166
|
import { type ListSelfUpgradesCommandInput, type ListSelfUpgradesCommandOutput } from "./commands/ListSelfUpgradesCommand";
|
|
167
|
+
import { type ListSpaceResourcesCommandInput, type ListSpaceResourcesCommandOutput } from "./commands/ListSpaceResourcesCommand";
|
|
168
|
+
import { type ListSpacesCommandInput, type ListSpacesCommandOutput } from "./commands/ListSpacesCommand";
|
|
151
169
|
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
152
170
|
import { type ListTemplateAliasesCommandInput, type ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
|
|
153
171
|
import { type ListTemplatesCommandInput, type ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
|
|
@@ -166,6 +184,7 @@ import { type PutDataSetRefreshPropertiesCommandInput, type PutDataSetRefreshPro
|
|
|
166
184
|
import { type RegisterUserCommandInput, type RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
|
|
167
185
|
import { type RestoreAnalysisCommandInput, type RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
|
|
168
186
|
import { type SearchActionConnectorsCommandInput, type SearchActionConnectorsCommandOutput } from "./commands/SearchActionConnectorsCommand";
|
|
187
|
+
import { type SearchAgentsCommandInput, type SearchAgentsCommandOutput } from "./commands/SearchAgentsCommand";
|
|
169
188
|
import { type SearchAnalysesCommandInput, type SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
|
|
170
189
|
import { type SearchDashboardsCommandInput, type SearchDashboardsCommandOutput } from "./commands/SearchDashboardsCommand";
|
|
171
190
|
import { type SearchDataSetsCommandInput, type SearchDataSetsCommandOutput } from "./commands/SearchDataSetsCommand";
|
|
@@ -173,6 +192,7 @@ import { type SearchDataSourcesCommandInput, type SearchDataSourcesCommandOutput
|
|
|
173
192
|
import { type SearchFlowsCommandInput, type SearchFlowsCommandOutput } from "./commands/SearchFlowsCommand";
|
|
174
193
|
import { type SearchFoldersCommandInput, type SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
175
194
|
import { type SearchGroupsCommandInput, type SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
195
|
+
import { type SearchSpacesCommandInput, type SearchSpacesCommandOutput } from "./commands/SearchSpacesCommand";
|
|
176
196
|
import { type SearchTopicsCommandInput, type SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
|
|
177
197
|
import { type StartAssetBundleExportJobCommandInput, type StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
178
198
|
import { type StartAssetBundleImportJobCommandInput, type StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
@@ -186,6 +206,8 @@ import { type UpdateAccountCustomPermissionCommandInput, type UpdateAccountCusto
|
|
|
186
206
|
import { type UpdateAccountSettingsCommandInput, type UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
187
207
|
import { type UpdateActionConnectorCommandInput, type UpdateActionConnectorCommandOutput } from "./commands/UpdateActionConnectorCommand";
|
|
188
208
|
import { type UpdateActionConnectorPermissionsCommandInput, type UpdateActionConnectorPermissionsCommandOutput } from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
209
|
+
import { type UpdateAgentCommandInput, type UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
210
|
+
import { type UpdateAgentPermissionsCommandInput, type UpdateAgentPermissionsCommandOutput } from "./commands/UpdateAgentPermissionsCommand";
|
|
189
211
|
import { type UpdateAnalysisCommandInput, type UpdateAnalysisCommandOutput } from "./commands/UpdateAnalysisCommand";
|
|
190
212
|
import { type UpdateAnalysisPermissionsCommandInput, type UpdateAnalysisPermissionsCommandOutput } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
191
213
|
import { type UpdateApplicationWithTokenExchangeGrantCommandInput, type UpdateApplicationWithTokenExchangeGrantCommandOutput } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -203,6 +225,7 @@ import { type UpdateDataSetPermissionsCommandInput, type UpdateDataSetPermission
|
|
|
203
225
|
import { type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
204
226
|
import { type UpdateDataSourcePermissionsCommandInput, type UpdateDataSourcePermissionsCommandOutput } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
205
227
|
import { type UpdateDefaultQBusinessApplicationCommandInput, type UpdateDefaultQBusinessApplicationCommandOutput } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
228
|
+
import { type UpdateFlowCommandInput, type UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
206
229
|
import { type UpdateFlowPermissionsCommandInput, type UpdateFlowPermissionsCommandOutput } from "./commands/UpdateFlowPermissionsCommand";
|
|
207
230
|
import { type UpdateFolderCommandInput, type UpdateFolderCommandOutput } from "./commands/UpdateFolderCommand";
|
|
208
231
|
import { type UpdateFolderPermissionsCommandInput, type UpdateFolderPermissionsCommandOutput } from "./commands/UpdateFolderPermissionsCommand";
|
|
@@ -211,6 +234,7 @@ import { type UpdateIAMPolicyAssignmentCommandInput, type UpdateIAMPolicyAssignm
|
|
|
211
234
|
import { type UpdateIdentityPropagationConfigCommandInput, type UpdateIdentityPropagationConfigCommandOutput } from "./commands/UpdateIdentityPropagationConfigCommand";
|
|
212
235
|
import { type UpdateIpRestrictionCommandInput, type UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
|
|
213
236
|
import { type UpdateKeyRegistrationCommandInput, type UpdateKeyRegistrationCommandOutput } from "./commands/UpdateKeyRegistrationCommand";
|
|
237
|
+
import { type UpdateOAuthClientApplicationCommandInput, type UpdateOAuthClientApplicationCommandOutput } from "./commands/UpdateOAuthClientApplicationCommand";
|
|
214
238
|
import { type UpdatePublicSharingSettingsCommandInput, type UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
215
239
|
import { type UpdateQPersonalizationConfigurationCommandInput, type UpdateQPersonalizationConfigurationCommandOutput } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
216
240
|
import { type UpdateQuickSightQSearchConfigurationCommandInput, type UpdateQuickSightQSearchConfigurationCommandOutput } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
@@ -218,6 +242,9 @@ import { type UpdateRefreshScheduleCommandInput, type UpdateRefreshScheduleComma
|
|
|
218
242
|
import { type UpdateRoleCustomPermissionCommandInput, type UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
219
243
|
import { type UpdateSelfUpgradeCommandInput, type UpdateSelfUpgradeCommandOutput } from "./commands/UpdateSelfUpgradeCommand";
|
|
220
244
|
import { type UpdateSelfUpgradeConfigurationCommandInput, type UpdateSelfUpgradeConfigurationCommandOutput } from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
245
|
+
import { type UpdateSpaceCommandInput, type UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
|
|
246
|
+
import { type UpdateSpacePermissionsCommandInput, type UpdateSpacePermissionsCommandOutput } from "./commands/UpdateSpacePermissionsCommand";
|
|
247
|
+
import { type UpdateSpaceResourcesCommandInput, type UpdateSpaceResourcesCommandOutput } from "./commands/UpdateSpaceResourcesCommand";
|
|
221
248
|
import { type UpdateSPICECapacityConfigurationCommandInput, type UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
222
249
|
import { type UpdateTemplateAliasCommandInput, type UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
223
250
|
import { type UpdateTemplateCommandInput, type UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
@@ -269,6 +296,12 @@ export interface QuickSight {
|
|
|
269
296
|
createActionConnector(args: CreateActionConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateActionConnectorCommandOutput>;
|
|
270
297
|
createActionConnector(args: CreateActionConnectorCommandInput, cb: (err: any, data?: CreateActionConnectorCommandOutput) => void): void;
|
|
271
298
|
createActionConnector(args: CreateActionConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateActionConnectorCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @see {@link CreateAgentCommand}
|
|
301
|
+
*/
|
|
302
|
+
createAgent(args: CreateAgentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentCommandOutput>;
|
|
303
|
+
createAgent(args: CreateAgentCommandInput, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
|
|
304
|
+
createAgent(args: CreateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentCommandOutput) => void): void;
|
|
272
305
|
/**
|
|
273
306
|
* @see {@link CreateAnalysisCommand}
|
|
274
307
|
*/
|
|
@@ -305,6 +338,12 @@ export interface QuickSight {
|
|
|
305
338
|
createDataSource(args: CreateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceCommandOutput>;
|
|
306
339
|
createDataSource(args: CreateDataSourceCommandInput, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
307
340
|
createDataSource(args: CreateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
|
|
341
|
+
/**
|
|
342
|
+
* @see {@link CreateFlowCommand}
|
|
343
|
+
*/
|
|
344
|
+
createFlow(args: CreateFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowCommandOutput>;
|
|
345
|
+
createFlow(args: CreateFlowCommandInput, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
|
|
346
|
+
createFlow(args: CreateFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
|
|
308
347
|
/**
|
|
309
348
|
* @see {@link CreateFolderCommand}
|
|
310
349
|
*/
|
|
@@ -347,6 +386,12 @@ export interface QuickSight {
|
|
|
347
386
|
createNamespace(args: CreateNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateNamespaceCommandOutput>;
|
|
348
387
|
createNamespace(args: CreateNamespaceCommandInput, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
349
388
|
createNamespace(args: CreateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
389
|
+
/**
|
|
390
|
+
* @see {@link CreateOAuthClientApplicationCommand}
|
|
391
|
+
*/
|
|
392
|
+
createOAuthClientApplication(args: CreateOAuthClientApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateOAuthClientApplicationCommandOutput>;
|
|
393
|
+
createOAuthClientApplication(args: CreateOAuthClientApplicationCommandInput, cb: (err: any, data?: CreateOAuthClientApplicationCommandOutput) => void): void;
|
|
394
|
+
createOAuthClientApplication(args: CreateOAuthClientApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOAuthClientApplicationCommandOutput) => void): void;
|
|
350
395
|
/**
|
|
351
396
|
* @see {@link CreateRefreshScheduleCommand}
|
|
352
397
|
*/
|
|
@@ -359,6 +404,12 @@ export interface QuickSight {
|
|
|
359
404
|
createRoleMembership(args: CreateRoleMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoleMembershipCommandOutput>;
|
|
360
405
|
createRoleMembership(args: CreateRoleMembershipCommandInput, cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void): void;
|
|
361
406
|
createRoleMembership(args: CreateRoleMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoleMembershipCommandOutput) => void): void;
|
|
407
|
+
/**
|
|
408
|
+
* @see {@link CreateSpaceCommand}
|
|
409
|
+
*/
|
|
410
|
+
createSpace(args: CreateSpaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSpaceCommandOutput>;
|
|
411
|
+
createSpace(args: CreateSpaceCommandInput, cb: (err: any, data?: CreateSpaceCommandOutput) => void): void;
|
|
412
|
+
createSpace(args: CreateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSpaceCommandOutput) => void): void;
|
|
362
413
|
/**
|
|
363
414
|
* @see {@link CreateTemplateCommand}
|
|
364
415
|
*/
|
|
@@ -425,6 +476,12 @@ export interface QuickSight {
|
|
|
425
476
|
deleteActionConnector(args: DeleteActionConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteActionConnectorCommandOutput>;
|
|
426
477
|
deleteActionConnector(args: DeleteActionConnectorCommandInput, cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void): void;
|
|
427
478
|
deleteActionConnector(args: DeleteActionConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteActionConnectorCommandOutput) => void): void;
|
|
479
|
+
/**
|
|
480
|
+
* @see {@link DeleteAgentCommand}
|
|
481
|
+
*/
|
|
482
|
+
deleteAgent(args: DeleteAgentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentCommandOutput>;
|
|
483
|
+
deleteAgent(args: DeleteAgentCommandInput, cb: (err: any, data?: DeleteAgentCommandOutput) => void): void;
|
|
484
|
+
deleteAgent(args: DeleteAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentCommandOutput) => void): void;
|
|
428
485
|
/**
|
|
429
486
|
* @see {@link DeleteAnalysisCommand}
|
|
430
487
|
*/
|
|
@@ -479,6 +536,12 @@ export interface QuickSight {
|
|
|
479
536
|
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
|
|
480
537
|
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: DeleteDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
481
538
|
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
539
|
+
/**
|
|
540
|
+
* @see {@link DeleteFlowCommand}
|
|
541
|
+
*/
|
|
542
|
+
deleteFlow(args: DeleteFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowCommandOutput>;
|
|
543
|
+
deleteFlow(args: DeleteFlowCommandInput, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
|
|
544
|
+
deleteFlow(args: DeleteFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
|
|
482
545
|
/**
|
|
483
546
|
* @see {@link DeleteFolderCommand}
|
|
484
547
|
*/
|
|
@@ -521,6 +584,12 @@ export interface QuickSight {
|
|
|
521
584
|
deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
|
|
522
585
|
deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
523
586
|
deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
587
|
+
/**
|
|
588
|
+
* @see {@link DeleteOAuthClientApplicationCommand}
|
|
589
|
+
*/
|
|
590
|
+
deleteOAuthClientApplication(args: DeleteOAuthClientApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOAuthClientApplicationCommandOutput>;
|
|
591
|
+
deleteOAuthClientApplication(args: DeleteOAuthClientApplicationCommandInput, cb: (err: any, data?: DeleteOAuthClientApplicationCommandOutput) => void): void;
|
|
592
|
+
deleteOAuthClientApplication(args: DeleteOAuthClientApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOAuthClientApplicationCommandOutput) => void): void;
|
|
524
593
|
/**
|
|
525
594
|
* @see {@link DeleteRefreshScheduleCommand}
|
|
526
595
|
*/
|
|
@@ -539,6 +608,12 @@ export interface QuickSight {
|
|
|
539
608
|
deleteRoleMembership(args: DeleteRoleMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoleMembershipCommandOutput>;
|
|
540
609
|
deleteRoleMembership(args: DeleteRoleMembershipCommandInput, cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void): void;
|
|
541
610
|
deleteRoleMembership(args: DeleteRoleMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoleMembershipCommandOutput) => void): void;
|
|
611
|
+
/**
|
|
612
|
+
* @see {@link DeleteSpaceCommand}
|
|
613
|
+
*/
|
|
614
|
+
deleteSpace(args: DeleteSpaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSpaceCommandOutput>;
|
|
615
|
+
deleteSpace(args: DeleteSpaceCommandInput, cb: (err: any, data?: DeleteSpaceCommandOutput) => void): void;
|
|
616
|
+
deleteSpace(args: DeleteSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSpaceCommandOutput) => void): void;
|
|
542
617
|
/**
|
|
543
618
|
* @see {@link DeleteTemplateCommand}
|
|
544
619
|
*/
|
|
@@ -635,6 +710,18 @@ export interface QuickSight {
|
|
|
635
710
|
describeActionConnectorPermissions(args: DescribeActionConnectorPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActionConnectorPermissionsCommandOutput>;
|
|
636
711
|
describeActionConnectorPermissions(args: DescribeActionConnectorPermissionsCommandInput, cb: (err: any, data?: DescribeActionConnectorPermissionsCommandOutput) => void): void;
|
|
637
712
|
describeActionConnectorPermissions(args: DescribeActionConnectorPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActionConnectorPermissionsCommandOutput) => void): void;
|
|
713
|
+
/**
|
|
714
|
+
* @see {@link DescribeAgentCommand}
|
|
715
|
+
*/
|
|
716
|
+
describeAgent(args: DescribeAgentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentCommandOutput>;
|
|
717
|
+
describeAgent(args: DescribeAgentCommandInput, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
|
|
718
|
+
describeAgent(args: DescribeAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentCommandOutput) => void): void;
|
|
719
|
+
/**
|
|
720
|
+
* @see {@link DescribeAgentPermissionsCommand}
|
|
721
|
+
*/
|
|
722
|
+
describeAgentPermissions(args: DescribeAgentPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentPermissionsCommandOutput>;
|
|
723
|
+
describeAgentPermissions(args: DescribeAgentPermissionsCommandInput, cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void): void;
|
|
724
|
+
describeAgentPermissions(args: DescribeAgentPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentPermissionsCommandOutput) => void): void;
|
|
638
725
|
/**
|
|
639
726
|
* @see {@link DescribeAnalysisCommand}
|
|
640
727
|
*/
|
|
@@ -767,6 +854,12 @@ export interface QuickSight {
|
|
|
767
854
|
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
|
|
768
855
|
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: DescribeDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
769
856
|
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
857
|
+
/**
|
|
858
|
+
* @see {@link DescribeFlowCommand}
|
|
859
|
+
*/
|
|
860
|
+
describeFlow(args: DescribeFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowCommandOutput>;
|
|
861
|
+
describeFlow(args: DescribeFlowCommandInput, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
|
|
862
|
+
describeFlow(args: DescribeFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
|
|
770
863
|
/**
|
|
771
864
|
* @see {@link DescribeFolderCommand}
|
|
772
865
|
*/
|
|
@@ -827,6 +920,12 @@ export interface QuickSight {
|
|
|
827
920
|
describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
|
|
828
921
|
describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
829
922
|
describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
923
|
+
/**
|
|
924
|
+
* @see {@link DescribeOAuthClientApplicationCommand}
|
|
925
|
+
*/
|
|
926
|
+
describeOAuthClientApplication(args: DescribeOAuthClientApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOAuthClientApplicationCommandOutput>;
|
|
927
|
+
describeOAuthClientApplication(args: DescribeOAuthClientApplicationCommandInput, cb: (err: any, data?: DescribeOAuthClientApplicationCommandOutput) => void): void;
|
|
928
|
+
describeOAuthClientApplication(args: DescribeOAuthClientApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOAuthClientApplicationCommandOutput) => void): void;
|
|
830
929
|
/**
|
|
831
930
|
* @see {@link DescribeQPersonalizationConfigurationCommand}
|
|
832
931
|
*/
|
|
@@ -857,6 +956,18 @@ export interface QuickSight {
|
|
|
857
956
|
describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSelfUpgradeConfigurationCommandOutput>;
|
|
858
957
|
describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
859
958
|
describeSelfUpgradeConfiguration(args: DescribeSelfUpgradeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
959
|
+
/**
|
|
960
|
+
* @see {@link DescribeSpaceCommand}
|
|
961
|
+
*/
|
|
962
|
+
describeSpace(args: DescribeSpaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpaceCommandOutput>;
|
|
963
|
+
describeSpace(args: DescribeSpaceCommandInput, cb: (err: any, data?: DescribeSpaceCommandOutput) => void): void;
|
|
964
|
+
describeSpace(args: DescribeSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpaceCommandOutput) => void): void;
|
|
965
|
+
/**
|
|
966
|
+
* @see {@link DescribeSpacePermissionsCommand}
|
|
967
|
+
*/
|
|
968
|
+
describeSpacePermissions(args: DescribeSpacePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpacePermissionsCommandOutput>;
|
|
969
|
+
describeSpacePermissions(args: DescribeSpacePermissionsCommandInput, cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void): void;
|
|
970
|
+
describeSpacePermissions(args: DescribeSpacePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpacePermissionsCommandOutput) => void): void;
|
|
860
971
|
/**
|
|
861
972
|
* @see {@link DescribeTemplateCommand}
|
|
862
973
|
*/
|
|
@@ -989,6 +1100,12 @@ export interface QuickSight {
|
|
|
989
1100
|
listActionConnectors(args: ListActionConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionConnectorsCommandOutput>;
|
|
990
1101
|
listActionConnectors(args: ListActionConnectorsCommandInput, cb: (err: any, data?: ListActionConnectorsCommandOutput) => void): void;
|
|
991
1102
|
listActionConnectors(args: ListActionConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionConnectorsCommandOutput) => void): void;
|
|
1103
|
+
/**
|
|
1104
|
+
* @see {@link ListAgentsCommand}
|
|
1105
|
+
*/
|
|
1106
|
+
listAgents(args: ListAgentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentsCommandOutput>;
|
|
1107
|
+
listAgents(args: ListAgentsCommandInput, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
|
|
1108
|
+
listAgents(args: ListAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentsCommandOutput) => void): void;
|
|
992
1109
|
/**
|
|
993
1110
|
* @see {@link ListAnalysesCommand}
|
|
994
1111
|
*/
|
|
@@ -1109,6 +1226,12 @@ export interface QuickSight {
|
|
|
1109
1226
|
listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
|
|
1110
1227
|
listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
1111
1228
|
listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
1229
|
+
/**
|
|
1230
|
+
* @see {@link ListOAuthClientApplicationsCommand}
|
|
1231
|
+
*/
|
|
1232
|
+
listOAuthClientApplications(args: ListOAuthClientApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOAuthClientApplicationsCommandOutput>;
|
|
1233
|
+
listOAuthClientApplications(args: ListOAuthClientApplicationsCommandInput, cb: (err: any, data?: ListOAuthClientApplicationsCommandOutput) => void): void;
|
|
1234
|
+
listOAuthClientApplications(args: ListOAuthClientApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOAuthClientApplicationsCommandOutput) => void): void;
|
|
1112
1235
|
/**
|
|
1113
1236
|
* @see {@link ListRefreshSchedulesCommand}
|
|
1114
1237
|
*/
|
|
@@ -1127,6 +1250,18 @@ export interface QuickSight {
|
|
|
1127
1250
|
listSelfUpgrades(args: ListSelfUpgradesCommandInput, options?: __HttpHandlerOptions): Promise<ListSelfUpgradesCommandOutput>;
|
|
1128
1251
|
listSelfUpgrades(args: ListSelfUpgradesCommandInput, cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void): void;
|
|
1129
1252
|
listSelfUpgrades(args: ListSelfUpgradesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSelfUpgradesCommandOutput) => void): void;
|
|
1253
|
+
/**
|
|
1254
|
+
* @see {@link ListSpaceResourcesCommand}
|
|
1255
|
+
*/
|
|
1256
|
+
listSpaceResources(args: ListSpaceResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpaceResourcesCommandOutput>;
|
|
1257
|
+
listSpaceResources(args: ListSpaceResourcesCommandInput, cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void): void;
|
|
1258
|
+
listSpaceResources(args: ListSpaceResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpaceResourcesCommandOutput) => void): void;
|
|
1259
|
+
/**
|
|
1260
|
+
* @see {@link ListSpacesCommand}
|
|
1261
|
+
*/
|
|
1262
|
+
listSpaces(args: ListSpacesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpacesCommandOutput>;
|
|
1263
|
+
listSpaces(args: ListSpacesCommandInput, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
|
|
1264
|
+
listSpaces(args: ListSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
|
|
1130
1265
|
/**
|
|
1131
1266
|
* @see {@link ListTagsForResourceCommand}
|
|
1132
1267
|
*/
|
|
@@ -1235,6 +1370,12 @@ export interface QuickSight {
|
|
|
1235
1370
|
searchActionConnectors(args: SearchActionConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<SearchActionConnectorsCommandOutput>;
|
|
1236
1371
|
searchActionConnectors(args: SearchActionConnectorsCommandInput, cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void): void;
|
|
1237
1372
|
searchActionConnectors(args: SearchActionConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchActionConnectorsCommandOutput) => void): void;
|
|
1373
|
+
/**
|
|
1374
|
+
* @see {@link SearchAgentsCommand}
|
|
1375
|
+
*/
|
|
1376
|
+
searchAgents(args: SearchAgentsCommandInput, options?: __HttpHandlerOptions): Promise<SearchAgentsCommandOutput>;
|
|
1377
|
+
searchAgents(args: SearchAgentsCommandInput, cb: (err: any, data?: SearchAgentsCommandOutput) => void): void;
|
|
1378
|
+
searchAgents(args: SearchAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAgentsCommandOutput) => void): void;
|
|
1238
1379
|
/**
|
|
1239
1380
|
* @see {@link SearchAnalysesCommand}
|
|
1240
1381
|
*/
|
|
@@ -1277,6 +1418,12 @@ export interface QuickSight {
|
|
|
1277
1418
|
searchGroups(args: SearchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SearchGroupsCommandOutput>;
|
|
1278
1419
|
searchGroups(args: SearchGroupsCommandInput, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
1279
1420
|
searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
1421
|
+
/**
|
|
1422
|
+
* @see {@link SearchSpacesCommand}
|
|
1423
|
+
*/
|
|
1424
|
+
searchSpaces(args: SearchSpacesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSpacesCommandOutput>;
|
|
1425
|
+
searchSpaces(args: SearchSpacesCommandInput, cb: (err: any, data?: SearchSpacesCommandOutput) => void): void;
|
|
1426
|
+
searchSpaces(args: SearchSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSpacesCommandOutput) => void): void;
|
|
1280
1427
|
/**
|
|
1281
1428
|
* @see {@link SearchTopicsCommand}
|
|
1282
1429
|
*/
|
|
@@ -1355,6 +1502,18 @@ export interface QuickSight {
|
|
|
1355
1502
|
updateActionConnectorPermissions(args: UpdateActionConnectorPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionConnectorPermissionsCommandOutput>;
|
|
1356
1503
|
updateActionConnectorPermissions(args: UpdateActionConnectorPermissionsCommandInput, cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void): void;
|
|
1357
1504
|
updateActionConnectorPermissions(args: UpdateActionConnectorPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionConnectorPermissionsCommandOutput) => void): void;
|
|
1505
|
+
/**
|
|
1506
|
+
* @see {@link UpdateAgentCommand}
|
|
1507
|
+
*/
|
|
1508
|
+
updateAgent(args: UpdateAgentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentCommandOutput>;
|
|
1509
|
+
updateAgent(args: UpdateAgentCommandInput, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
|
|
1510
|
+
updateAgent(args: UpdateAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentCommandOutput) => void): void;
|
|
1511
|
+
/**
|
|
1512
|
+
* @see {@link UpdateAgentPermissionsCommand}
|
|
1513
|
+
*/
|
|
1514
|
+
updateAgentPermissions(args: UpdateAgentPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentPermissionsCommandOutput>;
|
|
1515
|
+
updateAgentPermissions(args: UpdateAgentPermissionsCommandInput, cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void): void;
|
|
1516
|
+
updateAgentPermissions(args: UpdateAgentPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentPermissionsCommandOutput) => void): void;
|
|
1358
1517
|
/**
|
|
1359
1518
|
* @see {@link UpdateAnalysisCommand}
|
|
1360
1519
|
*/
|
|
@@ -1457,6 +1616,12 @@ export interface QuickSight {
|
|
|
1457
1616
|
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
1458
1617
|
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: UpdateDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
1459
1618
|
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
1619
|
+
/**
|
|
1620
|
+
* @see {@link UpdateFlowCommand}
|
|
1621
|
+
*/
|
|
1622
|
+
updateFlow(args: UpdateFlowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFlowCommandOutput>;
|
|
1623
|
+
updateFlow(args: UpdateFlowCommandInput, cb: (err: any, data?: UpdateFlowCommandOutput) => void): void;
|
|
1624
|
+
updateFlow(args: UpdateFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlowCommandOutput) => void): void;
|
|
1460
1625
|
/**
|
|
1461
1626
|
* @see {@link UpdateFlowPermissionsCommand}
|
|
1462
1627
|
*/
|
|
@@ -1505,6 +1670,12 @@ export interface QuickSight {
|
|
|
1505
1670
|
updateKeyRegistration(args: UpdateKeyRegistrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKeyRegistrationCommandOutput>;
|
|
1506
1671
|
updateKeyRegistration(args: UpdateKeyRegistrationCommandInput, cb: (err: any, data?: UpdateKeyRegistrationCommandOutput) => void): void;
|
|
1507
1672
|
updateKeyRegistration(args: UpdateKeyRegistrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKeyRegistrationCommandOutput) => void): void;
|
|
1673
|
+
/**
|
|
1674
|
+
* @see {@link UpdateOAuthClientApplicationCommand}
|
|
1675
|
+
*/
|
|
1676
|
+
updateOAuthClientApplication(args: UpdateOAuthClientApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOAuthClientApplicationCommandOutput>;
|
|
1677
|
+
updateOAuthClientApplication(args: UpdateOAuthClientApplicationCommandInput, cb: (err: any, data?: UpdateOAuthClientApplicationCommandOutput) => void): void;
|
|
1678
|
+
updateOAuthClientApplication(args: UpdateOAuthClientApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOAuthClientApplicationCommandOutput) => void): void;
|
|
1508
1679
|
/**
|
|
1509
1680
|
* @see {@link UpdatePublicSharingSettingsCommand}
|
|
1510
1681
|
*/
|
|
@@ -1547,6 +1718,24 @@ export interface QuickSight {
|
|
|
1547
1718
|
updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSelfUpgradeConfigurationCommandOutput>;
|
|
1548
1719
|
updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
1549
1720
|
updateSelfUpgradeConfiguration(args: UpdateSelfUpgradeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSelfUpgradeConfigurationCommandOutput) => void): void;
|
|
1721
|
+
/**
|
|
1722
|
+
* @see {@link UpdateSpaceCommand}
|
|
1723
|
+
*/
|
|
1724
|
+
updateSpace(args: UpdateSpaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpaceCommandOutput>;
|
|
1725
|
+
updateSpace(args: UpdateSpaceCommandInput, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
|
|
1726
|
+
updateSpace(args: UpdateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
|
|
1727
|
+
/**
|
|
1728
|
+
* @see {@link UpdateSpacePermissionsCommand}
|
|
1729
|
+
*/
|
|
1730
|
+
updateSpacePermissions(args: UpdateSpacePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpacePermissionsCommandOutput>;
|
|
1731
|
+
updateSpacePermissions(args: UpdateSpacePermissionsCommandInput, cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void): void;
|
|
1732
|
+
updateSpacePermissions(args: UpdateSpacePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpacePermissionsCommandOutput) => void): void;
|
|
1733
|
+
/**
|
|
1734
|
+
* @see {@link UpdateSpaceResourcesCommand}
|
|
1735
|
+
*/
|
|
1736
|
+
updateSpaceResources(args: UpdateSpaceResourcesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSpaceResourcesCommandOutput>;
|
|
1737
|
+
updateSpaceResources(args: UpdateSpaceResourcesCommandInput, cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void): void;
|
|
1738
|
+
updateSpaceResources(args: UpdateSpaceResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpaceResourcesCommandOutput) => void): void;
|
|
1550
1739
|
/**
|
|
1551
1740
|
* @see {@link UpdateSPICECapacityConfigurationCommand}
|
|
1552
1741
|
*/
|
|
@@ -1779,6 +1968,13 @@ export interface QuickSight {
|
|
|
1779
1968
|
* @returns AsyncIterable of {@link ListNamespacesCommandOutput}.
|
|
1780
1969
|
*/
|
|
1781
1970
|
paginateListNamespaces(args: ListNamespacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNamespacesCommandOutput>;
|
|
1971
|
+
/**
|
|
1972
|
+
* @see {@link ListOAuthClientApplicationsCommand}
|
|
1973
|
+
* @param args - command input.
|
|
1974
|
+
* @param paginationConfig - optional pagination config.
|
|
1975
|
+
* @returns AsyncIterable of {@link ListOAuthClientApplicationsCommandOutput}.
|
|
1976
|
+
*/
|
|
1977
|
+
paginateListOAuthClientApplications(args: ListOAuthClientApplicationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOAuthClientApplicationsCommandOutput>;
|
|
1782
1978
|
/**
|
|
1783
1979
|
* @see {@link ListRoleMembershipsCommand}
|
|
1784
1980
|
* @param args - command input.
|