@aws-sdk/client-organizations 3.130.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AcceptHandshakeCommand.js +2 -2
- package/dist-cjs/commands/AttachPolicyCommand.js +1 -1
- package/dist-cjs/commands/CancelHandshakeCommand.js +2 -2
- package/dist-cjs/commands/CloseAccountCommand.js +1 -1
- package/dist-cjs/commands/CreateAccountCommand.js +2 -2
- package/dist-cjs/commands/CreateGovCloudAccountCommand.js +2 -2
- package/dist-cjs/commands/CreateOrganizationCommand.js +2 -2
- package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +2 -2
- package/dist-cjs/commands/CreatePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeclineHandshakeCommand.js +2 -2
- package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeHandshakeCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationCommand.js +1 -1
- package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +2 -2
- package/dist-cjs/commands/DescribePolicyCommand.js +2 -2
- package/dist-cjs/commands/DetachPolicyCommand.js +1 -1
- package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +1 -1
- package/dist-cjs/commands/DisablePolicyTypeCommand.js +2 -2
- package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +1 -1
- package/dist-cjs/commands/EnableAllFeaturesCommand.js +2 -2
- package/dist-cjs/commands/EnablePolicyTypeCommand.js +2 -2
- package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +2 -2
- package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/ListAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListAccountsForParentCommand.js +2 -2
- package/dist-cjs/commands/ListChildrenCommand.js +2 -2
- package/dist-cjs/commands/ListCreateAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +2 -2
- package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +2 -2
- package/dist-cjs/commands/ListHandshakesForAccountCommand.js +2 -2
- package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +2 -2
- package/dist-cjs/commands/ListParentsCommand.js +2 -2
- package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListPoliciesForTargetCommand.js +2 -2
- package/dist-cjs/commands/ListRootsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetsForPolicyCommand.js +2 -2
- package/dist-cjs/commands/MoveAccountCommand.js +1 -1
- package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +1 -1
- package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +2 -2
- package/dist-cjs/commands/UpdatePolicyCommand.js +2 -2
- package/dist-cjs/models/models_0.js +471 -683
- package/dist-es/commands/AcceptHandshakeCommand.js +3 -3
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/CancelHandshakeCommand.js +3 -3
- package/dist-es/commands/CloseAccountCommand.js +2 -2
- package/dist-es/commands/CreateAccountCommand.js +3 -3
- package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -3
- package/dist-es/commands/CreateOrganizationCommand.js +3 -3
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -3
- package/dist-es/commands/CreatePolicyCommand.js +3 -3
- package/dist-es/commands/DeclineHandshakeCommand.js +3 -3
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/DescribeAccountCommand.js +3 -3
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -3
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeHandshakeCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -3
- package/dist-es/commands/DescribePolicyCommand.js +3 -3
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/DisablePolicyTypeCommand.js +3 -3
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/EnableAllFeaturesCommand.js +3 -3
- package/dist-es/commands/EnablePolicyTypeCommand.js +3 -3
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -3
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -3
- package/dist-es/commands/ListAccountsCommand.js +3 -3
- package/dist-es/commands/ListAccountsForParentCommand.js +3 -3
- package/dist-es/commands/ListChildrenCommand.js +3 -3
- package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -3
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -3
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -3
- package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -3
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -3
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -3
- package/dist-es/commands/ListParentsCommand.js +3 -3
- package/dist-es/commands/ListPoliciesCommand.js +3 -3
- package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -3
- package/dist-es/commands/ListRootsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -3
- package/dist-es/commands/MoveAccountCommand.js +2 -2
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -3
- package/dist-es/commands/UpdatePolicyCommand.js +3 -3
- package/dist-es/models/models_0.js +116 -436
- package/dist-types/models/models_0.d.ts +424 -636
- package/dist-types/ts3.4/models/models_0.d.ts +212 -424
- package/package.json +7 -7
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.OrganizationalUnitNotFoundException = exports.OrganizationalUnitNotEmptyException = exports.OrganizationNotEmptyException = exports.PolicyTypeNotAvailableForOrganizationException = exports.MalformedPolicyDocumentException = exports.DuplicatePolicyException = exports.ParentNotFoundException = exports.DuplicateOrganizationalUnitException = exports.PolicyType = exports.PolicyTypeStatus = exports.OrganizationFeatureSet = exports.FinalizingOrganizationException = exports.CreateAccountState = exports.CreateAccountFailureReason = exports.IAMUserAccessToBilling = exports.ConflictException = exports.UnsupportedAPIEndpointException = exports.TargetNotFoundException = exports.PolicyTypeNotEnabledException = exports.PolicyNotFoundException = exports.PolicyChangesInProgressException = exports.DuplicatePolicyAttachmentException = exports.ConstraintViolationException = exports.ConstraintViolationExceptionReason = exports.AlreadyInOrganizationException = exports.AccountOwnerNotVerifiedException = exports.AccountNotRegisteredException = exports.AccountNotFoundException = exports.AccountAlreadyRegisteredException = exports.AccountAlreadyClosedException = exports.AccountStatus = exports.AccountJoinedMethod = exports.TooManyRequestsException = exports.ServiceException = exports.InvalidInputException = exports.InvalidInputExceptionReason = exports.InvalidHandshakeTransitionException = exports.HandshakeNotFoundException = exports.HandshakeConstraintViolationException = exports.HandshakeConstraintViolationExceptionReason = exports.HandshakeAlreadyInStateException = exports.ConcurrentModificationException = exports.AWSOrganizationsNotInUseException = exports.AccessDeniedForDependencyException = exports.AccessDeniedForDependencyExceptionReason = exports.AccessDeniedException = exports.HandshakeState = exports.HandshakeResourceType = exports.HandshakePartyType = exports.ActionType = void 0;
|
|
4
|
+
exports.DescribeEffectivePolicyResponseFilterSensitiveLog = exports.EffectivePolicyFilterSensitiveLog = exports.DescribeEffectivePolicyRequestFilterSensitiveLog = exports.DescribeCreateAccountStatusResponseFilterSensitiveLog = exports.DescribeCreateAccountStatusRequestFilterSensitiveLog = exports.DescribeAccountResponseFilterSensitiveLog = exports.DescribeAccountRequestFilterSensitiveLog = exports.DeregisterDelegatedAdministratorRequestFilterSensitiveLog = exports.DeletePolicyRequestFilterSensitiveLog = exports.DeleteOrganizationalUnitRequestFilterSensitiveLog = exports.DeclineHandshakeRequestFilterSensitiveLog = exports.CreatePolicyResponseFilterSensitiveLog = exports.PolicyFilterSensitiveLog = exports.PolicySummaryFilterSensitiveLog = exports.CreatePolicyRequestFilterSensitiveLog = exports.CreateOrganizationalUnitResponseFilterSensitiveLog = exports.OrganizationalUnitFilterSensitiveLog = exports.CreateOrganizationalUnitRequestFilterSensitiveLog = exports.CreateOrganizationResponseFilterSensitiveLog = exports.OrganizationFilterSensitiveLog = exports.PolicyTypeSummaryFilterSensitiveLog = exports.CreateOrganizationRequestFilterSensitiveLog = exports.CreateGovCloudAccountResponseFilterSensitiveLog = exports.CreateGovCloudAccountRequestFilterSensitiveLog = exports.CreateAccountResponseFilterSensitiveLog = exports.CreateAccountStatusFilterSensitiveLog = exports.CreateAccountRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CloseAccountRequestFilterSensitiveLog = exports.CancelHandshakeRequestFilterSensitiveLog = exports.AttachPolicyRequestFilterSensitiveLog = exports.AccountFilterSensitiveLog = exports.HandshakePartyFilterSensitiveLog = exports.AcceptHandshakeRequestFilterSensitiveLog = exports.SourceParentNotFoundException = exports.DuplicateAccountException = exports.DestinationParentNotFoundException = exports.TargetType = exports.ParentType = exports.ChildNotFoundException = exports.ChildType = exports.MasterCannotLeaveOrganizationException = exports.DuplicateHandshakeException = exports.PolicyTypeAlreadyEnabledException = exports.RootNotFoundException = exports.PolicyNotAttachedException = exports.EffectivePolicyNotFoundException = exports.EffectivePolicyType = exports.CreateAccountStatusNotFoundException = exports.PolicyInUseException = void 0;
|
|
5
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListRootsResponseFilterSensitiveLog = exports.ListRootsRequestFilterSensitiveLog = exports.ListPoliciesForTargetResponseFilterSensitiveLog = exports.ListPoliciesForTargetRequestFilterSensitiveLog = exports.ListPoliciesResponseFilterSensitiveLog = exports.ListPoliciesRequestFilterSensitiveLog = exports.ListParentsResponseFilterSensitiveLog = exports.ParentFilterSensitiveLog = exports.ListParentsRequestFilterSensitiveLog = exports.ListOrganizationalUnitsForParentResponseFilterSensitiveLog = exports.ListOrganizationalUnitsForParentRequestFilterSensitiveLog = exports.ListHandshakesForOrganizationRequestFilterSensitiveLog = exports.ListHandshakesForAccountRequestFilterSensitiveLog = exports.HandshakeFilterFilterSensitiveLog = exports.ListDelegatedServicesForAccountResponseFilterSensitiveLog = exports.DelegatedServiceFilterSensitiveLog = exports.ListDelegatedServicesForAccountRequestFilterSensitiveLog = exports.ListDelegatedAdministratorsResponseFilterSensitiveLog = exports.DelegatedAdministratorFilterSensitiveLog = exports.ListDelegatedAdministratorsRequestFilterSensitiveLog = exports.ListCreateAccountStatusResponseFilterSensitiveLog = exports.ListCreateAccountStatusRequestFilterSensitiveLog = exports.ListChildrenResponseFilterSensitiveLog = exports.ChildFilterSensitiveLog = exports.ListChildrenRequestFilterSensitiveLog = exports.ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog = exports.EnabledServicePrincipalFilterSensitiveLog = exports.ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog = exports.ListAccountsForParentResponseFilterSensitiveLog = exports.ListAccountsForParentRequestFilterSensitiveLog = exports.ListAccountsResponseFilterSensitiveLog = exports.ListAccountsRequestFilterSensitiveLog = exports.InviteAccountToOrganizationRequestFilterSensitiveLog = exports.EnablePolicyTypeResponseFilterSensitiveLog = exports.EnablePolicyTypeRequestFilterSensitiveLog = exports.EnableAWSServiceAccessRequestFilterSensitiveLog = exports.EnableAllFeaturesRequestFilterSensitiveLog = exports.DisablePolicyTypeResponseFilterSensitiveLog = exports.RootFilterSensitiveLog = exports.DisablePolicyTypeRequestFilterSensitiveLog = exports.DisableAWSServiceAccessRequestFilterSensitiveLog = exports.DetachPolicyRequestFilterSensitiveLog = exports.DescribePolicyResponseFilterSensitiveLog = exports.DescribePolicyRequestFilterSensitiveLog = exports.DescribeOrganizationalUnitResponseFilterSensitiveLog = exports.DescribeOrganizationalUnitRequestFilterSensitiveLog = exports.DescribeOrganizationResponseFilterSensitiveLog = exports.DescribeHandshakeRequestFilterSensitiveLog = void 0;
|
|
6
|
+
exports.ListHandshakesForOrganizationResponseFilterSensitiveLog = exports.ListHandshakesForAccountResponseFilterSensitiveLog = exports.InviteAccountToOrganizationResponseFilterSensitiveLog = exports.EnableAllFeaturesResponseFilterSensitiveLog = exports.DescribeHandshakeResponseFilterSensitiveLog = exports.DeclineHandshakeResponseFilterSensitiveLog = exports.CancelHandshakeResponseFilterSensitiveLog = exports.AcceptHandshakeResponseFilterSensitiveLog = exports.HandshakeFilterSensitiveLog = exports.HandshakeResourceFilterSensitiveLog = exports.UpdatePolicyResponseFilterSensitiveLog = exports.UpdatePolicyRequestFilterSensitiveLog = exports.UpdateOrganizationalUnitResponseFilterSensitiveLog = exports.UpdateOrganizationalUnitRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RemoveAccountFromOrganizationRequestFilterSensitiveLog = exports.RegisterDelegatedAdministratorRequestFilterSensitiveLog = exports.MoveAccountRequestFilterSensitiveLog = exports.ListTargetsForPolicyResponseFilterSensitiveLog = exports.PolicyTargetSummaryFilterSensitiveLog = exports.ListTargetsForPolicyRequestFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const OrganizationsServiceException_1 = require("./OrganizationsServiceException");
|
|
9
|
-
var AcceptHandshakeRequest;
|
|
10
|
-
(function (AcceptHandshakeRequest) {
|
|
11
|
-
AcceptHandshakeRequest.filterSensitiveLog = (obj) => ({
|
|
12
|
-
...obj,
|
|
13
|
-
});
|
|
14
|
-
})(AcceptHandshakeRequest = exports.AcceptHandshakeRequest || (exports.AcceptHandshakeRequest = {}));
|
|
15
9
|
var ActionType;
|
|
16
10
|
(function (ActionType) {
|
|
17
11
|
ActionType["ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"] = "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE";
|
|
@@ -25,13 +19,6 @@ var HandshakePartyType;
|
|
|
25
19
|
HandshakePartyType["EMAIL"] = "EMAIL";
|
|
26
20
|
HandshakePartyType["ORGANIZATION"] = "ORGANIZATION";
|
|
27
21
|
})(HandshakePartyType = exports.HandshakePartyType || (exports.HandshakePartyType = {}));
|
|
28
|
-
var HandshakeParty;
|
|
29
|
-
(function (HandshakeParty) {
|
|
30
|
-
HandshakeParty.filterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
...(obj.Id && { Id: smithy_client_1.SENSITIVE_STRING }),
|
|
33
|
-
});
|
|
34
|
-
})(HandshakeParty = exports.HandshakeParty || (exports.HandshakeParty = {}));
|
|
35
22
|
var HandshakeResourceType;
|
|
36
23
|
(function (HandshakeResourceType) {
|
|
37
24
|
HandshakeResourceType["ACCOUNT"] = "ACCOUNT";
|
|
@@ -265,14 +252,6 @@ var AccountStatus;
|
|
|
265
252
|
AccountStatus["PENDING_CLOSURE"] = "PENDING_CLOSURE";
|
|
266
253
|
AccountStatus["SUSPENDED"] = "SUSPENDED";
|
|
267
254
|
})(AccountStatus = exports.AccountStatus || (exports.AccountStatus = {}));
|
|
268
|
-
var Account;
|
|
269
|
-
(function (Account) {
|
|
270
|
-
Account.filterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
273
|
-
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
274
|
-
});
|
|
275
|
-
})(Account = exports.Account || (exports.Account = {}));
|
|
276
255
|
class AccountAlreadyClosedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
277
256
|
constructor(opts) {
|
|
278
257
|
super({
|
|
@@ -357,12 +336,6 @@ class AlreadyInOrganizationException extends OrganizationsServiceException_1.Org
|
|
|
357
336
|
}
|
|
358
337
|
}
|
|
359
338
|
exports.AlreadyInOrganizationException = AlreadyInOrganizationException;
|
|
360
|
-
var AttachPolicyRequest;
|
|
361
|
-
(function (AttachPolicyRequest) {
|
|
362
|
-
AttachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
})(AttachPolicyRequest = exports.AttachPolicyRequest || (exports.AttachPolicyRequest = {}));
|
|
366
339
|
var ConstraintViolationExceptionReason;
|
|
367
340
|
(function (ConstraintViolationExceptionReason) {
|
|
368
341
|
ConstraintViolationExceptionReason["ACCOUNT_CANNOT_LEAVE_ORGANIZATION"] = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
|
|
@@ -498,18 +471,6 @@ class UnsupportedAPIEndpointException extends OrganizationsServiceException_1.Or
|
|
|
498
471
|
}
|
|
499
472
|
}
|
|
500
473
|
exports.UnsupportedAPIEndpointException = UnsupportedAPIEndpointException;
|
|
501
|
-
var CancelHandshakeRequest;
|
|
502
|
-
(function (CancelHandshakeRequest) {
|
|
503
|
-
CancelHandshakeRequest.filterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
})(CancelHandshakeRequest = exports.CancelHandshakeRequest || (exports.CancelHandshakeRequest = {}));
|
|
507
|
-
var CloseAccountRequest;
|
|
508
|
-
(function (CloseAccountRequest) {
|
|
509
|
-
CloseAccountRequest.filterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
})(CloseAccountRequest = exports.CloseAccountRequest || (exports.CloseAccountRequest = {}));
|
|
513
474
|
class ConflictException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
514
475
|
constructor(opts) {
|
|
515
476
|
super({
|
|
@@ -529,20 +490,6 @@ var IAMUserAccessToBilling;
|
|
|
529
490
|
IAMUserAccessToBilling["ALLOW"] = "ALLOW";
|
|
530
491
|
IAMUserAccessToBilling["DENY"] = "DENY";
|
|
531
492
|
})(IAMUserAccessToBilling = exports.IAMUserAccessToBilling || (exports.IAMUserAccessToBilling = {}));
|
|
532
|
-
var Tag;
|
|
533
|
-
(function (Tag) {
|
|
534
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
538
|
-
var CreateAccountRequest;
|
|
539
|
-
(function (CreateAccountRequest) {
|
|
540
|
-
CreateAccountRequest.filterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
543
|
-
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
544
|
-
});
|
|
545
|
-
})(CreateAccountRequest = exports.CreateAccountRequest || (exports.CreateAccountRequest = {}));
|
|
546
493
|
var CreateAccountFailureReason;
|
|
547
494
|
(function (CreateAccountFailureReason) {
|
|
548
495
|
CreateAccountFailureReason["ACCOUNT_LIMIT_EXCEEDED"] = "ACCOUNT_LIMIT_EXCEEDED";
|
|
@@ -566,22 +513,6 @@ var CreateAccountState;
|
|
|
566
513
|
CreateAccountState["IN_PROGRESS"] = "IN_PROGRESS";
|
|
567
514
|
CreateAccountState["SUCCEEDED"] = "SUCCEEDED";
|
|
568
515
|
})(CreateAccountState = exports.CreateAccountState || (exports.CreateAccountState = {}));
|
|
569
|
-
var CreateAccountStatus;
|
|
570
|
-
(function (CreateAccountStatus) {
|
|
571
|
-
CreateAccountStatus.filterSensitiveLog = (obj) => ({
|
|
572
|
-
...obj,
|
|
573
|
-
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
574
|
-
});
|
|
575
|
-
})(CreateAccountStatus = exports.CreateAccountStatus || (exports.CreateAccountStatus = {}));
|
|
576
|
-
var CreateAccountResponse;
|
|
577
|
-
(function (CreateAccountResponse) {
|
|
578
|
-
CreateAccountResponse.filterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
...(obj.CreateAccountStatus && {
|
|
581
|
-
CreateAccountStatus: CreateAccountStatus.filterSensitiveLog(obj.CreateAccountStatus),
|
|
582
|
-
}),
|
|
583
|
-
});
|
|
584
|
-
})(CreateAccountResponse = exports.CreateAccountResponse || (exports.CreateAccountResponse = {}));
|
|
585
516
|
class FinalizingOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
586
517
|
constructor(opts) {
|
|
587
518
|
super({
|
|
@@ -596,34 +527,11 @@ class FinalizingOrganizationException extends OrganizationsServiceException_1.Or
|
|
|
596
527
|
}
|
|
597
528
|
}
|
|
598
529
|
exports.FinalizingOrganizationException = FinalizingOrganizationException;
|
|
599
|
-
var CreateGovCloudAccountRequest;
|
|
600
|
-
(function (CreateGovCloudAccountRequest) {
|
|
601
|
-
CreateGovCloudAccountRequest.filterSensitiveLog = (obj) => ({
|
|
602
|
-
...obj,
|
|
603
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
604
|
-
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
605
|
-
});
|
|
606
|
-
})(CreateGovCloudAccountRequest = exports.CreateGovCloudAccountRequest || (exports.CreateGovCloudAccountRequest = {}));
|
|
607
|
-
var CreateGovCloudAccountResponse;
|
|
608
|
-
(function (CreateGovCloudAccountResponse) {
|
|
609
|
-
CreateGovCloudAccountResponse.filterSensitiveLog = (obj) => ({
|
|
610
|
-
...obj,
|
|
611
|
-
...(obj.CreateAccountStatus && {
|
|
612
|
-
CreateAccountStatus: CreateAccountStatus.filterSensitiveLog(obj.CreateAccountStatus),
|
|
613
|
-
}),
|
|
614
|
-
});
|
|
615
|
-
})(CreateGovCloudAccountResponse = exports.CreateGovCloudAccountResponse || (exports.CreateGovCloudAccountResponse = {}));
|
|
616
530
|
var OrganizationFeatureSet;
|
|
617
531
|
(function (OrganizationFeatureSet) {
|
|
618
532
|
OrganizationFeatureSet["ALL"] = "ALL";
|
|
619
533
|
OrganizationFeatureSet["CONSOLIDATED_BILLING"] = "CONSOLIDATED_BILLING";
|
|
620
534
|
})(OrganizationFeatureSet = exports.OrganizationFeatureSet || (exports.OrganizationFeatureSet = {}));
|
|
621
|
-
var CreateOrganizationRequest;
|
|
622
|
-
(function (CreateOrganizationRequest) {
|
|
623
|
-
CreateOrganizationRequest.filterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
})(CreateOrganizationRequest = exports.CreateOrganizationRequest || (exports.CreateOrganizationRequest = {}));
|
|
627
535
|
var PolicyTypeStatus;
|
|
628
536
|
(function (PolicyTypeStatus) {
|
|
629
537
|
PolicyTypeStatus["ENABLED"] = "ENABLED";
|
|
@@ -637,44 +545,6 @@ var PolicyType;
|
|
|
637
545
|
PolicyType["SERVICE_CONTROL_POLICY"] = "SERVICE_CONTROL_POLICY";
|
|
638
546
|
PolicyType["TAG_POLICY"] = "TAG_POLICY";
|
|
639
547
|
})(PolicyType = exports.PolicyType || (exports.PolicyType = {}));
|
|
640
|
-
var PolicyTypeSummary;
|
|
641
|
-
(function (PolicyTypeSummary) {
|
|
642
|
-
PolicyTypeSummary.filterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
})(PolicyTypeSummary = exports.PolicyTypeSummary || (exports.PolicyTypeSummary = {}));
|
|
646
|
-
var Organization;
|
|
647
|
-
(function (Organization) {
|
|
648
|
-
Organization.filterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
...(obj.MasterAccountEmail && { MasterAccountEmail: smithy_client_1.SENSITIVE_STRING }),
|
|
651
|
-
});
|
|
652
|
-
})(Organization = exports.Organization || (exports.Organization = {}));
|
|
653
|
-
var CreateOrganizationResponse;
|
|
654
|
-
(function (CreateOrganizationResponse) {
|
|
655
|
-
CreateOrganizationResponse.filterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
...(obj.Organization && { Organization: Organization.filterSensitiveLog(obj.Organization) }),
|
|
658
|
-
});
|
|
659
|
-
})(CreateOrganizationResponse = exports.CreateOrganizationResponse || (exports.CreateOrganizationResponse = {}));
|
|
660
|
-
var CreateOrganizationalUnitRequest;
|
|
661
|
-
(function (CreateOrganizationalUnitRequest) {
|
|
662
|
-
CreateOrganizationalUnitRequest.filterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
})(CreateOrganizationalUnitRequest = exports.CreateOrganizationalUnitRequest || (exports.CreateOrganizationalUnitRequest = {}));
|
|
666
|
-
var OrganizationalUnit;
|
|
667
|
-
(function (OrganizationalUnit) {
|
|
668
|
-
OrganizationalUnit.filterSensitiveLog = (obj) => ({
|
|
669
|
-
...obj,
|
|
670
|
-
});
|
|
671
|
-
})(OrganizationalUnit = exports.OrganizationalUnit || (exports.OrganizationalUnit = {}));
|
|
672
|
-
var CreateOrganizationalUnitResponse;
|
|
673
|
-
(function (CreateOrganizationalUnitResponse) {
|
|
674
|
-
CreateOrganizationalUnitResponse.filterSensitiveLog = (obj) => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
})(CreateOrganizationalUnitResponse = exports.CreateOrganizationalUnitResponse || (exports.CreateOrganizationalUnitResponse = {}));
|
|
678
548
|
class DuplicateOrganizationalUnitException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
679
549
|
constructor(opts) {
|
|
680
550
|
super({
|
|
@@ -703,30 +573,6 @@ class ParentNotFoundException extends OrganizationsServiceException_1.Organizati
|
|
|
703
573
|
}
|
|
704
574
|
}
|
|
705
575
|
exports.ParentNotFoundException = ParentNotFoundException;
|
|
706
|
-
var CreatePolicyRequest;
|
|
707
|
-
(function (CreatePolicyRequest) {
|
|
708
|
-
CreatePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(CreatePolicyRequest = exports.CreatePolicyRequest || (exports.CreatePolicyRequest = {}));
|
|
712
|
-
var PolicySummary;
|
|
713
|
-
(function (PolicySummary) {
|
|
714
|
-
PolicySummary.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
})(PolicySummary = exports.PolicySummary || (exports.PolicySummary = {}));
|
|
718
|
-
var Policy;
|
|
719
|
-
(function (Policy) {
|
|
720
|
-
Policy.filterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
})(Policy = exports.Policy || (exports.Policy = {}));
|
|
724
|
-
var CreatePolicyResponse;
|
|
725
|
-
(function (CreatePolicyResponse) {
|
|
726
|
-
CreatePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
});
|
|
729
|
-
})(CreatePolicyResponse = exports.CreatePolicyResponse || (exports.CreatePolicyResponse = {}));
|
|
730
576
|
class DuplicatePolicyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
731
577
|
constructor(opts) {
|
|
732
578
|
super({
|
|
@@ -769,12 +615,6 @@ class PolicyTypeNotAvailableForOrganizationException extends OrganizationsServic
|
|
|
769
615
|
}
|
|
770
616
|
}
|
|
771
617
|
exports.PolicyTypeNotAvailableForOrganizationException = PolicyTypeNotAvailableForOrganizationException;
|
|
772
|
-
var DeclineHandshakeRequest;
|
|
773
|
-
(function (DeclineHandshakeRequest) {
|
|
774
|
-
DeclineHandshakeRequest.filterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
})(DeclineHandshakeRequest = exports.DeclineHandshakeRequest || (exports.DeclineHandshakeRequest = {}));
|
|
778
618
|
class OrganizationNotEmptyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
779
619
|
constructor(opts) {
|
|
780
620
|
super({
|
|
@@ -789,12 +629,6 @@ class OrganizationNotEmptyException extends OrganizationsServiceException_1.Orga
|
|
|
789
629
|
}
|
|
790
630
|
}
|
|
791
631
|
exports.OrganizationNotEmptyException = OrganizationNotEmptyException;
|
|
792
|
-
var DeleteOrganizationalUnitRequest;
|
|
793
|
-
(function (DeleteOrganizationalUnitRequest) {
|
|
794
|
-
DeleteOrganizationalUnitRequest.filterSensitiveLog = (obj) => ({
|
|
795
|
-
...obj,
|
|
796
|
-
});
|
|
797
|
-
})(DeleteOrganizationalUnitRequest = exports.DeleteOrganizationalUnitRequest || (exports.DeleteOrganizationalUnitRequest = {}));
|
|
798
632
|
class OrganizationalUnitNotEmptyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
799
633
|
constructor(opts) {
|
|
800
634
|
super({
|
|
@@ -823,12 +657,6 @@ class OrganizationalUnitNotFoundException extends OrganizationsServiceException_
|
|
|
823
657
|
}
|
|
824
658
|
}
|
|
825
659
|
exports.OrganizationalUnitNotFoundException = OrganizationalUnitNotFoundException;
|
|
826
|
-
var DeletePolicyRequest;
|
|
827
|
-
(function (DeletePolicyRequest) {
|
|
828
|
-
DeletePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
})(DeletePolicyRequest = exports.DeletePolicyRequest || (exports.DeletePolicyRequest = {}));
|
|
832
660
|
class PolicyInUseException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
833
661
|
constructor(opts) {
|
|
834
662
|
super({
|
|
@@ -843,25 +671,6 @@ class PolicyInUseException extends OrganizationsServiceException_1.Organizations
|
|
|
843
671
|
}
|
|
844
672
|
}
|
|
845
673
|
exports.PolicyInUseException = PolicyInUseException;
|
|
846
|
-
var DeregisterDelegatedAdministratorRequest;
|
|
847
|
-
(function (DeregisterDelegatedAdministratorRequest) {
|
|
848
|
-
DeregisterDelegatedAdministratorRequest.filterSensitiveLog = (obj) => ({
|
|
849
|
-
...obj,
|
|
850
|
-
});
|
|
851
|
-
})(DeregisterDelegatedAdministratorRequest = exports.DeregisterDelegatedAdministratorRequest || (exports.DeregisterDelegatedAdministratorRequest = {}));
|
|
852
|
-
var DescribeAccountRequest;
|
|
853
|
-
(function (DescribeAccountRequest) {
|
|
854
|
-
DescribeAccountRequest.filterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
|
-
})(DescribeAccountRequest = exports.DescribeAccountRequest || (exports.DescribeAccountRequest = {}));
|
|
858
|
-
var DescribeAccountResponse;
|
|
859
|
-
(function (DescribeAccountResponse) {
|
|
860
|
-
DescribeAccountResponse.filterSensitiveLog = (obj) => ({
|
|
861
|
-
...obj,
|
|
862
|
-
...(obj.Account && { Account: Account.filterSensitiveLog(obj.Account) }),
|
|
863
|
-
});
|
|
864
|
-
})(DescribeAccountResponse = exports.DescribeAccountResponse || (exports.DescribeAccountResponse = {}));
|
|
865
674
|
class CreateAccountStatusNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
866
675
|
constructor(opts) {
|
|
867
676
|
super({
|
|
@@ -876,45 +685,12 @@ class CreateAccountStatusNotFoundException extends OrganizationsServiceException
|
|
|
876
685
|
}
|
|
877
686
|
}
|
|
878
687
|
exports.CreateAccountStatusNotFoundException = CreateAccountStatusNotFoundException;
|
|
879
|
-
var DescribeCreateAccountStatusRequest;
|
|
880
|
-
(function (DescribeCreateAccountStatusRequest) {
|
|
881
|
-
DescribeCreateAccountStatusRequest.filterSensitiveLog = (obj) => ({
|
|
882
|
-
...obj,
|
|
883
|
-
});
|
|
884
|
-
})(DescribeCreateAccountStatusRequest = exports.DescribeCreateAccountStatusRequest || (exports.DescribeCreateAccountStatusRequest = {}));
|
|
885
|
-
var DescribeCreateAccountStatusResponse;
|
|
886
|
-
(function (DescribeCreateAccountStatusResponse) {
|
|
887
|
-
DescribeCreateAccountStatusResponse.filterSensitiveLog = (obj) => ({
|
|
888
|
-
...obj,
|
|
889
|
-
...(obj.CreateAccountStatus && {
|
|
890
|
-
CreateAccountStatus: CreateAccountStatus.filterSensitiveLog(obj.CreateAccountStatus),
|
|
891
|
-
}),
|
|
892
|
-
});
|
|
893
|
-
})(DescribeCreateAccountStatusResponse = exports.DescribeCreateAccountStatusResponse || (exports.DescribeCreateAccountStatusResponse = {}));
|
|
894
688
|
var EffectivePolicyType;
|
|
895
689
|
(function (EffectivePolicyType) {
|
|
896
690
|
EffectivePolicyType["AISERVICES_OPT_OUT_POLICY"] = "AISERVICES_OPT_OUT_POLICY";
|
|
897
691
|
EffectivePolicyType["BACKUP_POLICY"] = "BACKUP_POLICY";
|
|
898
692
|
EffectivePolicyType["TAG_POLICY"] = "TAG_POLICY";
|
|
899
693
|
})(EffectivePolicyType = exports.EffectivePolicyType || (exports.EffectivePolicyType = {}));
|
|
900
|
-
var DescribeEffectivePolicyRequest;
|
|
901
|
-
(function (DescribeEffectivePolicyRequest) {
|
|
902
|
-
DescribeEffectivePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
903
|
-
...obj,
|
|
904
|
-
});
|
|
905
|
-
})(DescribeEffectivePolicyRequest = exports.DescribeEffectivePolicyRequest || (exports.DescribeEffectivePolicyRequest = {}));
|
|
906
|
-
var EffectivePolicy;
|
|
907
|
-
(function (EffectivePolicy) {
|
|
908
|
-
EffectivePolicy.filterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
})(EffectivePolicy = exports.EffectivePolicy || (exports.EffectivePolicy = {}));
|
|
912
|
-
var DescribeEffectivePolicyResponse;
|
|
913
|
-
(function (DescribeEffectivePolicyResponse) {
|
|
914
|
-
DescribeEffectivePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
});
|
|
917
|
-
})(DescribeEffectivePolicyResponse = exports.DescribeEffectivePolicyResponse || (exports.DescribeEffectivePolicyResponse = {}));
|
|
918
694
|
class EffectivePolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
919
695
|
constructor(opts) {
|
|
920
696
|
super({
|
|
@@ -929,49 +705,6 @@ class EffectivePolicyNotFoundException extends OrganizationsServiceException_1.O
|
|
|
929
705
|
}
|
|
930
706
|
}
|
|
931
707
|
exports.EffectivePolicyNotFoundException = EffectivePolicyNotFoundException;
|
|
932
|
-
var DescribeHandshakeRequest;
|
|
933
|
-
(function (DescribeHandshakeRequest) {
|
|
934
|
-
DescribeHandshakeRequest.filterSensitiveLog = (obj) => ({
|
|
935
|
-
...obj,
|
|
936
|
-
});
|
|
937
|
-
})(DescribeHandshakeRequest = exports.DescribeHandshakeRequest || (exports.DescribeHandshakeRequest = {}));
|
|
938
|
-
var DescribeOrganizationResponse;
|
|
939
|
-
(function (DescribeOrganizationResponse) {
|
|
940
|
-
DescribeOrganizationResponse.filterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
...(obj.Organization && { Organization: Organization.filterSensitiveLog(obj.Organization) }),
|
|
943
|
-
});
|
|
944
|
-
})(DescribeOrganizationResponse = exports.DescribeOrganizationResponse || (exports.DescribeOrganizationResponse = {}));
|
|
945
|
-
var DescribeOrganizationalUnitRequest;
|
|
946
|
-
(function (DescribeOrganizationalUnitRequest) {
|
|
947
|
-
DescribeOrganizationalUnitRequest.filterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
})(DescribeOrganizationalUnitRequest = exports.DescribeOrganizationalUnitRequest || (exports.DescribeOrganizationalUnitRequest = {}));
|
|
951
|
-
var DescribeOrganizationalUnitResponse;
|
|
952
|
-
(function (DescribeOrganizationalUnitResponse) {
|
|
953
|
-
DescribeOrganizationalUnitResponse.filterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
})(DescribeOrganizationalUnitResponse = exports.DescribeOrganizationalUnitResponse || (exports.DescribeOrganizationalUnitResponse = {}));
|
|
957
|
-
var DescribePolicyRequest;
|
|
958
|
-
(function (DescribePolicyRequest) {
|
|
959
|
-
DescribePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
});
|
|
962
|
-
})(DescribePolicyRequest = exports.DescribePolicyRequest || (exports.DescribePolicyRequest = {}));
|
|
963
|
-
var DescribePolicyResponse;
|
|
964
|
-
(function (DescribePolicyResponse) {
|
|
965
|
-
DescribePolicyResponse.filterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
});
|
|
968
|
-
})(DescribePolicyResponse = exports.DescribePolicyResponse || (exports.DescribePolicyResponse = {}));
|
|
969
|
-
var DetachPolicyRequest;
|
|
970
|
-
(function (DetachPolicyRequest) {
|
|
971
|
-
DetachPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
972
|
-
...obj,
|
|
973
|
-
});
|
|
974
|
-
})(DetachPolicyRequest = exports.DetachPolicyRequest || (exports.DetachPolicyRequest = {}));
|
|
975
708
|
class PolicyNotAttachedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
976
709
|
constructor(opts) {
|
|
977
710
|
super({
|
|
@@ -986,30 +719,6 @@ class PolicyNotAttachedException extends OrganizationsServiceException_1.Organiz
|
|
|
986
719
|
}
|
|
987
720
|
}
|
|
988
721
|
exports.PolicyNotAttachedException = PolicyNotAttachedException;
|
|
989
|
-
var DisableAWSServiceAccessRequest;
|
|
990
|
-
(function (DisableAWSServiceAccessRequest) {
|
|
991
|
-
DisableAWSServiceAccessRequest.filterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
});
|
|
994
|
-
})(DisableAWSServiceAccessRequest = exports.DisableAWSServiceAccessRequest || (exports.DisableAWSServiceAccessRequest = {}));
|
|
995
|
-
var DisablePolicyTypeRequest;
|
|
996
|
-
(function (DisablePolicyTypeRequest) {
|
|
997
|
-
DisablePolicyTypeRequest.filterSensitiveLog = (obj) => ({
|
|
998
|
-
...obj,
|
|
999
|
-
});
|
|
1000
|
-
})(DisablePolicyTypeRequest = exports.DisablePolicyTypeRequest || (exports.DisablePolicyTypeRequest = {}));
|
|
1001
|
-
var Root;
|
|
1002
|
-
(function (Root) {
|
|
1003
|
-
Root.filterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
})(Root = exports.Root || (exports.Root = {}));
|
|
1007
|
-
var DisablePolicyTypeResponse;
|
|
1008
|
-
(function (DisablePolicyTypeResponse) {
|
|
1009
|
-
DisablePolicyTypeResponse.filterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
})(DisablePolicyTypeResponse = exports.DisablePolicyTypeResponse || (exports.DisablePolicyTypeResponse = {}));
|
|
1013
722
|
class RootNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
1014
723
|
constructor(opts) {
|
|
1015
724
|
super({
|
|
@@ -1024,30 +733,6 @@ class RootNotFoundException extends OrganizationsServiceException_1.Organization
|
|
|
1024
733
|
}
|
|
1025
734
|
}
|
|
1026
735
|
exports.RootNotFoundException = RootNotFoundException;
|
|
1027
|
-
var EnableAllFeaturesRequest;
|
|
1028
|
-
(function (EnableAllFeaturesRequest) {
|
|
1029
|
-
EnableAllFeaturesRequest.filterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
});
|
|
1032
|
-
})(EnableAllFeaturesRequest = exports.EnableAllFeaturesRequest || (exports.EnableAllFeaturesRequest = {}));
|
|
1033
|
-
var EnableAWSServiceAccessRequest;
|
|
1034
|
-
(function (EnableAWSServiceAccessRequest) {
|
|
1035
|
-
EnableAWSServiceAccessRequest.filterSensitiveLog = (obj) => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
})(EnableAWSServiceAccessRequest = exports.EnableAWSServiceAccessRequest || (exports.EnableAWSServiceAccessRequest = {}));
|
|
1039
|
-
var EnablePolicyTypeRequest;
|
|
1040
|
-
(function (EnablePolicyTypeRequest) {
|
|
1041
|
-
EnablePolicyTypeRequest.filterSensitiveLog = (obj) => ({
|
|
1042
|
-
...obj,
|
|
1043
|
-
});
|
|
1044
|
-
})(EnablePolicyTypeRequest = exports.EnablePolicyTypeRequest || (exports.EnablePolicyTypeRequest = {}));
|
|
1045
|
-
var EnablePolicyTypeResponse;
|
|
1046
|
-
(function (EnablePolicyTypeResponse) {
|
|
1047
|
-
EnablePolicyTypeResponse.filterSensitiveLog = (obj) => ({
|
|
1048
|
-
...obj,
|
|
1049
|
-
});
|
|
1050
|
-
})(EnablePolicyTypeResponse = exports.EnablePolicyTypeResponse || (exports.EnablePolicyTypeResponse = {}));
|
|
1051
736
|
class PolicyTypeAlreadyEnabledException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
1052
737
|
constructor(opts) {
|
|
1053
738
|
super({
|
|
@@ -1076,14 +761,6 @@ class DuplicateHandshakeException extends OrganizationsServiceException_1.Organi
|
|
|
1076
761
|
}
|
|
1077
762
|
}
|
|
1078
763
|
exports.DuplicateHandshakeException = DuplicateHandshakeException;
|
|
1079
|
-
var InviteAccountToOrganizationRequest;
|
|
1080
|
-
(function (InviteAccountToOrganizationRequest) {
|
|
1081
|
-
InviteAccountToOrganizationRequest.filterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
...(obj.Target && { Target: HandshakeParty.filterSensitiveLog(obj.Target) }),
|
|
1084
|
-
...(obj.Notes && { Notes: smithy_client_1.SENSITIVE_STRING }),
|
|
1085
|
-
});
|
|
1086
|
-
})(InviteAccountToOrganizationRequest = exports.InviteAccountToOrganizationRequest || (exports.InviteAccountToOrganizationRequest = {}));
|
|
1087
764
|
class MasterCannotLeaveOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
1088
765
|
constructor(opts) {
|
|
1089
766
|
super({
|
|
@@ -1098,159 +775,11 @@ class MasterCannotLeaveOrganizationException extends OrganizationsServiceExcepti
|
|
|
1098
775
|
}
|
|
1099
776
|
}
|
|
1100
777
|
exports.MasterCannotLeaveOrganizationException = MasterCannotLeaveOrganizationException;
|
|
1101
|
-
var ListAccountsRequest;
|
|
1102
|
-
(function (ListAccountsRequest) {
|
|
1103
|
-
ListAccountsRequest.filterSensitiveLog = (obj) => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
})(ListAccountsRequest = exports.ListAccountsRequest || (exports.ListAccountsRequest = {}));
|
|
1107
|
-
var ListAccountsResponse;
|
|
1108
|
-
(function (ListAccountsResponse) {
|
|
1109
|
-
ListAccountsResponse.filterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => Account.filterSensitiveLog(item)) }),
|
|
1112
|
-
});
|
|
1113
|
-
})(ListAccountsResponse = exports.ListAccountsResponse || (exports.ListAccountsResponse = {}));
|
|
1114
|
-
var ListAccountsForParentRequest;
|
|
1115
|
-
(function (ListAccountsForParentRequest) {
|
|
1116
|
-
ListAccountsForParentRequest.filterSensitiveLog = (obj) => ({
|
|
1117
|
-
...obj,
|
|
1118
|
-
});
|
|
1119
|
-
})(ListAccountsForParentRequest = exports.ListAccountsForParentRequest || (exports.ListAccountsForParentRequest = {}));
|
|
1120
|
-
var ListAccountsForParentResponse;
|
|
1121
|
-
(function (ListAccountsForParentResponse) {
|
|
1122
|
-
ListAccountsForParentResponse.filterSensitiveLog = (obj) => ({
|
|
1123
|
-
...obj,
|
|
1124
|
-
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => Account.filterSensitiveLog(item)) }),
|
|
1125
|
-
});
|
|
1126
|
-
})(ListAccountsForParentResponse = exports.ListAccountsForParentResponse || (exports.ListAccountsForParentResponse = {}));
|
|
1127
|
-
var ListAWSServiceAccessForOrganizationRequest;
|
|
1128
|
-
(function (ListAWSServiceAccessForOrganizationRequest) {
|
|
1129
|
-
ListAWSServiceAccessForOrganizationRequest.filterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
})(ListAWSServiceAccessForOrganizationRequest = exports.ListAWSServiceAccessForOrganizationRequest || (exports.ListAWSServiceAccessForOrganizationRequest = {}));
|
|
1133
|
-
var EnabledServicePrincipal;
|
|
1134
|
-
(function (EnabledServicePrincipal) {
|
|
1135
|
-
EnabledServicePrincipal.filterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
})(EnabledServicePrincipal = exports.EnabledServicePrincipal || (exports.EnabledServicePrincipal = {}));
|
|
1139
|
-
var ListAWSServiceAccessForOrganizationResponse;
|
|
1140
|
-
(function (ListAWSServiceAccessForOrganizationResponse) {
|
|
1141
|
-
ListAWSServiceAccessForOrganizationResponse.filterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
})(ListAWSServiceAccessForOrganizationResponse = exports.ListAWSServiceAccessForOrganizationResponse || (exports.ListAWSServiceAccessForOrganizationResponse = {}));
|
|
1145
778
|
var ChildType;
|
|
1146
779
|
(function (ChildType) {
|
|
1147
780
|
ChildType["ACCOUNT"] = "ACCOUNT";
|
|
1148
781
|
ChildType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
|
|
1149
782
|
})(ChildType = exports.ChildType || (exports.ChildType = {}));
|
|
1150
|
-
var ListChildrenRequest;
|
|
1151
|
-
(function (ListChildrenRequest) {
|
|
1152
|
-
ListChildrenRequest.filterSensitiveLog = (obj) => ({
|
|
1153
|
-
...obj,
|
|
1154
|
-
});
|
|
1155
|
-
})(ListChildrenRequest = exports.ListChildrenRequest || (exports.ListChildrenRequest = {}));
|
|
1156
|
-
var Child;
|
|
1157
|
-
(function (Child) {
|
|
1158
|
-
Child.filterSensitiveLog = (obj) => ({
|
|
1159
|
-
...obj,
|
|
1160
|
-
});
|
|
1161
|
-
})(Child = exports.Child || (exports.Child = {}));
|
|
1162
|
-
var ListChildrenResponse;
|
|
1163
|
-
(function (ListChildrenResponse) {
|
|
1164
|
-
ListChildrenResponse.filterSensitiveLog = (obj) => ({
|
|
1165
|
-
...obj,
|
|
1166
|
-
});
|
|
1167
|
-
})(ListChildrenResponse = exports.ListChildrenResponse || (exports.ListChildrenResponse = {}));
|
|
1168
|
-
var ListCreateAccountStatusRequest;
|
|
1169
|
-
(function (ListCreateAccountStatusRequest) {
|
|
1170
|
-
ListCreateAccountStatusRequest.filterSensitiveLog = (obj) => ({
|
|
1171
|
-
...obj,
|
|
1172
|
-
});
|
|
1173
|
-
})(ListCreateAccountStatusRequest = exports.ListCreateAccountStatusRequest || (exports.ListCreateAccountStatusRequest = {}));
|
|
1174
|
-
var ListCreateAccountStatusResponse;
|
|
1175
|
-
(function (ListCreateAccountStatusResponse) {
|
|
1176
|
-
ListCreateAccountStatusResponse.filterSensitiveLog = (obj) => ({
|
|
1177
|
-
...obj,
|
|
1178
|
-
...(obj.CreateAccountStatuses && {
|
|
1179
|
-
CreateAccountStatuses: obj.CreateAccountStatuses.map((item) => CreateAccountStatus.filterSensitiveLog(item)),
|
|
1180
|
-
}),
|
|
1181
|
-
});
|
|
1182
|
-
})(ListCreateAccountStatusResponse = exports.ListCreateAccountStatusResponse || (exports.ListCreateAccountStatusResponse = {}));
|
|
1183
|
-
var ListDelegatedAdministratorsRequest;
|
|
1184
|
-
(function (ListDelegatedAdministratorsRequest) {
|
|
1185
|
-
ListDelegatedAdministratorsRequest.filterSensitiveLog = (obj) => ({
|
|
1186
|
-
...obj,
|
|
1187
|
-
});
|
|
1188
|
-
})(ListDelegatedAdministratorsRequest = exports.ListDelegatedAdministratorsRequest || (exports.ListDelegatedAdministratorsRequest = {}));
|
|
1189
|
-
var DelegatedAdministrator;
|
|
1190
|
-
(function (DelegatedAdministrator) {
|
|
1191
|
-
DelegatedAdministrator.filterSensitiveLog = (obj) => ({
|
|
1192
|
-
...obj,
|
|
1193
|
-
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
1194
|
-
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
1195
|
-
});
|
|
1196
|
-
})(DelegatedAdministrator = exports.DelegatedAdministrator || (exports.DelegatedAdministrator = {}));
|
|
1197
|
-
var ListDelegatedAdministratorsResponse;
|
|
1198
|
-
(function (ListDelegatedAdministratorsResponse) {
|
|
1199
|
-
ListDelegatedAdministratorsResponse.filterSensitiveLog = (obj) => ({
|
|
1200
|
-
...obj,
|
|
1201
|
-
...(obj.DelegatedAdministrators && {
|
|
1202
|
-
DelegatedAdministrators: obj.DelegatedAdministrators.map((item) => DelegatedAdministrator.filterSensitiveLog(item)),
|
|
1203
|
-
}),
|
|
1204
|
-
});
|
|
1205
|
-
})(ListDelegatedAdministratorsResponse = exports.ListDelegatedAdministratorsResponse || (exports.ListDelegatedAdministratorsResponse = {}));
|
|
1206
|
-
var ListDelegatedServicesForAccountRequest;
|
|
1207
|
-
(function (ListDelegatedServicesForAccountRequest) {
|
|
1208
|
-
ListDelegatedServicesForAccountRequest.filterSensitiveLog = (obj) => ({
|
|
1209
|
-
...obj,
|
|
1210
|
-
});
|
|
1211
|
-
})(ListDelegatedServicesForAccountRequest = exports.ListDelegatedServicesForAccountRequest || (exports.ListDelegatedServicesForAccountRequest = {}));
|
|
1212
|
-
var DelegatedService;
|
|
1213
|
-
(function (DelegatedService) {
|
|
1214
|
-
DelegatedService.filterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
});
|
|
1217
|
-
})(DelegatedService = exports.DelegatedService || (exports.DelegatedService = {}));
|
|
1218
|
-
var ListDelegatedServicesForAccountResponse;
|
|
1219
|
-
(function (ListDelegatedServicesForAccountResponse) {
|
|
1220
|
-
ListDelegatedServicesForAccountResponse.filterSensitiveLog = (obj) => ({
|
|
1221
|
-
...obj,
|
|
1222
|
-
});
|
|
1223
|
-
})(ListDelegatedServicesForAccountResponse = exports.ListDelegatedServicesForAccountResponse || (exports.ListDelegatedServicesForAccountResponse = {}));
|
|
1224
|
-
var HandshakeFilter;
|
|
1225
|
-
(function (HandshakeFilter) {
|
|
1226
|
-
HandshakeFilter.filterSensitiveLog = (obj) => ({
|
|
1227
|
-
...obj,
|
|
1228
|
-
});
|
|
1229
|
-
})(HandshakeFilter = exports.HandshakeFilter || (exports.HandshakeFilter = {}));
|
|
1230
|
-
var ListHandshakesForAccountRequest;
|
|
1231
|
-
(function (ListHandshakesForAccountRequest) {
|
|
1232
|
-
ListHandshakesForAccountRequest.filterSensitiveLog = (obj) => ({
|
|
1233
|
-
...obj,
|
|
1234
|
-
});
|
|
1235
|
-
})(ListHandshakesForAccountRequest = exports.ListHandshakesForAccountRequest || (exports.ListHandshakesForAccountRequest = {}));
|
|
1236
|
-
var ListHandshakesForOrganizationRequest;
|
|
1237
|
-
(function (ListHandshakesForOrganizationRequest) {
|
|
1238
|
-
ListHandshakesForOrganizationRequest.filterSensitiveLog = (obj) => ({
|
|
1239
|
-
...obj,
|
|
1240
|
-
});
|
|
1241
|
-
})(ListHandshakesForOrganizationRequest = exports.ListHandshakesForOrganizationRequest || (exports.ListHandshakesForOrganizationRequest = {}));
|
|
1242
|
-
var ListOrganizationalUnitsForParentRequest;
|
|
1243
|
-
(function (ListOrganizationalUnitsForParentRequest) {
|
|
1244
|
-
ListOrganizationalUnitsForParentRequest.filterSensitiveLog = (obj) => ({
|
|
1245
|
-
...obj,
|
|
1246
|
-
});
|
|
1247
|
-
})(ListOrganizationalUnitsForParentRequest = exports.ListOrganizationalUnitsForParentRequest || (exports.ListOrganizationalUnitsForParentRequest = {}));
|
|
1248
|
-
var ListOrganizationalUnitsForParentResponse;
|
|
1249
|
-
(function (ListOrganizationalUnitsForParentResponse) {
|
|
1250
|
-
ListOrganizationalUnitsForParentResponse.filterSensitiveLog = (obj) => ({
|
|
1251
|
-
...obj,
|
|
1252
|
-
});
|
|
1253
|
-
})(ListOrganizationalUnitsForParentResponse = exports.ListOrganizationalUnitsForParentResponse || (exports.ListOrganizationalUnitsForParentResponse = {}));
|
|
1254
783
|
class ChildNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
1255
784
|
constructor(opts) {
|
|
1256
785
|
super({
|
|
@@ -1265,101 +794,17 @@ class ChildNotFoundException extends OrganizationsServiceException_1.Organizatio
|
|
|
1265
794
|
}
|
|
1266
795
|
}
|
|
1267
796
|
exports.ChildNotFoundException = ChildNotFoundException;
|
|
1268
|
-
var ListParentsRequest;
|
|
1269
|
-
(function (ListParentsRequest) {
|
|
1270
|
-
ListParentsRequest.filterSensitiveLog = (obj) => ({
|
|
1271
|
-
...obj,
|
|
1272
|
-
});
|
|
1273
|
-
})(ListParentsRequest = exports.ListParentsRequest || (exports.ListParentsRequest = {}));
|
|
1274
797
|
var ParentType;
|
|
1275
798
|
(function (ParentType) {
|
|
1276
799
|
ParentType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
|
|
1277
800
|
ParentType["ROOT"] = "ROOT";
|
|
1278
801
|
})(ParentType = exports.ParentType || (exports.ParentType = {}));
|
|
1279
|
-
var Parent;
|
|
1280
|
-
(function (Parent) {
|
|
1281
|
-
Parent.filterSensitiveLog = (obj) => ({
|
|
1282
|
-
...obj,
|
|
1283
|
-
});
|
|
1284
|
-
})(Parent = exports.Parent || (exports.Parent = {}));
|
|
1285
|
-
var ListParentsResponse;
|
|
1286
|
-
(function (ListParentsResponse) {
|
|
1287
|
-
ListParentsResponse.filterSensitiveLog = (obj) => ({
|
|
1288
|
-
...obj,
|
|
1289
|
-
});
|
|
1290
|
-
})(ListParentsResponse = exports.ListParentsResponse || (exports.ListParentsResponse = {}));
|
|
1291
|
-
var ListPoliciesRequest;
|
|
1292
|
-
(function (ListPoliciesRequest) {
|
|
1293
|
-
ListPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
1294
|
-
...obj,
|
|
1295
|
-
});
|
|
1296
|
-
})(ListPoliciesRequest = exports.ListPoliciesRequest || (exports.ListPoliciesRequest = {}));
|
|
1297
|
-
var ListPoliciesResponse;
|
|
1298
|
-
(function (ListPoliciesResponse) {
|
|
1299
|
-
ListPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
1300
|
-
...obj,
|
|
1301
|
-
});
|
|
1302
|
-
})(ListPoliciesResponse = exports.ListPoliciesResponse || (exports.ListPoliciesResponse = {}));
|
|
1303
|
-
var ListPoliciesForTargetRequest;
|
|
1304
|
-
(function (ListPoliciesForTargetRequest) {
|
|
1305
|
-
ListPoliciesForTargetRequest.filterSensitiveLog = (obj) => ({
|
|
1306
|
-
...obj,
|
|
1307
|
-
});
|
|
1308
|
-
})(ListPoliciesForTargetRequest = exports.ListPoliciesForTargetRequest || (exports.ListPoliciesForTargetRequest = {}));
|
|
1309
|
-
var ListPoliciesForTargetResponse;
|
|
1310
|
-
(function (ListPoliciesForTargetResponse) {
|
|
1311
|
-
ListPoliciesForTargetResponse.filterSensitiveLog = (obj) => ({
|
|
1312
|
-
...obj,
|
|
1313
|
-
});
|
|
1314
|
-
})(ListPoliciesForTargetResponse = exports.ListPoliciesForTargetResponse || (exports.ListPoliciesForTargetResponse = {}));
|
|
1315
|
-
var ListRootsRequest;
|
|
1316
|
-
(function (ListRootsRequest) {
|
|
1317
|
-
ListRootsRequest.filterSensitiveLog = (obj) => ({
|
|
1318
|
-
...obj,
|
|
1319
|
-
});
|
|
1320
|
-
})(ListRootsRequest = exports.ListRootsRequest || (exports.ListRootsRequest = {}));
|
|
1321
|
-
var ListRootsResponse;
|
|
1322
|
-
(function (ListRootsResponse) {
|
|
1323
|
-
ListRootsResponse.filterSensitiveLog = (obj) => ({
|
|
1324
|
-
...obj,
|
|
1325
|
-
});
|
|
1326
|
-
})(ListRootsResponse = exports.ListRootsResponse || (exports.ListRootsResponse = {}));
|
|
1327
|
-
var ListTagsForResourceRequest;
|
|
1328
|
-
(function (ListTagsForResourceRequest) {
|
|
1329
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1330
|
-
...obj,
|
|
1331
|
-
});
|
|
1332
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1333
|
-
var ListTagsForResourceResponse;
|
|
1334
|
-
(function (ListTagsForResourceResponse) {
|
|
1335
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1336
|
-
...obj,
|
|
1337
|
-
});
|
|
1338
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1339
|
-
var ListTargetsForPolicyRequest;
|
|
1340
|
-
(function (ListTargetsForPolicyRequest) {
|
|
1341
|
-
ListTargetsForPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1342
|
-
...obj,
|
|
1343
|
-
});
|
|
1344
|
-
})(ListTargetsForPolicyRequest = exports.ListTargetsForPolicyRequest || (exports.ListTargetsForPolicyRequest = {}));
|
|
1345
802
|
var TargetType;
|
|
1346
803
|
(function (TargetType) {
|
|
1347
804
|
TargetType["ACCOUNT"] = "ACCOUNT";
|
|
1348
805
|
TargetType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
|
|
1349
806
|
TargetType["ROOT"] = "ROOT";
|
|
1350
807
|
})(TargetType = exports.TargetType || (exports.TargetType = {}));
|
|
1351
|
-
var PolicyTargetSummary;
|
|
1352
|
-
(function (PolicyTargetSummary) {
|
|
1353
|
-
PolicyTargetSummary.filterSensitiveLog = (obj) => ({
|
|
1354
|
-
...obj,
|
|
1355
|
-
});
|
|
1356
|
-
})(PolicyTargetSummary = exports.PolicyTargetSummary || (exports.PolicyTargetSummary = {}));
|
|
1357
|
-
var ListTargetsForPolicyResponse;
|
|
1358
|
-
(function (ListTargetsForPolicyResponse) {
|
|
1359
|
-
ListTargetsForPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1360
|
-
...obj,
|
|
1361
|
-
});
|
|
1362
|
-
})(ListTargetsForPolicyResponse = exports.ListTargetsForPolicyResponse || (exports.ListTargetsForPolicyResponse = {}));
|
|
1363
808
|
class DestinationParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
1364
809
|
constructor(opts) {
|
|
1365
810
|
super({
|
|
@@ -1388,12 +833,6 @@ class DuplicateAccountException extends OrganizationsServiceException_1.Organiza
|
|
|
1388
833
|
}
|
|
1389
834
|
}
|
|
1390
835
|
exports.DuplicateAccountException = DuplicateAccountException;
|
|
1391
|
-
var MoveAccountRequest;
|
|
1392
|
-
(function (MoveAccountRequest) {
|
|
1393
|
-
MoveAccountRequest.filterSensitiveLog = (obj) => ({
|
|
1394
|
-
...obj,
|
|
1395
|
-
});
|
|
1396
|
-
})(MoveAccountRequest = exports.MoveAccountRequest || (exports.MoveAccountRequest = {}));
|
|
1397
836
|
class SourceParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
1398
837
|
constructor(opts) {
|
|
1399
838
|
super({
|
|
@@ -1408,121 +847,470 @@ class SourceParentNotFoundException extends OrganizationsServiceException_1.Orga
|
|
|
1408
847
|
}
|
|
1409
848
|
}
|
|
1410
849
|
exports.SourceParentNotFoundException = SourceParentNotFoundException;
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
})
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
})
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
})
|
|
1446
|
-
})
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
})
|
|
1458
|
-
})
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
(
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
(
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
})
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
850
|
+
const AcceptHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
exports.AcceptHandshakeRequestFilterSensitiveLog = AcceptHandshakeRequestFilterSensitiveLog;
|
|
854
|
+
const HandshakePartyFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
...(obj.Id && { Id: smithy_client_1.SENSITIVE_STRING }),
|
|
857
|
+
});
|
|
858
|
+
exports.HandshakePartyFilterSensitiveLog = HandshakePartyFilterSensitiveLog;
|
|
859
|
+
const AccountFilterSensitiveLog = (obj) => ({
|
|
860
|
+
...obj,
|
|
861
|
+
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
862
|
+
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
863
|
+
});
|
|
864
|
+
exports.AccountFilterSensitiveLog = AccountFilterSensitiveLog;
|
|
865
|
+
const AttachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
exports.AttachPolicyRequestFilterSensitiveLog = AttachPolicyRequestFilterSensitiveLog;
|
|
869
|
+
const CancelHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
870
|
+
...obj,
|
|
871
|
+
});
|
|
872
|
+
exports.CancelHandshakeRequestFilterSensitiveLog = CancelHandshakeRequestFilterSensitiveLog;
|
|
873
|
+
const CloseAccountRequestFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
exports.CloseAccountRequestFilterSensitiveLog = CloseAccountRequestFilterSensitiveLog;
|
|
877
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
878
|
+
...obj,
|
|
879
|
+
});
|
|
880
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
881
|
+
const CreateAccountRequestFilterSensitiveLog = (obj) => ({
|
|
882
|
+
...obj,
|
|
883
|
+
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
884
|
+
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
885
|
+
});
|
|
886
|
+
exports.CreateAccountRequestFilterSensitiveLog = CreateAccountRequestFilterSensitiveLog;
|
|
887
|
+
const CreateAccountStatusFilterSensitiveLog = (obj) => ({
|
|
888
|
+
...obj,
|
|
889
|
+
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
890
|
+
});
|
|
891
|
+
exports.CreateAccountStatusFilterSensitiveLog = CreateAccountStatusFilterSensitiveLog;
|
|
892
|
+
const CreateAccountResponseFilterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
...(obj.CreateAccountStatus && {
|
|
895
|
+
CreateAccountStatus: (0, exports.CreateAccountStatusFilterSensitiveLog)(obj.CreateAccountStatus),
|
|
896
|
+
}),
|
|
897
|
+
});
|
|
898
|
+
exports.CreateAccountResponseFilterSensitiveLog = CreateAccountResponseFilterSensitiveLog;
|
|
899
|
+
const CreateGovCloudAccountRequestFilterSensitiveLog = (obj) => ({
|
|
900
|
+
...obj,
|
|
901
|
+
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
902
|
+
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
903
|
+
});
|
|
904
|
+
exports.CreateGovCloudAccountRequestFilterSensitiveLog = CreateGovCloudAccountRequestFilterSensitiveLog;
|
|
905
|
+
const CreateGovCloudAccountResponseFilterSensitiveLog = (obj) => ({
|
|
906
|
+
...obj,
|
|
907
|
+
...(obj.CreateAccountStatus && {
|
|
908
|
+
CreateAccountStatus: (0, exports.CreateAccountStatusFilterSensitiveLog)(obj.CreateAccountStatus),
|
|
909
|
+
}),
|
|
910
|
+
});
|
|
911
|
+
exports.CreateGovCloudAccountResponseFilterSensitiveLog = CreateGovCloudAccountResponseFilterSensitiveLog;
|
|
912
|
+
const CreateOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
913
|
+
...obj,
|
|
914
|
+
});
|
|
915
|
+
exports.CreateOrganizationRequestFilterSensitiveLog = CreateOrganizationRequestFilterSensitiveLog;
|
|
916
|
+
const PolicyTypeSummaryFilterSensitiveLog = (obj) => ({
|
|
917
|
+
...obj,
|
|
918
|
+
});
|
|
919
|
+
exports.PolicyTypeSummaryFilterSensitiveLog = PolicyTypeSummaryFilterSensitiveLog;
|
|
920
|
+
const OrganizationFilterSensitiveLog = (obj) => ({
|
|
921
|
+
...obj,
|
|
922
|
+
...(obj.MasterAccountEmail && { MasterAccountEmail: smithy_client_1.SENSITIVE_STRING }),
|
|
923
|
+
});
|
|
924
|
+
exports.OrganizationFilterSensitiveLog = OrganizationFilterSensitiveLog;
|
|
925
|
+
const CreateOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
926
|
+
...obj,
|
|
927
|
+
...(obj.Organization && { Organization: (0, exports.OrganizationFilterSensitiveLog)(obj.Organization) }),
|
|
928
|
+
});
|
|
929
|
+
exports.CreateOrganizationResponseFilterSensitiveLog = CreateOrganizationResponseFilterSensitiveLog;
|
|
930
|
+
const CreateOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
exports.CreateOrganizationalUnitRequestFilterSensitiveLog = CreateOrganizationalUnitRequestFilterSensitiveLog;
|
|
934
|
+
const OrganizationalUnitFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
exports.OrganizationalUnitFilterSensitiveLog = OrganizationalUnitFilterSensitiveLog;
|
|
938
|
+
const CreateOrganizationalUnitResponseFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
exports.CreateOrganizationalUnitResponseFilterSensitiveLog = CreateOrganizationalUnitResponseFilterSensitiveLog;
|
|
942
|
+
const CreatePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
exports.CreatePolicyRequestFilterSensitiveLog = CreatePolicyRequestFilterSensitiveLog;
|
|
946
|
+
const PolicySummaryFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
exports.PolicySummaryFilterSensitiveLog = PolicySummaryFilterSensitiveLog;
|
|
950
|
+
const PolicyFilterSensitiveLog = (obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
});
|
|
953
|
+
exports.PolicyFilterSensitiveLog = PolicyFilterSensitiveLog;
|
|
954
|
+
const CreatePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
exports.CreatePolicyResponseFilterSensitiveLog = CreatePolicyResponseFilterSensitiveLog;
|
|
958
|
+
const DeclineHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
exports.DeclineHandshakeRequestFilterSensitiveLog = DeclineHandshakeRequestFilterSensitiveLog;
|
|
962
|
+
const DeleteOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
});
|
|
965
|
+
exports.DeleteOrganizationalUnitRequestFilterSensitiveLog = DeleteOrganizationalUnitRequestFilterSensitiveLog;
|
|
966
|
+
const DeletePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
exports.DeletePolicyRequestFilterSensitiveLog = DeletePolicyRequestFilterSensitiveLog;
|
|
970
|
+
const DeregisterDelegatedAdministratorRequestFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
exports.DeregisterDelegatedAdministratorRequestFilterSensitiveLog = DeregisterDelegatedAdministratorRequestFilterSensitiveLog;
|
|
974
|
+
const DescribeAccountRequestFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
});
|
|
977
|
+
exports.DescribeAccountRequestFilterSensitiveLog = DescribeAccountRequestFilterSensitiveLog;
|
|
978
|
+
const DescribeAccountResponseFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
...(obj.Account && { Account: (0, exports.AccountFilterSensitiveLog)(obj.Account) }),
|
|
981
|
+
});
|
|
982
|
+
exports.DescribeAccountResponseFilterSensitiveLog = DescribeAccountResponseFilterSensitiveLog;
|
|
983
|
+
const DescribeCreateAccountStatusRequestFilterSensitiveLog = (obj) => ({
|
|
984
|
+
...obj,
|
|
985
|
+
});
|
|
986
|
+
exports.DescribeCreateAccountStatusRequestFilterSensitiveLog = DescribeCreateAccountStatusRequestFilterSensitiveLog;
|
|
987
|
+
const DescribeCreateAccountStatusResponseFilterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
...(obj.CreateAccountStatus && {
|
|
990
|
+
CreateAccountStatus: (0, exports.CreateAccountStatusFilterSensitiveLog)(obj.CreateAccountStatus),
|
|
991
|
+
}),
|
|
992
|
+
});
|
|
993
|
+
exports.DescribeCreateAccountStatusResponseFilterSensitiveLog = DescribeCreateAccountStatusResponseFilterSensitiveLog;
|
|
994
|
+
const DescribeEffectivePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
exports.DescribeEffectivePolicyRequestFilterSensitiveLog = DescribeEffectivePolicyRequestFilterSensitiveLog;
|
|
998
|
+
const EffectivePolicyFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
});
|
|
1001
|
+
exports.EffectivePolicyFilterSensitiveLog = EffectivePolicyFilterSensitiveLog;
|
|
1002
|
+
const DescribeEffectivePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
exports.DescribeEffectivePolicyResponseFilterSensitiveLog = DescribeEffectivePolicyResponseFilterSensitiveLog;
|
|
1006
|
+
const DescribeHandshakeRequestFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
});
|
|
1009
|
+
exports.DescribeHandshakeRequestFilterSensitiveLog = DescribeHandshakeRequestFilterSensitiveLog;
|
|
1010
|
+
const DescribeOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
...(obj.Organization && { Organization: (0, exports.OrganizationFilterSensitiveLog)(obj.Organization) }),
|
|
1013
|
+
});
|
|
1014
|
+
exports.DescribeOrganizationResponseFilterSensitiveLog = DescribeOrganizationResponseFilterSensitiveLog;
|
|
1015
|
+
const DescribeOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
});
|
|
1018
|
+
exports.DescribeOrganizationalUnitRequestFilterSensitiveLog = DescribeOrganizationalUnitRequestFilterSensitiveLog;
|
|
1019
|
+
const DescribeOrganizationalUnitResponseFilterSensitiveLog = (obj) => ({
|
|
1020
|
+
...obj,
|
|
1021
|
+
});
|
|
1022
|
+
exports.DescribeOrganizationalUnitResponseFilterSensitiveLog = DescribeOrganizationalUnitResponseFilterSensitiveLog;
|
|
1023
|
+
const DescribePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
exports.DescribePolicyRequestFilterSensitiveLog = DescribePolicyRequestFilterSensitiveLog;
|
|
1027
|
+
const DescribePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1028
|
+
...obj,
|
|
1029
|
+
});
|
|
1030
|
+
exports.DescribePolicyResponseFilterSensitiveLog = DescribePolicyResponseFilterSensitiveLog;
|
|
1031
|
+
const DetachPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1032
|
+
...obj,
|
|
1033
|
+
});
|
|
1034
|
+
exports.DetachPolicyRequestFilterSensitiveLog = DetachPolicyRequestFilterSensitiveLog;
|
|
1035
|
+
const DisableAWSServiceAccessRequestFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
exports.DisableAWSServiceAccessRequestFilterSensitiveLog = DisableAWSServiceAccessRequestFilterSensitiveLog;
|
|
1039
|
+
const DisablePolicyTypeRequestFilterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
exports.DisablePolicyTypeRequestFilterSensitiveLog = DisablePolicyTypeRequestFilterSensitiveLog;
|
|
1043
|
+
const RootFilterSensitiveLog = (obj) => ({
|
|
1044
|
+
...obj,
|
|
1045
|
+
});
|
|
1046
|
+
exports.RootFilterSensitiveLog = RootFilterSensitiveLog;
|
|
1047
|
+
const DisablePolicyTypeResponseFilterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
exports.DisablePolicyTypeResponseFilterSensitiveLog = DisablePolicyTypeResponseFilterSensitiveLog;
|
|
1051
|
+
const EnableAllFeaturesRequestFilterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
exports.EnableAllFeaturesRequestFilterSensitiveLog = EnableAllFeaturesRequestFilterSensitiveLog;
|
|
1055
|
+
const EnableAWSServiceAccessRequestFilterSensitiveLog = (obj) => ({
|
|
1056
|
+
...obj,
|
|
1057
|
+
});
|
|
1058
|
+
exports.EnableAWSServiceAccessRequestFilterSensitiveLog = EnableAWSServiceAccessRequestFilterSensitiveLog;
|
|
1059
|
+
const EnablePolicyTypeRequestFilterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
exports.EnablePolicyTypeRequestFilterSensitiveLog = EnablePolicyTypeRequestFilterSensitiveLog;
|
|
1063
|
+
const EnablePolicyTypeResponseFilterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
exports.EnablePolicyTypeResponseFilterSensitiveLog = EnablePolicyTypeResponseFilterSensitiveLog;
|
|
1067
|
+
const InviteAccountToOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
1068
|
+
...obj,
|
|
1069
|
+
...(obj.Target && { Target: (0, exports.HandshakePartyFilterSensitiveLog)(obj.Target) }),
|
|
1070
|
+
...(obj.Notes && { Notes: smithy_client_1.SENSITIVE_STRING }),
|
|
1071
|
+
});
|
|
1072
|
+
exports.InviteAccountToOrganizationRequestFilterSensitiveLog = InviteAccountToOrganizationRequestFilterSensitiveLog;
|
|
1073
|
+
const ListAccountsRequestFilterSensitiveLog = (obj) => ({
|
|
1074
|
+
...obj,
|
|
1075
|
+
});
|
|
1076
|
+
exports.ListAccountsRequestFilterSensitiveLog = ListAccountsRequestFilterSensitiveLog;
|
|
1077
|
+
const ListAccountsResponseFilterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => (0, exports.AccountFilterSensitiveLog)(item)) }),
|
|
1080
|
+
});
|
|
1081
|
+
exports.ListAccountsResponseFilterSensitiveLog = ListAccountsResponseFilterSensitiveLog;
|
|
1082
|
+
const ListAccountsForParentRequestFilterSensitiveLog = (obj) => ({
|
|
1083
|
+
...obj,
|
|
1084
|
+
});
|
|
1085
|
+
exports.ListAccountsForParentRequestFilterSensitiveLog = ListAccountsForParentRequestFilterSensitiveLog;
|
|
1086
|
+
const ListAccountsForParentResponseFilterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
...(obj.Accounts && { Accounts: obj.Accounts.map((item) => (0, exports.AccountFilterSensitiveLog)(item)) }),
|
|
1089
|
+
});
|
|
1090
|
+
exports.ListAccountsForParentResponseFilterSensitiveLog = ListAccountsForParentResponseFilterSensitiveLog;
|
|
1091
|
+
const ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
1092
|
+
...obj,
|
|
1093
|
+
});
|
|
1094
|
+
exports.ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog = ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog;
|
|
1095
|
+
const EnabledServicePrincipalFilterSensitiveLog = (obj) => ({
|
|
1096
|
+
...obj,
|
|
1097
|
+
});
|
|
1098
|
+
exports.EnabledServicePrincipalFilterSensitiveLog = EnabledServicePrincipalFilterSensitiveLog;
|
|
1099
|
+
const ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
1102
|
+
exports.ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog = ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog;
|
|
1103
|
+
const ListChildrenRequestFilterSensitiveLog = (obj) => ({
|
|
1104
|
+
...obj,
|
|
1105
|
+
});
|
|
1106
|
+
exports.ListChildrenRequestFilterSensitiveLog = ListChildrenRequestFilterSensitiveLog;
|
|
1107
|
+
const ChildFilterSensitiveLog = (obj) => ({
|
|
1108
|
+
...obj,
|
|
1109
|
+
});
|
|
1110
|
+
exports.ChildFilterSensitiveLog = ChildFilterSensitiveLog;
|
|
1111
|
+
const ListChildrenResponseFilterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
exports.ListChildrenResponseFilterSensitiveLog = ListChildrenResponseFilterSensitiveLog;
|
|
1115
|
+
const ListCreateAccountStatusRequestFilterSensitiveLog = (obj) => ({
|
|
1116
|
+
...obj,
|
|
1117
|
+
});
|
|
1118
|
+
exports.ListCreateAccountStatusRequestFilterSensitiveLog = ListCreateAccountStatusRequestFilterSensitiveLog;
|
|
1119
|
+
const ListCreateAccountStatusResponseFilterSensitiveLog = (obj) => ({
|
|
1120
|
+
...obj,
|
|
1121
|
+
...(obj.CreateAccountStatuses && {
|
|
1122
|
+
CreateAccountStatuses: obj.CreateAccountStatuses.map((item) => (0, exports.CreateAccountStatusFilterSensitiveLog)(item)),
|
|
1123
|
+
}),
|
|
1124
|
+
});
|
|
1125
|
+
exports.ListCreateAccountStatusResponseFilterSensitiveLog = ListCreateAccountStatusResponseFilterSensitiveLog;
|
|
1126
|
+
const ListDelegatedAdministratorsRequestFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
exports.ListDelegatedAdministratorsRequestFilterSensitiveLog = ListDelegatedAdministratorsRequestFilterSensitiveLog;
|
|
1130
|
+
const DelegatedAdministratorFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
|
|
1133
|
+
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
1134
|
+
});
|
|
1135
|
+
exports.DelegatedAdministratorFilterSensitiveLog = DelegatedAdministratorFilterSensitiveLog;
|
|
1136
|
+
const ListDelegatedAdministratorsResponseFilterSensitiveLog = (obj) => ({
|
|
1137
|
+
...obj,
|
|
1138
|
+
...(obj.DelegatedAdministrators && {
|
|
1139
|
+
DelegatedAdministrators: obj.DelegatedAdministrators.map((item) => (0, exports.DelegatedAdministratorFilterSensitiveLog)(item)),
|
|
1140
|
+
}),
|
|
1141
|
+
});
|
|
1142
|
+
exports.ListDelegatedAdministratorsResponseFilterSensitiveLog = ListDelegatedAdministratorsResponseFilterSensitiveLog;
|
|
1143
|
+
const ListDelegatedServicesForAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1144
|
+
...obj,
|
|
1145
|
+
});
|
|
1146
|
+
exports.ListDelegatedServicesForAccountRequestFilterSensitiveLog = ListDelegatedServicesForAccountRequestFilterSensitiveLog;
|
|
1147
|
+
const DelegatedServiceFilterSensitiveLog = (obj) => ({
|
|
1148
|
+
...obj,
|
|
1149
|
+
});
|
|
1150
|
+
exports.DelegatedServiceFilterSensitiveLog = DelegatedServiceFilterSensitiveLog;
|
|
1151
|
+
const ListDelegatedServicesForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1152
|
+
...obj,
|
|
1153
|
+
});
|
|
1154
|
+
exports.ListDelegatedServicesForAccountResponseFilterSensitiveLog = ListDelegatedServicesForAccountResponseFilterSensitiveLog;
|
|
1155
|
+
const HandshakeFilterFilterSensitiveLog = (obj) => ({
|
|
1156
|
+
...obj,
|
|
1157
|
+
});
|
|
1158
|
+
exports.HandshakeFilterFilterSensitiveLog = HandshakeFilterFilterSensitiveLog;
|
|
1159
|
+
const ListHandshakesForAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1160
|
+
...obj,
|
|
1161
|
+
});
|
|
1162
|
+
exports.ListHandshakesForAccountRequestFilterSensitiveLog = ListHandshakesForAccountRequestFilterSensitiveLog;
|
|
1163
|
+
const ListHandshakesForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
1164
|
+
...obj,
|
|
1165
|
+
});
|
|
1166
|
+
exports.ListHandshakesForOrganizationRequestFilterSensitiveLog = ListHandshakesForOrganizationRequestFilterSensitiveLog;
|
|
1167
|
+
const ListOrganizationalUnitsForParentRequestFilterSensitiveLog = (obj) => ({
|
|
1168
|
+
...obj,
|
|
1169
|
+
});
|
|
1170
|
+
exports.ListOrganizationalUnitsForParentRequestFilterSensitiveLog = ListOrganizationalUnitsForParentRequestFilterSensitiveLog;
|
|
1171
|
+
const ListOrganizationalUnitsForParentResponseFilterSensitiveLog = (obj) => ({
|
|
1172
|
+
...obj,
|
|
1173
|
+
});
|
|
1174
|
+
exports.ListOrganizationalUnitsForParentResponseFilterSensitiveLog = ListOrganizationalUnitsForParentResponseFilterSensitiveLog;
|
|
1175
|
+
const ListParentsRequestFilterSensitiveLog = (obj) => ({
|
|
1176
|
+
...obj,
|
|
1177
|
+
});
|
|
1178
|
+
exports.ListParentsRequestFilterSensitiveLog = ListParentsRequestFilterSensitiveLog;
|
|
1179
|
+
const ParentFilterSensitiveLog = (obj) => ({
|
|
1180
|
+
...obj,
|
|
1181
|
+
});
|
|
1182
|
+
exports.ParentFilterSensitiveLog = ParentFilterSensitiveLog;
|
|
1183
|
+
const ListParentsResponseFilterSensitiveLog = (obj) => ({
|
|
1184
|
+
...obj,
|
|
1185
|
+
});
|
|
1186
|
+
exports.ListParentsResponseFilterSensitiveLog = ListParentsResponseFilterSensitiveLog;
|
|
1187
|
+
const ListPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
1188
|
+
...obj,
|
|
1189
|
+
});
|
|
1190
|
+
exports.ListPoliciesRequestFilterSensitiveLog = ListPoliciesRequestFilterSensitiveLog;
|
|
1191
|
+
const ListPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
1192
|
+
...obj,
|
|
1193
|
+
});
|
|
1194
|
+
exports.ListPoliciesResponseFilterSensitiveLog = ListPoliciesResponseFilterSensitiveLog;
|
|
1195
|
+
const ListPoliciesForTargetRequestFilterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
});
|
|
1198
|
+
exports.ListPoliciesForTargetRequestFilterSensitiveLog = ListPoliciesForTargetRequestFilterSensitiveLog;
|
|
1199
|
+
const ListPoliciesForTargetResponseFilterSensitiveLog = (obj) => ({
|
|
1200
|
+
...obj,
|
|
1201
|
+
});
|
|
1202
|
+
exports.ListPoliciesForTargetResponseFilterSensitiveLog = ListPoliciesForTargetResponseFilterSensitiveLog;
|
|
1203
|
+
const ListRootsRequestFilterSensitiveLog = (obj) => ({
|
|
1204
|
+
...obj,
|
|
1205
|
+
});
|
|
1206
|
+
exports.ListRootsRequestFilterSensitiveLog = ListRootsRequestFilterSensitiveLog;
|
|
1207
|
+
const ListRootsResponseFilterSensitiveLog = (obj) => ({
|
|
1208
|
+
...obj,
|
|
1209
|
+
});
|
|
1210
|
+
exports.ListRootsResponseFilterSensitiveLog = ListRootsResponseFilterSensitiveLog;
|
|
1211
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1212
|
+
...obj,
|
|
1213
|
+
});
|
|
1214
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
1215
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1216
|
+
...obj,
|
|
1217
|
+
});
|
|
1218
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
1219
|
+
const ListTargetsForPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1220
|
+
...obj,
|
|
1221
|
+
});
|
|
1222
|
+
exports.ListTargetsForPolicyRequestFilterSensitiveLog = ListTargetsForPolicyRequestFilterSensitiveLog;
|
|
1223
|
+
const PolicyTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
1224
|
+
...obj,
|
|
1225
|
+
});
|
|
1226
|
+
exports.PolicyTargetSummaryFilterSensitiveLog = PolicyTargetSummaryFilterSensitiveLog;
|
|
1227
|
+
const ListTargetsForPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1228
|
+
...obj,
|
|
1229
|
+
});
|
|
1230
|
+
exports.ListTargetsForPolicyResponseFilterSensitiveLog = ListTargetsForPolicyResponseFilterSensitiveLog;
|
|
1231
|
+
const MoveAccountRequestFilterSensitiveLog = (obj) => ({
|
|
1232
|
+
...obj,
|
|
1233
|
+
});
|
|
1234
|
+
exports.MoveAccountRequestFilterSensitiveLog = MoveAccountRequestFilterSensitiveLog;
|
|
1235
|
+
const RegisterDelegatedAdministratorRequestFilterSensitiveLog = (obj) => ({
|
|
1236
|
+
...obj,
|
|
1237
|
+
});
|
|
1238
|
+
exports.RegisterDelegatedAdministratorRequestFilterSensitiveLog = RegisterDelegatedAdministratorRequestFilterSensitiveLog;
|
|
1239
|
+
const RemoveAccountFromOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
1240
|
+
...obj,
|
|
1241
|
+
});
|
|
1242
|
+
exports.RemoveAccountFromOrganizationRequestFilterSensitiveLog = RemoveAccountFromOrganizationRequestFilterSensitiveLog;
|
|
1243
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1244
|
+
...obj,
|
|
1245
|
+
});
|
|
1246
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
1247
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1248
|
+
...obj,
|
|
1249
|
+
});
|
|
1250
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
1251
|
+
const UpdateOrganizationalUnitRequestFilterSensitiveLog = (obj) => ({
|
|
1252
|
+
...obj,
|
|
1253
|
+
});
|
|
1254
|
+
exports.UpdateOrganizationalUnitRequestFilterSensitiveLog = UpdateOrganizationalUnitRequestFilterSensitiveLog;
|
|
1255
|
+
const UpdateOrganizationalUnitResponseFilterSensitiveLog = (obj) => ({
|
|
1256
|
+
...obj,
|
|
1257
|
+
});
|
|
1258
|
+
exports.UpdateOrganizationalUnitResponseFilterSensitiveLog = UpdateOrganizationalUnitResponseFilterSensitiveLog;
|
|
1259
|
+
const UpdatePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1260
|
+
...obj,
|
|
1261
|
+
});
|
|
1262
|
+
exports.UpdatePolicyRequestFilterSensitiveLog = UpdatePolicyRequestFilterSensitiveLog;
|
|
1263
|
+
const UpdatePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1264
|
+
...obj,
|
|
1265
|
+
});
|
|
1266
|
+
exports.UpdatePolicyResponseFilterSensitiveLog = UpdatePolicyResponseFilterSensitiveLog;
|
|
1267
|
+
const HandshakeResourceFilterSensitiveLog = (obj) => ({
|
|
1268
|
+
...obj,
|
|
1269
|
+
...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
|
|
1270
|
+
...(obj.Resources && { Resources: obj.Resources.map((item) => (0, exports.HandshakeResourceFilterSensitiveLog)(item)) }),
|
|
1271
|
+
});
|
|
1272
|
+
exports.HandshakeResourceFilterSensitiveLog = HandshakeResourceFilterSensitiveLog;
|
|
1273
|
+
const HandshakeFilterSensitiveLog = (obj) => ({
|
|
1274
|
+
...obj,
|
|
1275
|
+
...(obj.Parties && { Parties: obj.Parties.map((item) => (0, exports.HandshakePartyFilterSensitiveLog)(item)) }),
|
|
1276
|
+
...(obj.Resources && { Resources: obj.Resources.map((item) => (0, exports.HandshakeResourceFilterSensitiveLog)(item)) }),
|
|
1277
|
+
});
|
|
1278
|
+
exports.HandshakeFilterSensitiveLog = HandshakeFilterSensitiveLog;
|
|
1279
|
+
const AcceptHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1280
|
+
...obj,
|
|
1281
|
+
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
1282
|
+
});
|
|
1283
|
+
exports.AcceptHandshakeResponseFilterSensitiveLog = AcceptHandshakeResponseFilterSensitiveLog;
|
|
1284
|
+
const CancelHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1285
|
+
...obj,
|
|
1286
|
+
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
1287
|
+
});
|
|
1288
|
+
exports.CancelHandshakeResponseFilterSensitiveLog = CancelHandshakeResponseFilterSensitiveLog;
|
|
1289
|
+
const DeclineHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1290
|
+
...obj,
|
|
1291
|
+
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
1292
|
+
});
|
|
1293
|
+
exports.DeclineHandshakeResponseFilterSensitiveLog = DeclineHandshakeResponseFilterSensitiveLog;
|
|
1294
|
+
const DescribeHandshakeResponseFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
1297
|
+
});
|
|
1298
|
+
exports.DescribeHandshakeResponseFilterSensitiveLog = DescribeHandshakeResponseFilterSensitiveLog;
|
|
1299
|
+
const EnableAllFeaturesResponseFilterSensitiveLog = (obj) => ({
|
|
1300
|
+
...obj,
|
|
1301
|
+
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
1302
|
+
});
|
|
1303
|
+
exports.EnableAllFeaturesResponseFilterSensitiveLog = EnableAllFeaturesResponseFilterSensitiveLog;
|
|
1304
|
+
const InviteAccountToOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1305
|
+
...obj,
|
|
1306
|
+
...(obj.Handshake && { Handshake: (0, exports.HandshakeFilterSensitiveLog)(obj.Handshake) }),
|
|
1307
|
+
});
|
|
1308
|
+
exports.InviteAccountToOrganizationResponseFilterSensitiveLog = InviteAccountToOrganizationResponseFilterSensitiveLog;
|
|
1309
|
+
const ListHandshakesForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
1310
|
+
...obj,
|
|
1311
|
+
});
|
|
1312
|
+
exports.ListHandshakesForAccountResponseFilterSensitiveLog = ListHandshakesForAccountResponseFilterSensitiveLog;
|
|
1313
|
+
const ListHandshakesForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
1314
|
+
...obj,
|
|
1315
|
+
});
|
|
1316
|
+
exports.ListHandshakesForOrganizationResponseFilterSensitiveLog = ListHandshakesForOrganizationResponseFilterSensitiveLog;
|