@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +31 -0
- package/lib/constructs/Actions.js +32 -1
- package/methods_list.txt +29 -0
- package/node_modules/@aws-sdk/client-iam/README.md +64 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +2 -2
package/methods_list.txt
CHANGED
|
@@ -1481,6 +1481,7 @@ backup:CreateReportPlan
|
|
|
1481
1481
|
backup:CreateRestoreAccessBackupVault
|
|
1482
1482
|
backup:CreateRestoreTestingPlan
|
|
1483
1483
|
backup:CreateRestoreTestingSelection
|
|
1484
|
+
backup:CreateTieringConfiguration
|
|
1484
1485
|
backup:DeleteBackupPlan
|
|
1485
1486
|
backup:DeleteBackupSelection
|
|
1486
1487
|
backup:DeleteBackupVault
|
|
@@ -1493,6 +1494,7 @@ backup:DeleteRecoveryPoint
|
|
|
1493
1494
|
backup:DeleteReportPlan
|
|
1494
1495
|
backup:DeleteRestoreTestingPlan
|
|
1495
1496
|
backup:DeleteRestoreTestingSelection
|
|
1497
|
+
backup:DeleteTieringConfiguration
|
|
1496
1498
|
backup:DescribeBackupJob
|
|
1497
1499
|
backup:DescribeBackupVault
|
|
1498
1500
|
backup:DescribeCopyJob
|
|
@@ -1523,6 +1525,7 @@ backup:GetRestoreTestingInferredMetadata
|
|
|
1523
1525
|
backup:GetRestoreTestingPlan
|
|
1524
1526
|
backup:GetRestoreTestingSelection
|
|
1525
1527
|
backup:GetSupportedResourceTypes
|
|
1528
|
+
backup:GetTieringConfiguration
|
|
1526
1529
|
backup:ListBackupJobs
|
|
1527
1530
|
backup:ListBackupJobSummaries
|
|
1528
1531
|
backup:ListBackupPlans
|
|
@@ -1550,6 +1553,7 @@ backup:ListRestoreJobSummaries
|
|
|
1550
1553
|
backup:ListRestoreTestingPlans
|
|
1551
1554
|
backup:ListRestoreTestingSelections
|
|
1552
1555
|
backup:ListTags
|
|
1556
|
+
backup:ListTieringConfigurations
|
|
1553
1557
|
backup:PutBackupVaultAccessPolicy
|
|
1554
1558
|
backup:PutBackupVaultLockConfiguration
|
|
1555
1559
|
backup:PutBackupVaultNotifications
|
|
@@ -1573,6 +1577,7 @@ backup:UpdateRegionSettings
|
|
|
1573
1577
|
backup:UpdateReportPlan
|
|
1574
1578
|
backup:UpdateRestoreTestingPlan
|
|
1575
1579
|
backup:UpdateRestoreTestingSelection
|
|
1580
|
+
backup:UpdateTieringConfiguration
|
|
1576
1581
|
batch:CancelJob
|
|
1577
1582
|
batch:CreateComputeEnvironment
|
|
1578
1583
|
batch:CreateConsumableResource
|
|
@@ -2841,6 +2846,7 @@ cloudformation:DeregisterType
|
|
|
2841
2846
|
cloudformation:DescribeAccountLimits
|
|
2842
2847
|
cloudformation:DescribeChangeSet
|
|
2843
2848
|
cloudformation:DescribeChangeSetHooks
|
|
2849
|
+
cloudformation:DescribeEvents
|
|
2844
2850
|
cloudformation:DescribeGeneratedTemplate
|
|
2845
2851
|
cloudformation:DescribeOrganizationsAccess
|
|
2846
2852
|
cloudformation:DescribePublisher
|
|
@@ -9328,20 +9334,26 @@ internetmonitor:UntagResource
|
|
|
9328
9334
|
internetmonitor:UpdateMonitor
|
|
9329
9335
|
invoicing:BatchGetInvoiceProfile
|
|
9330
9336
|
invoicing:CreateInvoiceUnit
|
|
9337
|
+
invoicing:CreateProcurementPortalPreference
|
|
9331
9338
|
invoicing:DeleteInvoiceUnit
|
|
9339
|
+
invoicing:DeleteProcurementPortalPreference
|
|
9332
9340
|
invoicing:GetInvoiceCorrection
|
|
9333
9341
|
invoicing:GetInvoiceEmailDeliveryPreferences
|
|
9334
9342
|
invoicing:GetInvoicePDF
|
|
9335
9343
|
invoicing:GetInvoiceUnit
|
|
9344
|
+
invoicing:GetProcurementPortalPreference
|
|
9336
9345
|
invoicing:ListInvoiceCorrections
|
|
9337
9346
|
invoicing:ListInvoiceSummaries
|
|
9338
9347
|
invoicing:ListInvoiceUnits
|
|
9348
|
+
invoicing:ListProcurementPortalPreferences
|
|
9339
9349
|
invoicing:ListTagsForResource
|
|
9340
9350
|
invoicing:PutInvoiceEmailDeliveryPreferences
|
|
9351
|
+
invoicing:PutProcurementPortalPreference
|
|
9341
9352
|
invoicing:StartInvoiceCorrection
|
|
9342
9353
|
invoicing:TagResource
|
|
9343
9354
|
invoicing:UntagResource
|
|
9344
9355
|
invoicing:UpdateInvoiceUnit
|
|
9356
|
+
invoicing:UpdateProcurementPortalPreferenceStatus
|
|
9345
9357
|
iot-device-tester:CheckVersion
|
|
9346
9358
|
iot-device-tester:DownloadTestSuite
|
|
9347
9359
|
iot-device-tester:LatestIdt
|
|
@@ -10332,6 +10344,8 @@ kafka:DescribeClusterV2
|
|
|
10332
10344
|
kafka:DescribeConfiguration
|
|
10333
10345
|
kafka:DescribeConfigurationRevision
|
|
10334
10346
|
kafka:DescribeReplicator
|
|
10347
|
+
kafka:DescribeTopic
|
|
10348
|
+
kafka:DescribeTopicPartitions
|
|
10335
10349
|
kafka:DescribeVpcConnection
|
|
10336
10350
|
kafka:GetBootstrapBrokers
|
|
10337
10351
|
kafka:GetClusterPolicy
|
|
@@ -10348,6 +10362,7 @@ kafka:ListNodes
|
|
|
10348
10362
|
kafka:ListReplicators
|
|
10349
10363
|
kafka:ListScramSecrets
|
|
10350
10364
|
kafka:ListTagsForResource
|
|
10365
|
+
kafka:ListTopics
|
|
10351
10366
|
kafka:ListVpcConnections
|
|
10352
10367
|
kafka:PutClusterPolicy
|
|
10353
10368
|
kafka:RebootBroker
|
|
@@ -12179,6 +12194,7 @@ mgn:ListConnectors
|
|
|
12179
12194
|
mgn:ListExportErrors
|
|
12180
12195
|
mgn:ListExports
|
|
12181
12196
|
mgn:ListImportErrors
|
|
12197
|
+
mgn:ListImportFileEnrichments
|
|
12182
12198
|
mgn:ListImports
|
|
12183
12199
|
mgn:ListManagedAccounts
|
|
12184
12200
|
mgn:ListNetworkMigrationAnalyses
|
|
@@ -12193,6 +12209,7 @@ mgn:ListNetworkMigrationExecutions
|
|
|
12193
12209
|
mgn:ListNetworkMigrationMapperSegmentConstructs
|
|
12194
12210
|
mgn:ListNetworkMigrationMapperSegments
|
|
12195
12211
|
mgn:ListNetworkMigrationMappings
|
|
12212
|
+
mgn:ListNetworkMigrationMappingUpdates
|
|
12196
12213
|
mgn:ListSourceServerActions
|
|
12197
12214
|
mgn:ListTagsForResource
|
|
12198
12215
|
mgn:ListTemplateActions
|
|
@@ -12222,11 +12239,13 @@ mgn:SendVcenterClientMetricsForMgn
|
|
|
12222
12239
|
mgn:StartCutover
|
|
12223
12240
|
mgn:StartExport
|
|
12224
12241
|
mgn:StartImport
|
|
12242
|
+
mgn:StartImportFileEnrichment
|
|
12225
12243
|
mgn:StartNetworkMigrationAnalysis
|
|
12226
12244
|
mgn:StartNetworkMigrationCodeGeneration
|
|
12227
12245
|
mgn:StartNetworkMigrationDeployedStacksDeletion
|
|
12228
12246
|
mgn:StartNetworkMigrationDeployment
|
|
12229
12247
|
mgn:StartNetworkMigrationMapping
|
|
12248
|
+
mgn:StartNetworkMigrationMappingUpdate
|
|
12230
12249
|
mgn:StartReplication
|
|
12231
12250
|
mgn:StartTest
|
|
12232
12251
|
mgn:StopReplication
|
|
@@ -13622,6 +13641,14 @@ pricing:GetAttributeValues
|
|
|
13622
13641
|
pricing:GetPriceListFileUrl
|
|
13623
13642
|
pricing:GetProducts
|
|
13624
13643
|
pricing:ListPriceLists
|
|
13644
|
+
pricingplanmanager:AssociateResourcesToSubscription
|
|
13645
|
+
pricingplanmanager:CancelSubscription
|
|
13646
|
+
pricingplanmanager:CancelSubscriptionChange
|
|
13647
|
+
pricingplanmanager:CreateSubscription
|
|
13648
|
+
pricingplanmanager:DisassociateResourcesFromSubscription
|
|
13649
|
+
pricingplanmanager:GetSubscription
|
|
13650
|
+
pricingplanmanager:ListSubscriptions
|
|
13651
|
+
pricingplanmanager:UpdateSubscription
|
|
13625
13652
|
private-networks:AcknowledgeOrderReceipt
|
|
13626
13653
|
private-networks:ActivateDeviceIdentifier
|
|
13627
13654
|
private-networks:ActivateNetworkSite
|
|
@@ -16464,6 +16491,7 @@ securityhub:GetEnabledStandards
|
|
|
16464
16491
|
securityhub:GetFindingAggregator
|
|
16465
16492
|
securityhub:GetFindingHistory
|
|
16466
16493
|
securityhub:GetFindings
|
|
16494
|
+
securityhub:GetFindingsTrendsV2
|
|
16467
16495
|
securityhub:GetFreeTrialEndDate
|
|
16468
16496
|
securityhub:GetFreeTrialUsage
|
|
16469
16497
|
securityhub:GetInsightFindingTrend
|
|
@@ -16473,6 +16501,7 @@ securityhub:GetInvitationsCount
|
|
|
16473
16501
|
securityhub:GetMasterAccount
|
|
16474
16502
|
securityhub:GetMembers
|
|
16475
16503
|
securityhub:GetResourcesStatisticsV2
|
|
16504
|
+
securityhub:GetResourcesTrendsV2
|
|
16476
16505
|
securityhub:GetResourcesV2
|
|
16477
16506
|
securityhub:GetSecurityControlDefinition
|
|
16478
16507
|
securityhub:GetUsage
|
|
@@ -208,6 +208,14 @@ see LICENSE for more information.
|
|
|
208
208
|
|
|
209
209
|
## Client Commands (Operations List)
|
|
210
210
|
|
|
211
|
+
<details>
|
|
212
|
+
<summary>
|
|
213
|
+
AcceptDelegationRequest
|
|
214
|
+
</summary>
|
|
215
|
+
|
|
216
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AcceptDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AcceptDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AcceptDelegationRequestCommandOutput/)
|
|
217
|
+
|
|
218
|
+
</details>
|
|
211
219
|
<details>
|
|
212
220
|
<summary>
|
|
213
221
|
AddClientIDToOpenIDConnectProvider
|
|
@@ -231,6 +239,14 @@ AddUserToGroup
|
|
|
231
239
|
|
|
232
240
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AddUserToGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AddUserToGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AddUserToGroupCommandOutput/)
|
|
233
241
|
|
|
242
|
+
</details>
|
|
243
|
+
<details>
|
|
244
|
+
<summary>
|
|
245
|
+
AssociateDelegationRequest
|
|
246
|
+
</summary>
|
|
247
|
+
|
|
248
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AssociateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AssociateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AssociateDelegationRequestCommandOutput/)
|
|
249
|
+
|
|
234
250
|
</details>
|
|
235
251
|
<details>
|
|
236
252
|
<summary>
|
|
@@ -719,6 +735,14 @@ GetCredentialReport
|
|
|
719
735
|
|
|
720
736
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetCredentialReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetCredentialReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetCredentialReportCommandOutput/)
|
|
721
737
|
|
|
738
|
+
</details>
|
|
739
|
+
<details>
|
|
740
|
+
<summary>
|
|
741
|
+
GetDelegationRequest
|
|
742
|
+
</summary>
|
|
743
|
+
|
|
744
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetDelegationRequestCommandOutput/)
|
|
745
|
+
|
|
722
746
|
</details>
|
|
723
747
|
<details>
|
|
724
748
|
<summary>
|
|
@@ -735,6 +759,14 @@ GetGroupPolicy
|
|
|
735
759
|
|
|
736
760
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetGroupPolicyCommandOutput/)
|
|
737
761
|
|
|
762
|
+
</details>
|
|
763
|
+
<details>
|
|
764
|
+
<summary>
|
|
765
|
+
GetHumanReadableSummary
|
|
766
|
+
</summary>
|
|
767
|
+
|
|
768
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetHumanReadableSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetHumanReadableSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetHumanReadableSummaryCommandOutput/)
|
|
769
|
+
|
|
738
770
|
</details>
|
|
739
771
|
<details>
|
|
740
772
|
<summary>
|
|
@@ -911,6 +943,14 @@ ListAttachedUserPolicies
|
|
|
911
943
|
|
|
912
944
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ListAttachedUserPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListAttachedUserPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListAttachedUserPoliciesCommandOutput/)
|
|
913
945
|
|
|
946
|
+
</details>
|
|
947
|
+
<details>
|
|
948
|
+
<summary>
|
|
949
|
+
ListDelegationRequests
|
|
950
|
+
</summary>
|
|
951
|
+
|
|
952
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ListDelegationRequestsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListDelegationRequestsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListDelegationRequestsCommandOutput/)
|
|
953
|
+
|
|
914
954
|
</details>
|
|
915
955
|
<details>
|
|
916
956
|
<summary>
|
|
@@ -1191,6 +1231,14 @@ PutUserPolicy
|
|
|
1191
1231
|
|
|
1192
1232
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/PutUserPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/PutUserPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/PutUserPolicyCommandOutput/)
|
|
1193
1233
|
|
|
1234
|
+
</details>
|
|
1235
|
+
<details>
|
|
1236
|
+
<summary>
|
|
1237
|
+
RejectDelegationRequest
|
|
1238
|
+
</summary>
|
|
1239
|
+
|
|
1240
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/RejectDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/RejectDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/RejectDelegationRequestCommandOutput/)
|
|
1241
|
+
|
|
1194
1242
|
</details>
|
|
1195
1243
|
<details>
|
|
1196
1244
|
<summary>
|
|
@@ -1231,6 +1279,14 @@ ResyncMFADevice
|
|
|
1231
1279
|
|
|
1232
1280
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ResyncMFADeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ResyncMFADeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ResyncMFADeviceCommandOutput/)
|
|
1233
1281
|
|
|
1282
|
+
</details>
|
|
1283
|
+
<details>
|
|
1284
|
+
<summary>
|
|
1285
|
+
SendDelegationToken
|
|
1286
|
+
</summary>
|
|
1287
|
+
|
|
1288
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/SendDelegationTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/SendDelegationTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/SendDelegationTokenCommandOutput/)
|
|
1289
|
+
|
|
1234
1290
|
</details>
|
|
1235
1291
|
<details>
|
|
1236
1292
|
<summary>
|
|
@@ -1415,6 +1471,14 @@ UpdateAssumeRolePolicy
|
|
|
1415
1471
|
|
|
1416
1472
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/UpdateAssumeRolePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateAssumeRolePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateAssumeRolePolicyCommandOutput/)
|
|
1417
1473
|
|
|
1474
|
+
</details>
|
|
1475
|
+
<details>
|
|
1476
|
+
<summary>
|
|
1477
|
+
UpdateDelegationRequest
|
|
1478
|
+
</summary>
|
|
1479
|
+
|
|
1480
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/UpdateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateDelegationRequestCommandOutput/)
|
|
1481
|
+
|
|
1418
1482
|
</details>
|
|
1419
1483
|
<details>
|
|
1420
1484
|
<summary>
|