@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,118 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SearchAgentsRequest, SearchAgentsResponse } from "../models/models_4";
|
|
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 SearchAgentsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SearchAgentsCommandInput extends SearchAgentsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SearchAgentsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SearchAgentsCommandOutput extends SearchAgentsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SearchAgentsCommand_base: {
|
|
25
|
+
new (input: SearchAgentsCommandInput): import("@smithy/core/client").CommandImpl<SearchAgentsCommandInput, SearchAgentsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchAgentsCommandInput): import("@smithy/core/client").CommandImpl<SearchAgentsCommandInput, SearchAgentsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Searches for agents based on specified filters.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, SearchAgentsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, SearchAgentsCommand } = 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 = { // SearchAgentsRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* Filters: [ // AgentSearchFilterList // required
|
|
44
|
+
* { // AgentSearchFilter
|
|
45
|
+
* Name: "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "AGENT_NAME",
|
|
46
|
+
* Operator: "StringEquals" || "StringLike",
|
|
47
|
+
* Value: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* MaxResults: Number("int"),
|
|
51
|
+
* NextToken: "STRING_VALUE",
|
|
52
|
+
* };
|
|
53
|
+
* const command = new SearchAgentsCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // { // SearchAgentsResponse
|
|
56
|
+
* // AgentSummaries: [ // AgentSummaryList
|
|
57
|
+
* // { // AgentSummary
|
|
58
|
+
* // Arn: "STRING_VALUE", // required
|
|
59
|
+
* // AgentId: "STRING_VALUE", // required
|
|
60
|
+
* // Name: "STRING_VALUE", // required
|
|
61
|
+
* // Description: "STRING_VALUE",
|
|
62
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
63
|
+
* // UpdatedAt: new Date("TIMESTAMP"), // required
|
|
64
|
+
* // IconId: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // NextToken: "STRING_VALUE",
|
|
68
|
+
* // RequestId: "STRING_VALUE",
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
73
|
+
* @param SearchAgentsCommandInput - {@link SearchAgentsCommandInput}
|
|
74
|
+
* @returns {@link SearchAgentsCommandOutput}
|
|
75
|
+
* @see {@link SearchAgentsCommandInput} for command's `input` shape.
|
|
76
|
+
* @see {@link SearchAgentsCommandOutput} for command's `response` shape.
|
|
77
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
81
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
82
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
83
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
86
|
+
* <p>An internal failure occurred.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
89
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
92
|
+
* <p>One or more preconditions aren't met.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
95
|
+
* <p>The resource specified already exists. </p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
98
|
+
* <p>Access is throttled.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link QuickSightServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
102
|
+
*
|
|
103
|
+
*
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare class SearchAgentsCommand extends SearchAgentsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: SearchAgentsRequest;
|
|
111
|
+
output: SearchAgentsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: SearchAgentsCommandInput;
|
|
115
|
+
output: SearchAgentsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { SearchSpacesRequest, SearchSpacesResponse } from "../models/models_4";
|
|
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 SearchSpacesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SearchSpacesCommandInput extends SearchSpacesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SearchSpacesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SearchSpacesCommandOutput extends SearchSpacesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SearchSpacesCommand_base: {
|
|
25
|
+
new (input: SearchSpacesCommandInput): import("@smithy/core/client").CommandImpl<SearchSpacesCommandInput, SearchSpacesCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchSpacesCommandInput): import("@smithy/core/client").CommandImpl<SearchSpacesCommandInput, SearchSpacesCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Searches for Amazon QuickSight spaces that match the specified filters.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, SearchSpacesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, SearchSpacesCommand } = 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 = { // SearchSpacesRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* NextToken: "STRING_VALUE",
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* Filters: [ // SpaceQuicksightSearchFilters // required
|
|
46
|
+
* { // SpaceQuicksightSearchFilter
|
|
47
|
+
* name: "SPACE_ID" || "SPACE_NAME" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "CONTRIBUTED_BY" || "CONSUMED_SOURCE_SIZE" || "CREATED_BY", // required
|
|
48
|
+
* operator: "STRING_EQUALS" || "STRING_LIKE" || "NUMBER_RANGE", // required
|
|
49
|
+
* value: "STRING_VALUE", // required
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* };
|
|
53
|
+
* const command = new SearchSpacesCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // { // SearchSpacesResponse
|
|
56
|
+
* // spaceId: "STRING_VALUE", // required
|
|
57
|
+
* // spaceArn: "STRING_VALUE",
|
|
58
|
+
* // SpaceSummaries: [ // SpaceSummaries // required
|
|
59
|
+
* // { // SpaceSummary
|
|
60
|
+
* // spaceId: "STRING_VALUE", // required
|
|
61
|
+
* // spaceArn: "STRING_VALUE",
|
|
62
|
+
* // name: "STRING_VALUE",
|
|
63
|
+
* // description: "STRING_VALUE",
|
|
64
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
65
|
+
* // consumedSourceSize: Number("long"),
|
|
66
|
+
* // consumedSourceDocCount: Number("int"),
|
|
67
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
68
|
+
* // createdBy: "STRING_VALUE",
|
|
69
|
+
* // createdByArn: "STRING_VALUE",
|
|
70
|
+
* // resourcesCount: Number("int"),
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // NextToken: "STRING_VALUE",
|
|
74
|
+
* // RequestId: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param SearchSpacesCommandInput - {@link SearchSpacesCommandInput}
|
|
80
|
+
* @returns {@link SearchSpacesCommandOutput}
|
|
81
|
+
* @see {@link SearchSpacesCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link SearchSpacesCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
87
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
88
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
89
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
92
|
+
* <p>An internal failure occurred.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
95
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
|
+
* <p>One or more resources can't be found.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
101
|
+
* <p>Access is throttled.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link QuickSightServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export declare class SearchSpacesCommand extends SearchSpacesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: SearchSpacesRequest;
|
|
114
|
+
output: SearchSpacesResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: SearchSpacesCommandInput;
|
|
118
|
+
output: SearchSpacesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_4";
|
|
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 UpdateAgentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateAgentCommandInput extends UpdateAgentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateAgentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateAgentCommand_base: {
|
|
25
|
+
new (input: UpdateAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentCommandInput, UpdateAgentCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates an existing agent.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, UpdateAgentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateAgentCommand } = 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 = { // UpdateAgentRequest
|
|
42
|
+
* AgentId: "STRING_VALUE", // required
|
|
43
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
44
|
+
* Name: "STRING_VALUE", // required
|
|
45
|
+
* Description: "STRING_VALUE",
|
|
46
|
+
* IconId: "STRING_VALUE",
|
|
47
|
+
* StarterPrompts: [ // StarterPromptList
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* WelcomeMessage: "STRING_VALUE",
|
|
51
|
+
* CustomPromptInput: { // CustomPromptInput Union: only one key present
|
|
52
|
+
* ExistingPrompt: { // CustomPromptProfile
|
|
53
|
+
* ModelProfileId: "STRING_VALUE", // required
|
|
54
|
+
* SubscriptionId: "STRING_VALUE", // required
|
|
55
|
+
* QbsAwsAccountId: "STRING_VALUE", // required
|
|
56
|
+
* },
|
|
57
|
+
* NewPrompt: { // CustomPromptInputParameters
|
|
58
|
+
* ResponseLength: "STRING_VALUE",
|
|
59
|
+
* OutputStyle: "STRING_VALUE",
|
|
60
|
+
* Identity: "STRING_VALUE",
|
|
61
|
+
* Tone: "STRING_VALUE",
|
|
62
|
+
* CustomInstructions: "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* SpacesToAdd: [ // UpdateAgentRequestSpacesToAddList
|
|
66
|
+
* "STRING_VALUE",
|
|
67
|
+
* ],
|
|
68
|
+
* SpacesToRemove: [ // UpdateAgentRequestSpacesToRemoveList
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* ActionConnectorsToAdd: [ // UpdateAgentRequestActionConnectorsToAddList
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* ActionConnectorsToRemove: [ // UpdateAgentRequestActionConnectorsToRemoveList
|
|
75
|
+
* "STRING_VALUE",
|
|
76
|
+
* ],
|
|
77
|
+
* };
|
|
78
|
+
* const command = new UpdateAgentCommand(input);
|
|
79
|
+
* const response = await client.send(command);
|
|
80
|
+
* // { // UpdateAgentResponse
|
|
81
|
+
* // Arn: "STRING_VALUE", // required
|
|
82
|
+
* // AgentId: "STRING_VALUE", // required
|
|
83
|
+
* // AgentStatus: "ACTIVE" || "UPDATING" || "FAILED" || "CREATING", // required
|
|
84
|
+
* // FailedToAddSpaces: [ // FailedToUpdateAssociationList
|
|
85
|
+
* // { // FailedToUpdateAssociation
|
|
86
|
+
* // Arn: "STRING_VALUE",
|
|
87
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
88
|
+
* // ErrorCode: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // FailedToRemoveSpaces: [
|
|
92
|
+
* // {
|
|
93
|
+
* // Arn: "STRING_VALUE",
|
|
94
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
95
|
+
* // ErrorCode: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // FailedToAddActionConnectors: [
|
|
99
|
+
* // {
|
|
100
|
+
* // Arn: "STRING_VALUE",
|
|
101
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
102
|
+
* // ErrorCode: "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // ],
|
|
105
|
+
* // FailedToRemoveActionConnectors: [
|
|
106
|
+
* // {
|
|
107
|
+
* // Arn: "STRING_VALUE",
|
|
108
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
109
|
+
* // ErrorCode: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // RequestId: "STRING_VALUE",
|
|
113
|
+
* // };
|
|
114
|
+
*
|
|
115
|
+
* ```
|
|
116
|
+
*
|
|
117
|
+
* @param UpdateAgentCommandInput - {@link UpdateAgentCommandInput}
|
|
118
|
+
* @returns {@link UpdateAgentCommandOutput}
|
|
119
|
+
* @see {@link UpdateAgentCommandInput} for command's `input` shape.
|
|
120
|
+
* @see {@link UpdateAgentCommandOutput} for command's `response` shape.
|
|
121
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
124
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
125
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
126
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
127
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link ConflictException} (client fault)
|
|
130
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
131
|
+
*
|
|
132
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
133
|
+
* <p>An internal failure occurred.</p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
136
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
139
|
+
* <p>A limit is exceeded.</p>
|
|
140
|
+
*
|
|
141
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
142
|
+
* <p>One or more preconditions aren't met.</p>
|
|
143
|
+
*
|
|
144
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
145
|
+
* <p>One or more resources can't be found.</p>
|
|
146
|
+
*
|
|
147
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
148
|
+
* <p>Access is throttled.</p>
|
|
149
|
+
*
|
|
150
|
+
* @throws {@link QuickSightServiceException}
|
|
151
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
152
|
+
*
|
|
153
|
+
*
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
|
|
157
|
+
/** @internal type navigation helper, not in runtime. */
|
|
158
|
+
protected static __types: {
|
|
159
|
+
api: {
|
|
160
|
+
input: UpdateAgentRequest;
|
|
161
|
+
output: UpdateAgentResponse;
|
|
162
|
+
};
|
|
163
|
+
sdk: {
|
|
164
|
+
input: UpdateAgentCommandInput;
|
|
165
|
+
output: UpdateAgentCommandOutput;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateAgentPermissionsRequest, UpdateAgentPermissionsResponse } from "../models/models_4";
|
|
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 UpdateAgentPermissionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateAgentPermissionsCommandInput extends UpdateAgentPermissionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateAgentPermissionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateAgentPermissionsCommandOutput extends UpdateAgentPermissionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateAgentPermissionsCommand_base: {
|
|
25
|
+
new (input: UpdateAgentPermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentPermissionsCommandInput, UpdateAgentPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAgentPermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentPermissionsCommandInput, UpdateAgentPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates the resource permissions for an agent.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, UpdateAgentPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateAgentPermissionsCommand } = 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 = { // UpdateAgentPermissionsRequest
|
|
42
|
+
* AgentId: "STRING_VALUE", // required
|
|
43
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
44
|
+
* GrantPermissions: [ // UpdateAgentPermissionsRequestGrantPermissionsList
|
|
45
|
+
* { // ResourcePermission
|
|
46
|
+
* Principal: "STRING_VALUE", // required
|
|
47
|
+
* Actions: [ // ActionList // required
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* RevokePermissions: [ // UpdateAgentPermissionsRequestRevokePermissionsList
|
|
53
|
+
* {
|
|
54
|
+
* Principal: "STRING_VALUE", // required
|
|
55
|
+
* Actions: [ // required
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* };
|
|
61
|
+
* const command = new UpdateAgentPermissionsCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateAgentPermissionsResponse
|
|
64
|
+
* // Arn: "STRING_VALUE", // required
|
|
65
|
+
* // AgentId: "STRING_VALUE", // required
|
|
66
|
+
* // RequestId: "STRING_VALUE",
|
|
67
|
+
* // Permissions: [ // ResourcePermissionList
|
|
68
|
+
* // { // ResourcePermission
|
|
69
|
+
* // Principal: "STRING_VALUE", // required
|
|
70
|
+
* // Actions: [ // ActionList // required
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param UpdateAgentPermissionsCommandInput - {@link UpdateAgentPermissionsCommandInput}
|
|
80
|
+
* @returns {@link UpdateAgentPermissionsCommandOutput}
|
|
81
|
+
* @see {@link UpdateAgentPermissionsCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link UpdateAgentPermissionsCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
87
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
88
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
89
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ConflictException} (client fault)
|
|
92
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
95
|
+
* <p>An internal failure occurred.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
98
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
101
|
+
* <p>A limit is exceeded.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
104
|
+
* <p>One or more preconditions aren't met.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
|
+
* <p>One or more resources can't be found.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
110
|
+
* <p>Access is throttled.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
113
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
114
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
115
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
116
|
+
* capability is available in every edition.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link QuickSightServiceException}
|
|
119
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
120
|
+
*
|
|
121
|
+
*
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
export declare class UpdateAgentPermissionsCommand extends UpdateAgentPermissionsCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: UpdateAgentPermissionsRequest;
|
|
129
|
+
output: UpdateAgentPermissionsResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: UpdateAgentPermissionsCommandInput;
|
|
133
|
+
output: UpdateAgentPermissionsCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
}
|
|
@@ -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 { UpdateBrandAssignmentRequest, UpdateBrandAssignmentResponse } from "../models/
|
|
3
|
+
import type { UpdateBrandAssignmentRequest, UpdateBrandAssignmentResponse } 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 { UpdateBrandPublishedVersionRequest, UpdateBrandPublishedVersionResponse } from "../models/
|
|
3
|
+
import type { UpdateBrandPublishedVersionRequest, UpdateBrandPublishedVersionResponse } 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 { UpdateCustomPermissionsRequest, UpdateCustomPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateCustomPermissionsRequest, UpdateCustomPermissionsResponse } 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 { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/
|
|
3
|
+
import type { UpdateDashboardRequest, UpdateDashboardResponse } 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 { UpdateDashboardLinksRequest, UpdateDashboardLinksResponse } from "../models/
|
|
3
|
+
import type { UpdateDashboardLinksRequest, UpdateDashboardLinksResponse } 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 { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } 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 { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/
|
|
3
|
+
import type { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } 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 { UpdateDashboardsQAConfigurationRequest, UpdateDashboardsQAConfigurationResponse } from "../models/
|
|
3
|
+
import type { UpdateDashboardsQAConfigurationRequest, UpdateDashboardsQAConfigurationResponse } 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 { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/
|
|
3
|
+
import type { UpdateDataSetRequest, UpdateDataSetResponse } 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 { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } 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 { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/
|
|
3
|
+
import type { UpdateDataSourceRequest, UpdateDataSourceResponse } 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 { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } 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 { UpdateDefaultQBusinessApplicationRequest, UpdateDefaultQBusinessApplicationResponse } from "../models/
|
|
3
|
+
import type { UpdateDefaultQBusinessApplicationRequest, UpdateDefaultQBusinessApplicationResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|