@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
|
@@ -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 { SearchAgents$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class SearchAgentsCommand 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", "SearchAgents", {})
|
|
13
|
+
.n("QuickSightClient", "SearchAgentsCommand")
|
|
14
|
+
.sc(SearchAgents$)
|
|
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 { SearchSpaces$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class SearchSpacesCommand 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", "SearchSpaces", {})
|
|
13
|
+
.n("QuickSightClient", "SearchSpacesCommand")
|
|
14
|
+
.sc(SearchSpaces$)
|
|
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 { UpdateAgent$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateAgentCommand 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", "UpdateAgent", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateAgentCommand")
|
|
14
|
+
.sc(UpdateAgent$)
|
|
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 { UpdateAgentPermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateAgentPermissionsCommand 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", "UpdateAgentPermissions", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateAgentPermissionsCommand")
|
|
14
|
+
.sc(UpdateAgentPermissions$)
|
|
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 { UpdateFlow$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateFlowCommand 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", "UpdateFlow", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateFlowCommand")
|
|
14
|
+
.sc(UpdateFlow$)
|
|
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 { UpdateOAuthClientApplication$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateOAuthClientApplicationCommand 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", "UpdateOAuthClientApplication", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateOAuthClientApplicationCommand")
|
|
14
|
+
.sc(UpdateOAuthClientApplication$)
|
|
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 { UpdateSpace$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateSpaceCommand 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", "UpdateSpace", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateSpaceCommand")
|
|
14
|
+
.sc(UpdateSpace$)
|
|
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 { UpdateSpacePermissions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateSpacePermissionsCommand 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", "UpdateSpacePermissions", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateSpacePermissionsCommand")
|
|
14
|
+
.sc(UpdateSpacePermissions$)
|
|
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 { UpdateSpaceResources$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateSpaceResourcesCommand 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", "UpdateSpaceResources", {})
|
|
13
|
+
.n("QuickSightClient", "UpdateSpaceResourcesCommand")
|
|
14
|
+
.sc(UpdateSpaceResources$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -4,12 +4,14 @@ export * from "./CancelIngestionCommand";
|
|
|
4
4
|
export * from "./CreateAccountCustomizationCommand";
|
|
5
5
|
export * from "./CreateAccountSubscriptionCommand";
|
|
6
6
|
export * from "./CreateActionConnectorCommand";
|
|
7
|
+
export * from "./CreateAgentCommand";
|
|
7
8
|
export * from "./CreateAnalysisCommand";
|
|
8
9
|
export * from "./CreateBrandCommand";
|
|
9
10
|
export * from "./CreateCustomPermissionsCommand";
|
|
10
11
|
export * from "./CreateDashboardCommand";
|
|
11
12
|
export * from "./CreateDataSetCommand";
|
|
12
13
|
export * from "./CreateDataSourceCommand";
|
|
14
|
+
export * from "./CreateFlowCommand";
|
|
13
15
|
export * from "./CreateFolderCommand";
|
|
14
16
|
export * from "./CreateFolderMembershipCommand";
|
|
15
17
|
export * from "./CreateGroupCommand";
|
|
@@ -17,8 +19,10 @@ export * from "./CreateGroupMembershipCommand";
|
|
|
17
19
|
export * from "./CreateIAMPolicyAssignmentCommand";
|
|
18
20
|
export * from "./CreateIngestionCommand";
|
|
19
21
|
export * from "./CreateNamespaceCommand";
|
|
22
|
+
export * from "./CreateOAuthClientApplicationCommand";
|
|
20
23
|
export * from "./CreateRefreshScheduleCommand";
|
|
21
24
|
export * from "./CreateRoleMembershipCommand";
|
|
25
|
+
export * from "./CreateSpaceCommand";
|
|
22
26
|
export * from "./CreateTemplateAliasCommand";
|
|
23
27
|
export * from "./CreateTemplateCommand";
|
|
24
28
|
export * from "./CreateThemeAliasCommand";
|
|
@@ -30,6 +34,7 @@ export * from "./DeleteAccountCustomPermissionCommand";
|
|
|
30
34
|
export * from "./DeleteAccountCustomizationCommand";
|
|
31
35
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
32
36
|
export * from "./DeleteActionConnectorCommand";
|
|
37
|
+
export * from "./DeleteAgentCommand";
|
|
33
38
|
export * from "./DeleteAnalysisCommand";
|
|
34
39
|
export * from "./DeleteBrandAssignmentCommand";
|
|
35
40
|
export * from "./DeleteBrandCommand";
|
|
@@ -39,6 +44,7 @@ export * from "./DeleteDataSetCommand";
|
|
|
39
44
|
export * from "./DeleteDataSetRefreshPropertiesCommand";
|
|
40
45
|
export * from "./DeleteDataSourceCommand";
|
|
41
46
|
export * from "./DeleteDefaultQBusinessApplicationCommand";
|
|
47
|
+
export * from "./DeleteFlowCommand";
|
|
42
48
|
export * from "./DeleteFolderCommand";
|
|
43
49
|
export * from "./DeleteFolderMembershipCommand";
|
|
44
50
|
export * from "./DeleteGroupCommand";
|
|
@@ -46,9 +52,11 @@ export * from "./DeleteGroupMembershipCommand";
|
|
|
46
52
|
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
47
53
|
export * from "./DeleteIdentityPropagationConfigCommand";
|
|
48
54
|
export * from "./DeleteNamespaceCommand";
|
|
55
|
+
export * from "./DeleteOAuthClientApplicationCommand";
|
|
49
56
|
export * from "./DeleteRefreshScheduleCommand";
|
|
50
57
|
export * from "./DeleteRoleCustomPermissionCommand";
|
|
51
58
|
export * from "./DeleteRoleMembershipCommand";
|
|
59
|
+
export * from "./DeleteSpaceCommand";
|
|
52
60
|
export * from "./DeleteTemplateAliasCommand";
|
|
53
61
|
export * from "./DeleteTemplateCommand";
|
|
54
62
|
export * from "./DeleteThemeAliasCommand";
|
|
@@ -65,6 +73,8 @@ export * from "./DescribeAccountSettingsCommand";
|
|
|
65
73
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
66
74
|
export * from "./DescribeActionConnectorCommand";
|
|
67
75
|
export * from "./DescribeActionConnectorPermissionsCommand";
|
|
76
|
+
export * from "./DescribeAgentCommand";
|
|
77
|
+
export * from "./DescribeAgentPermissionsCommand";
|
|
68
78
|
export * from "./DescribeAnalysisCommand";
|
|
69
79
|
export * from "./DescribeAnalysisDefinitionCommand";
|
|
70
80
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
@@ -87,6 +97,7 @@ export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
|
87
97
|
export * from "./DescribeDataSourceCommand";
|
|
88
98
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
89
99
|
export * from "./DescribeDefaultQBusinessApplicationCommand";
|
|
100
|
+
export * from "./DescribeFlowCommand";
|
|
90
101
|
export * from "./DescribeFolderCommand";
|
|
91
102
|
export * from "./DescribeFolderPermissionsCommand";
|
|
92
103
|
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
@@ -97,11 +108,14 @@ export * from "./DescribeIngestionCommand";
|
|
|
97
108
|
export * from "./DescribeIpRestrictionCommand";
|
|
98
109
|
export * from "./DescribeKeyRegistrationCommand";
|
|
99
110
|
export * from "./DescribeNamespaceCommand";
|
|
111
|
+
export * from "./DescribeOAuthClientApplicationCommand";
|
|
100
112
|
export * from "./DescribeQPersonalizationConfigurationCommand";
|
|
101
113
|
export * from "./DescribeQuickSightQSearchConfigurationCommand";
|
|
102
114
|
export * from "./DescribeRefreshScheduleCommand";
|
|
103
115
|
export * from "./DescribeRoleCustomPermissionCommand";
|
|
104
116
|
export * from "./DescribeSelfUpgradeConfigurationCommand";
|
|
117
|
+
export * from "./DescribeSpaceCommand";
|
|
118
|
+
export * from "./DescribeSpacePermissionsCommand";
|
|
105
119
|
export * from "./DescribeTemplateAliasCommand";
|
|
106
120
|
export * from "./DescribeTemplateCommand";
|
|
107
121
|
export * from "./DescribeTemplateDefinitionCommand";
|
|
@@ -124,6 +138,7 @@ export * from "./GetFlowPermissionsCommand";
|
|
|
124
138
|
export * from "./GetIdentityContextCommand";
|
|
125
139
|
export * from "./GetSessionEmbedUrlCommand";
|
|
126
140
|
export * from "./ListActionConnectorsCommand";
|
|
141
|
+
export * from "./ListAgentsCommand";
|
|
127
142
|
export * from "./ListAnalysesCommand";
|
|
128
143
|
export * from "./ListAssetBundleExportJobsCommand";
|
|
129
144
|
export * from "./ListAssetBundleImportJobsCommand";
|
|
@@ -144,9 +159,12 @@ export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
|
144
159
|
export * from "./ListIdentityPropagationConfigsCommand";
|
|
145
160
|
export * from "./ListIngestionsCommand";
|
|
146
161
|
export * from "./ListNamespacesCommand";
|
|
162
|
+
export * from "./ListOAuthClientApplicationsCommand";
|
|
147
163
|
export * from "./ListRefreshSchedulesCommand";
|
|
148
164
|
export * from "./ListRoleMembershipsCommand";
|
|
149
165
|
export * from "./ListSelfUpgradesCommand";
|
|
166
|
+
export * from "./ListSpaceResourcesCommand";
|
|
167
|
+
export * from "./ListSpacesCommand";
|
|
150
168
|
export * from "./ListTagsForResourceCommand";
|
|
151
169
|
export * from "./ListTemplateAliasesCommand";
|
|
152
170
|
export * from "./ListTemplateVersionsCommand";
|
|
@@ -165,6 +183,7 @@ export * from "./PutDataSetRefreshPropertiesCommand";
|
|
|
165
183
|
export * from "./RegisterUserCommand";
|
|
166
184
|
export * from "./RestoreAnalysisCommand";
|
|
167
185
|
export * from "./SearchActionConnectorsCommand";
|
|
186
|
+
export * from "./SearchAgentsCommand";
|
|
168
187
|
export * from "./SearchAnalysesCommand";
|
|
169
188
|
export * from "./SearchDashboardsCommand";
|
|
170
189
|
export * from "./SearchDataSetsCommand";
|
|
@@ -172,6 +191,7 @@ export * from "./SearchDataSourcesCommand";
|
|
|
172
191
|
export * from "./SearchFlowsCommand";
|
|
173
192
|
export * from "./SearchFoldersCommand";
|
|
174
193
|
export * from "./SearchGroupsCommand";
|
|
194
|
+
export * from "./SearchSpacesCommand";
|
|
175
195
|
export * from "./SearchTopicsCommand";
|
|
176
196
|
export * from "./StartAssetBundleExportJobCommand";
|
|
177
197
|
export * from "./StartAssetBundleImportJobCommand";
|
|
@@ -185,6 +205,8 @@ export * from "./UpdateAccountCustomizationCommand";
|
|
|
185
205
|
export * from "./UpdateAccountSettingsCommand";
|
|
186
206
|
export * from "./UpdateActionConnectorCommand";
|
|
187
207
|
export * from "./UpdateActionConnectorPermissionsCommand";
|
|
208
|
+
export * from "./UpdateAgentCommand";
|
|
209
|
+
export * from "./UpdateAgentPermissionsCommand";
|
|
188
210
|
export * from "./UpdateAnalysisCommand";
|
|
189
211
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
190
212
|
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -202,6 +224,7 @@ export * from "./UpdateDataSetPermissionsCommand";
|
|
|
202
224
|
export * from "./UpdateDataSourceCommand";
|
|
203
225
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
204
226
|
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
227
|
+
export * from "./UpdateFlowCommand";
|
|
205
228
|
export * from "./UpdateFlowPermissionsCommand";
|
|
206
229
|
export * from "./UpdateFolderCommand";
|
|
207
230
|
export * from "./UpdateFolderPermissionsCommand";
|
|
@@ -210,6 +233,7 @@ export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
|
210
233
|
export * from "./UpdateIdentityPropagationConfigCommand";
|
|
211
234
|
export * from "./UpdateIpRestrictionCommand";
|
|
212
235
|
export * from "./UpdateKeyRegistrationCommand";
|
|
236
|
+
export * from "./UpdateOAuthClientApplicationCommand";
|
|
213
237
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
214
238
|
export * from "./UpdateQPersonalizationConfigurationCommand";
|
|
215
239
|
export * from "./UpdateQuickSightQSearchConfigurationCommand";
|
|
@@ -218,6 +242,9 @@ export * from "./UpdateRoleCustomPermissionCommand";
|
|
|
218
242
|
export * from "./UpdateSPICECapacityConfigurationCommand";
|
|
219
243
|
export * from "./UpdateSelfUpgradeCommand";
|
|
220
244
|
export * from "./UpdateSelfUpgradeConfigurationCommand";
|
|
245
|
+
export * from "./UpdateSpaceCommand";
|
|
246
|
+
export * from "./UpdateSpacePermissionsCommand";
|
|
247
|
+
export * from "./UpdateSpaceResourcesCommand";
|
|
221
248
|
export * from "./UpdateTemplateAliasCommand";
|
|
222
249
|
export * from "./UpdateTemplateCommand";
|
|
223
250
|
export * from "./UpdateTemplatePermissionsCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -75,6 +75,26 @@ export const DashboardBehavior = {
|
|
|
75
75
|
DISABLED: "DISABLED",
|
|
76
76
|
ENABLED: "ENABLED",
|
|
77
77
|
};
|
|
78
|
+
export const AgentLifecycle = {
|
|
79
|
+
PREVIEW: "PREVIEW",
|
|
80
|
+
PUBLISHED: "PUBLISHED",
|
|
81
|
+
};
|
|
82
|
+
export const AgentStatus = {
|
|
83
|
+
ACTIVE: "ACTIVE",
|
|
84
|
+
CREATING: "CREATING",
|
|
85
|
+
FAILED: "FAILED",
|
|
86
|
+
UPDATING: "UPDATING",
|
|
87
|
+
};
|
|
88
|
+
export const AgentOwnershipFilterAttribute = {
|
|
89
|
+
AGENT_NAME: "AGENT_NAME",
|
|
90
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
91
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
92
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
93
|
+
};
|
|
94
|
+
export const ComparisonOperator = {
|
|
95
|
+
StringEquals: "StringEquals",
|
|
96
|
+
StringLike: "StringLike",
|
|
97
|
+
};
|
|
78
98
|
export const AggType = {
|
|
79
99
|
AVERAGE: "AVERAGE",
|
|
80
100
|
COLUMN: "COLUMN",
|
|
@@ -1309,6 +1329,9 @@ export const NamespaceStatus = {
|
|
|
1309
1329
|
NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE",
|
|
1310
1330
|
RETRYABLE_FAILURE: "RETRYABLE_FAILURE",
|
|
1311
1331
|
};
|
|
1332
|
+
export const OAuthClientAuthenticationType = {
|
|
1333
|
+
TOKEN: "TOKEN",
|
|
1334
|
+
};
|
|
1312
1335
|
export const RefreshInterval = {
|
|
1313
1336
|
DAILY: "DAILY",
|
|
1314
1337
|
HOURLY: "HOURLY",
|
|
@@ -1494,6 +1517,11 @@ export const SnapshotJobStatus = {
|
|
|
1494
1517
|
QUEUED: "QUEUED",
|
|
1495
1518
|
RUNNING: "RUNNING",
|
|
1496
1519
|
};
|
|
1520
|
+
export const FlowPublishState = {
|
|
1521
|
+
DRAFT: "DRAFT",
|
|
1522
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
1523
|
+
PUBLISHED: "PUBLISHED",
|
|
1524
|
+
};
|
|
1497
1525
|
export const IngestionErrorType = {
|
|
1498
1526
|
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
1499
1527
|
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
@@ -1571,6 +1599,15 @@ export const SelfUpgradeStatus = {
|
|
|
1571
1599
|
ADMIN_APPROVAL: "ADMIN_APPROVAL",
|
|
1572
1600
|
AUTO_APPROVAL: "AUTO_APPROVAL",
|
|
1573
1601
|
};
|
|
1602
|
+
export const SpaceQuickSightResourceType = {
|
|
1603
|
+
ACTION_CONNECTOR: "ACTION_CONNECTOR",
|
|
1604
|
+
ARTIFACT: "ARTIFACT",
|
|
1605
|
+
DASHBOARD: "DASHBOARD",
|
|
1606
|
+
DATA_SET: "DATA_SET",
|
|
1607
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
1608
|
+
SPACE: "SPACE",
|
|
1609
|
+
TOPIC: "TOPIC",
|
|
1610
|
+
};
|
|
1574
1611
|
export const TemplateErrorType = {
|
|
1575
1612
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
1576
1613
|
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
@@ -1631,11 +1668,6 @@ export const FieldName = {
|
|
|
1631
1668
|
FLOW_DESCRIPTION: "assetDescription",
|
|
1632
1669
|
FLOW_NAME: "assetName",
|
|
1633
1670
|
};
|
|
1634
|
-
export const FlowPublishState = {
|
|
1635
|
-
DRAFT: "DRAFT",
|
|
1636
|
-
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
1637
|
-
PUBLISHED: "PUBLISHED",
|
|
1638
|
-
};
|
|
1639
1671
|
export const FolderFilterAttribute = {
|
|
1640
1672
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
1641
1673
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -1684,6 +1716,21 @@ export const SearchFilterOperator = {
|
|
|
1684
1716
|
STRING_EQUALS: "StringEquals",
|
|
1685
1717
|
STRING_LIKE: "StringLike",
|
|
1686
1718
|
};
|
|
1719
|
+
export const SpaceQuickSightSearchFilterName = {
|
|
1720
|
+
CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE",
|
|
1721
|
+
CONTRIBUTED_BY: "CONTRIBUTED_BY",
|
|
1722
|
+
CREATED_BY: "CREATED_BY",
|
|
1723
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
1724
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
1725
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
1726
|
+
SPACE_ID: "SPACE_ID",
|
|
1727
|
+
SPACE_NAME: "SPACE_NAME",
|
|
1728
|
+
};
|
|
1729
|
+
export const SpaceSearchOperator = {
|
|
1730
|
+
NUMBER_RANGE: "NUMBER_RANGE",
|
|
1731
|
+
STRING_EQUALS: "STRING_EQUALS",
|
|
1732
|
+
STRING_LIKE: "STRING_LIKE",
|
|
1733
|
+
};
|
|
1687
1734
|
export const TopicFilterAttribute = {
|
|
1688
1735
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
1689
1736
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListOAuthClientApplicationsCommand, } from "../commands/ListOAuthClientApplicationsCommand";
|
|
3
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
4
|
+
export const paginateListOAuthClientApplications = createPaginator(QuickSightClient, ListOAuthClientApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -21,6 +21,7 @@ export * from "./ListIAMPolicyAssignmentsPaginator";
|
|
|
21
21
|
export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
22
22
|
export * from "./ListIngestionsPaginator";
|
|
23
23
|
export * from "./ListNamespacesPaginator";
|
|
24
|
+
export * from "./ListOAuthClientApplicationsPaginator";
|
|
24
25
|
export * from "./ListRoleMembershipsPaginator";
|
|
25
26
|
export * from "./ListTemplateAliasesPaginator";
|
|
26
27
|
export * from "./ListTemplatesPaginator";
|