@jjrawlins/cdk-iam-policy-builder-helper 0.0.29 → 0.0.31
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 +58 -310
- package/.mergify.yml +4 -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 +22 -1
- package/lib/constructs/Actions.js +23 -2
- package/lib/constructs/ManagedPolicies.d.ts +4 -8
- package/lib/constructs/ManagedPolicies.js +5 -9
- package/methods_list.txt +22 -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 +19 -19
- 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 +18 -18
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- 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 +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -12
- 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 +4 -4
- 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 +6 -6
- 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 +5 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- 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 +18 -18
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +2 -2
- 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/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +4 -4
- package/node_modules/@smithy/middleware-retry/package.json +5 -5
- package/node_modules/@smithy/node-config-provider/package.json +2 -2
- 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/shared-ini-file-loader/dist-cjs/externalDataInterceptor.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +24 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +9 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +5 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/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 +5 -5
- package/node_modules/@smithy/util-endpoints/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 +5 -5
|
@@ -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
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts
CHANGED
|
@@ -45,6 +45,8 @@ declare const ListServerCertificatesCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { IAMClient, ListServerCertificatesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
47
47
|
* // const { IAMClient, ListServerCertificatesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
48
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
49
|
+
* const config = {}; // type is IAMClientConfig
|
|
48
50
|
* const client = new IAMClient(config);
|
|
49
51
|
* const input = { // ListServerCertificatesRequest
|
|
50
52
|
* PathPrefix: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListServiceSpecificCredentialsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, ListServiceSpecificCredentialsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, ListServiceSpecificCredentialsCommand } = 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 = { // ListServiceSpecificCredentialsRequest
|
|
43
45
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const ListSigningCertificatesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, ListSigningCertificatesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, ListSigningCertificatesCommand } = 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 = { // ListSigningCertificatesRequest
|
|
47
49
|
* UserName: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const ListUserPoliciesCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IAMClient, ListUserPoliciesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
42
42
|
* // const { IAMClient, ListUserPoliciesCommand } = 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 = { // ListUserPoliciesRequest
|
|
45
47
|
* UserName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListUserTagsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, ListUserTagsCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, ListUserTagsCommand } = 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 = { // ListUserTagsRequest
|
|
39
41
|
* UserName: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const ListUsersCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { IAMClient, ListUsersCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
52
52
|
* // const { IAMClient, ListUsersCommand } = 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 = { // ListUsersRequest
|
|
55
57
|
* PathPrefix: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const ListVirtualMFADevicesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, ListVirtualMFADevicesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, ListVirtualMFADevicesCommand } = 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 = { // ListVirtualMFADevicesRequest
|
|
47
49
|
* AssignmentStatus: "Assigned" || "Unassigned" || "Any",
|
|
@@ -51,6 +51,8 @@ declare const PutGroupPolicyCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { IAMClient, PutGroupPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
53
53
|
* // const { IAMClient, PutGroupPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
54
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
55
|
+
* const config = {}; // type is IAMClientConfig
|
|
54
56
|
* const client = new IAMClient(config);
|
|
55
57
|
* const input = { // PutGroupPolicyRequest
|
|
56
58
|
* GroupName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts
CHANGED
|
@@ -44,6 +44,8 @@ declare const PutRolePermissionsBoundaryCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { IAMClient, PutRolePermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
46
46
|
* // const { IAMClient, PutRolePermissionsBoundaryCommand } = 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 = { // PutRolePermissionsBoundaryRequest
|
|
49
51
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -61,6 +61,8 @@ declare const PutRolePolicyCommand_base: {
|
|
|
61
61
|
* ```javascript
|
|
62
62
|
* import { IAMClient, PutRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
63
63
|
* // const { IAMClient, PutRolePolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
64
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
65
|
+
* const config = {}; // type is IAMClientConfig
|
|
64
66
|
* const client = new IAMClient(config);
|
|
65
67
|
* const input = { // PutRolePolicyRequest
|
|
66
68
|
* RoleName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ declare const PutUserPermissionsBoundaryCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { IAMClient, PutUserPermissionsBoundaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
45
|
* // const { IAMClient, PutUserPermissionsBoundaryCommand } = 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 = { // PutUserPermissionsBoundaryRequest
|
|
48
50
|
* UserName: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const PutUserPolicyCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { IAMClient, PutUserPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
53
53
|
* // const { IAMClient, PutUserPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
54
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
55
|
+
* const config = {}; // type is IAMClientConfig
|
|
54
56
|
* const client = new IAMClient(config);
|
|
55
57
|
* const input = { // PutUserPolicyRequest
|
|
56
58
|
* UserName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const RemoveClientIDFromOpenIDConnectProviderCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, RemoveClientIDFromOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, RemoveClientIDFromOpenIDConnectProviderCommand } = 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 = { // RemoveClientIDFromOpenIDConnectProviderRequest
|
|
42
44
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const RemoveRoleFromInstanceProfileCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { IAMClient, RemoveRoleFromInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
45
|
* // const { IAMClient, RemoveRoleFromInstanceProfileCommand } = 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 = { // RemoveRoleFromInstanceProfileRequest
|
|
48
50
|
* InstanceProfileName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts
CHANGED
|
@@ -33,6 +33,8 @@ declare const RemoveUserFromGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IAMClient, RemoveUserFromGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
35
35
|
* // const { IAMClient, RemoveUserFromGroupCommand } = 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 = { // RemoveUserFromGroupRequest
|
|
38
40
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ResetServiceSpecificCredentialCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, ResetServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, ResetServiceSpecificCredentialCommand } = 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 = { // ResetServiceSpecificCredentialRequest
|
|
41
43
|
* UserName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ResyncMFADeviceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, ResyncMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, ResyncMFADeviceCommand } = 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 = { // ResyncMFADeviceRequest
|
|
41
43
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ declare const SetDefaultPolicyVersionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IAMClient, SetDefaultPolicyVersionCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
40
40
|
* // const { IAMClient, SetDefaultPolicyVersionCommand } = 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 = { // SetDefaultPolicyVersionRequest
|
|
43
45
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const SetSecurityTokenServicePreferencesCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { IAMClient, SetSecurityTokenServicePreferencesCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
53
53
|
* // const { IAMClient, SetSecurityTokenServicePreferencesCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
54
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
55
|
+
* const config = {}; // type is IAMClientConfig
|
|
54
56
|
* const client = new IAMClient(config);
|
|
55
57
|
* const input = { // SetSecurityTokenServicePreferencesRequest
|
|
56
58
|
* GlobalEndpointTokenVersion: "v1Token" || "v2Token", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ declare const SimulateCustomPolicyCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { IAMClient, SimulateCustomPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
59
59
|
* // const { IAMClient, SimulateCustomPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
60
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
61
|
+
* const config = {}; // type is IAMClientConfig
|
|
60
62
|
* const client = new IAMClient(config);
|
|
61
63
|
* const input = { // SimulateCustomPolicyRequest
|
|
62
64
|
* PolicyInputList: [ // SimulationPolicyListType // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts
CHANGED
|
@@ -64,6 +64,8 @@ declare const SimulatePrincipalPolicyCommand_base: {
|
|
|
64
64
|
* ```javascript
|
|
65
65
|
* import { IAMClient, SimulatePrincipalPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
66
66
|
* // const { IAMClient, SimulatePrincipalPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
67
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
68
|
+
* const config = {}; // type is IAMClientConfig
|
|
67
69
|
* const client = new IAMClient(config);
|
|
68
70
|
* const input = { // SimulatePrincipalPolicyRequest
|
|
69
71
|
* PolicySourceArn: "STRING_VALUE", // required
|
|
@@ -68,6 +68,8 @@ declare const TagInstanceProfileCommand_base: {
|
|
|
68
68
|
* ```javascript
|
|
69
69
|
* import { IAMClient, TagInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
70
70
|
* // const { IAMClient, TagInstanceProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
71
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
72
|
+
* const config = {}; // type is IAMClientConfig
|
|
71
73
|
* const client = new IAMClient(config);
|
|
72
74
|
* const input = { // TagInstanceProfileRequest
|
|
73
75
|
* InstanceProfileName: "STRING_VALUE", // required
|
|
@@ -69,6 +69,8 @@ declare const TagMFADeviceCommand_base: {
|
|
|
69
69
|
* ```javascript
|
|
70
70
|
* import { IAMClient, TagMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
71
71
|
* // const { IAMClient, TagMFADeviceCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
72
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
73
|
+
* const config = {}; // type is IAMClientConfig
|
|
72
74
|
* const client = new IAMClient(config);
|
|
73
75
|
* const input = { // TagMFADeviceRequest
|
|
74
76
|
* SerialNumber: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts
CHANGED
|
@@ -70,6 +70,8 @@ declare const TagOpenIDConnectProviderCommand_base: {
|
|
|
70
70
|
* ```javascript
|
|
71
71
|
* import { IAMClient, TagOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
72
72
|
* // const { IAMClient, TagOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
73
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
74
|
+
* const config = {}; // type is IAMClientConfig
|
|
73
75
|
* const client = new IAMClient(config);
|
|
74
76
|
* const input = { // TagOpenIDConnectProviderRequest
|
|
75
77
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
|
@@ -68,6 +68,8 @@ declare const TagPolicyCommand_base: {
|
|
|
68
68
|
* ```javascript
|
|
69
69
|
* import { IAMClient, TagPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
70
70
|
* // const { IAMClient, TagPolicyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
71
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
72
|
+
* const config = {}; // type is IAMClientConfig
|
|
71
73
|
* const client = new IAMClient(config);
|
|
72
74
|
* const input = { // TagPolicyRequest
|
|
73
75
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -77,6 +77,8 @@ declare const TagRoleCommand_base: {
|
|
|
77
77
|
* ```javascript
|
|
78
78
|
* import { IAMClient, TagRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
79
79
|
* // const { IAMClient, TagRoleCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
80
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
81
|
+
* const config = {}; // type is IAMClientConfig
|
|
80
82
|
* const client = new IAMClient(config);
|
|
81
83
|
* const input = { // TagRoleRequest
|
|
82
84
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -70,6 +70,8 @@ declare const TagSAMLProviderCommand_base: {
|
|
|
70
70
|
* ```javascript
|
|
71
71
|
* import { IAMClient, TagSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
72
72
|
* // const { IAMClient, TagSAMLProviderCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
73
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
74
|
+
* const config = {}; // type is IAMClientConfig
|
|
73
75
|
* const client = new IAMClient(config);
|
|
74
76
|
* const input = { // TagSAMLProviderRequest
|
|
75
77
|
* SAMLProviderArn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts
CHANGED
|
@@ -80,6 +80,8 @@ declare const TagServerCertificateCommand_base: {
|
|
|
80
80
|
* ```javascript
|
|
81
81
|
* import { IAMClient, TagServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
82
82
|
* // const { IAMClient, TagServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
83
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
84
|
+
* const config = {}; // type is IAMClientConfig
|
|
83
85
|
* const client = new IAMClient(config);
|
|
84
86
|
* const input = { // TagServerCertificateRequest
|
|
85
87
|
* ServerCertificateName: "STRING_VALUE", // required
|
|
@@ -76,6 +76,8 @@ declare const TagUserCommand_base: {
|
|
|
76
76
|
* ```javascript
|
|
77
77
|
* import { IAMClient, TagUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
78
78
|
* // const { IAMClient, TagUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
79
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
80
|
+
* const config = {}; // type is IAMClientConfig
|
|
79
81
|
* const client = new IAMClient(config);
|
|
80
82
|
* const input = { // TagUserRequest
|
|
81
83
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ declare const UntagInstanceProfileCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, UntagInstanceProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, UntagInstanceProfileCommand } = 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 = { // UntagInstanceProfileRequest
|
|
39
41
|
* InstanceProfileName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UntagMFADeviceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, UntagMFADeviceCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, UntagMFADeviceCommand } = 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 = { // UntagMFADeviceRequest
|
|
40
42
|
* SerialNumber: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const UntagOpenIDConnectProviderCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, UntagOpenIDConnectProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, UntagOpenIDConnectProviderCommand } = 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 = { // UntagOpenIDConnectProviderRequest
|
|
41
43
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UntagPolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, UntagPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, UntagPolicyCommand } = 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 = { // UntagPolicyRequest
|
|
39
41
|
* PolicyArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UntagRoleCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, UntagRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, UntagRoleCommand } = 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 = { // UntagRoleRequest
|
|
39
41
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UntagSAMLProviderCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, UntagSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, UntagSAMLProviderCommand } = 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 = { // UntagSAMLProviderRequest
|
|
41
43
|
* SAMLProviderArn: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ declare const UntagServerCertificateCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { IAMClient, UntagServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
44
44
|
* // const { IAMClient, UntagServerCertificateCommand } = 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 = { // UntagServerCertificateRequest
|
|
47
49
|
* ServerCertificateName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UntagUserCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IAMClient, UntagUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
36
36
|
* // const { IAMClient, UntagUserCommand } = 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 = { // UntagUserRequest
|
|
39
41
|
* UserName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const UpdateAccessKeyCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { IAMClient, UpdateAccessKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
45
|
* // const { IAMClient, UpdateAccessKeyCommand } = 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 = { // UpdateAccessKeyRequest
|
|
48
50
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ declare const UpdateAccountPasswordPolicyCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { IAMClient, UpdateAccountPasswordPolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
45
45
|
* // const { IAMClient, UpdateAccountPasswordPolicyCommand } = 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 = { // UpdateAccountPasswordPolicyRequest
|
|
48
50
|
* MinimumPasswordLength: Number("int"),
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const UpdateAssumeRolePolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, UpdateAssumeRolePolicyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, UpdateAssumeRolePolicyCommand } = 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 = { // UpdateAssumeRolePolicyRequest
|
|
41
43
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const UpdateGroupCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { IAMClient, UpdateGroupCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
49
49
|
* // const { IAMClient, UpdateGroupCommand } = 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 = { // UpdateGroupRequest
|
|
52
54
|
* GroupName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UpdateLoginProfileCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IAMClient, UpdateLoginProfileCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
41
41
|
* // const { IAMClient, UpdateLoginProfileCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
42
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
43
|
+
* const config = {}; // type is IAMClientConfig
|
|
42
44
|
* const client = new IAMClient(config);
|
|
43
45
|
* const input = { // UpdateLoginProfileRequest
|
|
44
46
|
* UserName: "STRING_VALUE", // required
|
|
@@ -54,6 +54,8 @@ declare const UpdateOpenIDConnectProviderThumbprintCommand_base: {
|
|
|
54
54
|
* ```javascript
|
|
55
55
|
* import { IAMClient, UpdateOpenIDConnectProviderThumbprintCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
56
56
|
* // const { IAMClient, UpdateOpenIDConnectProviderThumbprintCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
57
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
58
|
+
* const config = {}; // type is IAMClientConfig
|
|
57
59
|
* const client = new IAMClient(config);
|
|
58
60
|
* const input = { // UpdateOpenIDConnectProviderThumbprintRequest
|
|
59
61
|
* OpenIDConnectProviderArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRoleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IAMClient, UpdateRoleCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
35
35
|
* // const { IAMClient, UpdateRoleCommand } = 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 = { // UpdateRoleRequest
|
|
38
40
|
* RoleName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts
CHANGED
|
@@ -35,6 +35,8 @@ declare const UpdateRoleDescriptionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, UpdateRoleDescriptionCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, UpdateRoleDescriptionCommand } = 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 = { // UpdateRoleDescriptionRequest
|
|
40
42
|
* RoleName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateSAMLProviderCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IAMClient, UpdateSAMLProviderCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
37
37
|
* // const { IAMClient, UpdateSAMLProviderCommand } = 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 = { // UpdateSAMLProviderRequest
|
|
40
42
|
* SAMLMetadataDocument: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const UpdateSSHPublicKeyCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IAMClient, UpdateSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
41
41
|
* // const { IAMClient, UpdateSSHPublicKeyCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
42
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
43
|
+
* const config = {}; // type is IAMClientConfig
|
|
42
44
|
* const client = new IAMClient(config);
|
|
43
45
|
* const input = { // UpdateSSHPublicKeyRequest
|
|
44
46
|
* UserName: "STRING_VALUE", // required
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts
CHANGED
|
@@ -52,6 +52,8 @@ declare const UpdateServerCertificateCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { IAMClient, UpdateServerCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
54
54
|
* // const { IAMClient, UpdateServerCertificateCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
55
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
56
|
+
* const config = {}; // type is IAMClientConfig
|
|
55
57
|
* const client = new IAMClient(config);
|
|
56
58
|
* const input = { // UpdateServerCertificateRequest
|
|
57
59
|
* ServerCertificateName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateServiceSpecificCredentialCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IAMClient, UpdateServiceSpecificCredentialCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
38
38
|
* // const { IAMClient, UpdateServiceSpecificCredentialCommand } = 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 = { // UpdateServiceSpecificCredentialRequest
|
|
41
43
|
* UserName: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts
CHANGED
|
@@ -40,6 +40,8 @@ declare const UpdateSigningCertificateCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IAMClient, UpdateSigningCertificateCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
42
42
|
* // const { IAMClient, UpdateSigningCertificateCommand } = 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 = { // UpdateSigningCertificateRequest
|
|
45
47
|
* UserName: "STRING_VALUE",
|
|
@@ -45,6 +45,8 @@ declare const UpdateUserCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { IAMClient, UpdateUserCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
47
47
|
* // const { IAMClient, UpdateUserCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
48
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
49
|
+
* const config = {}; // type is IAMClientConfig
|
|
48
50
|
* const client = new IAMClient(config);
|
|
49
51
|
* const input = { // UpdateUserRequest
|
|
50
52
|
* UserName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UploadSSHPublicKeyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IAMClient, UploadSSHPublicKeyCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
39
39
|
* // const { IAMClient, UploadSSHPublicKeyCommand } = 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 = { // UploadSSHPublicKeyRequest
|
|
42
44
|
* UserName: "STRING_VALUE", // required
|