@jjrawlins/cdk-iam-policy-builder-helper 0.0.85 → 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 +50 -0
- package/lib/constructs/Actions.js +51 -1
- package/methods_list.txt +46 -0
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- 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 +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +5 -5
- 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-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
- 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
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
+
import { AcceptDelegationRequestCommand, } from "./commands/AcceptDelegationRequestCommand";
|
|
2
3
|
import { AddClientIDToOpenIDConnectProviderCommand, } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
3
4
|
import { AddRoleToInstanceProfileCommand, } from "./commands/AddRoleToInstanceProfileCommand";
|
|
4
5
|
import { AddUserToGroupCommand, } from "./commands/AddUserToGroupCommand";
|
|
6
|
+
import { AssociateDelegationRequestCommand, } from "./commands/AssociateDelegationRequestCommand";
|
|
5
7
|
import { AttachGroupPolicyCommand, } from "./commands/AttachGroupPolicyCommand";
|
|
6
8
|
import { AttachRolePolicyCommand, } from "./commands/AttachRolePolicyCommand";
|
|
7
9
|
import { AttachUserPolicyCommand, } from "./commands/AttachUserPolicyCommand";
|
|
@@ -63,8 +65,10 @@ import { GetAccountSummaryCommand, } from "./commands/GetAccountSummaryCommand";
|
|
|
63
65
|
import { GetContextKeysForCustomPolicyCommand, } from "./commands/GetContextKeysForCustomPolicyCommand";
|
|
64
66
|
import { GetContextKeysForPrincipalPolicyCommand, } from "./commands/GetContextKeysForPrincipalPolicyCommand";
|
|
65
67
|
import { GetCredentialReportCommand, } from "./commands/GetCredentialReportCommand";
|
|
68
|
+
import { GetDelegationRequestCommand, } from "./commands/GetDelegationRequestCommand";
|
|
66
69
|
import { GetGroupCommand } from "./commands/GetGroupCommand";
|
|
67
70
|
import { GetGroupPolicyCommand, } from "./commands/GetGroupPolicyCommand";
|
|
71
|
+
import { GetHumanReadableSummaryCommand, } from "./commands/GetHumanReadableSummaryCommand";
|
|
68
72
|
import { GetInstanceProfileCommand, } from "./commands/GetInstanceProfileCommand";
|
|
69
73
|
import { GetLoginProfileCommand, } from "./commands/GetLoginProfileCommand";
|
|
70
74
|
import { GetMFADeviceCommand, } from "./commands/GetMFADeviceCommand";
|
|
@@ -87,6 +91,7 @@ import { ListAccountAliasesCommand, } from "./commands/ListAccountAliasesCommand
|
|
|
87
91
|
import { ListAttachedGroupPoliciesCommand, } from "./commands/ListAttachedGroupPoliciesCommand";
|
|
88
92
|
import { ListAttachedRolePoliciesCommand, } from "./commands/ListAttachedRolePoliciesCommand";
|
|
89
93
|
import { ListAttachedUserPoliciesCommand, } from "./commands/ListAttachedUserPoliciesCommand";
|
|
94
|
+
import { ListDelegationRequestsCommand, } from "./commands/ListDelegationRequestsCommand";
|
|
90
95
|
import { ListEntitiesForPolicyCommand, } from "./commands/ListEntitiesForPolicyCommand";
|
|
91
96
|
import { ListGroupPoliciesCommand, } from "./commands/ListGroupPoliciesCommand";
|
|
92
97
|
import { ListGroupsCommand } from "./commands/ListGroupsCommand";
|
|
@@ -122,11 +127,13 @@ import { PutRolePermissionsBoundaryCommand, } from "./commands/PutRolePermission
|
|
|
122
127
|
import { PutRolePolicyCommand, } from "./commands/PutRolePolicyCommand";
|
|
123
128
|
import { PutUserPermissionsBoundaryCommand, } from "./commands/PutUserPermissionsBoundaryCommand";
|
|
124
129
|
import { PutUserPolicyCommand, } from "./commands/PutUserPolicyCommand";
|
|
130
|
+
import { RejectDelegationRequestCommand, } from "./commands/RejectDelegationRequestCommand";
|
|
125
131
|
import { RemoveClientIDFromOpenIDConnectProviderCommand, } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
126
132
|
import { RemoveRoleFromInstanceProfileCommand, } from "./commands/RemoveRoleFromInstanceProfileCommand";
|
|
127
133
|
import { RemoveUserFromGroupCommand, } from "./commands/RemoveUserFromGroupCommand";
|
|
128
134
|
import { ResetServiceSpecificCredentialCommand, } from "./commands/ResetServiceSpecificCredentialCommand";
|
|
129
135
|
import { ResyncMFADeviceCommand, } from "./commands/ResyncMFADeviceCommand";
|
|
136
|
+
import { SendDelegationTokenCommand, } from "./commands/SendDelegationTokenCommand";
|
|
130
137
|
import { SetDefaultPolicyVersionCommand, } from "./commands/SetDefaultPolicyVersionCommand";
|
|
131
138
|
import { SetSecurityTokenServicePreferencesCommand, } from "./commands/SetSecurityTokenServicePreferencesCommand";
|
|
132
139
|
import { SimulateCustomPolicyCommand, } from "./commands/SimulateCustomPolicyCommand";
|
|
@@ -150,6 +157,7 @@ import { UntagUserCommand } from "./commands/UntagUserCommand";
|
|
|
150
157
|
import { UpdateAccessKeyCommand, } from "./commands/UpdateAccessKeyCommand";
|
|
151
158
|
import { UpdateAccountPasswordPolicyCommand, } from "./commands/UpdateAccountPasswordPolicyCommand";
|
|
152
159
|
import { UpdateAssumeRolePolicyCommand, } from "./commands/UpdateAssumeRolePolicyCommand";
|
|
160
|
+
import { UpdateDelegationRequestCommand, } from "./commands/UpdateDelegationRequestCommand";
|
|
153
161
|
import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
|
|
154
162
|
import { UpdateLoginProfileCommand, } from "./commands/UpdateLoginProfileCommand";
|
|
155
163
|
import { UpdateOpenIDConnectProviderThumbprintCommand, } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
@@ -166,9 +174,11 @@ import { UploadSigningCertificateCommand, } from "./commands/UploadSigningCertif
|
|
|
166
174
|
import { UploadSSHPublicKeyCommand, } from "./commands/UploadSSHPublicKeyCommand";
|
|
167
175
|
import { IAMClient } from "./IAMClient";
|
|
168
176
|
const commands = {
|
|
177
|
+
AcceptDelegationRequestCommand,
|
|
169
178
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
170
179
|
AddRoleToInstanceProfileCommand,
|
|
171
180
|
AddUserToGroupCommand,
|
|
181
|
+
AssociateDelegationRequestCommand,
|
|
172
182
|
AttachGroupPolicyCommand,
|
|
173
183
|
AttachRolePolicyCommand,
|
|
174
184
|
AttachUserPolicyCommand,
|
|
@@ -230,8 +240,10 @@ const commands = {
|
|
|
230
240
|
GetContextKeysForCustomPolicyCommand,
|
|
231
241
|
GetContextKeysForPrincipalPolicyCommand,
|
|
232
242
|
GetCredentialReportCommand,
|
|
243
|
+
GetDelegationRequestCommand,
|
|
233
244
|
GetGroupCommand,
|
|
234
245
|
GetGroupPolicyCommand,
|
|
246
|
+
GetHumanReadableSummaryCommand,
|
|
235
247
|
GetInstanceProfileCommand,
|
|
236
248
|
GetLoginProfileCommand,
|
|
237
249
|
GetMFADeviceCommand,
|
|
@@ -254,6 +266,7 @@ const commands = {
|
|
|
254
266
|
ListAttachedGroupPoliciesCommand,
|
|
255
267
|
ListAttachedRolePoliciesCommand,
|
|
256
268
|
ListAttachedUserPoliciesCommand,
|
|
269
|
+
ListDelegationRequestsCommand,
|
|
257
270
|
ListEntitiesForPolicyCommand,
|
|
258
271
|
ListGroupPoliciesCommand,
|
|
259
272
|
ListGroupsCommand,
|
|
@@ -289,11 +302,13 @@ const commands = {
|
|
|
289
302
|
PutRolePolicyCommand,
|
|
290
303
|
PutUserPermissionsBoundaryCommand,
|
|
291
304
|
PutUserPolicyCommand,
|
|
305
|
+
RejectDelegationRequestCommand,
|
|
292
306
|
RemoveClientIDFromOpenIDConnectProviderCommand,
|
|
293
307
|
RemoveRoleFromInstanceProfileCommand,
|
|
294
308
|
RemoveUserFromGroupCommand,
|
|
295
309
|
ResetServiceSpecificCredentialCommand,
|
|
296
310
|
ResyncMFADeviceCommand,
|
|
311
|
+
SendDelegationTokenCommand,
|
|
297
312
|
SetDefaultPolicyVersionCommand,
|
|
298
313
|
SetSecurityTokenServicePreferencesCommand,
|
|
299
314
|
SimulateCustomPolicyCommand,
|
|
@@ -317,6 +332,7 @@ const commands = {
|
|
|
317
332
|
UpdateAccessKeyCommand,
|
|
318
333
|
UpdateAccountPasswordPolicyCommand,
|
|
319
334
|
UpdateAssumeRolePolicyCommand,
|
|
335
|
+
UpdateDelegationRequestCommand,
|
|
320
336
|
UpdateGroupCommand,
|
|
321
337
|
UpdateLoginProfileCommand,
|
|
322
338
|
UpdateOpenIDConnectProviderThumbprintCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AcceptDelegationRequest } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AcceptDelegationRequestCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "AcceptDelegationRequest", {})
|
|
13
|
+
.n("IAMClient", "AcceptDelegationRequestCommand")
|
|
14
|
+
.sc(AcceptDelegationRequest)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AssociateDelegationRequest } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AssociateDelegationRequestCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "AssociateDelegationRequest", {})
|
|
13
|
+
.n("IAMClient", "AssociateDelegationRequestCommand")
|
|
14
|
+
.sc(AssociateDelegationRequest)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetDelegationRequest } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetDelegationRequestCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "GetDelegationRequest", {})
|
|
13
|
+
.n("IAMClient", "GetDelegationRequestCommand")
|
|
14
|
+
.sc(GetDelegationRequest)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetHumanReadableSummary } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetHumanReadableSummaryCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "GetHumanReadableSummary", {})
|
|
13
|
+
.n("IAMClient", "GetHumanReadableSummaryCommand")
|
|
14
|
+
.sc(GetHumanReadableSummary)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListDelegationRequests } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListDelegationRequestsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "ListDelegationRequests", {})
|
|
13
|
+
.n("IAMClient", "ListDelegationRequestsCommand")
|
|
14
|
+
.sc(ListDelegationRequests)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { RejectDelegationRequest } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class RejectDelegationRequestCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "RejectDelegationRequest", {})
|
|
13
|
+
.n("IAMClient", "RejectDelegationRequestCommand")
|
|
14
|
+
.sc(RejectDelegationRequest)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { SendDelegationToken } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class SendDelegationTokenCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "SendDelegationToken", {})
|
|
13
|
+
.n("IAMClient", "SendDelegationTokenCommand")
|
|
14
|
+
.sc(SendDelegationToken)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateDelegationRequest } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateDelegationRequestCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSIdentityManagementV20100508", "UpdateDelegationRequest", {})
|
|
13
|
+
.n("IAMClient", "UpdateDelegationRequestCommand")
|
|
14
|
+
.sc(UpdateDelegationRequest)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -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";
|
|
@@ -1,4 +1,40 @@
|
|
|
1
1
|
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
2
|
+
export class ConcurrentModificationException extends __BaseException {
|
|
3
|
+
name = "ConcurrentModificationException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "ConcurrentModificationException",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class NoSuchEntityException extends __BaseException {
|
|
15
|
+
name = "NoSuchEntityException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "NoSuchEntityException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, NoSuchEntityException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class ServiceFailureException extends __BaseException {
|
|
27
|
+
name = "ServiceFailureException";
|
|
28
|
+
$fault = "server";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "ServiceFailureException",
|
|
32
|
+
$fault: "server",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
2
38
|
export const AccessAdvisorUsageGranularityType = {
|
|
3
39
|
ACTION_LEVEL: "ACTION_LEVEL",
|
|
4
40
|
SERVICE_LEVEL: "SERVICE_LEVEL",
|
|
@@ -22,18 +58,6 @@ export class AccountNotManagementOrDelegatedAdministratorException extends __Bas
|
|
|
22
58
|
this.Message = opts.Message;
|
|
23
59
|
}
|
|
24
60
|
}
|
|
25
|
-
export class ConcurrentModificationException extends __BaseException {
|
|
26
|
-
name = "ConcurrentModificationException";
|
|
27
|
-
$fault = "client";
|
|
28
|
-
constructor(opts) {
|
|
29
|
-
super({
|
|
30
|
-
name: "ConcurrentModificationException",
|
|
31
|
-
$fault: "client",
|
|
32
|
-
...opts,
|
|
33
|
-
});
|
|
34
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
61
|
export class InvalidInputException extends __BaseException {
|
|
38
62
|
name = "InvalidInputException";
|
|
39
63
|
$fault = "client";
|
|
@@ -58,30 +82,6 @@ export class LimitExceededException extends __BaseException {
|
|
|
58
82
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
59
83
|
}
|
|
60
84
|
}
|
|
61
|
-
export class NoSuchEntityException extends __BaseException {
|
|
62
|
-
name = "NoSuchEntityException";
|
|
63
|
-
$fault = "client";
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "NoSuchEntityException",
|
|
67
|
-
$fault: "client",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
Object.setPrototypeOf(this, NoSuchEntityException.prototype);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
export class ServiceFailureException extends __BaseException {
|
|
74
|
-
name = "ServiceFailureException";
|
|
75
|
-
$fault = "server";
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "ServiceFailureException",
|
|
79
|
-
$fault: "server",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
85
|
export class EntityAlreadyExistsException extends __BaseException {
|
|
86
86
|
name = "EntityAlreadyExistsException";
|
|
87
87
|
$fault = "client";
|
|
@@ -389,6 +389,31 @@ export class CredentialReportNotReadyException extends __BaseException {
|
|
|
389
389
|
export const ReportFormatType = {
|
|
390
390
|
text_csv: "text/csv",
|
|
391
391
|
};
|
|
392
|
+
export const StateType = {
|
|
393
|
+
ACCEPTED: "ACCEPTED",
|
|
394
|
+
ASSIGNED: "ASSIGNED",
|
|
395
|
+
EXPIRED: "EXPIRED",
|
|
396
|
+
FINALIZED: "FINALIZED",
|
|
397
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
398
|
+
REJECTED: "REJECTED",
|
|
399
|
+
UNASSIGNED: "UNASSIGNED",
|
|
400
|
+
};
|
|
401
|
+
export const PermissionCheckResultType = {
|
|
402
|
+
ALLOWED: "ALLOWED",
|
|
403
|
+
DENIED: "DENIED",
|
|
404
|
+
UNSURE: "UNSURE",
|
|
405
|
+
};
|
|
406
|
+
export const PermissionCheckStatusType = {
|
|
407
|
+
COMPLETE: "COMPLETE",
|
|
408
|
+
FAILED: "FAILED",
|
|
409
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
410
|
+
};
|
|
411
|
+
export const SummaryStateType = {
|
|
412
|
+
AVAILABLE: "AVAILABLE",
|
|
413
|
+
FAILED: "FAILED",
|
|
414
|
+
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
415
|
+
NOT_SUPPORTED: "NOT_SUPPORTED",
|
|
416
|
+
};
|
|
392
417
|
export const SortKeyType = {
|
|
393
418
|
LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
|
|
394
419
|
LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
|
|
@@ -440,7 +465,3 @@ export const PolicyType = {
|
|
|
440
465
|
INLINE: "INLINE",
|
|
441
466
|
MANAGED: "MANAGED",
|
|
442
467
|
};
|
|
443
|
-
export const GlobalEndpointTokenVersion = {
|
|
444
|
-
v1Token: "v1Token",
|
|
445
|
-
v2Token: "v2Token",
|
|
446
|
-
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
2
|
+
export const GlobalEndpointTokenVersion = {
|
|
3
|
+
v1Token: "v1Token",
|
|
4
|
+
v2Token: "v2Token",
|
|
5
|
+
};
|
|
2
6
|
export class PolicyEvaluationException extends __BaseException {
|
|
3
7
|
name = "PolicyEvaluationException";
|
|
4
8
|
$fault = "server";
|