@jjrawlins/cdk-iam-policy-builder-helper 0.0.30 → 0.0.32
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 +59 -311
- package/.mergify.yml +4 -3
- package/cdk-iam-policy-builder-helper/go.mod +3 -3
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/bin/create-actions-json.js +5 -4
- package/lib/bin/download-managed-policies-json.js +3 -2
- package/lib/constructs/Actions.d.ts +25 -1
- package/lib/constructs/Actions.js +26 -2
- package/lib/constructs/ManagedPolicies.d.ts +8 -8
- package/lib/constructs/ManagedPolicies.js +9 -9
- package/methods_list.txt +7 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/package.json +22 -22
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/package.json +21 -21
- package/node_modules/@aws-sdk/core/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -6
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -12
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +19 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +7 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +3 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +22 -21
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -4
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +4 -4
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +5 -3
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/package.json +1 -1
- package/package.json +7 -7
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ declare const GenerateCredentialReportCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, GenerateCredentialReportCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, GenerateCredentialReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GenerateCredentialReportCommand(input);
|
|
@@ -163,6 +163,8 @@ declare const GenerateOrganizationsAccessReportCommand_base: {
|
|
|
163
163
|
* ```javascript
|
|
164
164
|
* import { IAMClient, GenerateOrganizationsAccessReportCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
165
165
|
* // const { IAMClient, GenerateOrganizationsAccessReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
166
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
167
|
+
* const config = {}; // type is IAMClientConfig
|
|
166
168
|
* const client = new IAMClient(config);
|
|
167
169
|
* const input = { // GenerateOrganizationsAccessReportRequest
|
|
168
170
|
* EntityPath: "STRING_VALUE", // required
|
|
@@ -88,6 +88,8 @@ declare const GenerateServiceLastAccessedDetailsCommand_base: {
|
|
|
88
88
|
* ```javascript
|
|
89
89
|
* import { IAMClient, GenerateServiceLastAccessedDetailsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
90
90
|
* // const { IAMClient, GenerateServiceLastAccessedDetailsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
91
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
92
|
+
* const config = {}; // type is IAMClientConfig
|
|
91
93
|
* const client = new IAMClient(config);
|
|
92
94
|
* const input = { // GenerateServiceLastAccessedDetailsRequest
|
|
93
95
|
* Arn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ declare const GetAccessKeyLastUsedCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, GetAccessKeyLastUsedCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, GetAccessKeyLastUsedCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // GetAccessKeyLastUsedRequest
|
|
40
42
|
* AccessKeyId: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const GetAccountAuthorizationDetailsCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { IAMClient, GetAccountAuthorizationDetailsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
49
49
|
* // const { IAMClient, GetAccountAuthorizationDetailsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
50
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
51
|
+
* const config = {}; // type is IAMClientConfig
|
|
50
52
|
* const client = new IAMClient(config);
|
|
51
53
|
* const input = { // GetAccountAuthorizationDetailsRequest
|
|
52
54
|
* Filter: [ // entityListType
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const GetAccountPasswordPolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, GetAccountPasswordPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, GetAccountPasswordPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new GetAccountPasswordPolicyCommand(input);
|
|
@@ -36,6 +36,8 @@ declare const GetAccountSummaryCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, GetAccountSummaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, GetAccountSummaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new GetAccountSummaryCommand(input);
|
|
@@ -42,6 +42,8 @@ declare const GetContextKeysForCustomPolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, GetContextKeysForCustomPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, GetContextKeysForCustomPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // GetContextKeysForCustomPolicyRequest
|
|
47
49
|
* PolicyInputList: [ // SimulationPolicyListType // required
|
|
@@ -47,6 +47,8 @@ declare const GetContextKeysForPrincipalPolicyCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { IAMClient, GetContextKeysForPrincipalPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
49
49
|
* // const { IAMClient, GetContextKeysForPrincipalPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
50
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
51
|
+
* const config = {}; // type is IAMClientConfig
|
|
50
52
|
* const client = new IAMClient(config);
|
|
51
53
|
* const input = { // GetContextKeysForPrincipalPolicyRequest
|
|
52
54
|
* PolicySourceArn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ declare const GetCredentialReportCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, GetCredentialReportCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, GetCredentialReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new GetCredentialReportCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const GetGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, GetGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, GetGroupCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
37
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
38
|
+
* const config = {}; // type is IAMClientConfig
|
|
37
39
|
* const client = new IAMClient(config);
|
|
38
40
|
* const input = { // GetGroupRequest
|
|
39
41
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const GetGroupPolicyCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { IAMClient, GetGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
50
50
|
* // const { IAMClient, GetGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
51
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
52
|
+
* const config = {}; // type is IAMClientConfig
|
|
51
53
|
* const client = new IAMClient(config);
|
|
52
54
|
* const input = { // GetGroupPolicyRequest
|
|
53
55
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetInstanceProfileCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, GetInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, GetInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // GetInstanceProfileRequest
|
|
41
43
|
* InstanceProfileName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const GetLoginProfileCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, GetLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, GetLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // GetLoginProfileRequest
|
|
47
49
|
* UserName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetMFADeviceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IAMClient, GetMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
35
35
|
* // const { IAMClient, GetMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
36
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
37
|
+
* const config = {}; // type is IAMClientConfig
|
|
36
38
|
* const client = new IAMClient(config);
|
|
37
39
|
* const input = { // GetMFADeviceRequest
|
|
38
40
|
* SerialNumber: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ declare const GetOpenIDConnectProviderCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, GetOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, GetOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
37
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
38
|
+
* const config = {}; // type is IAMClientConfig
|
|
37
39
|
* const client = new IAMClient(config);
|
|
38
40
|
* const input = { // GetOpenIDConnectProviderRequest
|
|
39
41
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const GetOrganizationsAccessReportCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { IAMClient, GetOrganizationsAccessReportCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
52
52
|
* // const { IAMClient, GetOrganizationsAccessReportCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
53
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
54
|
+
* const config = {}; // type is IAMClientConfig
|
|
53
55
|
* const client = new IAMClient(config);
|
|
54
56
|
* const input = { // GetOrganizationsAccessReportRequest
|
|
55
57
|
* JobId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const GetPolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, GetPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, GetPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // GetPolicyRequest
|
|
47
49
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const GetPolicyVersionCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { IAMClient, GetPolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
52
52
|
* // const { IAMClient, GetPolicyVersionCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
53
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
54
|
+
* const config = {}; // type is IAMClientConfig
|
|
53
55
|
* const client = new IAMClient(config);
|
|
54
56
|
* const input = { // GetPolicyVersionRequest
|
|
55
57
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const GetRoleCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { IAMClient, GetRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
46
46
|
* // const { IAMClient, GetRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
47
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
48
|
+
* const config = {}; // type is IAMClientConfig
|
|
47
49
|
* const client = new IAMClient(config);
|
|
48
50
|
* const input = { // GetRoleRequest
|
|
49
51
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const GetRolePolicyCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { IAMClient, GetRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
52
52
|
* // const { IAMClient, GetRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
53
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
54
|
+
* const config = {}; // type is IAMClientConfig
|
|
53
55
|
* const client = new IAMClient(config);
|
|
54
56
|
* const input = { // GetRolePolicyRequest
|
|
55
57
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetSAMLProviderCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, GetSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, GetSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // GetSAMLProviderRequest
|
|
42
44
|
* SAMLProviderArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetSSHPublicKeyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, GetSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, GetSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // GetSSHPublicKeyRequest
|
|
42
44
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const GetServerCertificateCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, GetServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, GetServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // GetServerCertificateRequest
|
|
42
44
|
* ServerCertificateName: "STRING_VALUE", // required
|
|
@@ -84,6 +84,8 @@ declare const GetServiceLastAccessedDetailsCommand_base: {
|
|
|
84
84
|
* ```javascript
|
|
85
85
|
* import { IAMClient, GetServiceLastAccessedDetailsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
86
86
|
* // const { IAMClient, GetServiceLastAccessedDetailsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
87
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
88
|
+
* const config = {}; // type is IAMClientConfig
|
|
87
89
|
* const client = new IAMClient(config);
|
|
88
90
|
* const input = { // GetServiceLastAccessedDetailsRequest
|
|
89
91
|
* JobId: "STRING_VALUE", // required
|
|
@@ -58,6 +58,8 @@ declare const GetServiceLastAccessedDetailsWithEntitiesCommand_base: {
|
|
|
58
58
|
* ```javascript
|
|
59
59
|
* import { IAMClient, GetServiceLastAccessedDetailsWithEntitiesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
60
60
|
* // const { IAMClient, GetServiceLastAccessedDetailsWithEntitiesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
61
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
62
|
+
* const config = {}; // type is IAMClientConfig
|
|
61
63
|
* const client = new IAMClient(config);
|
|
62
64
|
* const input = { // GetServiceLastAccessedDetailsWithEntitiesRequest
|
|
63
65
|
* JobId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetServiceLinkedRoleDeletionStatusCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, GetServiceLinkedRoleDeletionStatusCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, GetServiceLinkedRoleDeletionStatusCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // GetServiceLinkedRoleDeletionStatusRequest
|
|
42
44
|
* DeletionTaskId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetUserCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, GetUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, GetUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // GetUserRequest
|
|
41
43
|
* UserName: "STRING_VALUE",
|
|
@@ -48,6 +48,8 @@ declare const GetUserPolicyCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { IAMClient, GetUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
50
50
|
* // const { IAMClient, GetUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
51
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
52
|
+
* const config = {}; // type is IAMClientConfig
|
|
51
53
|
* const client = new IAMClient(config);
|
|
52
54
|
* const input = { // GetUserPolicyRequest
|
|
53
55
|
* UserName: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const ListAccessKeysCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { IAMClient, ListAccessKeysCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
49
49
|
* // const { IAMClient, ListAccessKeysCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
50
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
51
|
+
* const config = {}; // type is IAMClientConfig
|
|
50
52
|
* const client = new IAMClient(config);
|
|
51
53
|
* const input = { // ListAccessKeysRequest
|
|
52
54
|
* UserName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListAccountAliasesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, ListAccountAliasesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, ListAccountAliasesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // ListAccountAliasesRequest
|
|
41
43
|
* Marker: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const ListAttachedGroupPoliciesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, ListAttachedGroupPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, ListAttachedGroupPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // ListAttachedGroupPoliciesRequest
|
|
47
49
|
* GroupName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const ListAttachedRolePoliciesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, ListAttachedRolePoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, ListAttachedRolePoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // ListAttachedRolePoliciesRequest
|
|
47
49
|
* RoleName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const ListAttachedUserPoliciesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, ListAttachedUserPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, ListAttachedUserPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // ListAttachedUserPoliciesRequest
|
|
47
49
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts
CHANGED
|
@@ -40,6 +40,8 @@ declare const ListEntitiesForPolicyCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IAMClient, ListEntitiesForPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
42
42
|
* // const { IAMClient, ListEntitiesForPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
43
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
44
|
+
* const config = {}; // type is IAMClientConfig
|
|
43
45
|
* const client = new IAMClient(config);
|
|
44
46
|
* const input = { // ListEntitiesForPolicyRequest
|
|
45
47
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ListGroupPoliciesCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IAMClient, ListGroupPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
43
43
|
* // const { IAMClient, ListGroupPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
44
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
45
|
+
* const config = {}; // type is IAMClientConfig
|
|
44
46
|
* const client = new IAMClient(config);
|
|
45
47
|
* const input = { // ListGroupPoliciesRequest
|
|
46
48
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListGroupsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, ListGroupsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, ListGroupsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // ListGroupsRequest
|
|
40
42
|
* PathPrefix: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListGroupsForUserCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, ListGroupsForUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, ListGroupsForUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // ListGroupsForUserRequest
|
|
40
42
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ declare const ListInstanceProfileTagsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, ListInstanceProfileTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, ListInstanceProfileTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // ListInstanceProfileTagsRequest
|
|
40
42
|
* InstanceProfileName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ declare const ListInstanceProfilesCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { IAMClient, ListInstanceProfilesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
45
|
* // const { IAMClient, ListInstanceProfilesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
46
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
47
|
+
* const config = {}; // type is IAMClientConfig
|
|
46
48
|
* const client = new IAMClient(config);
|
|
47
49
|
* const input = { // ListInstanceProfilesRequest
|
|
48
50
|
* PathPrefix: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ declare const ListInstanceProfilesForRoleCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, ListInstanceProfilesForRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, ListInstanceProfilesForRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // ListInstanceProfilesForRoleRequest
|
|
43
45
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListMFADeviceTagsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, ListMFADeviceTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, ListMFADeviceTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // ListMFADeviceTagsRequest
|
|
40
42
|
* SerialNumber: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ListMFADevicesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, ListMFADevicesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, ListMFADevicesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = { // ListMFADevicesRequest
|
|
43
45
|
* UserName: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListOpenIDConnectProviderTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, ListOpenIDConnectProviderTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, ListOpenIDConnectProviderTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // ListOpenIDConnectProviderTagsRequest
|
|
42
44
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ declare const ListOpenIDConnectProvidersCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, ListOpenIDConnectProvidersCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, ListOpenIDConnectProvidersCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = {};
|
|
43
45
|
* const command = new ListOpenIDConnectProvidersCommand(input);
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ declare const ListOrganizationsFeaturesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, ListOrganizationsFeaturesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, ListOrganizationsFeaturesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
37
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
38
|
+
* const config = {}; // type is IAMClientConfig
|
|
37
39
|
* const client = new IAMClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new ListOrganizationsFeaturesCommand(input);
|
|
@@ -48,6 +48,8 @@ declare const ListPoliciesCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { IAMClient, ListPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
50
50
|
* // const { IAMClient, ListPoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
51
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
52
|
+
* const config = {}; // type is IAMClientConfig
|
|
51
53
|
* const client = new IAMClient(config);
|
|
52
54
|
* const input = { // ListPoliciesRequest
|
|
53
55
|
* Scope: "All" || "AWS" || "Local",
|
|
@@ -72,6 +72,8 @@ declare const ListPoliciesGrantingServiceAccessCommand_base: {
|
|
|
72
72
|
* ```javascript
|
|
73
73
|
* import { IAMClient, ListPoliciesGrantingServiceAccessCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
74
74
|
* // const { IAMClient, ListPoliciesGrantingServiceAccessCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
75
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
76
|
+
* const config = {}; // type is IAMClientConfig
|
|
75
77
|
* const client = new IAMClient(config);
|
|
76
78
|
* const input = { // ListPoliciesGrantingServiceAccessRequest
|
|
77
79
|
* Marker: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListPolicyTagsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, ListPolicyTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, ListPolicyTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // ListPolicyTagsRequest
|
|
40
42
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListPolicyVersionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, ListPolicyVersionsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, ListPolicyVersionsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
39
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
40
|
+
* const config = {}; // type is IAMClientConfig
|
|
39
41
|
* const client = new IAMClient(config);
|
|
40
42
|
* const input = { // ListPolicyVersionsRequest
|
|
41
43
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ListRolePoliciesCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IAMClient, ListRolePoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
43
43
|
* // const { IAMClient, ListRolePoliciesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
44
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
45
|
+
* const config = {}; // type is IAMClientConfig
|
|
44
46
|
* const client = new IAMClient(config);
|
|
45
47
|
* const input = { // ListRolePoliciesRequest
|
|
46
48
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListRoleTagsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, ListRoleTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, ListRoleTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
38
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
39
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
40
|
* const client = new IAMClient(config);
|
|
39
41
|
* const input = { // ListRoleTagsRequest
|
|
40
42
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const ListRolesCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { IAMClient, ListRolesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
55
55
|
* // const { IAMClient, ListRolesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
56
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
57
|
+
* const config = {}; // type is IAMClientConfig
|
|
56
58
|
* const client = new IAMClient(config);
|
|
57
59
|
* const input = { // ListRolesRequest
|
|
58
60
|
* PathPrefix: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const ListSAMLProviderTagsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, ListSAMLProviderTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, ListSAMLProviderTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
40
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
41
|
+
* const config = {}; // type is IAMClientConfig
|
|
40
42
|
* const client = new IAMClient(config);
|
|
41
43
|
* const input = { // ListSAMLProviderTagsRequest
|
|
42
44
|
* SAMLProviderArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ListSAMLProvidersCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, ListSAMLProvidersCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, ListSAMLProvidersCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
41
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
42
|
+
* const config = {}; // type is IAMClientConfig
|
|
41
43
|
* const client = new IAMClient(config);
|
|
42
44
|
* const input = {};
|
|
43
45
|
* const command = new ListSAMLProvidersCommand(input);
|
|
@@ -40,6 +40,8 @@ declare const ListSSHPublicKeysCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IAMClient, ListSSHPublicKeysCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
42
42
|
* // const { IAMClient, ListSSHPublicKeysCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
43
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
44
|
+
* const config = {}; // type is IAMClientConfig
|
|
43
45
|
* const client = new IAMClient(config);
|
|
44
46
|
* const input = { // ListSSHPublicKeysRequest
|
|
45
47
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const ListServerCertificateTagsCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, ListServerCertificateTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, ListServerCertificateTagsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
45
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
46
|
+
* const config = {}; // type is IAMClientConfig
|
|
45
47
|
* const client = new IAMClient(config);
|
|
46
48
|
* const input = { // ListServerCertificateTagsRequest
|
|
47
49
|
* ServerCertificateName: "STRING_VALUE", // required
|