@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,131 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateSpaceResourcesRequest, UpdateSpaceResourcesResponse } from "../models/models_5";
|
|
4
|
+
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateSpaceResourcesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateSpaceResourcesCommandInput extends UpdateSpaceResourcesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateSpaceResourcesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateSpaceResourcesCommandOutput extends UpdateSpaceResourcesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateSpaceResourcesCommand_base: {
|
|
25
|
+
new (input: UpdateSpaceResourcesCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpaceResourcesCommandInput, UpdateSpaceResourcesCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSpaceResourcesCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpaceResourcesCommandInput, UpdateSpaceResourcesCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Adds or removes resources from an Amazon QuickSight space.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, UpdateSpaceResourcesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateSpaceResourcesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
38
|
+
* // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
|
|
39
|
+
* const config = {}; // type is QuickSightClientConfig
|
|
40
|
+
* const client = new QuickSightClient(config);
|
|
41
|
+
* const input = { // UpdateSpaceResourcesRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* SpaceId: "STRING_VALUE", // required
|
|
44
|
+
* AddResources: [ // SpaceResourceOperations
|
|
45
|
+
* { // SpaceResourceOperation
|
|
46
|
+
* ResourceType: "TOPIC" || "DASHBOARD" || "KNOWLEDGE_BASE" || "SPACE" || "ACTION_CONNECTOR" || "DATA_SET" || "ARTIFACT", // required
|
|
47
|
+
* ResourceDetails: { // SpaceQuickSightResourceDetails Union: only one key present
|
|
48
|
+
* resourceArn: "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* RemoveResources: [
|
|
53
|
+
* {
|
|
54
|
+
* ResourceType: "TOPIC" || "DASHBOARD" || "KNOWLEDGE_BASE" || "SPACE" || "ACTION_CONNECTOR" || "DATA_SET" || "ARTIFACT", // required
|
|
55
|
+
* ResourceDetails: {// Union: only one key present
|
|
56
|
+
* resourceArn: "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* };
|
|
61
|
+
* const command = new UpdateSpaceResourcesCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateSpaceResourcesResponse
|
|
64
|
+
* // spaceId: "STRING_VALUE", // required
|
|
65
|
+
* // spaceArn: "STRING_VALUE",
|
|
66
|
+
* // FailedResourceOperations: [ // FailedSpaceResourceOperations
|
|
67
|
+
* // { // FailedSpaceResourceOperation
|
|
68
|
+
* // ResourceType: "TOPIC" || "DASHBOARD" || "KNOWLEDGE_BASE" || "SPACE" || "ACTION_CONNECTOR" || "DATA_SET" || "ARTIFACT", // required
|
|
69
|
+
* // ResourceDetails: { // SpaceQuickSightResourceDetails Union: only one key present
|
|
70
|
+
* // resourceArn: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ErrorMessage: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // RequestId: "STRING_VALUE",
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @param UpdateSpaceResourcesCommandInput - {@link UpdateSpaceResourcesCommandInput}
|
|
81
|
+
* @returns {@link UpdateSpaceResourcesCommandOutput}
|
|
82
|
+
* @see {@link UpdateSpaceResourcesCommandInput} for command's `input` shape.
|
|
83
|
+
* @see {@link UpdateSpaceResourcesCommandOutput} for command's `response` shape.
|
|
84
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
87
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
88
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
89
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
90
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ConflictException} (client fault)
|
|
93
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
96
|
+
* <p>An internal failure occurred.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
99
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
102
|
+
* <p>A limit is exceeded.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
105
|
+
* <p>The resource specified already exists. </p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
108
|
+
* <p>One or more resources can't be found.</p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
111
|
+
* <p>Access is throttled.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link QuickSightServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
115
|
+
*
|
|
116
|
+
*
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
export declare class UpdateSpaceResourcesCommand extends UpdateSpaceResourcesCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: UpdateSpaceResourcesRequest;
|
|
124
|
+
output: UpdateSpaceResourcesResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: UpdateSpaceResourcesCommandInput;
|
|
128
|
+
output: UpdateSpaceResourcesCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/
|
|
3
|
+
import type { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/
|
|
3
|
+
import type { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateTemplatePermissionsRequest } from "../models/
|
|
4
|
-
import type { UpdateTemplatePermissionsResponse } from "../models/models_5";
|
|
3
|
+
import type { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/models_5";
|
|
5
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -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";
|
|
@@ -155,6 +155,58 @@ export declare const DashboardBehavior: {
|
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
157
|
export type DashboardBehavior = (typeof DashboardBehavior)[keyof typeof DashboardBehavior];
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
* @enum
|
|
161
|
+
*/
|
|
162
|
+
export declare const AgentLifecycle: {
|
|
163
|
+
readonly PREVIEW: "PREVIEW";
|
|
164
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export type AgentLifecycle = (typeof AgentLifecycle)[keyof typeof AgentLifecycle];
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
* @enum
|
|
173
|
+
*/
|
|
174
|
+
export declare const AgentStatus: {
|
|
175
|
+
readonly ACTIVE: "ACTIVE";
|
|
176
|
+
readonly CREATING: "CREATING";
|
|
177
|
+
readonly FAILED: "FAILED";
|
|
178
|
+
readonly UPDATING: "UPDATING";
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
* @enum
|
|
187
|
+
*/
|
|
188
|
+
export declare const AgentOwnershipFilterAttribute: {
|
|
189
|
+
readonly AGENT_NAME: "AGENT_NAME";
|
|
190
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
191
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
192
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export type AgentOwnershipFilterAttribute = (typeof AgentOwnershipFilterAttribute)[keyof typeof AgentOwnershipFilterAttribute];
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
* @enum
|
|
201
|
+
*/
|
|
202
|
+
export declare const ComparisonOperator: {
|
|
203
|
+
readonly StringEquals: "StringEquals";
|
|
204
|
+
readonly StringLike: "StringLike";
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
158
210
|
/**
|
|
159
211
|
* @public
|
|
160
212
|
* @enum
|
|
@@ -3133,6 +3185,17 @@ export declare const NamespaceStatus: {
|
|
|
3133
3185
|
* @public
|
|
3134
3186
|
*/
|
|
3135
3187
|
export type NamespaceStatus = (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
|
|
3188
|
+
/**
|
|
3189
|
+
* @public
|
|
3190
|
+
* @enum
|
|
3191
|
+
*/
|
|
3192
|
+
export declare const OAuthClientAuthenticationType: {
|
|
3193
|
+
readonly TOKEN: "TOKEN";
|
|
3194
|
+
};
|
|
3195
|
+
/**
|
|
3196
|
+
* @public
|
|
3197
|
+
*/
|
|
3198
|
+
export type OAuthClientAuthenticationType = (typeof OAuthClientAuthenticationType)[keyof typeof OAuthClientAuthenticationType];
|
|
3136
3199
|
/**
|
|
3137
3200
|
* @public
|
|
3138
3201
|
* @enum
|
|
@@ -3510,6 +3573,19 @@ export declare const SnapshotJobStatus: {
|
|
|
3510
3573
|
* @public
|
|
3511
3574
|
*/
|
|
3512
3575
|
export type SnapshotJobStatus = (typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
3576
|
+
/**
|
|
3577
|
+
* @public
|
|
3578
|
+
* @enum
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const FlowPublishState: {
|
|
3581
|
+
readonly DRAFT: "DRAFT";
|
|
3582
|
+
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
3583
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
3584
|
+
};
|
|
3585
|
+
/**
|
|
3586
|
+
* @public
|
|
3587
|
+
*/
|
|
3588
|
+
export type FlowPublishState = (typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
3513
3589
|
/**
|
|
3514
3590
|
* @public
|
|
3515
3591
|
* @enum
|
|
@@ -3651,6 +3727,23 @@ export declare const SelfUpgradeStatus: {
|
|
|
3651
3727
|
* @public
|
|
3652
3728
|
*/
|
|
3653
3729
|
export type SelfUpgradeStatus = (typeof SelfUpgradeStatus)[keyof typeof SelfUpgradeStatus];
|
|
3730
|
+
/**
|
|
3731
|
+
* @public
|
|
3732
|
+
* @enum
|
|
3733
|
+
*/
|
|
3734
|
+
export declare const SpaceQuickSightResourceType: {
|
|
3735
|
+
readonly ACTION_CONNECTOR: "ACTION_CONNECTOR";
|
|
3736
|
+
readonly ARTIFACT: "ARTIFACT";
|
|
3737
|
+
readonly DASHBOARD: "DASHBOARD";
|
|
3738
|
+
readonly DATA_SET: "DATA_SET";
|
|
3739
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
3740
|
+
readonly SPACE: "SPACE";
|
|
3741
|
+
readonly TOPIC: "TOPIC";
|
|
3742
|
+
};
|
|
3743
|
+
/**
|
|
3744
|
+
* @public
|
|
3745
|
+
*/
|
|
3746
|
+
export type SpaceQuickSightResourceType = (typeof SpaceQuickSightResourceType)[keyof typeof SpaceQuickSightResourceType];
|
|
3654
3747
|
/**
|
|
3655
3748
|
* @public
|
|
3656
3749
|
* @enum
|
|
@@ -3783,19 +3876,6 @@ export declare const FieldName: {
|
|
|
3783
3876
|
* @public
|
|
3784
3877
|
*/
|
|
3785
3878
|
export type FieldName = (typeof FieldName)[keyof typeof FieldName];
|
|
3786
|
-
/**
|
|
3787
|
-
* @public
|
|
3788
|
-
* @enum
|
|
3789
|
-
*/
|
|
3790
|
-
export declare const FlowPublishState: {
|
|
3791
|
-
readonly DRAFT: "DRAFT";
|
|
3792
|
-
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
3793
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
3794
|
-
};
|
|
3795
|
-
/**
|
|
3796
|
-
* @public
|
|
3797
|
-
*/
|
|
3798
|
-
export type FlowPublishState = (typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
3799
3879
|
/**
|
|
3800
3880
|
* @public
|
|
3801
3881
|
* @enum
|
|
@@ -3924,6 +4004,37 @@ export declare const SearchFilterOperator: {
|
|
|
3924
4004
|
* @public
|
|
3925
4005
|
*/
|
|
3926
4006
|
export type SearchFilterOperator = (typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
|
|
4007
|
+
/**
|
|
4008
|
+
* @public
|
|
4009
|
+
* @enum
|
|
4010
|
+
*/
|
|
4011
|
+
export declare const SpaceQuickSightSearchFilterName: {
|
|
4012
|
+
readonly CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE";
|
|
4013
|
+
readonly CONTRIBUTED_BY: "CONTRIBUTED_BY";
|
|
4014
|
+
readonly CREATED_BY: "CREATED_BY";
|
|
4015
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
4016
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
4017
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
4018
|
+
readonly SPACE_ID: "SPACE_ID";
|
|
4019
|
+
readonly SPACE_NAME: "SPACE_NAME";
|
|
4020
|
+
};
|
|
4021
|
+
/**
|
|
4022
|
+
* @public
|
|
4023
|
+
*/
|
|
4024
|
+
export type SpaceQuickSightSearchFilterName = (typeof SpaceQuickSightSearchFilterName)[keyof typeof SpaceQuickSightSearchFilterName];
|
|
4025
|
+
/**
|
|
4026
|
+
* @public
|
|
4027
|
+
* @enum
|
|
4028
|
+
*/
|
|
4029
|
+
export declare const SpaceSearchOperator: {
|
|
4030
|
+
readonly NUMBER_RANGE: "NUMBER_RANGE";
|
|
4031
|
+
readonly STRING_EQUALS: "STRING_EQUALS";
|
|
4032
|
+
readonly STRING_LIKE: "STRING_LIKE";
|
|
4033
|
+
};
|
|
4034
|
+
/**
|
|
4035
|
+
* @public
|
|
4036
|
+
*/
|
|
4037
|
+
export type SpaceSearchOperator = (typeof SpaceSearchOperator)[keyof typeof SpaceSearchOperator];
|
|
3927
4038
|
/**
|
|
3928
4039
|
* @public
|
|
3929
4040
|
* @enum
|