@jjrawlins/cdk-iam-policy-builder-helper 0.0.80 → 0.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +21 -0
- package/lib/constructs/Actions.js +22 -1
- package/lib/constructs/ManagedPolicies.d.ts +12 -0
- package/lib/constructs/ManagedPolicies.js +13 -1
- package/methods_list.txt +19 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +3367 -10560
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOrganizationsFeaturesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +3 -10
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +0 -54
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +0 -13
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +3353 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +0 -44
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +0 -12
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +568 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +0 -31
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +0 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +574 -0
- package/node_modules/@aws-sdk/client-iam/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +7 -2
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- 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/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +0 -9630
- package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +0 -1487
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1985
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
|
@@ -1,1487 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "../commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
4
|
-
import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "../commands/AddRoleToInstanceProfileCommand";
|
|
5
|
-
import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "../commands/AddUserToGroupCommand";
|
|
6
|
-
import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "../commands/AttachGroupPolicyCommand";
|
|
7
|
-
import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "../commands/AttachRolePolicyCommand";
|
|
8
|
-
import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "../commands/AttachUserPolicyCommand";
|
|
9
|
-
import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "../commands/ChangePasswordCommand";
|
|
10
|
-
import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "../commands/CreateAccessKeyCommand";
|
|
11
|
-
import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "../commands/CreateAccountAliasCommand";
|
|
12
|
-
import { CreateDelegationRequestCommandInput, CreateDelegationRequestCommandOutput } from "../commands/CreateDelegationRequestCommand";
|
|
13
|
-
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
14
|
-
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "../commands/CreateInstanceProfileCommand";
|
|
15
|
-
import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "../commands/CreateLoginProfileCommand";
|
|
16
|
-
import { CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput } from "../commands/CreateOpenIDConnectProviderCommand";
|
|
17
|
-
import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
|
|
18
|
-
import { CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput } from "../commands/CreatePolicyVersionCommand";
|
|
19
|
-
import { CreateRoleCommandInput, CreateRoleCommandOutput } from "../commands/CreateRoleCommand";
|
|
20
|
-
import { CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput } from "../commands/CreateSAMLProviderCommand";
|
|
21
|
-
import { CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput } from "../commands/CreateServiceLinkedRoleCommand";
|
|
22
|
-
import { CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput } from "../commands/CreateServiceSpecificCredentialCommand";
|
|
23
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
|
|
24
|
-
import { CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput } from "../commands/CreateVirtualMFADeviceCommand";
|
|
25
|
-
import { DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput } from "../commands/DeactivateMFADeviceCommand";
|
|
26
|
-
import { DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput } from "../commands/DeleteAccessKeyCommand";
|
|
27
|
-
import { DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput } from "../commands/DeleteAccountAliasCommand";
|
|
28
|
-
import { DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput } from "../commands/DeleteAccountPasswordPolicyCommand";
|
|
29
|
-
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
30
|
-
import { DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput } from "../commands/DeleteGroupPolicyCommand";
|
|
31
|
-
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "../commands/DeleteInstanceProfileCommand";
|
|
32
|
-
import { DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput } from "../commands/DeleteLoginProfileCommand";
|
|
33
|
-
import { DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput } from "../commands/DeleteOpenIDConnectProviderCommand";
|
|
34
|
-
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
35
|
-
import { DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput } from "../commands/DeletePolicyVersionCommand";
|
|
36
|
-
import { DeleteRoleCommandInput, DeleteRoleCommandOutput } from "../commands/DeleteRoleCommand";
|
|
37
|
-
import { DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput } from "../commands/DeleteRolePermissionsBoundaryCommand";
|
|
38
|
-
import { DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput } from "../commands/DeleteRolePolicyCommand";
|
|
39
|
-
import { DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput } from "../commands/DeleteSAMLProviderCommand";
|
|
40
|
-
import { DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput } from "../commands/DeleteServerCertificateCommand";
|
|
41
|
-
import { DeleteServiceLinkedRoleCommandInput, DeleteServiceLinkedRoleCommandOutput } from "../commands/DeleteServiceLinkedRoleCommand";
|
|
42
|
-
import { DeleteServiceSpecificCredentialCommandInput, DeleteServiceSpecificCredentialCommandOutput } from "../commands/DeleteServiceSpecificCredentialCommand";
|
|
43
|
-
import { DeleteSigningCertificateCommandInput, DeleteSigningCertificateCommandOutput } from "../commands/DeleteSigningCertificateCommand";
|
|
44
|
-
import { DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput } from "../commands/DeleteSSHPublicKeyCommand";
|
|
45
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
46
|
-
import { DeleteUserPermissionsBoundaryCommandInput, DeleteUserPermissionsBoundaryCommandOutput } from "../commands/DeleteUserPermissionsBoundaryCommand";
|
|
47
|
-
import { DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput } from "../commands/DeleteUserPolicyCommand";
|
|
48
|
-
import { DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput } from "../commands/DeleteVirtualMFADeviceCommand";
|
|
49
|
-
import { DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput } from "../commands/DetachGroupPolicyCommand";
|
|
50
|
-
import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "../commands/DetachRolePolicyCommand";
|
|
51
|
-
import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "../commands/DetachUserPolicyCommand";
|
|
52
|
-
import { DisableOrganizationsRootCredentialsManagementCommandInput, DisableOrganizationsRootCredentialsManagementCommandOutput } from "../commands/DisableOrganizationsRootCredentialsManagementCommand";
|
|
53
|
-
import { DisableOrganizationsRootSessionsCommandInput, DisableOrganizationsRootSessionsCommandOutput } from "../commands/DisableOrganizationsRootSessionsCommand";
|
|
54
|
-
import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "../commands/EnableMFADeviceCommand";
|
|
55
|
-
import { EnableOrganizationsRootCredentialsManagementCommandInput, EnableOrganizationsRootCredentialsManagementCommandOutput } from "../commands/EnableOrganizationsRootCredentialsManagementCommand";
|
|
56
|
-
import { EnableOrganizationsRootSessionsCommandInput, EnableOrganizationsRootSessionsCommandOutput } from "../commands/EnableOrganizationsRootSessionsCommand";
|
|
57
|
-
import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "../commands/GenerateCredentialReportCommand";
|
|
58
|
-
import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "../commands/GenerateOrganizationsAccessReportCommand";
|
|
59
|
-
import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "../commands/GenerateServiceLastAccessedDetailsCommand";
|
|
60
|
-
import { GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput } from "../commands/GetAccessKeyLastUsedCommand";
|
|
61
|
-
import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "../commands/GetAccountAuthorizationDetailsCommand";
|
|
62
|
-
import { GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput } from "../commands/GetAccountPasswordPolicyCommand";
|
|
63
|
-
import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from "../commands/GetAccountSummaryCommand";
|
|
64
|
-
import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "../commands/GetContextKeysForCustomPolicyCommand";
|
|
65
|
-
import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "../commands/GetContextKeysForPrincipalPolicyCommand";
|
|
66
|
-
import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "../commands/GetCredentialReportCommand";
|
|
67
|
-
import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
|
|
68
|
-
import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "../commands/GetGroupPolicyCommand";
|
|
69
|
-
import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "../commands/GetInstanceProfileCommand";
|
|
70
|
-
import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "../commands/GetLoginProfileCommand";
|
|
71
|
-
import { GetMFADeviceCommandInput, GetMFADeviceCommandOutput } from "../commands/GetMFADeviceCommand";
|
|
72
|
-
import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "../commands/GetOpenIDConnectProviderCommand";
|
|
73
|
-
import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "../commands/GetOrganizationsAccessReportCommand";
|
|
74
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
|
|
75
|
-
import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "../commands/GetPolicyVersionCommand";
|
|
76
|
-
import { GetRoleCommandInput, GetRoleCommandOutput } from "../commands/GetRoleCommand";
|
|
77
|
-
import { GetRolePolicyCommandInput, GetRolePolicyCommandOutput } from "../commands/GetRolePolicyCommand";
|
|
78
|
-
import { GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput } from "../commands/GetSAMLProviderCommand";
|
|
79
|
-
import { GetServerCertificateCommandInput, GetServerCertificateCommandOutput } from "../commands/GetServerCertificateCommand";
|
|
80
|
-
import { GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput } from "../commands/GetServiceLastAccessedDetailsCommand";
|
|
81
|
-
import { GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput } from "../commands/GetServiceLastAccessedDetailsWithEntitiesCommand";
|
|
82
|
-
import { GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput } from "../commands/GetServiceLinkedRoleDeletionStatusCommand";
|
|
83
|
-
import { GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput } from "../commands/GetSSHPublicKeyCommand";
|
|
84
|
-
import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
|
|
85
|
-
import { GetUserPolicyCommandInput, GetUserPolicyCommandOutput } from "../commands/GetUserPolicyCommand";
|
|
86
|
-
import { ListAccessKeysCommandInput, ListAccessKeysCommandOutput } from "../commands/ListAccessKeysCommand";
|
|
87
|
-
import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from "../commands/ListAccountAliasesCommand";
|
|
88
|
-
import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "../commands/ListAttachedGroupPoliciesCommand";
|
|
89
|
-
import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "../commands/ListAttachedRolePoliciesCommand";
|
|
90
|
-
import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "../commands/ListAttachedUserPoliciesCommand";
|
|
91
|
-
import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "../commands/ListEntitiesForPolicyCommand";
|
|
92
|
-
import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "../commands/ListGroupPoliciesCommand";
|
|
93
|
-
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
94
|
-
import { ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput } from "../commands/ListGroupsForUserCommand";
|
|
95
|
-
import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "../commands/ListInstanceProfilesCommand";
|
|
96
|
-
import { ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput } from "../commands/ListInstanceProfilesForRoleCommand";
|
|
97
|
-
import { ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput } from "../commands/ListInstanceProfileTagsCommand";
|
|
98
|
-
import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "../commands/ListMFADevicesCommand";
|
|
99
|
-
import { ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput } from "../commands/ListMFADeviceTagsCommand";
|
|
100
|
-
import { ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput } from "../commands/ListOpenIDConnectProvidersCommand";
|
|
101
|
-
import { ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput } from "../commands/ListOpenIDConnectProviderTagsCommand";
|
|
102
|
-
import { ListOrganizationsFeaturesCommandInput, ListOrganizationsFeaturesCommandOutput } from "../commands/ListOrganizationsFeaturesCommand";
|
|
103
|
-
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
104
|
-
import { ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput } from "../commands/ListPoliciesGrantingServiceAccessCommand";
|
|
105
|
-
import { ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput } from "../commands/ListPolicyTagsCommand";
|
|
106
|
-
import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "../commands/ListPolicyVersionsCommand";
|
|
107
|
-
import { ListRolePoliciesCommandInput, ListRolePoliciesCommandOutput } from "../commands/ListRolePoliciesCommand";
|
|
108
|
-
import { ListRolesCommandInput, ListRolesCommandOutput } from "../commands/ListRolesCommand";
|
|
109
|
-
import { ListRoleTagsCommandInput, ListRoleTagsCommandOutput } from "../commands/ListRoleTagsCommand";
|
|
110
|
-
import { ListSAMLProvidersCommandInput, ListSAMLProvidersCommandOutput } from "../commands/ListSAMLProvidersCommand";
|
|
111
|
-
import { ListSAMLProviderTagsCommandInput, ListSAMLProviderTagsCommandOutput } from "../commands/ListSAMLProviderTagsCommand";
|
|
112
|
-
import { ListServerCertificatesCommandInput, ListServerCertificatesCommandOutput } from "../commands/ListServerCertificatesCommand";
|
|
113
|
-
import { ListServerCertificateTagsCommandInput, ListServerCertificateTagsCommandOutput } from "../commands/ListServerCertificateTagsCommand";
|
|
114
|
-
import { ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput } from "../commands/ListServiceSpecificCredentialsCommand";
|
|
115
|
-
import { ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput } from "../commands/ListSigningCertificatesCommand";
|
|
116
|
-
import { ListSSHPublicKeysCommandInput, ListSSHPublicKeysCommandOutput } from "../commands/ListSSHPublicKeysCommand";
|
|
117
|
-
import { ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput } from "../commands/ListUserPoliciesCommand";
|
|
118
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
119
|
-
import { ListUserTagsCommandInput, ListUserTagsCommandOutput } from "../commands/ListUserTagsCommand";
|
|
120
|
-
import { ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput } from "../commands/ListVirtualMFADevicesCommand";
|
|
121
|
-
import { PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput } from "../commands/PutGroupPolicyCommand";
|
|
122
|
-
import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput } from "../commands/PutRolePermissionsBoundaryCommand";
|
|
123
|
-
import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "../commands/PutRolePolicyCommand";
|
|
124
|
-
import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "../commands/PutUserPermissionsBoundaryCommand";
|
|
125
|
-
import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "../commands/PutUserPolicyCommand";
|
|
126
|
-
import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "../commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
127
|
-
import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "../commands/RemoveRoleFromInstanceProfileCommand";
|
|
128
|
-
import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "../commands/RemoveUserFromGroupCommand";
|
|
129
|
-
import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "../commands/ResetServiceSpecificCredentialCommand";
|
|
130
|
-
import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "../commands/ResyncMFADeviceCommand";
|
|
131
|
-
import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "../commands/SetDefaultPolicyVersionCommand";
|
|
132
|
-
import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "../commands/SetSecurityTokenServicePreferencesCommand";
|
|
133
|
-
import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "../commands/SimulateCustomPolicyCommand";
|
|
134
|
-
import { SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput } from "../commands/SimulatePrincipalPolicyCommand";
|
|
135
|
-
import { TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput } from "../commands/TagInstanceProfileCommand";
|
|
136
|
-
import { TagMFADeviceCommandInput, TagMFADeviceCommandOutput } from "../commands/TagMFADeviceCommand";
|
|
137
|
-
import { TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput } from "../commands/TagOpenIDConnectProviderCommand";
|
|
138
|
-
import { TagPolicyCommandInput, TagPolicyCommandOutput } from "../commands/TagPolicyCommand";
|
|
139
|
-
import { TagRoleCommandInput, TagRoleCommandOutput } from "../commands/TagRoleCommand";
|
|
140
|
-
import { TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput } from "../commands/TagSAMLProviderCommand";
|
|
141
|
-
import { TagServerCertificateCommandInput, TagServerCertificateCommandOutput } from "../commands/TagServerCertificateCommand";
|
|
142
|
-
import { TagUserCommandInput, TagUserCommandOutput } from "../commands/TagUserCommand";
|
|
143
|
-
import { UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput } from "../commands/UntagInstanceProfileCommand";
|
|
144
|
-
import { UntagMFADeviceCommandInput, UntagMFADeviceCommandOutput } from "../commands/UntagMFADeviceCommand";
|
|
145
|
-
import { UntagOpenIDConnectProviderCommandInput, UntagOpenIDConnectProviderCommandOutput } from "../commands/UntagOpenIDConnectProviderCommand";
|
|
146
|
-
import { UntagPolicyCommandInput, UntagPolicyCommandOutput } from "../commands/UntagPolicyCommand";
|
|
147
|
-
import { UntagRoleCommandInput, UntagRoleCommandOutput } from "../commands/UntagRoleCommand";
|
|
148
|
-
import { UntagSAMLProviderCommandInput, UntagSAMLProviderCommandOutput } from "../commands/UntagSAMLProviderCommand";
|
|
149
|
-
import { UntagServerCertificateCommandInput, UntagServerCertificateCommandOutput } from "../commands/UntagServerCertificateCommand";
|
|
150
|
-
import { UntagUserCommandInput, UntagUserCommandOutput } from "../commands/UntagUserCommand";
|
|
151
|
-
import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "../commands/UpdateAccessKeyCommand";
|
|
152
|
-
import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "../commands/UpdateAccountPasswordPolicyCommand";
|
|
153
|
-
import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "../commands/UpdateAssumeRolePolicyCommand";
|
|
154
|
-
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
155
|
-
import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "../commands/UpdateLoginProfileCommand";
|
|
156
|
-
import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "../commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
157
|
-
import { UpdateRoleCommandInput, UpdateRoleCommandOutput } from "../commands/UpdateRoleCommand";
|
|
158
|
-
import { UpdateRoleDescriptionCommandInput, UpdateRoleDescriptionCommandOutput } from "../commands/UpdateRoleDescriptionCommand";
|
|
159
|
-
import { UpdateSAMLProviderCommandInput, UpdateSAMLProviderCommandOutput } from "../commands/UpdateSAMLProviderCommand";
|
|
160
|
-
import { UpdateServerCertificateCommandInput, UpdateServerCertificateCommandOutput } from "../commands/UpdateServerCertificateCommand";
|
|
161
|
-
import { UpdateServiceSpecificCredentialCommandInput, UpdateServiceSpecificCredentialCommandOutput } from "../commands/UpdateServiceSpecificCredentialCommand";
|
|
162
|
-
import { UpdateSigningCertificateCommandInput, UpdateSigningCertificateCommandOutput } from "../commands/UpdateSigningCertificateCommand";
|
|
163
|
-
import { UpdateSSHPublicKeyCommandInput, UpdateSSHPublicKeyCommandOutput } from "../commands/UpdateSSHPublicKeyCommand";
|
|
164
|
-
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
165
|
-
import { UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput } from "../commands/UploadServerCertificateCommand";
|
|
166
|
-
import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput } from "../commands/UploadSigningCertificateCommand";
|
|
167
|
-
import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "../commands/UploadSSHPublicKeyCommand";
|
|
168
|
-
/**
|
|
169
|
-
* serializeAws_queryAddClientIDToOpenIDConnectProviderCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const se_AddClientIDToOpenIDConnectProviderCommand: (input: AddClientIDToOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
/**
|
|
173
|
-
* serializeAws_queryAddRoleToInstanceProfileCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const se_AddRoleToInstanceProfileCommand: (input: AddRoleToInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
/**
|
|
177
|
-
* serializeAws_queryAddUserToGroupCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const se_AddUserToGroupCommand: (input: AddUserToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
/**
|
|
181
|
-
* serializeAws_queryAttachGroupPolicyCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const se_AttachGroupPolicyCommand: (input: AttachGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
/**
|
|
185
|
-
* serializeAws_queryAttachRolePolicyCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const se_AttachRolePolicyCommand: (input: AttachRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
/**
|
|
189
|
-
* serializeAws_queryAttachUserPolicyCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const se_AttachUserPolicyCommand: (input: AttachUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
/**
|
|
193
|
-
* serializeAws_queryChangePasswordCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const se_ChangePasswordCommand: (input: ChangePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
-
/**
|
|
197
|
-
* serializeAws_queryCreateAccessKeyCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const se_CreateAccessKeyCommand: (input: CreateAccessKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
-
/**
|
|
201
|
-
* serializeAws_queryCreateAccountAliasCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const se_CreateAccountAliasCommand: (input: CreateAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
-
/**
|
|
205
|
-
* serializeAws_queryCreateDelegationRequestCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const se_CreateDelegationRequestCommand: (input: CreateDelegationRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
-
/**
|
|
209
|
-
* serializeAws_queryCreateGroupCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
212
|
-
/**
|
|
213
|
-
* serializeAws_queryCreateInstanceProfileCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const se_CreateInstanceProfileCommand: (input: CreateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
216
|
-
/**
|
|
217
|
-
* serializeAws_queryCreateLoginProfileCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const se_CreateLoginProfileCommand: (input: CreateLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
-
/**
|
|
221
|
-
* serializeAws_queryCreateOpenIDConnectProviderCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const se_CreateOpenIDConnectProviderCommand: (input: CreateOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
|
-
/**
|
|
225
|
-
* serializeAws_queryCreatePolicyCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const se_CreatePolicyCommand: (input: CreatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
228
|
-
/**
|
|
229
|
-
* serializeAws_queryCreatePolicyVersionCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const se_CreatePolicyVersionCommand: (input: CreatePolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
-
/**
|
|
233
|
-
* serializeAws_queryCreateRoleCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const se_CreateRoleCommand: (input: CreateRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
|
-
/**
|
|
237
|
-
* serializeAws_queryCreateSAMLProviderCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const se_CreateSAMLProviderCommand: (input: CreateSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
240
|
-
/**
|
|
241
|
-
* serializeAws_queryCreateServiceLinkedRoleCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const se_CreateServiceLinkedRoleCommand: (input: CreateServiceLinkedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
-
/**
|
|
245
|
-
* serializeAws_queryCreateServiceSpecificCredentialCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const se_CreateServiceSpecificCredentialCommand: (input: CreateServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
248
|
-
/**
|
|
249
|
-
* serializeAws_queryCreateUserCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
|
-
/**
|
|
253
|
-
* serializeAws_queryCreateVirtualMFADeviceCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const se_CreateVirtualMFADeviceCommand: (input: CreateVirtualMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
-
/**
|
|
257
|
-
* serializeAws_queryDeactivateMFADeviceCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const se_DeactivateMFADeviceCommand: (input: DeactivateMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
|
-
/**
|
|
261
|
-
* serializeAws_queryDeleteAccessKeyCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const se_DeleteAccessKeyCommand: (input: DeleteAccessKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
264
|
-
/**
|
|
265
|
-
* serializeAws_queryDeleteAccountAliasCommand
|
|
266
|
-
*/
|
|
267
|
-
export declare const se_DeleteAccountAliasCommand: (input: DeleteAccountAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
268
|
-
/**
|
|
269
|
-
* serializeAws_queryDeleteAccountPasswordPolicyCommand
|
|
270
|
-
*/
|
|
271
|
-
export declare const se_DeleteAccountPasswordPolicyCommand: (input: DeleteAccountPasswordPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
|
-
/**
|
|
273
|
-
* serializeAws_queryDeleteGroupCommand
|
|
274
|
-
*/
|
|
275
|
-
export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
|
-
/**
|
|
277
|
-
* serializeAws_queryDeleteGroupPolicyCommand
|
|
278
|
-
*/
|
|
279
|
-
export declare const se_DeleteGroupPolicyCommand: (input: DeleteGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
-
/**
|
|
281
|
-
* serializeAws_queryDeleteInstanceProfileCommand
|
|
282
|
-
*/
|
|
283
|
-
export declare const se_DeleteInstanceProfileCommand: (input: DeleteInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
284
|
-
/**
|
|
285
|
-
* serializeAws_queryDeleteLoginProfileCommand
|
|
286
|
-
*/
|
|
287
|
-
export declare const se_DeleteLoginProfileCommand: (input: DeleteLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
-
/**
|
|
289
|
-
* serializeAws_queryDeleteOpenIDConnectProviderCommand
|
|
290
|
-
*/
|
|
291
|
-
export declare const se_DeleteOpenIDConnectProviderCommand: (input: DeleteOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
292
|
-
/**
|
|
293
|
-
* serializeAws_queryDeletePolicyCommand
|
|
294
|
-
*/
|
|
295
|
-
export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
|
-
/**
|
|
297
|
-
* serializeAws_queryDeletePolicyVersionCommand
|
|
298
|
-
*/
|
|
299
|
-
export declare const se_DeletePolicyVersionCommand: (input: DeletePolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
300
|
-
/**
|
|
301
|
-
* serializeAws_queryDeleteRoleCommand
|
|
302
|
-
*/
|
|
303
|
-
export declare const se_DeleteRoleCommand: (input: DeleteRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
|
-
/**
|
|
305
|
-
* serializeAws_queryDeleteRolePermissionsBoundaryCommand
|
|
306
|
-
*/
|
|
307
|
-
export declare const se_DeleteRolePermissionsBoundaryCommand: (input: DeleteRolePermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
308
|
-
/**
|
|
309
|
-
* serializeAws_queryDeleteRolePolicyCommand
|
|
310
|
-
*/
|
|
311
|
-
export declare const se_DeleteRolePolicyCommand: (input: DeleteRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
|
-
/**
|
|
313
|
-
* serializeAws_queryDeleteSAMLProviderCommand
|
|
314
|
-
*/
|
|
315
|
-
export declare const se_DeleteSAMLProviderCommand: (input: DeleteSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
-
/**
|
|
317
|
-
* serializeAws_queryDeleteServerCertificateCommand
|
|
318
|
-
*/
|
|
319
|
-
export declare const se_DeleteServerCertificateCommand: (input: DeleteServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
320
|
-
/**
|
|
321
|
-
* serializeAws_queryDeleteServiceLinkedRoleCommand
|
|
322
|
-
*/
|
|
323
|
-
export declare const se_DeleteServiceLinkedRoleCommand: (input: DeleteServiceLinkedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
-
/**
|
|
325
|
-
* serializeAws_queryDeleteServiceSpecificCredentialCommand
|
|
326
|
-
*/
|
|
327
|
-
export declare const se_DeleteServiceSpecificCredentialCommand: (input: DeleteServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
-
/**
|
|
329
|
-
* serializeAws_queryDeleteSigningCertificateCommand
|
|
330
|
-
*/
|
|
331
|
-
export declare const se_DeleteSigningCertificateCommand: (input: DeleteSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
332
|
-
/**
|
|
333
|
-
* serializeAws_queryDeleteSSHPublicKeyCommand
|
|
334
|
-
*/
|
|
335
|
-
export declare const se_DeleteSSHPublicKeyCommand: (input: DeleteSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
336
|
-
/**
|
|
337
|
-
* serializeAws_queryDeleteUserCommand
|
|
338
|
-
*/
|
|
339
|
-
export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
340
|
-
/**
|
|
341
|
-
* serializeAws_queryDeleteUserPermissionsBoundaryCommand
|
|
342
|
-
*/
|
|
343
|
-
export declare const se_DeleteUserPermissionsBoundaryCommand: (input: DeleteUserPermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
344
|
-
/**
|
|
345
|
-
* serializeAws_queryDeleteUserPolicyCommand
|
|
346
|
-
*/
|
|
347
|
-
export declare const se_DeleteUserPolicyCommand: (input: DeleteUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
348
|
-
/**
|
|
349
|
-
* serializeAws_queryDeleteVirtualMFADeviceCommand
|
|
350
|
-
*/
|
|
351
|
-
export declare const se_DeleteVirtualMFADeviceCommand: (input: DeleteVirtualMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
|
-
/**
|
|
353
|
-
* serializeAws_queryDetachGroupPolicyCommand
|
|
354
|
-
*/
|
|
355
|
-
export declare const se_DetachGroupPolicyCommand: (input: DetachGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
356
|
-
/**
|
|
357
|
-
* serializeAws_queryDetachRolePolicyCommand
|
|
358
|
-
*/
|
|
359
|
-
export declare const se_DetachRolePolicyCommand: (input: DetachRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
360
|
-
/**
|
|
361
|
-
* serializeAws_queryDetachUserPolicyCommand
|
|
362
|
-
*/
|
|
363
|
-
export declare const se_DetachUserPolicyCommand: (input: DetachUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
364
|
-
/**
|
|
365
|
-
* serializeAws_queryDisableOrganizationsRootCredentialsManagementCommand
|
|
366
|
-
*/
|
|
367
|
-
export declare const se_DisableOrganizationsRootCredentialsManagementCommand: (input: DisableOrganizationsRootCredentialsManagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
-
/**
|
|
369
|
-
* serializeAws_queryDisableOrganizationsRootSessionsCommand
|
|
370
|
-
*/
|
|
371
|
-
export declare const se_DisableOrganizationsRootSessionsCommand: (input: DisableOrganizationsRootSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
372
|
-
/**
|
|
373
|
-
* serializeAws_queryEnableMFADeviceCommand
|
|
374
|
-
*/
|
|
375
|
-
export declare const se_EnableMFADeviceCommand: (input: EnableMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
376
|
-
/**
|
|
377
|
-
* serializeAws_queryEnableOrganizationsRootCredentialsManagementCommand
|
|
378
|
-
*/
|
|
379
|
-
export declare const se_EnableOrganizationsRootCredentialsManagementCommand: (input: EnableOrganizationsRootCredentialsManagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
380
|
-
/**
|
|
381
|
-
* serializeAws_queryEnableOrganizationsRootSessionsCommand
|
|
382
|
-
*/
|
|
383
|
-
export declare const se_EnableOrganizationsRootSessionsCommand: (input: EnableOrganizationsRootSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
384
|
-
/**
|
|
385
|
-
* serializeAws_queryGenerateCredentialReportCommand
|
|
386
|
-
*/
|
|
387
|
-
export declare const se_GenerateCredentialReportCommand: (input: GenerateCredentialReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
|
-
/**
|
|
389
|
-
* serializeAws_queryGenerateOrganizationsAccessReportCommand
|
|
390
|
-
*/
|
|
391
|
-
export declare const se_GenerateOrganizationsAccessReportCommand: (input: GenerateOrganizationsAccessReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
-
/**
|
|
393
|
-
* serializeAws_queryGenerateServiceLastAccessedDetailsCommand
|
|
394
|
-
*/
|
|
395
|
-
export declare const se_GenerateServiceLastAccessedDetailsCommand: (input: GenerateServiceLastAccessedDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
-
/**
|
|
397
|
-
* serializeAws_queryGetAccessKeyLastUsedCommand
|
|
398
|
-
*/
|
|
399
|
-
export declare const se_GetAccessKeyLastUsedCommand: (input: GetAccessKeyLastUsedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
|
-
/**
|
|
401
|
-
* serializeAws_queryGetAccountAuthorizationDetailsCommand
|
|
402
|
-
*/
|
|
403
|
-
export declare const se_GetAccountAuthorizationDetailsCommand: (input: GetAccountAuthorizationDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
404
|
-
/**
|
|
405
|
-
* serializeAws_queryGetAccountPasswordPolicyCommand
|
|
406
|
-
*/
|
|
407
|
-
export declare const se_GetAccountPasswordPolicyCommand: (input: GetAccountPasswordPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
408
|
-
/**
|
|
409
|
-
* serializeAws_queryGetAccountSummaryCommand
|
|
410
|
-
*/
|
|
411
|
-
export declare const se_GetAccountSummaryCommand: (input: GetAccountSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
412
|
-
/**
|
|
413
|
-
* serializeAws_queryGetContextKeysForCustomPolicyCommand
|
|
414
|
-
*/
|
|
415
|
-
export declare const se_GetContextKeysForCustomPolicyCommand: (input: GetContextKeysForCustomPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
|
-
/**
|
|
417
|
-
* serializeAws_queryGetContextKeysForPrincipalPolicyCommand
|
|
418
|
-
*/
|
|
419
|
-
export declare const se_GetContextKeysForPrincipalPolicyCommand: (input: GetContextKeysForPrincipalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
420
|
-
/**
|
|
421
|
-
* serializeAws_queryGetCredentialReportCommand
|
|
422
|
-
*/
|
|
423
|
-
export declare const se_GetCredentialReportCommand: (input: GetCredentialReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
424
|
-
/**
|
|
425
|
-
* serializeAws_queryGetGroupCommand
|
|
426
|
-
*/
|
|
427
|
-
export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
-
/**
|
|
429
|
-
* serializeAws_queryGetGroupPolicyCommand
|
|
430
|
-
*/
|
|
431
|
-
export declare const se_GetGroupPolicyCommand: (input: GetGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
432
|
-
/**
|
|
433
|
-
* serializeAws_queryGetInstanceProfileCommand
|
|
434
|
-
*/
|
|
435
|
-
export declare const se_GetInstanceProfileCommand: (input: GetInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
436
|
-
/**
|
|
437
|
-
* serializeAws_queryGetLoginProfileCommand
|
|
438
|
-
*/
|
|
439
|
-
export declare const se_GetLoginProfileCommand: (input: GetLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
440
|
-
/**
|
|
441
|
-
* serializeAws_queryGetMFADeviceCommand
|
|
442
|
-
*/
|
|
443
|
-
export declare const se_GetMFADeviceCommand: (input: GetMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
444
|
-
/**
|
|
445
|
-
* serializeAws_queryGetOpenIDConnectProviderCommand
|
|
446
|
-
*/
|
|
447
|
-
export declare const se_GetOpenIDConnectProviderCommand: (input: GetOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
448
|
-
/**
|
|
449
|
-
* serializeAws_queryGetOrganizationsAccessReportCommand
|
|
450
|
-
*/
|
|
451
|
-
export declare const se_GetOrganizationsAccessReportCommand: (input: GetOrganizationsAccessReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
452
|
-
/**
|
|
453
|
-
* serializeAws_queryGetPolicyCommand
|
|
454
|
-
*/
|
|
455
|
-
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
456
|
-
/**
|
|
457
|
-
* serializeAws_queryGetPolicyVersionCommand
|
|
458
|
-
*/
|
|
459
|
-
export declare const se_GetPolicyVersionCommand: (input: GetPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
460
|
-
/**
|
|
461
|
-
* serializeAws_queryGetRoleCommand
|
|
462
|
-
*/
|
|
463
|
-
export declare const se_GetRoleCommand: (input: GetRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
464
|
-
/**
|
|
465
|
-
* serializeAws_queryGetRolePolicyCommand
|
|
466
|
-
*/
|
|
467
|
-
export declare const se_GetRolePolicyCommand: (input: GetRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
468
|
-
/**
|
|
469
|
-
* serializeAws_queryGetSAMLProviderCommand
|
|
470
|
-
*/
|
|
471
|
-
export declare const se_GetSAMLProviderCommand: (input: GetSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
472
|
-
/**
|
|
473
|
-
* serializeAws_queryGetServerCertificateCommand
|
|
474
|
-
*/
|
|
475
|
-
export declare const se_GetServerCertificateCommand: (input: GetServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
476
|
-
/**
|
|
477
|
-
* serializeAws_queryGetServiceLastAccessedDetailsCommand
|
|
478
|
-
*/
|
|
479
|
-
export declare const se_GetServiceLastAccessedDetailsCommand: (input: GetServiceLastAccessedDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
480
|
-
/**
|
|
481
|
-
* serializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand
|
|
482
|
-
*/
|
|
483
|
-
export declare const se_GetServiceLastAccessedDetailsWithEntitiesCommand: (input: GetServiceLastAccessedDetailsWithEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
484
|
-
/**
|
|
485
|
-
* serializeAws_queryGetServiceLinkedRoleDeletionStatusCommand
|
|
486
|
-
*/
|
|
487
|
-
export declare const se_GetServiceLinkedRoleDeletionStatusCommand: (input: GetServiceLinkedRoleDeletionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
488
|
-
/**
|
|
489
|
-
* serializeAws_queryGetSSHPublicKeyCommand
|
|
490
|
-
*/
|
|
491
|
-
export declare const se_GetSSHPublicKeyCommand: (input: GetSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
492
|
-
/**
|
|
493
|
-
* serializeAws_queryGetUserCommand
|
|
494
|
-
*/
|
|
495
|
-
export declare const se_GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
496
|
-
/**
|
|
497
|
-
* serializeAws_queryGetUserPolicyCommand
|
|
498
|
-
*/
|
|
499
|
-
export declare const se_GetUserPolicyCommand: (input: GetUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
500
|
-
/**
|
|
501
|
-
* serializeAws_queryListAccessKeysCommand
|
|
502
|
-
*/
|
|
503
|
-
export declare const se_ListAccessKeysCommand: (input: ListAccessKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
504
|
-
/**
|
|
505
|
-
* serializeAws_queryListAccountAliasesCommand
|
|
506
|
-
*/
|
|
507
|
-
export declare const se_ListAccountAliasesCommand: (input: ListAccountAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
508
|
-
/**
|
|
509
|
-
* serializeAws_queryListAttachedGroupPoliciesCommand
|
|
510
|
-
*/
|
|
511
|
-
export declare const se_ListAttachedGroupPoliciesCommand: (input: ListAttachedGroupPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
512
|
-
/**
|
|
513
|
-
* serializeAws_queryListAttachedRolePoliciesCommand
|
|
514
|
-
*/
|
|
515
|
-
export declare const se_ListAttachedRolePoliciesCommand: (input: ListAttachedRolePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
516
|
-
/**
|
|
517
|
-
* serializeAws_queryListAttachedUserPoliciesCommand
|
|
518
|
-
*/
|
|
519
|
-
export declare const se_ListAttachedUserPoliciesCommand: (input: ListAttachedUserPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
520
|
-
/**
|
|
521
|
-
* serializeAws_queryListEntitiesForPolicyCommand
|
|
522
|
-
*/
|
|
523
|
-
export declare const se_ListEntitiesForPolicyCommand: (input: ListEntitiesForPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
524
|
-
/**
|
|
525
|
-
* serializeAws_queryListGroupPoliciesCommand
|
|
526
|
-
*/
|
|
527
|
-
export declare const se_ListGroupPoliciesCommand: (input: ListGroupPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
528
|
-
/**
|
|
529
|
-
* serializeAws_queryListGroupsCommand
|
|
530
|
-
*/
|
|
531
|
-
export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
532
|
-
/**
|
|
533
|
-
* serializeAws_queryListGroupsForUserCommand
|
|
534
|
-
*/
|
|
535
|
-
export declare const se_ListGroupsForUserCommand: (input: ListGroupsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
536
|
-
/**
|
|
537
|
-
* serializeAws_queryListInstanceProfilesCommand
|
|
538
|
-
*/
|
|
539
|
-
export declare const se_ListInstanceProfilesCommand: (input: ListInstanceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
540
|
-
/**
|
|
541
|
-
* serializeAws_queryListInstanceProfilesForRoleCommand
|
|
542
|
-
*/
|
|
543
|
-
export declare const se_ListInstanceProfilesForRoleCommand: (input: ListInstanceProfilesForRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
544
|
-
/**
|
|
545
|
-
* serializeAws_queryListInstanceProfileTagsCommand
|
|
546
|
-
*/
|
|
547
|
-
export declare const se_ListInstanceProfileTagsCommand: (input: ListInstanceProfileTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
548
|
-
/**
|
|
549
|
-
* serializeAws_queryListMFADevicesCommand
|
|
550
|
-
*/
|
|
551
|
-
export declare const se_ListMFADevicesCommand: (input: ListMFADevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
552
|
-
/**
|
|
553
|
-
* serializeAws_queryListMFADeviceTagsCommand
|
|
554
|
-
*/
|
|
555
|
-
export declare const se_ListMFADeviceTagsCommand: (input: ListMFADeviceTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
556
|
-
/**
|
|
557
|
-
* serializeAws_queryListOpenIDConnectProvidersCommand
|
|
558
|
-
*/
|
|
559
|
-
export declare const se_ListOpenIDConnectProvidersCommand: (input: ListOpenIDConnectProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
560
|
-
/**
|
|
561
|
-
* serializeAws_queryListOpenIDConnectProviderTagsCommand
|
|
562
|
-
*/
|
|
563
|
-
export declare const se_ListOpenIDConnectProviderTagsCommand: (input: ListOpenIDConnectProviderTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
564
|
-
/**
|
|
565
|
-
* serializeAws_queryListOrganizationsFeaturesCommand
|
|
566
|
-
*/
|
|
567
|
-
export declare const se_ListOrganizationsFeaturesCommand: (input: ListOrganizationsFeaturesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
568
|
-
/**
|
|
569
|
-
* serializeAws_queryListPoliciesCommand
|
|
570
|
-
*/
|
|
571
|
-
export declare const se_ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
572
|
-
/**
|
|
573
|
-
* serializeAws_queryListPoliciesGrantingServiceAccessCommand
|
|
574
|
-
*/
|
|
575
|
-
export declare const se_ListPoliciesGrantingServiceAccessCommand: (input: ListPoliciesGrantingServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
576
|
-
/**
|
|
577
|
-
* serializeAws_queryListPolicyTagsCommand
|
|
578
|
-
*/
|
|
579
|
-
export declare const se_ListPolicyTagsCommand: (input: ListPolicyTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
580
|
-
/**
|
|
581
|
-
* serializeAws_queryListPolicyVersionsCommand
|
|
582
|
-
*/
|
|
583
|
-
export declare const se_ListPolicyVersionsCommand: (input: ListPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
584
|
-
/**
|
|
585
|
-
* serializeAws_queryListRolePoliciesCommand
|
|
586
|
-
*/
|
|
587
|
-
export declare const se_ListRolePoliciesCommand: (input: ListRolePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
588
|
-
/**
|
|
589
|
-
* serializeAws_queryListRolesCommand
|
|
590
|
-
*/
|
|
591
|
-
export declare const se_ListRolesCommand: (input: ListRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
592
|
-
/**
|
|
593
|
-
* serializeAws_queryListRoleTagsCommand
|
|
594
|
-
*/
|
|
595
|
-
export declare const se_ListRoleTagsCommand: (input: ListRoleTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
596
|
-
/**
|
|
597
|
-
* serializeAws_queryListSAMLProvidersCommand
|
|
598
|
-
*/
|
|
599
|
-
export declare const se_ListSAMLProvidersCommand: (input: ListSAMLProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
600
|
-
/**
|
|
601
|
-
* serializeAws_queryListSAMLProviderTagsCommand
|
|
602
|
-
*/
|
|
603
|
-
export declare const se_ListSAMLProviderTagsCommand: (input: ListSAMLProviderTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
604
|
-
/**
|
|
605
|
-
* serializeAws_queryListServerCertificatesCommand
|
|
606
|
-
*/
|
|
607
|
-
export declare const se_ListServerCertificatesCommand: (input: ListServerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
608
|
-
/**
|
|
609
|
-
* serializeAws_queryListServerCertificateTagsCommand
|
|
610
|
-
*/
|
|
611
|
-
export declare const se_ListServerCertificateTagsCommand: (input: ListServerCertificateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
612
|
-
/**
|
|
613
|
-
* serializeAws_queryListServiceSpecificCredentialsCommand
|
|
614
|
-
*/
|
|
615
|
-
export declare const se_ListServiceSpecificCredentialsCommand: (input: ListServiceSpecificCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
616
|
-
/**
|
|
617
|
-
* serializeAws_queryListSigningCertificatesCommand
|
|
618
|
-
*/
|
|
619
|
-
export declare const se_ListSigningCertificatesCommand: (input: ListSigningCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
620
|
-
/**
|
|
621
|
-
* serializeAws_queryListSSHPublicKeysCommand
|
|
622
|
-
*/
|
|
623
|
-
export declare const se_ListSSHPublicKeysCommand: (input: ListSSHPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
624
|
-
/**
|
|
625
|
-
* serializeAws_queryListUserPoliciesCommand
|
|
626
|
-
*/
|
|
627
|
-
export declare const se_ListUserPoliciesCommand: (input: ListUserPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
628
|
-
/**
|
|
629
|
-
* serializeAws_queryListUsersCommand
|
|
630
|
-
*/
|
|
631
|
-
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
632
|
-
/**
|
|
633
|
-
* serializeAws_queryListUserTagsCommand
|
|
634
|
-
*/
|
|
635
|
-
export declare const se_ListUserTagsCommand: (input: ListUserTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
636
|
-
/**
|
|
637
|
-
* serializeAws_queryListVirtualMFADevicesCommand
|
|
638
|
-
*/
|
|
639
|
-
export declare const se_ListVirtualMFADevicesCommand: (input: ListVirtualMFADevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
640
|
-
/**
|
|
641
|
-
* serializeAws_queryPutGroupPolicyCommand
|
|
642
|
-
*/
|
|
643
|
-
export declare const se_PutGroupPolicyCommand: (input: PutGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
644
|
-
/**
|
|
645
|
-
* serializeAws_queryPutRolePermissionsBoundaryCommand
|
|
646
|
-
*/
|
|
647
|
-
export declare const se_PutRolePermissionsBoundaryCommand: (input: PutRolePermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
648
|
-
/**
|
|
649
|
-
* serializeAws_queryPutRolePolicyCommand
|
|
650
|
-
*/
|
|
651
|
-
export declare const se_PutRolePolicyCommand: (input: PutRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
652
|
-
/**
|
|
653
|
-
* serializeAws_queryPutUserPermissionsBoundaryCommand
|
|
654
|
-
*/
|
|
655
|
-
export declare const se_PutUserPermissionsBoundaryCommand: (input: PutUserPermissionsBoundaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
656
|
-
/**
|
|
657
|
-
* serializeAws_queryPutUserPolicyCommand
|
|
658
|
-
*/
|
|
659
|
-
export declare const se_PutUserPolicyCommand: (input: PutUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
660
|
-
/**
|
|
661
|
-
* serializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand
|
|
662
|
-
*/
|
|
663
|
-
export declare const se_RemoveClientIDFromOpenIDConnectProviderCommand: (input: RemoveClientIDFromOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
664
|
-
/**
|
|
665
|
-
* serializeAws_queryRemoveRoleFromInstanceProfileCommand
|
|
666
|
-
*/
|
|
667
|
-
export declare const se_RemoveRoleFromInstanceProfileCommand: (input: RemoveRoleFromInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
668
|
-
/**
|
|
669
|
-
* serializeAws_queryRemoveUserFromGroupCommand
|
|
670
|
-
*/
|
|
671
|
-
export declare const se_RemoveUserFromGroupCommand: (input: RemoveUserFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
672
|
-
/**
|
|
673
|
-
* serializeAws_queryResetServiceSpecificCredentialCommand
|
|
674
|
-
*/
|
|
675
|
-
export declare const se_ResetServiceSpecificCredentialCommand: (input: ResetServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
676
|
-
/**
|
|
677
|
-
* serializeAws_queryResyncMFADeviceCommand
|
|
678
|
-
*/
|
|
679
|
-
export declare const se_ResyncMFADeviceCommand: (input: ResyncMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
680
|
-
/**
|
|
681
|
-
* serializeAws_querySetDefaultPolicyVersionCommand
|
|
682
|
-
*/
|
|
683
|
-
export declare const se_SetDefaultPolicyVersionCommand: (input: SetDefaultPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
684
|
-
/**
|
|
685
|
-
* serializeAws_querySetSecurityTokenServicePreferencesCommand
|
|
686
|
-
*/
|
|
687
|
-
export declare const se_SetSecurityTokenServicePreferencesCommand: (input: SetSecurityTokenServicePreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
688
|
-
/**
|
|
689
|
-
* serializeAws_querySimulateCustomPolicyCommand
|
|
690
|
-
*/
|
|
691
|
-
export declare const se_SimulateCustomPolicyCommand: (input: SimulateCustomPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
692
|
-
/**
|
|
693
|
-
* serializeAws_querySimulatePrincipalPolicyCommand
|
|
694
|
-
*/
|
|
695
|
-
export declare const se_SimulatePrincipalPolicyCommand: (input: SimulatePrincipalPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
696
|
-
/**
|
|
697
|
-
* serializeAws_queryTagInstanceProfileCommand
|
|
698
|
-
*/
|
|
699
|
-
export declare const se_TagInstanceProfileCommand: (input: TagInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
700
|
-
/**
|
|
701
|
-
* serializeAws_queryTagMFADeviceCommand
|
|
702
|
-
*/
|
|
703
|
-
export declare const se_TagMFADeviceCommand: (input: TagMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
704
|
-
/**
|
|
705
|
-
* serializeAws_queryTagOpenIDConnectProviderCommand
|
|
706
|
-
*/
|
|
707
|
-
export declare const se_TagOpenIDConnectProviderCommand: (input: TagOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
708
|
-
/**
|
|
709
|
-
* serializeAws_queryTagPolicyCommand
|
|
710
|
-
*/
|
|
711
|
-
export declare const se_TagPolicyCommand: (input: TagPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
712
|
-
/**
|
|
713
|
-
* serializeAws_queryTagRoleCommand
|
|
714
|
-
*/
|
|
715
|
-
export declare const se_TagRoleCommand: (input: TagRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
716
|
-
/**
|
|
717
|
-
* serializeAws_queryTagSAMLProviderCommand
|
|
718
|
-
*/
|
|
719
|
-
export declare const se_TagSAMLProviderCommand: (input: TagSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
720
|
-
/**
|
|
721
|
-
* serializeAws_queryTagServerCertificateCommand
|
|
722
|
-
*/
|
|
723
|
-
export declare const se_TagServerCertificateCommand: (input: TagServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
724
|
-
/**
|
|
725
|
-
* serializeAws_queryTagUserCommand
|
|
726
|
-
*/
|
|
727
|
-
export declare const se_TagUserCommand: (input: TagUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
728
|
-
/**
|
|
729
|
-
* serializeAws_queryUntagInstanceProfileCommand
|
|
730
|
-
*/
|
|
731
|
-
export declare const se_UntagInstanceProfileCommand: (input: UntagInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
732
|
-
/**
|
|
733
|
-
* serializeAws_queryUntagMFADeviceCommand
|
|
734
|
-
*/
|
|
735
|
-
export declare const se_UntagMFADeviceCommand: (input: UntagMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
736
|
-
/**
|
|
737
|
-
* serializeAws_queryUntagOpenIDConnectProviderCommand
|
|
738
|
-
*/
|
|
739
|
-
export declare const se_UntagOpenIDConnectProviderCommand: (input: UntagOpenIDConnectProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
740
|
-
/**
|
|
741
|
-
* serializeAws_queryUntagPolicyCommand
|
|
742
|
-
*/
|
|
743
|
-
export declare const se_UntagPolicyCommand: (input: UntagPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
744
|
-
/**
|
|
745
|
-
* serializeAws_queryUntagRoleCommand
|
|
746
|
-
*/
|
|
747
|
-
export declare const se_UntagRoleCommand: (input: UntagRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
748
|
-
/**
|
|
749
|
-
* serializeAws_queryUntagSAMLProviderCommand
|
|
750
|
-
*/
|
|
751
|
-
export declare const se_UntagSAMLProviderCommand: (input: UntagSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
752
|
-
/**
|
|
753
|
-
* serializeAws_queryUntagServerCertificateCommand
|
|
754
|
-
*/
|
|
755
|
-
export declare const se_UntagServerCertificateCommand: (input: UntagServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
756
|
-
/**
|
|
757
|
-
* serializeAws_queryUntagUserCommand
|
|
758
|
-
*/
|
|
759
|
-
export declare const se_UntagUserCommand: (input: UntagUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
760
|
-
/**
|
|
761
|
-
* serializeAws_queryUpdateAccessKeyCommand
|
|
762
|
-
*/
|
|
763
|
-
export declare const se_UpdateAccessKeyCommand: (input: UpdateAccessKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
764
|
-
/**
|
|
765
|
-
* serializeAws_queryUpdateAccountPasswordPolicyCommand
|
|
766
|
-
*/
|
|
767
|
-
export declare const se_UpdateAccountPasswordPolicyCommand: (input: UpdateAccountPasswordPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
768
|
-
/**
|
|
769
|
-
* serializeAws_queryUpdateAssumeRolePolicyCommand
|
|
770
|
-
*/
|
|
771
|
-
export declare const se_UpdateAssumeRolePolicyCommand: (input: UpdateAssumeRolePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
772
|
-
/**
|
|
773
|
-
* serializeAws_queryUpdateGroupCommand
|
|
774
|
-
*/
|
|
775
|
-
export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
776
|
-
/**
|
|
777
|
-
* serializeAws_queryUpdateLoginProfileCommand
|
|
778
|
-
*/
|
|
779
|
-
export declare const se_UpdateLoginProfileCommand: (input: UpdateLoginProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
780
|
-
/**
|
|
781
|
-
* serializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand
|
|
782
|
-
*/
|
|
783
|
-
export declare const se_UpdateOpenIDConnectProviderThumbprintCommand: (input: UpdateOpenIDConnectProviderThumbprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
784
|
-
/**
|
|
785
|
-
* serializeAws_queryUpdateRoleCommand
|
|
786
|
-
*/
|
|
787
|
-
export declare const se_UpdateRoleCommand: (input: UpdateRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
788
|
-
/**
|
|
789
|
-
* serializeAws_queryUpdateRoleDescriptionCommand
|
|
790
|
-
*/
|
|
791
|
-
export declare const se_UpdateRoleDescriptionCommand: (input: UpdateRoleDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
792
|
-
/**
|
|
793
|
-
* serializeAws_queryUpdateSAMLProviderCommand
|
|
794
|
-
*/
|
|
795
|
-
export declare const se_UpdateSAMLProviderCommand: (input: UpdateSAMLProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
796
|
-
/**
|
|
797
|
-
* serializeAws_queryUpdateServerCertificateCommand
|
|
798
|
-
*/
|
|
799
|
-
export declare const se_UpdateServerCertificateCommand: (input: UpdateServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
800
|
-
/**
|
|
801
|
-
* serializeAws_queryUpdateServiceSpecificCredentialCommand
|
|
802
|
-
*/
|
|
803
|
-
export declare const se_UpdateServiceSpecificCredentialCommand: (input: UpdateServiceSpecificCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
804
|
-
/**
|
|
805
|
-
* serializeAws_queryUpdateSigningCertificateCommand
|
|
806
|
-
*/
|
|
807
|
-
export declare const se_UpdateSigningCertificateCommand: (input: UpdateSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
808
|
-
/**
|
|
809
|
-
* serializeAws_queryUpdateSSHPublicKeyCommand
|
|
810
|
-
*/
|
|
811
|
-
export declare const se_UpdateSSHPublicKeyCommand: (input: UpdateSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
812
|
-
/**
|
|
813
|
-
* serializeAws_queryUpdateUserCommand
|
|
814
|
-
*/
|
|
815
|
-
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
816
|
-
/**
|
|
817
|
-
* serializeAws_queryUploadServerCertificateCommand
|
|
818
|
-
*/
|
|
819
|
-
export declare const se_UploadServerCertificateCommand: (input: UploadServerCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
820
|
-
/**
|
|
821
|
-
* serializeAws_queryUploadSigningCertificateCommand
|
|
822
|
-
*/
|
|
823
|
-
export declare const se_UploadSigningCertificateCommand: (input: UploadSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
824
|
-
/**
|
|
825
|
-
* serializeAws_queryUploadSSHPublicKeyCommand
|
|
826
|
-
*/
|
|
827
|
-
export declare const se_UploadSSHPublicKeyCommand: (input: UploadSSHPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
828
|
-
/**
|
|
829
|
-
* deserializeAws_queryAddClientIDToOpenIDConnectProviderCommand
|
|
830
|
-
*/
|
|
831
|
-
export declare const de_AddClientIDToOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddClientIDToOpenIDConnectProviderCommandOutput>;
|
|
832
|
-
/**
|
|
833
|
-
* deserializeAws_queryAddRoleToInstanceProfileCommand
|
|
834
|
-
*/
|
|
835
|
-
export declare const de_AddRoleToInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddRoleToInstanceProfileCommandOutput>;
|
|
836
|
-
/**
|
|
837
|
-
* deserializeAws_queryAddUserToGroupCommand
|
|
838
|
-
*/
|
|
839
|
-
export declare const de_AddUserToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddUserToGroupCommandOutput>;
|
|
840
|
-
/**
|
|
841
|
-
* deserializeAws_queryAttachGroupPolicyCommand
|
|
842
|
-
*/
|
|
843
|
-
export declare const de_AttachGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachGroupPolicyCommandOutput>;
|
|
844
|
-
/**
|
|
845
|
-
* deserializeAws_queryAttachRolePolicyCommand
|
|
846
|
-
*/
|
|
847
|
-
export declare const de_AttachRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachRolePolicyCommandOutput>;
|
|
848
|
-
/**
|
|
849
|
-
* deserializeAws_queryAttachUserPolicyCommand
|
|
850
|
-
*/
|
|
851
|
-
export declare const de_AttachUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachUserPolicyCommandOutput>;
|
|
852
|
-
/**
|
|
853
|
-
* deserializeAws_queryChangePasswordCommand
|
|
854
|
-
*/
|
|
855
|
-
export declare const de_ChangePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangePasswordCommandOutput>;
|
|
856
|
-
/**
|
|
857
|
-
* deserializeAws_queryCreateAccessKeyCommand
|
|
858
|
-
*/
|
|
859
|
-
export declare const de_CreateAccessKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessKeyCommandOutput>;
|
|
860
|
-
/**
|
|
861
|
-
* deserializeAws_queryCreateAccountAliasCommand
|
|
862
|
-
*/
|
|
863
|
-
export declare const de_CreateAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountAliasCommandOutput>;
|
|
864
|
-
/**
|
|
865
|
-
* deserializeAws_queryCreateDelegationRequestCommand
|
|
866
|
-
*/
|
|
867
|
-
export declare const de_CreateDelegationRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDelegationRequestCommandOutput>;
|
|
868
|
-
/**
|
|
869
|
-
* deserializeAws_queryCreateGroupCommand
|
|
870
|
-
*/
|
|
871
|
-
export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
|
|
872
|
-
/**
|
|
873
|
-
* deserializeAws_queryCreateInstanceProfileCommand
|
|
874
|
-
*/
|
|
875
|
-
export declare const de_CreateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceProfileCommandOutput>;
|
|
876
|
-
/**
|
|
877
|
-
* deserializeAws_queryCreateLoginProfileCommand
|
|
878
|
-
*/
|
|
879
|
-
export declare const de_CreateLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoginProfileCommandOutput>;
|
|
880
|
-
/**
|
|
881
|
-
* deserializeAws_queryCreateOpenIDConnectProviderCommand
|
|
882
|
-
*/
|
|
883
|
-
export declare const de_CreateOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOpenIDConnectProviderCommandOutput>;
|
|
884
|
-
/**
|
|
885
|
-
* deserializeAws_queryCreatePolicyCommand
|
|
886
|
-
*/
|
|
887
|
-
export declare const de_CreatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyCommandOutput>;
|
|
888
|
-
/**
|
|
889
|
-
* deserializeAws_queryCreatePolicyVersionCommand
|
|
890
|
-
*/
|
|
891
|
-
export declare const de_CreatePolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyVersionCommandOutput>;
|
|
892
|
-
/**
|
|
893
|
-
* deserializeAws_queryCreateRoleCommand
|
|
894
|
-
*/
|
|
895
|
-
export declare const de_CreateRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoleCommandOutput>;
|
|
896
|
-
/**
|
|
897
|
-
* deserializeAws_queryCreateSAMLProviderCommand
|
|
898
|
-
*/
|
|
899
|
-
export declare const de_CreateSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSAMLProviderCommandOutput>;
|
|
900
|
-
/**
|
|
901
|
-
* deserializeAws_queryCreateServiceLinkedRoleCommand
|
|
902
|
-
*/
|
|
903
|
-
export declare const de_CreateServiceLinkedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceLinkedRoleCommandOutput>;
|
|
904
|
-
/**
|
|
905
|
-
* deserializeAws_queryCreateServiceSpecificCredentialCommand
|
|
906
|
-
*/
|
|
907
|
-
export declare const de_CreateServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceSpecificCredentialCommandOutput>;
|
|
908
|
-
/**
|
|
909
|
-
* deserializeAws_queryCreateUserCommand
|
|
910
|
-
*/
|
|
911
|
-
export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
|
|
912
|
-
/**
|
|
913
|
-
* deserializeAws_queryCreateVirtualMFADeviceCommand
|
|
914
|
-
*/
|
|
915
|
-
export declare const de_CreateVirtualMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualMFADeviceCommandOutput>;
|
|
916
|
-
/**
|
|
917
|
-
* deserializeAws_queryDeactivateMFADeviceCommand
|
|
918
|
-
*/
|
|
919
|
-
export declare const de_DeactivateMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateMFADeviceCommandOutput>;
|
|
920
|
-
/**
|
|
921
|
-
* deserializeAws_queryDeleteAccessKeyCommand
|
|
922
|
-
*/
|
|
923
|
-
export declare const de_DeleteAccessKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessKeyCommandOutput>;
|
|
924
|
-
/**
|
|
925
|
-
* deserializeAws_queryDeleteAccountAliasCommand
|
|
926
|
-
*/
|
|
927
|
-
export declare const de_DeleteAccountAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountAliasCommandOutput>;
|
|
928
|
-
/**
|
|
929
|
-
* deserializeAws_queryDeleteAccountPasswordPolicyCommand
|
|
930
|
-
*/
|
|
931
|
-
export declare const de_DeleteAccountPasswordPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountPasswordPolicyCommandOutput>;
|
|
932
|
-
/**
|
|
933
|
-
* deserializeAws_queryDeleteGroupCommand
|
|
934
|
-
*/
|
|
935
|
-
export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
|
|
936
|
-
/**
|
|
937
|
-
* deserializeAws_queryDeleteGroupPolicyCommand
|
|
938
|
-
*/
|
|
939
|
-
export declare const de_DeleteGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupPolicyCommandOutput>;
|
|
940
|
-
/**
|
|
941
|
-
* deserializeAws_queryDeleteInstanceProfileCommand
|
|
942
|
-
*/
|
|
943
|
-
export declare const de_DeleteInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceProfileCommandOutput>;
|
|
944
|
-
/**
|
|
945
|
-
* deserializeAws_queryDeleteLoginProfileCommand
|
|
946
|
-
*/
|
|
947
|
-
export declare const de_DeleteLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoginProfileCommandOutput>;
|
|
948
|
-
/**
|
|
949
|
-
* deserializeAws_queryDeleteOpenIDConnectProviderCommand
|
|
950
|
-
*/
|
|
951
|
-
export declare const de_DeleteOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOpenIDConnectProviderCommandOutput>;
|
|
952
|
-
/**
|
|
953
|
-
* deserializeAws_queryDeletePolicyCommand
|
|
954
|
-
*/
|
|
955
|
-
export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
956
|
-
/**
|
|
957
|
-
* deserializeAws_queryDeletePolicyVersionCommand
|
|
958
|
-
*/
|
|
959
|
-
export declare const de_DeletePolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyVersionCommandOutput>;
|
|
960
|
-
/**
|
|
961
|
-
* deserializeAws_queryDeleteRoleCommand
|
|
962
|
-
*/
|
|
963
|
-
export declare const de_DeleteRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoleCommandOutput>;
|
|
964
|
-
/**
|
|
965
|
-
* deserializeAws_queryDeleteRolePermissionsBoundaryCommand
|
|
966
|
-
*/
|
|
967
|
-
export declare const de_DeleteRolePermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRolePermissionsBoundaryCommandOutput>;
|
|
968
|
-
/**
|
|
969
|
-
* deserializeAws_queryDeleteRolePolicyCommand
|
|
970
|
-
*/
|
|
971
|
-
export declare const de_DeleteRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRolePolicyCommandOutput>;
|
|
972
|
-
/**
|
|
973
|
-
* deserializeAws_queryDeleteSAMLProviderCommand
|
|
974
|
-
*/
|
|
975
|
-
export declare const de_DeleteSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSAMLProviderCommandOutput>;
|
|
976
|
-
/**
|
|
977
|
-
* deserializeAws_queryDeleteServerCertificateCommand
|
|
978
|
-
*/
|
|
979
|
-
export declare const de_DeleteServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServerCertificateCommandOutput>;
|
|
980
|
-
/**
|
|
981
|
-
* deserializeAws_queryDeleteServiceLinkedRoleCommand
|
|
982
|
-
*/
|
|
983
|
-
export declare const de_DeleteServiceLinkedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceLinkedRoleCommandOutput>;
|
|
984
|
-
/**
|
|
985
|
-
* deserializeAws_queryDeleteServiceSpecificCredentialCommand
|
|
986
|
-
*/
|
|
987
|
-
export declare const de_DeleteServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceSpecificCredentialCommandOutput>;
|
|
988
|
-
/**
|
|
989
|
-
* deserializeAws_queryDeleteSigningCertificateCommand
|
|
990
|
-
*/
|
|
991
|
-
export declare const de_DeleteSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSigningCertificateCommandOutput>;
|
|
992
|
-
/**
|
|
993
|
-
* deserializeAws_queryDeleteSSHPublicKeyCommand
|
|
994
|
-
*/
|
|
995
|
-
export declare const de_DeleteSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSSHPublicKeyCommandOutput>;
|
|
996
|
-
/**
|
|
997
|
-
* deserializeAws_queryDeleteUserCommand
|
|
998
|
-
*/
|
|
999
|
-
export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
1000
|
-
/**
|
|
1001
|
-
* deserializeAws_queryDeleteUserPermissionsBoundaryCommand
|
|
1002
|
-
*/
|
|
1003
|
-
export declare const de_DeleteUserPermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPermissionsBoundaryCommandOutput>;
|
|
1004
|
-
/**
|
|
1005
|
-
* deserializeAws_queryDeleteUserPolicyCommand
|
|
1006
|
-
*/
|
|
1007
|
-
export declare const de_DeleteUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPolicyCommandOutput>;
|
|
1008
|
-
/**
|
|
1009
|
-
* deserializeAws_queryDeleteVirtualMFADeviceCommand
|
|
1010
|
-
*/
|
|
1011
|
-
export declare const de_DeleteVirtualMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualMFADeviceCommandOutput>;
|
|
1012
|
-
/**
|
|
1013
|
-
* deserializeAws_queryDetachGroupPolicyCommand
|
|
1014
|
-
*/
|
|
1015
|
-
export declare const de_DetachGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachGroupPolicyCommandOutput>;
|
|
1016
|
-
/**
|
|
1017
|
-
* deserializeAws_queryDetachRolePolicyCommand
|
|
1018
|
-
*/
|
|
1019
|
-
export declare const de_DetachRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachRolePolicyCommandOutput>;
|
|
1020
|
-
/**
|
|
1021
|
-
* deserializeAws_queryDetachUserPolicyCommand
|
|
1022
|
-
*/
|
|
1023
|
-
export declare const de_DetachUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachUserPolicyCommandOutput>;
|
|
1024
|
-
/**
|
|
1025
|
-
* deserializeAws_queryDisableOrganizationsRootCredentialsManagementCommand
|
|
1026
|
-
*/
|
|
1027
|
-
export declare const de_DisableOrganizationsRootCredentialsManagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationsRootCredentialsManagementCommandOutput>;
|
|
1028
|
-
/**
|
|
1029
|
-
* deserializeAws_queryDisableOrganizationsRootSessionsCommand
|
|
1030
|
-
*/
|
|
1031
|
-
export declare const de_DisableOrganizationsRootSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationsRootSessionsCommandOutput>;
|
|
1032
|
-
/**
|
|
1033
|
-
* deserializeAws_queryEnableMFADeviceCommand
|
|
1034
|
-
*/
|
|
1035
|
-
export declare const de_EnableMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMFADeviceCommandOutput>;
|
|
1036
|
-
/**
|
|
1037
|
-
* deserializeAws_queryEnableOrganizationsRootCredentialsManagementCommand
|
|
1038
|
-
*/
|
|
1039
|
-
export declare const de_EnableOrganizationsRootCredentialsManagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationsRootCredentialsManagementCommandOutput>;
|
|
1040
|
-
/**
|
|
1041
|
-
* deserializeAws_queryEnableOrganizationsRootSessionsCommand
|
|
1042
|
-
*/
|
|
1043
|
-
export declare const de_EnableOrganizationsRootSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationsRootSessionsCommandOutput>;
|
|
1044
|
-
/**
|
|
1045
|
-
* deserializeAws_queryGenerateCredentialReportCommand
|
|
1046
|
-
*/
|
|
1047
|
-
export declare const de_GenerateCredentialReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateCredentialReportCommandOutput>;
|
|
1048
|
-
/**
|
|
1049
|
-
* deserializeAws_queryGenerateOrganizationsAccessReportCommand
|
|
1050
|
-
*/
|
|
1051
|
-
export declare const de_GenerateOrganizationsAccessReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateOrganizationsAccessReportCommandOutput>;
|
|
1052
|
-
/**
|
|
1053
|
-
* deserializeAws_queryGenerateServiceLastAccessedDetailsCommand
|
|
1054
|
-
*/
|
|
1055
|
-
export declare const de_GenerateServiceLastAccessedDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateServiceLastAccessedDetailsCommandOutput>;
|
|
1056
|
-
/**
|
|
1057
|
-
* deserializeAws_queryGetAccessKeyLastUsedCommand
|
|
1058
|
-
*/
|
|
1059
|
-
export declare const de_GetAccessKeyLastUsedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccessKeyLastUsedCommandOutput>;
|
|
1060
|
-
/**
|
|
1061
|
-
* deserializeAws_queryGetAccountAuthorizationDetailsCommand
|
|
1062
|
-
*/
|
|
1063
|
-
export declare const de_GetAccountAuthorizationDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountAuthorizationDetailsCommandOutput>;
|
|
1064
|
-
/**
|
|
1065
|
-
* deserializeAws_queryGetAccountPasswordPolicyCommand
|
|
1066
|
-
*/
|
|
1067
|
-
export declare const de_GetAccountPasswordPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountPasswordPolicyCommandOutput>;
|
|
1068
|
-
/**
|
|
1069
|
-
* deserializeAws_queryGetAccountSummaryCommand
|
|
1070
|
-
*/
|
|
1071
|
-
export declare const de_GetAccountSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSummaryCommandOutput>;
|
|
1072
|
-
/**
|
|
1073
|
-
* deserializeAws_queryGetContextKeysForCustomPolicyCommand
|
|
1074
|
-
*/
|
|
1075
|
-
export declare const de_GetContextKeysForCustomPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContextKeysForCustomPolicyCommandOutput>;
|
|
1076
|
-
/**
|
|
1077
|
-
* deserializeAws_queryGetContextKeysForPrincipalPolicyCommand
|
|
1078
|
-
*/
|
|
1079
|
-
export declare const de_GetContextKeysForPrincipalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContextKeysForPrincipalPolicyCommandOutput>;
|
|
1080
|
-
/**
|
|
1081
|
-
* deserializeAws_queryGetCredentialReportCommand
|
|
1082
|
-
*/
|
|
1083
|
-
export declare const de_GetCredentialReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialReportCommandOutput>;
|
|
1084
|
-
/**
|
|
1085
|
-
* deserializeAws_queryGetGroupCommand
|
|
1086
|
-
*/
|
|
1087
|
-
export declare const de_GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
|
|
1088
|
-
/**
|
|
1089
|
-
* deserializeAws_queryGetGroupPolicyCommand
|
|
1090
|
-
*/
|
|
1091
|
-
export declare const de_GetGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupPolicyCommandOutput>;
|
|
1092
|
-
/**
|
|
1093
|
-
* deserializeAws_queryGetInstanceProfileCommand
|
|
1094
|
-
*/
|
|
1095
|
-
export declare const de_GetInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceProfileCommandOutput>;
|
|
1096
|
-
/**
|
|
1097
|
-
* deserializeAws_queryGetLoginProfileCommand
|
|
1098
|
-
*/
|
|
1099
|
-
export declare const de_GetLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoginProfileCommandOutput>;
|
|
1100
|
-
/**
|
|
1101
|
-
* deserializeAws_queryGetMFADeviceCommand
|
|
1102
|
-
*/
|
|
1103
|
-
export declare const de_GetMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMFADeviceCommandOutput>;
|
|
1104
|
-
/**
|
|
1105
|
-
* deserializeAws_queryGetOpenIDConnectProviderCommand
|
|
1106
|
-
*/
|
|
1107
|
-
export declare const de_GetOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOpenIDConnectProviderCommandOutput>;
|
|
1108
|
-
/**
|
|
1109
|
-
* deserializeAws_queryGetOrganizationsAccessReportCommand
|
|
1110
|
-
*/
|
|
1111
|
-
export declare const de_GetOrganizationsAccessReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationsAccessReportCommandOutput>;
|
|
1112
|
-
/**
|
|
1113
|
-
* deserializeAws_queryGetPolicyCommand
|
|
1114
|
-
*/
|
|
1115
|
-
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
1116
|
-
/**
|
|
1117
|
-
* deserializeAws_queryGetPolicyVersionCommand
|
|
1118
|
-
*/
|
|
1119
|
-
export declare const de_GetPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyVersionCommandOutput>;
|
|
1120
|
-
/**
|
|
1121
|
-
* deserializeAws_queryGetRoleCommand
|
|
1122
|
-
*/
|
|
1123
|
-
export declare const de_GetRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoleCommandOutput>;
|
|
1124
|
-
/**
|
|
1125
|
-
* deserializeAws_queryGetRolePolicyCommand
|
|
1126
|
-
*/
|
|
1127
|
-
export declare const de_GetRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRolePolicyCommandOutput>;
|
|
1128
|
-
/**
|
|
1129
|
-
* deserializeAws_queryGetSAMLProviderCommand
|
|
1130
|
-
*/
|
|
1131
|
-
export declare const de_GetSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSAMLProviderCommandOutput>;
|
|
1132
|
-
/**
|
|
1133
|
-
* deserializeAws_queryGetServerCertificateCommand
|
|
1134
|
-
*/
|
|
1135
|
-
export declare const de_GetServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServerCertificateCommandOutput>;
|
|
1136
|
-
/**
|
|
1137
|
-
* deserializeAws_queryGetServiceLastAccessedDetailsCommand
|
|
1138
|
-
*/
|
|
1139
|
-
export declare const de_GetServiceLastAccessedDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLastAccessedDetailsCommandOutput>;
|
|
1140
|
-
/**
|
|
1141
|
-
* deserializeAws_queryGetServiceLastAccessedDetailsWithEntitiesCommand
|
|
1142
|
-
*/
|
|
1143
|
-
export declare const de_GetServiceLastAccessedDetailsWithEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLastAccessedDetailsWithEntitiesCommandOutput>;
|
|
1144
|
-
/**
|
|
1145
|
-
* deserializeAws_queryGetServiceLinkedRoleDeletionStatusCommand
|
|
1146
|
-
*/
|
|
1147
|
-
export declare const de_GetServiceLinkedRoleDeletionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLinkedRoleDeletionStatusCommandOutput>;
|
|
1148
|
-
/**
|
|
1149
|
-
* deserializeAws_queryGetSSHPublicKeyCommand
|
|
1150
|
-
*/
|
|
1151
|
-
export declare const de_GetSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSSHPublicKeyCommandOutput>;
|
|
1152
|
-
/**
|
|
1153
|
-
* deserializeAws_queryGetUserCommand
|
|
1154
|
-
*/
|
|
1155
|
-
export declare const de_GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
|
|
1156
|
-
/**
|
|
1157
|
-
* deserializeAws_queryGetUserPolicyCommand
|
|
1158
|
-
*/
|
|
1159
|
-
export declare const de_GetUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserPolicyCommandOutput>;
|
|
1160
|
-
/**
|
|
1161
|
-
* deserializeAws_queryListAccessKeysCommand
|
|
1162
|
-
*/
|
|
1163
|
-
export declare const de_ListAccessKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessKeysCommandOutput>;
|
|
1164
|
-
/**
|
|
1165
|
-
* deserializeAws_queryListAccountAliasesCommand
|
|
1166
|
-
*/
|
|
1167
|
-
export declare const de_ListAccountAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAliasesCommandOutput>;
|
|
1168
|
-
/**
|
|
1169
|
-
* deserializeAws_queryListAttachedGroupPoliciesCommand
|
|
1170
|
-
*/
|
|
1171
|
-
export declare const de_ListAttachedGroupPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedGroupPoliciesCommandOutput>;
|
|
1172
|
-
/**
|
|
1173
|
-
* deserializeAws_queryListAttachedRolePoliciesCommand
|
|
1174
|
-
*/
|
|
1175
|
-
export declare const de_ListAttachedRolePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedRolePoliciesCommandOutput>;
|
|
1176
|
-
/**
|
|
1177
|
-
* deserializeAws_queryListAttachedUserPoliciesCommand
|
|
1178
|
-
*/
|
|
1179
|
-
export declare const de_ListAttachedUserPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedUserPoliciesCommandOutput>;
|
|
1180
|
-
/**
|
|
1181
|
-
* deserializeAws_queryListEntitiesForPolicyCommand
|
|
1182
|
-
*/
|
|
1183
|
-
export declare const de_ListEntitiesForPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesForPolicyCommandOutput>;
|
|
1184
|
-
/**
|
|
1185
|
-
* deserializeAws_queryListGroupPoliciesCommand
|
|
1186
|
-
*/
|
|
1187
|
-
export declare const de_ListGroupPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupPoliciesCommandOutput>;
|
|
1188
|
-
/**
|
|
1189
|
-
* deserializeAws_queryListGroupsCommand
|
|
1190
|
-
*/
|
|
1191
|
-
export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
1192
|
-
/**
|
|
1193
|
-
* deserializeAws_queryListGroupsForUserCommand
|
|
1194
|
-
*/
|
|
1195
|
-
export declare const de_ListGroupsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsForUserCommandOutput>;
|
|
1196
|
-
/**
|
|
1197
|
-
* deserializeAws_queryListInstanceProfilesCommand
|
|
1198
|
-
*/
|
|
1199
|
-
export declare const de_ListInstanceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesCommandOutput>;
|
|
1200
|
-
/**
|
|
1201
|
-
* deserializeAws_queryListInstanceProfilesForRoleCommand
|
|
1202
|
-
*/
|
|
1203
|
-
export declare const de_ListInstanceProfilesForRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesForRoleCommandOutput>;
|
|
1204
|
-
/**
|
|
1205
|
-
* deserializeAws_queryListInstanceProfileTagsCommand
|
|
1206
|
-
*/
|
|
1207
|
-
export declare const de_ListInstanceProfileTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfileTagsCommandOutput>;
|
|
1208
|
-
/**
|
|
1209
|
-
* deserializeAws_queryListMFADevicesCommand
|
|
1210
|
-
*/
|
|
1211
|
-
export declare const de_ListMFADevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMFADevicesCommandOutput>;
|
|
1212
|
-
/**
|
|
1213
|
-
* deserializeAws_queryListMFADeviceTagsCommand
|
|
1214
|
-
*/
|
|
1215
|
-
export declare const de_ListMFADeviceTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMFADeviceTagsCommandOutput>;
|
|
1216
|
-
/**
|
|
1217
|
-
* deserializeAws_queryListOpenIDConnectProvidersCommand
|
|
1218
|
-
*/
|
|
1219
|
-
export declare const de_ListOpenIDConnectProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenIDConnectProvidersCommandOutput>;
|
|
1220
|
-
/**
|
|
1221
|
-
* deserializeAws_queryListOpenIDConnectProviderTagsCommand
|
|
1222
|
-
*/
|
|
1223
|
-
export declare const de_ListOpenIDConnectProviderTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenIDConnectProviderTagsCommandOutput>;
|
|
1224
|
-
/**
|
|
1225
|
-
* deserializeAws_queryListOrganizationsFeaturesCommand
|
|
1226
|
-
*/
|
|
1227
|
-
export declare const de_ListOrganizationsFeaturesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationsFeaturesCommandOutput>;
|
|
1228
|
-
/**
|
|
1229
|
-
* deserializeAws_queryListPoliciesCommand
|
|
1230
|
-
*/
|
|
1231
|
-
export declare const de_ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
|
|
1232
|
-
/**
|
|
1233
|
-
* deserializeAws_queryListPoliciesGrantingServiceAccessCommand
|
|
1234
|
-
*/
|
|
1235
|
-
export declare const de_ListPoliciesGrantingServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesGrantingServiceAccessCommandOutput>;
|
|
1236
|
-
/**
|
|
1237
|
-
* deserializeAws_queryListPolicyTagsCommand
|
|
1238
|
-
*/
|
|
1239
|
-
export declare const de_ListPolicyTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyTagsCommandOutput>;
|
|
1240
|
-
/**
|
|
1241
|
-
* deserializeAws_queryListPolicyVersionsCommand
|
|
1242
|
-
*/
|
|
1243
|
-
export declare const de_ListPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyVersionsCommandOutput>;
|
|
1244
|
-
/**
|
|
1245
|
-
* deserializeAws_queryListRolePoliciesCommand
|
|
1246
|
-
*/
|
|
1247
|
-
export declare const de_ListRolePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRolePoliciesCommandOutput>;
|
|
1248
|
-
/**
|
|
1249
|
-
* deserializeAws_queryListRolesCommand
|
|
1250
|
-
*/
|
|
1251
|
-
export declare const de_ListRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRolesCommandOutput>;
|
|
1252
|
-
/**
|
|
1253
|
-
* deserializeAws_queryListRoleTagsCommand
|
|
1254
|
-
*/
|
|
1255
|
-
export declare const de_ListRoleTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoleTagsCommandOutput>;
|
|
1256
|
-
/**
|
|
1257
|
-
* deserializeAws_queryListSAMLProvidersCommand
|
|
1258
|
-
*/
|
|
1259
|
-
export declare const de_ListSAMLProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSAMLProvidersCommandOutput>;
|
|
1260
|
-
/**
|
|
1261
|
-
* deserializeAws_queryListSAMLProviderTagsCommand
|
|
1262
|
-
*/
|
|
1263
|
-
export declare const de_ListSAMLProviderTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSAMLProviderTagsCommandOutput>;
|
|
1264
|
-
/**
|
|
1265
|
-
* deserializeAws_queryListServerCertificatesCommand
|
|
1266
|
-
*/
|
|
1267
|
-
export declare const de_ListServerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerCertificatesCommandOutput>;
|
|
1268
|
-
/**
|
|
1269
|
-
* deserializeAws_queryListServerCertificateTagsCommand
|
|
1270
|
-
*/
|
|
1271
|
-
export declare const de_ListServerCertificateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerCertificateTagsCommandOutput>;
|
|
1272
|
-
/**
|
|
1273
|
-
* deserializeAws_queryListServiceSpecificCredentialsCommand
|
|
1274
|
-
*/
|
|
1275
|
-
export declare const de_ListServiceSpecificCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceSpecificCredentialsCommandOutput>;
|
|
1276
|
-
/**
|
|
1277
|
-
* deserializeAws_queryListSigningCertificatesCommand
|
|
1278
|
-
*/
|
|
1279
|
-
export declare const de_ListSigningCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSigningCertificatesCommandOutput>;
|
|
1280
|
-
/**
|
|
1281
|
-
* deserializeAws_queryListSSHPublicKeysCommand
|
|
1282
|
-
*/
|
|
1283
|
-
export declare const de_ListSSHPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSSHPublicKeysCommandOutput>;
|
|
1284
|
-
/**
|
|
1285
|
-
* deserializeAws_queryListUserPoliciesCommand
|
|
1286
|
-
*/
|
|
1287
|
-
export declare const de_ListUserPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserPoliciesCommandOutput>;
|
|
1288
|
-
/**
|
|
1289
|
-
* deserializeAws_queryListUsersCommand
|
|
1290
|
-
*/
|
|
1291
|
-
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
1292
|
-
/**
|
|
1293
|
-
* deserializeAws_queryListUserTagsCommand
|
|
1294
|
-
*/
|
|
1295
|
-
export declare const de_ListUserTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserTagsCommandOutput>;
|
|
1296
|
-
/**
|
|
1297
|
-
* deserializeAws_queryListVirtualMFADevicesCommand
|
|
1298
|
-
*/
|
|
1299
|
-
export declare const de_ListVirtualMFADevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualMFADevicesCommandOutput>;
|
|
1300
|
-
/**
|
|
1301
|
-
* deserializeAws_queryPutGroupPolicyCommand
|
|
1302
|
-
*/
|
|
1303
|
-
export declare const de_PutGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupPolicyCommandOutput>;
|
|
1304
|
-
/**
|
|
1305
|
-
* deserializeAws_queryPutRolePermissionsBoundaryCommand
|
|
1306
|
-
*/
|
|
1307
|
-
export declare const de_PutRolePermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRolePermissionsBoundaryCommandOutput>;
|
|
1308
|
-
/**
|
|
1309
|
-
* deserializeAws_queryPutRolePolicyCommand
|
|
1310
|
-
*/
|
|
1311
|
-
export declare const de_PutRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRolePolicyCommandOutput>;
|
|
1312
|
-
/**
|
|
1313
|
-
* deserializeAws_queryPutUserPermissionsBoundaryCommand
|
|
1314
|
-
*/
|
|
1315
|
-
export declare const de_PutUserPermissionsBoundaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutUserPermissionsBoundaryCommandOutput>;
|
|
1316
|
-
/**
|
|
1317
|
-
* deserializeAws_queryPutUserPolicyCommand
|
|
1318
|
-
*/
|
|
1319
|
-
export declare const de_PutUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutUserPolicyCommandOutput>;
|
|
1320
|
-
/**
|
|
1321
|
-
* deserializeAws_queryRemoveClientIDFromOpenIDConnectProviderCommand
|
|
1322
|
-
*/
|
|
1323
|
-
export declare const de_RemoveClientIDFromOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveClientIDFromOpenIDConnectProviderCommandOutput>;
|
|
1324
|
-
/**
|
|
1325
|
-
* deserializeAws_queryRemoveRoleFromInstanceProfileCommand
|
|
1326
|
-
*/
|
|
1327
|
-
export declare const de_RemoveRoleFromInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveRoleFromInstanceProfileCommandOutput>;
|
|
1328
|
-
/**
|
|
1329
|
-
* deserializeAws_queryRemoveUserFromGroupCommand
|
|
1330
|
-
*/
|
|
1331
|
-
export declare const de_RemoveUserFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveUserFromGroupCommandOutput>;
|
|
1332
|
-
/**
|
|
1333
|
-
* deserializeAws_queryResetServiceSpecificCredentialCommand
|
|
1334
|
-
*/
|
|
1335
|
-
export declare const de_ResetServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetServiceSpecificCredentialCommandOutput>;
|
|
1336
|
-
/**
|
|
1337
|
-
* deserializeAws_queryResyncMFADeviceCommand
|
|
1338
|
-
*/
|
|
1339
|
-
export declare const de_ResyncMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResyncMFADeviceCommandOutput>;
|
|
1340
|
-
/**
|
|
1341
|
-
* deserializeAws_querySetDefaultPolicyVersionCommand
|
|
1342
|
-
*/
|
|
1343
|
-
export declare const de_SetDefaultPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetDefaultPolicyVersionCommandOutput>;
|
|
1344
|
-
/**
|
|
1345
|
-
* deserializeAws_querySetSecurityTokenServicePreferencesCommand
|
|
1346
|
-
*/
|
|
1347
|
-
export declare const de_SetSecurityTokenServicePreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSecurityTokenServicePreferencesCommandOutput>;
|
|
1348
|
-
/**
|
|
1349
|
-
* deserializeAws_querySimulateCustomPolicyCommand
|
|
1350
|
-
*/
|
|
1351
|
-
export declare const de_SimulateCustomPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SimulateCustomPolicyCommandOutput>;
|
|
1352
|
-
/**
|
|
1353
|
-
* deserializeAws_querySimulatePrincipalPolicyCommand
|
|
1354
|
-
*/
|
|
1355
|
-
export declare const de_SimulatePrincipalPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SimulatePrincipalPolicyCommandOutput>;
|
|
1356
|
-
/**
|
|
1357
|
-
* deserializeAws_queryTagInstanceProfileCommand
|
|
1358
|
-
*/
|
|
1359
|
-
export declare const de_TagInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagInstanceProfileCommandOutput>;
|
|
1360
|
-
/**
|
|
1361
|
-
* deserializeAws_queryTagMFADeviceCommand
|
|
1362
|
-
*/
|
|
1363
|
-
export declare const de_TagMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagMFADeviceCommandOutput>;
|
|
1364
|
-
/**
|
|
1365
|
-
* deserializeAws_queryTagOpenIDConnectProviderCommand
|
|
1366
|
-
*/
|
|
1367
|
-
export declare const de_TagOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagOpenIDConnectProviderCommandOutput>;
|
|
1368
|
-
/**
|
|
1369
|
-
* deserializeAws_queryTagPolicyCommand
|
|
1370
|
-
*/
|
|
1371
|
-
export declare const de_TagPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagPolicyCommandOutput>;
|
|
1372
|
-
/**
|
|
1373
|
-
* deserializeAws_queryTagRoleCommand
|
|
1374
|
-
*/
|
|
1375
|
-
export declare const de_TagRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagRoleCommandOutput>;
|
|
1376
|
-
/**
|
|
1377
|
-
* deserializeAws_queryTagSAMLProviderCommand
|
|
1378
|
-
*/
|
|
1379
|
-
export declare const de_TagSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagSAMLProviderCommandOutput>;
|
|
1380
|
-
/**
|
|
1381
|
-
* deserializeAws_queryTagServerCertificateCommand
|
|
1382
|
-
*/
|
|
1383
|
-
export declare const de_TagServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagServerCertificateCommandOutput>;
|
|
1384
|
-
/**
|
|
1385
|
-
* deserializeAws_queryTagUserCommand
|
|
1386
|
-
*/
|
|
1387
|
-
export declare const de_TagUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagUserCommandOutput>;
|
|
1388
|
-
/**
|
|
1389
|
-
* deserializeAws_queryUntagInstanceProfileCommand
|
|
1390
|
-
*/
|
|
1391
|
-
export declare const de_UntagInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagInstanceProfileCommandOutput>;
|
|
1392
|
-
/**
|
|
1393
|
-
* deserializeAws_queryUntagMFADeviceCommand
|
|
1394
|
-
*/
|
|
1395
|
-
export declare const de_UntagMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagMFADeviceCommandOutput>;
|
|
1396
|
-
/**
|
|
1397
|
-
* deserializeAws_queryUntagOpenIDConnectProviderCommand
|
|
1398
|
-
*/
|
|
1399
|
-
export declare const de_UntagOpenIDConnectProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagOpenIDConnectProviderCommandOutput>;
|
|
1400
|
-
/**
|
|
1401
|
-
* deserializeAws_queryUntagPolicyCommand
|
|
1402
|
-
*/
|
|
1403
|
-
export declare const de_UntagPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagPolicyCommandOutput>;
|
|
1404
|
-
/**
|
|
1405
|
-
* deserializeAws_queryUntagRoleCommand
|
|
1406
|
-
*/
|
|
1407
|
-
export declare const de_UntagRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagRoleCommandOutput>;
|
|
1408
|
-
/**
|
|
1409
|
-
* deserializeAws_queryUntagSAMLProviderCommand
|
|
1410
|
-
*/
|
|
1411
|
-
export declare const de_UntagSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagSAMLProviderCommandOutput>;
|
|
1412
|
-
/**
|
|
1413
|
-
* deserializeAws_queryUntagServerCertificateCommand
|
|
1414
|
-
*/
|
|
1415
|
-
export declare const de_UntagServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagServerCertificateCommandOutput>;
|
|
1416
|
-
/**
|
|
1417
|
-
* deserializeAws_queryUntagUserCommand
|
|
1418
|
-
*/
|
|
1419
|
-
export declare const de_UntagUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagUserCommandOutput>;
|
|
1420
|
-
/**
|
|
1421
|
-
* deserializeAws_queryUpdateAccessKeyCommand
|
|
1422
|
-
*/
|
|
1423
|
-
export declare const de_UpdateAccessKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccessKeyCommandOutput>;
|
|
1424
|
-
/**
|
|
1425
|
-
* deserializeAws_queryUpdateAccountPasswordPolicyCommand
|
|
1426
|
-
*/
|
|
1427
|
-
export declare const de_UpdateAccountPasswordPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountPasswordPolicyCommandOutput>;
|
|
1428
|
-
/**
|
|
1429
|
-
* deserializeAws_queryUpdateAssumeRolePolicyCommand
|
|
1430
|
-
*/
|
|
1431
|
-
export declare const de_UpdateAssumeRolePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssumeRolePolicyCommandOutput>;
|
|
1432
|
-
/**
|
|
1433
|
-
* deserializeAws_queryUpdateGroupCommand
|
|
1434
|
-
*/
|
|
1435
|
-
export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
1436
|
-
/**
|
|
1437
|
-
* deserializeAws_queryUpdateLoginProfileCommand
|
|
1438
|
-
*/
|
|
1439
|
-
export declare const de_UpdateLoginProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoginProfileCommandOutput>;
|
|
1440
|
-
/**
|
|
1441
|
-
* deserializeAws_queryUpdateOpenIDConnectProviderThumbprintCommand
|
|
1442
|
-
*/
|
|
1443
|
-
export declare const de_UpdateOpenIDConnectProviderThumbprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOpenIDConnectProviderThumbprintCommandOutput>;
|
|
1444
|
-
/**
|
|
1445
|
-
* deserializeAws_queryUpdateRoleCommand
|
|
1446
|
-
*/
|
|
1447
|
-
export declare const de_UpdateRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoleCommandOutput>;
|
|
1448
|
-
/**
|
|
1449
|
-
* deserializeAws_queryUpdateRoleDescriptionCommand
|
|
1450
|
-
*/
|
|
1451
|
-
export declare const de_UpdateRoleDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoleDescriptionCommandOutput>;
|
|
1452
|
-
/**
|
|
1453
|
-
* deserializeAws_queryUpdateSAMLProviderCommand
|
|
1454
|
-
*/
|
|
1455
|
-
export declare const de_UpdateSAMLProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSAMLProviderCommandOutput>;
|
|
1456
|
-
/**
|
|
1457
|
-
* deserializeAws_queryUpdateServerCertificateCommand
|
|
1458
|
-
*/
|
|
1459
|
-
export declare const de_UpdateServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServerCertificateCommandOutput>;
|
|
1460
|
-
/**
|
|
1461
|
-
* deserializeAws_queryUpdateServiceSpecificCredentialCommand
|
|
1462
|
-
*/
|
|
1463
|
-
export declare const de_UpdateServiceSpecificCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSpecificCredentialCommandOutput>;
|
|
1464
|
-
/**
|
|
1465
|
-
* deserializeAws_queryUpdateSigningCertificateCommand
|
|
1466
|
-
*/
|
|
1467
|
-
export declare const de_UpdateSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSigningCertificateCommandOutput>;
|
|
1468
|
-
/**
|
|
1469
|
-
* deserializeAws_queryUpdateSSHPublicKeyCommand
|
|
1470
|
-
*/
|
|
1471
|
-
export declare const de_UpdateSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSSHPublicKeyCommandOutput>;
|
|
1472
|
-
/**
|
|
1473
|
-
* deserializeAws_queryUpdateUserCommand
|
|
1474
|
-
*/
|
|
1475
|
-
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|
|
1476
|
-
/**
|
|
1477
|
-
* deserializeAws_queryUploadServerCertificateCommand
|
|
1478
|
-
*/
|
|
1479
|
-
export declare const de_UploadServerCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadServerCertificateCommandOutput>;
|
|
1480
|
-
/**
|
|
1481
|
-
* deserializeAws_queryUploadSigningCertificateCommand
|
|
1482
|
-
*/
|
|
1483
|
-
export declare const de_UploadSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadSigningCertificateCommandOutput>;
|
|
1484
|
-
/**
|
|
1485
|
-
* deserializeAws_queryUploadSSHPublicKeyCommand
|
|
1486
|
-
*/
|
|
1487
|
-
export declare const de_UploadSSHPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadSSHPublicKeyCommandOutput>;
|