@aws-sdk/client-organizations 3.50.0 → 3.51.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.
Files changed (83) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Organizations.d.ts +260 -0
  3. package/dist-types/ts3.4/OrganizationsClient.d.ts +124 -0
  4. package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +16 -0
  14. package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +16 -0
  32. package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/index.d.ts +51 -0
  56. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  57. package/dist-types/ts3.4/index.d.ts +5 -0
  58. package/dist-types/ts3.4/models/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +1566 -0
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  61. package/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +4 -0
  74. package/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/index.d.ts +17 -0
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +155 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  83. package/package.json +8 -8
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { Organizations } from "../Organizations";
3
+ import { OrganizationsClient } from "../OrganizationsClient";
4
+ export interface OrganizationsPaginationConfiguration extends PaginationConfiguration {
5
+ client: Organizations | OrganizationsClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput } from "../commands/ListAWSServiceAccessForOrganizationCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAWSServiceAccessForOrganization(config: OrganizationsPaginationConfiguration, input: ListAWSServiceAccessForOrganizationCommandInput, ...additionalArguments: any): Paginator<ListAWSServiceAccessForOrganizationCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "../commands/ListAccountsForParentCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAccountsForParent(config: OrganizationsPaginationConfiguration, input: ListAccountsForParentCommandInput, ...additionalArguments: any): Paginator<ListAccountsForParentCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAccounts(config: OrganizationsPaginationConfiguration, input: ListAccountsCommandInput, ...additionalArguments: any): Paginator<ListAccountsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListChildrenCommandInput, ListChildrenCommandOutput } from "../commands/ListChildrenCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListChildren(config: OrganizationsPaginationConfiguration, input: ListChildrenCommandInput, ...additionalArguments: any): Paginator<ListChildrenCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput } from "../commands/ListCreateAccountStatusCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListCreateAccountStatus(config: OrganizationsPaginationConfiguration, input: ListCreateAccountStatusCommandInput, ...additionalArguments: any): Paginator<ListCreateAccountStatusCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput } from "../commands/ListDelegatedAdministratorsCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListDelegatedAdministrators(config: OrganizationsPaginationConfiguration, input: ListDelegatedAdministratorsCommandInput, ...additionalArguments: any): Paginator<ListDelegatedAdministratorsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput } from "../commands/ListDelegatedServicesForAccountCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListDelegatedServicesForAccount(config: OrganizationsPaginationConfiguration, input: ListDelegatedServicesForAccountCommandInput, ...additionalArguments: any): Paginator<ListDelegatedServicesForAccountCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "../commands/ListHandshakesForAccountCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListHandshakesForAccount(config: OrganizationsPaginationConfiguration, input: ListHandshakesForAccountCommandInput, ...additionalArguments: any): Paginator<ListHandshakesForAccountCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "../commands/ListHandshakesForOrganizationCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListHandshakesForOrganization(config: OrganizationsPaginationConfiguration, input: ListHandshakesForOrganizationCommandInput, ...additionalArguments: any): Paginator<ListHandshakesForOrganizationCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "../commands/ListOrganizationalUnitsForParentCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListOrganizationalUnitsForParent(config: OrganizationsPaginationConfiguration, input: ListOrganizationalUnitsForParentCommandInput, ...additionalArguments: any): Paginator<ListOrganizationalUnitsForParentCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListParentsCommandInput, ListParentsCommandOutput } from "../commands/ListParentsCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListParents(config: OrganizationsPaginationConfiguration, input: ListParentsCommandInput, ...additionalArguments: any): Paginator<ListParentsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "../commands/ListPoliciesForTargetCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPoliciesForTarget(config: OrganizationsPaginationConfiguration, input: ListPoliciesForTargetCommandInput, ...additionalArguments: any): Paginator<ListPoliciesForTargetCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListPolicies(config: OrganizationsPaginationConfiguration, input: ListPoliciesCommandInput, ...additionalArguments: any): Paginator<ListPoliciesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListRootsCommandInput, ListRootsCommandOutput } from "../commands/ListRootsCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListRoots(config: OrganizationsPaginationConfiguration, input: ListRootsCommandInput, ...additionalArguments: any): Paginator<ListRootsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListTagsForResource(config: OrganizationsPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput } from "../commands/ListTargetsForPolicyCommand";
3
+ import { OrganizationsPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListTargetsForPolicy(config: OrganizationsPaginationConfiguration, input: ListTargetsForPolicyCommandInput, ...additionalArguments: any): Paginator<ListTargetsForPolicyCommandOutput>;
@@ -0,0 +1,17 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListAWSServiceAccessForOrganizationPaginator";
3
+ export * from "./ListAccountsForParentPaginator";
4
+ export * from "./ListAccountsPaginator";
5
+ export * from "./ListChildrenPaginator";
6
+ export * from "./ListCreateAccountStatusPaginator";
7
+ export * from "./ListDelegatedAdministratorsPaginator";
8
+ export * from "./ListDelegatedServicesForAccountPaginator";
9
+ export * from "./ListHandshakesForAccountPaginator";
10
+ export * from "./ListHandshakesForOrganizationPaginator";
11
+ export * from "./ListOrganizationalUnitsForParentPaginator";
12
+ export * from "./ListParentsPaginator";
13
+ export * from "./ListPoliciesForTargetPaginator";
14
+ export * from "./ListPoliciesPaginator";
15
+ export * from "./ListRootsPaginator";
16
+ export * from "./ListTagsForResourcePaginator";
17
+ export * from "./ListTargetsForPolicyPaginator";
@@ -0,0 +1,155 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "../commands/AcceptHandshakeCommand";
4
+ import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand";
5
+ import { CancelHandshakeCommandInput, CancelHandshakeCommandOutput } from "../commands/CancelHandshakeCommand";
6
+ import { CreateAccountCommandInput, CreateAccountCommandOutput } from "../commands/CreateAccountCommand";
7
+ import { CreateGovCloudAccountCommandInput, CreateGovCloudAccountCommandOutput } from "../commands/CreateGovCloudAccountCommand";
8
+ import { CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput } from "../commands/CreateOrganizationalUnitCommand";
9
+ import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "../commands/CreateOrganizationCommand";
10
+ import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
11
+ import { DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput } from "../commands/DeclineHandshakeCommand";
12
+ import { DeleteOrganizationalUnitCommandInput, DeleteOrganizationalUnitCommandOutput } from "../commands/DeleteOrganizationalUnitCommand";
13
+ import { DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput } from "../commands/DeleteOrganizationCommand";
14
+ import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
15
+ import { DeregisterDelegatedAdministratorCommandInput, DeregisterDelegatedAdministratorCommandOutput } from "../commands/DeregisterDelegatedAdministratorCommand";
16
+ import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "../commands/DescribeAccountCommand";
17
+ import { DescribeCreateAccountStatusCommandInput, DescribeCreateAccountStatusCommandOutput } from "../commands/DescribeCreateAccountStatusCommand";
18
+ import { DescribeEffectivePolicyCommandInput, DescribeEffectivePolicyCommandOutput } from "../commands/DescribeEffectivePolicyCommand";
19
+ import { DescribeHandshakeCommandInput, DescribeHandshakeCommandOutput } from "../commands/DescribeHandshakeCommand";
20
+ import { DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput } from "../commands/DescribeOrganizationalUnitCommand";
21
+ import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "../commands/DescribeOrganizationCommand";
22
+ import { DescribePolicyCommandInput, DescribePolicyCommandOutput } from "../commands/DescribePolicyCommand";
23
+ import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "../commands/DetachPolicyCommand";
24
+ import { DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput } from "../commands/DisableAWSServiceAccessCommand";
25
+ import { DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput } from "../commands/DisablePolicyTypeCommand";
26
+ import { EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput } from "../commands/EnableAllFeaturesCommand";
27
+ import { EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput } from "../commands/EnableAWSServiceAccessCommand";
28
+ import { EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput } from "../commands/EnablePolicyTypeCommand";
29
+ import { InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput } from "../commands/InviteAccountToOrganizationCommand";
30
+ import { LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput } from "../commands/LeaveOrganizationCommand";
31
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
32
+ import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "../commands/ListAccountsForParentCommand";
33
+ import { ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput } from "../commands/ListAWSServiceAccessForOrganizationCommand";
34
+ import { ListChildrenCommandInput, ListChildrenCommandOutput } from "../commands/ListChildrenCommand";
35
+ import { ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput } from "../commands/ListCreateAccountStatusCommand";
36
+ import { ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput } from "../commands/ListDelegatedAdministratorsCommand";
37
+ import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput } from "../commands/ListDelegatedServicesForAccountCommand";
38
+ import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "../commands/ListHandshakesForAccountCommand";
39
+ import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "../commands/ListHandshakesForOrganizationCommand";
40
+ import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "../commands/ListOrganizationalUnitsForParentCommand";
41
+ import { ListParentsCommandInput, ListParentsCommandOutput } from "../commands/ListParentsCommand";
42
+ import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
43
+ import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "../commands/ListPoliciesForTargetCommand";
44
+ import { ListRootsCommandInput, ListRootsCommandOutput } from "../commands/ListRootsCommand";
45
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
46
+ import { ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput } from "../commands/ListTargetsForPolicyCommand";
47
+ import { MoveAccountCommandInput, MoveAccountCommandOutput } from "../commands/MoveAccountCommand";
48
+ import { RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput } from "../commands/RegisterDelegatedAdministratorCommand";
49
+ import { RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput } from "../commands/RemoveAccountFromOrganizationCommand";
50
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
51
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
52
+ import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "../commands/UpdateOrganizationalUnitCommand";
53
+ import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "../commands/UpdatePolicyCommand";
54
+ export declare const serializeAws_json1_1AcceptHandshakeCommand: (input: AcceptHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_json1_1AttachPolicyCommand: (input: AttachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_1CancelHandshakeCommand: (input: CancelHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_json1_1CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_json1_1CreateGovCloudAccountCommand: (input: CreateGovCloudAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1CreateOrganizationCommand: (input: CreateOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_1CreateOrganizationalUnitCommand: (input: CreateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1CreatePolicyCommand: (input: CreatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_1DeclineHandshakeCommand: (input: DeclineHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_json1_1DeleteOrganizationCommand: (input: DeleteOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_json1_1DeleteOrganizationalUnitCommand: (input: DeleteOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_1DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_1DeregisterDelegatedAdministratorCommand: (input: DeregisterDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_json1_1DescribeCreateAccountStatusCommand: (input: DescribeCreateAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_json1_1DescribeEffectivePolicyCommand: (input: DescribeEffectivePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_json1_1DescribeHandshakeCommand: (input: DescribeHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_1DescribeOrganizationCommand: (input: DescribeOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_1DescribeOrganizationalUnitCommand: (input: DescribeOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_json1_1DescribePolicyCommand: (input: DescribePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_json1_1DetachPolicyCommand: (input: DetachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_json1_1DisableAWSServiceAccessCommand: (input: DisableAWSServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_json1_1DisablePolicyTypeCommand: (input: DisablePolicyTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_json1_1EnableAllFeaturesCommand: (input: EnableAllFeaturesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_json1_1EnableAWSServiceAccessCommand: (input: EnableAWSServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_json1_1EnablePolicyTypeCommand: (input: EnablePolicyTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ export declare const serializeAws_json1_1InviteAccountToOrganizationCommand: (input: InviteAccountToOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ export declare const serializeAws_json1_1LeaveOrganizationCommand: (input: LeaveOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_json1_1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ export declare const serializeAws_json1_1ListAccountsForParentCommand: (input: ListAccountsForParentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_json1_1ListAWSServiceAccessForOrganizationCommand: (input: ListAWSServiceAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ export declare const serializeAws_json1_1ListChildrenCommand: (input: ListChildrenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_json1_1ListCreateAccountStatusCommand: (input: ListCreateAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ export declare const serializeAws_json1_1ListDelegatedAdministratorsCommand: (input: ListDelegatedAdministratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ export declare const serializeAws_json1_1ListDelegatedServicesForAccountCommand: (input: ListDelegatedServicesForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ export declare const serializeAws_json1_1ListHandshakesForAccountCommand: (input: ListHandshakesForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ export declare const serializeAws_json1_1ListHandshakesForOrganizationCommand: (input: ListHandshakesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ export declare const serializeAws_json1_1ListOrganizationalUnitsForParentCommand: (input: ListOrganizationalUnitsForParentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_json1_1ListParentsCommand: (input: ListParentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_json1_1ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_json1_1ListPoliciesForTargetCommand: (input: ListPoliciesForTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_json1_1ListRootsCommand: (input: ListRootsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_json1_1ListTargetsForPolicyCommand: (input: ListTargetsForPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_json1_1MoveAccountCommand: (input: MoveAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_json1_1RegisterDelegatedAdministratorCommand: (input: RegisterDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_json1_1RemoveAccountFromOrganizationCommand: (input: RemoveAccountFromOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_json1_1UpdateOrganizationalUnitCommand: (input: UpdateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_json1_1UpdatePolicyCommand: (input: UpdatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const deserializeAws_json1_1AcceptHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptHandshakeCommandOutput>;
106
+ export declare const deserializeAws_json1_1AttachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachPolicyCommandOutput>;
107
+ export declare const deserializeAws_json1_1CancelHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelHandshakeCommandOutput>;
108
+ export declare const deserializeAws_json1_1CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
109
+ export declare const deserializeAws_json1_1CreateGovCloudAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGovCloudAccountCommandOutput>;
110
+ export declare const deserializeAws_json1_1CreateOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationCommandOutput>;
111
+ export declare const deserializeAws_json1_1CreateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationalUnitCommandOutput>;
112
+ export declare const deserializeAws_json1_1CreatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyCommandOutput>;
113
+ export declare const deserializeAws_json1_1DeclineHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineHandshakeCommandOutput>;
114
+ export declare const deserializeAws_json1_1DeleteOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationCommandOutput>;
115
+ export declare const deserializeAws_json1_1DeleteOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationalUnitCommandOutput>;
116
+ export declare const deserializeAws_json1_1DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
117
+ export declare const deserializeAws_json1_1DeregisterDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDelegatedAdministratorCommandOutput>;
118
+ export declare const deserializeAws_json1_1DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
119
+ export declare const deserializeAws_json1_1DescribeCreateAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCreateAccountStatusCommandOutput>;
120
+ export declare const deserializeAws_json1_1DescribeEffectivePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEffectivePolicyCommandOutput>;
121
+ export declare const deserializeAws_json1_1DescribeHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHandshakeCommandOutput>;
122
+ export declare const deserializeAws_json1_1DescribeOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationCommandOutput>;
123
+ export declare const deserializeAws_json1_1DescribeOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationalUnitCommandOutput>;
124
+ export declare const deserializeAws_json1_1DescribePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePolicyCommandOutput>;
125
+ export declare const deserializeAws_json1_1DetachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachPolicyCommandOutput>;
126
+ export declare const deserializeAws_json1_1DisableAWSServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAWSServiceAccessCommandOutput>;
127
+ export declare const deserializeAws_json1_1DisablePolicyTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisablePolicyTypeCommandOutput>;
128
+ export declare const deserializeAws_json1_1EnableAllFeaturesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAllFeaturesCommandOutput>;
129
+ export declare const deserializeAws_json1_1EnableAWSServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAWSServiceAccessCommandOutput>;
130
+ export declare const deserializeAws_json1_1EnablePolicyTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnablePolicyTypeCommandOutput>;
131
+ export declare const deserializeAws_json1_1InviteAccountToOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteAccountToOrganizationCommandOutput>;
132
+ export declare const deserializeAws_json1_1LeaveOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LeaveOrganizationCommandOutput>;
133
+ export declare const deserializeAws_json1_1ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
134
+ export declare const deserializeAws_json1_1ListAccountsForParentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsForParentCommandOutput>;
135
+ export declare const deserializeAws_json1_1ListAWSServiceAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAWSServiceAccessForOrganizationCommandOutput>;
136
+ export declare const deserializeAws_json1_1ListChildrenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChildrenCommandOutput>;
137
+ export declare const deserializeAws_json1_1ListCreateAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCreateAccountStatusCommandOutput>;
138
+ export declare const deserializeAws_json1_1ListDelegatedAdministratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdministratorsCommandOutput>;
139
+ export declare const deserializeAws_json1_1ListDelegatedServicesForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedServicesForAccountCommandOutput>;
140
+ export declare const deserializeAws_json1_1ListHandshakesForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHandshakesForAccountCommandOutput>;
141
+ export declare const deserializeAws_json1_1ListHandshakesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHandshakesForOrganizationCommandOutput>;
142
+ export declare const deserializeAws_json1_1ListOrganizationalUnitsForParentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationalUnitsForParentCommandOutput>;
143
+ export declare const deserializeAws_json1_1ListParentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParentsCommandOutput>;
144
+ export declare const deserializeAws_json1_1ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
145
+ export declare const deserializeAws_json1_1ListPoliciesForTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesForTargetCommandOutput>;
146
+ export declare const deserializeAws_json1_1ListRootsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRootsCommandOutput>;
147
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
148
+ export declare const deserializeAws_json1_1ListTargetsForPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetsForPolicyCommandOutput>;
149
+ export declare const deserializeAws_json1_1MoveAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveAccountCommandOutput>;
150
+ export declare const deserializeAws_json1_1RegisterDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDelegatedAdministratorCommandOutput>;
151
+ export declare const deserializeAws_json1_1RemoveAccountFromOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAccountFromOrganizationCommandOutput>;
152
+ export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
153
+ export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
154
+ export declare const deserializeAws_json1_1UpdateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationalUnitCommandOutput>;
155
+ export declare const deserializeAws_json1_1UpdatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePolicyCommandOutput>;
@@ -0,0 +1,38 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { OrganizationsClientConfig } from "./OrganizationsClient";
3
+
4
+ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
+ region: string | import("@aws-sdk/types").Provider<any>;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
16
+ sha256: import("@aws-sdk/types").HashConstructor;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ apiVersion: string;
23
+ urlParser: import("@aws-sdk/types").UrlParser;
24
+ disableHostPrefix: boolean;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ serviceId: string;
27
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,38 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { OrganizationsClientConfig } from "./OrganizationsClient";
3
+
4
+ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
+ region: string | import("@aws-sdk/types").Provider<string>;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
16
+ sha256: import("@aws-sdk/types").HashConstructor;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ apiVersion: string;
23
+ urlParser: import("@aws-sdk/types").UrlParser;
24
+ disableHostPrefix: boolean;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ serviceId: string;
27
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,37 @@
1
+ import { OrganizationsClientConfig } from "./OrganizationsClient";
2
+
3
+ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ apiVersion: string;
8
+ urlParser: import("@aws-sdk/types").UrlParser;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ streamCollector: import("@aws-sdk/types").StreamCollector;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ utf8Decoder: import("@aws-sdk/types").Decoder;
14
+ utf8Encoder: import("@aws-sdk/types").Encoder;
15
+ disableHostPrefix: boolean;
16
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,11 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { OrganizationsClientConfig } from "./OrganizationsClient";
3
+
4
+ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
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.50.0",
4
+ "version": "3.51.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,21 +18,21 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.50.0",
22
- "@aws-sdk/config-resolver": "3.50.0",
23
- "@aws-sdk/credential-provider-node": "3.50.0",
21
+ "@aws-sdk/client-sts": "3.51.0",
22
+ "@aws-sdk/config-resolver": "3.51.0",
23
+ "@aws-sdk/credential-provider-node": "3.51.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.50.0",
25
25
  "@aws-sdk/hash-node": "3.50.0",
26
26
  "@aws-sdk/invalid-dependency": "3.50.0",
27
27
  "@aws-sdk/middleware-content-length": "3.50.0",
28
28
  "@aws-sdk/middleware-host-header": "3.50.0",
29
29
  "@aws-sdk/middleware-logger": "3.50.0",
30
- "@aws-sdk/middleware-retry": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.51.0",
31
31
  "@aws-sdk/middleware-serde": "3.50.0",
32
32
  "@aws-sdk/middleware-signing": "3.50.0",
33
33
  "@aws-sdk/middleware-stack": "3.50.0",
34
34
  "@aws-sdk/middleware-user-agent": "3.50.0",
35
- "@aws-sdk/node-config-provider": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.51.0",
36
36
  "@aws-sdk/node-http-handler": "3.50.0",
37
37
  "@aws-sdk/protocol-http": "3.50.0",
38
38
  "@aws-sdk/smithy-client": "3.50.0",
@@ -43,9 +43,9 @@
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
45
  "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.51.0",
47
47
  "@aws-sdk/util-user-agent-browser": "3.50.0",
48
- "@aws-sdk/util-user-agent-node": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.51.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"