@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/
|
|
3
|
+
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateIAMPolicyAssignmentRequest,
|
|
5
5
|
UpdateIAMPolicyAssignmentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateIdentityPropagationConfigRequest,
|
|
5
5
|
UpdateIdentityPropagationConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateKeyRegistrationRequest,
|
|
5
5
|
UpdateKeyRegistrationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateOAuthClientApplicationRequest,
|
|
5
|
+
UpdateOAuthClientApplicationResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateOAuthClientApplicationCommandInput
|
|
15
|
+
extends UpdateOAuthClientApplicationRequest {}
|
|
16
|
+
export interface UpdateOAuthClientApplicationCommandOutput
|
|
17
|
+
extends UpdateOAuthClientApplicationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateOAuthClientApplicationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateOAuthClientApplicationCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateOAuthClientApplicationCommandInput,
|
|
24
|
+
UpdateOAuthClientApplicationCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateOAuthClientApplicationCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
UpdateOAuthClientApplicationCommandInput,
|
|
33
|
+
UpdateOAuthClientApplicationCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class UpdateOAuthClientApplicationCommand extends UpdateOAuthClientApplicationCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UpdateOAuthClientApplicationRequest;
|
|
46
|
+
output: UpdateOAuthClientApplicationResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UpdateOAuthClientApplicationCommandInput;
|
|
50
|
+
output: UpdateOAuthClientApplicationCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdatePublicSharingSettingsRequest,
|
|
5
5
|
UpdatePublicSharingSettingsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateQPersonalizationConfigurationRequest,
|
|
5
5
|
UpdateQPersonalizationConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateQuickSightQSearchConfigurationRequest,
|
|
5
5
|
UpdateQuickSightQSearchConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateRefreshScheduleRequest,
|
|
5
5
|
UpdateRefreshScheduleResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateRoleCustomPermissionRequest,
|
|
5
5
|
UpdateRoleCustomPermissionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateSPICECapacityConfigurationRequest,
|
|
5
5
|
UpdateSPICECapacityConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateSelfUpgradeConfigurationRequest,
|
|
5
5
|
UpdateSelfUpgradeConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_5";
|
|
4
|
+
import {
|
|
5
|
+
QuickSightClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QuickSightClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface UpdateSpaceCommandInput extends UpdateSpaceRequest {}
|
|
12
|
+
export interface UpdateSpaceCommandOutput
|
|
13
|
+
extends UpdateSpaceResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const UpdateSpaceCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: UpdateSpaceCommandInput
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
UpdateSpaceCommandInput,
|
|
20
|
+
UpdateSpaceCommandOutput,
|
|
21
|
+
QuickSightClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: UpdateSpaceCommandInput
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
|
+
UpdateSpaceCommandInput,
|
|
29
|
+
UpdateSpaceCommandOutput,
|
|
30
|
+
QuickSightClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: UpdateSpaceRequest;
|
|
42
|
+
output: UpdateSpaceResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: UpdateSpaceCommandInput;
|
|
46
|
+
output: UpdateSpaceCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateSpacePermissionsRequest,
|
|
5
|
+
UpdateSpacePermissionsResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateSpacePermissionsCommandInput
|
|
15
|
+
extends UpdateSpacePermissionsRequest {}
|
|
16
|
+
export interface UpdateSpacePermissionsCommandOutput
|
|
17
|
+
extends UpdateSpacePermissionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateSpacePermissionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateSpacePermissionsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateSpacePermissionsCommandInput,
|
|
24
|
+
UpdateSpacePermissionsCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateSpacePermissionsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
UpdateSpacePermissionsCommandInput,
|
|
33
|
+
UpdateSpacePermissionsCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class UpdateSpacePermissionsCommand extends UpdateSpacePermissionsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UpdateSpacePermissionsRequest;
|
|
46
|
+
output: UpdateSpacePermissionsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UpdateSpacePermissionsCommandInput;
|
|
50
|
+
output: UpdateSpacePermissionsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateSpaceResourcesRequest,
|
|
5
|
+
UpdateSpaceResourcesResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateSpaceResourcesCommandInput
|
|
15
|
+
extends UpdateSpaceResourcesRequest {}
|
|
16
|
+
export interface UpdateSpaceResourcesCommandOutput
|
|
17
|
+
extends UpdateSpaceResourcesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateSpaceResourcesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateSpaceResourcesCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateSpaceResourcesCommandInput,
|
|
24
|
+
UpdateSpaceResourcesCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateSpaceResourcesCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
UpdateSpaceResourcesCommandInput,
|
|
33
|
+
UpdateSpaceResourcesCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class UpdateSpaceResourcesCommand extends UpdateSpaceResourcesCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UpdateSpaceResourcesRequest;
|
|
46
|
+
output: UpdateSpaceResourcesResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UpdateSpaceResourcesCommandInput;
|
|
50
|
+
output: UpdateSpaceResourcesCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
UpdateTemplatePermissionsRequest,
|
|
5
|
+
UpdateTemplatePermissionsResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
QuickSightClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -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";
|
|
@@ -94,6 +94,33 @@ export declare const DashboardBehavior: {
|
|
|
94
94
|
};
|
|
95
95
|
export type DashboardBehavior =
|
|
96
96
|
(typeof DashboardBehavior)[keyof typeof DashboardBehavior];
|
|
97
|
+
export declare const AgentLifecycle: {
|
|
98
|
+
readonly PREVIEW: "PREVIEW";
|
|
99
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
100
|
+
};
|
|
101
|
+
export type AgentLifecycle =
|
|
102
|
+
(typeof AgentLifecycle)[keyof typeof AgentLifecycle];
|
|
103
|
+
export declare const AgentStatus: {
|
|
104
|
+
readonly ACTIVE: "ACTIVE";
|
|
105
|
+
readonly CREATING: "CREATING";
|
|
106
|
+
readonly FAILED: "FAILED";
|
|
107
|
+
readonly UPDATING: "UPDATING";
|
|
108
|
+
};
|
|
109
|
+
export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
|
|
110
|
+
export declare const AgentOwnershipFilterAttribute: {
|
|
111
|
+
readonly AGENT_NAME: "AGENT_NAME";
|
|
112
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
113
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
114
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
115
|
+
};
|
|
116
|
+
export type AgentOwnershipFilterAttribute =
|
|
117
|
+
(typeof AgentOwnershipFilterAttribute)[keyof typeof AgentOwnershipFilterAttribute];
|
|
118
|
+
export declare const ComparisonOperator: {
|
|
119
|
+
readonly StringEquals: "StringEquals";
|
|
120
|
+
readonly StringLike: "StringLike";
|
|
121
|
+
};
|
|
122
|
+
export type ComparisonOperator =
|
|
123
|
+
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
97
124
|
export declare const AggType: {
|
|
98
125
|
readonly AVERAGE: "AVERAGE";
|
|
99
126
|
readonly COLUMN: "COLUMN";
|
|
@@ -1725,6 +1752,11 @@ export declare const NamespaceStatus: {
|
|
|
1725
1752
|
};
|
|
1726
1753
|
export type NamespaceStatus =
|
|
1727
1754
|
(typeof NamespaceStatus)[keyof typeof NamespaceStatus];
|
|
1755
|
+
export declare const OAuthClientAuthenticationType: {
|
|
1756
|
+
readonly TOKEN: "TOKEN";
|
|
1757
|
+
};
|
|
1758
|
+
export type OAuthClientAuthenticationType =
|
|
1759
|
+
(typeof OAuthClientAuthenticationType)[keyof typeof OAuthClientAuthenticationType];
|
|
1728
1760
|
export declare const RefreshInterval: {
|
|
1729
1761
|
readonly DAILY: "DAILY";
|
|
1730
1762
|
readonly HOURLY: "HOURLY";
|
|
@@ -1953,6 +1985,13 @@ export declare const SnapshotJobStatus: {
|
|
|
1953
1985
|
};
|
|
1954
1986
|
export type SnapshotJobStatus =
|
|
1955
1987
|
(typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
1988
|
+
export declare const FlowPublishState: {
|
|
1989
|
+
readonly DRAFT: "DRAFT";
|
|
1990
|
+
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
1991
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
1992
|
+
};
|
|
1993
|
+
export type FlowPublishState =
|
|
1994
|
+
(typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
1956
1995
|
export declare const IngestionErrorType: {
|
|
1957
1996
|
readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
|
|
1958
1997
|
readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
|
|
@@ -2044,6 +2083,17 @@ export declare const SelfUpgradeStatus: {
|
|
|
2044
2083
|
};
|
|
2045
2084
|
export type SelfUpgradeStatus =
|
|
2046
2085
|
(typeof SelfUpgradeStatus)[keyof typeof SelfUpgradeStatus];
|
|
2086
|
+
export declare const SpaceQuickSightResourceType: {
|
|
2087
|
+
readonly ACTION_CONNECTOR: "ACTION_CONNECTOR";
|
|
2088
|
+
readonly ARTIFACT: "ARTIFACT";
|
|
2089
|
+
readonly DASHBOARD: "DASHBOARD";
|
|
2090
|
+
readonly DATA_SET: "DATA_SET";
|
|
2091
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
2092
|
+
readonly SPACE: "SPACE";
|
|
2093
|
+
readonly TOPIC: "TOPIC";
|
|
2094
|
+
};
|
|
2095
|
+
export type SpaceQuickSightResourceType =
|
|
2096
|
+
(typeof SpaceQuickSightResourceType)[keyof typeof SpaceQuickSightResourceType];
|
|
2047
2097
|
export declare const TemplateErrorType: {
|
|
2048
2098
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
2049
2099
|
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
@@ -2118,13 +2168,6 @@ export declare const FieldName: {
|
|
|
2118
2168
|
readonly FLOW_NAME: "assetName";
|
|
2119
2169
|
};
|
|
2120
2170
|
export type FieldName = (typeof FieldName)[keyof typeof FieldName];
|
|
2121
|
-
export declare const FlowPublishState: {
|
|
2122
|
-
readonly DRAFT: "DRAFT";
|
|
2123
|
-
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
2124
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
2125
|
-
};
|
|
2126
|
-
export type FlowPublishState =
|
|
2127
|
-
(typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
2128
2171
|
export declare const FolderFilterAttribute: {
|
|
2129
2172
|
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2130
2173
|
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
@@ -2191,6 +2234,25 @@ export declare const SearchFilterOperator: {
|
|
|
2191
2234
|
};
|
|
2192
2235
|
export type SearchFilterOperator =
|
|
2193
2236
|
(typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
|
|
2237
|
+
export declare const SpaceQuickSightSearchFilterName: {
|
|
2238
|
+
readonly CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE";
|
|
2239
|
+
readonly CONTRIBUTED_BY: "CONTRIBUTED_BY";
|
|
2240
|
+
readonly CREATED_BY: "CREATED_BY";
|
|
2241
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2242
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
2243
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2244
|
+
readonly SPACE_ID: "SPACE_ID";
|
|
2245
|
+
readonly SPACE_NAME: "SPACE_NAME";
|
|
2246
|
+
};
|
|
2247
|
+
export type SpaceQuickSightSearchFilterName =
|
|
2248
|
+
(typeof SpaceQuickSightSearchFilterName)[keyof typeof SpaceQuickSightSearchFilterName];
|
|
2249
|
+
export declare const SpaceSearchOperator: {
|
|
2250
|
+
readonly NUMBER_RANGE: "NUMBER_RANGE";
|
|
2251
|
+
readonly STRING_EQUALS: "STRING_EQUALS";
|
|
2252
|
+
readonly STRING_LIKE: "STRING_LIKE";
|
|
2253
|
+
};
|
|
2254
|
+
export type SpaceSearchOperator =
|
|
2255
|
+
(typeof SpaceSearchOperator)[keyof typeof SpaceSearchOperator];
|
|
2194
2256
|
export declare const TopicFilterAttribute: {
|
|
2195
2257
|
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2196
2258
|
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|