@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,525 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
GetServiceControlPolicyCommand: ()=>GetServiceControlPolicyCommand,
|
|
28
|
+
GetServiceControlPolicyEnablementCommand: ()=>GetServiceControlPolicyEnablementCommand,
|
|
29
|
+
ORGANIZATIONClient: ()=>ORGANIZATIONClient,
|
|
30
|
+
RejectQuitApplicationCommand: ()=>RejectQuitApplicationCommand,
|
|
31
|
+
ListServiceControlPoliciesCommand: ()=>ListServiceControlPoliciesCommand,
|
|
32
|
+
QuitOrganizationCommand: ()=>QuitOrganizationCommand,
|
|
33
|
+
CancelChangeAccountSecureContactInfoCommand: ()=>CancelChangeAccountSecureContactInfoCommand,
|
|
34
|
+
InviteAccountCommand: ()=>InviteAccountCommand,
|
|
35
|
+
ListAccountsCommand: ()=>ListAccountsCommand,
|
|
36
|
+
ListOrganizationalUnitsCommand: ()=>ListOrganizationalUnitsCommand,
|
|
37
|
+
UntagResourcesCommand: ()=>UntagResourcesCommand,
|
|
38
|
+
DescribeAccountCommand: ()=>DescribeAccountCommand,
|
|
39
|
+
CreateOrganizationCommand: ()=>CreateOrganizationCommand,
|
|
40
|
+
DisableServiceControlPolicyCommand: ()=>DisableServiceControlPolicyCommand,
|
|
41
|
+
UpdateOrganizationalUnitCommand: ()=>UpdateOrganizationalUnitCommand,
|
|
42
|
+
ChangeAccountSecureContactInfoCommand: ()=>ChangeAccountSecureContactInfoCommand,
|
|
43
|
+
DescribeAccountInvitationCommand: ()=>DescribeAccountInvitationCommand,
|
|
44
|
+
DetachServiceControlPolicyCommand: ()=>DetachServiceControlPolicyCommand,
|
|
45
|
+
CancelInvitationCommand: ()=>CancelInvitationCommand,
|
|
46
|
+
UpdateServiceControlPolicyCommand: ()=>UpdateServiceControlPolicyCommand,
|
|
47
|
+
AcceptInvitationCommand: ()=>AcceptInvitationCommand,
|
|
48
|
+
RejectInvitationCommand: ()=>RejectInvitationCommand,
|
|
49
|
+
AcceptQuitApplicationCommand: ()=>AcceptQuitApplicationCommand,
|
|
50
|
+
AttachServiceControlPolicyCommand: ()=>AttachServiceControlPolicyCommand,
|
|
51
|
+
DeleteOrganizationCommand: ()=>DeleteOrganizationCommand,
|
|
52
|
+
CreateServiceControlPolicyCommand: ()=>CreateServiceControlPolicyCommand,
|
|
53
|
+
DeleteServiceControlPolicyCommand: ()=>DeleteServiceControlPolicyCommand,
|
|
54
|
+
ListInvitationsCommand: ()=>ListInvitationsCommand,
|
|
55
|
+
CreateAccountCommand: ()=>CreateAccountCommand,
|
|
56
|
+
ListOrganizationalUnitsForParentCommand: ()=>ListOrganizationalUnitsForParentCommand,
|
|
57
|
+
ListTargetsForPolicyCommand: ()=>ListTargetsForPolicyCommand,
|
|
58
|
+
GetAccountSecureContactInfoCommand: ()=>GetAccountSecureContactInfoCommand,
|
|
59
|
+
EnableConsoleLoginCommand: ()=>EnableConsoleLoginCommand,
|
|
60
|
+
RetryChangeAccountSecureContactInfoCommand: ()=>RetryChangeAccountSecureContactInfoCommand,
|
|
61
|
+
DisableConsoleLoginCommand: ()=>DisableConsoleLoginCommand,
|
|
62
|
+
ListTagResourcesCommand: ()=>ListTagResourcesCommand,
|
|
63
|
+
TagResourcesCommand: ()=>TagResourcesCommand,
|
|
64
|
+
DescribeQuitApplicationCommand: ()=>DescribeQuitApplicationCommand,
|
|
65
|
+
CreateOrganizationalUnitCommand: ()=>CreateOrganizationalUnitCommand,
|
|
66
|
+
ListPoliciesForTargetCommand: ()=>ListPoliciesForTargetCommand,
|
|
67
|
+
DeleteOrganizationalUnitCommand: ()=>DeleteOrganizationalUnitCommand,
|
|
68
|
+
EnableServiceControlPolicyCommand: ()=>EnableServiceControlPolicyCommand,
|
|
69
|
+
ReInviteAccountCommand: ()=>ReInviteAccountCommand,
|
|
70
|
+
UpdateAccountCommand: ()=>UpdateAccountCommand,
|
|
71
|
+
RemoveAccountCommand: ()=>RemoveAccountCommand,
|
|
72
|
+
DescribeOrganizationCommand: ()=>DescribeOrganizationCommand,
|
|
73
|
+
DescribeOrganizationalUnitCommand: ()=>DescribeOrganizationalUnitCommand,
|
|
74
|
+
MoveAccountCommand: ()=>MoveAccountCommand
|
|
75
|
+
});
|
|
76
|
+
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
77
|
+
function _define_property(obj, key, value) {
|
|
78
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
79
|
+
value: value,
|
|
80
|
+
enumerable: true,
|
|
81
|
+
configurable: true,
|
|
82
|
+
writable: true
|
|
83
|
+
});
|
|
84
|
+
else obj[key] = value;
|
|
85
|
+
return obj;
|
|
86
|
+
}
|
|
87
|
+
class ORGANIZATIONClient extends sdk_core_namespaceObject.Client {
|
|
88
|
+
constructor(config = {}){
|
|
89
|
+
super({
|
|
90
|
+
protocol: 'https',
|
|
91
|
+
region: 'cn-beijing',
|
|
92
|
+
...config
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
class AcceptInvitationCommand extends sdk_core_namespaceObject.Command {
|
|
97
|
+
constructor(input){
|
|
98
|
+
super(input);
|
|
99
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AcceptInvitationCommand.metaPath);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
_define_property(AcceptInvitationCommand, "metaPath", '/AcceptInvitation/2022-01-01/organization/post/application_json/');
|
|
103
|
+
class AcceptQuitApplicationCommand extends sdk_core_namespaceObject.Command {
|
|
104
|
+
constructor(input){
|
|
105
|
+
super(input);
|
|
106
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AcceptQuitApplicationCommand.metaPath);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
_define_property(AcceptQuitApplicationCommand, "metaPath", '/AcceptQuitApplication/2022-01-01/organization/post/application_json/');
|
|
110
|
+
class AttachServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
111
|
+
constructor(input){
|
|
112
|
+
super(input);
|
|
113
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AttachServiceControlPolicyCommand.metaPath);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
_define_property(AttachServiceControlPolicyCommand, "metaPath", '/AttachServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
117
|
+
class CancelChangeAccountSecureContactInfoCommand extends sdk_core_namespaceObject.Command {
|
|
118
|
+
constructor(input){
|
|
119
|
+
super(input);
|
|
120
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CancelChangeAccountSecureContactInfoCommand.metaPath);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
_define_property(CancelChangeAccountSecureContactInfoCommand, "metaPath", '/CancelChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
|
|
124
|
+
class CancelInvitationCommand extends sdk_core_namespaceObject.Command {
|
|
125
|
+
constructor(input){
|
|
126
|
+
super(input);
|
|
127
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CancelInvitationCommand.metaPath);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
_define_property(CancelInvitationCommand, "metaPath", '/CancelInvitation/2022-01-01/organization/post/application_json/');
|
|
131
|
+
class ChangeAccountSecureContactInfoCommand extends sdk_core_namespaceObject.Command {
|
|
132
|
+
constructor(input){
|
|
133
|
+
super(input);
|
|
134
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ChangeAccountSecureContactInfoCommand.metaPath);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
_define_property(ChangeAccountSecureContactInfoCommand, "metaPath", '/ChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
|
|
138
|
+
class CreateAccountCommand extends sdk_core_namespaceObject.Command {
|
|
139
|
+
constructor(input){
|
|
140
|
+
super(input);
|
|
141
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAccountCommand.metaPath);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
_define_property(CreateAccountCommand, "metaPath", '/CreateAccount/2022-01-01/organization/post/application_json/');
|
|
145
|
+
class CreateOrganizationCommand extends sdk_core_namespaceObject.Command {
|
|
146
|
+
constructor(input){
|
|
147
|
+
super(input);
|
|
148
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateOrganizationCommand.metaPath);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
_define_property(CreateOrganizationCommand, "metaPath", '/CreateOrganization/2022-01-01/organization/post/application_json/');
|
|
152
|
+
class CreateOrganizationalUnitCommand extends sdk_core_namespaceObject.Command {
|
|
153
|
+
constructor(input){
|
|
154
|
+
super(input);
|
|
155
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateOrganizationalUnitCommand.metaPath);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
_define_property(CreateOrganizationalUnitCommand, "metaPath", '/CreateOrganizationalUnit/2022-01-01/organization/post/application_json/');
|
|
159
|
+
class CreateServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
160
|
+
constructor(input){
|
|
161
|
+
super(input);
|
|
162
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateServiceControlPolicyCommand.metaPath);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
_define_property(CreateServiceControlPolicyCommand, "metaPath", '/CreateServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
166
|
+
class DeleteOrganizationCommand extends sdk_core_namespaceObject.Command {
|
|
167
|
+
constructor(input){
|
|
168
|
+
super(input);
|
|
169
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteOrganizationCommand.metaPath);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
_define_property(DeleteOrganizationCommand, "metaPath", '/DeleteOrganization/2022-01-01/organization/post/application_json/');
|
|
173
|
+
class DeleteOrganizationalUnitCommand extends sdk_core_namespaceObject.Command {
|
|
174
|
+
constructor(input){
|
|
175
|
+
super(input);
|
|
176
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteOrganizationalUnitCommand.metaPath);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
_define_property(DeleteOrganizationalUnitCommand, "metaPath", '/DeleteOrganizationalUnit/2022-01-01/organization/post/application_json/');
|
|
180
|
+
class DeleteServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
181
|
+
constructor(input){
|
|
182
|
+
super(input);
|
|
183
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteServiceControlPolicyCommand.metaPath);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
_define_property(DeleteServiceControlPolicyCommand, "metaPath", '/DeleteServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
187
|
+
class DescribeAccountCommand extends sdk_core_namespaceObject.Command {
|
|
188
|
+
constructor(input){
|
|
189
|
+
super(input);
|
|
190
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAccountCommand.metaPath);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
_define_property(DescribeAccountCommand, "metaPath", '/DescribeAccount/2022-01-01/organization/post/application_json/');
|
|
194
|
+
class DescribeAccountInvitationCommand extends sdk_core_namespaceObject.Command {
|
|
195
|
+
constructor(input){
|
|
196
|
+
super(input);
|
|
197
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAccountInvitationCommand.metaPath);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
_define_property(DescribeAccountInvitationCommand, "metaPath", '/DescribeAccountInvitation/2022-01-01/organization/post/application_json/');
|
|
201
|
+
class DescribeOrganizationCommand extends sdk_core_namespaceObject.Command {
|
|
202
|
+
constructor(input){
|
|
203
|
+
super(input);
|
|
204
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeOrganizationCommand.metaPath);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
_define_property(DescribeOrganizationCommand, "metaPath", '/DescribeOrganization/2022-01-01/organization/post/application_json/');
|
|
208
|
+
class DescribeOrganizationalUnitCommand extends sdk_core_namespaceObject.Command {
|
|
209
|
+
constructor(input){
|
|
210
|
+
super(input);
|
|
211
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeOrganizationalUnitCommand.metaPath);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
_define_property(DescribeOrganizationalUnitCommand, "metaPath", '/DescribeOrganizationalUnit/2022-01-01/organization/post/application_json/');
|
|
215
|
+
class DescribeQuitApplicationCommand extends sdk_core_namespaceObject.Command {
|
|
216
|
+
constructor(input){
|
|
217
|
+
super(input);
|
|
218
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeQuitApplicationCommand.metaPath);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
_define_property(DescribeQuitApplicationCommand, "metaPath", '/DescribeQuitApplication/2022-01-01/organization/post/application_json/');
|
|
222
|
+
class DetachServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
223
|
+
constructor(input){
|
|
224
|
+
super(input);
|
|
225
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DetachServiceControlPolicyCommand.metaPath);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
_define_property(DetachServiceControlPolicyCommand, "metaPath", '/DetachServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
229
|
+
class DisableConsoleLoginCommand extends sdk_core_namespaceObject.Command {
|
|
230
|
+
constructor(input){
|
|
231
|
+
super(input);
|
|
232
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableConsoleLoginCommand.metaPath);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
_define_property(DisableConsoleLoginCommand, "metaPath", '/DisableConsoleLogin/2022-01-01/organization/post/application_json/');
|
|
236
|
+
class DisableServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
237
|
+
constructor(input){
|
|
238
|
+
super(input);
|
|
239
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableServiceControlPolicyCommand.metaPath);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
_define_property(DisableServiceControlPolicyCommand, "metaPath", '/DisableServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
243
|
+
class EnableConsoleLoginCommand extends sdk_core_namespaceObject.Command {
|
|
244
|
+
constructor(input){
|
|
245
|
+
super(input);
|
|
246
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableConsoleLoginCommand.metaPath);
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
_define_property(EnableConsoleLoginCommand, "metaPath", '/EnableConsoleLogin/2022-01-01/organization/post/application_json/');
|
|
250
|
+
class EnableServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
251
|
+
constructor(input){
|
|
252
|
+
super(input);
|
|
253
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableServiceControlPolicyCommand.metaPath);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
_define_property(EnableServiceControlPolicyCommand, "metaPath", '/EnableServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
257
|
+
class GetAccountSecureContactInfoCommand extends sdk_core_namespaceObject.Command {
|
|
258
|
+
constructor(input){
|
|
259
|
+
super(input);
|
|
260
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAccountSecureContactInfoCommand.metaPath);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
_define_property(GetAccountSecureContactInfoCommand, "metaPath", '/GetAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
|
|
264
|
+
class GetServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
265
|
+
constructor(input){
|
|
266
|
+
super(input);
|
|
267
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetServiceControlPolicyCommand.metaPath);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
_define_property(GetServiceControlPolicyCommand, "metaPath", '/GetServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
271
|
+
class GetServiceControlPolicyEnablementCommand extends sdk_core_namespaceObject.Command {
|
|
272
|
+
constructor(input){
|
|
273
|
+
super(input);
|
|
274
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetServiceControlPolicyEnablementCommand.metaPath);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
_define_property(GetServiceControlPolicyEnablementCommand, "metaPath", '/GetServiceControlPolicyEnablement/2022-01-01/organization/post/application_json/');
|
|
278
|
+
class InviteAccountCommand extends sdk_core_namespaceObject.Command {
|
|
279
|
+
constructor(input){
|
|
280
|
+
super(input);
|
|
281
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(InviteAccountCommand.metaPath);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
_define_property(InviteAccountCommand, "metaPath", '/InviteAccount/2022-01-01/organization/post/application_json/');
|
|
285
|
+
class ListAccountsCommand extends sdk_core_namespaceObject.Command {
|
|
286
|
+
constructor(input){
|
|
287
|
+
super(input);
|
|
288
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAccountsCommand.metaPath);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
_define_property(ListAccountsCommand, "metaPath", '/ListAccounts/2022-01-01/organization/post/application_json/');
|
|
292
|
+
class ListInvitationsCommand extends sdk_core_namespaceObject.Command {
|
|
293
|
+
constructor(input){
|
|
294
|
+
super(input);
|
|
295
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListInvitationsCommand.metaPath);
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
_define_property(ListInvitationsCommand, "metaPath", '/ListInvitations/2022-01-01/organization/post/application_json/');
|
|
299
|
+
class ListOrganizationalUnitsCommand extends sdk_core_namespaceObject.Command {
|
|
300
|
+
constructor(input){
|
|
301
|
+
super(input);
|
|
302
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListOrganizationalUnitsCommand.metaPath);
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
_define_property(ListOrganizationalUnitsCommand, "metaPath", '/ListOrganizationalUnits/2022-01-01/organization/post/application_json/');
|
|
306
|
+
class ListOrganizationalUnitsForParentCommand extends sdk_core_namespaceObject.Command {
|
|
307
|
+
constructor(input){
|
|
308
|
+
super(input);
|
|
309
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListOrganizationalUnitsForParentCommand.metaPath);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
_define_property(ListOrganizationalUnitsForParentCommand, "metaPath", '/ListOrganizationalUnitsForParent/2022-01-01/organization/post/application_json/');
|
|
313
|
+
class ListPoliciesForTargetCommand extends sdk_core_namespaceObject.Command {
|
|
314
|
+
constructor(input){
|
|
315
|
+
super(input);
|
|
316
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListPoliciesForTargetCommand.metaPath);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
_define_property(ListPoliciesForTargetCommand, "metaPath", '/ListPoliciesForTarget/2022-01-01/organization/post/application_json/');
|
|
320
|
+
class ListServiceControlPoliciesCommand extends sdk_core_namespaceObject.Command {
|
|
321
|
+
constructor(input){
|
|
322
|
+
super(input);
|
|
323
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListServiceControlPoliciesCommand.metaPath);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
_define_property(ListServiceControlPoliciesCommand, "metaPath", '/ListServiceControlPolicies/2022-01-01/organization/post/application_json/');
|
|
327
|
+
class ListTagResourcesCommand extends sdk_core_namespaceObject.Command {
|
|
328
|
+
constructor(input){
|
|
329
|
+
super(input);
|
|
330
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListTagResourcesCommand.metaPath);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
_define_property(ListTagResourcesCommand, "metaPath", '/ListTagResources/2022-01-01/organization/get/text_plain/');
|
|
334
|
+
class ListTargetsForPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
335
|
+
constructor(input){
|
|
336
|
+
super(input);
|
|
337
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListTargetsForPolicyCommand.metaPath);
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
_define_property(ListTargetsForPolicyCommand, "metaPath", '/ListTargetsForPolicy/2022-01-01/organization/post/application_json/');
|
|
341
|
+
class MoveAccountCommand extends sdk_core_namespaceObject.Command {
|
|
342
|
+
constructor(input){
|
|
343
|
+
super(input);
|
|
344
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MoveAccountCommand.metaPath);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
_define_property(MoveAccountCommand, "metaPath", '/MoveAccount/2022-01-01/organization/post/application_json/');
|
|
348
|
+
class QuitOrganizationCommand extends sdk_core_namespaceObject.Command {
|
|
349
|
+
constructor(input){
|
|
350
|
+
super(input);
|
|
351
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QuitOrganizationCommand.metaPath);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
_define_property(QuitOrganizationCommand, "metaPath", '/QuitOrganization/2022-01-01/organization/post/application_json/');
|
|
355
|
+
class ReInviteAccountCommand extends sdk_core_namespaceObject.Command {
|
|
356
|
+
constructor(input){
|
|
357
|
+
super(input);
|
|
358
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ReInviteAccountCommand.metaPath);
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
_define_property(ReInviteAccountCommand, "metaPath", '/ReInviteAccount/2022-01-01/organization/post/application_json/');
|
|
362
|
+
class RejectInvitationCommand extends sdk_core_namespaceObject.Command {
|
|
363
|
+
constructor(input){
|
|
364
|
+
super(input);
|
|
365
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RejectInvitationCommand.metaPath);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
_define_property(RejectInvitationCommand, "metaPath", '/RejectInvitation/2022-01-01/organization/post/application_json/');
|
|
369
|
+
class RejectQuitApplicationCommand extends sdk_core_namespaceObject.Command {
|
|
370
|
+
constructor(input){
|
|
371
|
+
super(input);
|
|
372
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RejectQuitApplicationCommand.metaPath);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
_define_property(RejectQuitApplicationCommand, "metaPath", '/RejectQuitApplication/2022-01-01/organization/post/application_json/');
|
|
376
|
+
class RemoveAccountCommand extends sdk_core_namespaceObject.Command {
|
|
377
|
+
constructor(input){
|
|
378
|
+
super(input);
|
|
379
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemoveAccountCommand.metaPath);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
_define_property(RemoveAccountCommand, "metaPath", '/RemoveAccount/2022-01-01/organization/post/application_json/');
|
|
383
|
+
class RetryChangeAccountSecureContactInfoCommand extends sdk_core_namespaceObject.Command {
|
|
384
|
+
constructor(input){
|
|
385
|
+
super(input);
|
|
386
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RetryChangeAccountSecureContactInfoCommand.metaPath);
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
_define_property(RetryChangeAccountSecureContactInfoCommand, "metaPath", '/RetryChangeAccountSecureContactInfo/2022-01-01/organization/post/application_json/');
|
|
390
|
+
class TagResourcesCommand extends sdk_core_namespaceObject.Command {
|
|
391
|
+
constructor(input){
|
|
392
|
+
super(input);
|
|
393
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TagResourcesCommand.metaPath);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
_define_property(TagResourcesCommand, "metaPath", '/TagResources/2022-01-01/organization/get/text_plain/');
|
|
397
|
+
class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
|
|
398
|
+
constructor(input){
|
|
399
|
+
super(input);
|
|
400
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UntagResourcesCommand.metaPath);
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2022-01-01/organization/get/text_plain/');
|
|
404
|
+
class UpdateAccountCommand extends sdk_core_namespaceObject.Command {
|
|
405
|
+
constructor(input){
|
|
406
|
+
super(input);
|
|
407
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAccountCommand.metaPath);
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
_define_property(UpdateAccountCommand, "metaPath", '/UpdateAccount/2022-01-01/organization/post/application_json/');
|
|
411
|
+
class UpdateOrganizationalUnitCommand extends sdk_core_namespaceObject.Command {
|
|
412
|
+
constructor(input){
|
|
413
|
+
super(input);
|
|
414
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateOrganizationalUnitCommand.metaPath);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
_define_property(UpdateOrganizationalUnitCommand, "metaPath", '/UpdateOrganizationalUnit/2022-01-01/organization/post/application_json/');
|
|
418
|
+
class UpdateServiceControlPolicyCommand extends sdk_core_namespaceObject.Command {
|
|
419
|
+
constructor(input){
|
|
420
|
+
super(input);
|
|
421
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateServiceControlPolicyCommand.metaPath);
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
_define_property(UpdateServiceControlPolicyCommand, "metaPath", '/UpdateServiceControlPolicy/2022-01-01/organization/post/application_json/');
|
|
425
|
+
exports.AcceptInvitationCommand = __webpack_exports__.AcceptInvitationCommand;
|
|
426
|
+
exports.AcceptQuitApplicationCommand = __webpack_exports__.AcceptQuitApplicationCommand;
|
|
427
|
+
exports.AttachServiceControlPolicyCommand = __webpack_exports__.AttachServiceControlPolicyCommand;
|
|
428
|
+
exports.CancelChangeAccountSecureContactInfoCommand = __webpack_exports__.CancelChangeAccountSecureContactInfoCommand;
|
|
429
|
+
exports.CancelInvitationCommand = __webpack_exports__.CancelInvitationCommand;
|
|
430
|
+
exports.ChangeAccountSecureContactInfoCommand = __webpack_exports__.ChangeAccountSecureContactInfoCommand;
|
|
431
|
+
exports.CreateAccountCommand = __webpack_exports__.CreateAccountCommand;
|
|
432
|
+
exports.CreateOrganizationCommand = __webpack_exports__.CreateOrganizationCommand;
|
|
433
|
+
exports.CreateOrganizationalUnitCommand = __webpack_exports__.CreateOrganizationalUnitCommand;
|
|
434
|
+
exports.CreateServiceControlPolicyCommand = __webpack_exports__.CreateServiceControlPolicyCommand;
|
|
435
|
+
exports.DeleteOrganizationCommand = __webpack_exports__.DeleteOrganizationCommand;
|
|
436
|
+
exports.DeleteOrganizationalUnitCommand = __webpack_exports__.DeleteOrganizationalUnitCommand;
|
|
437
|
+
exports.DeleteServiceControlPolicyCommand = __webpack_exports__.DeleteServiceControlPolicyCommand;
|
|
438
|
+
exports.DescribeAccountCommand = __webpack_exports__.DescribeAccountCommand;
|
|
439
|
+
exports.DescribeAccountInvitationCommand = __webpack_exports__.DescribeAccountInvitationCommand;
|
|
440
|
+
exports.DescribeOrganizationCommand = __webpack_exports__.DescribeOrganizationCommand;
|
|
441
|
+
exports.DescribeOrganizationalUnitCommand = __webpack_exports__.DescribeOrganizationalUnitCommand;
|
|
442
|
+
exports.DescribeQuitApplicationCommand = __webpack_exports__.DescribeQuitApplicationCommand;
|
|
443
|
+
exports.DetachServiceControlPolicyCommand = __webpack_exports__.DetachServiceControlPolicyCommand;
|
|
444
|
+
exports.DisableConsoleLoginCommand = __webpack_exports__.DisableConsoleLoginCommand;
|
|
445
|
+
exports.DisableServiceControlPolicyCommand = __webpack_exports__.DisableServiceControlPolicyCommand;
|
|
446
|
+
exports.EnableConsoleLoginCommand = __webpack_exports__.EnableConsoleLoginCommand;
|
|
447
|
+
exports.EnableServiceControlPolicyCommand = __webpack_exports__.EnableServiceControlPolicyCommand;
|
|
448
|
+
exports.GetAccountSecureContactInfoCommand = __webpack_exports__.GetAccountSecureContactInfoCommand;
|
|
449
|
+
exports.GetServiceControlPolicyCommand = __webpack_exports__.GetServiceControlPolicyCommand;
|
|
450
|
+
exports.GetServiceControlPolicyEnablementCommand = __webpack_exports__.GetServiceControlPolicyEnablementCommand;
|
|
451
|
+
exports.InviteAccountCommand = __webpack_exports__.InviteAccountCommand;
|
|
452
|
+
exports.ListAccountsCommand = __webpack_exports__.ListAccountsCommand;
|
|
453
|
+
exports.ListInvitationsCommand = __webpack_exports__.ListInvitationsCommand;
|
|
454
|
+
exports.ListOrganizationalUnitsCommand = __webpack_exports__.ListOrganizationalUnitsCommand;
|
|
455
|
+
exports.ListOrganizationalUnitsForParentCommand = __webpack_exports__.ListOrganizationalUnitsForParentCommand;
|
|
456
|
+
exports.ListPoliciesForTargetCommand = __webpack_exports__.ListPoliciesForTargetCommand;
|
|
457
|
+
exports.ListServiceControlPoliciesCommand = __webpack_exports__.ListServiceControlPoliciesCommand;
|
|
458
|
+
exports.ListTagResourcesCommand = __webpack_exports__.ListTagResourcesCommand;
|
|
459
|
+
exports.ListTargetsForPolicyCommand = __webpack_exports__.ListTargetsForPolicyCommand;
|
|
460
|
+
exports.MoveAccountCommand = __webpack_exports__.MoveAccountCommand;
|
|
461
|
+
exports.ORGANIZATIONClient = __webpack_exports__.ORGANIZATIONClient;
|
|
462
|
+
exports.QuitOrganizationCommand = __webpack_exports__.QuitOrganizationCommand;
|
|
463
|
+
exports.ReInviteAccountCommand = __webpack_exports__.ReInviteAccountCommand;
|
|
464
|
+
exports.RejectInvitationCommand = __webpack_exports__.RejectInvitationCommand;
|
|
465
|
+
exports.RejectQuitApplicationCommand = __webpack_exports__.RejectQuitApplicationCommand;
|
|
466
|
+
exports.RemoveAccountCommand = __webpack_exports__.RemoveAccountCommand;
|
|
467
|
+
exports.RetryChangeAccountSecureContactInfoCommand = __webpack_exports__.RetryChangeAccountSecureContactInfoCommand;
|
|
468
|
+
exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
|
|
469
|
+
exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
|
|
470
|
+
exports.UpdateAccountCommand = __webpack_exports__.UpdateAccountCommand;
|
|
471
|
+
exports.UpdateOrganizationalUnitCommand = __webpack_exports__.UpdateOrganizationalUnitCommand;
|
|
472
|
+
exports.UpdateServiceControlPolicyCommand = __webpack_exports__.UpdateServiceControlPolicyCommand;
|
|
473
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
474
|
+
"AcceptInvitationCommand",
|
|
475
|
+
"AcceptQuitApplicationCommand",
|
|
476
|
+
"AttachServiceControlPolicyCommand",
|
|
477
|
+
"CancelChangeAccountSecureContactInfoCommand",
|
|
478
|
+
"CancelInvitationCommand",
|
|
479
|
+
"ChangeAccountSecureContactInfoCommand",
|
|
480
|
+
"CreateAccountCommand",
|
|
481
|
+
"CreateOrganizationCommand",
|
|
482
|
+
"CreateOrganizationalUnitCommand",
|
|
483
|
+
"CreateServiceControlPolicyCommand",
|
|
484
|
+
"DeleteOrganizationCommand",
|
|
485
|
+
"DeleteOrganizationalUnitCommand",
|
|
486
|
+
"DeleteServiceControlPolicyCommand",
|
|
487
|
+
"DescribeAccountCommand",
|
|
488
|
+
"DescribeAccountInvitationCommand",
|
|
489
|
+
"DescribeOrganizationCommand",
|
|
490
|
+
"DescribeOrganizationalUnitCommand",
|
|
491
|
+
"DescribeQuitApplicationCommand",
|
|
492
|
+
"DetachServiceControlPolicyCommand",
|
|
493
|
+
"DisableConsoleLoginCommand",
|
|
494
|
+
"DisableServiceControlPolicyCommand",
|
|
495
|
+
"EnableConsoleLoginCommand",
|
|
496
|
+
"EnableServiceControlPolicyCommand",
|
|
497
|
+
"GetAccountSecureContactInfoCommand",
|
|
498
|
+
"GetServiceControlPolicyCommand",
|
|
499
|
+
"GetServiceControlPolicyEnablementCommand",
|
|
500
|
+
"InviteAccountCommand",
|
|
501
|
+
"ListAccountsCommand",
|
|
502
|
+
"ListInvitationsCommand",
|
|
503
|
+
"ListOrganizationalUnitsCommand",
|
|
504
|
+
"ListOrganizationalUnitsForParentCommand",
|
|
505
|
+
"ListPoliciesForTargetCommand",
|
|
506
|
+
"ListServiceControlPoliciesCommand",
|
|
507
|
+
"ListTagResourcesCommand",
|
|
508
|
+
"ListTargetsForPolicyCommand",
|
|
509
|
+
"MoveAccountCommand",
|
|
510
|
+
"ORGANIZATIONClient",
|
|
511
|
+
"QuitOrganizationCommand",
|
|
512
|
+
"ReInviteAccountCommand",
|
|
513
|
+
"RejectInvitationCommand",
|
|
514
|
+
"RejectQuitApplicationCommand",
|
|
515
|
+
"RemoveAccountCommand",
|
|
516
|
+
"RetryChangeAccountSecureContactInfoCommand",
|
|
517
|
+
"TagResourcesCommand",
|
|
518
|
+
"UntagResourcesCommand",
|
|
519
|
+
"UpdateAccountCommand",
|
|
520
|
+
"UpdateOrganizationalUnitCommand",
|
|
521
|
+
"UpdateServiceControlPolicyCommand"
|
|
522
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
523
|
+
Object.defineProperty(exports, '__esModule', {
|
|
524
|
+
value: true
|
|
525
|
+
});
|