@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
|
@@ -12,12 +12,14 @@ import type { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "
|
|
|
12
12
|
import type { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "./commands/CreateAccountCustomizationCommand";
|
|
13
13
|
import type { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "./commands/CreateAccountSubscriptionCommand";
|
|
14
14
|
import type { CreateActionConnectorCommandInput, CreateActionConnectorCommandOutput } from "./commands/CreateActionConnectorCommand";
|
|
15
|
+
import type { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
15
16
|
import type { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "./commands/CreateAnalysisCommand";
|
|
16
17
|
import type { CreateBrandCommandInput, CreateBrandCommandOutput } from "./commands/CreateBrandCommand";
|
|
17
18
|
import type { CreateCustomPermissionsCommandInput, CreateCustomPermissionsCommandOutput } from "./commands/CreateCustomPermissionsCommand";
|
|
18
19
|
import type { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
19
20
|
import type { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
|
|
20
21
|
import type { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
22
|
+
import type { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
21
23
|
import type { CreateFolderCommandInput, CreateFolderCommandOutput } from "./commands/CreateFolderCommand";
|
|
22
24
|
import type { CreateFolderMembershipCommandInput, CreateFolderMembershipCommandOutput } from "./commands/CreateFolderMembershipCommand";
|
|
23
25
|
import type { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
@@ -25,8 +27,10 @@ import type { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOut
|
|
|
25
27
|
import type { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
26
28
|
import type { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "./commands/CreateIngestionCommand";
|
|
27
29
|
import type { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
|
|
30
|
+
import type { CreateOAuthClientApplicationCommandInput, CreateOAuthClientApplicationCommandOutput } from "./commands/CreateOAuthClientApplicationCommand";
|
|
28
31
|
import type { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
|
|
29
32
|
import type { CreateRoleMembershipCommandInput, CreateRoleMembershipCommandOutput } from "./commands/CreateRoleMembershipCommand";
|
|
33
|
+
import type { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "./commands/CreateSpaceCommand";
|
|
30
34
|
import type { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
|
|
31
35
|
import type { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
|
|
32
36
|
import type { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
|
|
@@ -38,6 +42,7 @@ import type { DeleteAccountCustomizationCommandInput, DeleteAccountCustomization
|
|
|
38
42
|
import type { DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
39
43
|
import type { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "./commands/DeleteAccountSubscriptionCommand";
|
|
40
44
|
import type { DeleteActionConnectorCommandInput, DeleteActionConnectorCommandOutput } from "./commands/DeleteActionConnectorCommand";
|
|
45
|
+
import type { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
41
46
|
import type { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
42
47
|
import type { DeleteBrandAssignmentCommandInput, DeleteBrandAssignmentCommandOutput } from "./commands/DeleteBrandAssignmentCommand";
|
|
43
48
|
import type { DeleteBrandCommandInput, DeleteBrandCommandOutput } from "./commands/DeleteBrandCommand";
|
|
@@ -47,6 +52,7 @@ import type { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./co
|
|
|
47
52
|
import type { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
48
53
|
import type { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
49
54
|
import type { DeleteDefaultQBusinessApplicationCommandInput, DeleteDefaultQBusinessApplicationCommandOutput } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
55
|
+
import type { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
|
|
50
56
|
import type { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
|
|
51
57
|
import type { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
|
|
52
58
|
import type { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
@@ -54,9 +60,11 @@ import type { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOut
|
|
|
54
60
|
import type { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
55
61
|
import type { DeleteIdentityPropagationConfigCommandInput, DeleteIdentityPropagationConfigCommandOutput } from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
56
62
|
import type { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
63
|
+
import type { DeleteOAuthClientApplicationCommandInput, DeleteOAuthClientApplicationCommandOutput } from "./commands/DeleteOAuthClientApplicationCommand";
|
|
57
64
|
import type { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
58
65
|
import type { DeleteRoleCustomPermissionCommandInput, DeleteRoleCustomPermissionCommandOutput } from "./commands/DeleteRoleCustomPermissionCommand";
|
|
59
66
|
import type { DeleteRoleMembershipCommandInput, DeleteRoleMembershipCommandOutput } from "./commands/DeleteRoleMembershipCommand";
|
|
67
|
+
import type { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "./commands/DeleteSpaceCommand";
|
|
60
68
|
import type { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
|
|
61
69
|
import type { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
|
|
62
70
|
import type { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -73,6 +81,8 @@ import type { DescribeAccountSettingsCommandInput, DescribeAccountSettingsComman
|
|
|
73
81
|
import type { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
|
|
74
82
|
import type { DescribeActionConnectorCommandInput, DescribeActionConnectorCommandOutput } from "./commands/DescribeActionConnectorCommand";
|
|
75
83
|
import type { DescribeActionConnectorPermissionsCommandInput, DescribeActionConnectorPermissionsCommandOutput } from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
84
|
+
import type { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
85
|
+
import type { DescribeAgentPermissionsCommandInput, DescribeAgentPermissionsCommandOutput } from "./commands/DescribeAgentPermissionsCommand";
|
|
76
86
|
import type { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
77
87
|
import type { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
78
88
|
import type { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
@@ -95,6 +105,7 @@ import type { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefre
|
|
|
95
105
|
import type { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
96
106
|
import type { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
97
107
|
import type { DescribeDefaultQBusinessApplicationCommandInput, DescribeDefaultQBusinessApplicationCommandOutput } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
108
|
+
import type { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
|
|
98
109
|
import type { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
|
|
99
110
|
import type { DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput } from "./commands/DescribeFolderPermissionsCommand";
|
|
100
111
|
import type { DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -105,11 +116,14 @@ import type { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } fr
|
|
|
105
116
|
import type { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
|
|
106
117
|
import type { DescribeKeyRegistrationCommandInput, DescribeKeyRegistrationCommandOutput } from "./commands/DescribeKeyRegistrationCommand";
|
|
107
118
|
import type { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
119
|
+
import type { DescribeOAuthClientApplicationCommandInput, DescribeOAuthClientApplicationCommandOutput } from "./commands/DescribeOAuthClientApplicationCommand";
|
|
108
120
|
import type { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonalizationConfigurationCommandOutput } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
109
121
|
import type { DescribeQuickSightQSearchConfigurationCommandInput, DescribeQuickSightQSearchConfigurationCommandOutput } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
110
122
|
import type { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
|
|
111
123
|
import type { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
112
124
|
import type { DescribeSelfUpgradeConfigurationCommandInput, DescribeSelfUpgradeConfigurationCommandOutput } from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
125
|
+
import type { DescribeSpaceCommandInput, DescribeSpaceCommandOutput } from "./commands/DescribeSpaceCommand";
|
|
126
|
+
import type { DescribeSpacePermissionsCommandInput, DescribeSpacePermissionsCommandOutput } from "./commands/DescribeSpacePermissionsCommand";
|
|
113
127
|
import type { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
114
128
|
import type { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
|
|
115
129
|
import type { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -132,6 +146,7 @@ import type { GetFlowPermissionsCommandInput, GetFlowPermissionsCommandOutput }
|
|
|
132
146
|
import type { GetIdentityContextCommandInput, GetIdentityContextCommandOutput } from "./commands/GetIdentityContextCommand";
|
|
133
147
|
import type { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
134
148
|
import type { ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput } from "./commands/ListActionConnectorsCommand";
|
|
149
|
+
import type { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
135
150
|
import type { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
136
151
|
import type { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "./commands/ListAssetBundleExportJobsCommand";
|
|
137
152
|
import type { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "./commands/ListAssetBundleImportJobsCommand";
|
|
@@ -152,9 +167,12 @@ import type { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignme
|
|
|
152
167
|
import type { ListIdentityPropagationConfigsCommandInput, ListIdentityPropagationConfigsCommandOutput } from "./commands/ListIdentityPropagationConfigsCommand";
|
|
153
168
|
import type { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
|
|
154
169
|
import type { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
170
|
+
import type { ListOAuthClientApplicationsCommandInput, ListOAuthClientApplicationsCommandOutput } from "./commands/ListOAuthClientApplicationsCommand";
|
|
155
171
|
import type { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
156
172
|
import type { ListRoleMembershipsCommandInput, ListRoleMembershipsCommandOutput } from "./commands/ListRoleMembershipsCommand";
|
|
157
173
|
import type { ListSelfUpgradesCommandInput, ListSelfUpgradesCommandOutput } from "./commands/ListSelfUpgradesCommand";
|
|
174
|
+
import type { ListSpaceResourcesCommandInput, ListSpaceResourcesCommandOutput } from "./commands/ListSpaceResourcesCommand";
|
|
175
|
+
import type { ListSpacesCommandInput, ListSpacesCommandOutput } from "./commands/ListSpacesCommand";
|
|
158
176
|
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
159
177
|
import type { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
|
|
160
178
|
import type { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
|
|
@@ -173,6 +191,7 @@ import type { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshProperti
|
|
|
173
191
|
import type { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
|
|
174
192
|
import type { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
|
|
175
193
|
import type { SearchActionConnectorsCommandInput, SearchActionConnectorsCommandOutput } from "./commands/SearchActionConnectorsCommand";
|
|
194
|
+
import type { SearchAgentsCommandInput, SearchAgentsCommandOutput } from "./commands/SearchAgentsCommand";
|
|
176
195
|
import type { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
|
|
177
196
|
import type { SearchDashboardsCommandInput, SearchDashboardsCommandOutput } from "./commands/SearchDashboardsCommand";
|
|
178
197
|
import type { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "./commands/SearchDataSetsCommand";
|
|
@@ -180,6 +199,7 @@ import type { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } fr
|
|
|
180
199
|
import type { SearchFlowsCommandInput, SearchFlowsCommandOutput } from "./commands/SearchFlowsCommand";
|
|
181
200
|
import type { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
|
|
182
201
|
import type { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
|
|
202
|
+
import type { SearchSpacesCommandInput, SearchSpacesCommandOutput } from "./commands/SearchSpacesCommand";
|
|
183
203
|
import type { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
|
|
184
204
|
import type { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "./commands/StartAssetBundleExportJobCommand";
|
|
185
205
|
import type { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "./commands/StartAssetBundleImportJobCommand";
|
|
@@ -193,6 +213,8 @@ import type { UpdateAccountCustomPermissionCommandInput, UpdateAccountCustomPerm
|
|
|
193
213
|
import type { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
194
214
|
import type { UpdateActionConnectorCommandInput, UpdateActionConnectorCommandOutput } from "./commands/UpdateActionConnectorCommand";
|
|
195
215
|
import type { UpdateActionConnectorPermissionsCommandInput, UpdateActionConnectorPermissionsCommandOutput } from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
216
|
+
import type { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
217
|
+
import type { UpdateAgentPermissionsCommandInput, UpdateAgentPermissionsCommandOutput } from "./commands/UpdateAgentPermissionsCommand";
|
|
196
218
|
import type { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "./commands/UpdateAnalysisCommand";
|
|
197
219
|
import type { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
198
220
|
import type { UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -210,6 +232,7 @@ import type { UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsComm
|
|
|
210
232
|
import type { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
211
233
|
import type { UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
212
234
|
import type { UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
235
|
+
import type { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
213
236
|
import type { UpdateFlowPermissionsCommandInput, UpdateFlowPermissionsCommandOutput } from "./commands/UpdateFlowPermissionsCommand";
|
|
214
237
|
import type { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "./commands/UpdateFolderCommand";
|
|
215
238
|
import type { UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput } from "./commands/UpdateFolderPermissionsCommand";
|
|
@@ -218,6 +241,7 @@ import type { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCo
|
|
|
218
241
|
import type { UpdateIdentityPropagationConfigCommandInput, UpdateIdentityPropagationConfigCommandOutput } from "./commands/UpdateIdentityPropagationConfigCommand";
|
|
219
242
|
import type { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
|
|
220
243
|
import type { UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput } from "./commands/UpdateKeyRegistrationCommand";
|
|
244
|
+
import type { UpdateOAuthClientApplicationCommandInput, UpdateOAuthClientApplicationCommandOutput } from "./commands/UpdateOAuthClientApplicationCommand";
|
|
221
245
|
import type { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
222
246
|
import type { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalizationConfigurationCommandOutput } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
223
247
|
import type { UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
@@ -225,6 +249,9 @@ import type { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOut
|
|
|
225
249
|
import type { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
226
250
|
import type { UpdateSelfUpgradeCommandInput, UpdateSelfUpgradeCommandOutput } from "./commands/UpdateSelfUpgradeCommand";
|
|
227
251
|
import type { UpdateSelfUpgradeConfigurationCommandInput, UpdateSelfUpgradeConfigurationCommandOutput } from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
252
|
+
import type { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "./commands/UpdateSpaceCommand";
|
|
253
|
+
import type { UpdateSpacePermissionsCommandInput, UpdateSpacePermissionsCommandOutput } from "./commands/UpdateSpacePermissionsCommand";
|
|
254
|
+
import type { UpdateSpaceResourcesCommandInput, UpdateSpaceResourcesCommandOutput } from "./commands/UpdateSpaceResourcesCommand";
|
|
228
255
|
import type { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
229
256
|
import type { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
230
257
|
import type { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
@@ -244,11 +271,11 @@ export { __Client };
|
|
|
244
271
|
/**
|
|
245
272
|
* @public
|
|
246
273
|
*/
|
|
247
|
-
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeAutomationJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeSelfUpgradeConfigurationCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListSelfUpgradesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartAutomationJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateSelfUpgradeCommandInput | UpdateSelfUpgradeConfigurationCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
274
|
+
export type ServiceInputTypes = BatchCreateTopicReviewedAnswerCommandInput | BatchDeleteTopicReviewedAnswerCommandInput | CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateActionConnectorCommandInput | CreateAgentCommandInput | CreateAnalysisCommandInput | CreateBrandCommandInput | CreateCustomPermissionsCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFlowCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateOAuthClientApplicationCommandInput | CreateRefreshScheduleCommandInput | CreateRoleMembershipCommandInput | CreateSpaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | CreateTopicCommandInput | CreateTopicRefreshScheduleCommandInput | CreateVPCConnectionCommandInput | DeleteAccountCustomPermissionCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteActionConnectorCommandInput | DeleteAgentCommandInput | DeleteAnalysisCommandInput | DeleteBrandAssignmentCommandInput | DeleteBrandCommandInput | DeleteCustomPermissionsCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteDefaultQBusinessApplicationCommandInput | DeleteFlowCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteIdentityPropagationConfigCommandInput | DeleteNamespaceCommandInput | DeleteOAuthClientApplicationCommandInput | DeleteRefreshScheduleCommandInput | DeleteRoleCustomPermissionCommandInput | DeleteRoleMembershipCommandInput | DeleteSpaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteTopicCommandInput | DeleteTopicRefreshScheduleCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DeleteUserCustomPermissionCommandInput | DeleteVPCConnectionCommandInput | DescribeAccountCustomPermissionCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeActionConnectorCommandInput | DescribeActionConnectorPermissionsCommandInput | DescribeAgentCommandInput | DescribeAgentPermissionsCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeAssetBundleExportJobCommandInput | DescribeAssetBundleImportJobCommandInput | DescribeAutomationJobCommandInput | DescribeBrandAssignmentCommandInput | DescribeBrandCommandInput | DescribeBrandPublishedVersionCommandInput | DescribeCustomPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDashboardSnapshotJobCommandInput | DescribeDashboardSnapshotJobResultCommandInput | DescribeDashboardsQAConfigurationCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeDefaultQBusinessApplicationCommandInput | DescribeFlowCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeKeyRegistrationCommandInput | DescribeNamespaceCommandInput | DescribeOAuthClientApplicationCommandInput | DescribeQPersonalizationConfigurationCommandInput | DescribeQuickSightQSearchConfigurationCommandInput | DescribeRefreshScheduleCommandInput | DescribeRoleCustomPermissionCommandInput | DescribeSelfUpgradeConfigurationCommandInput | DescribeSpaceCommandInput | DescribeSpacePermissionsCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeTopicCommandInput | DescribeTopicPermissionsCommandInput | DescribeTopicRefreshCommandInput | DescribeTopicRefreshScheduleCommandInput | DescribeUserCommandInput | DescribeVPCConnectionCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput | GetDashboardEmbedUrlCommandInput | GetFlowMetadataCommandInput | GetFlowPermissionsCommandInput | GetIdentityContextCommandInput | GetSessionEmbedUrlCommandInput | ListActionConnectorsCommandInput | ListAgentsCommandInput | ListAnalysesCommandInput | ListAssetBundleExportJobsCommandInput | ListAssetBundleImportJobsCommandInput | ListBrandsCommandInput | ListCustomPermissionsCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFlowsCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListFoldersForResourceCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIdentityPropagationConfigsCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListOAuthClientApplicationsCommandInput | ListRefreshSchedulesCommandInput | ListRoleMembershipsCommandInput | ListSelfUpgradesCommandInput | ListSpaceResourcesCommandInput | ListSpacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListTopicRefreshSchedulesCommandInput | ListTopicReviewedAnswersCommandInput | ListTopicsCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | ListVPCConnectionsCommandInput | PredictQAResultsCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchActionConnectorsCommandInput | SearchAgentsCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFlowsCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | SearchSpacesCommandInput | SearchTopicsCommandInput | StartAssetBundleExportJobCommandInput | StartAssetBundleImportJobCommandInput | StartAutomationJobCommandInput | StartDashboardSnapshotJobCommandInput | StartDashboardSnapshotJobScheduleCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomPermissionCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateActionConnectorCommandInput | UpdateActionConnectorPermissionsCommandInput | UpdateAgentCommandInput | UpdateAgentPermissionsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateApplicationWithTokenExchangeGrantCommandInput | UpdateBrandAssignmentCommandInput | UpdateBrandCommandInput | UpdateBrandPublishedVersionCommandInput | UpdateCustomPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardLinksCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDashboardsQAConfigurationCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateDefaultQBusinessApplicationCommandInput | UpdateFlowCommandInput | UpdateFlowPermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIdentityPropagationConfigCommandInput | UpdateIpRestrictionCommandInput | UpdateKeyRegistrationCommandInput | UpdateOAuthClientApplicationCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateQPersonalizationConfigurationCommandInput | UpdateQuickSightQSearchConfigurationCommandInput | UpdateRefreshScheduleCommandInput | UpdateRoleCustomPermissionCommandInput | UpdateSPICECapacityConfigurationCommandInput | UpdateSelfUpgradeCommandInput | UpdateSelfUpgradeConfigurationCommandInput | UpdateSpaceCommandInput | UpdateSpacePermissionsCommandInput | UpdateSpaceResourcesCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateTopicCommandInput | UpdateTopicPermissionsCommandInput | UpdateTopicRefreshScheduleCommandInput | UpdateUserCommandInput | UpdateUserCustomPermissionCommandInput | UpdateVPCConnectionCommandInput;
|
|
248
275
|
/**
|
|
249
276
|
* @public
|
|
250
277
|
*/
|
|
251
|
-
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeAutomationJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeSelfUpgradeConfigurationCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListSelfUpgradesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartAutomationJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateSelfUpgradeCommandOutput | UpdateSelfUpgradeConfigurationCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
278
|
+
export type ServiceOutputTypes = BatchCreateTopicReviewedAnswerCommandOutput | BatchDeleteTopicReviewedAnswerCommandOutput | CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateActionConnectorCommandOutput | CreateAgentCommandOutput | CreateAnalysisCommandOutput | CreateBrandCommandOutput | CreateCustomPermissionsCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFlowCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateOAuthClientApplicationCommandOutput | CreateRefreshScheduleCommandOutput | CreateRoleMembershipCommandOutput | CreateSpaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | CreateTopicCommandOutput | CreateTopicRefreshScheduleCommandOutput | CreateVPCConnectionCommandOutput | DeleteAccountCustomPermissionCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteActionConnectorCommandOutput | DeleteAgentCommandOutput | DeleteAnalysisCommandOutput | DeleteBrandAssignmentCommandOutput | DeleteBrandCommandOutput | DeleteCustomPermissionsCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteDefaultQBusinessApplicationCommandOutput | DeleteFlowCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteIdentityPropagationConfigCommandOutput | DeleteNamespaceCommandOutput | DeleteOAuthClientApplicationCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteRoleCustomPermissionCommandOutput | DeleteRoleMembershipCommandOutput | DeleteSpaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteTopicCommandOutput | DeleteTopicRefreshScheduleCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DeleteUserCustomPermissionCommandOutput | DeleteVPCConnectionCommandOutput | DescribeAccountCustomPermissionCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeActionConnectorCommandOutput | DescribeActionConnectorPermissionsCommandOutput | DescribeAgentCommandOutput | DescribeAgentPermissionsCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeAssetBundleExportJobCommandOutput | DescribeAssetBundleImportJobCommandOutput | DescribeAutomationJobCommandOutput | DescribeBrandAssignmentCommandOutput | DescribeBrandCommandOutput | DescribeBrandPublishedVersionCommandOutput | DescribeCustomPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDashboardSnapshotJobCommandOutput | DescribeDashboardSnapshotJobResultCommandOutput | DescribeDashboardsQAConfigurationCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeDefaultQBusinessApplicationCommandOutput | DescribeFlowCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeKeyRegistrationCommandOutput | DescribeNamespaceCommandOutput | DescribeOAuthClientApplicationCommandOutput | DescribeQPersonalizationConfigurationCommandOutput | DescribeQuickSightQSearchConfigurationCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeRoleCustomPermissionCommandOutput | DescribeSelfUpgradeConfigurationCommandOutput | DescribeSpaceCommandOutput | DescribeSpacePermissionsCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeTopicCommandOutput | DescribeTopicPermissionsCommandOutput | DescribeTopicRefreshCommandOutput | DescribeTopicRefreshScheduleCommandOutput | DescribeUserCommandOutput | DescribeVPCConnectionCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput | GetDashboardEmbedUrlCommandOutput | GetFlowMetadataCommandOutput | GetFlowPermissionsCommandOutput | GetIdentityContextCommandOutput | GetSessionEmbedUrlCommandOutput | ListActionConnectorsCommandOutput | ListAgentsCommandOutput | ListAnalysesCommandOutput | ListAssetBundleExportJobsCommandOutput | ListAssetBundleImportJobsCommandOutput | ListBrandsCommandOutput | ListCustomPermissionsCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFlowsCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListFoldersForResourceCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIdentityPropagationConfigsCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListOAuthClientApplicationsCommandOutput | ListRefreshSchedulesCommandOutput | ListRoleMembershipsCommandOutput | ListSelfUpgradesCommandOutput | ListSpaceResourcesCommandOutput | ListSpacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListTopicRefreshSchedulesCommandOutput | ListTopicReviewedAnswersCommandOutput | ListTopicsCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | ListVPCConnectionsCommandOutput | PredictQAResultsCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchActionConnectorsCommandOutput | SearchAgentsCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFlowsCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | SearchSpacesCommandOutput | SearchTopicsCommandOutput | StartAssetBundleExportJobCommandOutput | StartAssetBundleImportJobCommandOutput | StartAutomationJobCommandOutput | StartDashboardSnapshotJobCommandOutput | StartDashboardSnapshotJobScheduleCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomPermissionCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateActionConnectorCommandOutput | UpdateActionConnectorPermissionsCommandOutput | UpdateAgentCommandOutput | UpdateAgentPermissionsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateApplicationWithTokenExchangeGrantCommandOutput | UpdateBrandAssignmentCommandOutput | UpdateBrandCommandOutput | UpdateBrandPublishedVersionCommandOutput | UpdateCustomPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardLinksCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDashboardsQAConfigurationCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateDefaultQBusinessApplicationCommandOutput | UpdateFlowCommandOutput | UpdateFlowPermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIdentityPropagationConfigCommandOutput | UpdateIpRestrictionCommandOutput | UpdateKeyRegistrationCommandOutput | UpdateOAuthClientApplicationCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateQPersonalizationConfigurationCommandOutput | UpdateQuickSightQSearchConfigurationCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateRoleCustomPermissionCommandOutput | UpdateSPICECapacityConfigurationCommandOutput | UpdateSelfUpgradeCommandOutput | UpdateSelfUpgradeConfigurationCommandOutput | UpdateSpaceCommandOutput | UpdateSpacePermissionsCommandOutput | UpdateSpaceResourcesCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateTopicCommandOutput | UpdateTopicPermissionsCommandOutput | UpdateTopicRefreshScheduleCommandOutput | UpdateUserCommandOutput | UpdateUserCustomPermissionCommandOutput | UpdateVPCConnectionCommandOutput;
|
|
252
279
|
/**
|
|
253
280
|
* @public
|
|
254
281
|
*/
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateAgentRequest, CreateAgentResponse } from "../models/models_2";
|
|
4
|
+
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateAgentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateAgentCommandInput extends CreateAgentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateAgentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateAgentCommand_base: {
|
|
25
|
+
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAgentCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentCommandInput, CreateAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Creates an agent in Amazon QuickSight.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, CreateAgentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, CreateAgentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
38
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
39
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
40
|
+
* const client = new QuickSightClient(config);
|
|
41
|
+
* const input = { // CreateAgentRequest
|
|
42
|
+
* Spaces: [ // CreateAgentRequestSpacesList
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* ActionConnectors: [ // CreateAgentRequestActionConnectorsList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
49
|
+
* AgentId: "STRING_VALUE", // required
|
|
50
|
+
* Name: "STRING_VALUE", // required
|
|
51
|
+
* Description: "STRING_VALUE",
|
|
52
|
+
* IconId: "STRING_VALUE",
|
|
53
|
+
* StarterPrompts: [ // StarterPromptList
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* WelcomeMessage: "STRING_VALUE",
|
|
57
|
+
* AgentLifecycle: "PREVIEW" || "PUBLISHED",
|
|
58
|
+
* CustomPromptInput: { // CustomPromptInput Union: only one key present
|
|
59
|
+
* ExistingPrompt: { // CustomPromptProfile
|
|
60
|
+
* ModelProfileId: "STRING_VALUE", // required
|
|
61
|
+
* SubscriptionId: "STRING_VALUE", // required
|
|
62
|
+
* QbsAwsAccountId: "STRING_VALUE", // required
|
|
63
|
+
* },
|
|
64
|
+
* NewPrompt: { // CustomPromptInputParameters
|
|
65
|
+
* ResponseLength: "STRING_VALUE",
|
|
66
|
+
* OutputStyle: "STRING_VALUE",
|
|
67
|
+
* Identity: "STRING_VALUE",
|
|
68
|
+
* Tone: "STRING_VALUE",
|
|
69
|
+
* CustomInstructions: "STRING_VALUE",
|
|
70
|
+
* },
|
|
71
|
+
* },
|
|
72
|
+
* };
|
|
73
|
+
* const command = new CreateAgentCommand(input);
|
|
74
|
+
* const response = await client.send(command);
|
|
75
|
+
* // { // CreateAgentResponse
|
|
76
|
+
* // Arn: "STRING_VALUE", // required
|
|
77
|
+
* // AgentId: "STRING_VALUE", // required
|
|
78
|
+
* // AgentStatus: "ACTIVE" || "UPDATING" || "FAILED" || "CREATING", // required
|
|
79
|
+
* // AgentName: "STRING_VALUE", // required
|
|
80
|
+
* // RequestId: "STRING_VALUE",
|
|
81
|
+
* // };
|
|
82
|
+
*
|
|
83
|
+
* ```
|
|
84
|
+
*
|
|
85
|
+
* @param CreateAgentCommandInput - {@link CreateAgentCommandInput}
|
|
86
|
+
* @returns {@link CreateAgentCommandOutput}
|
|
87
|
+
* @see {@link CreateAgentCommandInput} for command's `input` shape.
|
|
88
|
+
* @see {@link CreateAgentCommandOutput} for command's `response` shape.
|
|
89
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
92
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
93
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
94
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
95
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ConflictException} (client fault)
|
|
98
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
101
|
+
* <p>An internal failure occurred.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
104
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
107
|
+
* <p>A limit is exceeded.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
110
|
+
* <p>One or more preconditions aren't met.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
113
|
+
* <p>The resource specified already exists. </p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
116
|
+
* <p>Access is throttled.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link QuickSightServiceException}
|
|
119
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
120
|
+
*
|
|
121
|
+
*
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
export declare class CreateAgentCommand extends CreateAgentCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CreateAgentRequest;
|
|
129
|
+
output: CreateAgentResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CreateAgentCommandInput;
|
|
133
|
+
output: CreateAgentCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateFlowRequest, CreateFlowResponse } from "../models/models_3";
|
|
4
|
+
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateFlowCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateFlowCommandInput extends CreateFlowRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateFlowCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateFlowCommand_base: {
|
|
25
|
+
new (input: CreateFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateFlowCommandInput, CreateFlowCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Creates a new flow in the specified Amazon Web Services account. Creates both a DRAFT and PUBLISHED (auto-published) version.</p>
|
|
33
|
+
* <p>This operation is idempotent. Supply a <code>ClientToken</code> to safely retry without creating duplicate resources.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { QuickSightClient, CreateFlowCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
38
|
+
* // const { QuickSightClient, CreateFlowCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
39
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
40
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
41
|
+
* const client = new QuickSightClient(config);
|
|
42
|
+
* const input = { // CreateFlowRequest
|
|
43
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
44
|
+
* Name: "STRING_VALUE", // required
|
|
45
|
+
* Description: "STRING_VALUE",
|
|
46
|
+
* FlowDefinition: "DOCUMENT_VALUE", // required
|
|
47
|
+
* Permissions: [ // PermissionsList
|
|
48
|
+
* { // Permission
|
|
49
|
+
* Actions: [ // ActionsList // required
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* Principal: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* ClientToken: "STRING_VALUE",
|
|
56
|
+
* };
|
|
57
|
+
* const command = new CreateFlowCommand(input);
|
|
58
|
+
* const response = await client.send(command);
|
|
59
|
+
* // { // CreateFlowResponse
|
|
60
|
+
* // Arn: "STRING_VALUE", // required
|
|
61
|
+
* // FlowId: "STRING_VALUE", // required
|
|
62
|
+
* // RequestId: "STRING_VALUE",
|
|
63
|
+
* // Status: Number("int"),
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @param CreateFlowCommandInput - {@link CreateFlowCommandInput}
|
|
69
|
+
* @returns {@link CreateFlowCommandOutput}
|
|
70
|
+
* @see {@link CreateFlowCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link CreateFlowCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
75
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
76
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
77
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
78
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ConflictException} (client fault)
|
|
81
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
84
|
+
* <p>An internal failure occurred.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
87
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
90
|
+
* <p>A limit is exceeded.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
93
|
+
* <p>The resource specified already exists. </p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
|
+
* <p>One or more resources can't be found.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
99
|
+
* <p>Access is throttled.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link QuickSightServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
103
|
+
*
|
|
104
|
+
*
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: CreateFlowRequest;
|
|
112
|
+
output: CreateFlowResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: CreateFlowCommandInput;
|
|
116
|
+
output: CreateFlowCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateOAuthClientApplicationRequest, CreateOAuthClientApplicationResponse } from "../models/models_3";
|
|
4
|
+
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateOAuthClientApplicationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateOAuthClientApplicationCommandInput extends CreateOAuthClientApplicationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateOAuthClientApplicationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateOAuthClientApplicationCommandOutput extends CreateOAuthClientApplicationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateOAuthClientApplicationCommand_base: {
|
|
25
|
+
new (input: CreateOAuthClientApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateOAuthClientApplicationCommandInput, CreateOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateOAuthClientApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateOAuthClientApplicationCommandInput, CreateOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Creates an OAuthClientApplication.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, CreateOAuthClientApplicationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, CreateOAuthClientApplicationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
38
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
39
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
40
|
+
* const client = new QuickSightClient(config);
|
|
41
|
+
* const input = { // CreateOAuthClientApplicationRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* OAuthClientApplicationId: "STRING_VALUE", // required
|
|
44
|
+
* Name: "STRING_VALUE", // required
|
|
45
|
+
* OAuthClientAuthenticationType: "TOKEN", // required
|
|
46
|
+
* ClientId: "STRING_VALUE", // required
|
|
47
|
+
* ClientSecret: "STRING_VALUE", // required
|
|
48
|
+
* OAuthTokenEndpointUrl: "STRING_VALUE", // required
|
|
49
|
+
* OAuthAuthorizationEndpointUrl: "STRING_VALUE",
|
|
50
|
+
* OAuthScopes: "STRING_VALUE",
|
|
51
|
+
* DataSourceType: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "S3_TABLES" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS",
|
|
52
|
+
* IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
|
|
53
|
+
* VpcConnectionArn: "STRING_VALUE", // required
|
|
54
|
+
* },
|
|
55
|
+
* Tags: [ // TagList
|
|
56
|
+
* { // Tag
|
|
57
|
+
* Key: "STRING_VALUE", // required
|
|
58
|
+
* Value: "STRING_VALUE", // required
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* };
|
|
62
|
+
* const command = new CreateOAuthClientApplicationCommand(input);
|
|
63
|
+
* const response = await client.send(command);
|
|
64
|
+
* // { // CreateOAuthClientApplicationResponse
|
|
65
|
+
* // Arn: "STRING_VALUE",
|
|
66
|
+
* // OAuthClientApplicationId: "STRING_VALUE",
|
|
67
|
+
* // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
68
|
+
* // RequestId: "STRING_VALUE",
|
|
69
|
+
* // Status: Number("int"),
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
74
|
+
* @param CreateOAuthClientApplicationCommandInput - {@link CreateOAuthClientApplicationCommandInput}
|
|
75
|
+
* @returns {@link CreateOAuthClientApplicationCommandOutput}
|
|
76
|
+
* @see {@link CreateOAuthClientApplicationCommandInput} for command's `input` shape.
|
|
77
|
+
* @see {@link CreateOAuthClientApplicationCommandOutput} for command's `response` shape.
|
|
78
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
81
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
82
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
83
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
84
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ConflictException} (client fault)
|
|
87
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
90
|
+
* <p>An internal failure occurred.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
93
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
96
|
+
* <p>A limit is exceeded.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
99
|
+
* <p>The resource specified already exists. </p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
102
|
+
* <p>One or more resources can't be found.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
105
|
+
* <p>Access is throttled.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link QuickSightServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
109
|
+
*
|
|
110
|
+
*
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export declare class CreateOAuthClientApplicationCommand extends CreateOAuthClientApplicationCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: CreateOAuthClientApplicationRequest;
|
|
118
|
+
output: CreateOAuthClientApplicationResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: CreateOAuthClientApplicationCommandInput;
|
|
122
|
+
output: CreateOAuthClientApplicationCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
}
|