@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.87
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/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +31 -0
- package/lib/constructs/Actions.js +32 -1
- package/methods_list.txt +29 -0
- package/node_modules/@aws-sdk/client-iam/README.md +64 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +2 -2
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import { SendDelegationTokenRequest } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link SendDelegationTokenCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface SendDelegationTokenCommandInput extends SendDelegationTokenRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link SendDelegationTokenCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface SendDelegationTokenCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const SendDelegationTokenCommand_base: {
|
|
25
|
+
new (input: SendDelegationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendDelegationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Sends the exchange token for an accepted delegation request.</p>
|
|
31
|
+
* <p>The exchange token is sent to the partner via an asynchronous notification channel, established by the partner.</p>
|
|
32
|
+
* <p>The delegation request must be in the <code>ACCEPTED</code> state when calling this API. After the
|
|
33
|
+
* <code>SendDelegationToken</code> API
|
|
34
|
+
* call is successful, the request transitions to a <code>FINALIZED</code> state and cannot be rolled back. However, a user may reject
|
|
35
|
+
* an accepted request before the <code>SendDelegationToken</code> API is called.</p>
|
|
36
|
+
* <p>
|
|
37
|
+
* For more details, see
|
|
38
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
|
|
39
|
+
* Managing Permissions for Delegation Requests</a>.
|
|
40
|
+
* </p>
|
|
41
|
+
* @example
|
|
42
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
+
* ```javascript
|
|
44
|
+
* import { IAMClient, SendDelegationTokenCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
|
+
* // const { IAMClient, SendDelegationTokenCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
46
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
47
|
+
* const config = {}; // type is IAMClientConfig
|
|
48
|
+
* const client = new IAMClient(config);
|
|
49
|
+
* const input = { // SendDelegationTokenRequest
|
|
50
|
+
* DelegationRequestId: "STRING_VALUE", // required
|
|
51
|
+
* };
|
|
52
|
+
* const command = new SendDelegationTokenCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // {};
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param SendDelegationTokenCommandInput - {@link SendDelegationTokenCommandInput}
|
|
59
|
+
* @returns {@link SendDelegationTokenCommandOutput}
|
|
60
|
+
* @see {@link SendDelegationTokenCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link SendDelegationTokenCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
65
|
+
* <p>The request was rejected because multiple requests to change this object were submitted
|
|
66
|
+
* simultaneously. Wait a few minutes and submit your request again.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
69
|
+
* <p>The request was rejected because an invalid or out-of-range value was supplied for an
|
|
70
|
+
* input parameter.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link NoSuchEntityException} (client fault)
|
|
73
|
+
* <p>The request was rejected because it referenced a resource entity that does not exist. The
|
|
74
|
+
* error message describes the resource.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
77
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
78
|
+
* failure.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link IAMServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from IAM service.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export declare class SendDelegationTokenCommand extends SendDelegationTokenCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: SendDelegationTokenRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: SendDelegationTokenCommandInput;
|
|
95
|
+
output: SendDelegationTokenCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
}
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { SetDefaultPolicyVersionRequest } from "../models/
|
|
4
|
+
import { SetDefaultPolicyVersionRequest } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import { UpdateDelegationRequestRequest } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateDelegationRequestCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateDelegationRequestCommandInput extends UpdateDelegationRequestRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateDelegationRequestCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateDelegationRequestCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateDelegationRequestCommand_base: {
|
|
25
|
+
new (input: UpdateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates an existing delegation request with additional information. When the delegation
|
|
31
|
+
* request is updated, it reaches the <code>PENDING_APPROVAL</code> state.
|
|
32
|
+
* </p>
|
|
33
|
+
* <p>Once a delegation request has an owner, that owner gets a default permission to update the
|
|
34
|
+
* delegation request. For more details, see
|
|
35
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
|
|
36
|
+
* Managing Permissions for Delegation Requests</a>.
|
|
37
|
+
* </p>
|
|
38
|
+
* @example
|
|
39
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
+
* ```javascript
|
|
41
|
+
* import { IAMClient, UpdateDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
42
|
+
* // const { IAMClient, UpdateDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
43
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
44
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
|
+
* const client = new IAMClient(config);
|
|
46
|
+
* const input = { // UpdateDelegationRequestRequest
|
|
47
|
+
* DelegationRequestId: "STRING_VALUE", // required
|
|
48
|
+
* Notes: "STRING_VALUE",
|
|
49
|
+
* };
|
|
50
|
+
* const command = new UpdateDelegationRequestCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param UpdateDelegationRequestCommandInput - {@link UpdateDelegationRequestCommandInput}
|
|
57
|
+
* @returns {@link UpdateDelegationRequestCommandOutput}
|
|
58
|
+
* @see {@link UpdateDelegationRequestCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link UpdateDelegationRequestCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
63
|
+
* <p>The request was rejected because multiple requests to change this object were submitted
|
|
64
|
+
* simultaneously. Wait a few minutes and submit your request again.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
67
|
+
* <p>The request was rejected because an invalid or out-of-range value was supplied for an
|
|
68
|
+
* input parameter.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link NoSuchEntityException} (client fault)
|
|
71
|
+
* <p>The request was rejected because it referenced a resource entity that does not exist. The
|
|
72
|
+
* error message describes the resource.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
75
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
76
|
+
* failure.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link IAMServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from IAM service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class UpdateDelegationRequestCommand extends UpdateDelegationRequestCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateDelegationRequestRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateDelegationRequestCommandInput;
|
|
93
|
+
output: UpdateDelegationRequestCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
export * from "./AcceptDelegationRequestCommand";
|
|
1
2
|
export * from "./AddClientIDToOpenIDConnectProviderCommand";
|
|
2
3
|
export * from "./AddRoleToInstanceProfileCommand";
|
|
3
4
|
export * from "./AddUserToGroupCommand";
|
|
5
|
+
export * from "./AssociateDelegationRequestCommand";
|
|
4
6
|
export * from "./AttachGroupPolicyCommand";
|
|
5
7
|
export * from "./AttachRolePolicyCommand";
|
|
6
8
|
export * from "./AttachUserPolicyCommand";
|
|
@@ -62,8 +64,10 @@ export * from "./GetAccountSummaryCommand";
|
|
|
62
64
|
export * from "./GetContextKeysForCustomPolicyCommand";
|
|
63
65
|
export * from "./GetContextKeysForPrincipalPolicyCommand";
|
|
64
66
|
export * from "./GetCredentialReportCommand";
|
|
67
|
+
export * from "./GetDelegationRequestCommand";
|
|
65
68
|
export * from "./GetGroupCommand";
|
|
66
69
|
export * from "./GetGroupPolicyCommand";
|
|
70
|
+
export * from "./GetHumanReadableSummaryCommand";
|
|
67
71
|
export * from "./GetInstanceProfileCommand";
|
|
68
72
|
export * from "./GetLoginProfileCommand";
|
|
69
73
|
export * from "./GetMFADeviceCommand";
|
|
@@ -86,6 +90,7 @@ export * from "./ListAccountAliasesCommand";
|
|
|
86
90
|
export * from "./ListAttachedGroupPoliciesCommand";
|
|
87
91
|
export * from "./ListAttachedRolePoliciesCommand";
|
|
88
92
|
export * from "./ListAttachedUserPoliciesCommand";
|
|
93
|
+
export * from "./ListDelegationRequestsCommand";
|
|
89
94
|
export * from "./ListEntitiesForPolicyCommand";
|
|
90
95
|
export * from "./ListGroupPoliciesCommand";
|
|
91
96
|
export * from "./ListGroupsCommand";
|
|
@@ -121,11 +126,13 @@ export * from "./PutRolePermissionsBoundaryCommand";
|
|
|
121
126
|
export * from "./PutRolePolicyCommand";
|
|
122
127
|
export * from "./PutUserPermissionsBoundaryCommand";
|
|
123
128
|
export * from "./PutUserPolicyCommand";
|
|
129
|
+
export * from "./RejectDelegationRequestCommand";
|
|
124
130
|
export * from "./RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
125
131
|
export * from "./RemoveRoleFromInstanceProfileCommand";
|
|
126
132
|
export * from "./RemoveUserFromGroupCommand";
|
|
127
133
|
export * from "./ResetServiceSpecificCredentialCommand";
|
|
128
134
|
export * from "./ResyncMFADeviceCommand";
|
|
135
|
+
export * from "./SendDelegationTokenCommand";
|
|
129
136
|
export * from "./SetDefaultPolicyVersionCommand";
|
|
130
137
|
export * from "./SetSecurityTokenServicePreferencesCommand";
|
|
131
138
|
export * from "./SimulateCustomPolicyCommand";
|
|
@@ -149,6 +156,7 @@ export * from "./UntagUserCommand";
|
|
|
149
156
|
export * from "./UpdateAccessKeyCommand";
|
|
150
157
|
export * from "./UpdateAccountPasswordPolicyCommand";
|
|
151
158
|
export * from "./UpdateAssumeRolePolicyCommand";
|
|
159
|
+
export * from "./UpdateDelegationRequestCommand";
|
|
152
160
|
export * from "./UpdateGroupCommand";
|
|
153
161
|
export * from "./UpdateLoginProfileCommand";
|
|
154
162
|
export * from "./UpdateOpenIDConnectProviderThumbprintCommand";
|