@volcengine/organization 1.0.1
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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +525 -0
- package/dist/esm/api.d.ts +540 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +350 -0
- package/dist/esm/types/accept-invitation-request.d.ts +30 -0
- package/dist/esm/types/accept-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/accept-invitation-response.d.ts +20 -0
- package/dist/esm/types/accept-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/accept-quit-application-request.d.ts +35 -0
- package/dist/esm/types/accept-quit-application-request.d.ts.map +1 -0
- package/dist/esm/types/accept-quit-application-response.d.ts +20 -0
- package/dist/esm/types/accept-quit-application-response.d.ts.map +1 -0
- package/dist/esm/types/account-for-describe-account-output.d.ts +115 -0
- package/dist/esm/types/account-for-describe-account-output.d.ts.map +1 -0
- package/dist/esm/types/account-list-for-list-accounts-output.d.ts +126 -0
- package/dist/esm/types/account-list-for-list-accounts-output.d.ts.map +1 -0
- package/dist/esm/types/attach-service-control-policy-request.d.ts +35 -0
- package/dist/esm/types/attach-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/attach-service-control-policy-response.d.ts +20 -0
- package/dist/esm/types/attach-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-request.d.ts +30 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-response.d.ts +20 -0
- package/dist/esm/types/cancel-change-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/cancel-invitation-request.d.ts +25 -0
- package/dist/esm/types/cancel-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/cancel-invitation-response.d.ts +20 -0
- package/dist/esm/types/cancel-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/change-account-secure-contact-info-request.d.ts +35 -0
- package/dist/esm/types/change-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/change-account-secure-contact-info-response.d.ts +20 -0
- package/dist/esm/types/change-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/create-account-request.d.ts +50 -0
- package/dist/esm/types/create-account-request.d.ts.map +1 -0
- package/dist/esm/types/create-account-response.d.ts +25 -0
- package/dist/esm/types/create-account-response.d.ts.map +1 -0
- package/dist/esm/types/create-organization-request.d.ts +20 -0
- package/dist/esm/types/create-organization-request.d.ts.map +1 -0
- package/dist/esm/types/create-organization-response.d.ts +25 -0
- package/dist/esm/types/create-organization-response.d.ts.map +1 -0
- package/dist/esm/types/create-organizational-unit-request.d.ts +35 -0
- package/dist/esm/types/create-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/create-organizational-unit-response.d.ts +25 -0
- package/dist/esm/types/create-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/create-service-control-policy-request.d.ts +35 -0
- package/dist/esm/types/create-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/create-service-control-policy-response.d.ts +50 -0
- package/dist/esm/types/create-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/delete-organization-request.d.ts +20 -0
- package/dist/esm/types/delete-organization-request.d.ts.map +1 -0
- package/dist/esm/types/delete-organization-response.d.ts +20 -0
- package/dist/esm/types/delete-organization-response.d.ts.map +1 -0
- package/dist/esm/types/delete-organizational-unit-request.d.ts +25 -0
- package/dist/esm/types/delete-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/delete-organizational-unit-response.d.ts +20 -0
- package/dist/esm/types/delete-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/delete-service-control-policy-request.d.ts +25 -0
- package/dist/esm/types/delete-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/delete-service-control-policy-response.d.ts +20 -0
- package/dist/esm/types/delete-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/describe-account-invitation-request.d.ts +25 -0
- package/dist/esm/types/describe-account-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/describe-account-invitation-response.d.ts +26 -0
- package/dist/esm/types/describe-account-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/describe-account-request.d.ts +25 -0
- package/dist/esm/types/describe-account-request.d.ts.map +1 -0
- package/dist/esm/types/describe-account-response.d.ts +26 -0
- package/dist/esm/types/describe-account-response.d.ts.map +1 -0
- package/dist/esm/types/describe-organization-request.d.ts +20 -0
- package/dist/esm/types/describe-organization-request.d.ts.map +1 -0
- package/dist/esm/types/describe-organization-response.d.ts +32 -0
- package/dist/esm/types/describe-organization-response.d.ts.map +1 -0
- package/dist/esm/types/describe-organizational-unit-request.d.ts +25 -0
- package/dist/esm/types/describe-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/describe-organizational-unit-response.d.ts +26 -0
- package/dist/esm/types/describe-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/describe-quit-application-request.d.ts +25 -0
- package/dist/esm/types/describe-quit-application-request.d.ts.map +1 -0
- package/dist/esm/types/describe-quit-application-response.d.ts +26 -0
- package/dist/esm/types/describe-quit-application-response.d.ts.map +1 -0
- package/dist/esm/types/detach-service-control-policy-request.d.ts +30 -0
- package/dist/esm/types/detach-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/detach-service-control-policy-response.d.ts +20 -0
- package/dist/esm/types/detach-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/disable-console-login-request.d.ts +25 -0
- package/dist/esm/types/disable-console-login-request.d.ts.map +1 -0
- package/dist/esm/types/disable-console-login-response.d.ts +20 -0
- package/dist/esm/types/disable-console-login-response.d.ts.map +1 -0
- package/dist/esm/types/disable-service-control-policy-request.d.ts +20 -0
- package/dist/esm/types/disable-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/disable-service-control-policy-response.d.ts +25 -0
- package/dist/esm/types/disable-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/enable-console-login-request.d.ts +30 -0
- package/dist/esm/types/enable-console-login-request.d.ts.map +1 -0
- package/dist/esm/types/enable-console-login-response.d.ts +20 -0
- package/dist/esm/types/enable-console-login-response.d.ts.map +1 -0
- package/dist/esm/types/enable-service-control-policy-request.d.ts +20 -0
- package/dist/esm/types/enable-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/enable-service-control-policy-response.d.ts +25 -0
- package/dist/esm/types/enable-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/get-account-secure-contact-info-request.d.ts +25 -0
- package/dist/esm/types/get-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/get-account-secure-contact-info-response.d.ts +50 -0
- package/dist/esm/types/get-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-enablement-request.d.ts +20 -0
- package/dist/esm/types/get-service-control-policy-enablement-request.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-enablement-response.d.ts +30 -0
- package/dist/esm/types/get-service-control-policy-enablement-response.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-request.d.ts +25 -0
- package/dist/esm/types/get-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/get-service-control-policy-response.d.ts +55 -0
- package/dist/esm/types/get-service-control-policy-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +112 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/invation-info-for-describe-account-invitation-output.d.ts +110 -0
- package/dist/esm/types/invation-info-for-describe-account-invitation-output.d.ts.map +1 -0
- package/dist/esm/types/invitation-list-for-list-invitations-output.d.ts +110 -0
- package/dist/esm/types/invitation-list-for-list-invitations-output.d.ts.map +1 -0
- package/dist/esm/types/invite-account-request.d.ts +45 -0
- package/dist/esm/types/invite-account-request.d.ts.map +1 -0
- package/dist/esm/types/invite-account-response.d.ts +25 -0
- package/dist/esm/types/invite-account-response.d.ts.map +1 -0
- package/dist/esm/types/list-accounts-request.d.ts +55 -0
- package/dist/esm/types/list-accounts-request.d.ts.map +1 -0
- package/dist/esm/types/list-accounts-response.d.ts +41 -0
- package/dist/esm/types/list-accounts-response.d.ts.map +1 -0
- package/dist/esm/types/list-invitations-request.d.ts +50 -0
- package/dist/esm/types/list-invitations-request.d.ts.map +1 -0
- package/dist/esm/types/list-invitations-response.d.ts +41 -0
- package/dist/esm/types/list-invitations-response.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-for-parent-request.d.ts +35 -0
- package/dist/esm/types/list-organizational-units-for-parent-request.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-for-parent-response.d.ts +41 -0
- package/dist/esm/types/list-organizational-units-for-parent-response.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-request.d.ts +20 -0
- package/dist/esm/types/list-organizational-units-request.d.ts.map +1 -0
- package/dist/esm/types/list-organizational-units-response.d.ts +26 -0
- package/dist/esm/types/list-organizational-units-response.d.ts.map +1 -0
- package/dist/esm/types/list-policies-for-target-request.d.ts +35 -0
- package/dist/esm/types/list-policies-for-target-request.d.ts.map +1 -0
- package/dist/esm/types/list-policies-for-target-response.d.ts +41 -0
- package/dist/esm/types/list-policies-for-target-response.d.ts.map +1 -0
- package/dist/esm/types/list-service-control-policies-request.d.ts +50 -0
- package/dist/esm/types/list-service-control-policies-request.d.ts.map +1 -0
- package/dist/esm/types/list-service-control-policies-response.d.ts +41 -0
- package/dist/esm/types/list-service-control-policies-response.d.ts.map +1 -0
- package/dist/esm/types/list-tag-resources-request.d.ts +54 -0
- package/dist/esm/types/list-tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tag-resources-response.d.ts +41 -0
- package/dist/esm/types/list-tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/list-targets-for-policy-request.d.ts +45 -0
- package/dist/esm/types/list-targets-for-policy-request.d.ts.map +1 -0
- package/dist/esm/types/list-targets-for-policy-response.d.ts +41 -0
- package/dist/esm/types/list-targets-for-policy-response.d.ts.map +1 -0
- package/dist/esm/types/move-account-request.d.ts +30 -0
- package/dist/esm/types/move-account-request.d.ts.map +1 -0
- package/dist/esm/types/move-account-response.d.ts +20 -0
- package/dist/esm/types/move-account-response.d.ts.map +1 -0
- package/dist/esm/types/org-quit-application-for-describe-quit-application-output.d.ts +80 -0
- package/dist/esm/types/org-quit-application-for-describe-quit-application-output.d.ts.map +1 -0
- package/dist/esm/types/organization-for-describe-organization-output.d.ts +70 -0
- package/dist/esm/types/organization-for-describe-organization-output.d.ts.map +1 -0
- package/dist/esm/types/organization-unit-for-describe-organizational-unit-output.d.ts +80 -0
- package/dist/esm/types/organization-unit-for-describe-organizational-unit-output.d.ts.map +1 -0
- package/dist/esm/types/owner-for-describe-organization-output.d.ts +35 -0
- package/dist/esm/types/owner-for-describe-organization-output.d.ts.map +1 -0
- package/dist/esm/types/policy-for-list-policies-for-target-output.d.ts +45 -0
- package/dist/esm/types/policy-for-list-policies-for-target-output.d.ts.map +1 -0
- package/dist/esm/types/quit-organization-request.d.ts +25 -0
- package/dist/esm/types/quit-organization-request.d.ts.map +1 -0
- package/dist/esm/types/quit-organization-response.d.ts +25 -0
- package/dist/esm/types/quit-organization-response.d.ts.map +1 -0
- package/dist/esm/types/re-invite-account-request.d.ts +25 -0
- package/dist/esm/types/re-invite-account-request.d.ts.map +1 -0
- package/dist/esm/types/re-invite-account-response.d.ts +20 -0
- package/dist/esm/types/re-invite-account-response.d.ts.map +1 -0
- package/dist/esm/types/reject-invitation-request.d.ts +35 -0
- package/dist/esm/types/reject-invitation-request.d.ts.map +1 -0
- package/dist/esm/types/reject-invitation-response.d.ts +20 -0
- package/dist/esm/types/reject-invitation-response.d.ts.map +1 -0
- package/dist/esm/types/reject-quit-application-request.d.ts +35 -0
- package/dist/esm/types/reject-quit-application-request.d.ts.map +1 -0
- package/dist/esm/types/reject-quit-application-response.d.ts +20 -0
- package/dist/esm/types/reject-quit-application-response.d.ts.map +1 -0
- package/dist/esm/types/remove-account-request.d.ts +25 -0
- package/dist/esm/types/remove-account-request.d.ts.map +1 -0
- package/dist/esm/types/remove-account-response.d.ts +20 -0
- package/dist/esm/types/remove-account-response.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-list-tag-resources-output.d.ts +48 -0
- package/dist/esm/types/resource-tag-for-list-tag-resources-output.d.ts.map +1 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-request.d.ts +30 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-request.d.ts.map +1 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-response.d.ts +20 -0
- package/dist/esm/types/retry-change-account-secure-contact-info-response.d.ts.map +1 -0
- package/dist/esm/types/service-control-policy-for-list-service-control-policies-output.d.ts +50 -0
- package/dist/esm/types/service-control-policy-for-list-service-control-policies-output.d.ts.map +1 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-for-parent-output.d.ts +80 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-for-parent-output.d.ts.map +1 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-output.d.ts +80 -0
- package/dist/esm/types/sub-unit-list-for-list-organizational-units-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-accounts-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-accounts-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +44 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/target-for-list-targets-for-policy-output.d.ts +48 -0
- package/dist/esm/types/target-for-list-targets-for-policy-output.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +43 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/update-account-request.d.ts +40 -0
- package/dist/esm/types/update-account-request.d.ts.map +1 -0
- package/dist/esm/types/update-account-response.d.ts +20 -0
- package/dist/esm/types/update-account-response.d.ts.map +1 -0
- package/dist/esm/types/update-organizational-unit-request.d.ts +35 -0
- package/dist/esm/types/update-organizational-unit-request.d.ts.map +1 -0
- package/dist/esm/types/update-organizational-unit-response.d.ts +20 -0
- package/dist/esm/types/update-organizational-unit-response.d.ts.map +1 -0
- package/dist/esm/types/update-service-control-policy-request.d.ts +40 -0
- package/dist/esm/types/update-service-control-policy-request.d.ts.map +1 -0
- package/dist/esm/types/update-service-control-policy-response.d.ts +55 -0
- package/dist/esm/types/update-service-control-policy-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +932 -0
- package/src/index.ts +14 -0
- package/src/types/accept-invitation-request.ts +34 -0
- package/src/types/accept-invitation-response.ts +22 -0
- package/src/types/accept-quit-application-request.ts +40 -0
- package/src/types/accept-quit-application-response.ts +22 -0
- package/src/types/account-for-describe-account-output.ts +136 -0
- package/src/types/account-list-for-list-accounts-output.ts +149 -0
- package/src/types/attach-service-control-policy-request.ts +40 -0
- package/src/types/attach-service-control-policy-response.ts +22 -0
- package/src/types/cancel-change-account-secure-contact-info-request.ts +34 -0
- package/src/types/cancel-change-account-secure-contact-info-response.ts +22 -0
- package/src/types/cancel-invitation-request.ts +28 -0
- package/src/types/cancel-invitation-response.ts +22 -0
- package/src/types/change-account-secure-contact-info-request.ts +40 -0
- package/src/types/change-account-secure-contact-info-response.ts +22 -0
- package/src/types/create-account-request.ts +58 -0
- package/src/types/create-account-response.ts +28 -0
- package/src/types/create-organization-request.ts +22 -0
- package/src/types/create-organization-response.ts +28 -0
- package/src/types/create-organizational-unit-request.ts +40 -0
- package/src/types/create-organizational-unit-response.ts +28 -0
- package/src/types/create-service-control-policy-request.ts +40 -0
- package/src/types/create-service-control-policy-response.ts +58 -0
- package/src/types/delete-organization-request.ts +22 -0
- package/src/types/delete-organization-response.ts +22 -0
- package/src/types/delete-organizational-unit-request.ts +28 -0
- package/src/types/delete-organizational-unit-response.ts +22 -0
- package/src/types/delete-service-control-policy-request.ts +28 -0
- package/src/types/delete-service-control-policy-response.ts +22 -0
- package/src/types/describe-account-invitation-request.ts +28 -0
- package/src/types/describe-account-invitation-response.ts +29 -0
- package/src/types/describe-account-request.ts +28 -0
- package/src/types/describe-account-response.ts +29 -0
- package/src/types/describe-organization-request.ts +22 -0
- package/src/types/describe-organization-response.ts +36 -0
- package/src/types/describe-organizational-unit-request.ts +28 -0
- package/src/types/describe-organizational-unit-response.ts +29 -0
- package/src/types/describe-quit-application-request.ts +28 -0
- package/src/types/describe-quit-application-response.ts +29 -0
- package/src/types/detach-service-control-policy-request.ts +34 -0
- package/src/types/detach-service-control-policy-response.ts +22 -0
- package/src/types/disable-console-login-request.ts +28 -0
- package/src/types/disable-console-login-response.ts +22 -0
- package/src/types/disable-service-control-policy-request.ts +22 -0
- package/src/types/disable-service-control-policy-response.ts +28 -0
- package/src/types/enable-console-login-request.ts +34 -0
- package/src/types/enable-console-login-response.ts +22 -0
- package/src/types/enable-service-control-policy-request.ts +22 -0
- package/src/types/enable-service-control-policy-response.ts +28 -0
- package/src/types/get-account-secure-contact-info-request.ts +28 -0
- package/src/types/get-account-secure-contact-info-response.ts +58 -0
- package/src/types/get-service-control-policy-enablement-request.ts +22 -0
- package/src/types/get-service-control-policy-enablement-response.ts +34 -0
- package/src/types/get-service-control-policy-request.ts +28 -0
- package/src/types/get-service-control-policy-response.ts +64 -0
- package/src/types/index.ts +111 -0
- package/src/types/invation-info-for-describe-account-invitation-output.ts +130 -0
- package/src/types/invitation-list-for-list-invitations-output.ts +130 -0
- package/src/types/invite-account-request.ts +52 -0
- package/src/types/invite-account-response.ts +28 -0
- package/src/types/list-accounts-request.ts +64 -0
- package/src/types/list-accounts-response.ts +47 -0
- package/src/types/list-invitations-request.ts +58 -0
- package/src/types/list-invitations-response.ts +47 -0
- package/src/types/list-organizational-units-for-parent-request.ts +40 -0
- package/src/types/list-organizational-units-for-parent-response.ts +47 -0
- package/src/types/list-organizational-units-request.ts +22 -0
- package/src/types/list-organizational-units-response.ts +29 -0
- package/src/types/list-policies-for-target-request.ts +40 -0
- package/src/types/list-policies-for-target-response.ts +47 -0
- package/src/types/list-service-control-policies-request.ts +58 -0
- package/src/types/list-service-control-policies-response.ts +47 -0
- package/src/types/list-tag-resources-request.ts +63 -0
- package/src/types/list-tag-resources-response.ts +47 -0
- package/src/types/list-targets-for-policy-request.ts +52 -0
- package/src/types/list-targets-for-policy-response.ts +47 -0
- package/src/types/move-account-request.ts +34 -0
- package/src/types/move-account-response.ts +22 -0
- package/src/types/org-quit-application-for-describe-quit-application-output.ts +94 -0
- package/src/types/organization-for-describe-organization-output.ts +82 -0
- package/src/types/organization-unit-for-describe-organizational-unit-output.ts +94 -0
- package/src/types/owner-for-describe-organization-output.ts +40 -0
- package/src/types/policy-for-list-policies-for-target-output.ts +52 -0
- package/src/types/quit-organization-request.ts +28 -0
- package/src/types/quit-organization-response.ts +28 -0
- package/src/types/re-invite-account-request.ts +28 -0
- package/src/types/re-invite-account-response.ts +22 -0
- package/src/types/reject-invitation-request.ts +40 -0
- package/src/types/reject-invitation-response.ts +22 -0
- package/src/types/reject-quit-application-request.ts +40 -0
- package/src/types/reject-quit-application-response.ts +22 -0
- package/src/types/remove-account-request.ts +28 -0
- package/src/types/remove-account-response.ts +22 -0
- package/src/types/resource-tag-for-list-tag-resources-output.ts +56 -0
- package/src/types/retry-change-account-secure-contact-info-request.ts +34 -0
- package/src/types/retry-change-account-secure-contact-info-response.ts +22 -0
- package/src/types/service-control-policy-for-list-service-control-policies-output.ts +58 -0
- package/src/types/sub-unit-list-for-list-organizational-units-for-parent-output.ts +94 -0
- package/src/types/sub-unit-list-for-list-organizational-units-output.ts +94 -0
- package/src/types/tag-filter-for-list-tag-resources-input.ts +34 -0
- package/src/types/tag-for-list-accounts-output.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-resources-request.ts +51 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/target-for-list-targets-for-policy-output.ts +56 -0
- package/src/types/untag-resources-request.ts +50 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/update-account-request.ts +46 -0
- package/src/types/update-account-response.ts +22 -0
- package/src/types/update-organizational-unit-request.ts +40 -0
- package/src/types/update-organizational-unit-response.ts +22 -0
- package/src/types/update-service-control-policy-request.ts +46 -0
- package/src/types/update-service-control-policy-response.ts +64 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { AcceptInvitationRequest } from './types/index';
|
|
14
|
+
import { AcceptInvitationResponse } from './types/index';
|
|
15
|
+
import { AcceptQuitApplicationRequest } from './types/index';
|
|
16
|
+
import { AcceptQuitApplicationResponse } from './types/index';
|
|
17
|
+
import { AttachServiceControlPolicyRequest } from './types/index';
|
|
18
|
+
import { AttachServiceControlPolicyResponse } from './types/index';
|
|
19
|
+
import { CancelChangeAccountSecureContactInfoRequest } from './types/index';
|
|
20
|
+
import { CancelChangeAccountSecureContactInfoResponse } from './types/index';
|
|
21
|
+
import { CancelInvitationRequest } from './types/index';
|
|
22
|
+
import { CancelInvitationResponse } from './types/index';
|
|
23
|
+
import { ChangeAccountSecureContactInfoRequest } from './types/index';
|
|
24
|
+
import { ChangeAccountSecureContactInfoResponse } from './types/index';
|
|
25
|
+
import { CreateAccountRequest } from './types/index';
|
|
26
|
+
import { CreateAccountResponse } from './types/index';
|
|
27
|
+
import { CreateOrganizationRequest } from './types/index';
|
|
28
|
+
import { CreateOrganizationResponse } from './types/index';
|
|
29
|
+
import { CreateOrganizationalUnitRequest } from './types/index';
|
|
30
|
+
import { CreateOrganizationalUnitResponse } from './types/index';
|
|
31
|
+
import { CreateServiceControlPolicyRequest } from './types/index';
|
|
32
|
+
import { CreateServiceControlPolicyResponse } from './types/index';
|
|
33
|
+
import { DeleteOrganizationRequest } from './types/index';
|
|
34
|
+
import { DeleteOrganizationResponse } from './types/index';
|
|
35
|
+
import { DeleteOrganizationalUnitRequest } from './types/index';
|
|
36
|
+
import { DeleteOrganizationalUnitResponse } from './types/index';
|
|
37
|
+
import { DeleteServiceControlPolicyRequest } from './types/index';
|
|
38
|
+
import { DeleteServiceControlPolicyResponse } from './types/index';
|
|
39
|
+
import { DescribeAccountInvitationRequest } from './types/index';
|
|
40
|
+
import { DescribeAccountInvitationResponse } from './types/index';
|
|
41
|
+
import { DescribeAccountRequest } from './types/index';
|
|
42
|
+
import { DescribeAccountResponse } from './types/index';
|
|
43
|
+
import { DescribeOrganizationRequest } from './types/index';
|
|
44
|
+
import { DescribeOrganizationResponse } from './types/index';
|
|
45
|
+
import { DescribeOrganizationalUnitRequest } from './types/index';
|
|
46
|
+
import { DescribeOrganizationalUnitResponse } from './types/index';
|
|
47
|
+
import { DescribeQuitApplicationRequest } from './types/index';
|
|
48
|
+
import { DescribeQuitApplicationResponse } from './types/index';
|
|
49
|
+
import { DetachServiceControlPolicyRequest } from './types/index';
|
|
50
|
+
import { DetachServiceControlPolicyResponse } from './types/index';
|
|
51
|
+
import { DisableConsoleLoginRequest } from './types/index';
|
|
52
|
+
import { DisableConsoleLoginResponse } from './types/index';
|
|
53
|
+
import { DisableServiceControlPolicyRequest } from './types/index';
|
|
54
|
+
import { DisableServiceControlPolicyResponse } from './types/index';
|
|
55
|
+
import { EnableConsoleLoginRequest } from './types/index';
|
|
56
|
+
import { EnableConsoleLoginResponse } from './types/index';
|
|
57
|
+
import { EnableServiceControlPolicyRequest } from './types/index';
|
|
58
|
+
import { EnableServiceControlPolicyResponse } from './types/index';
|
|
59
|
+
import { GetAccountSecureContactInfoRequest } from './types/index';
|
|
60
|
+
import { GetAccountSecureContactInfoResponse } from './types/index';
|
|
61
|
+
import { GetServiceControlPolicyEnablementRequest } from './types/index';
|
|
62
|
+
import { GetServiceControlPolicyEnablementResponse } from './types/index';
|
|
63
|
+
import { GetServiceControlPolicyRequest } from './types/index';
|
|
64
|
+
import { GetServiceControlPolicyResponse } from './types/index';
|
|
65
|
+
import { InviteAccountRequest } from './types/index';
|
|
66
|
+
import { InviteAccountResponse } from './types/index';
|
|
67
|
+
import { ListAccountsRequest } from './types/index';
|
|
68
|
+
import { ListAccountsResponse } from './types/index';
|
|
69
|
+
import { ListInvitationsRequest } from './types/index';
|
|
70
|
+
import { ListInvitationsResponse } from './types/index';
|
|
71
|
+
import { ListOrganizationalUnitsForParentRequest } from './types/index';
|
|
72
|
+
import { ListOrganizationalUnitsForParentResponse } from './types/index';
|
|
73
|
+
import { ListOrganizationalUnitsRequest } from './types/index';
|
|
74
|
+
import { ListOrganizationalUnitsResponse } from './types/index';
|
|
75
|
+
import { ListPoliciesForTargetRequest } from './types/index';
|
|
76
|
+
import { ListPoliciesForTargetResponse } from './types/index';
|
|
77
|
+
import { ListServiceControlPoliciesRequest } from './types/index';
|
|
78
|
+
import { ListServiceControlPoliciesResponse } from './types/index';
|
|
79
|
+
import { ListTagResourcesRequest } from './types/index';
|
|
80
|
+
import { ListTagResourcesResponse } from './types/index';
|
|
81
|
+
import { ListTargetsForPolicyRequest } from './types/index';
|
|
82
|
+
import { ListTargetsForPolicyResponse } from './types/index';
|
|
83
|
+
import { MoveAccountRequest } from './types/index';
|
|
84
|
+
import { MoveAccountResponse } from './types/index';
|
|
85
|
+
import { QuitOrganizationRequest } from './types/index';
|
|
86
|
+
import { QuitOrganizationResponse } from './types/index';
|
|
87
|
+
import { ReInviteAccountRequest } from './types/index';
|
|
88
|
+
import { ReInviteAccountResponse } from './types/index';
|
|
89
|
+
import { RejectInvitationRequest } from './types/index';
|
|
90
|
+
import { RejectInvitationResponse } from './types/index';
|
|
91
|
+
import { RejectQuitApplicationRequest } from './types/index';
|
|
92
|
+
import { RejectQuitApplicationResponse } from './types/index';
|
|
93
|
+
import { RemoveAccountRequest } from './types/index';
|
|
94
|
+
import { RemoveAccountResponse } from './types/index';
|
|
95
|
+
import { RetryChangeAccountSecureContactInfoRequest } from './types/index';
|
|
96
|
+
import { RetryChangeAccountSecureContactInfoResponse } from './types/index';
|
|
97
|
+
import { TagResourcesRequest } from './types/index';
|
|
98
|
+
import { TagResourcesResponse } from './types/index';
|
|
99
|
+
import { UntagResourcesRequest } from './types/index';
|
|
100
|
+
import { UntagResourcesResponse } from './types/index';
|
|
101
|
+
import { UpdateAccountRequest } from './types/index';
|
|
102
|
+
import { UpdateAccountResponse } from './types/index';
|
|
103
|
+
import { UpdateOrganizationalUnitRequest } from './types/index';
|
|
104
|
+
import { UpdateOrganizationalUnitResponse } from './types/index';
|
|
105
|
+
import { UpdateServiceControlPolicyRequest } from './types/index';
|
|
106
|
+
import { UpdateServiceControlPolicyResponse } from './types/index';
|
|
107
|
+
export type AcceptInvitationCommandOutput = CommandOutput<AcceptInvitationResponse>;
|
|
108
|
+
export type AcceptQuitApplicationCommandOutput = CommandOutput<AcceptQuitApplicationResponse>;
|
|
109
|
+
export type AttachServiceControlPolicyCommandOutput = CommandOutput<AttachServiceControlPolicyResponse>;
|
|
110
|
+
export type CancelChangeAccountSecureContactInfoCommandOutput = CommandOutput<CancelChangeAccountSecureContactInfoResponse>;
|
|
111
|
+
export type CancelInvitationCommandOutput = CommandOutput<CancelInvitationResponse>;
|
|
112
|
+
export type ChangeAccountSecureContactInfoCommandOutput = CommandOutput<ChangeAccountSecureContactInfoResponse>;
|
|
113
|
+
export type CreateAccountCommandOutput = CommandOutput<CreateAccountResponse>;
|
|
114
|
+
export type CreateOrganizationCommandOutput = CommandOutput<CreateOrganizationResponse>;
|
|
115
|
+
export type CreateOrganizationalUnitCommandOutput = CommandOutput<CreateOrganizationalUnitResponse>;
|
|
116
|
+
export type CreateServiceControlPolicyCommandOutput = CommandOutput<CreateServiceControlPolicyResponse>;
|
|
117
|
+
export type DeleteOrganizationCommandOutput = CommandOutput<DeleteOrganizationResponse>;
|
|
118
|
+
export type DeleteOrganizationalUnitCommandOutput = CommandOutput<DeleteOrganizationalUnitResponse>;
|
|
119
|
+
export type DeleteServiceControlPolicyCommandOutput = CommandOutput<DeleteServiceControlPolicyResponse>;
|
|
120
|
+
export type DescribeAccountCommandOutput = CommandOutput<DescribeAccountResponse>;
|
|
121
|
+
export type DescribeAccountInvitationCommandOutput = CommandOutput<DescribeAccountInvitationResponse>;
|
|
122
|
+
export type DescribeOrganizationCommandOutput = CommandOutput<DescribeOrganizationResponse>;
|
|
123
|
+
export type DescribeOrganizationalUnitCommandOutput = CommandOutput<DescribeOrganizationalUnitResponse>;
|
|
124
|
+
export type DescribeQuitApplicationCommandOutput = CommandOutput<DescribeQuitApplicationResponse>;
|
|
125
|
+
export type DetachServiceControlPolicyCommandOutput = CommandOutput<DetachServiceControlPolicyResponse>;
|
|
126
|
+
export type DisableConsoleLoginCommandOutput = CommandOutput<DisableConsoleLoginResponse>;
|
|
127
|
+
export type DisableServiceControlPolicyCommandOutput = CommandOutput<DisableServiceControlPolicyResponse>;
|
|
128
|
+
export type EnableConsoleLoginCommandOutput = CommandOutput<EnableConsoleLoginResponse>;
|
|
129
|
+
export type EnableServiceControlPolicyCommandOutput = CommandOutput<EnableServiceControlPolicyResponse>;
|
|
130
|
+
export type GetAccountSecureContactInfoCommandOutput = CommandOutput<GetAccountSecureContactInfoResponse>;
|
|
131
|
+
export type GetServiceControlPolicyCommandOutput = CommandOutput<GetServiceControlPolicyResponse>;
|
|
132
|
+
export type GetServiceControlPolicyEnablementCommandOutput = CommandOutput<GetServiceControlPolicyEnablementResponse>;
|
|
133
|
+
export type InviteAccountCommandOutput = CommandOutput<InviteAccountResponse>;
|
|
134
|
+
export type ListAccountsCommandOutput = CommandOutput<ListAccountsResponse>;
|
|
135
|
+
export type ListInvitationsCommandOutput = CommandOutput<ListInvitationsResponse>;
|
|
136
|
+
export type ListOrganizationalUnitsCommandOutput = CommandOutput<ListOrganizationalUnitsResponse>;
|
|
137
|
+
export type ListOrganizationalUnitsForParentCommandOutput = CommandOutput<ListOrganizationalUnitsForParentResponse>;
|
|
138
|
+
export type ListPoliciesForTargetCommandOutput = CommandOutput<ListPoliciesForTargetResponse>;
|
|
139
|
+
export type ListServiceControlPoliciesCommandOutput = CommandOutput<ListServiceControlPoliciesResponse>;
|
|
140
|
+
export type ListTagResourcesCommandOutput = CommandOutput<ListTagResourcesResponse>;
|
|
141
|
+
export type ListTargetsForPolicyCommandOutput = CommandOutput<ListTargetsForPolicyResponse>;
|
|
142
|
+
export type MoveAccountCommandOutput = CommandOutput<MoveAccountResponse>;
|
|
143
|
+
export type QuitOrganizationCommandOutput = CommandOutput<QuitOrganizationResponse>;
|
|
144
|
+
export type ReInviteAccountCommandOutput = CommandOutput<ReInviteAccountResponse>;
|
|
145
|
+
export type RejectInvitationCommandOutput = CommandOutput<RejectInvitationResponse>;
|
|
146
|
+
export type RejectQuitApplicationCommandOutput = CommandOutput<RejectQuitApplicationResponse>;
|
|
147
|
+
export type RemoveAccountCommandOutput = CommandOutput<RemoveAccountResponse>;
|
|
148
|
+
export type RetryChangeAccountSecureContactInfoCommandOutput = CommandOutput<RetryChangeAccountSecureContactInfoResponse>;
|
|
149
|
+
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
150
|
+
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
151
|
+
export type UpdateAccountCommandOutput = CommandOutput<UpdateAccountResponse>;
|
|
152
|
+
export type UpdateOrganizationalUnitCommandOutput = CommandOutput<UpdateOrganizationalUnitResponse>;
|
|
153
|
+
export type UpdateServiceControlPolicyCommandOutput = CommandOutput<UpdateServiceControlPolicyResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* ORGANIZATIONClient Service Client
|
|
156
|
+
*/
|
|
157
|
+
export declare class ORGANIZATIONClient extends Client {
|
|
158
|
+
constructor(config?: ClientConfig);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Command to AcceptInvitation
|
|
162
|
+
*/
|
|
163
|
+
export declare class AcceptInvitationCommand extends Command<AcceptInvitationRequest, AcceptInvitationCommandOutput, 'AcceptInvitationCommand'> {
|
|
164
|
+
static readonly metaPath = "/AcceptInvitation/2022-01-01/organization/post/application_json/";
|
|
165
|
+
constructor(input: AcceptInvitationRequest);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Command to AcceptQuitApplication
|
|
169
|
+
*/
|
|
170
|
+
export declare class AcceptQuitApplicationCommand extends Command<AcceptQuitApplicationRequest, AcceptQuitApplicationCommandOutput, 'AcceptQuitApplicationCommand'> {
|
|
171
|
+
static readonly metaPath = "/AcceptQuitApplication/2022-01-01/organization/post/application_json/";
|
|
172
|
+
constructor(input: AcceptQuitApplicationRequest);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Command to AttachServiceControlPolicy
|
|
176
|
+
*/
|
|
177
|
+
export declare class AttachServiceControlPolicyCommand extends Command<AttachServiceControlPolicyRequest, AttachServiceControlPolicyCommandOutput, 'AttachServiceControlPolicyCommand'> {
|
|
178
|
+
static readonly metaPath = "/AttachServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
179
|
+
constructor(input: AttachServiceControlPolicyRequest);
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Command to CancelChangeAccountSecureContactInfo
|
|
183
|
+
*/
|
|
184
|
+
export declare class CancelChangeAccountSecureContactInfoCommand extends Command<CancelChangeAccountSecureContactInfoRequest, CancelChangeAccountSecureContactInfoCommandOutput, 'CancelChangeAccountSecureContactInfoCommand'> {
|
|
185
|
+
static readonly metaPath = "/CancelChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/";
|
|
186
|
+
constructor(input: CancelChangeAccountSecureContactInfoRequest);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Command to CancelInvitation
|
|
190
|
+
*/
|
|
191
|
+
export declare class CancelInvitationCommand extends Command<CancelInvitationRequest, CancelInvitationCommandOutput, 'CancelInvitationCommand'> {
|
|
192
|
+
static readonly metaPath = "/CancelInvitation/2022-01-01/organization/post/application_json/";
|
|
193
|
+
constructor(input: CancelInvitationRequest);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Command to ChangeAccountSecureContactInfo
|
|
197
|
+
*/
|
|
198
|
+
export declare class ChangeAccountSecureContactInfoCommand extends Command<ChangeAccountSecureContactInfoRequest, ChangeAccountSecureContactInfoCommandOutput, 'ChangeAccountSecureContactInfoCommand'> {
|
|
199
|
+
static readonly metaPath = "/ChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/";
|
|
200
|
+
constructor(input: ChangeAccountSecureContactInfoRequest);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Command to CreateAccount
|
|
204
|
+
*/
|
|
205
|
+
export declare class CreateAccountCommand extends Command<CreateAccountRequest, CreateAccountCommandOutput, 'CreateAccountCommand'> {
|
|
206
|
+
static readonly metaPath = "/CreateAccount/2022-01-01/organization/post/application_json/";
|
|
207
|
+
constructor(input: CreateAccountRequest);
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Command to CreateOrganization
|
|
211
|
+
*/
|
|
212
|
+
export declare class CreateOrganizationCommand extends Command<CreateOrganizationRequest, CreateOrganizationCommandOutput, 'CreateOrganizationCommand'> {
|
|
213
|
+
static readonly metaPath = "/CreateOrganization/2022-01-01/organization/post/application_json/";
|
|
214
|
+
constructor(input: CreateOrganizationRequest);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Command to CreateOrganizationalUnit
|
|
218
|
+
*/
|
|
219
|
+
export declare class CreateOrganizationalUnitCommand extends Command<CreateOrganizationalUnitRequest, CreateOrganizationalUnitCommandOutput, 'CreateOrganizationalUnitCommand'> {
|
|
220
|
+
static readonly metaPath = "/CreateOrganizationalUnit/2022-01-01/organization/post/application_json/";
|
|
221
|
+
constructor(input: CreateOrganizationalUnitRequest);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Command to CreateServiceControlPolicy
|
|
225
|
+
*/
|
|
226
|
+
export declare class CreateServiceControlPolicyCommand extends Command<CreateServiceControlPolicyRequest, CreateServiceControlPolicyCommandOutput, 'CreateServiceControlPolicyCommand'> {
|
|
227
|
+
static readonly metaPath = "/CreateServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
228
|
+
constructor(input: CreateServiceControlPolicyRequest);
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Command to DeleteOrganization
|
|
232
|
+
*/
|
|
233
|
+
export declare class DeleteOrganizationCommand extends Command<DeleteOrganizationRequest, DeleteOrganizationCommandOutput, 'DeleteOrganizationCommand'> {
|
|
234
|
+
static readonly metaPath = "/DeleteOrganization/2022-01-01/organization/post/application_json/";
|
|
235
|
+
constructor(input: DeleteOrganizationRequest);
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Command to DeleteOrganizationalUnit
|
|
239
|
+
*/
|
|
240
|
+
export declare class DeleteOrganizationalUnitCommand extends Command<DeleteOrganizationalUnitRequest, DeleteOrganizationalUnitCommandOutput, 'DeleteOrganizationalUnitCommand'> {
|
|
241
|
+
static readonly metaPath = "/DeleteOrganizationalUnit/2022-01-01/organization/post/application_json/";
|
|
242
|
+
constructor(input: DeleteOrganizationalUnitRequest);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Command to DeleteServiceControlPolicy
|
|
246
|
+
*/
|
|
247
|
+
export declare class DeleteServiceControlPolicyCommand extends Command<DeleteServiceControlPolicyRequest, DeleteServiceControlPolicyCommandOutput, 'DeleteServiceControlPolicyCommand'> {
|
|
248
|
+
static readonly metaPath = "/DeleteServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
249
|
+
constructor(input: DeleteServiceControlPolicyRequest);
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Command to DescribeAccount
|
|
253
|
+
*/
|
|
254
|
+
export declare class DescribeAccountCommand extends Command<DescribeAccountRequest, DescribeAccountCommandOutput, 'DescribeAccountCommand'> {
|
|
255
|
+
static readonly metaPath = "/DescribeAccount/2022-01-01/organization/post/application_json/";
|
|
256
|
+
constructor(input: DescribeAccountRequest);
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Command to DescribeAccountInvitation
|
|
260
|
+
*/
|
|
261
|
+
export declare class DescribeAccountInvitationCommand extends Command<DescribeAccountInvitationRequest, DescribeAccountInvitationCommandOutput, 'DescribeAccountInvitationCommand'> {
|
|
262
|
+
static readonly metaPath = "/DescribeAccountInvitation/2022-01-01/organization/post/application_json/";
|
|
263
|
+
constructor(input: DescribeAccountInvitationRequest);
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Command to DescribeOrganization
|
|
267
|
+
*/
|
|
268
|
+
export declare class DescribeOrganizationCommand extends Command<DescribeOrganizationRequest, DescribeOrganizationCommandOutput, 'DescribeOrganizationCommand'> {
|
|
269
|
+
static readonly metaPath = "/DescribeOrganization/2022-01-01/organization/post/application_json/";
|
|
270
|
+
constructor(input: DescribeOrganizationRequest);
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Command to DescribeOrganizationalUnit
|
|
274
|
+
*/
|
|
275
|
+
export declare class DescribeOrganizationalUnitCommand extends Command<DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitCommandOutput, 'DescribeOrganizationalUnitCommand'> {
|
|
276
|
+
static readonly metaPath = "/DescribeOrganizationalUnit/2022-01-01/organization/post/application_json/";
|
|
277
|
+
constructor(input: DescribeOrganizationalUnitRequest);
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Command to DescribeQuitApplication
|
|
281
|
+
*/
|
|
282
|
+
export declare class DescribeQuitApplicationCommand extends Command<DescribeQuitApplicationRequest, DescribeQuitApplicationCommandOutput, 'DescribeQuitApplicationCommand'> {
|
|
283
|
+
static readonly metaPath = "/DescribeQuitApplication/2022-01-01/organization/post/application_json/";
|
|
284
|
+
constructor(input: DescribeQuitApplicationRequest);
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Command to DetachServiceControlPolicy
|
|
288
|
+
*/
|
|
289
|
+
export declare class DetachServiceControlPolicyCommand extends Command<DetachServiceControlPolicyRequest, DetachServiceControlPolicyCommandOutput, 'DetachServiceControlPolicyCommand'> {
|
|
290
|
+
static readonly metaPath = "/DetachServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
291
|
+
constructor(input: DetachServiceControlPolicyRequest);
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Command to DisableConsoleLogin
|
|
295
|
+
*/
|
|
296
|
+
export declare class DisableConsoleLoginCommand extends Command<DisableConsoleLoginRequest, DisableConsoleLoginCommandOutput, 'DisableConsoleLoginCommand'> {
|
|
297
|
+
static readonly metaPath = "/DisableConsoleLogin/2022-01-01/organization/post/application_json/";
|
|
298
|
+
constructor(input: DisableConsoleLoginRequest);
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* Command to DisableServiceControlPolicy
|
|
302
|
+
*/
|
|
303
|
+
export declare class DisableServiceControlPolicyCommand extends Command<DisableServiceControlPolicyRequest, DisableServiceControlPolicyCommandOutput, 'DisableServiceControlPolicyCommand'> {
|
|
304
|
+
static readonly metaPath = "/DisableServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
305
|
+
constructor(input: DisableServiceControlPolicyRequest);
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* Command to EnableConsoleLogin
|
|
309
|
+
*/
|
|
310
|
+
export declare class EnableConsoleLoginCommand extends Command<EnableConsoleLoginRequest, EnableConsoleLoginCommandOutput, 'EnableConsoleLoginCommand'> {
|
|
311
|
+
static readonly metaPath = "/EnableConsoleLogin/2022-01-01/organization/post/application_json/";
|
|
312
|
+
constructor(input: EnableConsoleLoginRequest);
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Command to EnableServiceControlPolicy
|
|
316
|
+
*/
|
|
317
|
+
export declare class EnableServiceControlPolicyCommand extends Command<EnableServiceControlPolicyRequest, EnableServiceControlPolicyCommandOutput, 'EnableServiceControlPolicyCommand'> {
|
|
318
|
+
static readonly metaPath = "/EnableServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
319
|
+
constructor(input: EnableServiceControlPolicyRequest);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Command to GetAccountSecureContactInfo
|
|
323
|
+
*/
|
|
324
|
+
export declare class GetAccountSecureContactInfoCommand extends Command<GetAccountSecureContactInfoRequest, GetAccountSecureContactInfoCommandOutput, 'GetAccountSecureContactInfoCommand'> {
|
|
325
|
+
static readonly metaPath = "/GetAccountSecureContactInfo/2022-01-01/organization/post/application_json/";
|
|
326
|
+
constructor(input: GetAccountSecureContactInfoRequest);
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* Command to GetServiceControlPolicy
|
|
330
|
+
*/
|
|
331
|
+
export declare class GetServiceControlPolicyCommand extends Command<GetServiceControlPolicyRequest, GetServiceControlPolicyCommandOutput, 'GetServiceControlPolicyCommand'> {
|
|
332
|
+
static readonly metaPath = "/GetServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
333
|
+
constructor(input: GetServiceControlPolicyRequest);
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Command to GetServiceControlPolicyEnablement
|
|
337
|
+
*/
|
|
338
|
+
export declare class GetServiceControlPolicyEnablementCommand extends Command<GetServiceControlPolicyEnablementRequest, GetServiceControlPolicyEnablementCommandOutput, 'GetServiceControlPolicyEnablementCommand'> {
|
|
339
|
+
static readonly metaPath = "/GetServiceControlPolicyEnablement/2022-01-01/organization/post/application_json/";
|
|
340
|
+
constructor(input: GetServiceControlPolicyEnablementRequest);
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Command to InviteAccount
|
|
344
|
+
*/
|
|
345
|
+
export declare class InviteAccountCommand extends Command<InviteAccountRequest, InviteAccountCommandOutput, 'InviteAccountCommand'> {
|
|
346
|
+
static readonly metaPath = "/InviteAccount/2022-01-01/organization/post/application_json/";
|
|
347
|
+
constructor(input: InviteAccountRequest);
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* Command to ListAccounts
|
|
351
|
+
*/
|
|
352
|
+
export declare class ListAccountsCommand extends Command<ListAccountsRequest, ListAccountsCommandOutput, 'ListAccountsCommand'> {
|
|
353
|
+
static readonly metaPath = "/ListAccounts/2022-01-01/organization/post/application_json/";
|
|
354
|
+
constructor(input: ListAccountsRequest);
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* Command to ListInvitations
|
|
358
|
+
*/
|
|
359
|
+
export declare class ListInvitationsCommand extends Command<ListInvitationsRequest, ListInvitationsCommandOutput, 'ListInvitationsCommand'> {
|
|
360
|
+
static readonly metaPath = "/ListInvitations/2022-01-01/organization/post/application_json/";
|
|
361
|
+
constructor(input: ListInvitationsRequest);
|
|
362
|
+
}
|
|
363
|
+
/**
|
|
364
|
+
* Command to ListOrganizationalUnits
|
|
365
|
+
*/
|
|
366
|
+
export declare class ListOrganizationalUnitsCommand extends Command<ListOrganizationalUnitsRequest, ListOrganizationalUnitsCommandOutput, 'ListOrganizationalUnitsCommand'> {
|
|
367
|
+
static readonly metaPath = "/ListOrganizationalUnits/2022-01-01/organization/post/application_json/";
|
|
368
|
+
constructor(input: ListOrganizationalUnitsRequest);
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Command to ListOrganizationalUnitsForParent
|
|
372
|
+
*/
|
|
373
|
+
export declare class ListOrganizationalUnitsForParentCommand extends Command<ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentCommandOutput, 'ListOrganizationalUnitsForParentCommand'> {
|
|
374
|
+
static readonly metaPath = "/ListOrganizationalUnitsForParent/2022-01-01/organization/post/application_json/";
|
|
375
|
+
constructor(input: ListOrganizationalUnitsForParentRequest);
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Command to ListPoliciesForTarget
|
|
379
|
+
*/
|
|
380
|
+
export declare class ListPoliciesForTargetCommand extends Command<ListPoliciesForTargetRequest, ListPoliciesForTargetCommandOutput, 'ListPoliciesForTargetCommand'> {
|
|
381
|
+
static readonly metaPath = "/ListPoliciesForTarget/2022-01-01/organization/post/application_json/";
|
|
382
|
+
constructor(input: ListPoliciesForTargetRequest);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* Command to ListServiceControlPolicies
|
|
386
|
+
*/
|
|
387
|
+
export declare class ListServiceControlPoliciesCommand extends Command<ListServiceControlPoliciesRequest, ListServiceControlPoliciesCommandOutput, 'ListServiceControlPoliciesCommand'> {
|
|
388
|
+
static readonly metaPath = "/ListServiceControlPolicies/2022-01-01/organization/post/application_json/";
|
|
389
|
+
constructor(input: ListServiceControlPoliciesRequest);
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* Command to ListTagResources
|
|
393
|
+
*/
|
|
394
|
+
export declare class ListTagResourcesCommand extends Command<ListTagResourcesRequest, ListTagResourcesCommandOutput, 'ListTagResourcesCommand'> {
|
|
395
|
+
static readonly metaPath = "/ListTagResources/2022-01-01/organization/get/text_plain/";
|
|
396
|
+
constructor(input: ListTagResourcesRequest);
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* Command to ListTargetsForPolicy
|
|
400
|
+
*/
|
|
401
|
+
export declare class ListTargetsForPolicyCommand extends Command<ListTargetsForPolicyRequest, ListTargetsForPolicyCommandOutput, 'ListTargetsForPolicyCommand'> {
|
|
402
|
+
static readonly metaPath = "/ListTargetsForPolicy/2022-01-01/organization/post/application_json/";
|
|
403
|
+
constructor(input: ListTargetsForPolicyRequest);
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Command to MoveAccount
|
|
407
|
+
*/
|
|
408
|
+
export declare class MoveAccountCommand extends Command<MoveAccountRequest, MoveAccountCommandOutput, 'MoveAccountCommand'> {
|
|
409
|
+
static readonly metaPath = "/MoveAccount/2022-01-01/organization/post/application_json/";
|
|
410
|
+
constructor(input: MoveAccountRequest);
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Command to QuitOrganization
|
|
414
|
+
*/
|
|
415
|
+
export declare class QuitOrganizationCommand extends Command<QuitOrganizationRequest, QuitOrganizationCommandOutput, 'QuitOrganizationCommand'> {
|
|
416
|
+
static readonly metaPath = "/QuitOrganization/2022-01-01/organization/post/application_json/";
|
|
417
|
+
constructor(input: QuitOrganizationRequest);
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Command to ReInviteAccount
|
|
421
|
+
*/
|
|
422
|
+
export declare class ReInviteAccountCommand extends Command<ReInviteAccountRequest, ReInviteAccountCommandOutput, 'ReInviteAccountCommand'> {
|
|
423
|
+
static readonly metaPath = "/ReInviteAccount/2022-01-01/organization/post/application_json/";
|
|
424
|
+
constructor(input: ReInviteAccountRequest);
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* Command to RejectInvitation
|
|
428
|
+
*/
|
|
429
|
+
export declare class RejectInvitationCommand extends Command<RejectInvitationRequest, RejectInvitationCommandOutput, 'RejectInvitationCommand'> {
|
|
430
|
+
static readonly metaPath = "/RejectInvitation/2022-01-01/organization/post/application_json/";
|
|
431
|
+
constructor(input: RejectInvitationRequest);
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Command to RejectQuitApplication
|
|
435
|
+
*/
|
|
436
|
+
export declare class RejectQuitApplicationCommand extends Command<RejectQuitApplicationRequest, RejectQuitApplicationCommandOutput, 'RejectQuitApplicationCommand'> {
|
|
437
|
+
static readonly metaPath = "/RejectQuitApplication/2022-01-01/organization/post/application_json/";
|
|
438
|
+
constructor(input: RejectQuitApplicationRequest);
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* Command to RemoveAccount
|
|
442
|
+
*/
|
|
443
|
+
export declare class RemoveAccountCommand extends Command<RemoveAccountRequest, RemoveAccountCommandOutput, 'RemoveAccountCommand'> {
|
|
444
|
+
static readonly metaPath = "/RemoveAccount/2022-01-01/organization/post/application_json/";
|
|
445
|
+
constructor(input: RemoveAccountRequest);
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* Command to RetryChangeAccountSecureContactInfo
|
|
449
|
+
*/
|
|
450
|
+
export declare class RetryChangeAccountSecureContactInfoCommand extends Command<RetryChangeAccountSecureContactInfoRequest, RetryChangeAccountSecureContactInfoCommandOutput, 'RetryChangeAccountSecureContactInfoCommand'> {
|
|
451
|
+
static readonly metaPath = "/RetryChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/";
|
|
452
|
+
constructor(input: RetryChangeAccountSecureContactInfoRequest);
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* Command to TagResources
|
|
456
|
+
*/
|
|
457
|
+
export declare class TagResourcesCommand extends Command<TagResourcesRequest, TagResourcesCommandOutput, 'TagResourcesCommand'> {
|
|
458
|
+
static readonly metaPath = "/TagResources/2022-01-01/organization/get/text_plain/";
|
|
459
|
+
constructor(input: TagResourcesRequest);
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* Command to UntagResources
|
|
463
|
+
*/
|
|
464
|
+
export declare class UntagResourcesCommand extends Command<UntagResourcesRequest, UntagResourcesCommandOutput, 'UntagResourcesCommand'> {
|
|
465
|
+
static readonly metaPath = "/UntagResources/2022-01-01/organization/get/text_plain/";
|
|
466
|
+
constructor(input: UntagResourcesRequest);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Command to UpdateAccount
|
|
470
|
+
*/
|
|
471
|
+
export declare class UpdateAccountCommand extends Command<UpdateAccountRequest, UpdateAccountCommandOutput, 'UpdateAccountCommand'> {
|
|
472
|
+
static readonly metaPath = "/UpdateAccount/2022-01-01/organization/post/application_json/";
|
|
473
|
+
constructor(input: UpdateAccountRequest);
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* Command to UpdateOrganizationalUnit
|
|
477
|
+
*/
|
|
478
|
+
export declare class UpdateOrganizationalUnitCommand extends Command<UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitCommandOutput, 'UpdateOrganizationalUnitCommand'> {
|
|
479
|
+
static readonly metaPath = "/UpdateOrganizationalUnit/2022-01-01/organization/post/application_json/";
|
|
480
|
+
constructor(input: UpdateOrganizationalUnitRequest);
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* Command to UpdateServiceControlPolicy
|
|
484
|
+
*/
|
|
485
|
+
export declare class UpdateServiceControlPolicyCommand extends Command<UpdateServiceControlPolicyRequest, UpdateServiceControlPolicyCommandOutput, 'UpdateServiceControlPolicyCommand'> {
|
|
486
|
+
static readonly metaPath = "/UpdateServiceControlPolicy/2022-01-01/organization/post/application_json/";
|
|
487
|
+
constructor(input: UpdateServiceControlPolicyRequest);
|
|
488
|
+
}
|
|
489
|
+
declare const _default: {
|
|
490
|
+
ORGANIZATIONClient: typeof ORGANIZATIONClient;
|
|
491
|
+
AcceptInvitationCommand: typeof AcceptInvitationCommand;
|
|
492
|
+
AcceptQuitApplicationCommand: typeof AcceptQuitApplicationCommand;
|
|
493
|
+
AttachServiceControlPolicyCommand: typeof AttachServiceControlPolicyCommand;
|
|
494
|
+
CancelChangeAccountSecureContactInfoCommand: typeof CancelChangeAccountSecureContactInfoCommand;
|
|
495
|
+
CancelInvitationCommand: typeof CancelInvitationCommand;
|
|
496
|
+
ChangeAccountSecureContactInfoCommand: typeof ChangeAccountSecureContactInfoCommand;
|
|
497
|
+
CreateAccountCommand: typeof CreateAccountCommand;
|
|
498
|
+
CreateOrganizationCommand: typeof CreateOrganizationCommand;
|
|
499
|
+
CreateOrganizationalUnitCommand: typeof CreateOrganizationalUnitCommand;
|
|
500
|
+
CreateServiceControlPolicyCommand: typeof CreateServiceControlPolicyCommand;
|
|
501
|
+
DeleteOrganizationCommand: typeof DeleteOrganizationCommand;
|
|
502
|
+
DeleteOrganizationalUnitCommand: typeof DeleteOrganizationalUnitCommand;
|
|
503
|
+
DeleteServiceControlPolicyCommand: typeof DeleteServiceControlPolicyCommand;
|
|
504
|
+
DescribeAccountCommand: typeof DescribeAccountCommand;
|
|
505
|
+
DescribeAccountInvitationCommand: typeof DescribeAccountInvitationCommand;
|
|
506
|
+
DescribeOrganizationCommand: typeof DescribeOrganizationCommand;
|
|
507
|
+
DescribeOrganizationalUnitCommand: typeof DescribeOrganizationalUnitCommand;
|
|
508
|
+
DescribeQuitApplicationCommand: typeof DescribeQuitApplicationCommand;
|
|
509
|
+
DetachServiceControlPolicyCommand: typeof DetachServiceControlPolicyCommand;
|
|
510
|
+
DisableConsoleLoginCommand: typeof DisableConsoleLoginCommand;
|
|
511
|
+
DisableServiceControlPolicyCommand: typeof DisableServiceControlPolicyCommand;
|
|
512
|
+
EnableConsoleLoginCommand: typeof EnableConsoleLoginCommand;
|
|
513
|
+
EnableServiceControlPolicyCommand: typeof EnableServiceControlPolicyCommand;
|
|
514
|
+
GetAccountSecureContactInfoCommand: typeof GetAccountSecureContactInfoCommand;
|
|
515
|
+
GetServiceControlPolicyCommand: typeof GetServiceControlPolicyCommand;
|
|
516
|
+
GetServiceControlPolicyEnablementCommand: typeof GetServiceControlPolicyEnablementCommand;
|
|
517
|
+
InviteAccountCommand: typeof InviteAccountCommand;
|
|
518
|
+
ListAccountsCommand: typeof ListAccountsCommand;
|
|
519
|
+
ListInvitationsCommand: typeof ListInvitationsCommand;
|
|
520
|
+
ListOrganizationalUnitsCommand: typeof ListOrganizationalUnitsCommand;
|
|
521
|
+
ListOrganizationalUnitsForParentCommand: typeof ListOrganizationalUnitsForParentCommand;
|
|
522
|
+
ListPoliciesForTargetCommand: typeof ListPoliciesForTargetCommand;
|
|
523
|
+
ListServiceControlPoliciesCommand: typeof ListServiceControlPoliciesCommand;
|
|
524
|
+
ListTagResourcesCommand: typeof ListTagResourcesCommand;
|
|
525
|
+
ListTargetsForPolicyCommand: typeof ListTargetsForPolicyCommand;
|
|
526
|
+
MoveAccountCommand: typeof MoveAccountCommand;
|
|
527
|
+
QuitOrganizationCommand: typeof QuitOrganizationCommand;
|
|
528
|
+
ReInviteAccountCommand: typeof ReInviteAccountCommand;
|
|
529
|
+
RejectInvitationCommand: typeof RejectInvitationCommand;
|
|
530
|
+
RejectQuitApplicationCommand: typeof RejectQuitApplicationCommand;
|
|
531
|
+
RemoveAccountCommand: typeof RemoveAccountCommand;
|
|
532
|
+
RetryChangeAccountSecureContactInfoCommand: typeof RetryChangeAccountSecureContactInfoCommand;
|
|
533
|
+
TagResourcesCommand: typeof TagResourcesCommand;
|
|
534
|
+
UntagResourcesCommand: typeof UntagResourcesCommand;
|
|
535
|
+
UpdateAccountCommand: typeof UpdateAccountCommand;
|
|
536
|
+
UpdateOrganizationalUnitCommand: typeof UpdateOrganizationalUnitCommand;
|
|
537
|
+
UpdateServiceControlPolicyCommand: typeof UpdateServiceControlPolicyCommand;
|
|
538
|
+
};
|
|
539
|
+
export default _default;
|
|
540
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* organization
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export * from "./api";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}
|