@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.
Files changed (89) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +31 -0
  5. package/lib/constructs/Actions.js +32 -1
  6. package/methods_list.txt +29 -0
  7. package/node_modules/@aws-sdk/client-iam/README.md +64 -0
  8. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
  9. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  11. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
  20. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
  22. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
  24. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
  47. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
  48. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
  50. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
  51. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
  52. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  53. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  54. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  55. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  56. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  57. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  63. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  71. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
  72. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  75. package/node_modules/@aws-sdk/client-iam/package.json +5 -5
  76. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  77. package/node_modules/@aws-sdk/core/package.json +1 -1
  78. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  79. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  80. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  81. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  82. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  83. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  84. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  86. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  87. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  88. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  89. 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
+ }
@@ -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";