@aws-sdk/client-organizations 3.936.0 → 3.937.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/README.md +48 -0
- package/dist-cjs/index.js +462 -69
- package/dist-es/Organizations.js +12 -0
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +16 -0
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +81 -39
- package/dist-es/models/errors.js +72 -30
- package/dist-es/schemas/schemas_0.js +221 -1
- package/dist-types/Organizations.d.ts +42 -0
- package/dist-types/OrganizationsClient.d.ts +8 -2
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +334 -32
- package/dist-types/commands/AttachPolicyCommand.d.ts +74 -3
- package/dist-types/commands/CancelHandshakeCommand.d.ts +45 -9
- package/dist-types/commands/CloseAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +69 -2
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +69 -2
- package/dist-types/commands/CreatePolicyCommand.d.ts +71 -5
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +284 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +38 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +32 -2
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/DescribeAccountCommand.d.ts +38 -2
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +38 -2
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +71 -4
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +38 -2
- package/dist-types/commands/DescribePolicyCommand.d.ts +39 -3
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +32 -3
- package/dist-types/commands/DescribeResponsibilityTransferCommand.d.ts +267 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +69 -3
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +91 -10
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +91 -10
- package/dist-types/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +617 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +69 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +71 -5
- package/dist-types/commands/ListChildrenCommand.d.ts +41 -8
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +41 -8
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +69 -3
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +69 -3
- package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +71 -5
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +49 -17
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +49 -20
- package/dist-types/commands/ListInboundResponsibilityTransfersCommand.d.ts +524 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListOutboundResponsibilityTransfersCommand.d.ts +521 -0
- package/dist-types/commands/ListParentsCommand.d.ts +41 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +43 -10
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +43 -10
- package/dist-types/commands/ListRootsCommand.d.ts +42 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -2
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +41 -8
- package/dist-types/commands/MoveAccountCommand.d.ts +38 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +69 -2
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/TagResourceCommand.d.ts +69 -3
- package/dist-types/commands/TerminateResponsibilityTransferCommand.d.ts +526 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +69 -3
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +70 -4
- package/dist-types/commands/UpdateResponsibilityTransferCommand.d.ts +516 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +105 -47
- package/dist-types/models/errors.d.ts +507 -386
- package/dist-types/models/models_0.d.ts +483 -283
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Organizations.d.ts +120 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/DescribeResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOutboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TerminateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +87 -41
- package/dist-types/ts3.4/models/errors.d.ts +53 -20
- package/dist-types/ts3.4/models/models_0.d.ts +68 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -175,6 +175,22 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
175
175
|
this.Message = opts.Message;
|
|
176
176
|
}
|
|
177
177
|
};
|
|
178
|
+
let ConstraintViolationException$1 = class ConstraintViolationException extends OrganizationsServiceException$1 {
|
|
179
|
+
name = "ConstraintViolationException";
|
|
180
|
+
$fault = "client";
|
|
181
|
+
Message;
|
|
182
|
+
Reason;
|
|
183
|
+
constructor(opts) {
|
|
184
|
+
super({
|
|
185
|
+
name: "ConstraintViolationException",
|
|
186
|
+
$fault: "client",
|
|
187
|
+
...opts,
|
|
188
|
+
});
|
|
189
|
+
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
190
|
+
this.Message = opts.Message;
|
|
191
|
+
this.Reason = opts.Reason;
|
|
192
|
+
}
|
|
193
|
+
};
|
|
178
194
|
let HandshakeAlreadyInStateException$1 = class HandshakeAlreadyInStateException extends OrganizationsServiceException$1 {
|
|
179
195
|
name = "HandshakeAlreadyInStateException";
|
|
180
196
|
$fault = "client";
|
|
@@ -249,6 +265,20 @@ let InvalidInputException$1 = class InvalidInputException extends OrganizationsS
|
|
|
249
265
|
this.Reason = opts.Reason;
|
|
250
266
|
}
|
|
251
267
|
};
|
|
268
|
+
let MasterCannotLeaveOrganizationException$1 = class MasterCannotLeaveOrganizationException extends OrganizationsServiceException$1 {
|
|
269
|
+
name = "MasterCannotLeaveOrganizationException";
|
|
270
|
+
$fault = "client";
|
|
271
|
+
Message;
|
|
272
|
+
constructor(opts) {
|
|
273
|
+
super({
|
|
274
|
+
name: "MasterCannotLeaveOrganizationException",
|
|
275
|
+
$fault: "client",
|
|
276
|
+
...opts,
|
|
277
|
+
});
|
|
278
|
+
Object.setPrototypeOf(this, MasterCannotLeaveOrganizationException.prototype);
|
|
279
|
+
this.Message = opts.Message;
|
|
280
|
+
}
|
|
281
|
+
};
|
|
252
282
|
let ServiceException$1 = class ServiceException extends OrganizationsServiceException$1 {
|
|
253
283
|
name = "ServiceException";
|
|
254
284
|
$fault = "server";
|
|
@@ -363,22 +393,6 @@ let AlreadyInOrganizationException$1 = class AlreadyInOrganizationException exte
|
|
|
363
393
|
this.Message = opts.Message;
|
|
364
394
|
}
|
|
365
395
|
};
|
|
366
|
-
let ConstraintViolationException$1 = class ConstraintViolationException extends OrganizationsServiceException$1 {
|
|
367
|
-
name = "ConstraintViolationException";
|
|
368
|
-
$fault = "client";
|
|
369
|
-
Message;
|
|
370
|
-
Reason;
|
|
371
|
-
constructor(opts) {
|
|
372
|
-
super({
|
|
373
|
-
name: "ConstraintViolationException",
|
|
374
|
-
$fault: "client",
|
|
375
|
-
...opts,
|
|
376
|
-
});
|
|
377
|
-
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
378
|
-
this.Message = opts.Message;
|
|
379
|
-
this.Reason = opts.Reason;
|
|
380
|
-
}
|
|
381
|
-
};
|
|
382
396
|
let DuplicatePolicyAttachmentException$1 = class DuplicatePolicyAttachmentException extends OrganizationsServiceException$1 {
|
|
383
397
|
name = "DuplicatePolicyAttachmentException";
|
|
384
398
|
$fault = "client";
|
|
@@ -659,6 +673,20 @@ let EffectivePolicyNotFoundException$1 = class EffectivePolicyNotFoundException
|
|
|
659
673
|
this.Message = opts.Message;
|
|
660
674
|
}
|
|
661
675
|
};
|
|
676
|
+
let ResponsibilityTransferNotFoundException$1 = class ResponsibilityTransferNotFoundException extends OrganizationsServiceException$1 {
|
|
677
|
+
name = "ResponsibilityTransferNotFoundException";
|
|
678
|
+
$fault = "client";
|
|
679
|
+
Message;
|
|
680
|
+
constructor(opts) {
|
|
681
|
+
super({
|
|
682
|
+
name: "ResponsibilityTransferNotFoundException",
|
|
683
|
+
$fault: "client",
|
|
684
|
+
...opts,
|
|
685
|
+
});
|
|
686
|
+
Object.setPrototypeOf(this, ResponsibilityTransferNotFoundException.prototype);
|
|
687
|
+
this.Message = opts.Message;
|
|
688
|
+
}
|
|
689
|
+
};
|
|
662
690
|
let PolicyNotAttachedException$1 = class PolicyNotAttachedException extends OrganizationsServiceException$1 {
|
|
663
691
|
name = "PolicyNotAttachedException";
|
|
664
692
|
$fault = "client";
|
|
@@ -715,20 +743,6 @@ let DuplicateHandshakeException$1 = class DuplicateHandshakeException extends Or
|
|
|
715
743
|
this.Message = opts.Message;
|
|
716
744
|
}
|
|
717
745
|
};
|
|
718
|
-
let MasterCannotLeaveOrganizationException$1 = class MasterCannotLeaveOrganizationException extends OrganizationsServiceException$1 {
|
|
719
|
-
name = "MasterCannotLeaveOrganizationException";
|
|
720
|
-
$fault = "client";
|
|
721
|
-
Message;
|
|
722
|
-
constructor(opts) {
|
|
723
|
-
super({
|
|
724
|
-
name: "MasterCannotLeaveOrganizationException",
|
|
725
|
-
$fault: "client",
|
|
726
|
-
...opts,
|
|
727
|
-
});
|
|
728
|
-
Object.setPrototypeOf(this, MasterCannotLeaveOrganizationException.prototype);
|
|
729
|
-
this.Message = opts.Message;
|
|
730
|
-
}
|
|
731
|
-
};
|
|
732
746
|
let ChildNotFoundException$1 = class ChildNotFoundException extends OrganizationsServiceException$1 {
|
|
733
747
|
name = "ChildNotFoundException";
|
|
734
748
|
$fault = "client";
|
|
@@ -785,6 +799,34 @@ let SourceParentNotFoundException$1 = class SourceParentNotFoundException extend
|
|
|
785
799
|
this.Message = opts.Message;
|
|
786
800
|
}
|
|
787
801
|
};
|
|
802
|
+
let InvalidResponsibilityTransferTransitionException$1 = class InvalidResponsibilityTransferTransitionException extends OrganizationsServiceException$1 {
|
|
803
|
+
name = "InvalidResponsibilityTransferTransitionException";
|
|
804
|
+
$fault = "client";
|
|
805
|
+
Message;
|
|
806
|
+
constructor(opts) {
|
|
807
|
+
super({
|
|
808
|
+
name: "InvalidResponsibilityTransferTransitionException",
|
|
809
|
+
$fault: "client",
|
|
810
|
+
...opts,
|
|
811
|
+
});
|
|
812
|
+
Object.setPrototypeOf(this, InvalidResponsibilityTransferTransitionException.prototype);
|
|
813
|
+
this.Message = opts.Message;
|
|
814
|
+
}
|
|
815
|
+
};
|
|
816
|
+
let ResponsibilityTransferAlreadyInStatusException$1 = class ResponsibilityTransferAlreadyInStatusException extends OrganizationsServiceException$1 {
|
|
817
|
+
name = "ResponsibilityTransferAlreadyInStatusException";
|
|
818
|
+
$fault = "client";
|
|
819
|
+
Message;
|
|
820
|
+
constructor(opts) {
|
|
821
|
+
super({
|
|
822
|
+
name: "ResponsibilityTransferAlreadyInStatusException",
|
|
823
|
+
$fault: "client",
|
|
824
|
+
...opts,
|
|
825
|
+
});
|
|
826
|
+
Object.setPrototypeOf(this, ResponsibilityTransferAlreadyInStatusException.prototype);
|
|
827
|
+
this.Message = opts.Message;
|
|
828
|
+
}
|
|
829
|
+
};
|
|
788
830
|
|
|
789
831
|
const _A = "Account";
|
|
790
832
|
const _AACE = "AccountAlreadyClosedException";
|
|
@@ -792,6 +834,7 @@ const _AARE = "AccountAlreadyRegisteredException";
|
|
|
792
834
|
const _ADE = "AccessDeniedException";
|
|
793
835
|
const _ADFDE = "AccessDeniedForDependencyException";
|
|
794
836
|
const _AH = "AcceptHandshake";
|
|
837
|
+
const _AHI = "ActiveHandshakeId";
|
|
795
838
|
const _AHR = "AcceptHandshakeRequest";
|
|
796
839
|
const _AHRc = "AcceptHandshakeResponse";
|
|
797
840
|
const _AI = "AccountId";
|
|
@@ -897,6 +940,9 @@ const _DPet = "DetachPolicy";
|
|
|
897
940
|
const _DRP = "DeleteResourcePolicy";
|
|
898
941
|
const _DRPR = "DescribeResourcePolicyResponse";
|
|
899
942
|
const _DRPe = "DescribeResourcePolicy";
|
|
943
|
+
const _DRT = "DescribeResponsibilityTransfer";
|
|
944
|
+
const _DRTR = "DescribeResponsibilityTransferRequest";
|
|
945
|
+
const _DRTRe = "DescribeResponsibilityTransferResponse";
|
|
900
946
|
const _DS = "DelegatedService";
|
|
901
947
|
const _DSe = "DelegatedServices";
|
|
902
948
|
const _E = "Email";
|
|
@@ -917,6 +963,7 @@ const _EPVEf = "EffectivePolicyValidationErrors";
|
|
|
917
963
|
const _ESP = "EnabledServicePrincipal";
|
|
918
964
|
const _ESPn = "EnabledServicePrincipals";
|
|
919
965
|
const _ET = "ExpirationTimestamp";
|
|
966
|
+
const _ETn = "EndTimestamp";
|
|
920
967
|
const _ETv = "EvaluationTimestamp";
|
|
921
968
|
const _F = "Filter";
|
|
922
969
|
const _FOE = "FinalizingOrganizationException";
|
|
@@ -943,6 +990,10 @@ const _IATOR = "InviteAccountToOrganizationRequest";
|
|
|
943
990
|
const _IATORn = "InviteAccountToOrganizationResponse";
|
|
944
991
|
const _IHTE = "InvalidHandshakeTransitionException";
|
|
945
992
|
const _IIE = "InvalidInputException";
|
|
993
|
+
const _IOTTR = "InviteOrganizationToTransferResponsibility";
|
|
994
|
+
const _IOTTRR = "InviteOrganizationToTransferResponsibilityRequest";
|
|
995
|
+
const _IOTTRRn = "InviteOrganizationToTransferResponsibilityResponse";
|
|
996
|
+
const _IRTTE = "InvalidResponsibilityTransferTransitionException";
|
|
946
997
|
const _IUATB = "IamUserAccessToBilling";
|
|
947
998
|
const _JM = "JoinedMethod";
|
|
948
999
|
const _JT = "JoinedTimestamp";
|
|
@@ -980,7 +1031,13 @@ const _LHFARi = "ListHandshakesForAccountResponse";
|
|
|
980
1031
|
const _LHFO = "ListHandshakesForOrganization";
|
|
981
1032
|
const _LHFOR = "ListHandshakesForOrganizationRequest";
|
|
982
1033
|
const _LHFORi = "ListHandshakesForOrganizationResponse";
|
|
1034
|
+
const _LIRT = "ListInboundResponsibilityTransfers";
|
|
1035
|
+
const _LIRTR = "ListInboundResponsibilityTransfersRequest";
|
|
1036
|
+
const _LIRTRi = "ListInboundResponsibilityTransfersResponse";
|
|
983
1037
|
const _LO = "LeaveOrganization";
|
|
1038
|
+
const _LORT = "ListOutboundResponsibilityTransfers";
|
|
1039
|
+
const _LORTR = "ListOutboundResponsibilityTransfersRequest";
|
|
1040
|
+
const _LORTRi = "ListOutboundResponsibilityTransfersResponse";
|
|
984
1041
|
const _LOUFP = "ListOrganizationalUnitsForParent";
|
|
985
1042
|
const _LOUFPR = "ListOrganizationalUnitsForParentRequest";
|
|
986
1043
|
const _LOUFPRi = "ListOrganizationalUnitsForParentResponse";
|
|
@@ -1007,7 +1064,9 @@ const _M = "Message";
|
|
|
1007
1064
|
const _MA = "MoveAccount";
|
|
1008
1065
|
const _MAA = "MasterAccountArn";
|
|
1009
1066
|
const _MAE = "MasterAccountEmail";
|
|
1067
|
+
const _MAEa = "ManagementAccountEmail";
|
|
1010
1068
|
const _MAI = "MasterAccountId";
|
|
1069
|
+
const _MAIa = "ManagementAccountId";
|
|
1011
1070
|
const _MAR = "MoveAccountRequest";
|
|
1012
1071
|
const _MCLOE = "MasterCannotLeaveOrganizationException";
|
|
1013
1072
|
const _MPDE = "MalformedPolicyDocumentException";
|
|
@@ -1063,14 +1122,22 @@ const _RP = "ResourcePolicy";
|
|
|
1063
1122
|
const _RPNFE = "ResourcePolicyNotFoundException";
|
|
1064
1123
|
const _RPS = "ResourcePolicySummary";
|
|
1065
1124
|
const _RT = "RequestedTimestamp";
|
|
1125
|
+
const _RTAISE = "ResponsibilityTransferAlreadyInStatusException";
|
|
1126
|
+
const _RTN = "ResponsibilityTransferName";
|
|
1127
|
+
const _RTNFE = "ResponsibilityTransferNotFoundException";
|
|
1128
|
+
const _RTe = "ResponsibilityTransfer";
|
|
1129
|
+
const _RTes = "ResponsibilityTransfers";
|
|
1066
1130
|
const _Re = "Resources";
|
|
1067
1131
|
const _Ro = "Root";
|
|
1068
1132
|
const _Roo = "Roots";
|
|
1069
1133
|
const _S = "Status";
|
|
1070
1134
|
const _SE = "ServiceException";
|
|
1135
|
+
const _SN = "SourceName";
|
|
1071
1136
|
const _SP = "ServicePrincipal";
|
|
1072
1137
|
const _SPI = "SourceParentId";
|
|
1073
1138
|
const _SPNFE = "SourceParentNotFoundException";
|
|
1139
|
+
const _ST = "StartTimestamp";
|
|
1140
|
+
const _So = "Source";
|
|
1074
1141
|
const _St = "State";
|
|
1075
1142
|
const _Sta = "States";
|
|
1076
1143
|
const _T = "Type";
|
|
@@ -1078,8 +1145,12 @@ const _TI = "TargetId";
|
|
|
1078
1145
|
const _TK = "TagKeys";
|
|
1079
1146
|
const _TMRE = "TooManyRequestsException";
|
|
1080
1147
|
const _TNFE = "TargetNotFoundException";
|
|
1148
|
+
const _TP = "TransferParticipant";
|
|
1081
1149
|
const _TR = "TagResource";
|
|
1082
1150
|
const _TRR = "TagResourceRequest";
|
|
1151
|
+
const _TRT = "TerminateResponsibilityTransfer";
|
|
1152
|
+
const _TRTR = "TerminateResponsibilityTransferRequest";
|
|
1153
|
+
const _TRTRe = "TerminateResponsibilityTransferResponse";
|
|
1083
1154
|
const _Ta = "Tags";
|
|
1084
1155
|
const _Tag = "Tag";
|
|
1085
1156
|
const _Tar = "Target";
|
|
@@ -1093,6 +1164,9 @@ const _UPR = "UpdatePolicyRequest";
|
|
|
1093
1164
|
const _UPRp = "UpdatePolicyResponse";
|
|
1094
1165
|
const _UR = "UntagResource";
|
|
1095
1166
|
const _URR = "UntagResourceRequest";
|
|
1167
|
+
const _URT = "UpdateResponsibilityTransfer";
|
|
1168
|
+
const _URTR = "UpdateResponsibilityTransferRequest";
|
|
1169
|
+
const _URTRp = "UpdateResponsibilityTransferResponse";
|
|
1096
1170
|
const _V = "Value";
|
|
1097
1171
|
const _c = "client";
|
|
1098
1172
|
const _e = "error";
|
|
@@ -1106,6 +1180,7 @@ var Email = [0, n0, _E, 8, 0];
|
|
|
1106
1180
|
var HandshakeNotes = [0, n0, _HN, 8, 0];
|
|
1107
1181
|
var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
1108
1182
|
var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
1183
|
+
var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
|
|
1109
1184
|
var AcceptHandshakeRequest = [3, n0, _AHR, 0, [_HI], [0]];
|
|
1110
1185
|
var AcceptHandshakeResponse = [3, n0, _AHRc, 0, [_H], [[() => Handshake, 0]]];
|
|
1111
1186
|
var AccessDeniedException = [
|
|
@@ -1391,6 +1466,15 @@ var DescribeOrganizationResponse = [3, n0, _DOR, 0, [_O], [[() => Organization,
|
|
|
1391
1466
|
var DescribePolicyRequest = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
1392
1467
|
var DescribePolicyResponse = [3, n0, _DPRes, 0, [_P], [() => Policy]];
|
|
1393
1468
|
var DescribeResourcePolicyResponse = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy]];
|
|
1469
|
+
var DescribeResponsibilityTransferRequest = [3, n0, _DRTR, 0, [_I], [0]];
|
|
1470
|
+
var DescribeResponsibilityTransferResponse = [
|
|
1471
|
+
3,
|
|
1472
|
+
n0,
|
|
1473
|
+
_DRTRe,
|
|
1474
|
+
0,
|
|
1475
|
+
[_RTe],
|
|
1476
|
+
[[() => ResponsibilityTransfer, 0]],
|
|
1477
|
+
];
|
|
1394
1478
|
var DestinationParentNotFoundException = [
|
|
1395
1479
|
-3,
|
|
1396
1480
|
n0,
|
|
@@ -1583,6 +1667,18 @@ var InvalidInputException = [
|
|
|
1583
1667
|
[0, 0],
|
|
1584
1668
|
];
|
|
1585
1669
|
schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
|
|
1670
|
+
var InvalidResponsibilityTransferTransitionException = [
|
|
1671
|
+
-3,
|
|
1672
|
+
n0,
|
|
1673
|
+
_IRTTE,
|
|
1674
|
+
{
|
|
1675
|
+
[_e]: _c,
|
|
1676
|
+
[_hE]: 409,
|
|
1677
|
+
},
|
|
1678
|
+
[_M],
|
|
1679
|
+
[0],
|
|
1680
|
+
];
|
|
1681
|
+
schema.TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException, InvalidResponsibilityTransferTransitionException$1);
|
|
1586
1682
|
var InviteAccountToOrganizationRequest = [
|
|
1587
1683
|
3,
|
|
1588
1684
|
n0,
|
|
@@ -1599,6 +1695,22 @@ var InviteAccountToOrganizationResponse = [
|
|
|
1599
1695
|
[_H],
|
|
1600
1696
|
[[() => Handshake, 0]],
|
|
1601
1697
|
];
|
|
1698
|
+
var InviteOrganizationToTransferResponsibilityRequest = [
|
|
1699
|
+
3,
|
|
1700
|
+
n0,
|
|
1701
|
+
_IOTTRR,
|
|
1702
|
+
0,
|
|
1703
|
+
[_T, _Tar, _No, _ST, _SN, _Ta],
|
|
1704
|
+
[0, [() => HandshakeParty, 0], [() => HandshakeNotes, 0], 4, [() => ResponsibilityTransferName, 0], () => Tags],
|
|
1705
|
+
];
|
|
1706
|
+
var InviteOrganizationToTransferResponsibilityResponse = [
|
|
1707
|
+
3,
|
|
1708
|
+
n0,
|
|
1709
|
+
_IOTTRRn,
|
|
1710
|
+
0,
|
|
1711
|
+
[_H],
|
|
1712
|
+
[[() => Handshake, 0]],
|
|
1713
|
+
];
|
|
1602
1714
|
var ListAccountsForParentRequest = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
1603
1715
|
var ListAccountsForParentResponse = [
|
|
1604
1716
|
3,
|
|
@@ -1726,6 +1838,22 @@ var ListHandshakesForOrganizationResponse = [
|
|
|
1726
1838
|
[_Ha, _NT],
|
|
1727
1839
|
[[() => Handshakes, 0], 0],
|
|
1728
1840
|
];
|
|
1841
|
+
var ListInboundResponsibilityTransfersRequest = [
|
|
1842
|
+
3,
|
|
1843
|
+
n0,
|
|
1844
|
+
_LIRTR,
|
|
1845
|
+
0,
|
|
1846
|
+
[_T, _I, _NT, _MR],
|
|
1847
|
+
[0, 0, 0, 1],
|
|
1848
|
+
];
|
|
1849
|
+
var ListInboundResponsibilityTransfersResponse = [
|
|
1850
|
+
3,
|
|
1851
|
+
n0,
|
|
1852
|
+
_LIRTRi,
|
|
1853
|
+
0,
|
|
1854
|
+
[_RTes, _NT],
|
|
1855
|
+
[[() => ResponsibilityTransfers, 0], 0],
|
|
1856
|
+
];
|
|
1729
1857
|
var ListOrganizationalUnitsForParentRequest = [
|
|
1730
1858
|
3,
|
|
1731
1859
|
n0,
|
|
@@ -1742,6 +1870,22 @@ var ListOrganizationalUnitsForParentResponse = [
|
|
|
1742
1870
|
[_OUr, _NT],
|
|
1743
1871
|
[() => OrganizationalUnits, 0],
|
|
1744
1872
|
];
|
|
1873
|
+
var ListOutboundResponsibilityTransfersRequest = [
|
|
1874
|
+
3,
|
|
1875
|
+
n0,
|
|
1876
|
+
_LORTR,
|
|
1877
|
+
0,
|
|
1878
|
+
[_T, _NT, _MR],
|
|
1879
|
+
[0, 0, 1],
|
|
1880
|
+
];
|
|
1881
|
+
var ListOutboundResponsibilityTransfersResponse = [
|
|
1882
|
+
3,
|
|
1883
|
+
n0,
|
|
1884
|
+
_LORTRi,
|
|
1885
|
+
0,
|
|
1886
|
+
[_RTes, _NT],
|
|
1887
|
+
[[() => ResponsibilityTransfers, 0], 0],
|
|
1888
|
+
];
|
|
1745
1889
|
var ListParentsRequest = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
1746
1890
|
var ListParentsResponse = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
1747
1891
|
var ListPoliciesForTargetRequest = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
@@ -1949,6 +2093,49 @@ var ResourcePolicyNotFoundException = [
|
|
|
1949
2093
|
];
|
|
1950
2094
|
schema.TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException, ResourcePolicyNotFoundException$1);
|
|
1951
2095
|
var ResourcePolicySummary = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
2096
|
+
var ResponsibilityTransfer = [
|
|
2097
|
+
3,
|
|
2098
|
+
n0,
|
|
2099
|
+
_RTe,
|
|
2100
|
+
0,
|
|
2101
|
+
[_Ar, _N, _I, _T, _S, _So, _Tar, _ST, _ETn, _AHI],
|
|
2102
|
+
[
|
|
2103
|
+
0,
|
|
2104
|
+
[() => ResponsibilityTransferName, 0],
|
|
2105
|
+
0,
|
|
2106
|
+
0,
|
|
2107
|
+
0,
|
|
2108
|
+
[() => TransferParticipant, 0],
|
|
2109
|
+
[() => TransferParticipant, 0],
|
|
2110
|
+
4,
|
|
2111
|
+
4,
|
|
2112
|
+
0,
|
|
2113
|
+
],
|
|
2114
|
+
];
|
|
2115
|
+
var ResponsibilityTransferAlreadyInStatusException = [
|
|
2116
|
+
-3,
|
|
2117
|
+
n0,
|
|
2118
|
+
_RTAISE,
|
|
2119
|
+
{
|
|
2120
|
+
[_e]: _c,
|
|
2121
|
+
[_hE]: 409,
|
|
2122
|
+
},
|
|
2123
|
+
[_M],
|
|
2124
|
+
[0],
|
|
2125
|
+
];
|
|
2126
|
+
schema.TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferAlreadyInStatusException$1);
|
|
2127
|
+
var ResponsibilityTransferNotFoundException = [
|
|
2128
|
+
-3,
|
|
2129
|
+
n0,
|
|
2130
|
+
_RTNFE,
|
|
2131
|
+
{
|
|
2132
|
+
[_e]: _c,
|
|
2133
|
+
[_hE]: 404,
|
|
2134
|
+
},
|
|
2135
|
+
[_M],
|
|
2136
|
+
[0],
|
|
2137
|
+
];
|
|
2138
|
+
schema.TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException, ResponsibilityTransferNotFoundException$1);
|
|
1952
2139
|
var Root = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
1953
2140
|
var RootNotFoundException = [
|
|
1954
2141
|
-3,
|
|
@@ -2000,6 +2187,15 @@ var TargetNotFoundException = [
|
|
|
2000
2187
|
[0],
|
|
2001
2188
|
];
|
|
2002
2189
|
schema.TypeRegistry.for(n0).registerError(TargetNotFoundException, TargetNotFoundException$1);
|
|
2190
|
+
var TerminateResponsibilityTransferRequest = [3, n0, _TRTR, 0, [_I, _ETn], [0, 4]];
|
|
2191
|
+
var TerminateResponsibilityTransferResponse = [
|
|
2192
|
+
3,
|
|
2193
|
+
n0,
|
|
2194
|
+
_TRTRe,
|
|
2195
|
+
0,
|
|
2196
|
+
[_RTe],
|
|
2197
|
+
[[() => ResponsibilityTransfer, 0]],
|
|
2198
|
+
];
|
|
2003
2199
|
var TooManyRequestsException = [
|
|
2004
2200
|
-3,
|
|
2005
2201
|
n0,
|
|
@@ -2012,6 +2208,7 @@ var TooManyRequestsException = [
|
|
|
2012
2208
|
[0, 0],
|
|
2013
2209
|
];
|
|
2014
2210
|
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
|
|
2211
|
+
var TransferParticipant = [3, n0, _TP, 0, [_MAIa, _MAEa], [0, [() => Email, 0]]];
|
|
2015
2212
|
var UnsupportedAPIEndpointException = [
|
|
2016
2213
|
-3,
|
|
2017
2214
|
n0,
|
|
@@ -2036,6 +2233,22 @@ var UpdateOrganizationalUnitResponse = [
|
|
|
2036
2233
|
];
|
|
2037
2234
|
var UpdatePolicyRequest = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
2038
2235
|
var UpdatePolicyResponse = [3, n0, _UPRp, 0, [_P], [() => Policy]];
|
|
2236
|
+
var UpdateResponsibilityTransferRequest = [
|
|
2237
|
+
3,
|
|
2238
|
+
n0,
|
|
2239
|
+
_URTR,
|
|
2240
|
+
0,
|
|
2241
|
+
[_I, _N],
|
|
2242
|
+
[0, [() => ResponsibilityTransferName, 0]],
|
|
2243
|
+
];
|
|
2244
|
+
var UpdateResponsibilityTransferResponse = [
|
|
2245
|
+
3,
|
|
2246
|
+
n0,
|
|
2247
|
+
_URTRp,
|
|
2248
|
+
0,
|
|
2249
|
+
[_RTe],
|
|
2250
|
+
[[() => ResponsibilityTransfer, 0]],
|
|
2251
|
+
];
|
|
2039
2252
|
var __Unit = "unit";
|
|
2040
2253
|
var OrganizationsServiceException = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
2041
2254
|
schema.TypeRegistry.for(_sm).registerError(OrganizationsServiceException, OrganizationsServiceException$1);
|
|
@@ -2054,6 +2267,7 @@ var Parents = [1, n0, _Par, 0, () => Parent];
|
|
|
2054
2267
|
var Policies = [1, n0, _Po, 0, () => PolicySummary];
|
|
2055
2268
|
var PolicyTargets = [1, n0, _PTol, 0, () => PolicyTargetSummary];
|
|
2056
2269
|
var PolicyTypes = [1, n0, _PTo, 0, () => PolicyTypeSummary];
|
|
2270
|
+
var ResponsibilityTransfers = [1, n0, _RTes, 0, [() => ResponsibilityTransfer, 0]];
|
|
2057
2271
|
var Roots = [1, n0, _Roo, 0, () => Root];
|
|
2058
2272
|
var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
2059
2273
|
var AcceptHandshake = [
|
|
@@ -2205,6 +2419,14 @@ var DescribeResourcePolicy = [
|
|
|
2205
2419
|
() => __Unit,
|
|
2206
2420
|
() => DescribeResourcePolicyResponse,
|
|
2207
2421
|
];
|
|
2422
|
+
var DescribeResponsibilityTransfer = [
|
|
2423
|
+
9,
|
|
2424
|
+
n0,
|
|
2425
|
+
_DRT,
|
|
2426
|
+
0,
|
|
2427
|
+
() => DescribeResponsibilityTransferRequest,
|
|
2428
|
+
() => DescribeResponsibilityTransferResponse,
|
|
2429
|
+
];
|
|
2208
2430
|
var DetachPolicy = [9, n0, _DPet, 0, () => DetachPolicyRequest, () => __Unit];
|
|
2209
2431
|
var DisableAWSServiceAccess = [
|
|
2210
2432
|
9,
|
|
@@ -2254,6 +2476,14 @@ var InviteAccountToOrganization = [
|
|
|
2254
2476
|
() => InviteAccountToOrganizationRequest,
|
|
2255
2477
|
() => InviteAccountToOrganizationResponse,
|
|
2256
2478
|
];
|
|
2479
|
+
var InviteOrganizationToTransferResponsibility = [
|
|
2480
|
+
9,
|
|
2481
|
+
n0,
|
|
2482
|
+
_IOTTR,
|
|
2483
|
+
0,
|
|
2484
|
+
() => InviteOrganizationToTransferResponsibilityRequest,
|
|
2485
|
+
() => InviteOrganizationToTransferResponsibilityResponse,
|
|
2486
|
+
];
|
|
2257
2487
|
var LeaveOrganization = [9, n0, _LO, 0, () => __Unit, () => __Unit];
|
|
2258
2488
|
var ListAccounts = [9, n0, _LA, 0, () => ListAccountsRequest, () => ListAccountsResponse];
|
|
2259
2489
|
var ListAccountsForParent = [
|
|
@@ -2329,6 +2559,14 @@ var ListHandshakesForOrganization = [
|
|
|
2329
2559
|
() => ListHandshakesForOrganizationRequest,
|
|
2330
2560
|
() => ListHandshakesForOrganizationResponse,
|
|
2331
2561
|
];
|
|
2562
|
+
var ListInboundResponsibilityTransfers = [
|
|
2563
|
+
9,
|
|
2564
|
+
n0,
|
|
2565
|
+
_LIRT,
|
|
2566
|
+
0,
|
|
2567
|
+
() => ListInboundResponsibilityTransfersRequest,
|
|
2568
|
+
() => ListInboundResponsibilityTransfersResponse,
|
|
2569
|
+
];
|
|
2332
2570
|
var ListOrganizationalUnitsForParent = [
|
|
2333
2571
|
9,
|
|
2334
2572
|
n0,
|
|
@@ -2337,6 +2575,14 @@ var ListOrganizationalUnitsForParent = [
|
|
|
2337
2575
|
() => ListOrganizationalUnitsForParentRequest,
|
|
2338
2576
|
() => ListOrganizationalUnitsForParentResponse,
|
|
2339
2577
|
];
|
|
2578
|
+
var ListOutboundResponsibilityTransfers = [
|
|
2579
|
+
9,
|
|
2580
|
+
n0,
|
|
2581
|
+
_LORT,
|
|
2582
|
+
0,
|
|
2583
|
+
() => ListOutboundResponsibilityTransfersRequest,
|
|
2584
|
+
() => ListOutboundResponsibilityTransfersResponse,
|
|
2585
|
+
];
|
|
2340
2586
|
var ListParents = [9, n0, _LP, 0, () => ListParentsRequest, () => ListParentsResponse];
|
|
2341
2587
|
var ListPolicies = [
|
|
2342
2588
|
9,
|
|
@@ -2397,6 +2643,14 @@ var RemoveAccountFromOrganization = [
|
|
|
2397
2643
|
() => __Unit,
|
|
2398
2644
|
];
|
|
2399
2645
|
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
2646
|
+
var TerminateResponsibilityTransfer = [
|
|
2647
|
+
9,
|
|
2648
|
+
n0,
|
|
2649
|
+
_TRT,
|
|
2650
|
+
0,
|
|
2651
|
+
() => TerminateResponsibilityTransferRequest,
|
|
2652
|
+
() => TerminateResponsibilityTransferResponse,
|
|
2653
|
+
];
|
|
2400
2654
|
var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
2401
2655
|
var UpdateOrganizationalUnit = [
|
|
2402
2656
|
9,
|
|
@@ -2407,6 +2661,14 @@ var UpdateOrganizationalUnit = [
|
|
|
2407
2661
|
() => UpdateOrganizationalUnitResponse,
|
|
2408
2662
|
];
|
|
2409
2663
|
var UpdatePolicy = [9, n0, _UP, 0, () => UpdatePolicyRequest, () => UpdatePolicyResponse];
|
|
2664
|
+
var UpdateResponsibilityTransfer = [
|
|
2665
|
+
9,
|
|
2666
|
+
n0,
|
|
2667
|
+
_URT,
|
|
2668
|
+
0,
|
|
2669
|
+
() => UpdateResponsibilityTransferRequest,
|
|
2670
|
+
() => UpdateResponsibilityTransferResponse,
|
|
2671
|
+
];
|
|
2410
2672
|
|
|
2411
2673
|
class AcceptHandshakeCommand extends smithyClient.Command
|
|
2412
2674
|
.classBuilder()
|
|
@@ -2684,6 +2946,18 @@ class DescribeResourcePolicyCommand extends smithyClient.Command
|
|
|
2684
2946
|
.build() {
|
|
2685
2947
|
}
|
|
2686
2948
|
|
|
2949
|
+
class DescribeResponsibilityTransferCommand extends smithyClient.Command
|
|
2950
|
+
.classBuilder()
|
|
2951
|
+
.ep(commonParams)
|
|
2952
|
+
.m(function (Command, cs, config, o) {
|
|
2953
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2954
|
+
})
|
|
2955
|
+
.s("AWSOrganizationsV20161128", "DescribeResponsibilityTransfer", {})
|
|
2956
|
+
.n("OrganizationsClient", "DescribeResponsibilityTransferCommand")
|
|
2957
|
+
.sc(DescribeResponsibilityTransfer)
|
|
2958
|
+
.build() {
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2687
2961
|
class DetachPolicyCommand extends smithyClient.Command
|
|
2688
2962
|
.classBuilder()
|
|
2689
2963
|
.ep(commonParams)
|
|
@@ -2768,6 +3042,18 @@ class InviteAccountToOrganizationCommand extends smithyClient.Command
|
|
|
2768
3042
|
.build() {
|
|
2769
3043
|
}
|
|
2770
3044
|
|
|
3045
|
+
class InviteOrganizationToTransferResponsibilityCommand extends smithyClient.Command
|
|
3046
|
+
.classBuilder()
|
|
3047
|
+
.ep(commonParams)
|
|
3048
|
+
.m(function (Command, cs, config, o) {
|
|
3049
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3050
|
+
})
|
|
3051
|
+
.s("AWSOrganizationsV20161128", "InviteOrganizationToTransferResponsibility", {})
|
|
3052
|
+
.n("OrganizationsClient", "InviteOrganizationToTransferResponsibilityCommand")
|
|
3053
|
+
.sc(InviteOrganizationToTransferResponsibility)
|
|
3054
|
+
.build() {
|
|
3055
|
+
}
|
|
3056
|
+
|
|
2771
3057
|
class LeaveOrganizationCommand extends smithyClient.Command
|
|
2772
3058
|
.classBuilder()
|
|
2773
3059
|
.ep(commonParams)
|
|
@@ -2912,6 +3198,18 @@ class ListHandshakesForOrganizationCommand extends smithyClient.Command
|
|
|
2912
3198
|
.build() {
|
|
2913
3199
|
}
|
|
2914
3200
|
|
|
3201
|
+
class ListInboundResponsibilityTransfersCommand extends smithyClient.Command
|
|
3202
|
+
.classBuilder()
|
|
3203
|
+
.ep(commonParams)
|
|
3204
|
+
.m(function (Command, cs, config, o) {
|
|
3205
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3206
|
+
})
|
|
3207
|
+
.s("AWSOrganizationsV20161128", "ListInboundResponsibilityTransfers", {})
|
|
3208
|
+
.n("OrganizationsClient", "ListInboundResponsibilityTransfersCommand")
|
|
3209
|
+
.sc(ListInboundResponsibilityTransfers)
|
|
3210
|
+
.build() {
|
|
3211
|
+
}
|
|
3212
|
+
|
|
2915
3213
|
class ListOrganizationalUnitsForParentCommand extends smithyClient.Command
|
|
2916
3214
|
.classBuilder()
|
|
2917
3215
|
.ep(commonParams)
|
|
@@ -2924,6 +3222,18 @@ class ListOrganizationalUnitsForParentCommand extends smithyClient.Command
|
|
|
2924
3222
|
.build() {
|
|
2925
3223
|
}
|
|
2926
3224
|
|
|
3225
|
+
class ListOutboundResponsibilityTransfersCommand extends smithyClient.Command
|
|
3226
|
+
.classBuilder()
|
|
3227
|
+
.ep(commonParams)
|
|
3228
|
+
.m(function (Command, cs, config, o) {
|
|
3229
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3230
|
+
})
|
|
3231
|
+
.s("AWSOrganizationsV20161128", "ListOutboundResponsibilityTransfers", {})
|
|
3232
|
+
.n("OrganizationsClient", "ListOutboundResponsibilityTransfersCommand")
|
|
3233
|
+
.sc(ListOutboundResponsibilityTransfers)
|
|
3234
|
+
.build() {
|
|
3235
|
+
}
|
|
3236
|
+
|
|
2927
3237
|
class ListParentsCommand extends smithyClient.Command
|
|
2928
3238
|
.classBuilder()
|
|
2929
3239
|
.ep(commonParams)
|
|
@@ -3056,6 +3366,18 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3056
3366
|
.build() {
|
|
3057
3367
|
}
|
|
3058
3368
|
|
|
3369
|
+
class TerminateResponsibilityTransferCommand extends smithyClient.Command
|
|
3370
|
+
.classBuilder()
|
|
3371
|
+
.ep(commonParams)
|
|
3372
|
+
.m(function (Command, cs, config, o) {
|
|
3373
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3374
|
+
})
|
|
3375
|
+
.s("AWSOrganizationsV20161128", "TerminateResponsibilityTransfer", {})
|
|
3376
|
+
.n("OrganizationsClient", "TerminateResponsibilityTransferCommand")
|
|
3377
|
+
.sc(TerminateResponsibilityTransfer)
|
|
3378
|
+
.build() {
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3059
3381
|
class UntagResourceCommand extends smithyClient.Command
|
|
3060
3382
|
.classBuilder()
|
|
3061
3383
|
.ep(commonParams)
|
|
@@ -3092,6 +3414,18 @@ class UpdatePolicyCommand extends smithyClient.Command
|
|
|
3092
3414
|
.build() {
|
|
3093
3415
|
}
|
|
3094
3416
|
|
|
3417
|
+
class UpdateResponsibilityTransferCommand extends smithyClient.Command
|
|
3418
|
+
.classBuilder()
|
|
3419
|
+
.ep(commonParams)
|
|
3420
|
+
.m(function (Command, cs, config, o) {
|
|
3421
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3422
|
+
})
|
|
3423
|
+
.s("AWSOrganizationsV20161128", "UpdateResponsibilityTransfer", {})
|
|
3424
|
+
.n("OrganizationsClient", "UpdateResponsibilityTransferCommand")
|
|
3425
|
+
.sc(UpdateResponsibilityTransfer)
|
|
3426
|
+
.build() {
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3095
3429
|
const commands = {
|
|
3096
3430
|
AcceptHandshakeCommand,
|
|
3097
3431
|
AttachPolicyCommand,
|
|
@@ -3116,6 +3450,7 @@ const commands = {
|
|
|
3116
3450
|
DescribeOrganizationalUnitCommand,
|
|
3117
3451
|
DescribePolicyCommand,
|
|
3118
3452
|
DescribeResourcePolicyCommand,
|
|
3453
|
+
DescribeResponsibilityTransferCommand,
|
|
3119
3454
|
DetachPolicyCommand,
|
|
3120
3455
|
DisableAWSServiceAccessCommand,
|
|
3121
3456
|
DisablePolicyTypeCommand,
|
|
@@ -3123,6 +3458,7 @@ const commands = {
|
|
|
3123
3458
|
EnableAWSServiceAccessCommand,
|
|
3124
3459
|
EnablePolicyTypeCommand,
|
|
3125
3460
|
InviteAccountToOrganizationCommand,
|
|
3461
|
+
InviteOrganizationToTransferResponsibilityCommand,
|
|
3126
3462
|
LeaveOrganizationCommand,
|
|
3127
3463
|
ListAccountsCommand,
|
|
3128
3464
|
ListAccountsForParentCommand,
|
|
@@ -3135,7 +3471,9 @@ const commands = {
|
|
|
3135
3471
|
ListEffectivePolicyValidationErrorsCommand,
|
|
3136
3472
|
ListHandshakesForAccountCommand,
|
|
3137
3473
|
ListHandshakesForOrganizationCommand,
|
|
3474
|
+
ListInboundResponsibilityTransfersCommand,
|
|
3138
3475
|
ListOrganizationalUnitsForParentCommand,
|
|
3476
|
+
ListOutboundResponsibilityTransfersCommand,
|
|
3139
3477
|
ListParentsCommand,
|
|
3140
3478
|
ListPoliciesCommand,
|
|
3141
3479
|
ListPoliciesForTargetCommand,
|
|
@@ -3147,9 +3485,11 @@ const commands = {
|
|
|
3147
3485
|
RegisterDelegatedAdministratorCommand,
|
|
3148
3486
|
RemoveAccountFromOrganizationCommand,
|
|
3149
3487
|
TagResourceCommand,
|
|
3488
|
+
TerminateResponsibilityTransferCommand,
|
|
3150
3489
|
UntagResourceCommand,
|
|
3151
3490
|
UpdateOrganizationalUnitCommand,
|
|
3152
3491
|
UpdatePolicyCommand,
|
|
3492
|
+
UpdateResponsibilityTransferCommand,
|
|
3153
3493
|
};
|
|
3154
3494
|
class Organizations extends OrganizationsClient {
|
|
3155
3495
|
}
|
|
@@ -3196,6 +3536,7 @@ const ActionType = {
|
|
|
3196
3536
|
APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES",
|
|
3197
3537
|
ENABLE_ALL_FEATURES: "ENABLE_ALL_FEATURES",
|
|
3198
3538
|
INVITE_ACCOUNT_TO_ORGANIZATION: "INVITE",
|
|
3539
|
+
TRANSFER_RESPONSIBILITY: "TRANSFER_RESPONSIBILITY",
|
|
3199
3540
|
};
|
|
3200
3541
|
const HandshakePartyType = {
|
|
3201
3542
|
ACCOUNT: "ACCOUNT",
|
|
@@ -3205,12 +3546,18 @@ const HandshakePartyType = {
|
|
|
3205
3546
|
const HandshakeResourceType = {
|
|
3206
3547
|
ACCOUNT: "ACCOUNT",
|
|
3207
3548
|
EMAIL: "EMAIL",
|
|
3549
|
+
MANAGEMENT_ACCOUNT: "MANAGEMENT_ACCOUNT",
|
|
3550
|
+
MANAGEMENT_EMAIL: "MANAGEMENT_EMAIL",
|
|
3551
|
+
MANAGEMENT_NAME: "MANAGEMENT_NAME",
|
|
3208
3552
|
MASTER_EMAIL: "MASTER_EMAIL",
|
|
3209
3553
|
MASTER_NAME: "MASTER_NAME",
|
|
3210
3554
|
NOTES: "NOTES",
|
|
3211
3555
|
ORGANIZATION: "ORGANIZATION",
|
|
3212
3556
|
ORGANIZATION_FEATURE_SET: "ORGANIZATION_FEATURE_SET",
|
|
3213
3557
|
PARENT_HANDSHAKE: "PARENT_HANDSHAKE",
|
|
3558
|
+
RESPONSIBILITY_TRANSFER: "RESPONSIBILITY_TRANSFER",
|
|
3559
|
+
TRANSFER_START_TIMESTAMP: "TRANSFER_START_TIMESTAMP",
|
|
3560
|
+
TRANSFER_TYPE: "TRANSFER_TYPE",
|
|
3214
3561
|
};
|
|
3215
3562
|
const HandshakeState = {
|
|
3216
3563
|
ACCEPTED: "ACCEPTED",
|
|
@@ -3223,23 +3570,78 @@ const HandshakeState = {
|
|
|
3223
3570
|
const AccessDeniedForDependencyExceptionReason = {
|
|
3224
3571
|
ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE: "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE",
|
|
3225
3572
|
};
|
|
3573
|
+
const ConstraintViolationExceptionReason = {
|
|
3574
|
+
ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
|
|
3575
|
+
ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
|
|
3576
|
+
ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
|
|
3577
|
+
ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
3578
|
+
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
3579
|
+
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
3580
|
+
ACTIVE_RESPONSIBILITY_TRANSFER_PROCESS: "ACTIVE_RESPONSIBILITY_TRANSFER_PROCESS",
|
|
3581
|
+
ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED",
|
|
3582
|
+
CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
|
3583
|
+
CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
|
3584
|
+
CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR",
|
|
3585
|
+
CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
|
|
3586
|
+
CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED",
|
|
3587
|
+
CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED",
|
|
3588
|
+
CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION",
|
|
3589
|
+
DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
|
|
3590
|
+
EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED",
|
|
3591
|
+
HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
|
|
3592
|
+
INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT",
|
|
3593
|
+
MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
|
|
3594
|
+
MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE",
|
|
3595
|
+
MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO",
|
|
3596
|
+
MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED",
|
|
3597
|
+
MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
3598
|
+
MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
|
|
3599
|
+
MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
|
3600
|
+
MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED",
|
|
3601
|
+
MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
3602
|
+
MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
|
3603
|
+
ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
|
|
3604
|
+
OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED",
|
|
3605
|
+
OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED",
|
|
3606
|
+
POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED",
|
|
3607
|
+
POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED",
|
|
3608
|
+
POLICY_TYPE_ENABLED_FOR_THIS_SERVICE: "POLICY_TYPE_ENABLED_FOR_THIS_SERVICE",
|
|
3609
|
+
RESPONSIBILITY_TRANSFER_MAX_INBOUND_QUOTA_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_INBOUND_QUOTA_VIOLATION",
|
|
3610
|
+
RESPONSIBILITY_TRANSFER_MAX_LEVEL_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_LEVEL_VIOLATION",
|
|
3611
|
+
RESPONSIBILITY_TRANSFER_MAX_OUTBOUND_QUOTA_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_OUTBOUND_QUOTA_VIOLATION",
|
|
3612
|
+
RESPONSIBILITY_TRANSFER_MAX_TRANSFERS_QUOTA_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_TRANSFERS_QUOTA_VIOLATION",
|
|
3613
|
+
SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED",
|
|
3614
|
+
TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION",
|
|
3615
|
+
TRANSFER_RESPONSIBILITY_SOURCE_DELETION_IN_PROGRESS: "TRANSFER_RESPONSIBILITY_SOURCE_DELETION_IN_PROGRESS",
|
|
3616
|
+
TRANSFER_RESPONSIBILITY_TARGET_DELETION_IN_PROGRESS: "TRANSFER_RESPONSIBILITY_TARGET_DELETION_IN_PROGRESS",
|
|
3617
|
+
UNSUPPORTED_PRICING: "UNSUPPORTED_PRICING",
|
|
3618
|
+
WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE",
|
|
3619
|
+
};
|
|
3226
3620
|
const HandshakeConstraintViolationExceptionReason = {
|
|
3227
3621
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
3228
3622
|
ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION",
|
|
3229
3623
|
HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
|
|
3230
3624
|
INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES",
|
|
3625
|
+
LEGACY_PERMISSIONS_STILL_IN_USE: "LEGACY_PERMISSIONS_STILL_IN_USE",
|
|
3231
3626
|
MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED: "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED",
|
|
3232
3627
|
ORGANIZATION_ALREADY_HAS_ALL_FEATURES: "ORGANIZATION_ALREADY_HAS_ALL_FEATURES",
|
|
3233
3628
|
ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD",
|
|
3234
3629
|
ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION",
|
|
3235
3630
|
ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED",
|
|
3236
3631
|
PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED",
|
|
3632
|
+
RESPONSIBILITY_TRANSFER_ALREADY_EXISTS: "RESPONSIBILITY_TRANSFER_ALREADY_EXISTS",
|
|
3633
|
+
SOURCE_AND_TARGET_CANNOT_MATCH: "SOURCE_AND_TARGET_CANNOT_MATCH",
|
|
3634
|
+
UNUSED_PREPAYMENT_BALANCE: "UNUSED_PREPAYMENT_BALANCE",
|
|
3237
3635
|
};
|
|
3238
3636
|
const InvalidInputExceptionReason = {
|
|
3637
|
+
CALLER_REQUIRED_FIELD_MISSING: "CALLER_REQUIRED_FIELD_MISSING",
|
|
3239
3638
|
DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY",
|
|
3639
|
+
END_DATE_NOT_END_OF_MONTH: "END_DATE_NOT_END_OF_MONTH",
|
|
3640
|
+
END_DATE_TOO_EARLY: "END_DATE_TOO_EARLY",
|
|
3240
3641
|
IMMUTABLE_POLICY: "IMMUTABLE_POLICY",
|
|
3241
3642
|
INPUT_REQUIRED: "INPUT_REQUIRED",
|
|
3242
3643
|
INVALID_EMAIL_ADDRESS_TARGET: "INVALID_EMAIL_ADDRESS_TARGET",
|
|
3644
|
+
INVALID_END_DATE: "INVALID_END_DATE",
|
|
3243
3645
|
INVALID_ENUM: "INVALID_ENUM",
|
|
3244
3646
|
INVALID_ENUM_POLICY_TYPE: "INVALID_ENUM_POLICY_TYPE",
|
|
3245
3647
|
INVALID_FULL_NAME_TARGET: "INVALID_FULL_NAME_TARGET",
|
|
@@ -3251,6 +3653,7 @@ const InvalidInputExceptionReason = {
|
|
|
3251
3653
|
INVALID_PRINCIPAL: "INVALID_PRINCIPAL",
|
|
3252
3654
|
INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON",
|
|
3253
3655
|
INVALID_ROLE_NAME: "INVALID_ROLE_NAME",
|
|
3656
|
+
INVALID_START_DATE: "INVALID_START_DATE",
|
|
3254
3657
|
INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN",
|
|
3255
3658
|
INVALID_SYNTAX_POLICY: "INVALID_SYNTAX_POLICY_ID",
|
|
3256
3659
|
INVALID_SYSTEM_TAGS_PARAMETER: "INVALID_SYSTEM_TAGS_PARAMETER",
|
|
@@ -3261,9 +3664,14 @@ const InvalidInputExceptionReason = {
|
|
|
3261
3664
|
MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED",
|
|
3262
3665
|
MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
|
|
3263
3666
|
NON_DETACHABLE_POLICY: "NON_DETACHABLE_POLICY",
|
|
3667
|
+
START_DATE_NOT_BEGINNING_OF_DAY: "START_DATE_NOT_BEGINNING_OF_DAY",
|
|
3668
|
+
START_DATE_NOT_BEGINNING_OF_MONTH: "START_DATE_NOT_BEGINNING_OF_MONTH",
|
|
3669
|
+
START_DATE_TOO_EARLY: "START_DATE_TOO_EARLY",
|
|
3670
|
+
START_DATE_TOO_LATE: "START_DATE_TOO_LATE",
|
|
3264
3671
|
TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED",
|
|
3265
3672
|
UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL",
|
|
3266
3673
|
UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY",
|
|
3674
|
+
UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: "UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER",
|
|
3267
3675
|
UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY",
|
|
3268
3676
|
UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY",
|
|
3269
3677
|
};
|
|
@@ -3283,45 +3691,6 @@ const AccountStatus = {
|
|
|
3283
3691
|
PENDING_CLOSURE: "PENDING_CLOSURE",
|
|
3284
3692
|
SUSPENDED: "SUSPENDED",
|
|
3285
3693
|
};
|
|
3286
|
-
const ConstraintViolationExceptionReason = {
|
|
3287
|
-
ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
|
|
3288
|
-
ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
|
|
3289
|
-
ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
|
|
3290
|
-
ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
3291
|
-
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
3292
|
-
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
3293
|
-
ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED",
|
|
3294
|
-
CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
|
3295
|
-
CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
|
3296
|
-
CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR",
|
|
3297
|
-
CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
|
|
3298
|
-
CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED",
|
|
3299
|
-
CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED",
|
|
3300
|
-
CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION",
|
|
3301
|
-
DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
|
|
3302
|
-
EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED",
|
|
3303
|
-
HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED",
|
|
3304
|
-
INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT",
|
|
3305
|
-
MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE",
|
|
3306
|
-
MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE",
|
|
3307
|
-
MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO",
|
|
3308
|
-
MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED",
|
|
3309
|
-
MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
3310
|
-
MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
|
|
3311
|
-
MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
|
3312
|
-
MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED",
|
|
3313
|
-
MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
|
3314
|
-
MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
|
3315
|
-
ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE",
|
|
3316
|
-
OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED",
|
|
3317
|
-
OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED",
|
|
3318
|
-
POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED",
|
|
3319
|
-
POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED",
|
|
3320
|
-
POLICY_TYPE_ENABLED_FOR_THIS_SERVICE: "POLICY_TYPE_ENABLED_FOR_THIS_SERVICE",
|
|
3321
|
-
SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED",
|
|
3322
|
-
TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION",
|
|
3323
|
-
WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE",
|
|
3324
|
-
};
|
|
3325
3694
|
const IAMUserAccessToBilling = {
|
|
3326
3695
|
ALLOW: "ALLOW",
|
|
3327
3696
|
DENY: "DENY",
|
|
@@ -3362,6 +3731,7 @@ const PolicyType = {
|
|
|
3362
3731
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
3363
3732
|
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
3364
3733
|
DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
|
|
3734
|
+
INSPECTOR_POLICY: "INSPECTOR_POLICY",
|
|
3365
3735
|
RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY",
|
|
3366
3736
|
SECURITYHUB_POLICY: "SECURITYHUB_POLICY",
|
|
3367
3737
|
SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
|
|
@@ -3372,9 +3742,21 @@ const EffectivePolicyType = {
|
|
|
3372
3742
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
3373
3743
|
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
3374
3744
|
DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
|
|
3745
|
+
INSPECTOR_POLICY: "INSPECTOR_POLICY",
|
|
3375
3746
|
SECURITYHUB_POLICY: "SECURITYHUB_POLICY",
|
|
3376
3747
|
TAG_POLICY: "TAG_POLICY",
|
|
3377
3748
|
};
|
|
3749
|
+
const ResponsibilityTransferStatus = {
|
|
3750
|
+
ACCEPTED: "ACCEPTED",
|
|
3751
|
+
CANCELED: "CANCELED",
|
|
3752
|
+
DECLINED: "DECLINED",
|
|
3753
|
+
EXPIRED: "EXPIRED",
|
|
3754
|
+
REQUESTED: "REQUESTED",
|
|
3755
|
+
WITHDRAWN: "WITHDRAWN",
|
|
3756
|
+
};
|
|
3757
|
+
const ResponsibilityTransferType = {
|
|
3758
|
+
BILLING: "BILLING",
|
|
3759
|
+
};
|
|
3378
3760
|
const ChildType = {
|
|
3379
3761
|
ACCOUNT: "ACCOUNT",
|
|
3380
3762
|
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
@@ -3443,6 +3825,7 @@ exports.DescribeOrganizationCommand = DescribeOrganizationCommand;
|
|
|
3443
3825
|
exports.DescribeOrganizationalUnitCommand = DescribeOrganizationalUnitCommand;
|
|
3444
3826
|
exports.DescribePolicyCommand = DescribePolicyCommand;
|
|
3445
3827
|
exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
|
|
3828
|
+
exports.DescribeResponsibilityTransferCommand = DescribeResponsibilityTransferCommand;
|
|
3446
3829
|
exports.DestinationParentNotFoundException = DestinationParentNotFoundException$1;
|
|
3447
3830
|
exports.DetachPolicyCommand = DetachPolicyCommand;
|
|
3448
3831
|
exports.DisableAWSServiceAccessCommand = DisableAWSServiceAccessCommand;
|
|
@@ -3469,7 +3852,9 @@ exports.IAMUserAccessToBilling = IAMUserAccessToBilling;
|
|
|
3469
3852
|
exports.InvalidHandshakeTransitionException = InvalidHandshakeTransitionException$1;
|
|
3470
3853
|
exports.InvalidInputException = InvalidInputException$1;
|
|
3471
3854
|
exports.InvalidInputExceptionReason = InvalidInputExceptionReason;
|
|
3855
|
+
exports.InvalidResponsibilityTransferTransitionException = InvalidResponsibilityTransferTransitionException$1;
|
|
3472
3856
|
exports.InviteAccountToOrganizationCommand = InviteAccountToOrganizationCommand;
|
|
3857
|
+
exports.InviteOrganizationToTransferResponsibilityCommand = InviteOrganizationToTransferResponsibilityCommand;
|
|
3473
3858
|
exports.LeaveOrganizationCommand = LeaveOrganizationCommand;
|
|
3474
3859
|
exports.ListAWSServiceAccessForOrganizationCommand = ListAWSServiceAccessForOrganizationCommand;
|
|
3475
3860
|
exports.ListAccountsCommand = ListAccountsCommand;
|
|
@@ -3482,7 +3867,9 @@ exports.ListDelegatedServicesForAccountCommand = ListDelegatedServicesForAccount
|
|
|
3482
3867
|
exports.ListEffectivePolicyValidationErrorsCommand = ListEffectivePolicyValidationErrorsCommand;
|
|
3483
3868
|
exports.ListHandshakesForAccountCommand = ListHandshakesForAccountCommand;
|
|
3484
3869
|
exports.ListHandshakesForOrganizationCommand = ListHandshakesForOrganizationCommand;
|
|
3870
|
+
exports.ListInboundResponsibilityTransfersCommand = ListInboundResponsibilityTransfersCommand;
|
|
3485
3871
|
exports.ListOrganizationalUnitsForParentCommand = ListOrganizationalUnitsForParentCommand;
|
|
3872
|
+
exports.ListOutboundResponsibilityTransfersCommand = ListOutboundResponsibilityTransfersCommand;
|
|
3486
3873
|
exports.ListParentsCommand = ListParentsCommand;
|
|
3487
3874
|
exports.ListPoliciesCommand = ListPoliciesCommand;
|
|
3488
3875
|
exports.ListPoliciesForTargetCommand = ListPoliciesForTargetCommand;
|
|
@@ -3514,17 +3901,23 @@ exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
|
3514
3901
|
exports.RegisterDelegatedAdministratorCommand = RegisterDelegatedAdministratorCommand;
|
|
3515
3902
|
exports.RemoveAccountFromOrganizationCommand = RemoveAccountFromOrganizationCommand;
|
|
3516
3903
|
exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException$1;
|
|
3904
|
+
exports.ResponsibilityTransferAlreadyInStatusException = ResponsibilityTransferAlreadyInStatusException$1;
|
|
3905
|
+
exports.ResponsibilityTransferNotFoundException = ResponsibilityTransferNotFoundException$1;
|
|
3906
|
+
exports.ResponsibilityTransferStatus = ResponsibilityTransferStatus;
|
|
3907
|
+
exports.ResponsibilityTransferType = ResponsibilityTransferType;
|
|
3517
3908
|
exports.RootNotFoundException = RootNotFoundException$1;
|
|
3518
3909
|
exports.ServiceException = ServiceException$1;
|
|
3519
3910
|
exports.SourceParentNotFoundException = SourceParentNotFoundException$1;
|
|
3520
3911
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3521
3912
|
exports.TargetNotFoundException = TargetNotFoundException$1;
|
|
3522
3913
|
exports.TargetType = TargetType;
|
|
3914
|
+
exports.TerminateResponsibilityTransferCommand = TerminateResponsibilityTransferCommand;
|
|
3523
3915
|
exports.TooManyRequestsException = TooManyRequestsException$1;
|
|
3524
3916
|
exports.UnsupportedAPIEndpointException = UnsupportedAPIEndpointException$1;
|
|
3525
3917
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3526
3918
|
exports.UpdateOrganizationalUnitCommand = UpdateOrganizationalUnitCommand;
|
|
3527
3919
|
exports.UpdatePolicyCommand = UpdatePolicyCommand;
|
|
3920
|
+
exports.UpdateResponsibilityTransferCommand = UpdateResponsibilityTransferCommand;
|
|
3528
3921
|
exports.paginateListAWSServiceAccessForOrganization = paginateListAWSServiceAccessForOrganization;
|
|
3529
3922
|
exports.paginateListAccounts = paginateListAccounts;
|
|
3530
3923
|
exports.paginateListAccountsForParent = paginateListAccountsForParent;
|