@aws-sdk/client-organizations 3.652.0 → 3.658.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 (111) hide show
  1. package/dist-types/commands/AcceptHandshakeCommand.d.ts +11 -0
  2. package/dist-types/commands/AttachPolicyCommand.d.ts +11 -0
  3. package/dist-types/commands/CancelHandshakeCommand.d.ts +11 -0
  4. package/dist-types/commands/CloseAccountCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateAccountCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateOrganizationCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +11 -0
  9. package/dist-types/commands/CreatePolicyCommand.d.ts +11 -0
  10. package/dist-types/commands/DeclineHandshakeCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteOrganizationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +11 -0
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  15. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeAccountCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeHandshakeCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeOrganizationCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +12 -1
  22. package/dist-types/commands/DescribePolicyCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +11 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
  25. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +11 -0
  26. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +11 -0
  27. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +11 -0
  28. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +11 -0
  29. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +11 -0
  30. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +11 -0
  31. package/dist-types/commands/LeaveOrganizationCommand.d.ts +11 -0
  32. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAccountsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListAccountsForParentCommand.d.ts +11 -0
  35. package/dist-types/commands/ListChildrenCommand.d.ts +11 -0
  36. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +11 -0
  37. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +11 -0
  39. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +11 -0
  40. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +11 -0
  41. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +11 -0
  42. package/dist-types/commands/ListParentsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListPoliciesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +11 -0
  45. package/dist-types/commands/ListRootsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +11 -0
  48. package/dist-types/commands/MoveAccountCommand.d.ts +11 -0
  49. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  50. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +11 -0
  51. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +11 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdatePolicyCommand.d.ts +11 -0
  56. package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +12 -1
  111. package/package.json +35 -35
@@ -36,4 +36,15 @@ declare const DescribePolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribePolicyCommand extends DescribePolicyCommand_base {}
39
+ export declare class DescribePolicyCommand extends DescribePolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribePolicyRequest;
43
+ output: DescribePolicyResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribePolicyCommandInput;
47
+ output: DescribePolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DescribeResourcePolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {}
36
+ export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: DescribeResourcePolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: DescribeResourcePolicyCommandInput;
44
+ output: DescribeResourcePolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DetachPolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DetachPolicyCommand extends DetachPolicyCommand_base {}
34
+ export declare class DetachPolicyCommand extends DetachPolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DetachPolicyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DetachPolicyCommandInput;
42
+ output: DetachPolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DisableAWSServiceAccessCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisableAWSServiceAccessCommand extends DisableAWSServiceAccessCommand_base {}
36
+ export declare class DisableAWSServiceAccessCommand extends DisableAWSServiceAccessCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisableAWSServiceAccessRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisableAWSServiceAccessCommandInput;
44
+ output: DisableAWSServiceAccessCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DisablePolicyTypeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisablePolicyTypeCommand extends DisablePolicyTypeCommand_base {}
40
+ export declare class DisablePolicyTypeCommand extends DisablePolicyTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisablePolicyTypeRequest;
44
+ output: DisablePolicyTypeResponse;
45
+ };
46
+ sdk: {
47
+ input: DisablePolicyTypeCommandInput;
48
+ output: DisablePolicyTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const EnableAWSServiceAccessCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class EnableAWSServiceAccessCommand extends EnableAWSServiceAccessCommand_base {}
35
+ export declare class EnableAWSServiceAccessCommand extends EnableAWSServiceAccessCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: EnableAWSServiceAccessRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: EnableAWSServiceAccessCommandInput;
43
+ output: EnableAWSServiceAccessCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const EnableAllFeaturesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class EnableAllFeaturesCommand extends EnableAllFeaturesCommand_base {}
40
+ export declare class EnableAllFeaturesCommand extends EnableAllFeaturesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: EnableAllFeaturesResponse;
45
+ };
46
+ sdk: {
47
+ input: EnableAllFeaturesCommandInput;
48
+ output: EnableAllFeaturesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const EnablePolicyTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class EnablePolicyTypeCommand extends EnablePolicyTypeCommand_base {}
39
+ export declare class EnablePolicyTypeCommand extends EnablePolicyTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: EnablePolicyTypeRequest;
43
+ output: EnablePolicyTypeResponse;
44
+ };
45
+ sdk: {
46
+ input: EnablePolicyTypeCommandInput;
47
+ output: EnablePolicyTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const InviteAccountToOrganizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class InviteAccountToOrganizationCommand extends InviteAccountToOrganizationCommand_base {}
40
+ export declare class InviteAccountToOrganizationCommand extends InviteAccountToOrganizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: InviteAccountToOrganizationRequest;
44
+ output: InviteAccountToOrganizationResponse;
45
+ };
46
+ sdk: {
47
+ input: InviteAccountToOrganizationCommandInput;
48
+ output: InviteAccountToOrganizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -30,4 +30,15 @@ declare const LeaveOrganizationCommand_base: {
30
30
  >;
31
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
32
  };
33
- export declare class LeaveOrganizationCommand extends LeaveOrganizationCommand_base {}
33
+ export declare class LeaveOrganizationCommand extends LeaveOrganizationCommand_base {
34
+ protected static __types: {
35
+ api: {
36
+ input: {};
37
+ output: {};
38
+ };
39
+ sdk: {
40
+ input: LeaveOrganizationCommandInput;
41
+ output: LeaveOrganizationCommandOutput;
42
+ };
43
+ };
44
+ }
@@ -37,4 +37,15 @@ declare const ListAWSServiceAccessForOrganizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAWSServiceAccessForOrganizationCommand extends ListAWSServiceAccessForOrganizationCommand_base {}
40
+ export declare class ListAWSServiceAccessForOrganizationCommand extends ListAWSServiceAccessForOrganizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAWSServiceAccessForOrganizationRequest;
44
+ output: ListAWSServiceAccessForOrganizationResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAWSServiceAccessForOrganizationCommandInput;
48
+ output: ListAWSServiceAccessForOrganizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListAccountsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAccountsCommand extends ListAccountsCommand_base {}
36
+ export declare class ListAccountsCommand extends ListAccountsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAccountsRequest;
40
+ output: ListAccountsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAccountsCommandInput;
44
+ output: ListAccountsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListAccountsForParentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAccountsForParentCommand extends ListAccountsForParentCommand_base {}
40
+ export declare class ListAccountsForParentCommand extends ListAccountsForParentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAccountsForParentRequest;
44
+ output: ListAccountsForParentResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAccountsForParentCommandInput;
48
+ output: ListAccountsForParentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListChildrenCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListChildrenCommand extends ListChildrenCommand_base {}
36
+ export declare class ListChildrenCommand extends ListChildrenCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListChildrenRequest;
40
+ output: ListChildrenResponse;
41
+ };
42
+ sdk: {
43
+ input: ListChildrenCommandInput;
44
+ output: ListChildrenCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListCreateAccountStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCreateAccountStatusCommand extends ListCreateAccountStatusCommand_base {}
40
+ export declare class ListCreateAccountStatusCommand extends ListCreateAccountStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCreateAccountStatusRequest;
44
+ output: ListCreateAccountStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCreateAccountStatusCommandInput;
48
+ output: ListCreateAccountStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDelegatedAdministratorsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDelegatedAdministratorsCommand extends ListDelegatedAdministratorsCommand_base {}
40
+ export declare class ListDelegatedAdministratorsCommand extends ListDelegatedAdministratorsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDelegatedAdministratorsRequest;
44
+ output: ListDelegatedAdministratorsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDelegatedAdministratorsCommandInput;
48
+ output: ListDelegatedAdministratorsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDelegatedServicesForAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDelegatedServicesForAccountCommand extends ListDelegatedServicesForAccountCommand_base {}
40
+ export declare class ListDelegatedServicesForAccountCommand extends ListDelegatedServicesForAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDelegatedServicesForAccountRequest;
44
+ output: ListDelegatedServicesForAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDelegatedServicesForAccountCommandInput;
48
+ output: ListDelegatedServicesForAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListHandshakesForAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListHandshakesForAccountCommand extends ListHandshakesForAccountCommand_base {}
40
+ export declare class ListHandshakesForAccountCommand extends ListHandshakesForAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListHandshakesForAccountRequest;
44
+ output: ListHandshakesForAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: ListHandshakesForAccountCommandInput;
48
+ output: ListHandshakesForAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListHandshakesForOrganizationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListHandshakesForOrganizationCommand extends ListHandshakesForOrganizationCommand_base {}
40
+ export declare class ListHandshakesForOrganizationCommand extends ListHandshakesForOrganizationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListHandshakesForOrganizationRequest;
44
+ output: ListHandshakesForOrganizationResponse;
45
+ };
46
+ sdk: {
47
+ input: ListHandshakesForOrganizationCommandInput;
48
+ output: ListHandshakesForOrganizationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListOrganizationalUnitsForParentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListOrganizationalUnitsForParentCommand extends ListOrganizationalUnitsForParentCommand_base {}
40
+ export declare class ListOrganizationalUnitsForParentCommand extends ListOrganizationalUnitsForParentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListOrganizationalUnitsForParentRequest;
44
+ output: ListOrganizationalUnitsForParentResponse;
45
+ };
46
+ sdk: {
47
+ input: ListOrganizationalUnitsForParentCommandInput;
48
+ output: ListOrganizationalUnitsForParentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListParentsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListParentsCommand extends ListParentsCommand_base {}
36
+ export declare class ListParentsCommand extends ListParentsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListParentsRequest;
40
+ output: ListParentsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListParentsCommandInput;
44
+ output: ListParentsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListPoliciesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListPoliciesCommand extends ListPoliciesCommand_base {}
36
+ export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListPoliciesRequest;
40
+ output: ListPoliciesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListPoliciesCommandInput;
44
+ output: ListPoliciesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListPoliciesForTargetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPoliciesForTargetCommand extends ListPoliciesForTargetCommand_base {}
40
+ export declare class ListPoliciesForTargetCommand extends ListPoliciesForTargetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPoliciesForTargetRequest;
44
+ output: ListPoliciesForTargetResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPoliciesForTargetCommandInput;
48
+ output: ListPoliciesForTargetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListRootsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRootsCommand extends ListRootsCommand_base {}
36
+ export declare class ListRootsCommand extends ListRootsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRootsRequest;
40
+ output: ListRootsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListRootsCommandInput;
44
+ output: ListRootsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTargetsForPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {}
40
+ export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTargetsForPolicyRequest;
44
+ output: ListTargetsForPolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTargetsForPolicyCommandInput;
48
+ output: ListTargetsForPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const MoveAccountCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class MoveAccountCommand extends MoveAccountCommand_base {}
34
+ export declare class MoveAccountCommand extends MoveAccountCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: MoveAccountRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: MoveAccountCommandInput;
42
+ output: MoveAccountCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: PutResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const RegisterDelegatedAdministratorCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RegisterDelegatedAdministratorCommand extends RegisterDelegatedAdministratorCommand_base {}
36
+ export declare class RegisterDelegatedAdministratorCommand extends RegisterDelegatedAdministratorCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RegisterDelegatedAdministratorRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RegisterDelegatedAdministratorCommandInput;
44
+ output: RegisterDelegatedAdministratorCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const RemoveAccountFromOrganizationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RemoveAccountFromOrganizationCommand extends RemoveAccountFromOrganizationCommand_base {}
36
+ export declare class RemoveAccountFromOrganizationCommand extends RemoveAccountFromOrganizationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RemoveAccountFromOrganizationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RemoveAccountFromOrganizationCommandInput;
44
+ output: RemoveAccountFromOrganizationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdateOrganizationalUnitCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateOrganizationalUnitCommand extends UpdateOrganizationalUnitCommand_base {}
40
+ export declare class UpdateOrganizationalUnitCommand extends UpdateOrganizationalUnitCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateOrganizationalUnitRequest;
44
+ output: UpdateOrganizationalUnitResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateOrganizationalUnitCommandInput;
48
+ output: UpdateOrganizationalUnitCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdatePolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {}
36
+ export declare class UpdatePolicyCommand extends UpdatePolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdatePolicyRequest;
40
+ output: UpdatePolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdatePolicyCommandInput;
44
+ output: UpdatePolicyCommandOutput;
45
+ };
46
+ };
47
+ }