@aws-sdk/client-organizations 3.169.0 → 3.171.0
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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Organizations.d.ts +894 -265
- package/dist-types/ts3.4/OrganizationsClient.d.ts +417 -125
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +29 -16
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +29 -16
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1364 -1475
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-organizations
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-organizations
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-organizations
|