@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,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptDelegationRequestCommandInput,
|
|
4
|
+
AcceptDelegationRequestCommandOutput,
|
|
5
|
+
} from "./commands/AcceptDelegationRequestCommand";
|
|
2
6
|
import {
|
|
3
7
|
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
4
8
|
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
@@ -11,6 +15,10 @@ import {
|
|
|
11
15
|
AddUserToGroupCommandInput,
|
|
12
16
|
AddUserToGroupCommandOutput,
|
|
13
17
|
} from "./commands/AddUserToGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateDelegationRequestCommandInput,
|
|
20
|
+
AssociateDelegationRequestCommandOutput,
|
|
21
|
+
} from "./commands/AssociateDelegationRequestCommand";
|
|
14
22
|
import {
|
|
15
23
|
AttachGroupPolicyCommandInput,
|
|
16
24
|
AttachGroupPolicyCommandOutput,
|
|
@@ -255,6 +263,10 @@ import {
|
|
|
255
263
|
GetCredentialReportCommandInput,
|
|
256
264
|
GetCredentialReportCommandOutput,
|
|
257
265
|
} from "./commands/GetCredentialReportCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetDelegationRequestCommandInput,
|
|
268
|
+
GetDelegationRequestCommandOutput,
|
|
269
|
+
} from "./commands/GetDelegationRequestCommand";
|
|
258
270
|
import {
|
|
259
271
|
GetGroupCommandInput,
|
|
260
272
|
GetGroupCommandOutput,
|
|
@@ -263,6 +275,10 @@ import {
|
|
|
263
275
|
GetGroupPolicyCommandInput,
|
|
264
276
|
GetGroupPolicyCommandOutput,
|
|
265
277
|
} from "./commands/GetGroupPolicyCommand";
|
|
278
|
+
import {
|
|
279
|
+
GetHumanReadableSummaryCommandInput,
|
|
280
|
+
GetHumanReadableSummaryCommandOutput,
|
|
281
|
+
} from "./commands/GetHumanReadableSummaryCommand";
|
|
266
282
|
import {
|
|
267
283
|
GetInstanceProfileCommandInput,
|
|
268
284
|
GetInstanceProfileCommandOutput,
|
|
@@ -351,6 +367,10 @@ import {
|
|
|
351
367
|
ListAttachedUserPoliciesCommandInput,
|
|
352
368
|
ListAttachedUserPoliciesCommandOutput,
|
|
353
369
|
} from "./commands/ListAttachedUserPoliciesCommand";
|
|
370
|
+
import {
|
|
371
|
+
ListDelegationRequestsCommandInput,
|
|
372
|
+
ListDelegationRequestsCommandOutput,
|
|
373
|
+
} from "./commands/ListDelegationRequestsCommand";
|
|
354
374
|
import {
|
|
355
375
|
ListEntitiesForPolicyCommandInput,
|
|
356
376
|
ListEntitiesForPolicyCommandOutput,
|
|
@@ -491,6 +511,10 @@ import {
|
|
|
491
511
|
PutUserPolicyCommandInput,
|
|
492
512
|
PutUserPolicyCommandOutput,
|
|
493
513
|
} from "./commands/PutUserPolicyCommand";
|
|
514
|
+
import {
|
|
515
|
+
RejectDelegationRequestCommandInput,
|
|
516
|
+
RejectDelegationRequestCommandOutput,
|
|
517
|
+
} from "./commands/RejectDelegationRequestCommand";
|
|
494
518
|
import {
|
|
495
519
|
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
496
520
|
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
@@ -511,6 +535,10 @@ import {
|
|
|
511
535
|
ResyncMFADeviceCommandInput,
|
|
512
536
|
ResyncMFADeviceCommandOutput,
|
|
513
537
|
} from "./commands/ResyncMFADeviceCommand";
|
|
538
|
+
import {
|
|
539
|
+
SendDelegationTokenCommandInput,
|
|
540
|
+
SendDelegationTokenCommandOutput,
|
|
541
|
+
} from "./commands/SendDelegationTokenCommand";
|
|
514
542
|
import {
|
|
515
543
|
SetDefaultPolicyVersionCommandInput,
|
|
516
544
|
SetDefaultPolicyVersionCommandOutput,
|
|
@@ -603,6 +631,10 @@ import {
|
|
|
603
631
|
UpdateAssumeRolePolicyCommandInput,
|
|
604
632
|
UpdateAssumeRolePolicyCommandOutput,
|
|
605
633
|
} from "./commands/UpdateAssumeRolePolicyCommand";
|
|
634
|
+
import {
|
|
635
|
+
UpdateDelegationRequestCommandInput,
|
|
636
|
+
UpdateDelegationRequestCommandOutput,
|
|
637
|
+
} from "./commands/UpdateDelegationRequestCommand";
|
|
606
638
|
import {
|
|
607
639
|
UpdateGroupCommandInput,
|
|
608
640
|
UpdateGroupCommandOutput,
|
|
@@ -661,6 +693,19 @@ import {
|
|
|
661
693
|
} from "./commands/UploadSSHPublicKeyCommand";
|
|
662
694
|
import { IAMClient } from "./IAMClient";
|
|
663
695
|
export interface IAM {
|
|
696
|
+
acceptDelegationRequest(
|
|
697
|
+
args: AcceptDelegationRequestCommandInput,
|
|
698
|
+
options?: __HttpHandlerOptions
|
|
699
|
+
): Promise<AcceptDelegationRequestCommandOutput>;
|
|
700
|
+
acceptDelegationRequest(
|
|
701
|
+
args: AcceptDelegationRequestCommandInput,
|
|
702
|
+
cb: (err: any, data?: AcceptDelegationRequestCommandOutput) => void
|
|
703
|
+
): void;
|
|
704
|
+
acceptDelegationRequest(
|
|
705
|
+
args: AcceptDelegationRequestCommandInput,
|
|
706
|
+
options: __HttpHandlerOptions,
|
|
707
|
+
cb: (err: any, data?: AcceptDelegationRequestCommandOutput) => void
|
|
708
|
+
): void;
|
|
664
709
|
addClientIDToOpenIDConnectProvider(
|
|
665
710
|
args: AddClientIDToOpenIDConnectProviderCommandInput,
|
|
666
711
|
options?: __HttpHandlerOptions
|
|
@@ -706,6 +751,19 @@ export interface IAM {
|
|
|
706
751
|
options: __HttpHandlerOptions,
|
|
707
752
|
cb: (err: any, data?: AddUserToGroupCommandOutput) => void
|
|
708
753
|
): void;
|
|
754
|
+
associateDelegationRequest(
|
|
755
|
+
args: AssociateDelegationRequestCommandInput,
|
|
756
|
+
options?: __HttpHandlerOptions
|
|
757
|
+
): Promise<AssociateDelegationRequestCommandOutput>;
|
|
758
|
+
associateDelegationRequest(
|
|
759
|
+
args: AssociateDelegationRequestCommandInput,
|
|
760
|
+
cb: (err: any, data?: AssociateDelegationRequestCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
associateDelegationRequest(
|
|
763
|
+
args: AssociateDelegationRequestCommandInput,
|
|
764
|
+
options: __HttpHandlerOptions,
|
|
765
|
+
cb: (err: any, data?: AssociateDelegationRequestCommandOutput) => void
|
|
766
|
+
): void;
|
|
709
767
|
attachGroupPolicy(
|
|
710
768
|
args: AttachGroupPolicyCommandInput,
|
|
711
769
|
options?: __HttpHandlerOptions
|
|
@@ -1536,6 +1594,19 @@ export interface IAM {
|
|
|
1536
1594
|
options: __HttpHandlerOptions,
|
|
1537
1595
|
cb: (err: any, data?: GetCredentialReportCommandOutput) => void
|
|
1538
1596
|
): void;
|
|
1597
|
+
getDelegationRequest(
|
|
1598
|
+
args: GetDelegationRequestCommandInput,
|
|
1599
|
+
options?: __HttpHandlerOptions
|
|
1600
|
+
): Promise<GetDelegationRequestCommandOutput>;
|
|
1601
|
+
getDelegationRequest(
|
|
1602
|
+
args: GetDelegationRequestCommandInput,
|
|
1603
|
+
cb: (err: any, data?: GetDelegationRequestCommandOutput) => void
|
|
1604
|
+
): void;
|
|
1605
|
+
getDelegationRequest(
|
|
1606
|
+
args: GetDelegationRequestCommandInput,
|
|
1607
|
+
options: __HttpHandlerOptions,
|
|
1608
|
+
cb: (err: any, data?: GetDelegationRequestCommandOutput) => void
|
|
1609
|
+
): void;
|
|
1539
1610
|
getGroup(
|
|
1540
1611
|
args: GetGroupCommandInput,
|
|
1541
1612
|
options?: __HttpHandlerOptions
|
|
@@ -1562,6 +1633,19 @@ export interface IAM {
|
|
|
1562
1633
|
options: __HttpHandlerOptions,
|
|
1563
1634
|
cb: (err: any, data?: GetGroupPolicyCommandOutput) => void
|
|
1564
1635
|
): void;
|
|
1636
|
+
getHumanReadableSummary(
|
|
1637
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1638
|
+
options?: __HttpHandlerOptions
|
|
1639
|
+
): Promise<GetHumanReadableSummaryCommandOutput>;
|
|
1640
|
+
getHumanReadableSummary(
|
|
1641
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1642
|
+
cb: (err: any, data?: GetHumanReadableSummaryCommandOutput) => void
|
|
1643
|
+
): void;
|
|
1644
|
+
getHumanReadableSummary(
|
|
1645
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1646
|
+
options: __HttpHandlerOptions,
|
|
1647
|
+
cb: (err: any, data?: GetHumanReadableSummaryCommandOutput) => void
|
|
1648
|
+
): void;
|
|
1565
1649
|
getInstanceProfile(
|
|
1566
1650
|
args: GetInstanceProfileCommandInput,
|
|
1567
1651
|
options?: __HttpHandlerOptions
|
|
@@ -1864,6 +1948,20 @@ export interface IAM {
|
|
|
1864
1948
|
options: __HttpHandlerOptions,
|
|
1865
1949
|
cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void
|
|
1866
1950
|
): void;
|
|
1951
|
+
listDelegationRequests(): Promise<ListDelegationRequestsCommandOutput>;
|
|
1952
|
+
listDelegationRequests(
|
|
1953
|
+
args: ListDelegationRequestsCommandInput,
|
|
1954
|
+
options?: __HttpHandlerOptions
|
|
1955
|
+
): Promise<ListDelegationRequestsCommandOutput>;
|
|
1956
|
+
listDelegationRequests(
|
|
1957
|
+
args: ListDelegationRequestsCommandInput,
|
|
1958
|
+
cb: (err: any, data?: ListDelegationRequestsCommandOutput) => void
|
|
1959
|
+
): void;
|
|
1960
|
+
listDelegationRequests(
|
|
1961
|
+
args: ListDelegationRequestsCommandInput,
|
|
1962
|
+
options: __HttpHandlerOptions,
|
|
1963
|
+
cb: (err: any, data?: ListDelegationRequestsCommandOutput) => void
|
|
1964
|
+
): void;
|
|
1867
1965
|
listEntitiesForPolicy(
|
|
1868
1966
|
args: ListEntitiesForPolicyCommandInput,
|
|
1869
1967
|
options?: __HttpHandlerOptions
|
|
@@ -2339,6 +2437,19 @@ export interface IAM {
|
|
|
2339
2437
|
options: __HttpHandlerOptions,
|
|
2340
2438
|
cb: (err: any, data?: PutUserPolicyCommandOutput) => void
|
|
2341
2439
|
): void;
|
|
2440
|
+
rejectDelegationRequest(
|
|
2441
|
+
args: RejectDelegationRequestCommandInput,
|
|
2442
|
+
options?: __HttpHandlerOptions
|
|
2443
|
+
): Promise<RejectDelegationRequestCommandOutput>;
|
|
2444
|
+
rejectDelegationRequest(
|
|
2445
|
+
args: RejectDelegationRequestCommandInput,
|
|
2446
|
+
cb: (err: any, data?: RejectDelegationRequestCommandOutput) => void
|
|
2447
|
+
): void;
|
|
2448
|
+
rejectDelegationRequest(
|
|
2449
|
+
args: RejectDelegationRequestCommandInput,
|
|
2450
|
+
options: __HttpHandlerOptions,
|
|
2451
|
+
cb: (err: any, data?: RejectDelegationRequestCommandOutput) => void
|
|
2452
|
+
): void;
|
|
2342
2453
|
removeClientIDFromOpenIDConnectProvider(
|
|
2343
2454
|
args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
2344
2455
|
options?: __HttpHandlerOptions
|
|
@@ -2410,6 +2521,19 @@ export interface IAM {
|
|
|
2410
2521
|
options: __HttpHandlerOptions,
|
|
2411
2522
|
cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void
|
|
2412
2523
|
): void;
|
|
2524
|
+
sendDelegationToken(
|
|
2525
|
+
args: SendDelegationTokenCommandInput,
|
|
2526
|
+
options?: __HttpHandlerOptions
|
|
2527
|
+
): Promise<SendDelegationTokenCommandOutput>;
|
|
2528
|
+
sendDelegationToken(
|
|
2529
|
+
args: SendDelegationTokenCommandInput,
|
|
2530
|
+
cb: (err: any, data?: SendDelegationTokenCommandOutput) => void
|
|
2531
|
+
): void;
|
|
2532
|
+
sendDelegationToken(
|
|
2533
|
+
args: SendDelegationTokenCommandInput,
|
|
2534
|
+
options: __HttpHandlerOptions,
|
|
2535
|
+
cb: (err: any, data?: SendDelegationTokenCommandOutput) => void
|
|
2536
|
+
): void;
|
|
2413
2537
|
setDefaultPolicyVersion(
|
|
2414
2538
|
args: SetDefaultPolicyVersionCommandInput,
|
|
2415
2539
|
options?: __HttpHandlerOptions
|
|
@@ -2716,6 +2840,19 @@ export interface IAM {
|
|
|
2716
2840
|
options: __HttpHandlerOptions,
|
|
2717
2841
|
cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void
|
|
2718
2842
|
): void;
|
|
2843
|
+
updateDelegationRequest(
|
|
2844
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2845
|
+
options?: __HttpHandlerOptions
|
|
2846
|
+
): Promise<UpdateDelegationRequestCommandOutput>;
|
|
2847
|
+
updateDelegationRequest(
|
|
2848
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2849
|
+
cb: (err: any, data?: UpdateDelegationRequestCommandOutput) => void
|
|
2850
|
+
): void;
|
|
2851
|
+
updateDelegationRequest(
|
|
2852
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2853
|
+
options: __HttpHandlerOptions,
|
|
2854
|
+
cb: (err: any, data?: UpdateDelegationRequestCommandOutput) => void
|
|
2855
|
+
): void;
|
|
2719
2856
|
updateGroup(
|
|
2720
2857
|
args: UpdateGroupCommandInput,
|
|
2721
2858
|
options?: __HttpHandlerOptions
|
|
@@ -48,6 +48,10 @@ import {
|
|
|
48
48
|
HttpAuthSchemeInputConfig,
|
|
49
49
|
HttpAuthSchemeResolvedConfig,
|
|
50
50
|
} from "./auth/httpAuthSchemeProvider";
|
|
51
|
+
import {
|
|
52
|
+
AcceptDelegationRequestCommandInput,
|
|
53
|
+
AcceptDelegationRequestCommandOutput,
|
|
54
|
+
} from "./commands/AcceptDelegationRequestCommand";
|
|
51
55
|
import {
|
|
52
56
|
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
53
57
|
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
@@ -60,6 +64,10 @@ import {
|
|
|
60
64
|
AddUserToGroupCommandInput,
|
|
61
65
|
AddUserToGroupCommandOutput,
|
|
62
66
|
} from "./commands/AddUserToGroupCommand";
|
|
67
|
+
import {
|
|
68
|
+
AssociateDelegationRequestCommandInput,
|
|
69
|
+
AssociateDelegationRequestCommandOutput,
|
|
70
|
+
} from "./commands/AssociateDelegationRequestCommand";
|
|
63
71
|
import {
|
|
64
72
|
AttachGroupPolicyCommandInput,
|
|
65
73
|
AttachGroupPolicyCommandOutput,
|
|
@@ -304,6 +312,10 @@ import {
|
|
|
304
312
|
GetCredentialReportCommandInput,
|
|
305
313
|
GetCredentialReportCommandOutput,
|
|
306
314
|
} from "./commands/GetCredentialReportCommand";
|
|
315
|
+
import {
|
|
316
|
+
GetDelegationRequestCommandInput,
|
|
317
|
+
GetDelegationRequestCommandOutput,
|
|
318
|
+
} from "./commands/GetDelegationRequestCommand";
|
|
307
319
|
import {
|
|
308
320
|
GetGroupCommandInput,
|
|
309
321
|
GetGroupCommandOutput,
|
|
@@ -312,6 +324,10 @@ import {
|
|
|
312
324
|
GetGroupPolicyCommandInput,
|
|
313
325
|
GetGroupPolicyCommandOutput,
|
|
314
326
|
} from "./commands/GetGroupPolicyCommand";
|
|
327
|
+
import {
|
|
328
|
+
GetHumanReadableSummaryCommandInput,
|
|
329
|
+
GetHumanReadableSummaryCommandOutput,
|
|
330
|
+
} from "./commands/GetHumanReadableSummaryCommand";
|
|
315
331
|
import {
|
|
316
332
|
GetInstanceProfileCommandInput,
|
|
317
333
|
GetInstanceProfileCommandOutput,
|
|
@@ -400,6 +416,10 @@ import {
|
|
|
400
416
|
ListAttachedUserPoliciesCommandInput,
|
|
401
417
|
ListAttachedUserPoliciesCommandOutput,
|
|
402
418
|
} from "./commands/ListAttachedUserPoliciesCommand";
|
|
419
|
+
import {
|
|
420
|
+
ListDelegationRequestsCommandInput,
|
|
421
|
+
ListDelegationRequestsCommandOutput,
|
|
422
|
+
} from "./commands/ListDelegationRequestsCommand";
|
|
403
423
|
import {
|
|
404
424
|
ListEntitiesForPolicyCommandInput,
|
|
405
425
|
ListEntitiesForPolicyCommandOutput,
|
|
@@ -540,6 +560,10 @@ import {
|
|
|
540
560
|
PutUserPolicyCommandInput,
|
|
541
561
|
PutUserPolicyCommandOutput,
|
|
542
562
|
} from "./commands/PutUserPolicyCommand";
|
|
563
|
+
import {
|
|
564
|
+
RejectDelegationRequestCommandInput,
|
|
565
|
+
RejectDelegationRequestCommandOutput,
|
|
566
|
+
} from "./commands/RejectDelegationRequestCommand";
|
|
543
567
|
import {
|
|
544
568
|
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
545
569
|
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
@@ -560,6 +584,10 @@ import {
|
|
|
560
584
|
ResyncMFADeviceCommandInput,
|
|
561
585
|
ResyncMFADeviceCommandOutput,
|
|
562
586
|
} from "./commands/ResyncMFADeviceCommand";
|
|
587
|
+
import {
|
|
588
|
+
SendDelegationTokenCommandInput,
|
|
589
|
+
SendDelegationTokenCommandOutput,
|
|
590
|
+
} from "./commands/SendDelegationTokenCommand";
|
|
563
591
|
import {
|
|
564
592
|
SetDefaultPolicyVersionCommandInput,
|
|
565
593
|
SetDefaultPolicyVersionCommandOutput,
|
|
@@ -652,6 +680,10 @@ import {
|
|
|
652
680
|
UpdateAssumeRolePolicyCommandInput,
|
|
653
681
|
UpdateAssumeRolePolicyCommandOutput,
|
|
654
682
|
} from "./commands/UpdateAssumeRolePolicyCommand";
|
|
683
|
+
import {
|
|
684
|
+
UpdateDelegationRequestCommandInput,
|
|
685
|
+
UpdateDelegationRequestCommandOutput,
|
|
686
|
+
} from "./commands/UpdateDelegationRequestCommand";
|
|
655
687
|
import {
|
|
656
688
|
UpdateGroupCommandInput,
|
|
657
689
|
UpdateGroupCommandOutput,
|
|
@@ -716,9 +748,11 @@ import {
|
|
|
716
748
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
717
749
|
export { __Client };
|
|
718
750
|
export type ServiceInputTypes =
|
|
751
|
+
| AcceptDelegationRequestCommandInput
|
|
719
752
|
| AddClientIDToOpenIDConnectProviderCommandInput
|
|
720
753
|
| AddRoleToInstanceProfileCommandInput
|
|
721
754
|
| AddUserToGroupCommandInput
|
|
755
|
+
| AssociateDelegationRequestCommandInput
|
|
722
756
|
| AttachGroupPolicyCommandInput
|
|
723
757
|
| AttachRolePolicyCommandInput
|
|
724
758
|
| AttachUserPolicyCommandInput
|
|
@@ -780,8 +814,10 @@ export type ServiceInputTypes =
|
|
|
780
814
|
| GetContextKeysForCustomPolicyCommandInput
|
|
781
815
|
| GetContextKeysForPrincipalPolicyCommandInput
|
|
782
816
|
| GetCredentialReportCommandInput
|
|
817
|
+
| GetDelegationRequestCommandInput
|
|
783
818
|
| GetGroupCommandInput
|
|
784
819
|
| GetGroupPolicyCommandInput
|
|
820
|
+
| GetHumanReadableSummaryCommandInput
|
|
785
821
|
| GetInstanceProfileCommandInput
|
|
786
822
|
| GetLoginProfileCommandInput
|
|
787
823
|
| GetMFADeviceCommandInput
|
|
@@ -804,6 +840,7 @@ export type ServiceInputTypes =
|
|
|
804
840
|
| ListAttachedGroupPoliciesCommandInput
|
|
805
841
|
| ListAttachedRolePoliciesCommandInput
|
|
806
842
|
| ListAttachedUserPoliciesCommandInput
|
|
843
|
+
| ListDelegationRequestsCommandInput
|
|
807
844
|
| ListEntitiesForPolicyCommandInput
|
|
808
845
|
| ListGroupPoliciesCommandInput
|
|
809
846
|
| ListGroupsCommandInput
|
|
@@ -839,11 +876,13 @@ export type ServiceInputTypes =
|
|
|
839
876
|
| PutRolePolicyCommandInput
|
|
840
877
|
| PutUserPermissionsBoundaryCommandInput
|
|
841
878
|
| PutUserPolicyCommandInput
|
|
879
|
+
| RejectDelegationRequestCommandInput
|
|
842
880
|
| RemoveClientIDFromOpenIDConnectProviderCommandInput
|
|
843
881
|
| RemoveRoleFromInstanceProfileCommandInput
|
|
844
882
|
| RemoveUserFromGroupCommandInput
|
|
845
883
|
| ResetServiceSpecificCredentialCommandInput
|
|
846
884
|
| ResyncMFADeviceCommandInput
|
|
885
|
+
| SendDelegationTokenCommandInput
|
|
847
886
|
| SetDefaultPolicyVersionCommandInput
|
|
848
887
|
| SetSecurityTokenServicePreferencesCommandInput
|
|
849
888
|
| SimulateCustomPolicyCommandInput
|
|
@@ -867,6 +906,7 @@ export type ServiceInputTypes =
|
|
|
867
906
|
| UpdateAccessKeyCommandInput
|
|
868
907
|
| UpdateAccountPasswordPolicyCommandInput
|
|
869
908
|
| UpdateAssumeRolePolicyCommandInput
|
|
909
|
+
| UpdateDelegationRequestCommandInput
|
|
870
910
|
| UpdateGroupCommandInput
|
|
871
911
|
| UpdateLoginProfileCommandInput
|
|
872
912
|
| UpdateOpenIDConnectProviderThumbprintCommandInput
|
|
@@ -882,9 +922,11 @@ export type ServiceInputTypes =
|
|
|
882
922
|
| UploadServerCertificateCommandInput
|
|
883
923
|
| UploadSigningCertificateCommandInput;
|
|
884
924
|
export type ServiceOutputTypes =
|
|
925
|
+
| AcceptDelegationRequestCommandOutput
|
|
885
926
|
| AddClientIDToOpenIDConnectProviderCommandOutput
|
|
886
927
|
| AddRoleToInstanceProfileCommandOutput
|
|
887
928
|
| AddUserToGroupCommandOutput
|
|
929
|
+
| AssociateDelegationRequestCommandOutput
|
|
888
930
|
| AttachGroupPolicyCommandOutput
|
|
889
931
|
| AttachRolePolicyCommandOutput
|
|
890
932
|
| AttachUserPolicyCommandOutput
|
|
@@ -946,8 +988,10 @@ export type ServiceOutputTypes =
|
|
|
946
988
|
| GetContextKeysForCustomPolicyCommandOutput
|
|
947
989
|
| GetContextKeysForPrincipalPolicyCommandOutput
|
|
948
990
|
| GetCredentialReportCommandOutput
|
|
991
|
+
| GetDelegationRequestCommandOutput
|
|
949
992
|
| GetGroupCommandOutput
|
|
950
993
|
| GetGroupPolicyCommandOutput
|
|
994
|
+
| GetHumanReadableSummaryCommandOutput
|
|
951
995
|
| GetInstanceProfileCommandOutput
|
|
952
996
|
| GetLoginProfileCommandOutput
|
|
953
997
|
| GetMFADeviceCommandOutput
|
|
@@ -970,6 +1014,7 @@ export type ServiceOutputTypes =
|
|
|
970
1014
|
| ListAttachedGroupPoliciesCommandOutput
|
|
971
1015
|
| ListAttachedRolePoliciesCommandOutput
|
|
972
1016
|
| ListAttachedUserPoliciesCommandOutput
|
|
1017
|
+
| ListDelegationRequestsCommandOutput
|
|
973
1018
|
| ListEntitiesForPolicyCommandOutput
|
|
974
1019
|
| ListGroupPoliciesCommandOutput
|
|
975
1020
|
| ListGroupsCommandOutput
|
|
@@ -1005,11 +1050,13 @@ export type ServiceOutputTypes =
|
|
|
1005
1050
|
| PutRolePolicyCommandOutput
|
|
1006
1051
|
| PutUserPermissionsBoundaryCommandOutput
|
|
1007
1052
|
| PutUserPolicyCommandOutput
|
|
1053
|
+
| RejectDelegationRequestCommandOutput
|
|
1008
1054
|
| RemoveClientIDFromOpenIDConnectProviderCommandOutput
|
|
1009
1055
|
| RemoveRoleFromInstanceProfileCommandOutput
|
|
1010
1056
|
| RemoveUserFromGroupCommandOutput
|
|
1011
1057
|
| ResetServiceSpecificCredentialCommandOutput
|
|
1012
1058
|
| ResyncMFADeviceCommandOutput
|
|
1059
|
+
| SendDelegationTokenCommandOutput
|
|
1013
1060
|
| SetDefaultPolicyVersionCommandOutput
|
|
1014
1061
|
| SetSecurityTokenServicePreferencesCommandOutput
|
|
1015
1062
|
| SimulateCustomPolicyCommandOutput
|
|
@@ -1033,6 +1080,7 @@ export type ServiceOutputTypes =
|
|
|
1033
1080
|
| UpdateAccessKeyCommandOutput
|
|
1034
1081
|
| UpdateAccountPasswordPolicyCommandOutput
|
|
1035
1082
|
| UpdateAssumeRolePolicyCommandOutput
|
|
1083
|
+
| UpdateDelegationRequestCommandOutput
|
|
1036
1084
|
| UpdateGroupCommandOutput
|
|
1037
1085
|
| UpdateLoginProfileCommandOutput
|
|
1038
1086
|
| UpdateOpenIDConnectProviderThumbprintCommandOutput
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import { AcceptDelegationRequestRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface AcceptDelegationRequestCommandInput
|
|
12
|
+
extends AcceptDelegationRequestRequest {}
|
|
13
|
+
export interface AcceptDelegationRequestCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const AcceptDelegationRequestCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: AcceptDelegationRequestCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
AcceptDelegationRequestCommandInput,
|
|
20
|
+
AcceptDelegationRequestCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: AcceptDelegationRequestCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
AcceptDelegationRequestCommandInput,
|
|
29
|
+
AcceptDelegationRequestCommandOutput,
|
|
30
|
+
IAMClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class AcceptDelegationRequestCommand extends AcceptDelegationRequestCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AcceptDelegationRequestRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AcceptDelegationRequestCommandInput;
|
|
44
|
+
output: AcceptDelegationRequestCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import { AssociateDelegationRequestRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface AssociateDelegationRequestCommandInput
|
|
12
|
+
extends AssociateDelegationRequestRequest {}
|
|
13
|
+
export interface AssociateDelegationRequestCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const AssociateDelegationRequestCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: AssociateDelegationRequestCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
AssociateDelegationRequestCommandInput,
|
|
20
|
+
AssociateDelegationRequestCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: AssociateDelegationRequestCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
AssociateDelegationRequestCommandInput,
|
|
29
|
+
AssociateDelegationRequestCommandOutput,
|
|
30
|
+
IAMClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class AssociateDelegationRequestCommand extends AssociateDelegationRequestCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AssociateDelegationRequestRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AssociateDelegationRequestCommandInput;
|
|
44
|
+
output: AssociateDelegationRequestCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import {
|
|
9
|
+
GetDelegationRequestRequest,
|
|
10
|
+
GetDelegationRequestResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetDelegationRequestCommandInput
|
|
15
|
+
extends GetDelegationRequestRequest {}
|
|
16
|
+
export interface GetDelegationRequestCommandOutput
|
|
17
|
+
extends GetDelegationRequestResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetDelegationRequestCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetDelegationRequestCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetDelegationRequestCommandInput,
|
|
24
|
+
GetDelegationRequestCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetDelegationRequestCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetDelegationRequestCommandInput,
|
|
33
|
+
GetDelegationRequestCommandOutput,
|
|
34
|
+
IAMClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetDelegationRequestCommand extends GetDelegationRequestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDelegationRequestRequest;
|
|
44
|
+
output: GetDelegationRequestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDelegationRequestCommandInput;
|
|
48
|
+
output: GetDelegationRequestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import {
|
|
9
|
+
GetHumanReadableSummaryRequest,
|
|
10
|
+
GetHumanReadableSummaryResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetHumanReadableSummaryCommandInput
|
|
15
|
+
extends GetHumanReadableSummaryRequest {}
|
|
16
|
+
export interface GetHumanReadableSummaryCommandOutput
|
|
17
|
+
extends GetHumanReadableSummaryResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetHumanReadableSummaryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetHumanReadableSummaryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetHumanReadableSummaryCommandInput,
|
|
24
|
+
GetHumanReadableSummaryCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetHumanReadableSummaryCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetHumanReadableSummaryCommandInput,
|
|
33
|
+
GetHumanReadableSummaryCommandOutput,
|
|
34
|
+
IAMClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetHumanReadableSummaryCommand extends GetHumanReadableSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetHumanReadableSummaryRequest;
|
|
44
|
+
output: GetHumanReadableSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetHumanReadableSummaryCommandInput;
|
|
48
|
+
output: GetHumanReadableSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import {
|
|
9
|
+
ListDelegationRequestsRequest,
|
|
10
|
+
ListDelegationRequestsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListDelegationRequestsCommandInput
|
|
15
|
+
extends ListDelegationRequestsRequest {}
|
|
16
|
+
export interface ListDelegationRequestsCommandOutput
|
|
17
|
+
extends ListDelegationRequestsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListDelegationRequestsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListDelegationRequestsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListDelegationRequestsCommandInput,
|
|
24
|
+
ListDelegationRequestsCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListDelegationRequestsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListDelegationRequestsCommandInput,
|
|
33
|
+
ListDelegationRequestsCommandOutput,
|
|
34
|
+
IAMClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListDelegationRequestsCommand extends ListDelegationRequestsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDelegationRequestsRequest;
|
|
44
|
+
output: ListDelegationRequestsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDelegationRequestsCommandInput;
|
|
48
|
+
output: ListDelegationRequestsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { PutGroupPolicyRequest } from "../models/
|
|
8
|
+
import { PutGroupPolicyRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutGroupPolicyCommandInput extends PutGroupPolicyRequest {}
|