@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
package/dist-es/QuickSight.js
CHANGED
|
@@ -5,12 +5,14 @@ import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
|
|
|
5
5
|
import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
|
|
6
6
|
import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
|
|
7
7
|
import { CreateActionConnectorCommand, } from "./commands/CreateActionConnectorCommand";
|
|
8
|
+
import { CreateAgentCommand, } from "./commands/CreateAgentCommand";
|
|
8
9
|
import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
|
|
9
10
|
import { CreateBrandCommand, } from "./commands/CreateBrandCommand";
|
|
10
11
|
import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
|
|
11
12
|
import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
|
|
12
13
|
import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
|
|
13
14
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
15
|
+
import { CreateFlowCommand, } from "./commands/CreateFlowCommand";
|
|
14
16
|
import { CreateFolderCommand, } from "./commands/CreateFolderCommand";
|
|
15
17
|
import { CreateFolderMembershipCommand, } from "./commands/CreateFolderMembershipCommand";
|
|
16
18
|
import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
|
|
@@ -18,8 +20,10 @@ import { CreateGroupMembershipCommand, } from "./commands/CreateGroupMembershipC
|
|
|
18
20
|
import { CreateIAMPolicyAssignmentCommand, } from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
19
21
|
import { CreateIngestionCommand, } from "./commands/CreateIngestionCommand";
|
|
20
22
|
import { CreateNamespaceCommand, } from "./commands/CreateNamespaceCommand";
|
|
23
|
+
import { CreateOAuthClientApplicationCommand, } from "./commands/CreateOAuthClientApplicationCommand";
|
|
21
24
|
import { CreateRefreshScheduleCommand, } from "./commands/CreateRefreshScheduleCommand";
|
|
22
25
|
import { CreateRoleMembershipCommand, } from "./commands/CreateRoleMembershipCommand";
|
|
26
|
+
import { CreateSpaceCommand, } from "./commands/CreateSpaceCommand";
|
|
23
27
|
import { CreateTemplateAliasCommand, } from "./commands/CreateTemplateAliasCommand";
|
|
24
28
|
import { CreateTemplateCommand, } from "./commands/CreateTemplateCommand";
|
|
25
29
|
import { CreateThemeAliasCommand, } from "./commands/CreateThemeAliasCommand";
|
|
@@ -31,6 +35,7 @@ import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCust
|
|
|
31
35
|
import { DeleteAccountCustomPermissionCommand, } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
32
36
|
import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubscriptionCommand";
|
|
33
37
|
import { DeleteActionConnectorCommand, } from "./commands/DeleteActionConnectorCommand";
|
|
38
|
+
import { DeleteAgentCommand, } from "./commands/DeleteAgentCommand";
|
|
34
39
|
import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
|
|
35
40
|
import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
|
|
36
41
|
import { DeleteBrandCommand, } from "./commands/DeleteBrandCommand";
|
|
@@ -40,6 +45,7 @@ import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
|
|
|
40
45
|
import { DeleteDataSetRefreshPropertiesCommand, } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
41
46
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
42
47
|
import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
48
|
+
import { DeleteFlowCommand, } from "./commands/DeleteFlowCommand";
|
|
43
49
|
import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
|
|
44
50
|
import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
|
|
45
51
|
import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
|
|
@@ -47,9 +53,11 @@ import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipC
|
|
|
47
53
|
import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
48
54
|
import { DeleteIdentityPropagationConfigCommand, } from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
49
55
|
import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
|
|
56
|
+
import { DeleteOAuthClientApplicationCommand, } from "./commands/DeleteOAuthClientApplicationCommand";
|
|
50
57
|
import { DeleteRefreshScheduleCommand, } from "./commands/DeleteRefreshScheduleCommand";
|
|
51
58
|
import { DeleteRoleCustomPermissionCommand, } from "./commands/DeleteRoleCustomPermissionCommand";
|
|
52
59
|
import { DeleteRoleMembershipCommand, } from "./commands/DeleteRoleMembershipCommand";
|
|
60
|
+
import { DeleteSpaceCommand, } from "./commands/DeleteSpaceCommand";
|
|
53
61
|
import { DeleteTemplateAliasCommand, } from "./commands/DeleteTemplateAliasCommand";
|
|
54
62
|
import { DeleteTemplateCommand, } from "./commands/DeleteTemplateCommand";
|
|
55
63
|
import { DeleteThemeAliasCommand, } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -66,6 +74,8 @@ import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSetti
|
|
|
66
74
|
import { DescribeAccountSubscriptionCommand, } from "./commands/DescribeAccountSubscriptionCommand";
|
|
67
75
|
import { DescribeActionConnectorCommand, } from "./commands/DescribeActionConnectorCommand";
|
|
68
76
|
import { DescribeActionConnectorPermissionsCommand, } from "./commands/DescribeActionConnectorPermissionsCommand";
|
|
77
|
+
import { DescribeAgentCommand, } from "./commands/DescribeAgentCommand";
|
|
78
|
+
import { DescribeAgentPermissionsCommand, } from "./commands/DescribeAgentPermissionsCommand";
|
|
69
79
|
import { DescribeAnalysisCommand, } from "./commands/DescribeAnalysisCommand";
|
|
70
80
|
import { DescribeAnalysisDefinitionCommand, } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
71
81
|
import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
@@ -88,6 +98,7 @@ import { DescribeDataSetRefreshPropertiesCommand, } from "./commands/DescribeDat
|
|
|
88
98
|
import { DescribeDataSourceCommand, } from "./commands/DescribeDataSourceCommand";
|
|
89
99
|
import { DescribeDataSourcePermissionsCommand, } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
90
100
|
import { DescribeDefaultQBusinessApplicationCommand, } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
101
|
+
import { DescribeFlowCommand, } from "./commands/DescribeFlowCommand";
|
|
91
102
|
import { DescribeFolderCommand, } from "./commands/DescribeFolderCommand";
|
|
92
103
|
import { DescribeFolderPermissionsCommand, } from "./commands/DescribeFolderPermissionsCommand";
|
|
93
104
|
import { DescribeFolderResolvedPermissionsCommand, } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -98,11 +109,14 @@ import { DescribeIngestionCommand, } from "./commands/DescribeIngestionCommand";
|
|
|
98
109
|
import { DescribeIpRestrictionCommand, } from "./commands/DescribeIpRestrictionCommand";
|
|
99
110
|
import { DescribeKeyRegistrationCommand, } from "./commands/DescribeKeyRegistrationCommand";
|
|
100
111
|
import { DescribeNamespaceCommand, } from "./commands/DescribeNamespaceCommand";
|
|
112
|
+
import { DescribeOAuthClientApplicationCommand, } from "./commands/DescribeOAuthClientApplicationCommand";
|
|
101
113
|
import { DescribeQPersonalizationConfigurationCommand, } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
102
114
|
import { DescribeQuickSightQSearchConfigurationCommand, } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
103
115
|
import { DescribeRefreshScheduleCommand, } from "./commands/DescribeRefreshScheduleCommand";
|
|
104
116
|
import { DescribeRoleCustomPermissionCommand, } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
105
117
|
import { DescribeSelfUpgradeConfigurationCommand, } from "./commands/DescribeSelfUpgradeConfigurationCommand";
|
|
118
|
+
import { DescribeSpaceCommand, } from "./commands/DescribeSpaceCommand";
|
|
119
|
+
import { DescribeSpacePermissionsCommand, } from "./commands/DescribeSpacePermissionsCommand";
|
|
106
120
|
import { DescribeTemplateAliasCommand, } from "./commands/DescribeTemplateAliasCommand";
|
|
107
121
|
import { DescribeTemplateCommand, } from "./commands/DescribeTemplateCommand";
|
|
108
122
|
import { DescribeTemplateDefinitionCommand, } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -125,6 +139,7 @@ import { GetFlowPermissionsCommand, } from "./commands/GetFlowPermissionsCommand
|
|
|
125
139
|
import { GetIdentityContextCommand, } from "./commands/GetIdentityContextCommand";
|
|
126
140
|
import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand";
|
|
127
141
|
import { ListActionConnectorsCommand, } from "./commands/ListActionConnectorsCommand";
|
|
142
|
+
import { ListAgentsCommand, } from "./commands/ListAgentsCommand";
|
|
128
143
|
import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
|
|
129
144
|
import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
|
|
130
145
|
import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
|
|
@@ -145,9 +160,12 @@ import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolic
|
|
|
145
160
|
import { ListIdentityPropagationConfigsCommand, } from "./commands/ListIdentityPropagationConfigsCommand";
|
|
146
161
|
import { ListIngestionsCommand, } from "./commands/ListIngestionsCommand";
|
|
147
162
|
import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
|
|
163
|
+
import { ListOAuthClientApplicationsCommand, } from "./commands/ListOAuthClientApplicationsCommand";
|
|
148
164
|
import { ListRefreshSchedulesCommand, } from "./commands/ListRefreshSchedulesCommand";
|
|
149
165
|
import { ListRoleMembershipsCommand, } from "./commands/ListRoleMembershipsCommand";
|
|
150
166
|
import { ListSelfUpgradesCommand, } from "./commands/ListSelfUpgradesCommand";
|
|
167
|
+
import { ListSpaceResourcesCommand, } from "./commands/ListSpaceResourcesCommand";
|
|
168
|
+
import { ListSpacesCommand, } from "./commands/ListSpacesCommand";
|
|
151
169
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
152
170
|
import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesCommand";
|
|
153
171
|
import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
|
|
@@ -166,6 +184,7 @@ import { PutDataSetRefreshPropertiesCommand, } from "./commands/PutDataSetRefres
|
|
|
166
184
|
import { RegisterUserCommand, } from "./commands/RegisterUserCommand";
|
|
167
185
|
import { RestoreAnalysisCommand, } from "./commands/RestoreAnalysisCommand";
|
|
168
186
|
import { SearchActionConnectorsCommand, } from "./commands/SearchActionConnectorsCommand";
|
|
187
|
+
import { SearchAgentsCommand, } from "./commands/SearchAgentsCommand";
|
|
169
188
|
import { SearchAnalysesCommand, } from "./commands/SearchAnalysesCommand";
|
|
170
189
|
import { SearchDashboardsCommand, } from "./commands/SearchDashboardsCommand";
|
|
171
190
|
import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
|
|
@@ -173,6 +192,7 @@ import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
|
|
|
173
192
|
import { SearchFlowsCommand, } from "./commands/SearchFlowsCommand";
|
|
174
193
|
import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
|
|
175
194
|
import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
195
|
+
import { SearchSpacesCommand, } from "./commands/SearchSpacesCommand";
|
|
176
196
|
import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
|
|
177
197
|
import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
|
|
178
198
|
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
@@ -186,6 +206,8 @@ import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountC
|
|
|
186
206
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
187
207
|
import { UpdateActionConnectorCommand, } from "./commands/UpdateActionConnectorCommand";
|
|
188
208
|
import { UpdateActionConnectorPermissionsCommand, } from "./commands/UpdateActionConnectorPermissionsCommand";
|
|
209
|
+
import { UpdateAgentCommand, } from "./commands/UpdateAgentCommand";
|
|
210
|
+
import { UpdateAgentPermissionsCommand, } from "./commands/UpdateAgentPermissionsCommand";
|
|
189
211
|
import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
|
|
190
212
|
import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
191
213
|
import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -203,6 +225,7 @@ import { UpdateDataSetPermissionsCommand, } from "./commands/UpdateDataSetPermis
|
|
|
203
225
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
204
226
|
import { UpdateDataSourcePermissionsCommand, } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
205
227
|
import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
228
|
+
import { UpdateFlowCommand, } from "./commands/UpdateFlowCommand";
|
|
206
229
|
import { UpdateFlowPermissionsCommand, } from "./commands/UpdateFlowPermissionsCommand";
|
|
207
230
|
import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
|
|
208
231
|
import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
|
|
@@ -211,6 +234,7 @@ import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAss
|
|
|
211
234
|
import { UpdateIdentityPropagationConfigCommand, } from "./commands/UpdateIdentityPropagationConfigCommand";
|
|
212
235
|
import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
|
|
213
236
|
import { UpdateKeyRegistrationCommand, } from "./commands/UpdateKeyRegistrationCommand";
|
|
237
|
+
import { UpdateOAuthClientApplicationCommand, } from "./commands/UpdateOAuthClientApplicationCommand";
|
|
214
238
|
import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
215
239
|
import { UpdateQPersonalizationConfigurationCommand, } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
216
240
|
import { UpdateQuickSightQSearchConfigurationCommand, } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
@@ -218,6 +242,9 @@ import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleC
|
|
|
218
242
|
import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
219
243
|
import { UpdateSelfUpgradeCommand, } from "./commands/UpdateSelfUpgradeCommand";
|
|
220
244
|
import { UpdateSelfUpgradeConfigurationCommand, } from "./commands/UpdateSelfUpgradeConfigurationCommand";
|
|
245
|
+
import { UpdateSpaceCommand, } from "./commands/UpdateSpaceCommand";
|
|
246
|
+
import { UpdateSpacePermissionsCommand, } from "./commands/UpdateSpacePermissionsCommand";
|
|
247
|
+
import { UpdateSpaceResourcesCommand, } from "./commands/UpdateSpaceResourcesCommand";
|
|
221
248
|
import { UpdateSPICECapacityConfigurationCommand, } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
222
249
|
import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasCommand";
|
|
223
250
|
import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
|
|
@@ -253,6 +280,7 @@ import { paginateListIAMPolicyAssignmentsForUser } from "./pagination/ListIAMPol
|
|
|
253
280
|
import { paginateListIAMPolicyAssignments } from "./pagination/ListIAMPolicyAssignmentsPaginator";
|
|
254
281
|
import { paginateListIngestions } from "./pagination/ListIngestionsPaginator";
|
|
255
282
|
import { paginateListNamespaces } from "./pagination/ListNamespacesPaginator";
|
|
283
|
+
import { paginateListOAuthClientApplications } from "./pagination/ListOAuthClientApplicationsPaginator";
|
|
256
284
|
import { paginateListRoleMemberships } from "./pagination/ListRoleMembershipsPaginator";
|
|
257
285
|
import { paginateListTemplateAliases } from "./pagination/ListTemplateAliasesPaginator";
|
|
258
286
|
import { paginateListTemplates } from "./pagination/ListTemplatesPaginator";
|
|
@@ -280,12 +308,14 @@ const commands = {
|
|
|
280
308
|
CreateAccountCustomizationCommand,
|
|
281
309
|
CreateAccountSubscriptionCommand,
|
|
282
310
|
CreateActionConnectorCommand,
|
|
311
|
+
CreateAgentCommand,
|
|
283
312
|
CreateAnalysisCommand,
|
|
284
313
|
CreateBrandCommand,
|
|
285
314
|
CreateCustomPermissionsCommand,
|
|
286
315
|
CreateDashboardCommand,
|
|
287
316
|
CreateDataSetCommand,
|
|
288
317
|
CreateDataSourceCommand,
|
|
318
|
+
CreateFlowCommand,
|
|
289
319
|
CreateFolderCommand,
|
|
290
320
|
CreateFolderMembershipCommand,
|
|
291
321
|
CreateGroupCommand,
|
|
@@ -293,8 +323,10 @@ const commands = {
|
|
|
293
323
|
CreateIAMPolicyAssignmentCommand,
|
|
294
324
|
CreateIngestionCommand,
|
|
295
325
|
CreateNamespaceCommand,
|
|
326
|
+
CreateOAuthClientApplicationCommand,
|
|
296
327
|
CreateRefreshScheduleCommand,
|
|
297
328
|
CreateRoleMembershipCommand,
|
|
329
|
+
CreateSpaceCommand,
|
|
298
330
|
CreateTemplateCommand,
|
|
299
331
|
CreateTemplateAliasCommand,
|
|
300
332
|
CreateThemeCommand,
|
|
@@ -306,6 +338,7 @@ const commands = {
|
|
|
306
338
|
DeleteAccountCustomPermissionCommand,
|
|
307
339
|
DeleteAccountSubscriptionCommand,
|
|
308
340
|
DeleteActionConnectorCommand,
|
|
341
|
+
DeleteAgentCommand,
|
|
309
342
|
DeleteAnalysisCommand,
|
|
310
343
|
DeleteBrandCommand,
|
|
311
344
|
DeleteBrandAssignmentCommand,
|
|
@@ -315,6 +348,7 @@ const commands = {
|
|
|
315
348
|
DeleteDataSetRefreshPropertiesCommand,
|
|
316
349
|
DeleteDataSourceCommand,
|
|
317
350
|
DeleteDefaultQBusinessApplicationCommand,
|
|
351
|
+
DeleteFlowCommand,
|
|
318
352
|
DeleteFolderCommand,
|
|
319
353
|
DeleteFolderMembershipCommand,
|
|
320
354
|
DeleteGroupCommand,
|
|
@@ -322,9 +356,11 @@ const commands = {
|
|
|
322
356
|
DeleteIAMPolicyAssignmentCommand,
|
|
323
357
|
DeleteIdentityPropagationConfigCommand,
|
|
324
358
|
DeleteNamespaceCommand,
|
|
359
|
+
DeleteOAuthClientApplicationCommand,
|
|
325
360
|
DeleteRefreshScheduleCommand,
|
|
326
361
|
DeleteRoleCustomPermissionCommand,
|
|
327
362
|
DeleteRoleMembershipCommand,
|
|
363
|
+
DeleteSpaceCommand,
|
|
328
364
|
DeleteTemplateCommand,
|
|
329
365
|
DeleteTemplateAliasCommand,
|
|
330
366
|
DeleteThemeCommand,
|
|
@@ -341,6 +377,8 @@ const commands = {
|
|
|
341
377
|
DescribeAccountSubscriptionCommand,
|
|
342
378
|
DescribeActionConnectorCommand,
|
|
343
379
|
DescribeActionConnectorPermissionsCommand,
|
|
380
|
+
DescribeAgentCommand,
|
|
381
|
+
DescribeAgentPermissionsCommand,
|
|
344
382
|
DescribeAnalysisCommand,
|
|
345
383
|
DescribeAnalysisDefinitionCommand,
|
|
346
384
|
DescribeAnalysisPermissionsCommand,
|
|
@@ -363,6 +401,7 @@ const commands = {
|
|
|
363
401
|
DescribeDataSourceCommand,
|
|
364
402
|
DescribeDataSourcePermissionsCommand,
|
|
365
403
|
DescribeDefaultQBusinessApplicationCommand,
|
|
404
|
+
DescribeFlowCommand,
|
|
366
405
|
DescribeFolderCommand,
|
|
367
406
|
DescribeFolderPermissionsCommand,
|
|
368
407
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -373,11 +412,14 @@ const commands = {
|
|
|
373
412
|
DescribeIpRestrictionCommand,
|
|
374
413
|
DescribeKeyRegistrationCommand,
|
|
375
414
|
DescribeNamespaceCommand,
|
|
415
|
+
DescribeOAuthClientApplicationCommand,
|
|
376
416
|
DescribeQPersonalizationConfigurationCommand,
|
|
377
417
|
DescribeQuickSightQSearchConfigurationCommand,
|
|
378
418
|
DescribeRefreshScheduleCommand,
|
|
379
419
|
DescribeRoleCustomPermissionCommand,
|
|
380
420
|
DescribeSelfUpgradeConfigurationCommand,
|
|
421
|
+
DescribeSpaceCommand,
|
|
422
|
+
DescribeSpacePermissionsCommand,
|
|
381
423
|
DescribeTemplateCommand,
|
|
382
424
|
DescribeTemplateAliasCommand,
|
|
383
425
|
DescribeTemplateDefinitionCommand,
|
|
@@ -400,6 +442,7 @@ const commands = {
|
|
|
400
442
|
GetIdentityContextCommand,
|
|
401
443
|
GetSessionEmbedUrlCommand,
|
|
402
444
|
ListActionConnectorsCommand,
|
|
445
|
+
ListAgentsCommand,
|
|
403
446
|
ListAnalysesCommand,
|
|
404
447
|
ListAssetBundleExportJobsCommand,
|
|
405
448
|
ListAssetBundleImportJobsCommand,
|
|
@@ -420,9 +463,12 @@ const commands = {
|
|
|
420
463
|
ListIdentityPropagationConfigsCommand,
|
|
421
464
|
ListIngestionsCommand,
|
|
422
465
|
ListNamespacesCommand,
|
|
466
|
+
ListOAuthClientApplicationsCommand,
|
|
423
467
|
ListRefreshSchedulesCommand,
|
|
424
468
|
ListRoleMembershipsCommand,
|
|
425
469
|
ListSelfUpgradesCommand,
|
|
470
|
+
ListSpaceResourcesCommand,
|
|
471
|
+
ListSpacesCommand,
|
|
426
472
|
ListTagsForResourceCommand,
|
|
427
473
|
ListTemplateAliasesCommand,
|
|
428
474
|
ListTemplatesCommand,
|
|
@@ -441,6 +487,7 @@ const commands = {
|
|
|
441
487
|
RegisterUserCommand,
|
|
442
488
|
RestoreAnalysisCommand,
|
|
443
489
|
SearchActionConnectorsCommand,
|
|
490
|
+
SearchAgentsCommand,
|
|
444
491
|
SearchAnalysesCommand,
|
|
445
492
|
SearchDashboardsCommand,
|
|
446
493
|
SearchDataSetsCommand,
|
|
@@ -448,6 +495,7 @@ const commands = {
|
|
|
448
495
|
SearchFlowsCommand,
|
|
449
496
|
SearchFoldersCommand,
|
|
450
497
|
SearchGroupsCommand,
|
|
498
|
+
SearchSpacesCommand,
|
|
451
499
|
SearchTopicsCommand,
|
|
452
500
|
StartAssetBundleExportJobCommand,
|
|
453
501
|
StartAssetBundleImportJobCommand,
|
|
@@ -461,6 +509,8 @@ const commands = {
|
|
|
461
509
|
UpdateAccountSettingsCommand,
|
|
462
510
|
UpdateActionConnectorCommand,
|
|
463
511
|
UpdateActionConnectorPermissionsCommand,
|
|
512
|
+
UpdateAgentCommand,
|
|
513
|
+
UpdateAgentPermissionsCommand,
|
|
464
514
|
UpdateAnalysisCommand,
|
|
465
515
|
UpdateAnalysisPermissionsCommand,
|
|
466
516
|
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
@@ -478,6 +528,7 @@ const commands = {
|
|
|
478
528
|
UpdateDataSourceCommand,
|
|
479
529
|
UpdateDataSourcePermissionsCommand,
|
|
480
530
|
UpdateDefaultQBusinessApplicationCommand,
|
|
531
|
+
UpdateFlowCommand,
|
|
481
532
|
UpdateFlowPermissionsCommand,
|
|
482
533
|
UpdateFolderCommand,
|
|
483
534
|
UpdateFolderPermissionsCommand,
|
|
@@ -486,6 +537,7 @@ const commands = {
|
|
|
486
537
|
UpdateIdentityPropagationConfigCommand,
|
|
487
538
|
UpdateIpRestrictionCommand,
|
|
488
539
|
UpdateKeyRegistrationCommand,
|
|
540
|
+
UpdateOAuthClientApplicationCommand,
|
|
489
541
|
UpdatePublicSharingSettingsCommand,
|
|
490
542
|
UpdateQPersonalizationConfigurationCommand,
|
|
491
543
|
UpdateQuickSightQSearchConfigurationCommand,
|
|
@@ -493,6 +545,9 @@ const commands = {
|
|
|
493
545
|
UpdateRoleCustomPermissionCommand,
|
|
494
546
|
UpdateSelfUpgradeCommand,
|
|
495
547
|
UpdateSelfUpgradeConfigurationCommand,
|
|
548
|
+
UpdateSpaceCommand,
|
|
549
|
+
UpdateSpacePermissionsCommand,
|
|
550
|
+
UpdateSpaceResourcesCommand,
|
|
496
551
|
UpdateSPICECapacityConfigurationCommand,
|
|
497
552
|
UpdateTemplateCommand,
|
|
498
553
|
UpdateTemplateAliasCommand,
|
|
@@ -530,6 +585,7 @@ const paginators = {
|
|
|
530
585
|
paginateListIAMPolicyAssignmentsForUser,
|
|
531
586
|
paginateListIngestions,
|
|
532
587
|
paginateListNamespaces,
|
|
588
|
+
paginateListOAuthClientApplications,
|
|
533
589
|
paginateListRoleMemberships,
|
|
534
590
|
paginateListTemplateAliases,
|
|
535
591
|
paginateListTemplates,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateAgent", {})
|
|
13
|
+
.n("QuickSightClient", "CreateAgentCommand")
|
|
14
|
+
.sc(CreateAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateFlow", {})
|
|
13
|
+
.n("QuickSightClient", "CreateFlowCommand")
|
|
14
|
+
.sc(CreateFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateOAuthClientApplication$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateOAuthClientApplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateOAuthClientApplication", {})
|
|
13
|
+
.n("QuickSightClient", "CreateOAuthClientApplicationCommand")
|
|
14
|
+
.sc(CreateOAuthClientApplication$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "CreateSpace", {})
|
|
13
|
+
.n("QuickSightClient", "CreateSpaceCommand")
|
|
14
|
+
.sc(CreateSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteAgent", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteAgentCommand")
|
|
14
|
+
.sc(DeleteAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteFlow", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteFlowCommand")
|
|
14
|
+
.sc(DeleteFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteOAuthClientApplication$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteOAuthClientApplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteOAuthClientApplication", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteOAuthClientApplicationCommand")
|
|
14
|
+
.sc(DeleteOAuthClientApplication$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DeleteSpace", {})
|
|
13
|
+
.n("QuickSightClient", "DeleteSpaceCommand")
|
|
14
|
+
.sc(DeleteSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAgentCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeAgent", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeAgentCommand")
|
|
14
|
+
.sc(DescribeAgent$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAgentPermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAgentPermissionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeAgentPermissions", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeAgentPermissionsCommand")
|
|
14
|
+
.sc(DescribeAgentPermissions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeFlowCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeFlow", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeFlowCommand")
|
|
14
|
+
.sc(DescribeFlow$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeOAuthClientApplication$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeOAuthClientApplicationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeOAuthClientApplication", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeOAuthClientApplicationCommand")
|
|
14
|
+
.sc(DescribeOAuthClientApplication$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSpaceCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeSpace", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeSpaceCommand")
|
|
14
|
+
.sc(DescribeSpace$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeSpacePermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeSpacePermissionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "DescribeSpacePermissions", {})
|
|
13
|
+
.n("QuickSightClient", "DescribeSpacePermissionsCommand")
|
|
14
|
+
.sc(DescribeSpacePermissions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAgents$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAgentsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListAgents", {})
|
|
13
|
+
.n("QuickSightClient", "ListAgentsCommand")
|
|
14
|
+
.sc(ListAgents$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListOAuthClientApplications$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListOAuthClientApplicationsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListOAuthClientApplications", {})
|
|
13
|
+
.n("QuickSightClient", "ListOAuthClientApplicationsCommand")
|
|
14
|
+
.sc(ListOAuthClientApplications$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListSpaceResources$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListSpaceResourcesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListSpaceResources", {})
|
|
13
|
+
.n("QuickSightClient", "ListSpaceResourcesCommand")
|
|
14
|
+
.sc(ListSpaceResources$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListSpaces$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListSpacesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("QuickSight_20180401", "ListSpaces", {})
|
|
13
|
+
.n("QuickSightClient", "ListSpacesCommand")
|
|
14
|
+
.sc(ListSpaces$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|