@jjrawlins/cdk-iam-policy-builder-helper 0.0.11 → 0.0.12
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 +6 -6
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +63 -24
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +9 -5
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +10 -6
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +14 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +14 -14
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +12 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +7 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +17 -14
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +15 -15
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +31 -31
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +18 -18
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +31 -32
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +18 -17
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +18 -18
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +24 -24
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +14 -14
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +20 -20
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +23 -23
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +18 -18
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +15 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +15 -8
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +15 -15
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +9 -11
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +241 -181
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +20 -23
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +19 -18
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +17 -16
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +20 -19
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -12
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +15 -3
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -30
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +21 -29
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +27 -31
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-iam/package.json +35 -35
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +9 -5
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +10 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +9 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +19 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +16 -15
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +20 -19
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -12
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -30
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +20 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +27 -31
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/package.json +33 -33
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +15 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +124 -33
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1692 -23
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +94 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +39 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +14 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +19 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +19 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +75 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +77 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +105 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +110 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +127 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +78 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +151 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +283 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +57 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +24 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +12 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +43 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +26 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +44 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +41 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +30 -26
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +9 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +17 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +9 -11
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +23 -24
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +9 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +10 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +47 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +9 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +19 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +16 -15
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +20 -19
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +48 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +35 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +11 -13
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +21 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +19 -18
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +22 -21
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +12 -12
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +26 -30
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +20 -26
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +27 -31
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +14 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +30 -36
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +27 -35
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +31 -37
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +5 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +37 -37
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/README.md +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +24 -4
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/package.json +11 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +83 -30
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +48 -23
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +48 -23
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +9 -7
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -6
- package/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +173 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +54 -0
- package/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +3 -2
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +2 -0
- package/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@smithy/core/dist-cjs/index.js +27 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +348 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +261 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +761 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +885 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +710 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +172 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +39 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +6 -3
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +200 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +258 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +119 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +8 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +64 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +38 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +87 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +49 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +12 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +60 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +26 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +330 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +25 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +32 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +45 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +73 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +140 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +9 -0
- package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/lazy-json.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +38 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +73 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +55 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +41 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +143 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +20 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +27 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +21 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +9 -0
- package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/lazy-json.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
- package/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/node_modules/@smithy/core/event-streams.js +6 -0
- package/node_modules/@smithy/core/package.json +49 -16
- package/node_modules/@smithy/core/schema.d.ts +7 -0
- package/node_modules/@smithy/core/schema.js +6 -0
- package/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -4
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +27 -9
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +5 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@smithy/middleware-retry/package.json +13 -13
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +21 -1
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +20 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +4 -3
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +14 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +1 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +14 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-serde/package.json +5 -4
- package/node_modules/@smithy/middleware-stack/package.json +5 -5
- package/node_modules/@smithy/node-config-provider/README.md +6 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +14 -10
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -1
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +15 -2
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +15 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -9
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -6
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -3
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +3 -7
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +3 -7
- package/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +23 -1
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +17 -1
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
- package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
- package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +93 -638
- package/node_modules/@smithy/smithy-client/dist-es/command.js +13 -4
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -6
- package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +7 -1
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -6
- package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +7 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +3 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -6
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/package.json +10 -10
- package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/types/dist-cjs/schema/schema.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/schema/traits.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/types/dist-es/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/command.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -2
- package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +262 -0
- package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -2
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -2
- package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +277 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
- package/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +9 -9
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -2
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -3
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -1
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
- package/node_modules/@smithy/util-waiter/package.json +6 -6
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/bowser/CHANGELOG.md +1 -1
- package/node_modules/bowser/README.md +2 -4
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +71 -6
- package/node_modules/bowser/package.json +4 -3
- package/node_modules/bowser/src/constants.js +3 -0
- package/node_modules/bowser/src/parser-browsers.js +15 -0
- package/node_modules/bowser/src/parser-platforms.js +17 -1
- package/node_modules/bowser/src/parser.js +20 -5
- package/node_modules/bowser/src/utils.js +2 -2
- package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
- package/node_modules/fast-xml-parser/README.md +39 -52
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +36 -20
- package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
- package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
- package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
- package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
- package/node_modules/fast-xml-parser/src/fxp.js +11 -8
- package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-parser/src/util.js +14 -18
- package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5/valueParsers → v6}/EntitiesParser.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +24 -26
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6/valueParsers}/EntitiesParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
- package/node_modules/fast-xml-parser/src/validator.js +5 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/strnum/.github/SECURITY.md +5 -0
- package/node_modules/strnum/CHANGELOG.md +11 -0
- package/node_modules/strnum/algo.stflow +84 -0
- package/node_modules/strnum/package.json +2 -1
- package/node_modules/strnum/strnum.js +53 -35
- package/node_modules/strnum/strnum.test.js +9 -1
- package/node_modules/strnum/test.js +9 -0
- package/package.json +12 -12
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/date-utils.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/lazy-json.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/parse-utils.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/quote-header.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-every.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/serde}/split-header.js +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/date-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/parse-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/quote-header.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-every.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/serde}/split-header.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/date-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/parse-utils.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/quote-header.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-every.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/serde}/split-header.d.ts +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/date-utils.js → middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js} +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/lazy-json.js → signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
- /package/node_modules/@smithy/{smithy-client/dist-cjs/parse-utils.js → signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
- /package/node_modules/@smithy/smithy-client/dist-cjs/{quote-header.js → schemaLogFilter.js} +0 -0
- /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/CONTRIBUTING.md +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/LICENSE.md +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/README.md +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/bin/uuid +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/index.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/md5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/nil.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/parse.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/regex.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/rng.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/sha1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/stringify.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v3.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v35.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v4.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/v5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/validate.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-browser/version.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/index.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/md5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/nil.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/parse.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/regex.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/rng.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/sha1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/stringify.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v3.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v35.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v4.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/v5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/validate.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/esm-node/version.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/index.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/md5-browser.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/md5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/native.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/nil.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/parse.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/regex.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/rng-browser.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/rng.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/sha1-browser.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/sha1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/stringify.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/uuid-bin.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v1.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v3.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v35.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v4.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/v5.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/validate.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/dist/version.js +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/package.json +0 -0
- /package/node_modules/{@smithy/middleware-retry/node_modules/uuid → uuid}/wrapper.mjs +0 -0
|
@@ -16,7 +16,7 @@ export type AccessAdvisorUsageGranularityType = (typeof AccessAdvisorUsageGranul
|
|
|
16
16
|
* <p>An object that contains details about when a principal in the reported Organizations entity
|
|
17
17
|
* last attempted to access an Amazon Web Services service. A principal can be an IAM user, an IAM role,
|
|
18
18
|
* or the Amazon Web Services account root user within the reported Organizations entity.</p>
|
|
19
|
-
* <p>This data type is a response element in the <a>GetOrganizationsAccessReport</a> operation.</p>
|
|
19
|
+
* <p>This data type is a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html">GetOrganizationsAccessReport</a> operation.</p>
|
|
20
20
|
* @public
|
|
21
21
|
*/
|
|
22
22
|
export interface AccessDetail {
|
|
@@ -74,6 +74,7 @@ export interface AccessDetail {
|
|
|
74
74
|
*/
|
|
75
75
|
export declare const StatusType: {
|
|
76
76
|
readonly Active: "Active";
|
|
77
|
+
readonly Expired: "Expired";
|
|
77
78
|
readonly Inactive: "Inactive";
|
|
78
79
|
};
|
|
79
80
|
/**
|
|
@@ -82,12 +83,12 @@ export declare const StatusType: {
|
|
|
82
83
|
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
83
84
|
/**
|
|
84
85
|
* <p>Contains information about an Amazon Web Services access key.</p>
|
|
85
|
-
* <p> This data type is used as a response element in the <a>CreateAccessKey</a>
|
|
86
|
-
*
|
|
86
|
+
* <p> This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html">CreateAccessKey</a> and
|
|
87
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html">ListAccessKeys</a> operations. </p>
|
|
87
88
|
* <note>
|
|
88
|
-
* <p>The <code>SecretAccessKey</code> value is returned only in response to <a>CreateAccessKey</a>. You can get a secret access key only when you first
|
|
89
|
-
*
|
|
90
|
-
*
|
|
89
|
+
* <p>The <code>SecretAccessKey</code> value is returned only in response to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html">CreateAccessKey</a>. You can get a secret access key only when you first create
|
|
90
|
+
* an access key; you cannot recover the secret access key later. If you lose a secret
|
|
91
|
+
* access key, you must create a new access key.</p>
|
|
91
92
|
* </note>
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
@@ -122,7 +123,8 @@ export interface AccessKey {
|
|
|
122
123
|
/**
|
|
123
124
|
* <p>Contains information about the last time an Amazon Web Services access key was used since IAM began
|
|
124
125
|
* tracking this information on April 22, 2015.</p>
|
|
125
|
-
* <p>This data type is used as a response element in the <a>GetAccessKeyLastUsed</a>
|
|
126
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccessKeyLastUsed.html">GetAccessKeyLastUsed</a>
|
|
127
|
+
* operation.</p>
|
|
126
128
|
* @public
|
|
127
129
|
*/
|
|
128
130
|
export interface AccessKeyLastUsed {
|
|
@@ -186,7 +188,7 @@ export interface AccessKeyLastUsed {
|
|
|
186
188
|
}
|
|
187
189
|
/**
|
|
188
190
|
* <p>Contains information about an Amazon Web Services access key, without its secret key.</p>
|
|
189
|
-
* <p>This data type is used as a response element in the <a>ListAccessKeys</a>
|
|
191
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html">ListAccessKeys</a>
|
|
190
192
|
* operation.</p>
|
|
191
193
|
* @public
|
|
192
194
|
*/
|
|
@@ -234,7 +236,7 @@ export declare class AccountNotManagementOrDelegatedAdministratorException exten
|
|
|
234
236
|
export interface AddClientIDToOpenIDConnectProviderRequest {
|
|
235
237
|
/**
|
|
236
238
|
* <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to
|
|
237
|
-
* add the client ID to. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p>
|
|
239
|
+
* add the client ID to. You can get a list of OIDC provider ARNs by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
|
|
238
240
|
* @public
|
|
239
241
|
*/
|
|
240
242
|
OpenIDConnectProviderArn: string | undefined;
|
|
@@ -424,7 +426,7 @@ export interface AttachedPermissionsBoundary {
|
|
|
424
426
|
/**
|
|
425
427
|
* <p>Contains information about an attached policy.</p>
|
|
426
428
|
* <p>An attached policy is a managed policy that has been attached to a user, group, or role.
|
|
427
|
-
* This data type is used as a response element in the <a>ListAttachedGroupPolicies</a>, <a>ListAttachedRolePolicies</a>, <a>ListAttachedUserPolicies</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p>
|
|
429
|
+
* This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html">ListAttachedGroupPolicies</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html">ListAttachedRolePolicies</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html">ListAttachedUserPolicies</a>, and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operations. </p>
|
|
428
430
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
429
431
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
430
432
|
* @public
|
|
@@ -587,7 +589,7 @@ export interface CreateAccessKeyRequest {
|
|
|
587
589
|
UserName?: string | undefined;
|
|
588
590
|
}
|
|
589
591
|
/**
|
|
590
|
-
* <p>Contains the response to a successful <a>CreateAccessKey</a> request.
|
|
592
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html">CreateAccessKey</a> request.
|
|
591
593
|
* </p>
|
|
592
594
|
* @public
|
|
593
595
|
*/
|
|
@@ -654,17 +656,17 @@ export interface CreateGroupRequest {
|
|
|
654
656
|
* <ul>
|
|
655
657
|
* <li>
|
|
656
658
|
* <p>
|
|
657
|
-
* <a>CreateGroup</a>
|
|
659
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateGroup.html">CreateGroup</a>
|
|
658
660
|
* </p>
|
|
659
661
|
* </li>
|
|
660
662
|
* <li>
|
|
661
663
|
* <p>
|
|
662
|
-
* <a>GetGroup</a>
|
|
664
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroup.html">GetGroup</a>
|
|
663
665
|
* </p>
|
|
664
666
|
* </li>
|
|
665
667
|
* <li>
|
|
666
668
|
* <p>
|
|
667
|
-
* <a>ListGroups</a>
|
|
669
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html">ListGroups</a>
|
|
668
670
|
* </p>
|
|
669
671
|
* </li>
|
|
670
672
|
* </ul>
|
|
@@ -704,7 +706,7 @@ export interface Group {
|
|
|
704
706
|
CreateDate: Date | undefined;
|
|
705
707
|
}
|
|
706
708
|
/**
|
|
707
|
-
* <p>Contains the response to a successful <a>CreateGroup</a> request. </p>
|
|
709
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateGroup.html">CreateGroup</a> request. </p>
|
|
708
710
|
* @public
|
|
709
711
|
*/
|
|
710
712
|
export interface CreateGroupResponse {
|
|
@@ -734,11 +736,6 @@ export interface Tag {
|
|
|
734
736
|
* Center</code> might have values that consist of the number associated with the different
|
|
735
737
|
* cost centers in your company. Typically, many resources have tags with the same key name but
|
|
736
738
|
* with different values.</p>
|
|
737
|
-
* <note>
|
|
738
|
-
* <p>Amazon Web Services always interprets the tag <code>Value</code> as a single string. If you need to
|
|
739
|
-
* store an array, you can store comma-separated values in the string. However, you must
|
|
740
|
-
* interpret the value in your code.</p>
|
|
741
|
-
* </note>
|
|
742
739
|
* @public
|
|
743
740
|
*/
|
|
744
741
|
Value: string | undefined;
|
|
@@ -784,8 +781,7 @@ export interface CreateInstanceProfileRequest {
|
|
|
784
781
|
* features within the last year. The role might have been used more than 400 days ago. For
|
|
785
782
|
* more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM user
|
|
786
783
|
* Guide</i>.</p>
|
|
787
|
-
* <p>This data type is returned as a response element in the <a>GetRole</a> and
|
|
788
|
-
* <a>GetAccountAuthorizationDetails</a> operations.</p>
|
|
784
|
+
* <p>This data type is returned as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRole.html">GetRole</a> and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operations.</p>
|
|
789
785
|
* @public
|
|
790
786
|
*/
|
|
791
787
|
export interface RoleLastUsed {
|
|
@@ -889,22 +885,22 @@ export interface Role {
|
|
|
889
885
|
* <ul>
|
|
890
886
|
* <li>
|
|
891
887
|
* <p>
|
|
892
|
-
* <a>CreateInstanceProfile</a>
|
|
888
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html">CreateInstanceProfile</a>
|
|
893
889
|
* </p>
|
|
894
890
|
* </li>
|
|
895
891
|
* <li>
|
|
896
892
|
* <p>
|
|
897
|
-
* <a>GetInstanceProfile</a>
|
|
893
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html">GetInstanceProfile</a>
|
|
898
894
|
* </p>
|
|
899
895
|
* </li>
|
|
900
896
|
* <li>
|
|
901
897
|
* <p>
|
|
902
|
-
* <a>ListInstanceProfiles</a>
|
|
898
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html">ListInstanceProfiles</a>
|
|
903
899
|
* </p>
|
|
904
900
|
* </li>
|
|
905
901
|
* <li>
|
|
906
902
|
* <p>
|
|
907
|
-
* <a>ListInstanceProfilesForRole</a>
|
|
903
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfilesForRole.html">ListInstanceProfilesForRole</a>
|
|
908
904
|
* </p>
|
|
909
905
|
* </li>
|
|
910
906
|
* </ul>
|
|
@@ -953,8 +949,8 @@ export interface InstanceProfile {
|
|
|
953
949
|
Tags?: Tag[] | undefined;
|
|
954
950
|
}
|
|
955
951
|
/**
|
|
956
|
-
* <p>Contains the response to a successful <a>CreateInstanceProfile</a>
|
|
957
|
-
*
|
|
952
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html">CreateInstanceProfile</a>
|
|
953
|
+
* request. </p>
|
|
958
954
|
* @public
|
|
959
955
|
*/
|
|
960
956
|
export interface CreateInstanceProfileResponse {
|
|
@@ -1000,7 +996,8 @@ export interface CreateLoginProfileRequest {
|
|
|
1000
996
|
}
|
|
1001
997
|
/**
|
|
1002
998
|
* <p>Contains the user name and password create date for a user.</p>
|
|
1003
|
-
* <p> This data type is used as a response element in the <a>CreateLoginProfile</a> and
|
|
999
|
+
* <p> This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateLoginProfile.html">CreateLoginProfile</a> and
|
|
1000
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetLoginProfile.html">GetLoginProfile</a> operations. </p>
|
|
1004
1001
|
* @public
|
|
1005
1002
|
*/
|
|
1006
1003
|
export interface LoginProfile {
|
|
@@ -1021,8 +1018,8 @@ export interface LoginProfile {
|
|
|
1021
1018
|
PasswordResetRequired?: boolean | undefined;
|
|
1022
1019
|
}
|
|
1023
1020
|
/**
|
|
1024
|
-
* <p>Contains the response to a successful <a>CreateLoginProfile</a>
|
|
1025
|
-
*
|
|
1021
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateLoginProfile.html">CreateLoginProfile</a>
|
|
1022
|
+
* request. </p>
|
|
1026
1023
|
* @public
|
|
1027
1024
|
*/
|
|
1028
1025
|
export interface CreateLoginProfileResponse {
|
|
@@ -1098,15 +1095,13 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1098
1095
|
Tags?: Tag[] | undefined;
|
|
1099
1096
|
}
|
|
1100
1097
|
/**
|
|
1101
|
-
* <p>Contains the response to a successful <a>CreateOpenIDConnectProvider</a>
|
|
1102
|
-
* request. </p>
|
|
1098
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a> request. </p>
|
|
1103
1099
|
* @public
|
|
1104
1100
|
*/
|
|
1105
1101
|
export interface CreateOpenIDConnectProviderResponse {
|
|
1106
1102
|
/**
|
|
1107
1103
|
* <p>The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is
|
|
1108
|
-
* created. For more information, see <a>OpenIDConnectProviderListEntry</a>.
|
|
1109
|
-
* </p>
|
|
1104
|
+
* created. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_OpenIDConnectProviderListEntry.html">OpenIDConnectProviderListEntry</a>. </p>
|
|
1110
1105
|
* @public
|
|
1111
1106
|
*/
|
|
1112
1107
|
OpenIDConnectProviderArn?: string | undefined;
|
|
@@ -1210,8 +1205,8 @@ export interface CreatePolicyRequest {
|
|
|
1210
1205
|
}
|
|
1211
1206
|
/**
|
|
1212
1207
|
* <p>Contains information about a managed policy.</p>
|
|
1213
|
-
* <p>This data type is used as a response element in the <a>CreatePolicy</a>,
|
|
1214
|
-
*
|
|
1208
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html">CreatePolicy</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html">GetPolicy</a>,
|
|
1209
|
+
* and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html">ListPolicies</a> operations. </p>
|
|
1215
1210
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
1216
1211
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
1217
1212
|
* @public
|
|
@@ -1268,8 +1263,9 @@ export interface Policy {
|
|
|
1268
1263
|
IsAttachable?: boolean | undefined;
|
|
1269
1264
|
/**
|
|
1270
1265
|
* <p>A friendly description of the policy.</p>
|
|
1271
|
-
* <p>This element is included in the response to the <a>GetPolicy</a> operation.
|
|
1272
|
-
*
|
|
1266
|
+
* <p>This element is included in the response to the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html">GetPolicy</a> operation. It is not
|
|
1267
|
+
* included in the response to the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html">ListPolicies</a> operation.
|
|
1268
|
+
* </p>
|
|
1273
1269
|
* @public
|
|
1274
1270
|
*/
|
|
1275
1271
|
Description?: string | undefined;
|
|
@@ -1296,8 +1292,7 @@ export interface Policy {
|
|
|
1296
1292
|
Tags?: Tag[] | undefined;
|
|
1297
1293
|
}
|
|
1298
1294
|
/**
|
|
1299
|
-
* <p>Contains the response to a successful <a>CreatePolicy</a> request.
|
|
1300
|
-
* </p>
|
|
1295
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html">CreatePolicy</a> request. </p>
|
|
1301
1296
|
* @public
|
|
1302
1297
|
*/
|
|
1303
1298
|
export interface CreatePolicyResponse {
|
|
@@ -1371,7 +1366,9 @@ export interface CreatePolicyVersionRequest {
|
|
|
1371
1366
|
}
|
|
1372
1367
|
/**
|
|
1373
1368
|
* <p>Contains information about a version of a managed policy.</p>
|
|
1374
|
-
* <p>This data type is used as a response element in the <a>CreatePolicyVersion</a>,
|
|
1369
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html">CreatePolicyVersion</a>,
|
|
1370
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html">GetPolicyVersion</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html">ListPolicyVersions</a>,
|
|
1371
|
+
* and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operations. </p>
|
|
1375
1372
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
1376
1373
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
1377
1374
|
* @public
|
|
@@ -1379,8 +1376,10 @@ export interface CreatePolicyVersionRequest {
|
|
|
1379
1376
|
export interface PolicyVersion {
|
|
1380
1377
|
/**
|
|
1381
1378
|
* <p>The policy document.</p>
|
|
1382
|
-
* <p>The policy document is returned in the response to the <a>GetPolicyVersion</a> and
|
|
1383
|
-
*
|
|
1379
|
+
* <p>The policy document is returned in the response to the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html">GetPolicyVersion</a> and
|
|
1380
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operations. It is not returned in the response
|
|
1381
|
+
* to the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html">CreatePolicyVersion</a>
|
|
1382
|
+
* or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html">ListPolicyVersions</a> operations. </p>
|
|
1384
1383
|
* <p>The policy document returned in this structure is URL-encoded compliant with <a href="https://tools.ietf.org/html/rfc3986">RFC 3986</a>. You can use a URL decoding
|
|
1385
1384
|
* method to convert the policy back to plain JSON text. For example, if you use Java, you can
|
|
1386
1385
|
* use the <code>decode</code> method of the <code>java.net.URLDecoder</code> utility class in
|
|
@@ -1408,8 +1407,8 @@ export interface PolicyVersion {
|
|
|
1408
1407
|
CreateDate?: Date | undefined;
|
|
1409
1408
|
}
|
|
1410
1409
|
/**
|
|
1411
|
-
* <p>Contains the response to a successful <a>CreatePolicyVersion</a>
|
|
1412
|
-
*
|
|
1410
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html">CreatePolicyVersion</a>
|
|
1411
|
+
* request. </p>
|
|
1413
1412
|
* @public
|
|
1414
1413
|
*/
|
|
1415
1414
|
export interface CreatePolicyVersionResponse {
|
|
@@ -1519,7 +1518,7 @@ export interface CreateRoleRequest {
|
|
|
1519
1518
|
Tags?: Tag[] | undefined;
|
|
1520
1519
|
}
|
|
1521
1520
|
/**
|
|
1522
|
-
* <p>Contains the response to a successful <a>CreateRole</a> request. </p>
|
|
1521
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html">CreateRole</a> request. </p>
|
|
1523
1522
|
* @public
|
|
1524
1523
|
*/
|
|
1525
1524
|
export interface CreateRoleResponse {
|
|
@@ -1577,8 +1576,8 @@ export interface CreateSAMLProviderRequest {
|
|
|
1577
1576
|
AddPrivateKey?: string | undefined;
|
|
1578
1577
|
}
|
|
1579
1578
|
/**
|
|
1580
|
-
* <p>Contains the response to a successful <a>CreateSAMLProvider</a>
|
|
1581
|
-
*
|
|
1579
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateSAMLProvider.html">CreateSAMLProvider</a>
|
|
1580
|
+
* request. </p>
|
|
1582
1581
|
* @public
|
|
1583
1582
|
*/
|
|
1584
1583
|
export interface CreateSAMLProviderResponse {
|
|
@@ -1635,8 +1634,8 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
1635
1634
|
*/
|
|
1636
1635
|
export interface CreateServiceLinkedRoleResponse {
|
|
1637
1636
|
/**
|
|
1638
|
-
* <p>A <a>Role</a>
|
|
1639
|
-
* role.</p>
|
|
1637
|
+
* <p>A <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_Role.html">Role</a>
|
|
1638
|
+
* object that contains details about the newly created role.</p>
|
|
1640
1639
|
* @public
|
|
1641
1640
|
*/
|
|
1642
1641
|
Role?: Role | undefined;
|
|
@@ -1661,6 +1660,13 @@ export interface CreateServiceSpecificCredentialRequest {
|
|
|
1661
1660
|
* @public
|
|
1662
1661
|
*/
|
|
1663
1662
|
ServiceName: string | undefined;
|
|
1663
|
+
/**
|
|
1664
|
+
* <p>The number of days until the service specific credential expires. This field is only
|
|
1665
|
+
* valid for Bedrock API keys and must be a positive integer. When not specified, the
|
|
1666
|
+
* credential will not expire.</p>
|
|
1667
|
+
* @public
|
|
1668
|
+
*/
|
|
1669
|
+
CredentialAgeDays?: number | undefined;
|
|
1664
1670
|
}
|
|
1665
1671
|
/**
|
|
1666
1672
|
* <p>Contains the details of a service-specific credential.</p>
|
|
@@ -1673,6 +1679,12 @@ export interface ServiceSpecificCredential {
|
|
|
1673
1679
|
* @public
|
|
1674
1680
|
*/
|
|
1675
1681
|
CreateDate: Date | undefined;
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>The date and time when the service specific credential expires. This field is only
|
|
1684
|
+
* present for Bedrock API keys that were created with an expiration period.</p>
|
|
1685
|
+
* @public
|
|
1686
|
+
*/
|
|
1687
|
+
ExpirationDate?: Date | undefined;
|
|
1676
1688
|
/**
|
|
1677
1689
|
* <p>The name of the service associated with the service-specific credential.</p>
|
|
1678
1690
|
* @public
|
|
@@ -1685,12 +1697,25 @@ export interface ServiceSpecificCredential {
|
|
|
1685
1697
|
* user.</p>
|
|
1686
1698
|
* @public
|
|
1687
1699
|
*/
|
|
1688
|
-
ServiceUserName
|
|
1700
|
+
ServiceUserName?: string | undefined;
|
|
1689
1701
|
/**
|
|
1690
1702
|
* <p>The generated password for the service-specific credential.</p>
|
|
1691
1703
|
* @public
|
|
1692
1704
|
*/
|
|
1693
|
-
ServicePassword
|
|
1705
|
+
ServicePassword?: string | undefined;
|
|
1706
|
+
/**
|
|
1707
|
+
* <p>For Bedrock API keys, this is the public portion of the credential that includes the IAM
|
|
1708
|
+
* user name and a suffix containing version and creation information.</p>
|
|
1709
|
+
* @public
|
|
1710
|
+
*/
|
|
1711
|
+
ServiceCredentialAlias?: string | undefined;
|
|
1712
|
+
/**
|
|
1713
|
+
* <p>For Bedrock API keys, this is the secret portion of the credential that should be used
|
|
1714
|
+
* to authenticate API calls. This value is returned only when the credential is
|
|
1715
|
+
* created.</p>
|
|
1716
|
+
* @public
|
|
1717
|
+
*/
|
|
1718
|
+
ServiceCredentialSecret?: string | undefined;
|
|
1694
1719
|
/**
|
|
1695
1720
|
* <p>The unique identifier for the service-specific credential.</p>
|
|
1696
1721
|
* @public
|
|
@@ -1717,7 +1742,7 @@ export interface CreateServiceSpecificCredentialResponse {
|
|
|
1717
1742
|
* credential.</p>
|
|
1718
1743
|
* <important>
|
|
1719
1744
|
* <p>This is the only time that the password for this credential set is available. It
|
|
1720
|
-
* cannot be recovered later. Instead, you must reset the password with <a>ResetServiceSpecificCredential</a>.</p>
|
|
1745
|
+
* cannot be recovered later. Instead, you must reset the password with <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html">ResetServiceSpecificCredential</a>.</p>
|
|
1721
1746
|
* </important>
|
|
1722
1747
|
* @public
|
|
1723
1748
|
*/
|
|
@@ -1789,17 +1814,17 @@ export interface CreateUserRequest {
|
|
|
1789
1814
|
* <ul>
|
|
1790
1815
|
* <li>
|
|
1791
1816
|
* <p>
|
|
1792
|
-
* <a>CreateUser</a>
|
|
1817
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html">CreateUser</a>
|
|
1793
1818
|
* </p>
|
|
1794
1819
|
* </li>
|
|
1795
1820
|
* <li>
|
|
1796
1821
|
* <p>
|
|
1797
|
-
* <a>GetUser</a>
|
|
1822
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html">GetUser</a>
|
|
1798
1823
|
* </p>
|
|
1799
1824
|
* </li>
|
|
1800
1825
|
* <li>
|
|
1801
1826
|
* <p>
|
|
1802
|
-
* <a>ListUsers</a>
|
|
1827
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html">ListUsers</a>
|
|
1803
1828
|
* </p>
|
|
1804
1829
|
* </li>
|
|
1805
1830
|
* </ul>
|
|
@@ -1858,7 +1883,8 @@ export interface User {
|
|
|
1858
1883
|
* <p>A null value does not mean that the user <i>never</i> had a password.
|
|
1859
1884
|
* Also, if the user does not currently have a password but had one in the past, then this
|
|
1860
1885
|
* field contains the date and time the most recent password was used.</p>
|
|
1861
|
-
* <p>This value is returned only in the <a>GetUser</a> and <a>ListUsers</a>
|
|
1886
|
+
* <p>This value is returned only in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html">GetUser</a> and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html">ListUsers</a>
|
|
1887
|
+
* operations. </p>
|
|
1862
1888
|
* @public
|
|
1863
1889
|
*/
|
|
1864
1890
|
PasswordLastUsed?: Date | undefined;
|
|
@@ -1876,7 +1902,7 @@ export interface User {
|
|
|
1876
1902
|
Tags?: Tag[] | undefined;
|
|
1877
1903
|
}
|
|
1878
1904
|
/**
|
|
1879
|
-
* <p>Contains the response to a successful <a>CreateUser</a> request. </p>
|
|
1905
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html">CreateUser</a> request. </p>
|
|
1880
1906
|
* @public
|
|
1881
1907
|
*/
|
|
1882
1908
|
export interface CreateUserResponse {
|
|
@@ -1964,8 +1990,8 @@ export interface VirtualMFADevice {
|
|
|
1964
1990
|
Tags?: Tag[] | undefined;
|
|
1965
1991
|
}
|
|
1966
1992
|
/**
|
|
1967
|
-
* <p>Contains the response to a successful <a>CreateVirtualMFADevice</a>
|
|
1968
|
-
*
|
|
1993
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateVirtualMFADevice.html">CreateVirtualMFADevice</a>
|
|
1994
|
+
* request. </p>
|
|
1969
1995
|
* @public
|
|
1970
1996
|
*/
|
|
1971
1997
|
export interface CreateVirtualMFADeviceResponse {
|
|
@@ -2110,7 +2136,7 @@ export interface DeleteLoginProfileRequest {
|
|
|
2110
2136
|
export interface DeleteOpenIDConnectProviderRequest {
|
|
2111
2137
|
/**
|
|
2112
2138
|
* <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to
|
|
2113
|
-
* delete. You can get a list of OpenID Connect provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p>
|
|
2139
|
+
* delete. You can get a list of OpenID Connect provider resource ARNs by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
|
|
2114
2140
|
* @public
|
|
2115
2141
|
*/
|
|
2116
2142
|
OpenIDConnectProviderArn: string | undefined;
|
|
@@ -2250,7 +2276,7 @@ export interface DeleteServiceSpecificCredentialRequest {
|
|
|
2250
2276
|
UserName?: string | undefined;
|
|
2251
2277
|
/**
|
|
2252
2278
|
* <p>The unique identifier of the service-specific credential. You can get this value by
|
|
2253
|
-
* calling <a>ListServiceSpecificCredentials</a>.</p>
|
|
2279
|
+
* calling <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServiceSpecificCredentials.html">ListServiceSpecificCredentials</a>.</p>
|
|
2254
2280
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
|
|
2255
2281
|
* consist of any upper or lowercased letter or digit.</p>
|
|
2256
2282
|
* @public
|
|
@@ -2455,7 +2481,7 @@ export declare class OrganizationNotFoundException extends __BaseException {
|
|
|
2455
2481
|
/**
|
|
2456
2482
|
* <p>The request was rejected because your organization does not have All features enabled. For
|
|
2457
2483
|
* more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set">Available feature sets</a> in the <i>Organizations User
|
|
2458
|
-
*
|
|
2484
|
+
* Guide</i>.</p>
|
|
2459
2485
|
* @public
|
|
2460
2486
|
*/
|
|
2461
2487
|
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
@@ -2631,8 +2657,7 @@ export declare const ReportStateType: {
|
|
|
2631
2657
|
*/
|
|
2632
2658
|
export type ReportStateType = (typeof ReportStateType)[keyof typeof ReportStateType];
|
|
2633
2659
|
/**
|
|
2634
|
-
* <p>Contains the response to a successful <a>GenerateCredentialReport</a>
|
|
2635
|
-
* request. </p>
|
|
2660
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html">GenerateCredentialReport</a> request. </p>
|
|
2636
2661
|
* @public
|
|
2637
2662
|
*/
|
|
2638
2663
|
export interface GenerateCredentialReportResponse {
|
|
@@ -2675,7 +2700,7 @@ export interface GenerateOrganizationsAccessReportRequest {
|
|
|
2675
2700
|
*/
|
|
2676
2701
|
export interface GenerateOrganizationsAccessReportResponse {
|
|
2677
2702
|
/**
|
|
2678
|
-
* <p>The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.</p>
|
|
2703
|
+
* <p>The job identifier that you can use in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html">GetOrganizationsAccessReport</a> operation.</p>
|
|
2679
2704
|
* @public
|
|
2680
2705
|
*/
|
|
2681
2706
|
JobId?: string | undefined;
|
|
@@ -2719,7 +2744,7 @@ export interface GenerateServiceLastAccessedDetailsRequest {
|
|
|
2719
2744
|
*/
|
|
2720
2745
|
export interface GenerateServiceLastAccessedDetailsResponse {
|
|
2721
2746
|
/**
|
|
2722
|
-
* <p>The <code>JobId</code> that you can use in the <a>GetServiceLastAccessedDetails</a> or <a>GetServiceLastAccessedDetailsWithEntities</a> operations. The
|
|
2747
|
+
* <p>The <code>JobId</code> that you can use in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html">GetServiceLastAccessedDetails</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html">GetServiceLastAccessedDetailsWithEntities</a> operations. The
|
|
2723
2748
|
* <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must
|
|
2724
2749
|
* be used by the same role within a session, or by the same user when used to call
|
|
2725
2750
|
* <code>GetServiceLastAccessedDetail</code>.</p>
|
|
@@ -2740,9 +2765,9 @@ export interface GetAccessKeyLastUsedRequest {
|
|
|
2740
2765
|
AccessKeyId: string | undefined;
|
|
2741
2766
|
}
|
|
2742
2767
|
/**
|
|
2743
|
-
* <p>Contains the response to a successful <a>GetAccessKeyLastUsed</a>
|
|
2744
|
-
* It is also returned as a member of the <a>AccessKeyMetaData</a> structure
|
|
2745
|
-
* by the <a>ListAccessKeys</a> action.</p>
|
|
2768
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccessKeyLastUsed.html">GetAccessKeyLastUsed</a>
|
|
2769
|
+
* request. It is also returned as a member of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_AccessKeyMetaData.html">AccessKeyMetaData</a> structure
|
|
2770
|
+
* returned by the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html">ListAccessKeys</a> action.</p>
|
|
2746
2771
|
* @public
|
|
2747
2772
|
*/
|
|
2748
2773
|
export interface GetAccessKeyLastUsedResponse {
|
|
@@ -2809,7 +2834,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2809
2834
|
}
|
|
2810
2835
|
/**
|
|
2811
2836
|
* <p>Contains information about an IAM policy, including the policy document.</p>
|
|
2812
|
-
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2837
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operation.</p>
|
|
2813
2838
|
* @public
|
|
2814
2839
|
*/
|
|
2815
2840
|
export interface PolicyDetail {
|
|
@@ -2826,7 +2851,7 @@ export interface PolicyDetail {
|
|
|
2826
2851
|
}
|
|
2827
2852
|
/**
|
|
2828
2853
|
* <p>Contains information about an IAM group, including all of the group's policies.</p>
|
|
2829
|
-
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2854
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operation.</p>
|
|
2830
2855
|
* @public
|
|
2831
2856
|
*/
|
|
2832
2857
|
export interface GroupDetail {
|
|
@@ -2876,7 +2901,7 @@ export interface GroupDetail {
|
|
|
2876
2901
|
* <p>Contains information about a managed policy, including the policy's ARN, versions, and
|
|
2877
2902
|
* the number of principal entities (users, groups, and roles) that the policy is attached
|
|
2878
2903
|
* to.</p>
|
|
2879
|
-
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2904
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operation.</p>
|
|
2880
2905
|
* <p>For more information about managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
2881
2906
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
2882
2907
|
* @public
|
|
@@ -2963,7 +2988,7 @@ export interface ManagedPolicyDetail {
|
|
|
2963
2988
|
}
|
|
2964
2989
|
/**
|
|
2965
2990
|
* <p>Contains information about an IAM role, including all of the role's policies.</p>
|
|
2966
|
-
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2991
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operation.</p>
|
|
2967
2992
|
* @public
|
|
2968
2993
|
*/
|
|
2969
2994
|
export interface RoleDetail {
|
|
@@ -3047,7 +3072,7 @@ export interface RoleDetail {
|
|
|
3047
3072
|
/**
|
|
3048
3073
|
* <p>Contains information about an IAM user, including all the user's policies and all the
|
|
3049
3074
|
* IAM groups the user is in.</p>
|
|
3050
|
-
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
3075
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> operation.</p>
|
|
3051
3076
|
* @public
|
|
3052
3077
|
*/
|
|
3053
3078
|
export interface UserDetail {
|
|
@@ -3112,8 +3137,7 @@ export interface UserDetail {
|
|
|
3112
3137
|
Tags?: Tag[] | undefined;
|
|
3113
3138
|
}
|
|
3114
3139
|
/**
|
|
3115
|
-
* <p>Contains the response to a successful <a>GetAccountAuthorizationDetails</a>
|
|
3116
|
-
* request. </p>
|
|
3140
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html">GetAccountAuthorizationDetails</a> request. </p>
|
|
3117
3141
|
* @public
|
|
3118
3142
|
*/
|
|
3119
3143
|
export interface GetAccountAuthorizationDetailsResponse {
|
|
@@ -3157,7 +3181,7 @@ export interface GetAccountAuthorizationDetailsResponse {
|
|
|
3157
3181
|
}
|
|
3158
3182
|
/**
|
|
3159
3183
|
* <p>Contains information about the account password policy.</p>
|
|
3160
|
-
* <p> This data type is used as a response element in the <a>GetAccountPasswordPolicy</a> operation. </p>
|
|
3184
|
+
* <p> This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountPasswordPolicy.html">GetAccountPasswordPolicy</a> operation. </p>
|
|
3161
3185
|
* @public
|
|
3162
3186
|
*/
|
|
3163
3187
|
export interface PasswordPolicy {
|
|
@@ -3229,8 +3253,7 @@ export interface PasswordPolicy {
|
|
|
3229
3253
|
HardExpiry?: boolean | undefined;
|
|
3230
3254
|
}
|
|
3231
3255
|
/**
|
|
3232
|
-
* <p>Contains the response to a successful <a>GetAccountPasswordPolicy</a>
|
|
3233
|
-
* request. </p>
|
|
3256
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountPasswordPolicy.html">GetAccountPasswordPolicy</a> request. </p>
|
|
3234
3257
|
* @public
|
|
3235
3258
|
*/
|
|
3236
3259
|
export interface GetAccountPasswordPolicyResponse {
|
|
@@ -3278,7 +3301,7 @@ export declare const SummaryKeyType: {
|
|
|
3278
3301
|
*/
|
|
3279
3302
|
export type SummaryKeyType = (typeof SummaryKeyType)[keyof typeof SummaryKeyType];
|
|
3280
3303
|
/**
|
|
3281
|
-
* <p>Contains the response to a successful <a>GetAccountSummary</a> request.
|
|
3304
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountSummary.html">GetAccountSummary</a> request.
|
|
3282
3305
|
* </p>
|
|
3283
3306
|
* @public
|
|
3284
3307
|
*/
|
|
@@ -3319,7 +3342,7 @@ export interface GetContextKeysForCustomPolicyRequest {
|
|
|
3319
3342
|
PolicyInputList: string[] | undefined;
|
|
3320
3343
|
}
|
|
3321
3344
|
/**
|
|
3322
|
-
* <p>Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. </p>
|
|
3345
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html">GetContextKeysForPrincipalPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html">GetContextKeysForCustomPolicy</a> request. </p>
|
|
3323
3346
|
* @public
|
|
3324
3347
|
*/
|
|
3325
3348
|
export interface GetContextKeysForPolicyResponse {
|
|
@@ -3370,9 +3393,9 @@ export interface GetContextKeysForPrincipalPolicyRequest {
|
|
|
3370
3393
|
}
|
|
3371
3394
|
/**
|
|
3372
3395
|
* <p>The request was rejected because the most recent credential report has expired. To
|
|
3373
|
-
* generate a new credential report, use <a>GenerateCredentialReport</a>. For more
|
|
3374
|
-
*
|
|
3375
|
-
*
|
|
3396
|
+
* generate a new credential report, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html">GenerateCredentialReport</a>. For more information about credential report expiration,
|
|
3397
|
+
* see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting
|
|
3398
|
+
* credential reports</a> in the <i>IAM User Guide</i>.</p>
|
|
3376
3399
|
* @public
|
|
3377
3400
|
*/
|
|
3378
3401
|
export declare class CredentialReportExpiredException extends __BaseException {
|
|
@@ -3385,7 +3408,7 @@ export declare class CredentialReportExpiredException extends __BaseException {
|
|
|
3385
3408
|
}
|
|
3386
3409
|
/**
|
|
3387
3410
|
* <p>The request was rejected because the credential report does not exist. To generate a
|
|
3388
|
-
* credential report, use <a>GenerateCredentialReport</a>.</p>
|
|
3411
|
+
* credential report, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html">GenerateCredentialReport</a>.</p>
|
|
3389
3412
|
* @public
|
|
3390
3413
|
*/
|
|
3391
3414
|
export declare class CredentialReportNotPresentException extends __BaseException {
|
|
@@ -3420,8 +3443,8 @@ export declare const ReportFormatType: {
|
|
|
3420
3443
|
*/
|
|
3421
3444
|
export type ReportFormatType = (typeof ReportFormatType)[keyof typeof ReportFormatType];
|
|
3422
3445
|
/**
|
|
3423
|
-
* <p>Contains the response to a successful <a>GetCredentialReport</a>
|
|
3424
|
-
*
|
|
3446
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetCredentialReport.html">GetCredentialReport</a>
|
|
3447
|
+
* request. </p>
|
|
3425
3448
|
* @public
|
|
3426
3449
|
*/
|
|
3427
3450
|
export interface GetCredentialReportResponse {
|
|
@@ -3474,7 +3497,7 @@ export interface GetGroupRequest {
|
|
|
3474
3497
|
MaxItems?: number | undefined;
|
|
3475
3498
|
}
|
|
3476
3499
|
/**
|
|
3477
|
-
* <p>Contains the response to a successful <a>GetGroup</a> request. </p>
|
|
3500
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroup.html">GetGroup</a> request. </p>
|
|
3478
3501
|
* @public
|
|
3479
3502
|
*/
|
|
3480
3503
|
export interface GetGroupResponse {
|
|
@@ -3526,7 +3549,7 @@ export interface GetGroupPolicyRequest {
|
|
|
3526
3549
|
PolicyName: string | undefined;
|
|
3527
3550
|
}
|
|
3528
3551
|
/**
|
|
3529
|
-
* <p>Contains the response to a successful <a>GetGroupPolicy</a> request.
|
|
3552
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroupPolicy.html">GetGroupPolicy</a> request.
|
|
3530
3553
|
* </p>
|
|
3531
3554
|
* @public
|
|
3532
3555
|
*/
|
|
@@ -3563,8 +3586,8 @@ export interface GetInstanceProfileRequest {
|
|
|
3563
3586
|
InstanceProfileName: string | undefined;
|
|
3564
3587
|
}
|
|
3565
3588
|
/**
|
|
3566
|
-
* <p>Contains the response to a successful <a>GetInstanceProfile</a>
|
|
3567
|
-
*
|
|
3589
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html">GetInstanceProfile</a>
|
|
3590
|
+
* request. </p>
|
|
3568
3591
|
* @public
|
|
3569
3592
|
*/
|
|
3570
3593
|
export interface GetInstanceProfileResponse {
|
|
@@ -3590,7 +3613,7 @@ export interface GetLoginProfileRequest {
|
|
|
3590
3613
|
UserName?: string | undefined;
|
|
3591
3614
|
}
|
|
3592
3615
|
/**
|
|
3593
|
-
* <p>Contains the response to a successful <a>GetLoginProfile</a> request.
|
|
3616
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetLoginProfile.html">GetLoginProfile</a> request.
|
|
3594
3617
|
* </p>
|
|
3595
3618
|
* @public
|
|
3596
3619
|
*/
|
|
@@ -3652,33 +3675,32 @@ export interface GetMFADeviceResponse {
|
|
|
3652
3675
|
export interface GetOpenIDConnectProviderRequest {
|
|
3653
3676
|
/**
|
|
3654
3677
|
* <p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get
|
|
3655
|
-
* information for. You can get a list of OIDC provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p>
|
|
3678
|
+
* information for. You can get a list of OIDC provider resource ARNs by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
|
|
3656
3679
|
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3657
3680
|
* @public
|
|
3658
3681
|
*/
|
|
3659
3682
|
OpenIDConnectProviderArn: string | undefined;
|
|
3660
3683
|
}
|
|
3661
3684
|
/**
|
|
3662
|
-
* <p>Contains the response to a successful <a>GetOpenIDConnectProvider</a>
|
|
3663
|
-
* request. </p>
|
|
3685
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOpenIDConnectProvider.html">GetOpenIDConnectProvider</a> request. </p>
|
|
3664
3686
|
* @public
|
|
3665
3687
|
*/
|
|
3666
3688
|
export interface GetOpenIDConnectProviderResponse {
|
|
3667
3689
|
/**
|
|
3668
3690
|
* <p>The URL that the IAM OIDC provider resource object is associated with. For more
|
|
3669
|
-
* information, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
3691
|
+
* information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>.</p>
|
|
3670
3692
|
* @public
|
|
3671
3693
|
*/
|
|
3672
3694
|
Url?: string | undefined;
|
|
3673
3695
|
/**
|
|
3674
3696
|
* <p>A list of client IDs (also known as audiences) that are associated with the specified
|
|
3675
|
-
* IAM OIDC provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
3697
|
+
* IAM OIDC provider resource object. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>.</p>
|
|
3676
3698
|
* @public
|
|
3677
3699
|
*/
|
|
3678
3700
|
ClientIDList?: string[] | undefined;
|
|
3679
3701
|
/**
|
|
3680
3702
|
* <p>A list of certificate thumbprints that are associated with the specified IAM OIDC
|
|
3681
|
-
* provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>. </p>
|
|
3703
|
+
* provider resource object. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>. </p>
|
|
3682
3704
|
* @public
|
|
3683
3705
|
*/
|
|
3684
3706
|
ThumbprintList?: string[] | undefined;
|
|
@@ -3715,7 +3737,7 @@ export type SortKeyType = (typeof SortKeyType)[keyof typeof SortKeyType];
|
|
|
3715
3737
|
*/
|
|
3716
3738
|
export interface GetOrganizationsAccessReportRequest {
|
|
3717
3739
|
/**
|
|
3718
|
-
* <p>The identifier of the request generated by the <a>GenerateOrganizationsAccessReport</a> operation.</p>
|
|
3740
|
+
* <p>The identifier of the request generated by the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateOrganizationsAccessReport.html">GenerateOrganizationsAccessReport</a> operation.</p>
|
|
3719
3741
|
* @public
|
|
3720
3742
|
*/
|
|
3721
3743
|
JobId: string | undefined;
|
|
@@ -3749,7 +3771,7 @@ export interface GetOrganizationsAccessReportRequest {
|
|
|
3749
3771
|
}
|
|
3750
3772
|
/**
|
|
3751
3773
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
3752
|
-
* <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
3774
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html">GetOrganizationsAccessReport</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html">GetServiceLastAccessedDetails</a>, and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html">GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
3753
3775
|
* @public
|
|
3754
3776
|
*/
|
|
3755
3777
|
export interface ErrorDetails {
|
|
@@ -3837,7 +3859,7 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
3837
3859
|
Marker?: string | undefined;
|
|
3838
3860
|
/**
|
|
3839
3861
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
3840
|
-
* <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
3862
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html">GetOrganizationsAccessReport</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html">GetServiceLastAccessedDetails</a>, and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html">GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
3841
3863
|
* @public
|
|
3842
3864
|
*/
|
|
3843
3865
|
ErrorDetails?: ErrorDetails | undefined;
|
|
@@ -3855,7 +3877,7 @@ export interface GetPolicyRequest {
|
|
|
3855
3877
|
PolicyArn: string | undefined;
|
|
3856
3878
|
}
|
|
3857
3879
|
/**
|
|
3858
|
-
* <p>Contains the response to a successful <a>GetPolicy</a> request. </p>
|
|
3880
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html">GetPolicy</a> request. </p>
|
|
3859
3881
|
* @public
|
|
3860
3882
|
*/
|
|
3861
3883
|
export interface GetPolicyResponse {
|
|
@@ -3886,7 +3908,7 @@ export interface GetPolicyVersionRequest {
|
|
|
3886
3908
|
VersionId: string | undefined;
|
|
3887
3909
|
}
|
|
3888
3910
|
/**
|
|
3889
|
-
* <p>Contains the response to a successful <a>GetPolicyVersion</a> request.
|
|
3911
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html">GetPolicyVersion</a> request.
|
|
3890
3912
|
* </p>
|
|
3891
3913
|
* @public
|
|
3892
3914
|
*/
|
|
@@ -3910,7 +3932,7 @@ export interface GetRoleRequest {
|
|
|
3910
3932
|
RoleName: string | undefined;
|
|
3911
3933
|
}
|
|
3912
3934
|
/**
|
|
3913
|
-
* <p>Contains the response to a successful <a>GetRole</a> request. </p>
|
|
3935
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRole.html">GetRole</a> request. </p>
|
|
3914
3936
|
* @public
|
|
3915
3937
|
*/
|
|
3916
3938
|
export interface GetRoleResponse {
|
|
@@ -3940,8 +3962,7 @@ export interface GetRolePolicyRequest {
|
|
|
3940
3962
|
PolicyName: string | undefined;
|
|
3941
3963
|
}
|
|
3942
3964
|
/**
|
|
3943
|
-
* <p>Contains the response to a successful <a>GetRolePolicy</a> request.
|
|
3944
|
-
* </p>
|
|
3965
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRolePolicy.html">GetRolePolicy</a> request. </p>
|
|
3945
3966
|
* @public
|
|
3946
3967
|
*/
|
|
3947
3968
|
export interface GetRolePolicyResponse {
|
|
@@ -3978,7 +3999,8 @@ export interface GetSAMLProviderRequest {
|
|
|
3978
3999
|
}
|
|
3979
4000
|
/**
|
|
3980
4001
|
* <p>Contains the private keys for the SAML provider.</p>
|
|
3981
|
-
* <p>This data type is used as a response element in the <a>GetSAMLProvider</a>
|
|
4002
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSAMLProvider.html">GetSAMLProvider</a>
|
|
4003
|
+
* operation.</p>
|
|
3982
4004
|
* @public
|
|
3983
4005
|
*/
|
|
3984
4006
|
export interface SAMLPrivateKey {
|
|
@@ -3995,7 +4017,7 @@ export interface SAMLPrivateKey {
|
|
|
3995
4017
|
Timestamp?: Date | undefined;
|
|
3996
4018
|
}
|
|
3997
4019
|
/**
|
|
3998
|
-
* <p>Contains the response to a successful <a>GetSAMLProvider</a> request.
|
|
4020
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSAMLProvider.html">GetSAMLProvider</a> request.
|
|
3999
4021
|
* </p>
|
|
4000
4022
|
* @public
|
|
4001
4023
|
*/
|
|
@@ -4053,8 +4075,7 @@ export interface GetServerCertificateRequest {
|
|
|
4053
4075
|
/**
|
|
4054
4076
|
* <p>Contains information about a server certificate without its certificate body,
|
|
4055
4077
|
* certificate chain, and private key.</p>
|
|
4056
|
-
* <p> This data type is used as a response element in the <a>UploadServerCertificate</a> and <a>ListServerCertificates</a>
|
|
4057
|
-
* operations. </p>
|
|
4078
|
+
* <p> This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadServerCertificate.html">UploadServerCertificate</a> and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificates.html">ListServerCertificates</a> operations. </p>
|
|
4058
4079
|
* @public
|
|
4059
4080
|
*/
|
|
4060
4081
|
export interface ServerCertificateMetadata {
|
|
@@ -4095,7 +4116,8 @@ export interface ServerCertificateMetadata {
|
|
|
4095
4116
|
}
|
|
4096
4117
|
/**
|
|
4097
4118
|
* <p>Contains information about a server certificate.</p>
|
|
4098
|
-
* <p> This data type is used as a response element in the <a>GetServerCertificate</a>
|
|
4119
|
+
* <p> This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServerCertificate.html">GetServerCertificate</a>
|
|
4120
|
+
* operation. </p>
|
|
4099
4121
|
* @public
|
|
4100
4122
|
*/
|
|
4101
4123
|
export interface ServerCertificate {
|
|
@@ -4123,8 +4145,8 @@ export interface ServerCertificate {
|
|
|
4123
4145
|
Tags?: Tag[] | undefined;
|
|
4124
4146
|
}
|
|
4125
4147
|
/**
|
|
4126
|
-
* <p>Contains the response to a successful <a>GetServerCertificate</a>
|
|
4127
|
-
*
|
|
4148
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServerCertificate.html">GetServerCertificate</a>
|
|
4149
|
+
* request. </p>
|
|
4128
4150
|
* @public
|
|
4129
4151
|
*/
|
|
4130
4152
|
export interface GetServerCertificateResponse {
|
|
@@ -4139,7 +4161,7 @@ export interface GetServerCertificateResponse {
|
|
|
4139
4161
|
*/
|
|
4140
4162
|
export interface GetServiceLastAccessedDetailsRequest {
|
|
4141
4163
|
/**
|
|
4142
|
-
* <p>The ID of the request generated by the <a>GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code>
|
|
4164
|
+
* <p>The ID of the request generated by the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateServiceLastAccessedDetails.html">GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code>
|
|
4143
4165
|
* returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role
|
|
4144
4166
|
* within a session, or by the same user when used to call
|
|
4145
4167
|
* <code>GetServiceLastAccessedDetail</code>.</p>
|
|
@@ -4170,7 +4192,7 @@ export interface GetServiceLastAccessedDetailsRequest {
|
|
|
4170
4192
|
/**
|
|
4171
4193
|
* <p>Contains details about the most recent attempt to access an action within the
|
|
4172
4194
|
* service.</p>
|
|
4173
|
-
* <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
|
|
4195
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html">GetServiceLastAccessedDetails</a> operation.</p>
|
|
4174
4196
|
* @public
|
|
4175
4197
|
*/
|
|
4176
4198
|
export interface TrackedActionLastAccessed {
|
|
@@ -4207,7 +4229,7 @@ export interface TrackedActionLastAccessed {
|
|
|
4207
4229
|
}
|
|
4208
4230
|
/**
|
|
4209
4231
|
* <p>Contains details about the most recent attempt to access the service.</p>
|
|
4210
|
-
* <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
|
|
4232
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html">GetServiceLastAccessedDetails</a> operation.</p>
|
|
4211
4233
|
* @public
|
|
4212
4234
|
*/
|
|
4213
4235
|
export interface ServiceLastAccessed {
|
|
@@ -4265,7 +4287,7 @@ export interface ServiceLastAccessed {
|
|
|
4265
4287
|
* <p>This field is null if there no tracked actions or if the principal did not use the
|
|
4266
4288
|
* tracked actions within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>. This field is also null if the report was generated at the
|
|
4267
4289
|
* service level and not the action level. For more information, see the
|
|
4268
|
-
* <code>Granularity</code> field in <a>GenerateServiceLastAccessedDetails</a>.</p>
|
|
4290
|
+
* <code>Granularity</code> field in <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateServiceLastAccessedDetails.html">GenerateServiceLastAccessedDetails</a>.</p>
|
|
4269
4291
|
* @public
|
|
4270
4292
|
*/
|
|
4271
4293
|
TrackedActionsLastAccessed?: TrackedActionLastAccessed[] | undefined;
|
|
@@ -4387,7 +4409,8 @@ export declare const PolicyOwnerEntityType: {
|
|
|
4387
4409
|
export type PolicyOwnerEntityType = (typeof PolicyOwnerEntityType)[keyof typeof PolicyOwnerEntityType];
|
|
4388
4410
|
/**
|
|
4389
4411
|
* <p>Contains details about the specified entity (user or role).</p>
|
|
4390
|
-
* <p>This data type is an element of the <a>EntityDetails</a>
|
|
4412
|
+
* <p>This data type is an element of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EntityDetails.html">EntityDetails</a>
|
|
4413
|
+
* object.</p>
|
|
4391
4414
|
* @public
|
|
4392
4415
|
*/
|
|
4393
4416
|
export interface EntityInfo {
|
|
@@ -4423,7 +4446,7 @@ export interface EntityInfo {
|
|
|
4423
4446
|
/**
|
|
4424
4447
|
* <p>An object that contains details about when the IAM entities (users or roles) were last
|
|
4425
4448
|
* used in an attempt to access the specified Amazon Web Services service.</p>
|
|
4426
|
-
* <p>This data type is a response element in the <a>GetServiceLastAccessedDetailsWithEntities</a> operation.</p>
|
|
4449
|
+
* <p>This data type is a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html">GetServiceLastAccessedDetailsWithEntities</a> operation.</p>
|
|
4427
4450
|
* @public
|
|
4428
4451
|
*/
|
|
4429
4452
|
export interface EntityDetails {
|
|
@@ -4501,7 +4524,7 @@ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
|
|
|
4501
4524
|
*/
|
|
4502
4525
|
export interface GetServiceLinkedRoleDeletionStatusRequest {
|
|
4503
4526
|
/**
|
|
4504
|
-
* <p>The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format
|
|
4527
|
+
* <p>The deletion task identifier. This identifier is returned by the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html">DeleteServiceLinkedRole</a> operation in the format
|
|
4505
4528
|
* <code>task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid></code>.</p>
|
|
4506
4529
|
* @public
|
|
4507
4530
|
*/
|
|
@@ -4510,7 +4533,7 @@ export interface GetServiceLinkedRoleDeletionStatusRequest {
|
|
|
4510
4533
|
/**
|
|
4511
4534
|
* <p>An object that contains details about how a service-linked role is used, if that
|
|
4512
4535
|
* information is returned by the service.</p>
|
|
4513
|
-
* <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
|
|
4536
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLinkedRoleDeletionStatus.html">GetServiceLinkedRoleDeletionStatus</a> operation.</p>
|
|
4514
4537
|
* @public
|
|
4515
4538
|
*/
|
|
4516
4539
|
export interface RoleUsageType {
|
|
@@ -4527,7 +4550,7 @@ export interface RoleUsageType {
|
|
|
4527
4550
|
}
|
|
4528
4551
|
/**
|
|
4529
4552
|
* <p>The reason that the service-linked role deletion failed.</p>
|
|
4530
|
-
* <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
|
|
4553
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLinkedRoleDeletionStatus.html">GetServiceLinkedRoleDeletionStatus</a> operation.</p>
|
|
4531
4554
|
* @public
|
|
4532
4555
|
*/
|
|
4533
4556
|
export interface DeletionTaskFailureReasonType {
|
|
@@ -4616,8 +4639,8 @@ export interface GetSSHPublicKeyRequest {
|
|
|
4616
4639
|
}
|
|
4617
4640
|
/**
|
|
4618
4641
|
* <p>Contains information about an SSH public key.</p>
|
|
4619
|
-
* <p>This data type is used as a response element in the <a>GetSSHPublicKey</a>
|
|
4620
|
-
*
|
|
4642
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSSHPublicKey.html">GetSSHPublicKey</a> and
|
|
4643
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSSHPublicKey.html">UploadSSHPublicKey</a> operations. </p>
|
|
4621
4644
|
* @public
|
|
4622
4645
|
*/
|
|
4623
4646
|
export interface SSHPublicKey {
|
|
@@ -4656,7 +4679,7 @@ export interface SSHPublicKey {
|
|
|
4656
4679
|
UploadDate?: Date | undefined;
|
|
4657
4680
|
}
|
|
4658
4681
|
/**
|
|
4659
|
-
* <p>Contains the response to a successful <a>GetSSHPublicKey</a>
|
|
4682
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSSHPublicKey.html">GetSSHPublicKey</a>
|
|
4660
4683
|
* request.</p>
|
|
4661
4684
|
* @public
|
|
4662
4685
|
*/
|
|
@@ -4694,7 +4717,7 @@ export interface GetUserRequest {
|
|
|
4694
4717
|
UserName?: string | undefined;
|
|
4695
4718
|
}
|
|
4696
4719
|
/**
|
|
4697
|
-
* <p>Contains the response to a successful <a>GetUser</a> request. </p>
|
|
4720
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html">GetUser</a> request. </p>
|
|
4698
4721
|
* @public
|
|
4699
4722
|
*/
|
|
4700
4723
|
export interface GetUserResponse {
|
|
@@ -4739,8 +4762,7 @@ export interface GetUserPolicyRequest {
|
|
|
4739
4762
|
PolicyName: string | undefined;
|
|
4740
4763
|
}
|
|
4741
4764
|
/**
|
|
4742
|
-
* <p>Contains the response to a successful <a>GetUserPolicy</a> request.
|
|
4743
|
-
* </p>
|
|
4765
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html">GetUserPolicy</a> request. </p>
|
|
4744
4766
|
* @public
|
|
4745
4767
|
*/
|
|
4746
4768
|
export interface GetUserPolicyResponse {
|
|
@@ -4796,7 +4818,7 @@ export interface ListAccessKeysRequest {
|
|
|
4796
4818
|
MaxItems?: number | undefined;
|
|
4797
4819
|
}
|
|
4798
4820
|
/**
|
|
4799
|
-
* <p>Contains the response to a successful <a>ListAccessKeys</a> request.
|
|
4821
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html">ListAccessKeys</a> request.
|
|
4800
4822
|
* </p>
|
|
4801
4823
|
* @public
|
|
4802
4824
|
*/
|
|
@@ -4850,8 +4872,8 @@ export interface ListAccountAliasesRequest {
|
|
|
4850
4872
|
MaxItems?: number | undefined;
|
|
4851
4873
|
}
|
|
4852
4874
|
/**
|
|
4853
|
-
* <p>Contains the response to a successful <a>ListAccountAliases</a>
|
|
4854
|
-
*
|
|
4875
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccountAliases.html">ListAccountAliases</a>
|
|
4876
|
+
* request. </p>
|
|
4855
4877
|
* @public
|
|
4856
4878
|
*/
|
|
4857
4879
|
export interface ListAccountAliasesResponse {
|
|
@@ -4922,8 +4944,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4922
4944
|
MaxItems?: number | undefined;
|
|
4923
4945
|
}
|
|
4924
4946
|
/**
|
|
4925
|
-
* <p>Contains the response to a successful <a>ListAttachedGroupPolicies</a>
|
|
4926
|
-
* request. </p>
|
|
4947
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html">ListAttachedGroupPolicies</a> request. </p>
|
|
4927
4948
|
* @public
|
|
4928
4949
|
*/
|
|
4929
4950
|
export interface ListAttachedGroupPoliciesResponse {
|
|
@@ -4993,8 +5014,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4993
5014
|
MaxItems?: number | undefined;
|
|
4994
5015
|
}
|
|
4995
5016
|
/**
|
|
4996
|
-
* <p>Contains the response to a successful <a>ListAttachedRolePolicies</a>
|
|
4997
|
-
* request. </p>
|
|
5017
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html">ListAttachedRolePolicies</a> request. </p>
|
|
4998
5018
|
* @public
|
|
4999
5019
|
*/
|
|
5000
5020
|
export interface ListAttachedRolePoliciesResponse {
|
|
@@ -5064,8 +5084,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
5064
5084
|
MaxItems?: number | undefined;
|
|
5065
5085
|
}
|
|
5066
5086
|
/**
|
|
5067
|
-
* <p>Contains the response to a successful <a>ListAttachedUserPolicies</a>
|
|
5068
|
-
* request. </p>
|
|
5087
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html">ListAttachedUserPolicies</a> request. </p>
|
|
5069
5088
|
* @public
|
|
5070
5089
|
*/
|
|
5071
5090
|
export interface ListAttachedUserPoliciesResponse {
|
|
@@ -5167,7 +5186,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
5167
5186
|
}
|
|
5168
5187
|
/**
|
|
5169
5188
|
* <p>Contains information about a group that a managed policy is attached to.</p>
|
|
5170
|
-
* <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
|
|
5189
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html">ListEntitiesForPolicy</a> operation. </p>
|
|
5171
5190
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
5172
5191
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
5173
5192
|
* @public
|
|
@@ -5188,7 +5207,7 @@ export interface PolicyGroup {
|
|
|
5188
5207
|
}
|
|
5189
5208
|
/**
|
|
5190
5209
|
* <p>Contains information about a role that a managed policy is attached to.</p>
|
|
5191
|
-
* <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
|
|
5210
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html">ListEntitiesForPolicy</a> operation. </p>
|
|
5192
5211
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
5193
5212
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
5194
5213
|
* @public
|
|
@@ -5209,7 +5228,7 @@ export interface PolicyRole {
|
|
|
5209
5228
|
}
|
|
5210
5229
|
/**
|
|
5211
5230
|
* <p>Contains information about a user that a managed policy is attached to.</p>
|
|
5212
|
-
* <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
|
|
5231
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html">ListEntitiesForPolicy</a> operation. </p>
|
|
5213
5232
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
5214
5233
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
5215
5234
|
* @public
|
|
@@ -5229,8 +5248,8 @@ export interface PolicyUser {
|
|
|
5229
5248
|
UserId?: string | undefined;
|
|
5230
5249
|
}
|
|
5231
5250
|
/**
|
|
5232
|
-
* <p>Contains the response to a successful <a>ListEntitiesForPolicy</a>
|
|
5233
|
-
*
|
|
5251
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html">ListEntitiesForPolicy</a>
|
|
5252
|
+
* request. </p>
|
|
5234
5253
|
* @public
|
|
5235
5254
|
*/
|
|
5236
5255
|
export interface ListEntitiesForPolicyResponse {
|
|
@@ -5300,7 +5319,7 @@ export interface ListGroupPoliciesRequest {
|
|
|
5300
5319
|
MaxItems?: number | undefined;
|
|
5301
5320
|
}
|
|
5302
5321
|
/**
|
|
5303
|
-
* <p>Contains the response to a successful <a>ListGroupPolicies</a> request.
|
|
5322
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupPolicies.html">ListGroupPolicies</a> request.
|
|
5304
5323
|
* </p>
|
|
5305
5324
|
* @public
|
|
5306
5325
|
*/
|
|
@@ -5368,7 +5387,7 @@ export interface ListGroupsRequest {
|
|
|
5368
5387
|
MaxItems?: number | undefined;
|
|
5369
5388
|
}
|
|
5370
5389
|
/**
|
|
5371
|
-
* <p>Contains the response to a successful <a>ListGroups</a> request. </p>
|
|
5390
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html">ListGroups</a> request. </p>
|
|
5372
5391
|
* @public
|
|
5373
5392
|
*/
|
|
5374
5393
|
export interface ListGroupsResponse {
|
|
@@ -5428,7 +5447,7 @@ export interface ListGroupsForUserRequest {
|
|
|
5428
5447
|
MaxItems?: number | undefined;
|
|
5429
5448
|
}
|
|
5430
5449
|
/**
|
|
5431
|
-
* <p>Contains the response to a successful <a>ListGroupsForUser</a> request.
|
|
5450
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupsForUser.html">ListGroupsForUser</a> request.
|
|
5432
5451
|
* </p>
|
|
5433
5452
|
* @public
|
|
5434
5453
|
*/
|
|
@@ -5494,8 +5513,8 @@ export interface ListInstanceProfilesRequest {
|
|
|
5494
5513
|
MaxItems?: number | undefined;
|
|
5495
5514
|
}
|
|
5496
5515
|
/**
|
|
5497
|
-
* <p>Contains the response to a successful <a>ListInstanceProfiles</a>
|
|
5498
|
-
*
|
|
5516
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html">ListInstanceProfiles</a>
|
|
5517
|
+
* request. </p>
|
|
5499
5518
|
* @public
|
|
5500
5519
|
*/
|
|
5501
5520
|
export interface ListInstanceProfilesResponse {
|
|
@@ -5555,8 +5574,7 @@ export interface ListInstanceProfilesForRoleRequest {
|
|
|
5555
5574
|
MaxItems?: number | undefined;
|
|
5556
5575
|
}
|
|
5557
5576
|
/**
|
|
5558
|
-
* <p>Contains the response to a successful <a>ListInstanceProfilesForRole</a>
|
|
5559
|
-
* request. </p>
|
|
5577
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfilesForRole.html">ListInstanceProfilesForRole</a> request. </p>
|
|
5560
5578
|
* @public
|
|
5561
5579
|
*/
|
|
5562
5580
|
export interface ListInstanceProfilesForRoleResponse {
|
|
@@ -5676,7 +5694,7 @@ export interface ListMFADevicesRequest {
|
|
|
5676
5694
|
}
|
|
5677
5695
|
/**
|
|
5678
5696
|
* <p>Contains information about an MFA device.</p>
|
|
5679
|
-
* <p>This data type is used as a response element in the <a>ListMFADevices</a>
|
|
5697
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListMFADevices.html">ListMFADevices</a>
|
|
5680
5698
|
* operation.</p>
|
|
5681
5699
|
* @public
|
|
5682
5700
|
*/
|
|
@@ -5699,7 +5717,7 @@ export interface MFADevice {
|
|
|
5699
5717
|
EnableDate: Date | undefined;
|
|
5700
5718
|
}
|
|
5701
5719
|
/**
|
|
5702
|
-
* <p>Contains the response to a successful <a>ListMFADevices</a> request.
|
|
5720
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListMFADevices.html">ListMFADevices</a> request.
|
|
5703
5721
|
* </p>
|
|
5704
5722
|
* @public
|
|
5705
5723
|
*/
|
|
@@ -5806,8 +5824,7 @@ export interface OpenIDConnectProviderListEntry {
|
|
|
5806
5824
|
Arn?: string | undefined;
|
|
5807
5825
|
}
|
|
5808
5826
|
/**
|
|
5809
|
-
* <p>Contains the response to a successful <a>ListOpenIDConnectProviders</a>
|
|
5810
|
-
* request. </p>
|
|
5827
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> request. </p>
|
|
5811
5828
|
* @public
|
|
5812
5829
|
*/
|
|
5813
5830
|
export interface ListOpenIDConnectProvidersResponse {
|
|
@@ -5975,8 +5992,7 @@ export interface ListPoliciesRequest {
|
|
|
5975
5992
|
MaxItems?: number | undefined;
|
|
5976
5993
|
}
|
|
5977
5994
|
/**
|
|
5978
|
-
* <p>Contains the response to a successful <a>ListPolicies</a> request.
|
|
5979
|
-
* </p>
|
|
5995
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html">ListPolicies</a> request. </p>
|
|
5980
5996
|
* @public
|
|
5981
5997
|
*/
|
|
5982
5998
|
export interface ListPoliciesResponse {
|
|
@@ -6048,7 +6064,7 @@ export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
|
|
|
6048
6064
|
/**
|
|
6049
6065
|
* <p>Contains details about the permissions policies that are attached to the specified
|
|
6050
6066
|
* identity (user, group, or role).</p>
|
|
6051
|
-
* <p>This data type is an element of the <a>ListPoliciesGrantingServiceAccessEntry</a> object.</p>
|
|
6067
|
+
* <p>This data type is an element of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPoliciesGrantingServiceAccessEntry.html">ListPoliciesGrantingServiceAccessEntry</a> object.</p>
|
|
6052
6068
|
* @public
|
|
6053
6069
|
*/
|
|
6054
6070
|
export interface PolicyGrantingServiceAccess {
|
|
@@ -6092,7 +6108,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
6092
6108
|
/**
|
|
6093
6109
|
* <p>Contains details about the permissions policies that are attached to the specified
|
|
6094
6110
|
* identity (user, group, or role).</p>
|
|
6095
|
-
* <p>This data type is used as a response element in the <a>ListPoliciesGrantingServiceAccess</a> operation.</p>
|
|
6111
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPoliciesGrantingServiceAccess.html">ListPoliciesGrantingServiceAccess</a> operation.</p>
|
|
6096
6112
|
* @public
|
|
6097
6113
|
*/
|
|
6098
6114
|
export interface ListPoliciesGrantingServiceAccessEntry {
|
|
@@ -6235,8 +6251,8 @@ export interface ListPolicyVersionsRequest {
|
|
|
6235
6251
|
MaxItems?: number | undefined;
|
|
6236
6252
|
}
|
|
6237
6253
|
/**
|
|
6238
|
-
* <p>Contains the response to a successful <a>ListPolicyVersions</a>
|
|
6239
|
-
*
|
|
6254
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html">ListPolicyVersions</a>
|
|
6255
|
+
* request. </p>
|
|
6240
6256
|
* @public
|
|
6241
6257
|
*/
|
|
6242
6258
|
export interface ListPolicyVersionsResponse {
|
|
@@ -6298,7 +6314,7 @@ export interface ListRolePoliciesRequest {
|
|
|
6298
6314
|
MaxItems?: number | undefined;
|
|
6299
6315
|
}
|
|
6300
6316
|
/**
|
|
6301
|
-
* <p>Contains the response to a successful <a>ListRolePolicies</a> request.
|
|
6317
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRolePolicies.html">ListRolePolicies</a> request.
|
|
6302
6318
|
* </p>
|
|
6303
6319
|
* @public
|
|
6304
6320
|
*/
|
|
@@ -6364,7 +6380,7 @@ export interface ListRolesRequest {
|
|
|
6364
6380
|
MaxItems?: number | undefined;
|
|
6365
6381
|
}
|
|
6366
6382
|
/**
|
|
6367
|
-
* <p>Contains the response to a successful <a>ListRoles</a> request. </p>
|
|
6383
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoles.html">ListRoles</a> request. </p>
|
|
6368
6384
|
* @public
|
|
6369
6385
|
*/
|
|
6370
6386
|
export interface ListRolesResponse {
|
|
@@ -6477,7 +6493,7 @@ export interface SAMLProviderListEntry {
|
|
|
6477
6493
|
CreateDate?: Date | undefined;
|
|
6478
6494
|
}
|
|
6479
6495
|
/**
|
|
6480
|
-
* <p>Contains the response to a successful <a>ListSAMLProviders</a> request.
|
|
6496
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSAMLProviders.html">ListSAMLProviders</a> request.
|
|
6481
6497
|
* </p>
|
|
6482
6498
|
* @public
|
|
6483
6499
|
*/
|
|
@@ -6588,8 +6604,8 @@ export interface ListServerCertificatesRequest {
|
|
|
6588
6604
|
MaxItems?: number | undefined;
|
|
6589
6605
|
}
|
|
6590
6606
|
/**
|
|
6591
|
-
* <p>Contains the response to a successful <a>ListServerCertificates</a>
|
|
6592
|
-
*
|
|
6607
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificates.html">ListServerCertificates</a>
|
|
6608
|
+
* request. </p>
|
|
6593
6609
|
* @public
|
|
6594
6610
|
*/
|
|
6595
6611
|
export interface ListServerCertificatesResponse {
|
|
@@ -6695,6 +6711,27 @@ export interface ListServiceSpecificCredentialsRequest {
|
|
|
6695
6711
|
* @public
|
|
6696
6712
|
*/
|
|
6697
6713
|
ServiceName?: string | undefined;
|
|
6714
|
+
/**
|
|
6715
|
+
* <p>A flag indicating whether to list service specific credentials for all users. This
|
|
6716
|
+
* parameter cannot be specified together with UserName. When true, returns all credentials
|
|
6717
|
+
* associated with the specified service.</p>
|
|
6718
|
+
* @public
|
|
6719
|
+
*/
|
|
6720
|
+
AllUsers?: boolean | undefined;
|
|
6721
|
+
/**
|
|
6722
|
+
* <p>Use this parameter only when paginating results and only after you receive a response
|
|
6723
|
+
* indicating that the results are truncated. Set it to the value of the Marker from the
|
|
6724
|
+
* response that you received to indicate where the next call should start.</p>
|
|
6725
|
+
* @public
|
|
6726
|
+
*/
|
|
6727
|
+
Marker?: string | undefined;
|
|
6728
|
+
/**
|
|
6729
|
+
* <p>Use this only when paginating results to indicate the maximum number of items you want
|
|
6730
|
+
* in the response. If additional items exist beyond the maximum you specify, the
|
|
6731
|
+
* IsTruncated response element is true.</p>
|
|
6732
|
+
* @public
|
|
6733
|
+
*/
|
|
6734
|
+
MaxItems?: number | undefined;
|
|
6698
6735
|
}
|
|
6699
6736
|
/**
|
|
6700
6737
|
* <p>Contains additional details about a service-specific credential.</p>
|
|
@@ -6716,13 +6753,25 @@ export interface ServiceSpecificCredentialMetadata {
|
|
|
6716
6753
|
* <p>The generated user name for the service-specific credential.</p>
|
|
6717
6754
|
* @public
|
|
6718
6755
|
*/
|
|
6719
|
-
ServiceUserName
|
|
6756
|
+
ServiceUserName?: string | undefined;
|
|
6757
|
+
/**
|
|
6758
|
+
* <p>For Bedrock API keys, this is the public portion of the credential that includes the IAM
|
|
6759
|
+
* user name and a suffix containing version and creation information.</p>
|
|
6760
|
+
* @public
|
|
6761
|
+
*/
|
|
6762
|
+
ServiceCredentialAlias?: string | undefined;
|
|
6720
6763
|
/**
|
|
6721
6764
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
6722
6765
|
* format</a>, when the service-specific credential were created.</p>
|
|
6723
6766
|
* @public
|
|
6724
6767
|
*/
|
|
6725
6768
|
CreateDate: Date | undefined;
|
|
6769
|
+
/**
|
|
6770
|
+
* <p>The date and time when the service specific credential expires. This field is only
|
|
6771
|
+
* present for Bedrock API keys that were created with an expiration period.</p>
|
|
6772
|
+
* @public
|
|
6773
|
+
*/
|
|
6774
|
+
ExpirationDate?: Date | undefined;
|
|
6726
6775
|
/**
|
|
6727
6776
|
* <p>The unique identifier for the service-specific credential.</p>
|
|
6728
6777
|
* @public
|
|
@@ -6744,6 +6793,19 @@ export interface ListServiceSpecificCredentialsResponse {
|
|
|
6744
6793
|
* @public
|
|
6745
6794
|
*/
|
|
6746
6795
|
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[] | undefined;
|
|
6796
|
+
/**
|
|
6797
|
+
* <p>When IsTruncated is true, this element is present and contains the value to use for
|
|
6798
|
+
* the Marker parameter in a subsequent pagination request.</p>
|
|
6799
|
+
* @public
|
|
6800
|
+
*/
|
|
6801
|
+
Marker?: string | undefined;
|
|
6802
|
+
/**
|
|
6803
|
+
* <p>A flag that indicates whether there are more items to return. If your results were
|
|
6804
|
+
* truncated, you can make a subsequent pagination request using the Marker request
|
|
6805
|
+
* parameter to retrieve more items.</p>
|
|
6806
|
+
* @public
|
|
6807
|
+
*/
|
|
6808
|
+
IsTruncated?: boolean | undefined;
|
|
6747
6809
|
}
|
|
6748
6810
|
/**
|
|
6749
6811
|
* @public
|
|
@@ -6779,8 +6841,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6779
6841
|
}
|
|
6780
6842
|
/**
|
|
6781
6843
|
* <p>Contains information about an X.509 signing certificate.</p>
|
|
6782
|
-
* <p>This data type is used as a response element in the <a>UploadSigningCertificate</a> and <a>ListSigningCertificates</a>
|
|
6783
|
-
* operations. </p>
|
|
6844
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSigningCertificate.html">UploadSigningCertificate</a> and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSigningCertificates.html">ListSigningCertificates</a> operations. </p>
|
|
6784
6845
|
* @public
|
|
6785
6846
|
*/
|
|
6786
6847
|
export interface SigningCertificate {
|
|
@@ -6812,8 +6873,7 @@ export interface SigningCertificate {
|
|
|
6812
6873
|
UploadDate?: Date | undefined;
|
|
6813
6874
|
}
|
|
6814
6875
|
/**
|
|
6815
|
-
* <p>Contains the response to a successful <a>ListSigningCertificates</a>
|
|
6816
|
-
* request. </p>
|
|
6876
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSigningCertificates.html">ListSigningCertificates</a> request. </p>
|
|
6817
6877
|
* @public
|
|
6818
6878
|
*/
|
|
6819
6879
|
export interface ListSigningCertificatesResponse {
|
|
@@ -6877,7 +6937,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6877
6937
|
/**
|
|
6878
6938
|
* <p>Contains information about an SSH public key, without the key's body or
|
|
6879
6939
|
* fingerprint.</p>
|
|
6880
|
-
* <p>This data type is used as a response element in the <a>ListSSHPublicKeys</a>
|
|
6940
|
+
* <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSSHPublicKeys.html">ListSSHPublicKeys</a>
|
|
6881
6941
|
* operation.</p>
|
|
6882
6942
|
* @public
|
|
6883
6943
|
*/
|
|
@@ -6907,7 +6967,7 @@ export interface SSHPublicKeyMetadata {
|
|
|
6907
6967
|
UploadDate: Date | undefined;
|
|
6908
6968
|
}
|
|
6909
6969
|
/**
|
|
6910
|
-
* <p>Contains the response to a successful <a>ListSSHPublicKeys</a>
|
|
6970
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSSHPublicKeys.html">ListSSHPublicKeys</a>
|
|
6911
6971
|
* request.</p>
|
|
6912
6972
|
* @public
|
|
6913
6973
|
*/
|
|
@@ -6968,7 +7028,7 @@ export interface ListUserPoliciesRequest {
|
|
|
6968
7028
|
MaxItems?: number | undefined;
|
|
6969
7029
|
}
|
|
6970
7030
|
/**
|
|
6971
|
-
* <p>Contains the response to a successful <a>ListUserPolicies</a> request.
|
|
7031
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html">ListUserPolicies</a> request.
|
|
6972
7032
|
* </p>
|
|
6973
7033
|
* @public
|
|
6974
7034
|
*/
|
|
@@ -7034,7 +7094,7 @@ export interface ListUsersRequest {
|
|
|
7034
7094
|
MaxItems?: number | undefined;
|
|
7035
7095
|
}
|
|
7036
7096
|
/**
|
|
7037
|
-
* <p>Contains the response to a successful <a>ListUsers</a> request. </p>
|
|
7097
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html">ListUsers</a> request. </p>
|
|
7038
7098
|
* @public
|
|
7039
7099
|
*/
|
|
7040
7100
|
export interface ListUsersResponse {
|
|
@@ -7154,8 +7214,8 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
7154
7214
|
MaxItems?: number | undefined;
|
|
7155
7215
|
}
|
|
7156
7216
|
/**
|
|
7157
|
-
* <p>Contains the response to a successful <a>ListVirtualMFADevices</a>
|
|
7158
|
-
*
|
|
7217
|
+
* <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListVirtualMFADevices.html">ListVirtualMFADevices</a>
|
|
7218
|
+
* request. </p>
|
|
7159
7219
|
* @public
|
|
7160
7220
|
*/
|
|
7161
7221
|
export interface ListVirtualMFADevicesResponse {
|
|
@@ -7366,14 +7426,14 @@ export interface PutUserPolicyRequest {
|
|
|
7366
7426
|
export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
7367
7427
|
/**
|
|
7368
7428
|
* <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the
|
|
7369
|
-
* client ID from. You can get a list of OIDC provider ARNs by using the <a>ListOpenIDConnectProviders</a> operation.</p>
|
|
7429
|
+
* client ID from. You can get a list of OIDC provider ARNs by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
|
|
7370
7430
|
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7371
7431
|
* @public
|
|
7372
7432
|
*/
|
|
7373
7433
|
OpenIDConnectProviderArn: string | undefined;
|
|
7374
7434
|
/**
|
|
7375
7435
|
* <p>The client ID (also known as audience) to remove from the IAM OIDC provider
|
|
7376
|
-
* resource. For more information about client IDs, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
7436
|
+
* resource. For more information about client IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>.</p>
|
|
7377
7437
|
* @public
|
|
7378
7438
|
*/
|
|
7379
7439
|
ClientID: string | undefined;
|
|
@@ -7570,8 +7630,8 @@ export type ContextKeyTypeEnum = (typeof ContextKeyTypeEnum)[keyof typeof Contex
|
|
|
7570
7630
|
* specifies the value (or values, if the context key supports multiple values) to use in the
|
|
7571
7631
|
* simulation. This information is used when evaluating the <code>Condition</code> elements of
|
|
7572
7632
|
* the input policies.</p>
|
|
7573
|
-
* <p>This data type is used as an input parameter to <a>SimulateCustomPolicy</a>
|
|
7574
|
-
* and <a>SimulatePrincipalPolicy</a>.</p>
|
|
7633
|
+
* <p>This data type is used as an input parameter to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
|
|
7634
|
+
* and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a>.</p>
|
|
7575
7635
|
* @public
|
|
7576
7636
|
*/
|
|
7577
7637
|
export interface ContextEntry {
|