@jjrawlins/cdk-iam-policy-builder-helper 0.0.100 → 0.0.102
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 +2 -21
- package/lib/constructs/Actions.js +3 -22
- package/lib/constructs/ManagedPolicies.d.ts +12 -0
- package/lib/constructs/ManagedPolicies.js +13 -1
- package/methods_list.txt +2 -19
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +40 -188
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +40 -188
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +8 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/GetGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAccessKeysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAccountAliasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListGroupsForUserPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListInstanceProfileTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListMFADeviceTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListMFADevicesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListOpenIDConnectProviderTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListPolicyTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListRolePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListRoleTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListRolesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListSAMLProviderTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListServerCertificateTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListServerCertificatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListUserPoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListUserTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/package.json +13 -12
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +19 -131
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +19 -131
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +12 -11
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +40 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +40 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +20 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +11 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +4 -0
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +18 -124
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +12 -96
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +7 -35
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +18 -124
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +12 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +7 -35
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +10 -10
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +2 -2
|
@@ -226,8 +226,9 @@ const _ERD = "EvalResourceDecision";
|
|
|
226
226
|
const _ERLT = "EvaluationResultsListType";
|
|
227
227
|
const _ERN = "EvalResourceName";
|
|
228
228
|
const _ERv = "EvaluationResults";
|
|
229
|
-
const _ET = "
|
|
229
|
+
const _ET = "ExpirationTime";
|
|
230
230
|
const _ETUE = "EntityTemporarilyUnmodifiableException";
|
|
231
|
+
const _ETn = "EntityType";
|
|
231
232
|
const _En = "Encoding";
|
|
232
233
|
const _Ex = "Expiration";
|
|
233
234
|
const _F = "Filter";
|
|
@@ -860,10 +861,7 @@ export var AccountNotManagementOrDelegatedAdministratorException = [
|
|
|
860
861
|
-3,
|
|
861
862
|
n0,
|
|
862
863
|
_ANMODAE,
|
|
863
|
-
{
|
|
864
|
-
[_e]: _c,
|
|
865
|
-
[_hE]: 400,
|
|
866
|
-
},
|
|
864
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
867
865
|
[_M],
|
|
868
866
|
[0],
|
|
869
867
|
];
|
|
@@ -888,10 +886,7 @@ export var CallerIsNotManagementAccountException = [
|
|
|
888
886
|
-3,
|
|
889
887
|
n0,
|
|
890
888
|
_CINMAE,
|
|
891
|
-
{
|
|
892
|
-
[_e]: _c,
|
|
893
|
-
[_hE]: 400,
|
|
894
|
-
},
|
|
889
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
895
890
|
[_M],
|
|
896
891
|
[0],
|
|
897
892
|
];
|
|
@@ -911,11 +906,7 @@ export var ConcurrentModificationException = [
|
|
|
911
906
|
-3,
|
|
912
907
|
n0,
|
|
913
908
|
_CME,
|
|
914
|
-
{
|
|
915
|
-
[_e]: _c,
|
|
916
|
-
[_hE]: 409,
|
|
917
|
-
[_aQE]: [`ConcurrentModification`, 409],
|
|
918
|
-
},
|
|
909
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`ConcurrentModification`, 409] },
|
|
919
910
|
[_m],
|
|
920
911
|
[0],
|
|
921
912
|
];
|
|
@@ -1052,11 +1043,7 @@ export var CredentialReportExpiredException = [
|
|
|
1052
1043
|
-3,
|
|
1053
1044
|
n0,
|
|
1054
1045
|
_CREE,
|
|
1055
|
-
{
|
|
1056
|
-
[_e]: _c,
|
|
1057
|
-
[_hE]: 410,
|
|
1058
|
-
[_aQE]: [`ReportExpired`, 410],
|
|
1059
|
-
},
|
|
1046
|
+
{ [_e]: _c, [_hE]: 410, [_aQE]: [`ReportExpired`, 410] },
|
|
1060
1047
|
[_m],
|
|
1061
1048
|
[0],
|
|
1062
1049
|
];
|
|
@@ -1065,11 +1052,7 @@ export var CredentialReportNotPresentException = [
|
|
|
1065
1052
|
-3,
|
|
1066
1053
|
n0,
|
|
1067
1054
|
_CRNPE,
|
|
1068
|
-
{
|
|
1069
|
-
[_e]: _c,
|
|
1070
|
-
[_hE]: 410,
|
|
1071
|
-
[_aQE]: [`ReportNotPresent`, 410],
|
|
1072
|
-
},
|
|
1055
|
+
{ [_e]: _c, [_hE]: 410, [_aQE]: [`ReportNotPresent`, 410] },
|
|
1073
1056
|
[_m],
|
|
1074
1057
|
[0],
|
|
1075
1058
|
];
|
|
@@ -1078,11 +1061,7 @@ export var CredentialReportNotReadyException = [
|
|
|
1078
1061
|
-3,
|
|
1079
1062
|
n0,
|
|
1080
1063
|
_CRNRE,
|
|
1081
|
-
{
|
|
1082
|
-
[_e]: _c,
|
|
1083
|
-
[_hE]: 404,
|
|
1084
|
-
[_aQE]: [`ReportInProgress`, 404],
|
|
1085
|
-
},
|
|
1064
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ReportInProgress`, 404] },
|
|
1086
1065
|
[_m],
|
|
1087
1066
|
[0],
|
|
1088
1067
|
];
|
|
@@ -1101,8 +1080,8 @@ export var DelegationRequest = [
|
|
|
1101
1080
|
n0,
|
|
1102
1081
|
_DR,
|
|
1103
1082
|
0,
|
|
1104
|
-
[_DRI, _OAI, _D, _RM, _P, _PP, _RPRA, _OI, _AI, _St, _RI, _RNe, _CD, _SD, _RU, _No, _RR, _OSBO, _UT],
|
|
1105
|
-
[0, 0, 0, 0, () => DelegationPermission, 0, 64 | 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 2, 4],
|
|
1083
|
+
[_DRI, _OAI, _D, _RM, _P, _PP, _RPRA, _OI, _AI, _St, _ET, _RI, _RNe, _CD, _SD, _RU, _No, _RR, _OSBO, _UT],
|
|
1084
|
+
[0, 0, 0, 0, () => DelegationPermission, 0, 64 | 0, 0, 0, 0, 4, 0, 0, 4, 1, 0, 0, 0, 2, 4],
|
|
1106
1085
|
];
|
|
1107
1086
|
export var DeleteAccessKeyRequest = [3, n0, _DAKR, 0, [_UN, _AKI], [0, 0]];
|
|
1108
1087
|
export var DeleteAccountAliasRequest = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
@@ -1110,11 +1089,7 @@ export var DeleteConflictException = [
|
|
|
1110
1089
|
-3,
|
|
1111
1090
|
n0,
|
|
1112
1091
|
_DCE,
|
|
1113
|
-
{
|
|
1114
|
-
[_e]: _c,
|
|
1115
|
-
[_hE]: 409,
|
|
1116
|
-
[_aQE]: [`DeleteConflict`, 409],
|
|
1117
|
-
},
|
|
1092
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`DeleteConflict`, 409] },
|
|
1118
1093
|
[_m],
|
|
1119
1094
|
[0],
|
|
1120
1095
|
];
|
|
@@ -1173,11 +1148,7 @@ export var DuplicateCertificateException = [
|
|
|
1173
1148
|
-3,
|
|
1174
1149
|
n0,
|
|
1175
1150
|
_DCEu,
|
|
1176
|
-
{
|
|
1177
|
-
[_e]: _c,
|
|
1178
|
-
[_hE]: 409,
|
|
1179
|
-
[_aQE]: [`DuplicateCertificate`, 409],
|
|
1180
|
-
},
|
|
1151
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`DuplicateCertificate`, 409] },
|
|
1181
1152
|
[_m],
|
|
1182
1153
|
[0],
|
|
1183
1154
|
];
|
|
@@ -1186,11 +1157,7 @@ export var DuplicateSSHPublicKeyException = [
|
|
|
1186
1157
|
-3,
|
|
1187
1158
|
n0,
|
|
1188
1159
|
_DSSHPKE,
|
|
1189
|
-
{
|
|
1190
|
-
[_e]: _c,
|
|
1191
|
-
[_hE]: 400,
|
|
1192
|
-
[_aQE]: [`DuplicateSSHPublicKey`, 400],
|
|
1193
|
-
},
|
|
1160
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`DuplicateSSHPublicKey`, 400] },
|
|
1194
1161
|
[_m],
|
|
1195
1162
|
[0],
|
|
1196
1163
|
];
|
|
@@ -1219,11 +1186,7 @@ export var EntityAlreadyExistsException = [
|
|
|
1219
1186
|
-3,
|
|
1220
1187
|
n0,
|
|
1221
1188
|
_EAEE,
|
|
1222
|
-
{
|
|
1223
|
-
[_e]: _c,
|
|
1224
|
-
[_hE]: 409,
|
|
1225
|
-
[_aQE]: [`EntityAlreadyExists`, 409],
|
|
1226
|
-
},
|
|
1189
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`EntityAlreadyExists`, 409] },
|
|
1227
1190
|
[_m],
|
|
1228
1191
|
[0],
|
|
1229
1192
|
];
|
|
@@ -1234,11 +1197,7 @@ export var EntityTemporarilyUnmodifiableException = [
|
|
|
1234
1197
|
-3,
|
|
1235
1198
|
n0,
|
|
1236
1199
|
_ETUE,
|
|
1237
|
-
{
|
|
1238
|
-
[_e]: _c,
|
|
1239
|
-
[_hE]: 409,
|
|
1240
|
-
[_aQE]: [`EntityTemporarilyUnmodifiable`, 409],
|
|
1241
|
-
},
|
|
1200
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`EntityTemporarilyUnmodifiable`, 409] },
|
|
1242
1201
|
[_m],
|
|
1243
1202
|
[0],
|
|
1244
1203
|
];
|
|
@@ -1266,11 +1225,7 @@ export var FeatureDisabledException = [
|
|
|
1266
1225
|
-3,
|
|
1267
1226
|
n0,
|
|
1268
1227
|
_FDE,
|
|
1269
|
-
{
|
|
1270
|
-
[_e]: _c,
|
|
1271
|
-
[_hE]: 404,
|
|
1272
|
-
[_aQE]: [`FeatureDisabled`, 404],
|
|
1273
|
-
},
|
|
1228
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`FeatureDisabled`, 404] },
|
|
1274
1229
|
[_m],
|
|
1275
1230
|
[0],
|
|
1276
1231
|
];
|
|
@@ -1279,11 +1234,7 @@ export var FeatureEnabledException = [
|
|
|
1279
1234
|
-3,
|
|
1280
1235
|
n0,
|
|
1281
1236
|
_FEE,
|
|
1282
|
-
{
|
|
1283
|
-
[_e]: _c,
|
|
1284
|
-
[_hE]: 409,
|
|
1285
|
-
[_aQE]: [`FeatureEnabled`, 409],
|
|
1286
|
-
},
|
|
1237
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`FeatureEnabled`, 409] },
|
|
1287
1238
|
[_m],
|
|
1288
1239
|
[0],
|
|
1289
1240
|
];
|
|
@@ -1493,11 +1444,7 @@ export var InvalidAuthenticationCodeException = [
|
|
|
1493
1444
|
-3,
|
|
1494
1445
|
n0,
|
|
1495
1446
|
_IACE,
|
|
1496
|
-
{
|
|
1497
|
-
[_e]: _c,
|
|
1498
|
-
[_hE]: 403,
|
|
1499
|
-
[_aQE]: [`InvalidAuthenticationCode`, 403],
|
|
1500
|
-
},
|
|
1447
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`InvalidAuthenticationCode`, 403] },
|
|
1501
1448
|
[_m],
|
|
1502
1449
|
[0],
|
|
1503
1450
|
];
|
|
@@ -1506,11 +1453,7 @@ export var InvalidCertificateException = [
|
|
|
1506
1453
|
-3,
|
|
1507
1454
|
n0,
|
|
1508
1455
|
_ICE,
|
|
1509
|
-
{
|
|
1510
|
-
[_e]: _c,
|
|
1511
|
-
[_hE]: 400,
|
|
1512
|
-
[_aQE]: [`InvalidCertificate`, 400],
|
|
1513
|
-
},
|
|
1456
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidCertificate`, 400] },
|
|
1514
1457
|
[_m],
|
|
1515
1458
|
[0],
|
|
1516
1459
|
];
|
|
@@ -1519,11 +1462,7 @@ export var InvalidInputException = [
|
|
|
1519
1462
|
-3,
|
|
1520
1463
|
n0,
|
|
1521
1464
|
_IIE,
|
|
1522
|
-
{
|
|
1523
|
-
[_e]: _c,
|
|
1524
|
-
[_hE]: 400,
|
|
1525
|
-
[_aQE]: [`InvalidInput`, 400],
|
|
1526
|
-
},
|
|
1465
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidInput`, 400] },
|
|
1527
1466
|
[_m],
|
|
1528
1467
|
[0],
|
|
1529
1468
|
];
|
|
@@ -1532,11 +1471,7 @@ export var InvalidPublicKeyException = [
|
|
|
1532
1471
|
-3,
|
|
1533
1472
|
n0,
|
|
1534
1473
|
_IPKE,
|
|
1535
|
-
{
|
|
1536
|
-
[_e]: _c,
|
|
1537
|
-
[_hE]: 400,
|
|
1538
|
-
[_aQE]: [`InvalidPublicKey`, 400],
|
|
1539
|
-
},
|
|
1474
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidPublicKey`, 400] },
|
|
1540
1475
|
[_m],
|
|
1541
1476
|
[0],
|
|
1542
1477
|
];
|
|
@@ -1545,11 +1480,7 @@ export var InvalidUserTypeException = [
|
|
|
1545
1480
|
-3,
|
|
1546
1481
|
n0,
|
|
1547
1482
|
_IUTE,
|
|
1548
|
-
{
|
|
1549
|
-
[_e]: _c,
|
|
1550
|
-
[_hE]: 400,
|
|
1551
|
-
[_aQE]: [`InvalidUserType`, 400],
|
|
1552
|
-
},
|
|
1483
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidUserType`, 400] },
|
|
1553
1484
|
[_m],
|
|
1554
1485
|
[0],
|
|
1555
1486
|
];
|
|
@@ -1558,11 +1489,7 @@ export var KeyPairMismatchException = [
|
|
|
1558
1489
|
-3,
|
|
1559
1490
|
n0,
|
|
1560
1491
|
_KPME,
|
|
1561
|
-
{
|
|
1562
|
-
[_e]: _c,
|
|
1563
|
-
[_hE]: 400,
|
|
1564
|
-
[_aQE]: [`KeyPairMismatch`, 400],
|
|
1565
|
-
},
|
|
1492
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`KeyPairMismatch`, 400] },
|
|
1566
1493
|
[_m],
|
|
1567
1494
|
[0],
|
|
1568
1495
|
];
|
|
@@ -1571,11 +1498,7 @@ export var LimitExceededException = [
|
|
|
1571
1498
|
-3,
|
|
1572
1499
|
n0,
|
|
1573
1500
|
_LEE,
|
|
1574
|
-
{
|
|
1575
|
-
[_e]: _c,
|
|
1576
|
-
[_hE]: 409,
|
|
1577
|
-
[_aQE]: [`LimitExceeded`, 409],
|
|
1578
|
-
},
|
|
1501
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`LimitExceeded`, 409] },
|
|
1579
1502
|
[_m],
|
|
1580
1503
|
[0],
|
|
1581
1504
|
];
|
|
@@ -1903,11 +1826,7 @@ export var MalformedCertificateException = [
|
|
|
1903
1826
|
-3,
|
|
1904
1827
|
n0,
|
|
1905
1828
|
_MCE,
|
|
1906
|
-
{
|
|
1907
|
-
[_e]: _c,
|
|
1908
|
-
[_hE]: 400,
|
|
1909
|
-
[_aQE]: [`MalformedCertificate`, 400],
|
|
1910
|
-
},
|
|
1829
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedCertificate`, 400] },
|
|
1911
1830
|
[_m],
|
|
1912
1831
|
[0],
|
|
1913
1832
|
];
|
|
@@ -1916,11 +1835,7 @@ export var MalformedPolicyDocumentException = [
|
|
|
1916
1835
|
-3,
|
|
1917
1836
|
n0,
|
|
1918
1837
|
_MPDE,
|
|
1919
|
-
{
|
|
1920
|
-
[_e]: _c,
|
|
1921
|
-
[_hE]: 400,
|
|
1922
|
-
[_aQE]: [`MalformedPolicyDocument`, 400],
|
|
1923
|
-
},
|
|
1838
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`MalformedPolicyDocument`, 400] },
|
|
1924
1839
|
[_m],
|
|
1925
1840
|
[0],
|
|
1926
1841
|
];
|
|
@@ -1938,11 +1853,7 @@ export var NoSuchEntityException = [
|
|
|
1938
1853
|
-3,
|
|
1939
1854
|
n0,
|
|
1940
1855
|
_NSEE,
|
|
1941
|
-
{
|
|
1942
|
-
[_e]: _c,
|
|
1943
|
-
[_hE]: 404,
|
|
1944
|
-
[_aQE]: [`NoSuchEntity`, 404],
|
|
1945
|
-
},
|
|
1856
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`NoSuchEntity`, 404] },
|
|
1946
1857
|
[_m],
|
|
1947
1858
|
[0],
|
|
1948
1859
|
];
|
|
@@ -1952,35 +1863,18 @@ export var OpenIdIdpCommunicationErrorException = [
|
|
|
1952
1863
|
-3,
|
|
1953
1864
|
n0,
|
|
1954
1865
|
_OIICEE,
|
|
1955
|
-
{
|
|
1956
|
-
[_e]: _c,
|
|
1957
|
-
[_hE]: 400,
|
|
1958
|
-
[_aQE]: [`OpenIdIdpCommunicationError`, 400],
|
|
1959
|
-
},
|
|
1866
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`OpenIdIdpCommunicationError`, 400] },
|
|
1960
1867
|
[_m],
|
|
1961
1868
|
[0],
|
|
1962
1869
|
];
|
|
1963
1870
|
TypeRegistry.for(n0).registerError(OpenIdIdpCommunicationErrorException, __OpenIdIdpCommunicationErrorException);
|
|
1964
|
-
export var OrganizationNotFoundException = [
|
|
1965
|
-
-3,
|
|
1966
|
-
n0,
|
|
1967
|
-
_ONFE,
|
|
1968
|
-
{
|
|
1969
|
-
[_e]: _c,
|
|
1970
|
-
[_hE]: 400,
|
|
1971
|
-
},
|
|
1972
|
-
[_M],
|
|
1973
|
-
[0],
|
|
1974
|
-
];
|
|
1871
|
+
export var OrganizationNotFoundException = [-3, n0, _ONFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1975
1872
|
TypeRegistry.for(n0).registerError(OrganizationNotFoundException, __OrganizationNotFoundException);
|
|
1976
1873
|
export var OrganizationNotInAllFeaturesModeException = [
|
|
1977
1874
|
-3,
|
|
1978
1875
|
n0,
|
|
1979
1876
|
_ONIAFME,
|
|
1980
|
-
{
|
|
1981
|
-
[_e]: _c,
|
|
1982
|
-
[_hE]: 400,
|
|
1983
|
-
},
|
|
1877
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1984
1878
|
[_M],
|
|
1985
1879
|
[0],
|
|
1986
1880
|
];
|
|
@@ -1998,11 +1892,7 @@ export var PasswordPolicyViolationException = [
|
|
|
1998
1892
|
-3,
|
|
1999
1893
|
n0,
|
|
2000
1894
|
_PPVE,
|
|
2001
|
-
{
|
|
2002
|
-
[_e]: _c,
|
|
2003
|
-
[_hE]: 400,
|
|
2004
|
-
[_aQE]: [`PasswordPolicyViolation`, 400],
|
|
2005
|
-
},
|
|
1895
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`PasswordPolicyViolation`, 400] },
|
|
2006
1896
|
[_m],
|
|
2007
1897
|
[0],
|
|
2008
1898
|
];
|
|
@@ -2021,11 +1911,7 @@ export var PolicyEvaluationException = [
|
|
|
2021
1911
|
-3,
|
|
2022
1912
|
n0,
|
|
2023
1913
|
_PEE,
|
|
2024
|
-
{
|
|
2025
|
-
[_e]: _s,
|
|
2026
|
-
[_hE]: 500,
|
|
2027
|
-
[_aQE]: [`PolicyEvaluation`, 500],
|
|
2028
|
-
},
|
|
1914
|
+
{ [_e]: _s, [_hE]: 500, [_aQE]: [`PolicyEvaluation`, 500] },
|
|
2029
1915
|
[_m],
|
|
2030
1916
|
[0],
|
|
2031
1917
|
];
|
|
@@ -2035,7 +1921,7 @@ export var PolicyGrantingServiceAccess = [
|
|
|
2035
1921
|
n0,
|
|
2036
1922
|
_PGSAo,
|
|
2037
1923
|
0,
|
|
2038
|
-
[_PN, _PT, _PA,
|
|
1924
|
+
[_PN, _PT, _PA, _ETn, _EN],
|
|
2039
1925
|
[0, 0, 0, 0, 0],
|
|
2040
1926
|
];
|
|
2041
1927
|
export var PolicyGroup = [3, n0, _PGo, 0, [_GN, _GI], [0, 0]];
|
|
@@ -2043,11 +1929,7 @@ export var PolicyNotAttachableException = [
|
|
|
2043
1929
|
-3,
|
|
2044
1930
|
n0,
|
|
2045
1931
|
_PNAE,
|
|
2046
|
-
{
|
|
2047
|
-
[_e]: _c,
|
|
2048
|
-
[_hE]: 400,
|
|
2049
|
-
[_aQE]: [`PolicyNotAttachable`, 400],
|
|
2050
|
-
},
|
|
1932
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`PolicyNotAttachable`, 400] },
|
|
2051
1933
|
[_m],
|
|
2052
1934
|
[0],
|
|
2053
1935
|
];
|
|
@@ -2077,11 +1959,7 @@ export var ReportGenerationLimitExceededException = [
|
|
|
2077
1959
|
-3,
|
|
2078
1960
|
n0,
|
|
2079
1961
|
_RGLEE,
|
|
2080
|
-
{
|
|
2081
|
-
[_e]: _c,
|
|
2082
|
-
[_hE]: 409,
|
|
2083
|
-
[_aQE]: [`ReportGenerationLimitExceeded`, 409],
|
|
2084
|
-
},
|
|
1962
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`ReportGenerationLimitExceeded`, 409] },
|
|
2085
1963
|
[_m],
|
|
2086
1964
|
[0],
|
|
2087
1965
|
];
|
|
@@ -2154,27 +2032,13 @@ export var ServerCertificateMetadata = [
|
|
|
2154
2032
|
[_Pa, _SCN, _SCI, _A, _UDp, _Ex],
|
|
2155
2033
|
[0, 0, 0, 0, 4, 4],
|
|
2156
2034
|
];
|
|
2157
|
-
export var ServiceAccessNotEnabledException = [
|
|
2158
|
-
-3,
|
|
2159
|
-
n0,
|
|
2160
|
-
_SANEE,
|
|
2161
|
-
{
|
|
2162
|
-
[_e]: _c,
|
|
2163
|
-
[_hE]: 400,
|
|
2164
|
-
},
|
|
2165
|
-
[_M],
|
|
2166
|
-
[0],
|
|
2167
|
-
];
|
|
2035
|
+
export var ServiceAccessNotEnabledException = [-3, n0, _SANEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2168
2036
|
TypeRegistry.for(n0).registerError(ServiceAccessNotEnabledException, __ServiceAccessNotEnabledException);
|
|
2169
2037
|
export var ServiceFailureException = [
|
|
2170
2038
|
-3,
|
|
2171
2039
|
n0,
|
|
2172
2040
|
_SFE,
|
|
2173
|
-
{
|
|
2174
|
-
[_e]: _s,
|
|
2175
|
-
[_hE]: 500,
|
|
2176
|
-
[_aQE]: [`ServiceFailure`, 500],
|
|
2177
|
-
},
|
|
2041
|
+
{ [_e]: _s, [_hE]: 500, [_aQE]: [`ServiceFailure`, 500] },
|
|
2178
2042
|
[_m],
|
|
2179
2043
|
[0],
|
|
2180
2044
|
];
|
|
@@ -2191,11 +2055,7 @@ export var ServiceNotSupportedException = [
|
|
|
2191
2055
|
-3,
|
|
2192
2056
|
n0,
|
|
2193
2057
|
_SNSE,
|
|
2194
|
-
{
|
|
2195
|
-
[_e]: _c,
|
|
2196
|
-
[_hE]: 404,
|
|
2197
|
-
[_aQE]: [`NotSupportedService`, 404],
|
|
2198
|
-
},
|
|
2058
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`NotSupportedService`, 404] },
|
|
2199
2059
|
[_m],
|
|
2200
2060
|
[0],
|
|
2201
2061
|
];
|
|
@@ -2288,11 +2148,7 @@ export var UnmodifiableEntityException = [
|
|
|
2288
2148
|
-3,
|
|
2289
2149
|
n0,
|
|
2290
2150
|
_UEE,
|
|
2291
|
-
{
|
|
2292
|
-
[_e]: _c,
|
|
2293
|
-
[_hE]: 400,
|
|
2294
|
-
[_aQE]: [`UnmodifiableEntity`, 400],
|
|
2295
|
-
},
|
|
2151
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`UnmodifiableEntity`, 400] },
|
|
2296
2152
|
[_m],
|
|
2297
2153
|
[0],
|
|
2298
2154
|
];
|
|
@@ -2301,11 +2157,7 @@ export var UnrecognizedPublicKeyEncodingException = [
|
|
|
2301
2157
|
-3,
|
|
2302
2158
|
n0,
|
|
2303
2159
|
_UPKEE,
|
|
2304
|
-
{
|
|
2305
|
-
[_e]: _c,
|
|
2306
|
-
[_hE]: 400,
|
|
2307
|
-
[_aQE]: [`UnrecognizedPublicKeyEncoding`, 400],
|
|
2308
|
-
},
|
|
2160
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`UnrecognizedPublicKeyEncoding`, 400] },
|
|
2309
2161
|
[_m],
|
|
2310
2162
|
[0],
|
|
2311
2163
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
|
|
3
3
|
import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
4
4
|
import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
|
|
11
11
|
import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
12
12
|
import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
|
|
@@ -184,7 +184,7 @@ import { UploadServerCertificateCommandInput, UploadServerCertificateCommandOutp
|
|
|
184
184
|
import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput } from "./commands/UploadSigningCertificateCommand";
|
|
185
185
|
import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "./commands/UploadSSHPublicKeyCommand";
|
|
186
186
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
187
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
187
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
188
188
|
export { __Client };
|
|
189
189
|
/**
|
|
190
190
|
* @public
|
package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthExtensionConfiguration.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { IAMHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { IAMHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig } from "../IAMClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type IAMClientResolvedConfig } from "../IAMClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AcceptDelegationRequestRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AcceptDelegationRequestRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AddClientIDToOpenIDConnectProviderRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AddClientIDToOpenIDConnectProviderRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AddRoleToInstanceProfileRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AddRoleToInstanceProfileRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AddUserToGroupRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AddUserToGroupRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AssociateDelegationRequestRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AssociateDelegationRequestRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AttachGroupPolicyRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AttachGroupPolicyRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AttachRolePolicyRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AttachRolePolicyRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { AttachUserPolicyRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { AttachUserPolicyRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { ChangePasswordRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { ChangePasswordRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { CreateAccessKeyRequest, CreateAccessKeyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { CreateAccessKeyRequest, CreateAccessKeyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { CreateAccountAliasRequest } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import type { CreateAccountAliasRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|