@aws-sdk/client-organizations 3.926.0 → 3.928.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 (81) hide show
  1. package/dist-cjs/index.js +1881 -2595
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/OrganizationsClient.js +2 -0
  4. package/dist-es/commands/AcceptHandshakeCommand.js +3 -10
  5. package/dist-es/commands/AttachPolicyCommand.js +3 -9
  6. package/dist-es/commands/CancelHandshakeCommand.js +3 -10
  7. package/dist-es/commands/CloseAccountCommand.js +3 -9
  8. package/dist-es/commands/CreateAccountCommand.js +3 -10
  9. package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -10
  10. package/dist-es/commands/CreateOrganizationCommand.js +3 -10
  11. package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -9
  12. package/dist-es/commands/CreatePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeclineHandshakeCommand.js +3 -10
  14. package/dist-es/commands/DeleteOrganizationCommand.js +3 -9
  15. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +3 -9
  16. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  18. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountCommand.js +3 -10
  20. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -10
  21. package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -9
  22. package/dist-es/commands/DescribeHandshakeCommand.js +3 -10
  23. package/dist-es/commands/DescribeOrganizationCommand.js +3 -10
  24. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -9
  25. package/dist-es/commands/DescribePolicyCommand.js +3 -9
  26. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  27. package/dist-es/commands/DetachPolicyCommand.js +3 -9
  28. package/dist-es/commands/DisableAWSServiceAccessCommand.js +3 -9
  29. package/dist-es/commands/DisablePolicyTypeCommand.js +3 -9
  30. package/dist-es/commands/EnableAWSServiceAccessCommand.js +3 -9
  31. package/dist-es/commands/EnableAllFeaturesCommand.js +3 -10
  32. package/dist-es/commands/EnablePolicyTypeCommand.js +3 -9
  33. package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -10
  34. package/dist-es/commands/LeaveOrganizationCommand.js +3 -9
  35. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -9
  36. package/dist-es/commands/ListAccountsCommand.js +3 -10
  37. package/dist-es/commands/ListAccountsForParentCommand.js +3 -10
  38. package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +3 -10
  39. package/dist-es/commands/ListChildrenCommand.js +3 -9
  40. package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -10
  41. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -10
  42. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -9
  43. package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +3 -9
  44. package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -10
  45. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -10
  46. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -9
  47. package/dist-es/commands/ListParentsCommand.js +3 -9
  48. package/dist-es/commands/ListPoliciesCommand.js +3 -9
  49. package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -9
  50. package/dist-es/commands/ListRootsCommand.js +3 -9
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -9
  53. package/dist-es/commands/MoveAccountCommand.js +3 -9
  54. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  55. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +3 -9
  56. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -9
  60. package/dist-es/commands/UpdatePolicyCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -132
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +1627 -0
  64. package/dist-types/OrganizationsClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -116
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +249 -0
  71. package/dist-types/ts3.4/OrganizationsClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -81
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +255 -0
  78. package/package.json +5 -5
  79. package/dist-es/protocols/Aws_json1_1.js +0 -1899
  80. package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "./commands/AcceptHandshakeCommand";
11
11
  import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
@@ -198,6 +198,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
198
198
  * Optional extensions
199
199
  */
200
200
  extensions?: RuntimeExtension[];
201
+ /**
202
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
203
+ * may be overridden. A default will always be set by the client.
204
+ * Available options depend on the service's supported protocols and will not be validated by
205
+ * the client.
206
+ * @alpha
207
+ *
208
+ */
209
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
201
210
  /**
202
211
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
203
212
  */
@@ -5022,119 +5022,3 @@ export interface ListHandshakesForOrganizationResponse {
5022
5022
  */
5023
5023
  NextToken?: string | undefined;
5024
5024
  }
5025
- /**
5026
- * @internal
5027
- */
5028
- export declare const HandshakePartyFilterSensitiveLog: (obj: HandshakeParty) => any;
5029
- /**
5030
- * @internal
5031
- */
5032
- export declare const AccountFilterSensitiveLog: (obj: Account) => any;
5033
- /**
5034
- * @internal
5035
- */
5036
- export declare const CreateAccountRequestFilterSensitiveLog: (obj: CreateAccountRequest) => any;
5037
- /**
5038
- * @internal
5039
- */
5040
- export declare const CreateAccountStatusFilterSensitiveLog: (obj: CreateAccountStatus) => any;
5041
- /**
5042
- * @internal
5043
- */
5044
- export declare const CreateAccountResponseFilterSensitiveLog: (obj: CreateAccountResponse) => any;
5045
- /**
5046
- * @internal
5047
- */
5048
- export declare const CreateGovCloudAccountRequestFilterSensitiveLog: (obj: CreateGovCloudAccountRequest) => any;
5049
- /**
5050
- * @internal
5051
- */
5052
- export declare const CreateGovCloudAccountResponseFilterSensitiveLog: (obj: CreateGovCloudAccountResponse) => any;
5053
- /**
5054
- * @internal
5055
- */
5056
- export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
5057
- /**
5058
- * @internal
5059
- */
5060
- export declare const CreateOrganizationResponseFilterSensitiveLog: (obj: CreateOrganizationResponse) => any;
5061
- /**
5062
- * @internal
5063
- */
5064
- export declare const DescribeAccountResponseFilterSensitiveLog: (obj: DescribeAccountResponse) => any;
5065
- /**
5066
- * @internal
5067
- */
5068
- export declare const DescribeCreateAccountStatusResponseFilterSensitiveLog: (obj: DescribeCreateAccountStatusResponse) => any;
5069
- /**
5070
- * @internal
5071
- */
5072
- export declare const DescribeOrganizationResponseFilterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
5073
- /**
5074
- * @internal
5075
- */
5076
- export declare const InviteAccountToOrganizationRequestFilterSensitiveLog: (obj: InviteAccountToOrganizationRequest) => any;
5077
- /**
5078
- * @internal
5079
- */
5080
- export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any;
5081
- /**
5082
- * @internal
5083
- */
5084
- export declare const ListAccountsForParentResponseFilterSensitiveLog: (obj: ListAccountsForParentResponse) => any;
5085
- /**
5086
- * @internal
5087
- */
5088
- export declare const ListAccountsWithInvalidEffectivePolicyResponseFilterSensitiveLog: (obj: ListAccountsWithInvalidEffectivePolicyResponse) => any;
5089
- /**
5090
- * @internal
5091
- */
5092
- export declare const ListCreateAccountStatusResponseFilterSensitiveLog: (obj: ListCreateAccountStatusResponse) => any;
5093
- /**
5094
- * @internal
5095
- */
5096
- export declare const DelegatedAdministratorFilterSensitiveLog: (obj: DelegatedAdministrator) => any;
5097
- /**
5098
- * @internal
5099
- */
5100
- export declare const ListDelegatedAdministratorsResponseFilterSensitiveLog: (obj: ListDelegatedAdministratorsResponse) => any;
5101
- /**
5102
- * @internal
5103
- */
5104
- export declare const HandshakeResourceFilterSensitiveLog: (obj: HandshakeResource) => any;
5105
- /**
5106
- * @internal
5107
- */
5108
- export declare const HandshakeFilterSensitiveLog: (obj: Handshake) => any;
5109
- /**
5110
- * @internal
5111
- */
5112
- export declare const AcceptHandshakeResponseFilterSensitiveLog: (obj: AcceptHandshakeResponse) => any;
5113
- /**
5114
- * @internal
5115
- */
5116
- export declare const CancelHandshakeResponseFilterSensitiveLog: (obj: CancelHandshakeResponse) => any;
5117
- /**
5118
- * @internal
5119
- */
5120
- export declare const DeclineHandshakeResponseFilterSensitiveLog: (obj: DeclineHandshakeResponse) => any;
5121
- /**
5122
- * @internal
5123
- */
5124
- export declare const DescribeHandshakeResponseFilterSensitiveLog: (obj: DescribeHandshakeResponse) => any;
5125
- /**
5126
- * @internal
5127
- */
5128
- export declare const EnableAllFeaturesResponseFilterSensitiveLog: (obj: EnableAllFeaturesResponse) => any;
5129
- /**
5130
- * @internal
5131
- */
5132
- export declare const InviteAccountToOrganizationResponseFilterSensitiveLog: (obj: InviteAccountToOrganizationResponse) => any;
5133
- /**
5134
- * @internal
5135
- */
5136
- export declare const ListHandshakesForAccountResponseFilterSensitiveLog: (obj: ListHandshakesForAccountResponse) => any;
5137
- /**
5138
- * @internal
5139
- */
5140
- export declare const ListHandshakesForOrganizationResponseFilterSensitiveLog: (obj: ListHandshakesForOrganizationResponse) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OrganizationsHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,249 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccountName: StaticSimpleSchema;
3
+ export declare var CreateAccountName: StaticSimpleSchema;
4
+ export declare var Email: StaticSimpleSchema;
5
+ export declare var HandshakeNotes: StaticSimpleSchema;
6
+ export declare var HandshakePartyId: StaticSimpleSchema;
7
+ export declare var HandshakeResourceValue: StaticSimpleSchema;
8
+ export declare var AcceptHandshakeRequest: StaticStructureSchema;
9
+ export declare var AcceptHandshakeResponse: StaticStructureSchema;
10
+ export declare var AccessDeniedException: StaticErrorSchema;
11
+ export declare var AccessDeniedForDependencyException: StaticErrorSchema;
12
+ export declare var Account: StaticStructureSchema;
13
+ export declare var AccountAlreadyClosedException: StaticErrorSchema;
14
+ export declare var AccountAlreadyRegisteredException: StaticErrorSchema;
15
+ export declare var AccountNotFoundException: StaticErrorSchema;
16
+ export declare var AccountNotRegisteredException: StaticErrorSchema;
17
+ export declare var AccountOwnerNotVerifiedException: StaticErrorSchema;
18
+ export declare var AlreadyInOrganizationException: StaticErrorSchema;
19
+ export declare var AttachPolicyRequest: StaticStructureSchema;
20
+ export declare var AWSOrganizationsNotInUseException: StaticErrorSchema;
21
+ export declare var CancelHandshakeRequest: StaticStructureSchema;
22
+ export declare var CancelHandshakeResponse: StaticStructureSchema;
23
+ export declare var Child: StaticStructureSchema;
24
+ export declare var ChildNotFoundException: StaticErrorSchema;
25
+ export declare var CloseAccountRequest: StaticStructureSchema;
26
+ export declare var ConcurrentModificationException: StaticErrorSchema;
27
+ export declare var ConflictException: StaticErrorSchema;
28
+ export declare var ConstraintViolationException: StaticErrorSchema;
29
+ export declare var CreateAccountRequest: StaticStructureSchema;
30
+ export declare var CreateAccountResponse: StaticStructureSchema;
31
+ export declare var CreateAccountStatus: StaticStructureSchema;
32
+ export declare var CreateAccountStatusNotFoundException: StaticErrorSchema;
33
+ export declare var CreateGovCloudAccountRequest: StaticStructureSchema;
34
+ export declare var CreateGovCloudAccountResponse: StaticStructureSchema;
35
+ export declare var CreateOrganizationalUnitRequest: StaticStructureSchema;
36
+ export declare var CreateOrganizationalUnitResponse: StaticStructureSchema;
37
+ export declare var CreateOrganizationRequest: StaticStructureSchema;
38
+ export declare var CreateOrganizationResponse: StaticStructureSchema;
39
+ export declare var CreatePolicyRequest: StaticStructureSchema;
40
+ export declare var CreatePolicyResponse: StaticStructureSchema;
41
+ export declare var DeclineHandshakeRequest: StaticStructureSchema;
42
+ export declare var DeclineHandshakeResponse: StaticStructureSchema;
43
+ export declare var DelegatedAdministrator: StaticStructureSchema;
44
+ export declare var DelegatedService: StaticStructureSchema;
45
+ export declare var DeleteOrganizationalUnitRequest: StaticStructureSchema;
46
+ export declare var DeletePolicyRequest: StaticStructureSchema;
47
+ export declare var DeregisterDelegatedAdministratorRequest: StaticStructureSchema;
48
+ export declare var DescribeAccountRequest: StaticStructureSchema;
49
+ export declare var DescribeAccountResponse: StaticStructureSchema;
50
+ export declare var DescribeCreateAccountStatusRequest: StaticStructureSchema;
51
+ export declare var DescribeCreateAccountStatusResponse: StaticStructureSchema;
52
+ export declare var DescribeEffectivePolicyRequest: StaticStructureSchema;
53
+ export declare var DescribeEffectivePolicyResponse: StaticStructureSchema;
54
+ export declare var DescribeHandshakeRequest: StaticStructureSchema;
55
+ export declare var DescribeHandshakeResponse: StaticStructureSchema;
56
+ export declare var DescribeOrganizationalUnitRequest: StaticStructureSchema;
57
+ export declare var DescribeOrganizationalUnitResponse: StaticStructureSchema;
58
+ export declare var DescribeOrganizationResponse: StaticStructureSchema;
59
+ export declare var DescribePolicyRequest: StaticStructureSchema;
60
+ export declare var DescribePolicyResponse: StaticStructureSchema;
61
+ export declare var DescribeResourcePolicyResponse: StaticStructureSchema;
62
+ export declare var DestinationParentNotFoundException: StaticErrorSchema;
63
+ export declare var DetachPolicyRequest: StaticStructureSchema;
64
+ export declare var DisableAWSServiceAccessRequest: StaticStructureSchema;
65
+ export declare var DisablePolicyTypeRequest: StaticStructureSchema;
66
+ export declare var DisablePolicyTypeResponse: StaticStructureSchema;
67
+ export declare var DuplicateAccountException: StaticErrorSchema;
68
+ export declare var DuplicateHandshakeException: StaticErrorSchema;
69
+ export declare var DuplicateOrganizationalUnitException: StaticErrorSchema;
70
+ export declare var DuplicatePolicyAttachmentException: StaticErrorSchema;
71
+ export declare var DuplicatePolicyException: StaticErrorSchema;
72
+ export declare var EffectivePolicy: StaticStructureSchema;
73
+ export declare var EffectivePolicyNotFoundException: StaticErrorSchema;
74
+ export declare var EffectivePolicyValidationError: StaticStructureSchema;
75
+ export declare var EnableAllFeaturesRequest: StaticStructureSchema;
76
+ export declare var EnableAllFeaturesResponse: StaticStructureSchema;
77
+ export declare var EnableAWSServiceAccessRequest: StaticStructureSchema;
78
+ export declare var EnabledServicePrincipal: StaticStructureSchema;
79
+ export declare var EnablePolicyTypeRequest: StaticStructureSchema;
80
+ export declare var EnablePolicyTypeResponse: StaticStructureSchema;
81
+ export declare var FinalizingOrganizationException: StaticErrorSchema;
82
+ export declare var Handshake: StaticStructureSchema;
83
+ export declare var HandshakeAlreadyInStateException: StaticErrorSchema;
84
+ export declare var HandshakeConstraintViolationException: StaticErrorSchema;
85
+ export declare var HandshakeFilter: StaticStructureSchema;
86
+ export declare var HandshakeNotFoundException: StaticErrorSchema;
87
+ export declare var HandshakeParty: StaticStructureSchema;
88
+ export declare var HandshakeResource: StaticStructureSchema;
89
+ export declare var InvalidHandshakeTransitionException: StaticErrorSchema;
90
+ export declare var InvalidInputException: StaticErrorSchema;
91
+ export declare var InviteAccountToOrganizationRequest: StaticStructureSchema;
92
+ export declare var InviteAccountToOrganizationResponse: StaticStructureSchema;
93
+ export declare var ListAccountsForParentRequest: StaticStructureSchema;
94
+ export declare var ListAccountsForParentResponse: StaticStructureSchema;
95
+ export declare var ListAccountsRequest: StaticStructureSchema;
96
+ export declare var ListAccountsResponse: StaticStructureSchema;
97
+ export declare var ListAccountsWithInvalidEffectivePolicyRequest: StaticStructureSchema;
98
+ export declare var ListAccountsWithInvalidEffectivePolicyResponse: StaticStructureSchema;
99
+ export declare var ListAWSServiceAccessForOrganizationRequest: StaticStructureSchema;
100
+ export declare var ListAWSServiceAccessForOrganizationResponse: StaticStructureSchema;
101
+ export declare var ListChildrenRequest: StaticStructureSchema;
102
+ export declare var ListChildrenResponse: StaticStructureSchema;
103
+ export declare var ListCreateAccountStatusRequest: StaticStructureSchema;
104
+ export declare var ListCreateAccountStatusResponse: StaticStructureSchema;
105
+ export declare var ListDelegatedAdministratorsRequest: StaticStructureSchema;
106
+ export declare var ListDelegatedAdministratorsResponse: StaticStructureSchema;
107
+ export declare var ListDelegatedServicesForAccountRequest: StaticStructureSchema;
108
+ export declare var ListDelegatedServicesForAccountResponse: StaticStructureSchema;
109
+ export declare var ListEffectivePolicyValidationErrorsRequest: StaticStructureSchema;
110
+ export declare var ListEffectivePolicyValidationErrorsResponse: StaticStructureSchema;
111
+ export declare var ListHandshakesForAccountRequest: StaticStructureSchema;
112
+ export declare var ListHandshakesForAccountResponse: StaticStructureSchema;
113
+ export declare var ListHandshakesForOrganizationRequest: StaticStructureSchema;
114
+ export declare var ListHandshakesForOrganizationResponse: StaticStructureSchema;
115
+ export declare var ListOrganizationalUnitsForParentRequest: StaticStructureSchema;
116
+ export declare var ListOrganizationalUnitsForParentResponse: StaticStructureSchema;
117
+ export declare var ListParentsRequest: StaticStructureSchema;
118
+ export declare var ListParentsResponse: StaticStructureSchema;
119
+ export declare var ListPoliciesForTargetRequest: StaticStructureSchema;
120
+ export declare var ListPoliciesForTargetResponse: StaticStructureSchema;
121
+ export declare var ListPoliciesRequest: StaticStructureSchema;
122
+ export declare var ListPoliciesResponse: StaticStructureSchema;
123
+ export declare var ListRootsRequest: StaticStructureSchema;
124
+ export declare var ListRootsResponse: StaticStructureSchema;
125
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
126
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
127
+ export declare var ListTargetsForPolicyRequest: StaticStructureSchema;
128
+ export declare var ListTargetsForPolicyResponse: StaticStructureSchema;
129
+ export declare var MalformedPolicyDocumentException: StaticErrorSchema;
130
+ export declare var MasterCannotLeaveOrganizationException: StaticErrorSchema;
131
+ export declare var MoveAccountRequest: StaticStructureSchema;
132
+ export declare var Organization: StaticStructureSchema;
133
+ export declare var OrganizationalUnit: StaticStructureSchema;
134
+ export declare var OrganizationalUnitNotEmptyException: StaticErrorSchema;
135
+ export declare var OrganizationalUnitNotFoundException: StaticErrorSchema;
136
+ export declare var OrganizationNotEmptyException: StaticErrorSchema;
137
+ export declare var Parent: StaticStructureSchema;
138
+ export declare var ParentNotFoundException: StaticErrorSchema;
139
+ export declare var Policy: StaticStructureSchema;
140
+ export declare var PolicyChangesInProgressException: StaticErrorSchema;
141
+ export declare var PolicyInUseException: StaticErrorSchema;
142
+ export declare var PolicyNotAttachedException: StaticErrorSchema;
143
+ export declare var PolicyNotFoundException: StaticErrorSchema;
144
+ export declare var PolicySummary: StaticStructureSchema;
145
+ export declare var PolicyTargetSummary: StaticStructureSchema;
146
+ export declare var PolicyTypeAlreadyEnabledException: StaticErrorSchema;
147
+ export declare var PolicyTypeNotAvailableForOrganizationException: StaticErrorSchema;
148
+ export declare var PolicyTypeNotEnabledException: StaticErrorSchema;
149
+ export declare var PolicyTypeSummary: StaticStructureSchema;
150
+ export declare var PutResourcePolicyRequest: StaticStructureSchema;
151
+ export declare var PutResourcePolicyResponse: StaticStructureSchema;
152
+ export declare var RegisterDelegatedAdministratorRequest: StaticStructureSchema;
153
+ export declare var RemoveAccountFromOrganizationRequest: StaticStructureSchema;
154
+ export declare var ResourcePolicy: StaticStructureSchema;
155
+ export declare var ResourcePolicyNotFoundException: StaticErrorSchema;
156
+ export declare var ResourcePolicySummary: StaticStructureSchema;
157
+ export declare var Root: StaticStructureSchema;
158
+ export declare var RootNotFoundException: StaticErrorSchema;
159
+ export declare var ServiceException: StaticErrorSchema;
160
+ export declare var SourceParentNotFoundException: StaticErrorSchema;
161
+ export declare var Tag: StaticStructureSchema;
162
+ export declare var TagResourceRequest: StaticStructureSchema;
163
+ export declare var TargetNotFoundException: StaticErrorSchema;
164
+ export declare var TooManyRequestsException: StaticErrorSchema;
165
+ export declare var UnsupportedAPIEndpointException: StaticErrorSchema;
166
+ export declare var UntagResourceRequest: StaticStructureSchema;
167
+ export declare var UpdateOrganizationalUnitRequest: StaticStructureSchema;
168
+ export declare var UpdateOrganizationalUnitResponse: StaticStructureSchema;
169
+ export declare var UpdatePolicyRequest: StaticStructureSchema;
170
+ export declare var UpdatePolicyResponse: StaticStructureSchema;
171
+ export declare var __Unit: "unit";
172
+ export declare var OrganizationsServiceException: StaticErrorSchema;
173
+ export declare var Accounts: StaticListSchema;
174
+ export declare var Children: StaticListSchema;
175
+ export declare var CreateAccountStates: number;
176
+ export declare var CreateAccountStatuses: StaticListSchema;
177
+ export declare var DelegatedAdministrators: StaticListSchema;
178
+ export declare var DelegatedServices: StaticListSchema;
179
+ export declare var EffectivePolicyValidationErrors: StaticListSchema;
180
+ export declare var EnabledServicePrincipals: StaticListSchema;
181
+ export declare var HandshakeParties: StaticListSchema;
182
+ export declare var HandshakeResources: StaticListSchema;
183
+ export declare var Handshakes: StaticListSchema;
184
+ export declare var OrganizationalUnits: StaticListSchema;
185
+ export declare var Parents: StaticListSchema;
186
+ export declare var Policies: StaticListSchema;
187
+ export declare var PolicyIds: number;
188
+ export declare var PolicyTargets: StaticListSchema;
189
+ export declare var PolicyTypes: StaticListSchema;
190
+ export declare var Roots: StaticListSchema;
191
+ export declare var TagKeys: number;
192
+ export declare var Tags: StaticListSchema;
193
+ export declare var AcceptHandshake: StaticOperationSchema;
194
+ export declare var AttachPolicy: StaticOperationSchema;
195
+ export declare var CancelHandshake: StaticOperationSchema;
196
+ export declare var CloseAccount: StaticOperationSchema;
197
+ export declare var CreateAccount: StaticOperationSchema;
198
+ export declare var CreateGovCloudAccount: StaticOperationSchema;
199
+ export declare var CreateOrganization: StaticOperationSchema;
200
+ export declare var CreateOrganizationalUnit: StaticOperationSchema;
201
+ export declare var CreatePolicy: StaticOperationSchema;
202
+ export declare var DeclineHandshake: StaticOperationSchema;
203
+ export declare var DeleteOrganization: StaticOperationSchema;
204
+ export declare var DeleteOrganizationalUnit: StaticOperationSchema;
205
+ export declare var DeletePolicy: StaticOperationSchema;
206
+ export declare var DeleteResourcePolicy: StaticOperationSchema;
207
+ export declare var DeregisterDelegatedAdministrator: StaticOperationSchema;
208
+ export declare var DescribeAccount: StaticOperationSchema;
209
+ export declare var DescribeCreateAccountStatus: StaticOperationSchema;
210
+ export declare var DescribeEffectivePolicy: StaticOperationSchema;
211
+ export declare var DescribeHandshake: StaticOperationSchema;
212
+ export declare var DescribeOrganization: StaticOperationSchema;
213
+ export declare var DescribeOrganizationalUnit: StaticOperationSchema;
214
+ export declare var DescribePolicy: StaticOperationSchema;
215
+ export declare var DescribeResourcePolicy: StaticOperationSchema;
216
+ export declare var DetachPolicy: StaticOperationSchema;
217
+ export declare var DisableAWSServiceAccess: StaticOperationSchema;
218
+ export declare var DisablePolicyType: StaticOperationSchema;
219
+ export declare var EnableAllFeatures: StaticOperationSchema;
220
+ export declare var EnableAWSServiceAccess: StaticOperationSchema;
221
+ export declare var EnablePolicyType: StaticOperationSchema;
222
+ export declare var InviteAccountToOrganization: StaticOperationSchema;
223
+ export declare var LeaveOrganization: StaticOperationSchema;
224
+ export declare var ListAccounts: StaticOperationSchema;
225
+ export declare var ListAccountsForParent: StaticOperationSchema;
226
+ export declare var ListAccountsWithInvalidEffectivePolicy: StaticOperationSchema;
227
+ export declare var ListAWSServiceAccessForOrganization: StaticOperationSchema;
228
+ export declare var ListChildren: StaticOperationSchema;
229
+ export declare var ListCreateAccountStatus: StaticOperationSchema;
230
+ export declare var ListDelegatedAdministrators: StaticOperationSchema;
231
+ export declare var ListDelegatedServicesForAccount: StaticOperationSchema;
232
+ export declare var ListEffectivePolicyValidationErrors: StaticOperationSchema;
233
+ export declare var ListHandshakesForAccount: StaticOperationSchema;
234
+ export declare var ListHandshakesForOrganization: StaticOperationSchema;
235
+ export declare var ListOrganizationalUnitsForParent: StaticOperationSchema;
236
+ export declare var ListParents: StaticOperationSchema;
237
+ export declare var ListPolicies: StaticOperationSchema;
238
+ export declare var ListPoliciesForTarget: StaticOperationSchema;
239
+ export declare var ListRoots: StaticOperationSchema;
240
+ export declare var ListTagsForResource: StaticOperationSchema;
241
+ export declare var ListTargetsForPolicy: StaticOperationSchema;
242
+ export declare var MoveAccount: StaticOperationSchema;
243
+ export declare var PutResourcePolicy: StaticOperationSchema;
244
+ export declare var RegisterDelegatedAdministrator: StaticOperationSchema;
245
+ export declare var RemoveAccountFromOrganization: StaticOperationSchema;
246
+ export declare var TagResource: StaticOperationSchema;
247
+ export declare var UntagResource: StaticOperationSchema;
248
+ export declare var UpdateOrganizationalUnit: StaticOperationSchema;
249
+ export declare var UpdatePolicy: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -420,6 +423,7 @@ export interface ClientDefaults
420
423
  retryMode?: string | __Provider<string>;
421
424
  logger?: __Logger;
422
425
  extensions?: RuntimeExtension[];
426
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
423
427
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
424
428
  }
425
429
  export type OrganizationsClientConfigType = Partial<
@@ -1183,84 +1183,3 @@ export interface ListHandshakesForOrganizationResponse {
1183
1183
  Handshakes?: Handshake[] | undefined;
1184
1184
  NextToken?: string | undefined;
1185
1185
  }
1186
- export declare const HandshakePartyFilterSensitiveLog: (
1187
- obj: HandshakeParty
1188
- ) => any;
1189
- export declare const AccountFilterSensitiveLog: (obj: Account) => any;
1190
- export declare const CreateAccountRequestFilterSensitiveLog: (
1191
- obj: CreateAccountRequest
1192
- ) => any;
1193
- export declare const CreateAccountStatusFilterSensitiveLog: (
1194
- obj: CreateAccountStatus
1195
- ) => any;
1196
- export declare const CreateAccountResponseFilterSensitiveLog: (
1197
- obj: CreateAccountResponse
1198
- ) => any;
1199
- export declare const CreateGovCloudAccountRequestFilterSensitiveLog: (
1200
- obj: CreateGovCloudAccountRequest
1201
- ) => any;
1202
- export declare const CreateGovCloudAccountResponseFilterSensitiveLog: (
1203
- obj: CreateGovCloudAccountResponse
1204
- ) => any;
1205
- export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
1206
- export declare const CreateOrganizationResponseFilterSensitiveLog: (
1207
- obj: CreateOrganizationResponse
1208
- ) => any;
1209
- export declare const DescribeAccountResponseFilterSensitiveLog: (
1210
- obj: DescribeAccountResponse
1211
- ) => any;
1212
- export declare const DescribeCreateAccountStatusResponseFilterSensitiveLog: (
1213
- obj: DescribeCreateAccountStatusResponse
1214
- ) => any;
1215
- export declare const DescribeOrganizationResponseFilterSensitiveLog: (
1216
- obj: DescribeOrganizationResponse
1217
- ) => any;
1218
- export declare const InviteAccountToOrganizationRequestFilterSensitiveLog: (
1219
- obj: InviteAccountToOrganizationRequest
1220
- ) => any;
1221
- export declare const ListAccountsResponseFilterSensitiveLog: (
1222
- obj: ListAccountsResponse
1223
- ) => any;
1224
- export declare const ListAccountsForParentResponseFilterSensitiveLog: (
1225
- obj: ListAccountsForParentResponse
1226
- ) => any;
1227
- export declare const ListAccountsWithInvalidEffectivePolicyResponseFilterSensitiveLog: (
1228
- obj: ListAccountsWithInvalidEffectivePolicyResponse
1229
- ) => any;
1230
- export declare const ListCreateAccountStatusResponseFilterSensitiveLog: (
1231
- obj: ListCreateAccountStatusResponse
1232
- ) => any;
1233
- export declare const DelegatedAdministratorFilterSensitiveLog: (
1234
- obj: DelegatedAdministrator
1235
- ) => any;
1236
- export declare const ListDelegatedAdministratorsResponseFilterSensitiveLog: (
1237
- obj: ListDelegatedAdministratorsResponse
1238
- ) => any;
1239
- export declare const HandshakeResourceFilterSensitiveLog: (
1240
- obj: HandshakeResource
1241
- ) => any;
1242
- export declare const HandshakeFilterSensitiveLog: (obj: Handshake) => any;
1243
- export declare const AcceptHandshakeResponseFilterSensitiveLog: (
1244
- obj: AcceptHandshakeResponse
1245
- ) => any;
1246
- export declare const CancelHandshakeResponseFilterSensitiveLog: (
1247
- obj: CancelHandshakeResponse
1248
- ) => any;
1249
- export declare const DeclineHandshakeResponseFilterSensitiveLog: (
1250
- obj: DeclineHandshakeResponse
1251
- ) => any;
1252
- export declare const DescribeHandshakeResponseFilterSensitiveLog: (
1253
- obj: DescribeHandshakeResponse
1254
- ) => any;
1255
- export declare const EnableAllFeaturesResponseFilterSensitiveLog: (
1256
- obj: EnableAllFeaturesResponse
1257
- ) => any;
1258
- export declare const InviteAccountToOrganizationResponseFilterSensitiveLog: (
1259
- obj: InviteAccountToOrganizationResponse
1260
- ) => any;
1261
- export declare const ListHandshakesForAccountResponseFilterSensitiveLog: (
1262
- obj: ListHandshakesForAccountResponse
1263
- ) => any;
1264
- export declare const ListHandshakesForOrganizationResponseFilterSensitiveLog: (
1265
- obj: ListHandshakesForOrganizationResponse
1266
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OrganizationsHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;