@aws-sdk/client-organizations 3.687.0 → 3.691.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/dist-cjs/index.js +3 -0
- package/dist-es/models/models_0.js +3 -0
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
- package/dist-types/commands/CancelHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +7 -1
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +8 -2
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/DescribePolicyCommand.d.ts +7 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +6 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +8 -2
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +6 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +6 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +8 -2
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +6 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +6 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +6 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +6 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +6 -0
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +6 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +6 -0
- package/dist-types/commands/ListParentsCommand.d.ts +6 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +8 -2
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +8 -2
- package/dist-types/commands/ListRootsCommand.d.ts +7 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +6 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +6 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +6 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +7 -1
- package/dist-types/models/models_0.d.ts +273 -239
- package/dist-types/ts3.4/models/models_0.d.ts +242 -239
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-organizations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.691.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-organizations",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.691.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.691.0",
|
|
25
|
+
"@aws-sdk/core": "3.691.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.691.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.686.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.686.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.686.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.691.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.686.0",
|
|
32
32
|
"@aws-sdk/types": "3.686.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.686.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.686.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.691.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.10",
|
|
37
37
|
"@smithy/core": "^2.5.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.0.0",
|