@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,108 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateFlowRequest, UpdateFlowResponse } 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 UpdateFlowCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateFlowCommandInput extends UpdateFlowRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateFlowCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateFlowCommand_base: {
|
|
25
|
+
new (input: UpdateFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates an existing flow. Supply only the fields you want to change. Updates both DRAFT and PUBLISHED versions. When <code>FlowDefinition</code> is provided, all existing steps are replaced with the new definition.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, UpdateFlowCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateFlowCommand } = 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 = { // UpdateFlowRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* FlowId: "STRING_VALUE", // required
|
|
44
|
+
* Name: "STRING_VALUE",
|
|
45
|
+
* Description: "STRING_VALUE",
|
|
46
|
+
* FlowDefinition: "DOCUMENT_VALUE",
|
|
47
|
+
* ClientToken: "STRING_VALUE",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new UpdateFlowCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // UpdateFlowResponse
|
|
52
|
+
* // Arn: "STRING_VALUE", // required
|
|
53
|
+
* // FlowId: "STRING_VALUE", // required
|
|
54
|
+
* // RequestId: "STRING_VALUE",
|
|
55
|
+
* // Status: Number("int"),
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param UpdateFlowCommandInput - {@link UpdateFlowCommandInput}
|
|
61
|
+
* @returns {@link UpdateFlowCommandOutput}
|
|
62
|
+
* @see {@link UpdateFlowCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link UpdateFlowCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
68
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
69
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
70
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ConflictException} (client fault)
|
|
73
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
76
|
+
* <p>An internal failure occurred.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
79
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
82
|
+
* <p>A limit is exceeded.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>One or more resources can't be found.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
88
|
+
* <p>Access is throttled.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link QuickSightServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export declare class UpdateFlowCommand extends UpdateFlowCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: UpdateFlowRequest;
|
|
101
|
+
output: UpdateFlowResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: UpdateFlowCommandInput;
|
|
105
|
+
output: UpdateFlowCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
}
|
|
@@ -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 { UpdateFlowPermissionsInput, UpdateFlowPermissionsOutput } from "../models/
|
|
3
|
+
import type { UpdateFlowPermissionsInput, UpdateFlowPermissionsOutput } 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 { UpdateFolderRequest, UpdateFolderResponse } from "../models/
|
|
3
|
+
import type { UpdateFolderRequest, UpdateFolderResponse } 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 { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/
|
|
3
|
+
import type { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } 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 { UpdateGroupRequest, UpdateGroupResponse } from "../models/
|
|
3
|
+
import type { UpdateGroupRequest, UpdateGroupResponse } 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 { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/
|
|
3
|
+
import type { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } 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 { UpdateIdentityPropagationConfigRequest, UpdateIdentityPropagationConfigResponse } from "../models/
|
|
3
|
+
import type { UpdateIdentityPropagationConfigRequest, UpdateIdentityPropagationConfigResponse } 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 { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/
|
|
3
|
+
import type { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } 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 { UpdateKeyRegistrationRequest, UpdateKeyRegistrationResponse } from "../models/
|
|
3
|
+
import type { UpdateKeyRegistrationRequest, UpdateKeyRegistrationResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateOAuthClientApplicationRequest, UpdateOAuthClientApplicationResponse } 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 UpdateOAuthClientApplicationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateOAuthClientApplicationCommandInput extends UpdateOAuthClientApplicationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateOAuthClientApplicationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateOAuthClientApplicationCommandOutput extends UpdateOAuthClientApplicationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateOAuthClientApplicationCommand_base: {
|
|
25
|
+
new (input: UpdateOAuthClientApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOAuthClientApplicationCommandInput, UpdateOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateOAuthClientApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOAuthClientApplicationCommandInput, UpdateOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates an OAuthClientApplication.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { QuickSightClient, UpdateOAuthClientApplicationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateOAuthClientApplicationCommand } = 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 = { // UpdateOAuthClientApplicationRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* OAuthClientApplicationId: "STRING_VALUE", // required
|
|
44
|
+
* Name: "STRING_VALUE", // required
|
|
45
|
+
* ClientId: "STRING_VALUE",
|
|
46
|
+
* ClientSecret: "STRING_VALUE",
|
|
47
|
+
* OAuthTokenEndpointUrl: "STRING_VALUE",
|
|
48
|
+
* OAuthAuthorizationEndpointUrl: "STRING_VALUE",
|
|
49
|
+
* OAuthScopes: "STRING_VALUE",
|
|
50
|
+
* DataSourceType: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "S3_TABLES" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS",
|
|
51
|
+
* IdentityProviderVpcConnectionProperties: { // VpcConnectionProperties
|
|
52
|
+
* VpcConnectionArn: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* };
|
|
55
|
+
* const command = new UpdateOAuthClientApplicationCommand(input);
|
|
56
|
+
* const response = await client.send(command);
|
|
57
|
+
* // { // UpdateOAuthClientApplicationResponse
|
|
58
|
+
* // Arn: "STRING_VALUE",
|
|
59
|
+
* // OAuthClientApplicationId: "STRING_VALUE",
|
|
60
|
+
* // UpdateStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
61
|
+
* // RequestId: "STRING_VALUE",
|
|
62
|
+
* // Status: Number("int"),
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @param UpdateOAuthClientApplicationCommandInput - {@link UpdateOAuthClientApplicationCommandInput}
|
|
68
|
+
* @returns {@link UpdateOAuthClientApplicationCommandOutput}
|
|
69
|
+
* @see {@link UpdateOAuthClientApplicationCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link UpdateOAuthClientApplicationCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
74
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
75
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
76
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
77
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ConflictException} (client fault)
|
|
80
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
83
|
+
* <p>An internal failure occurred.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
86
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
89
|
+
* <p>A limit is exceeded.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
92
|
+
* <p>One or more resources can't be found.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
95
|
+
* <p>Access is throttled.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link QuickSightServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class UpdateOAuthClientApplicationCommand extends UpdateOAuthClientApplicationCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateOAuthClientApplicationRequest;
|
|
108
|
+
output: UpdateOAuthClientApplicationResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateOAuthClientApplicationCommandInput;
|
|
112
|
+
output: UpdateOAuthClientApplicationCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -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 { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/
|
|
3
|
+
import type { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } 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 { UpdateQPersonalizationConfigurationRequest, UpdateQPersonalizationConfigurationResponse } from "../models/
|
|
3
|
+
import type { UpdateQPersonalizationConfigurationRequest, UpdateQPersonalizationConfigurationResponse } 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 { UpdateQuickSightQSearchConfigurationRequest, UpdateQuickSightQSearchConfigurationResponse } from "../models/
|
|
3
|
+
import type { UpdateQuickSightQSearchConfigurationRequest, UpdateQuickSightQSearchConfigurationResponse } 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 { UpdateRefreshScheduleRequest, UpdateRefreshScheduleResponse } from "../models/
|
|
3
|
+
import type { UpdateRefreshScheduleRequest, UpdateRefreshScheduleResponse } 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 { UpdateRoleCustomPermissionRequest, UpdateRoleCustomPermissionResponse } from "../models/
|
|
3
|
+
import type { UpdateRoleCustomPermissionRequest, UpdateRoleCustomPermissionResponse } 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 { UpdateSPICECapacityConfigurationRequest, UpdateSPICECapacityConfigurationResponse } from "../models/
|
|
3
|
+
import type { UpdateSPICECapacityConfigurationRequest, UpdateSPICECapacityConfigurationResponse } 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 { UpdateSelfUpgradeRequest, UpdateSelfUpgradeResponse } from "../models/
|
|
3
|
+
import type { UpdateSelfUpgradeRequest, UpdateSelfUpgradeResponse } 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 { UpdateSelfUpgradeConfigurationRequest, UpdateSelfUpgradeConfigurationResponse } from "../models/
|
|
3
|
+
import type { UpdateSelfUpgradeConfigurationRequest, UpdateSelfUpgradeConfigurationResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateSpaceRequest, UpdateSpaceResponse } 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 UpdateSpaceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateSpaceCommandInput extends UpdateSpaceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateSpaceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateSpaceCommandOutput extends UpdateSpaceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateSpaceCommand_base: {
|
|
25
|
+
new (input: UpdateSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates the metadata of 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, UpdateSpaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateSpaceCommand } = 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 = { // UpdateSpaceRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* SpaceId: "STRING_VALUE", // required
|
|
44
|
+
* Name: "STRING_VALUE",
|
|
45
|
+
* Description: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new UpdateSpaceCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // UpdateSpaceResponse
|
|
50
|
+
* // spaceId: "STRING_VALUE", // required
|
|
51
|
+
* // spaceArn: "STRING_VALUE",
|
|
52
|
+
* // RequestId: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param UpdateSpaceCommandInput - {@link UpdateSpaceCommandInput}
|
|
58
|
+
* @returns {@link UpdateSpaceCommandOutput}
|
|
59
|
+
* @see {@link UpdateSpaceCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link UpdateSpaceCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
65
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
66
|
+
* account is authorized to use the Amazon Quick Sight service, that your policies have the
|
|
67
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ConflictException} (client fault)
|
|
70
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
73
|
+
* <p>An internal failure occurred.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
76
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
79
|
+
* <p>One or more resources can't be found.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
+
* <p>Access is throttled.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link QuickSightServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
86
|
+
*
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: UpdateSpaceRequest;
|
|
95
|
+
output: UpdateSpaceResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: UpdateSpaceCommandInput;
|
|
99
|
+
output: UpdateSpaceCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateSpacePermissionsRequest, UpdateSpacePermissionsResponse } 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 UpdateSpacePermissionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateSpacePermissionsCommandInput extends UpdateSpacePermissionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateSpacePermissionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateSpacePermissionsCommandOutput extends UpdateSpacePermissionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateSpacePermissionsCommand_base: {
|
|
25
|
+
new (input: UpdateSpacePermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpacePermissionsCommandInput, UpdateSpacePermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSpacePermissionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateSpacePermissionsCommandInput, UpdateSpacePermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Updates the permissions for 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, UpdateSpacePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
37
|
+
* // const { QuickSightClient, UpdateSpacePermissionsCommand } = 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 = { // UpdateSpacePermissionsRequest
|
|
42
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
43
|
+
* SpaceId: "STRING_VALUE", // required
|
|
44
|
+
* GrantPermissions: [ // ResourcePermissionList
|
|
45
|
+
* { // ResourcePermission
|
|
46
|
+
* Principal: "STRING_VALUE", // required
|
|
47
|
+
* Actions: [ // ActionList // required
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* RevokePermissions: [
|
|
53
|
+
* {
|
|
54
|
+
* Principal: "STRING_VALUE", // required
|
|
55
|
+
* Actions: [ // required
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* };
|
|
61
|
+
* const command = new UpdateSpacePermissionsCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // { // UpdateSpacePermissionsResponse
|
|
64
|
+
* // spaceId: "STRING_VALUE", // required
|
|
65
|
+
* // spaceArn: "STRING_VALUE",
|
|
66
|
+
* // permissions: [ // ResourcePermissionList
|
|
67
|
+
* // { // ResourcePermission
|
|
68
|
+
* // Principal: "STRING_VALUE", // required
|
|
69
|
+
* // Actions: [ // ActionList // required
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // requestId: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param UpdateSpacePermissionsCommandInput - {@link UpdateSpacePermissionsCommandInput}
|
|
80
|
+
* @returns {@link UpdateSpacePermissionsCommandOutput}
|
|
81
|
+
* @see {@link UpdateSpacePermissionsCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link UpdateSpacePermissionsCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
104
|
+
* <p>One or more resources can't be found.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
107
|
+
* <p>Access is throttled.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
110
|
+
* <p>This error indicates that you are calling an operation on an Amazon Quick Suite
|
|
111
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
112
|
+
* Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
113
|
+
* capability is available in every edition.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link QuickSightServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
117
|
+
*
|
|
118
|
+
*
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export declare class UpdateSpacePermissionsCommand extends UpdateSpacePermissionsCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: UpdateSpacePermissionsRequest;
|
|
126
|
+
output: UpdateSpacePermissionsResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: UpdateSpacePermissionsCommandInput;
|
|
130
|
+
output: UpdateSpacePermissionsCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
}
|