@jjrawlins/cdk-iam-policy-builder-helper 0.0.85 → 0.0.87
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/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +50 -0
- package/lib/constructs/Actions.js +51 -1
- package/methods_list.txt +46 -0
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/README.md +64 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/package.json +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +5 -5
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +2 -2
|
@@ -118,6 +118,42 @@ let IAMServiceException$1 = class IAMServiceException extends smithyClient.Servi
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
+
let ConcurrentModificationException$1 = class ConcurrentModificationException extends IAMServiceException$1 {
|
|
122
|
+
name = "ConcurrentModificationException";
|
|
123
|
+
$fault = "client";
|
|
124
|
+
constructor(opts) {
|
|
125
|
+
super({
|
|
126
|
+
name: "ConcurrentModificationException",
|
|
127
|
+
$fault: "client",
|
|
128
|
+
...opts,
|
|
129
|
+
});
|
|
130
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
let NoSuchEntityException$1 = class NoSuchEntityException extends IAMServiceException$1 {
|
|
134
|
+
name = "NoSuchEntityException";
|
|
135
|
+
$fault = "client";
|
|
136
|
+
constructor(opts) {
|
|
137
|
+
super({
|
|
138
|
+
name: "NoSuchEntityException",
|
|
139
|
+
$fault: "client",
|
|
140
|
+
...opts,
|
|
141
|
+
});
|
|
142
|
+
Object.setPrototypeOf(this, NoSuchEntityException.prototype);
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
let ServiceFailureException$1 = class ServiceFailureException extends IAMServiceException$1 {
|
|
146
|
+
name = "ServiceFailureException";
|
|
147
|
+
$fault = "server";
|
|
148
|
+
constructor(opts) {
|
|
149
|
+
super({
|
|
150
|
+
name: "ServiceFailureException",
|
|
151
|
+
$fault: "server",
|
|
152
|
+
...opts,
|
|
153
|
+
});
|
|
154
|
+
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
155
|
+
}
|
|
156
|
+
};
|
|
121
157
|
const AccessAdvisorUsageGranularityType = {
|
|
122
158
|
ACTION_LEVEL: "ACTION_LEVEL",
|
|
123
159
|
SERVICE_LEVEL: "SERVICE_LEVEL",
|
|
@@ -141,18 +177,6 @@ let AccountNotManagementOrDelegatedAdministratorException$1 = class AccountNotMa
|
|
|
141
177
|
this.Message = opts.Message;
|
|
142
178
|
}
|
|
143
179
|
};
|
|
144
|
-
let ConcurrentModificationException$1 = class ConcurrentModificationException extends IAMServiceException$1 {
|
|
145
|
-
name = "ConcurrentModificationException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "ConcurrentModificationException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
154
|
-
}
|
|
155
|
-
};
|
|
156
180
|
let InvalidInputException$1 = class InvalidInputException extends IAMServiceException$1 {
|
|
157
181
|
name = "InvalidInputException";
|
|
158
182
|
$fault = "client";
|
|
@@ -177,30 +201,6 @@ let LimitExceededException$1 = class LimitExceededException extends IAMServiceEx
|
|
|
177
201
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
178
202
|
}
|
|
179
203
|
};
|
|
180
|
-
let NoSuchEntityException$1 = class NoSuchEntityException extends IAMServiceException$1 {
|
|
181
|
-
name = "NoSuchEntityException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "NoSuchEntityException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, NoSuchEntityException.prototype);
|
|
190
|
-
}
|
|
191
|
-
};
|
|
192
|
-
let ServiceFailureException$1 = class ServiceFailureException extends IAMServiceException$1 {
|
|
193
|
-
name = "ServiceFailureException";
|
|
194
|
-
$fault = "server";
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "ServiceFailureException",
|
|
198
|
-
$fault: "server",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
202
|
-
}
|
|
203
|
-
};
|
|
204
204
|
let EntityAlreadyExistsException$1 = class EntityAlreadyExistsException extends IAMServiceException$1 {
|
|
205
205
|
name = "EntityAlreadyExistsException";
|
|
206
206
|
$fault = "client";
|
|
@@ -508,6 +508,31 @@ let CredentialReportNotReadyException$1 = class CredentialReportNotReadyExceptio
|
|
|
508
508
|
const ReportFormatType = {
|
|
509
509
|
text_csv: "text/csv",
|
|
510
510
|
};
|
|
511
|
+
const StateType = {
|
|
512
|
+
ACCEPTED: "ACCEPTED",
|
|
513
|
+
ASSIGNED: "ASSIGNED",
|
|
514
|
+
EXPIRED: "EXPIRED",
|
|
515
|
+
FINALIZED: "FINALIZED",
|
|
516
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
517
|
+
REJECTED: "REJECTED",
|
|
518
|
+
UNASSIGNED: "UNASSIGNED",
|
|
519
|
+
};
|
|
520
|
+
const PermissionCheckResultType = {
|
|
521
|
+
ALLOWED: "ALLOWED",
|
|
522
|
+
DENIED: "DENIED",
|
|
523
|
+
UNSURE: "UNSURE",
|
|
524
|
+
};
|
|
525
|
+
const PermissionCheckStatusType = {
|
|
526
|
+
COMPLETE: "COMPLETE",
|
|
527
|
+
FAILED: "FAILED",
|
|
528
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
529
|
+
};
|
|
530
|
+
const SummaryStateType = {
|
|
531
|
+
AVAILABLE: "AVAILABLE",
|
|
532
|
+
FAILED: "FAILED",
|
|
533
|
+
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
534
|
+
NOT_SUPPORTED: "NOT_SUPPORTED",
|
|
535
|
+
};
|
|
511
536
|
const SortKeyType = {
|
|
512
537
|
LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
|
|
513
538
|
LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
|
|
@@ -559,11 +584,11 @@ const PolicyType = {
|
|
|
559
584
|
INLINE: "INLINE",
|
|
560
585
|
MANAGED: "MANAGED",
|
|
561
586
|
};
|
|
587
|
+
|
|
562
588
|
const GlobalEndpointTokenVersion = {
|
|
563
589
|
v1Token: "v1Token",
|
|
564
590
|
v2Token: "v2Token",
|
|
565
591
|
};
|
|
566
|
-
|
|
567
592
|
let PolicyEvaluationException$1 = class PolicyEvaluationException extends IAMServiceException$1 {
|
|
568
593
|
name = "PolicyEvaluationException";
|
|
569
594
|
$fault = "server";
|
|
@@ -688,10 +713,15 @@ const _ACIDTOIDCPR = "AddClientIDToOpenIDConnectProviderRequest";
|
|
|
688
713
|
const _ACt = "AttachmentCount";
|
|
689
714
|
const _ACu = "AuthenticationCode2";
|
|
690
715
|
const _AD = "AccessDetail";
|
|
716
|
+
const _ADR = "AcceptDelegationRequest";
|
|
717
|
+
const _ADRR = "AcceptDelegationRequestRequest";
|
|
718
|
+
const _ADRRs = "AssociateDelegationRequestRequest";
|
|
719
|
+
const _ADRs = "AssociateDelegationRequest";
|
|
691
720
|
const _ADc = "AccessDetails";
|
|
692
721
|
const _AEM = "AssertionEncryptionMode";
|
|
693
722
|
const _AGP = "AttachGroupPolicy";
|
|
694
723
|
const _AGPR = "AttachGroupPolicyRequest";
|
|
724
|
+
const _AI = "ApproverId";
|
|
695
725
|
const _AK = "AccessKey";
|
|
696
726
|
const _AKI = "AccessKeyId";
|
|
697
727
|
const _AKLU = "AccessKeyLastUsed";
|
|
@@ -822,11 +852,12 @@ const _DORS = "DisableOrganizationsRootSessions";
|
|
|
822
852
|
const _DORSR = "DisableOrganizationsRootSessionsRequest";
|
|
823
853
|
const _DORSRi = "DisableOrganizationsRootSessionsResponse";
|
|
824
854
|
const _DP = "DelegationPermission";
|
|
855
|
+
const _DPC = "DelegationPermissionCheck";
|
|
825
856
|
const _DPR = "DeletePolicyRequest";
|
|
826
857
|
const _DPV = "DeletePolicyVersion";
|
|
827
858
|
const _DPVR = "DeletePolicyVersionRequest";
|
|
828
859
|
const _DPe = "DeletePolicy";
|
|
829
|
-
const _DR = "
|
|
860
|
+
const _DR = "DelegationRequest";
|
|
830
861
|
const _DRI = "DelegationRequestId";
|
|
831
862
|
const _DRP = "DeleteRolePolicy";
|
|
832
863
|
const _DRPB = "DeleteRolePermissionsBoundary";
|
|
@@ -835,6 +866,8 @@ const _DRPR = "DeleteRolePolicyRequest";
|
|
|
835
866
|
const _DRPRe = "DetachRolePolicyRequest";
|
|
836
867
|
const _DRPe = "DetachRolePolicy";
|
|
837
868
|
const _DRR = "DeleteRoleRequest";
|
|
869
|
+
const _DRe = "DelegationRequests";
|
|
870
|
+
const _DRel = "DeleteRole";
|
|
838
871
|
const _DSAMLP = "DeleteSAMLProvider";
|
|
839
872
|
const _DSAMLPR = "DeleteSAMLProviderRequest";
|
|
840
873
|
const _DSC = "DeleteServerCertificate";
|
|
@@ -864,6 +897,7 @@ const _DVMFAD = "DeleteVirtualMFADevice";
|
|
|
864
897
|
const _DVMFADR = "DeleteVirtualMFADeviceRequest";
|
|
865
898
|
const _Do = "Document";
|
|
866
899
|
const _E = "Error";
|
|
900
|
+
const _EA = "EntityArn";
|
|
867
901
|
const _EAEE = "EntityAlreadyExistsException";
|
|
868
902
|
const _EAN = "EvalActionName";
|
|
869
903
|
const _ED = "EntityDetails";
|
|
@@ -921,6 +955,9 @@ const _GCRRe = "GetCredentialReportResponse";
|
|
|
921
955
|
const _GCRe = "GetCredentialReport";
|
|
922
956
|
const _GD = "GroupDetail";
|
|
923
957
|
const _GDL = "GroupDetailList";
|
|
958
|
+
const _GDR = "GetDelegationRequest";
|
|
959
|
+
const _GDRR = "GetDelegationRequestRequest";
|
|
960
|
+
const _GDRRe = "GetDelegationRequestResponse";
|
|
924
961
|
const _GETV = "GlobalEndpointTokenVersion";
|
|
925
962
|
const _GG = "GetGroup";
|
|
926
963
|
const _GGP = "GetGroupPolicy";
|
|
@@ -928,6 +965,9 @@ const _GGPR = "GetGroupPolicyRequest";
|
|
|
928
965
|
const _GGPRe = "GetGroupPolicyResponse";
|
|
929
966
|
const _GGR = "GetGroupRequest";
|
|
930
967
|
const _GGRe = "GetGroupResponse";
|
|
968
|
+
const _GHRS = "GetHumanReadableSummary";
|
|
969
|
+
const _GHRSR = "GetHumanReadableSummaryRequest";
|
|
970
|
+
const _GHRSRe = "GetHumanReadableSummaryResponse";
|
|
931
971
|
const _GI = "GroupId";
|
|
932
972
|
const _GIP = "GetInstanceProfile";
|
|
933
973
|
const _GIPR = "GetInstanceProfileRequest";
|
|
@@ -1015,7 +1055,7 @@ const _JT = "JobType";
|
|
|
1015
1055
|
const _K = "Key";
|
|
1016
1056
|
const _KI = "KeyId";
|
|
1017
1057
|
const _KPME = "KeyPairMismatchException";
|
|
1018
|
-
const _L = "
|
|
1058
|
+
const _L = "Locale";
|
|
1019
1059
|
const _LA = "LastAuthenticated";
|
|
1020
1060
|
const _LAA = "ListAccountAliases";
|
|
1021
1061
|
const _LAAR = "ListAccountAliasesRequest";
|
|
@@ -1038,6 +1078,9 @@ const _LATa = "LastAccessedTime";
|
|
|
1038
1078
|
const _LAUP = "ListAttachedUserPolicies";
|
|
1039
1079
|
const _LAUPR = "ListAttachedUserPoliciesRequest";
|
|
1040
1080
|
const _LAUPRi = "ListAttachedUserPoliciesResponse";
|
|
1081
|
+
const _LDR = "ListDelegationRequests";
|
|
1082
|
+
const _LDRR = "ListDelegationRequestsRequest";
|
|
1083
|
+
const _LDRRi = "ListDelegationRequestsResponse";
|
|
1041
1084
|
const _LEE = "LimitExceededException";
|
|
1042
1085
|
const _LEFP = "ListEntitiesForPolicy";
|
|
1043
1086
|
const _LEFPR = "ListEntitiesForPolicyRequest";
|
|
@@ -1132,6 +1175,7 @@ const _LUTRi = "ListUserTagsResponse";
|
|
|
1132
1175
|
const _LVMFAD = "ListVirtualMFADevices";
|
|
1133
1176
|
const _LVMFADR = "ListVirtualMFADevicesRequest";
|
|
1134
1177
|
const _LVMFADRi = "ListVirtualMFADevicesResponse";
|
|
1178
|
+
const _Li = "Line";
|
|
1135
1179
|
const _M = "Message";
|
|
1136
1180
|
const _MCE = "MalformedCertificateException";
|
|
1137
1181
|
const _MCV = "MissingContextValues";
|
|
@@ -1156,15 +1200,17 @@ const _NPe = "NewPath";
|
|
|
1156
1200
|
const _NSCN = "NewServerCertificateName";
|
|
1157
1201
|
const _NSEE = "NoSuchEntityException";
|
|
1158
1202
|
const _NUN = "NewUserName";
|
|
1203
|
+
const _No = "Notes";
|
|
1159
1204
|
const _OA = "OnlyAttached";
|
|
1160
1205
|
const _OAI = "OwnerAccountId";
|
|
1161
1206
|
const _ODD = "OrganizationsDecisionDetail";
|
|
1162
|
-
const _OI = "
|
|
1207
|
+
const _OI = "OwnerId";
|
|
1163
1208
|
const _OIDCPA = "OpenIDConnectProviderArn";
|
|
1164
1209
|
const _OIDCPL = "OpenIDConnectProviderList";
|
|
1165
1210
|
const _OIDCPLE = "OpenIDConnectProviderListEntry";
|
|
1166
1211
|
const _OIDCPLT = "OpenIDConnectProviderListType";
|
|
1167
1212
|
const _OIICEE = "OpenIdIdpCommunicationErrorException";
|
|
1213
|
+
const _OIr = "OrganizationId";
|
|
1168
1214
|
const _ONFE = "OrganizationNotFoundException";
|
|
1169
1215
|
const _ONIAFME = "OrganizationNotInAllFeaturesModeException";
|
|
1170
1216
|
const _OP = "OldPassword";
|
|
@@ -1178,6 +1224,8 @@ const _PBDD = "PermissionsBoundaryDecisionDetail";
|
|
|
1178
1224
|
const _PBPIL = "PermissionsBoundaryPolicyInputList";
|
|
1179
1225
|
const _PBT = "PermissionsBoundaryType";
|
|
1180
1226
|
const _PBUC = "PermissionsBoundaryUsageCount";
|
|
1227
|
+
const _PCR = "PermissionCheckResult";
|
|
1228
|
+
const _PCS = "PermissionCheckStatus";
|
|
1181
1229
|
const _PD = "PolicyDocument";
|
|
1182
1230
|
const _PDo = "PolicyDetail";
|
|
1183
1231
|
const _PEE = "PolicyEvaluationException";
|
|
@@ -1196,9 +1244,10 @@ const _PLU = "PasswordLastUsed";
|
|
|
1196
1244
|
const _PN = "PolicyName";
|
|
1197
1245
|
const _PNAE = "PolicyNotAttachableException";
|
|
1198
1246
|
const _PNo = "PolicyNames";
|
|
1199
|
-
const _PP = "
|
|
1247
|
+
const _PP = "PermissionPolicy";
|
|
1200
1248
|
const _PPVE = "PasswordPolicyViolationException";
|
|
1201
|
-
const _PPa = "
|
|
1249
|
+
const _PPa = "PasswordPolicy";
|
|
1250
|
+
const _PPat = "PathPrefix";
|
|
1202
1251
|
const _PPo = "PolicyParameter";
|
|
1203
1252
|
const _PR = "PolicyRoles";
|
|
1204
1253
|
const _PRLT = "PolicyRoleListType";
|
|
@@ -1235,21 +1284,27 @@ const _RCIDFOIDCP = "RemoveClientIDFromOpenIDConnectProvider";
|
|
|
1235
1284
|
const _RCIDFOIDCPR = "RemoveClientIDFromOpenIDConnectProviderRequest";
|
|
1236
1285
|
const _RD = "RoleDetail";
|
|
1237
1286
|
const _RDL = "RoleDetailList";
|
|
1287
|
+
const _RDR = "RejectDelegationRequest";
|
|
1288
|
+
const _RDRR = "RejectDelegationRequestRequest";
|
|
1238
1289
|
const _RF = "ReportFormat";
|
|
1239
1290
|
const _RGLEE = "ReportGenerationLimitExceededException";
|
|
1240
1291
|
const _RHO = "ResourceHandlingOption";
|
|
1241
|
-
const _RI = "
|
|
1292
|
+
const _RI = "RequestorId";
|
|
1293
|
+
const _RIo = "RoleId";
|
|
1242
1294
|
const _RLC = "RequireLowercaseCharacters";
|
|
1243
1295
|
const _RLU = "RoleLastUsed";
|
|
1244
1296
|
const _RM = "RequestMessage";
|
|
1245
1297
|
const _RMFAD = "ResyncMFADevice";
|
|
1246
1298
|
const _RMFADR = "ResyncMFADeviceRequest";
|
|
1247
1299
|
const _RN = "RoleName";
|
|
1248
|
-
const _RNe = "
|
|
1300
|
+
const _RNe = "RequestorName";
|
|
1301
|
+
const _RNeq = "RequireNumbers";
|
|
1249
1302
|
const _RO = "ResourceOwner";
|
|
1250
1303
|
const _RP = "ResourcePolicy";
|
|
1251
1304
|
const _RPK = "RemovePrivateKey";
|
|
1252
1305
|
const _RPL = "RolePolicyList";
|
|
1306
|
+
const _RPRA = "RolePermissionRestrictionArns";
|
|
1307
|
+
const _RR = "RejectionReason";
|
|
1253
1308
|
const _RRFIP = "RemoveRoleFromInstanceProfile";
|
|
1254
1309
|
const _RRFIPR = "RemoveRoleFromInstanceProfileRequest";
|
|
1255
1310
|
const _RS = "RequireSymbols";
|
|
@@ -1282,7 +1337,7 @@ const _SAMLPLE = "SAMLProviderListEntry";
|
|
|
1282
1337
|
const _SAMLPLT = "SAMLProviderListType";
|
|
1283
1338
|
const _SAMLPUUID = "SAMLProviderUUID";
|
|
1284
1339
|
const _SANEE = "ServiceAccessNotEnabledException";
|
|
1285
|
-
const _SC = "
|
|
1340
|
+
const _SC = "SummaryContent";
|
|
1286
1341
|
const _SCA = "ServiceCredentialAlias";
|
|
1287
1342
|
const _SCI = "ServerCertificateId";
|
|
1288
1343
|
const _SCM = "ServerCertificateMetadata";
|
|
@@ -1291,10 +1346,13 @@ const _SCN = "ServerCertificateName";
|
|
|
1291
1346
|
const _SCP = "SimulateCustomPolicy";
|
|
1292
1347
|
const _SCPR = "SimulateCustomPolicyRequest";
|
|
1293
1348
|
const _SCS = "ServiceCredentialSecret";
|
|
1349
|
+
const _SCe = "ServerCertificate";
|
|
1294
1350
|
const _SCi = "SigningCertificate";
|
|
1295
1351
|
const _SD = "SessionDuration";
|
|
1296
1352
|
const _SDPV = "SetDefaultPolicyVersion";
|
|
1297
1353
|
const _SDPVR = "SetDefaultPolicyVersionRequest";
|
|
1354
|
+
const _SDT = "SendDelegationToken";
|
|
1355
|
+
const _SDTR = "SendDelegationTokenRequest";
|
|
1298
1356
|
const _SFE = "ServiceFailureException";
|
|
1299
1357
|
const _SK = "SortKey";
|
|
1300
1358
|
const _SLA = "ServicesLastAccessed";
|
|
@@ -1313,6 +1371,7 @@ const _SPPR = "SimulatePrincipalPolicyRequest";
|
|
|
1313
1371
|
const _SPR = "SimulatePolicyResponse";
|
|
1314
1372
|
const _SPT = "SourcePolicyType";
|
|
1315
1373
|
const _SPt = "StartPosition";
|
|
1374
|
+
const _SS = "SummaryState";
|
|
1316
1375
|
const _SSC = "ServiceSpecificCredential";
|
|
1317
1376
|
const _SSCI = "ServiceSpecificCredentialId";
|
|
1318
1377
|
const _SSCLT = "ServiceSpecificCredentialsListType";
|
|
@@ -1364,6 +1423,8 @@ const _UARP = "UpdateAssumeRolePolicy";
|
|
|
1364
1423
|
const _UARPR = "UpdateAssumeRolePolicyRequest";
|
|
1365
1424
|
const _UD = "UpdateDate";
|
|
1366
1425
|
const _UDL = "UserDetailList";
|
|
1426
|
+
const _UDR = "UpdateDelegationRequest";
|
|
1427
|
+
const _UDRR = "UpdateDelegationRequestRequest";
|
|
1367
1428
|
const _UDp = "UploadDate";
|
|
1368
1429
|
const _UDs = "UserDetail";
|
|
1369
1430
|
const _UEE = "UnmodifiableEntityException";
|
|
@@ -1417,6 +1478,7 @@ const _USSHPKR = "UpdateSSHPublicKeyRequest";
|
|
|
1417
1478
|
const _USSHPKRp = "UploadSSHPublicKeyRequest";
|
|
1418
1479
|
const _USSHPKRpl = "UploadSSHPublicKeyResponse";
|
|
1419
1480
|
const _USSHPKp = "UploadSSHPublicKey";
|
|
1481
|
+
const _UT = "UpdatedTime";
|
|
1420
1482
|
const _UU = "UntagUser";
|
|
1421
1483
|
const _UUR = "UntagUserRequest";
|
|
1422
1484
|
const _UURp = "UpdateUserRequest";
|
|
@@ -1437,12 +1499,14 @@ const _aPLT = "attachedPoliciesListType";
|
|
|
1437
1499
|
const _aQE = "awsQueryError";
|
|
1438
1500
|
const _c = "client";
|
|
1439
1501
|
const _cLT = "certificateListType";
|
|
1502
|
+
const _dRLT = "delegationRequestsListType";
|
|
1440
1503
|
const _e = "error";
|
|
1441
1504
|
const _eDLT = "entityDetailsListType";
|
|
1442
1505
|
const _gDLT = "groupDetailListType";
|
|
1443
1506
|
const _gLT = "groupListType";
|
|
1444
1507
|
const _hE = "httpError";
|
|
1445
1508
|
const _iPLT = "instanceProfileListType";
|
|
1509
|
+
const _iT = "isTruncated";
|
|
1446
1510
|
const _lPGSARLT = "listPolicyGrantingServiceAccessResponseListType";
|
|
1447
1511
|
const _m = "message";
|
|
1448
1512
|
const _mDLT = "mfaDeviceListType";
|
|
@@ -1472,6 +1536,7 @@ var passwordType = [0, n0, _pT, 8, 0];
|
|
|
1472
1536
|
var privateKeyType = [0, n0, _pKT, 8, 0];
|
|
1473
1537
|
var serviceCredentialSecret = [0, n0, _sCS, 8, 0];
|
|
1474
1538
|
var servicePassword = [0, n0, _sP, 8, 0];
|
|
1539
|
+
var AcceptDelegationRequestRequest = [3, n0, _ADRR, 0, [_DRI], [0]];
|
|
1475
1540
|
var AccessDetail = [3, n0, _AD, 0, [_SN, _SNe, _R, _EP, _LAT, _TAE], [0, 0, 0, 0, 4, 1]];
|
|
1476
1541
|
var AccessKey = [
|
|
1477
1542
|
3,
|
|
@@ -1505,6 +1570,7 @@ var AddClientIDToOpenIDConnectProviderRequest = [
|
|
|
1505
1570
|
];
|
|
1506
1571
|
var AddRoleToInstanceProfileRequest = [3, n0, _ARTIPR, 0, [_IPN, _RN], [0, 0]];
|
|
1507
1572
|
var AddUserToGroupRequest = [3, n0, _AUTGR, 0, [_GN, _UN], [0, 0]];
|
|
1573
|
+
var AssociateDelegationRequestRequest = [3, n0, _ADRRs, 0, [_DRI], [0]];
|
|
1508
1574
|
var AttachedPermissionsBoundary = [3, n0, _APB, 0, [_PBT, _PBA], [0, 0]];
|
|
1509
1575
|
var AttachedPolicy = [3, n0, _AP, 0, [_PN, _PA], [0, 0]];
|
|
1510
1576
|
var AttachGroupPolicyRequest = [3, n0, _AGPR, 0, [_GN, _PA], [0, 0]];
|
|
@@ -1722,6 +1788,14 @@ var DelegationPermission = [
|
|
|
1722
1788
|
[_PTA, _Par],
|
|
1723
1789
|
[0, () => policyParameterListType],
|
|
1724
1790
|
];
|
|
1791
|
+
var DelegationRequest = [
|
|
1792
|
+
3,
|
|
1793
|
+
n0,
|
|
1794
|
+
_DR,
|
|
1795
|
+
0,
|
|
1796
|
+
[_DRI, _OAI, _D, _RM, _P, _PP, _RPRA, _OI, _AI, _St, _RI, _RNe, _CD, _SD, _RU, _No, _RR, _OSBO, _UT],
|
|
1797
|
+
[0, 0, 0, 0, () => DelegationPermission, 0, 64 | 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 2, 4],
|
|
1798
|
+
];
|
|
1725
1799
|
var DeleteAccessKeyRequest = [3, n0, _DAKR, 0, [_UN, _AKI], [0, 0]];
|
|
1726
1800
|
var DeleteAccountAliasRequest = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
1727
1801
|
var DeleteConflictException = [
|
|
@@ -1775,7 +1849,7 @@ var DisableOrganizationsRootCredentialsManagementResponse = [
|
|
|
1775
1849
|
n0,
|
|
1776
1850
|
_DORCMRi,
|
|
1777
1851
|
0,
|
|
1778
|
-
[
|
|
1852
|
+
[_OIr, _EF],
|
|
1779
1853
|
[0, 64 | 0],
|
|
1780
1854
|
];
|
|
1781
1855
|
var DisableOrganizationsRootSessionsRequest = [3, n0, _DORSR, 0, [], []];
|
|
@@ -1784,7 +1858,7 @@ var DisableOrganizationsRootSessionsResponse = [
|
|
|
1784
1858
|
n0,
|
|
1785
1859
|
_DORSRi,
|
|
1786
1860
|
0,
|
|
1787
|
-
[
|
|
1861
|
+
[_OIr, _EF],
|
|
1788
1862
|
[0, 64 | 0],
|
|
1789
1863
|
];
|
|
1790
1864
|
var DuplicateCertificateException = [
|
|
@@ -1820,7 +1894,7 @@ var EnableOrganizationsRootCredentialsManagementResponse = [
|
|
|
1820
1894
|
n0,
|
|
1821
1895
|
_EORCMRn,
|
|
1822
1896
|
0,
|
|
1823
|
-
[
|
|
1897
|
+
[_OIr, _EF],
|
|
1824
1898
|
[0, 64 | 0],
|
|
1825
1899
|
];
|
|
1826
1900
|
var EnableOrganizationsRootSessionsRequest = [3, n0, _EORSR, 0, [], []];
|
|
@@ -1829,7 +1903,7 @@ var EnableOrganizationsRootSessionsResponse = [
|
|
|
1829
1903
|
n0,
|
|
1830
1904
|
_EORSRn,
|
|
1831
1905
|
0,
|
|
1832
|
-
[
|
|
1906
|
+
[_OIr, _EF],
|
|
1833
1907
|
[0, 64 | 0],
|
|
1834
1908
|
];
|
|
1835
1909
|
var EntityAlreadyExistsException = [
|
|
@@ -1916,7 +1990,7 @@ var GetAccountAuthorizationDetailsResponse = [
|
|
|
1916
1990
|
0,
|
|
1917
1991
|
],
|
|
1918
1992
|
];
|
|
1919
|
-
var GetAccountPasswordPolicyResponse = [3, n0, _GAPPR, 0, [
|
|
1993
|
+
var GetAccountPasswordPolicyResponse = [3, n0, _GAPPR, 0, [_PPa], [() => PasswordPolicy]];
|
|
1920
1994
|
var GetAccountSummaryResponse = [3, n0, _GASR, 0, [_SM], [128 | 1]];
|
|
1921
1995
|
var GetContextKeysForCustomPolicyRequest = [3, n0, _GCKFCPR, 0, [_PIL], [64 | 0]];
|
|
1922
1996
|
var GetContextKeysForPolicyResponse = [3, n0, _GCKFPR, 0, [_CKNo], [64 | 0]];
|
|
@@ -1929,6 +2003,15 @@ var GetContextKeysForPrincipalPolicyRequest = [
|
|
|
1929
2003
|
[0, 64 | 0],
|
|
1930
2004
|
];
|
|
1931
2005
|
var GetCredentialReportResponse = [3, n0, _GCRRe, 0, [_Co, _RF, _GT], [21, 0, 4]];
|
|
2006
|
+
var GetDelegationRequestRequest = [3, n0, _GDRR, 0, [_DRI, _DPC], [0, 2]];
|
|
2007
|
+
var GetDelegationRequestResponse = [
|
|
2008
|
+
3,
|
|
2009
|
+
n0,
|
|
2010
|
+
_GDRRe,
|
|
2011
|
+
0,
|
|
2012
|
+
[_DR, _PCS, _PCR],
|
|
2013
|
+
[() => DelegationRequest, 0, 0],
|
|
2014
|
+
];
|
|
1932
2015
|
var GetGroupPolicyRequest = [3, n0, _GGPR, 0, [_GN, _PN], [0, 0]];
|
|
1933
2016
|
var GetGroupPolicyResponse = [3, n0, _GGPRe, 0, [_GN, _PN, _PD], [0, 0, 0]];
|
|
1934
2017
|
var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _Ma, _MI], [0, 0, 1]];
|
|
@@ -1940,6 +2023,8 @@ var GetGroupResponse = [
|
|
|
1940
2023
|
[_G, _Use, _IT, _Ma],
|
|
1941
2024
|
[() => Group, () => userListType, 2, 0],
|
|
1942
2025
|
];
|
|
2026
|
+
var GetHumanReadableSummaryRequest = [3, n0, _GHRSR, 0, [_EA, _L], [0, 0]];
|
|
2027
|
+
var GetHumanReadableSummaryResponse = [3, n0, _GHRSRe, 0, [_SC, _L, _SS], [0, 0, 0]];
|
|
1943
2028
|
var GetInstanceProfileRequest = [3, n0, _GIPR, 0, [_IPN], [0]];
|
|
1944
2029
|
var GetInstanceProfileResponse = [3, n0, _GIPRe, 0, [_IP], [() => InstanceProfile]];
|
|
1945
2030
|
var GetLoginProfileRequest = [3, n0, _GLPR, 0, [_UN], [0]];
|
|
@@ -1996,7 +2081,7 @@ var GetSAMLProviderResponse = [
|
|
|
1996
2081
|
[0, 0, 4, 4, () => tagListType, 0, () => privateKeyList],
|
|
1997
2082
|
];
|
|
1998
2083
|
var GetServerCertificateRequest = [3, n0, _GSCR, 0, [_SCN], [0]];
|
|
1999
|
-
var GetServerCertificateResponse = [3, n0, _GSCRe, 0, [
|
|
2084
|
+
var GetServerCertificateResponse = [3, n0, _GSCRe, 0, [_SCe], [() => ServerCertificate]];
|
|
2000
2085
|
var GetServiceLastAccessedDetailsRequest = [
|
|
2001
2086
|
3,
|
|
2002
2087
|
n0,
|
|
@@ -2168,7 +2253,7 @@ var ListAttachedGroupPoliciesRequest = [
|
|
|
2168
2253
|
n0,
|
|
2169
2254
|
_LAGPR,
|
|
2170
2255
|
0,
|
|
2171
|
-
[_GN,
|
|
2256
|
+
[_GN, _PPat, _Ma, _MI],
|
|
2172
2257
|
[0, 0, 0, 1],
|
|
2173
2258
|
];
|
|
2174
2259
|
var ListAttachedGroupPoliciesResponse = [
|
|
@@ -2184,7 +2269,7 @@ var ListAttachedRolePoliciesRequest = [
|
|
|
2184
2269
|
n0,
|
|
2185
2270
|
_LARPR,
|
|
2186
2271
|
0,
|
|
2187
|
-
[_RN,
|
|
2272
|
+
[_RN, _PPat, _Ma, _MI],
|
|
2188
2273
|
[0, 0, 0, 1],
|
|
2189
2274
|
];
|
|
2190
2275
|
var ListAttachedRolePoliciesResponse = [
|
|
@@ -2200,7 +2285,7 @@ var ListAttachedUserPoliciesRequest = [
|
|
|
2200
2285
|
n0,
|
|
2201
2286
|
_LAUPR,
|
|
2202
2287
|
0,
|
|
2203
|
-
[_UN,
|
|
2288
|
+
[_UN, _PPat, _Ma, _MI],
|
|
2204
2289
|
[0, 0, 0, 1],
|
|
2205
2290
|
];
|
|
2206
2291
|
var ListAttachedUserPoliciesResponse = [
|
|
@@ -2211,12 +2296,21 @@ var ListAttachedUserPoliciesResponse = [
|
|
|
2211
2296
|
[_APt, _IT, _Ma],
|
|
2212
2297
|
[() => attachedPoliciesListType, 2, 0],
|
|
2213
2298
|
];
|
|
2299
|
+
var ListDelegationRequestsRequest = [3, n0, _LDRR, 0, [_OI, _Ma, _MI], [0, 0, 1]];
|
|
2300
|
+
var ListDelegationRequestsResponse = [
|
|
2301
|
+
3,
|
|
2302
|
+
n0,
|
|
2303
|
+
_LDRRi,
|
|
2304
|
+
0,
|
|
2305
|
+
[_DRe, _Ma, _iT],
|
|
2306
|
+
[() => delegationRequestsListType, 0, 2],
|
|
2307
|
+
];
|
|
2214
2308
|
var ListEntitiesForPolicyRequest = [
|
|
2215
2309
|
3,
|
|
2216
2310
|
n0,
|
|
2217
2311
|
_LEFPR,
|
|
2218
2312
|
0,
|
|
2219
|
-
[_PA, _EFn,
|
|
2313
|
+
[_PA, _EFn, _PPat, _PUF, _Ma, _MI],
|
|
2220
2314
|
[0, 0, 0, 0, 0, 1],
|
|
2221
2315
|
];
|
|
2222
2316
|
var ListEntitiesForPolicyResponse = [
|
|
@@ -2238,7 +2332,7 @@ var ListGroupsForUserResponse = [
|
|
|
2238
2332
|
[_Gro, _IT, _Ma],
|
|
2239
2333
|
[() => groupListType, 2, 0],
|
|
2240
2334
|
];
|
|
2241
|
-
var ListGroupsRequest = [3, n0, _LGR, 0, [
|
|
2335
|
+
var ListGroupsRequest = [3, n0, _LGR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
2242
2336
|
var ListGroupsResponse = [3, n0, _LGRi, 0, [_Gro, _IT, _Ma], [() => groupListType, 2, 0]];
|
|
2243
2337
|
var ListInstanceProfilesForRoleRequest = [3, n0, _LIPFRR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
|
|
2244
2338
|
var ListInstanceProfilesForRoleResponse = [
|
|
@@ -2249,7 +2343,7 @@ var ListInstanceProfilesForRoleResponse = [
|
|
|
2249
2343
|
[_IPn, _IT, _Ma],
|
|
2250
2344
|
[() => instanceProfileListType, 2, 0],
|
|
2251
2345
|
];
|
|
2252
|
-
var ListInstanceProfilesRequest = [3, n0, _LIPR, 0, [
|
|
2346
|
+
var ListInstanceProfilesRequest = [3, n0, _LIPR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
2253
2347
|
var ListInstanceProfilesResponse = [
|
|
2254
2348
|
3,
|
|
2255
2349
|
n0,
|
|
@@ -2311,7 +2405,7 @@ var ListOpenIDConnectProviderTagsResponse = [
|
|
|
2311
2405
|
[() => tagListType, 2, 0],
|
|
2312
2406
|
];
|
|
2313
2407
|
var ListOrganizationsFeaturesRequest = [3, n0, _LOFR, 0, [], []];
|
|
2314
|
-
var ListOrganizationsFeaturesResponse = [3, n0, _LOFRi, 0, [
|
|
2408
|
+
var ListOrganizationsFeaturesResponse = [3, n0, _LOFRi, 0, [_OIr, _EF], [0, 64 | 0]];
|
|
2315
2409
|
var ListPoliciesGrantingServiceAccessEntry = [
|
|
2316
2410
|
3,
|
|
2317
2411
|
n0,
|
|
@@ -2341,7 +2435,7 @@ var ListPoliciesRequest = [
|
|
|
2341
2435
|
n0,
|
|
2342
2436
|
_LPR,
|
|
2343
2437
|
0,
|
|
2344
|
-
[_Sc, _OA,
|
|
2438
|
+
[_Sc, _OA, _PPat, _PUF, _Ma, _MI],
|
|
2345
2439
|
[0, 2, 0, 0, 0, 1],
|
|
2346
2440
|
];
|
|
2347
2441
|
var ListPoliciesResponse = [
|
|
@@ -2372,7 +2466,7 @@ var ListPolicyVersionsResponse = [
|
|
|
2372
2466
|
];
|
|
2373
2467
|
var ListRolePoliciesRequest = [3, n0, _LRPR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
|
|
2374
2468
|
var ListRolePoliciesResponse = [3, n0, _LRPRi, 0, [_PNo, _IT, _Ma], [64 | 0, 2, 0]];
|
|
2375
|
-
var ListRolesRequest = [3, n0, _LRR, 0, [
|
|
2469
|
+
var ListRolesRequest = [3, n0, _LRR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
2376
2470
|
var ListRolesResponse = [3, n0, _LRRi, 0, [_Rol, _IT, _Ma], [() => roleListType, 2, 0]];
|
|
2377
2471
|
var ListRoleTagsRequest = [3, n0, _LRTR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
|
|
2378
2472
|
var ListRoleTagsResponse = [3, n0, _LRTRi, 0, [_T, _IT, _Ma], [() => tagListType, 2, 0]];
|
|
@@ -2394,7 +2488,7 @@ var ListSAMLProviderTagsResponse = [
|
|
|
2394
2488
|
[_T, _IT, _Ma],
|
|
2395
2489
|
[() => tagListType, 2, 0],
|
|
2396
2490
|
];
|
|
2397
|
-
var ListServerCertificatesRequest = [3, n0, _LSCR, 0, [
|
|
2491
|
+
var ListServerCertificatesRequest = [3, n0, _LSCR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
2398
2492
|
var ListServerCertificatesResponse = [
|
|
2399
2493
|
3,
|
|
2400
2494
|
n0,
|
|
@@ -2448,7 +2542,7 @@ var ListSSHPublicKeysResponse = [
|
|
|
2448
2542
|
];
|
|
2449
2543
|
var ListUserPoliciesRequest = [3, n0, _LUPR, 0, [_UN, _Ma, _MI], [0, 0, 1]];
|
|
2450
2544
|
var ListUserPoliciesResponse = [3, n0, _LUPRi, 0, [_PNo, _IT, _Ma], [64 | 0, 2, 0]];
|
|
2451
|
-
var ListUsersRequest = [3, n0, _LUR, 0, [
|
|
2545
|
+
var ListUsersRequest = [3, n0, _LUR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
2452
2546
|
var ListUsersResponse = [3, n0, _LURi, 0, [_Use, _IT, _Ma], [() => userListType, 2, 0]];
|
|
2453
2547
|
var ListUserTagsRequest = [3, n0, _LUTR, 0, [_UN, _Ma, _MI], [0, 0, 1]];
|
|
2454
2548
|
var ListUserTagsResponse = [3, n0, _LUTRi, 0, [_T, _IT, _Ma], [() => tagListType, 2, 0]];
|
|
@@ -2552,9 +2646,9 @@ var OrganizationsDecisionDetail = [3, n0, _ODD, 0, [_ABO], [2]];
|
|
|
2552
2646
|
var PasswordPolicy = [
|
|
2553
2647
|
3,
|
|
2554
2648
|
n0,
|
|
2555
|
-
|
|
2649
|
+
_PPa,
|
|
2556
2650
|
0,
|
|
2557
|
-
[_MPL, _RS,
|
|
2651
|
+
[_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _EPx, _MPA, _PRP, _HE],
|
|
2558
2652
|
[1, 2, 2, 2, 2, 2, 2, 1, 1, 2],
|
|
2559
2653
|
];
|
|
2560
2654
|
var PasswordPolicyViolationException = [
|
|
@@ -2616,15 +2710,16 @@ var PolicyNotAttachableException = [
|
|
|
2616
2710
|
];
|
|
2617
2711
|
schema.TypeRegistry.for(n0).registerError(PolicyNotAttachableException, PolicyNotAttachableException$1);
|
|
2618
2712
|
var PolicyParameter = [3, n0, _PPo, 0, [_N, _Va, _Ty], [0, 64 | 0, 0]];
|
|
2619
|
-
var PolicyRole = [3, n0, _PRo, 0, [_RN,
|
|
2713
|
+
var PolicyRole = [3, n0, _PRo, 0, [_RN, _RIo], [0, 0]];
|
|
2620
2714
|
var PolicyUser = [3, n0, _PUo, 0, [_UN, _UI], [0, 0]];
|
|
2621
2715
|
var PolicyVersion = [3, n0, _PV, 0, [_Do, _VI, _IDV, _CD], [0, 0, 2, 4]];
|
|
2622
|
-
var Position = [3, n0, _Pos, 0, [
|
|
2716
|
+
var Position = [3, n0, _Pos, 0, [_Li, _Col], [1, 1]];
|
|
2623
2717
|
var PutGroupPolicyRequest = [3, n0, _PGPR, 0, [_GN, _PN, _PD], [0, 0, 0]];
|
|
2624
2718
|
var PutRolePermissionsBoundaryRequest = [3, n0, _PRPBR, 0, [_RN, _PB], [0, 0]];
|
|
2625
2719
|
var PutRolePolicyRequest = [3, n0, _PRPR, 0, [_RN, _PN, _PD], [0, 0, 0]];
|
|
2626
2720
|
var PutUserPermissionsBoundaryRequest = [3, n0, _PUPBR, 0, [_UN, _PB], [0, 0]];
|
|
2627
2721
|
var PutUserPolicyRequest = [3, n0, _PUPR, 0, [_UN, _PN, _PD], [0, 0, 0]];
|
|
2722
|
+
var RejectDelegationRequestRequest = [3, n0, _RDRR, 0, [_DRI, _No], [0, 0]];
|
|
2628
2723
|
var RemoveClientIDFromOpenIDConnectProviderRequest = [
|
|
2629
2724
|
3,
|
|
2630
2725
|
n0,
|
|
@@ -2671,7 +2766,7 @@ var Role = [
|
|
|
2671
2766
|
n0,
|
|
2672
2767
|
_Ro,
|
|
2673
2768
|
0,
|
|
2674
|
-
[_Pa, _RN,
|
|
2769
|
+
[_Pa, _RN, _RIo, _A, _CD, _ARPD, _D, _MSD, _PB, _T, _RLU],
|
|
2675
2770
|
[0, 0, 0, 0, 4, 0, 0, 1, () => AttachedPermissionsBoundary, () => tagListType, () => RoleLastUsed],
|
|
2676
2771
|
];
|
|
2677
2772
|
var RoleDetail = [
|
|
@@ -2679,7 +2774,7 @@ var RoleDetail = [
|
|
|
2679
2774
|
n0,
|
|
2680
2775
|
_RD,
|
|
2681
2776
|
0,
|
|
2682
|
-
[_Pa, _RN,
|
|
2777
|
+
[_Pa, _RN, _RIo, _A, _CD, _ARPD, _IPL, _RPL, _AMP, _PB, _T, _RLU],
|
|
2683
2778
|
[
|
|
2684
2779
|
0,
|
|
2685
2780
|
0,
|
|
@@ -2699,10 +2794,11 @@ var RoleLastUsed = [3, n0, _RLU, 0, [_LUD, _R], [4, 0]];
|
|
|
2699
2794
|
var RoleUsageType = [3, n0, _RUT, 0, [_R, _Res], [0, 64 | 0]];
|
|
2700
2795
|
var SAMLPrivateKey = [3, n0, _SAMLPK, 0, [_KI, _Ti], [0, 4]];
|
|
2701
2796
|
var SAMLProviderListEntry = [3, n0, _SAMLPLE, 0, [_A, _VU, _CD], [0, 4, 4]];
|
|
2797
|
+
var SendDelegationTokenRequest = [3, n0, _SDTR, 0, [_DRI], [0]];
|
|
2702
2798
|
var ServerCertificate = [
|
|
2703
2799
|
3,
|
|
2704
2800
|
n0,
|
|
2705
|
-
|
|
2801
|
+
_SCe,
|
|
2706
2802
|
0,
|
|
2707
2803
|
[_SCM, _CB, _CC, _T],
|
|
2708
2804
|
[() => ServerCertificateMetadata, 0, 0, () => tagListType],
|
|
@@ -2885,10 +2981,11 @@ var UpdateAccountPasswordPolicyRequest = [
|
|
|
2885
2981
|
n0,
|
|
2886
2982
|
_UAPPR,
|
|
2887
2983
|
0,
|
|
2888
|
-
[_MPL, _RS,
|
|
2984
|
+
[_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _MPA, _PRP, _HE],
|
|
2889
2985
|
[1, 2, 2, 2, 2, 2, 1, 1, 2],
|
|
2890
2986
|
];
|
|
2891
2987
|
var UpdateAssumeRolePolicyRequest = [3, n0, _UARPR, 0, [_RN, _PD], [0, 0]];
|
|
2988
|
+
var UpdateDelegationRequestRequest = [3, n0, _UDRR, 0, [_DRI, _No], [0, 0]];
|
|
2892
2989
|
var UpdateGroupRequest = [3, n0, _UGR, 0, [_GN, _NPe, _NGN], [0, 0, 0]];
|
|
2893
2990
|
var UpdateLoginProfileRequest = [
|
|
2894
2991
|
3,
|
|
@@ -3001,6 +3098,7 @@ var accessKeyMetadataListType = [1, n0, _aKMLT, 0, () => AccessKeyMetadata];
|
|
|
3001
3098
|
var attachedPoliciesListType = [1, n0, _aPLT, 0, () => AttachedPolicy];
|
|
3002
3099
|
var certificateListType = [1, n0, _cLT, 0, () => SigningCertificate];
|
|
3003
3100
|
var ContextEntryListType = [1, n0, _CELT, 0, () => ContextEntry];
|
|
3101
|
+
var delegationRequestsListType = [1, n0, _dRLT, 0, () => DelegationRequest];
|
|
3004
3102
|
var entityDetailsListType = [1, n0, _eDLT, 0, () => EntityDetails];
|
|
3005
3103
|
var EvaluationResultsListType = [1, n0, _ERLT, 0, () => EvaluationResult];
|
|
3006
3104
|
var groupDetailListType = [1, n0, _gDLT, 0, () => GroupDetail];
|
|
@@ -3052,6 +3150,14 @@ var TrackedActionsLastAccessed = [1, n0, _TALA, 0, () => TrackedActionLastAccess
|
|
|
3052
3150
|
var userDetailListType = [1, n0, _uDLT, 0, () => UserDetail];
|
|
3053
3151
|
var userListType = [1, n0, _uLT, 0, () => User];
|
|
3054
3152
|
var virtualMFADeviceListType = [1, n0, _vMFADLT, 0, [() => VirtualMFADevice, 0]];
|
|
3153
|
+
var AcceptDelegationRequest = [
|
|
3154
|
+
9,
|
|
3155
|
+
n0,
|
|
3156
|
+
_ADR,
|
|
3157
|
+
0,
|
|
3158
|
+
() => AcceptDelegationRequestRequest,
|
|
3159
|
+
() => __Unit,
|
|
3160
|
+
];
|
|
3055
3161
|
var AddClientIDToOpenIDConnectProvider = [
|
|
3056
3162
|
9,
|
|
3057
3163
|
n0,
|
|
@@ -3069,6 +3175,14 @@ var AddRoleToInstanceProfile = [
|
|
|
3069
3175
|
() => __Unit,
|
|
3070
3176
|
];
|
|
3071
3177
|
var AddUserToGroup = [9, n0, _AUTG, 0, () => AddUserToGroupRequest, () => __Unit];
|
|
3178
|
+
var AssociateDelegationRequest = [
|
|
3179
|
+
9,
|
|
3180
|
+
n0,
|
|
3181
|
+
_ADRs,
|
|
3182
|
+
0,
|
|
3183
|
+
() => AssociateDelegationRequestRequest,
|
|
3184
|
+
() => __Unit,
|
|
3185
|
+
];
|
|
3072
3186
|
var AttachGroupPolicy = [9, n0, _AGP, 0, () => AttachGroupPolicyRequest, () => __Unit];
|
|
3073
3187
|
var AttachRolePolicy = [9, n0, _ARP, 0, () => AttachRolePolicyRequest, () => __Unit];
|
|
3074
3188
|
var AttachUserPolicy = [9, n0, _AUP, 0, () => AttachUserPolicyRequest, () => __Unit];
|
|
@@ -3204,7 +3318,7 @@ var DeletePolicyVersion = [
|
|
|
3204
3318
|
() => DeletePolicyVersionRequest,
|
|
3205
3319
|
() => __Unit,
|
|
3206
3320
|
];
|
|
3207
|
-
var DeleteRole = [9, n0,
|
|
3321
|
+
var DeleteRole = [9, n0, _DRel, 0, () => DeleteRoleRequest, () => __Unit];
|
|
3208
3322
|
var DeleteRolePermissionsBoundary = [
|
|
3209
3323
|
9,
|
|
3210
3324
|
n0,
|
|
@@ -3389,6 +3503,14 @@ var GetCredentialReport = [
|
|
|
3389
3503
|
() => __Unit,
|
|
3390
3504
|
() => GetCredentialReportResponse,
|
|
3391
3505
|
];
|
|
3506
|
+
var GetDelegationRequest = [
|
|
3507
|
+
9,
|
|
3508
|
+
n0,
|
|
3509
|
+
_GDR,
|
|
3510
|
+
0,
|
|
3511
|
+
() => GetDelegationRequestRequest,
|
|
3512
|
+
() => GetDelegationRequestResponse,
|
|
3513
|
+
];
|
|
3392
3514
|
var GetGroup = [9, n0, _GG, 0, () => GetGroupRequest, () => GetGroupResponse];
|
|
3393
3515
|
var GetGroupPolicy = [
|
|
3394
3516
|
9,
|
|
@@ -3398,6 +3520,14 @@ var GetGroupPolicy = [
|
|
|
3398
3520
|
() => GetGroupPolicyRequest,
|
|
3399
3521
|
() => GetGroupPolicyResponse,
|
|
3400
3522
|
];
|
|
3523
|
+
var GetHumanReadableSummary = [
|
|
3524
|
+
9,
|
|
3525
|
+
n0,
|
|
3526
|
+
_GHRS,
|
|
3527
|
+
0,
|
|
3528
|
+
() => GetHumanReadableSummaryRequest,
|
|
3529
|
+
() => GetHumanReadableSummaryResponse,
|
|
3530
|
+
];
|
|
3401
3531
|
var GetInstanceProfile = [
|
|
3402
3532
|
9,
|
|
3403
3533
|
n0,
|
|
@@ -3553,6 +3683,14 @@ var ListAttachedUserPolicies = [
|
|
|
3553
3683
|
() => ListAttachedUserPoliciesRequest,
|
|
3554
3684
|
() => ListAttachedUserPoliciesResponse,
|
|
3555
3685
|
];
|
|
3686
|
+
var ListDelegationRequests = [
|
|
3687
|
+
9,
|
|
3688
|
+
n0,
|
|
3689
|
+
_LDR,
|
|
3690
|
+
0,
|
|
3691
|
+
() => ListDelegationRequestsRequest,
|
|
3692
|
+
() => ListDelegationRequestsResponse,
|
|
3693
|
+
];
|
|
3556
3694
|
var ListEntitiesForPolicy = [
|
|
3557
3695
|
9,
|
|
3558
3696
|
n0,
|
|
@@ -3791,6 +3929,14 @@ var PutUserPermissionsBoundary = [
|
|
|
3791
3929
|
() => __Unit,
|
|
3792
3930
|
];
|
|
3793
3931
|
var PutUserPolicy = [9, n0, _PUP, 0, () => PutUserPolicyRequest, () => __Unit];
|
|
3932
|
+
var RejectDelegationRequest = [
|
|
3933
|
+
9,
|
|
3934
|
+
n0,
|
|
3935
|
+
_RDR,
|
|
3936
|
+
0,
|
|
3937
|
+
() => RejectDelegationRequestRequest,
|
|
3938
|
+
() => __Unit,
|
|
3939
|
+
];
|
|
3794
3940
|
var RemoveClientIDFromOpenIDConnectProvider = [
|
|
3795
3941
|
9,
|
|
3796
3942
|
n0,
|
|
@@ -3824,6 +3970,14 @@ var ResetServiceSpecificCredential = [
|
|
|
3824
3970
|
() => ResetServiceSpecificCredentialResponse,
|
|
3825
3971
|
];
|
|
3826
3972
|
var ResyncMFADevice = [9, n0, _RMFAD, 0, () => ResyncMFADeviceRequest, () => __Unit];
|
|
3973
|
+
var SendDelegationToken = [
|
|
3974
|
+
9,
|
|
3975
|
+
n0,
|
|
3976
|
+
_SDT,
|
|
3977
|
+
0,
|
|
3978
|
+
() => SendDelegationTokenRequest,
|
|
3979
|
+
() => __Unit,
|
|
3980
|
+
];
|
|
3827
3981
|
var SetDefaultPolicyVersion = [
|
|
3828
3982
|
9,
|
|
3829
3983
|
n0,
|
|
@@ -3924,6 +4078,14 @@ var UpdateAssumeRolePolicy = [
|
|
|
3924
4078
|
() => UpdateAssumeRolePolicyRequest,
|
|
3925
4079
|
() => __Unit,
|
|
3926
4080
|
];
|
|
4081
|
+
var UpdateDelegationRequest = [
|
|
4082
|
+
9,
|
|
4083
|
+
n0,
|
|
4084
|
+
_UDR,
|
|
4085
|
+
0,
|
|
4086
|
+
() => UpdateDelegationRequestRequest,
|
|
4087
|
+
() => __Unit,
|
|
4088
|
+
];
|
|
3927
4089
|
var UpdateGroup = [9, n0, _UG, 0, () => UpdateGroupRequest, () => __Unit];
|
|
3928
4090
|
var UpdateLoginProfile = [9, n0, _ULP, 0, () => UpdateLoginProfileRequest, () => __Unit];
|
|
3929
4091
|
var UpdateOpenIDConnectProviderThumbprint = [
|
|
@@ -4009,6 +4171,18 @@ var UploadSSHPublicKey = [
|
|
|
4009
4171
|
() => UploadSSHPublicKeyResponse,
|
|
4010
4172
|
];
|
|
4011
4173
|
|
|
4174
|
+
class AcceptDelegationRequestCommand extends smithyClient.Command
|
|
4175
|
+
.classBuilder()
|
|
4176
|
+
.ep(commonParams)
|
|
4177
|
+
.m(function (Command, cs, config, o) {
|
|
4178
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4179
|
+
})
|
|
4180
|
+
.s("AWSIdentityManagementV20100508", "AcceptDelegationRequest", {})
|
|
4181
|
+
.n("IAMClient", "AcceptDelegationRequestCommand")
|
|
4182
|
+
.sc(AcceptDelegationRequest)
|
|
4183
|
+
.build() {
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4012
4186
|
class AddClientIDToOpenIDConnectProviderCommand extends smithyClient.Command
|
|
4013
4187
|
.classBuilder()
|
|
4014
4188
|
.ep(commonParams)
|
|
@@ -4045,6 +4219,18 @@ class AddUserToGroupCommand extends smithyClient.Command
|
|
|
4045
4219
|
.build() {
|
|
4046
4220
|
}
|
|
4047
4221
|
|
|
4222
|
+
class AssociateDelegationRequestCommand extends smithyClient.Command
|
|
4223
|
+
.classBuilder()
|
|
4224
|
+
.ep(commonParams)
|
|
4225
|
+
.m(function (Command, cs, config, o) {
|
|
4226
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4227
|
+
})
|
|
4228
|
+
.s("AWSIdentityManagementV20100508", "AssociateDelegationRequest", {})
|
|
4229
|
+
.n("IAMClient", "AssociateDelegationRequestCommand")
|
|
4230
|
+
.sc(AssociateDelegationRequest)
|
|
4231
|
+
.build() {
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4048
4234
|
class AttachGroupPolicyCommand extends smithyClient.Command
|
|
4049
4235
|
.classBuilder()
|
|
4050
4236
|
.ep(commonParams)
|
|
@@ -4777,6 +4963,18 @@ class GetCredentialReportCommand extends smithyClient.Command
|
|
|
4777
4963
|
.build() {
|
|
4778
4964
|
}
|
|
4779
4965
|
|
|
4966
|
+
class GetDelegationRequestCommand extends smithyClient.Command
|
|
4967
|
+
.classBuilder()
|
|
4968
|
+
.ep(commonParams)
|
|
4969
|
+
.m(function (Command, cs, config, o) {
|
|
4970
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4971
|
+
})
|
|
4972
|
+
.s("AWSIdentityManagementV20100508", "GetDelegationRequest", {})
|
|
4973
|
+
.n("IAMClient", "GetDelegationRequestCommand")
|
|
4974
|
+
.sc(GetDelegationRequest)
|
|
4975
|
+
.build() {
|
|
4976
|
+
}
|
|
4977
|
+
|
|
4780
4978
|
class GetGroupCommand extends smithyClient.Command
|
|
4781
4979
|
.classBuilder()
|
|
4782
4980
|
.ep(commonParams)
|
|
@@ -4801,6 +4999,18 @@ class GetGroupPolicyCommand extends smithyClient.Command
|
|
|
4801
4999
|
.build() {
|
|
4802
5000
|
}
|
|
4803
5001
|
|
|
5002
|
+
class GetHumanReadableSummaryCommand extends smithyClient.Command
|
|
5003
|
+
.classBuilder()
|
|
5004
|
+
.ep(commonParams)
|
|
5005
|
+
.m(function (Command, cs, config, o) {
|
|
5006
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5007
|
+
})
|
|
5008
|
+
.s("AWSIdentityManagementV20100508", "GetHumanReadableSummary", {})
|
|
5009
|
+
.n("IAMClient", "GetHumanReadableSummaryCommand")
|
|
5010
|
+
.sc(GetHumanReadableSummary)
|
|
5011
|
+
.build() {
|
|
5012
|
+
}
|
|
5013
|
+
|
|
4804
5014
|
class GetInstanceProfileCommand extends smithyClient.Command
|
|
4805
5015
|
.classBuilder()
|
|
4806
5016
|
.ep(commonParams)
|
|
@@ -5065,6 +5275,18 @@ class ListAttachedUserPoliciesCommand extends smithyClient.Command
|
|
|
5065
5275
|
.build() {
|
|
5066
5276
|
}
|
|
5067
5277
|
|
|
5278
|
+
class ListDelegationRequestsCommand extends smithyClient.Command
|
|
5279
|
+
.classBuilder()
|
|
5280
|
+
.ep(commonParams)
|
|
5281
|
+
.m(function (Command, cs, config, o) {
|
|
5282
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5283
|
+
})
|
|
5284
|
+
.s("AWSIdentityManagementV20100508", "ListDelegationRequests", {})
|
|
5285
|
+
.n("IAMClient", "ListDelegationRequestsCommand")
|
|
5286
|
+
.sc(ListDelegationRequests)
|
|
5287
|
+
.build() {
|
|
5288
|
+
}
|
|
5289
|
+
|
|
5068
5290
|
class ListEntitiesForPolicyCommand extends smithyClient.Command
|
|
5069
5291
|
.classBuilder()
|
|
5070
5292
|
.ep(commonParams)
|
|
@@ -5485,6 +5707,18 @@ class PutUserPolicyCommand extends smithyClient.Command
|
|
|
5485
5707
|
.build() {
|
|
5486
5708
|
}
|
|
5487
5709
|
|
|
5710
|
+
class RejectDelegationRequestCommand extends smithyClient.Command
|
|
5711
|
+
.classBuilder()
|
|
5712
|
+
.ep(commonParams)
|
|
5713
|
+
.m(function (Command, cs, config, o) {
|
|
5714
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5715
|
+
})
|
|
5716
|
+
.s("AWSIdentityManagementV20100508", "RejectDelegationRequest", {})
|
|
5717
|
+
.n("IAMClient", "RejectDelegationRequestCommand")
|
|
5718
|
+
.sc(RejectDelegationRequest)
|
|
5719
|
+
.build() {
|
|
5720
|
+
}
|
|
5721
|
+
|
|
5488
5722
|
class RemoveClientIDFromOpenIDConnectProviderCommand extends smithyClient.Command
|
|
5489
5723
|
.classBuilder()
|
|
5490
5724
|
.ep(commonParams)
|
|
@@ -5545,6 +5779,18 @@ class ResyncMFADeviceCommand extends smithyClient.Command
|
|
|
5545
5779
|
.build() {
|
|
5546
5780
|
}
|
|
5547
5781
|
|
|
5782
|
+
class SendDelegationTokenCommand extends smithyClient.Command
|
|
5783
|
+
.classBuilder()
|
|
5784
|
+
.ep(commonParams)
|
|
5785
|
+
.m(function (Command, cs, config, o) {
|
|
5786
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5787
|
+
})
|
|
5788
|
+
.s("AWSIdentityManagementV20100508", "SendDelegationToken", {})
|
|
5789
|
+
.n("IAMClient", "SendDelegationTokenCommand")
|
|
5790
|
+
.sc(SendDelegationToken)
|
|
5791
|
+
.build() {
|
|
5792
|
+
}
|
|
5793
|
+
|
|
5548
5794
|
class SetDefaultPolicyVersionCommand extends smithyClient.Command
|
|
5549
5795
|
.classBuilder()
|
|
5550
5796
|
.ep(commonParams)
|
|
@@ -5821,6 +6067,18 @@ class UpdateAssumeRolePolicyCommand extends smithyClient.Command
|
|
|
5821
6067
|
.build() {
|
|
5822
6068
|
}
|
|
5823
6069
|
|
|
6070
|
+
class UpdateDelegationRequestCommand extends smithyClient.Command
|
|
6071
|
+
.classBuilder()
|
|
6072
|
+
.ep(commonParams)
|
|
6073
|
+
.m(function (Command, cs, config, o) {
|
|
6074
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6075
|
+
})
|
|
6076
|
+
.s("AWSIdentityManagementV20100508", "UpdateDelegationRequest", {})
|
|
6077
|
+
.n("IAMClient", "UpdateDelegationRequestCommand")
|
|
6078
|
+
.sc(UpdateDelegationRequest)
|
|
6079
|
+
.build() {
|
|
6080
|
+
}
|
|
6081
|
+
|
|
5824
6082
|
class UpdateGroupCommand extends smithyClient.Command
|
|
5825
6083
|
.classBuilder()
|
|
5826
6084
|
.ep(commonParams)
|
|
@@ -5990,9 +6248,11 @@ class UploadSSHPublicKeyCommand extends smithyClient.Command
|
|
|
5990
6248
|
}
|
|
5991
6249
|
|
|
5992
6250
|
const commands = {
|
|
6251
|
+
AcceptDelegationRequestCommand,
|
|
5993
6252
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
5994
6253
|
AddRoleToInstanceProfileCommand,
|
|
5995
6254
|
AddUserToGroupCommand,
|
|
6255
|
+
AssociateDelegationRequestCommand,
|
|
5996
6256
|
AttachGroupPolicyCommand,
|
|
5997
6257
|
AttachRolePolicyCommand,
|
|
5998
6258
|
AttachUserPolicyCommand,
|
|
@@ -6054,8 +6314,10 @@ const commands = {
|
|
|
6054
6314
|
GetContextKeysForCustomPolicyCommand,
|
|
6055
6315
|
GetContextKeysForPrincipalPolicyCommand,
|
|
6056
6316
|
GetCredentialReportCommand,
|
|
6317
|
+
GetDelegationRequestCommand,
|
|
6057
6318
|
GetGroupCommand,
|
|
6058
6319
|
GetGroupPolicyCommand,
|
|
6320
|
+
GetHumanReadableSummaryCommand,
|
|
6059
6321
|
GetInstanceProfileCommand,
|
|
6060
6322
|
GetLoginProfileCommand,
|
|
6061
6323
|
GetMFADeviceCommand,
|
|
@@ -6078,6 +6340,7 @@ const commands = {
|
|
|
6078
6340
|
ListAttachedGroupPoliciesCommand,
|
|
6079
6341
|
ListAttachedRolePoliciesCommand,
|
|
6080
6342
|
ListAttachedUserPoliciesCommand,
|
|
6343
|
+
ListDelegationRequestsCommand,
|
|
6081
6344
|
ListEntitiesForPolicyCommand,
|
|
6082
6345
|
ListGroupPoliciesCommand,
|
|
6083
6346
|
ListGroupsCommand,
|
|
@@ -6113,11 +6376,13 @@ const commands = {
|
|
|
6113
6376
|
PutRolePolicyCommand,
|
|
6114
6377
|
PutUserPermissionsBoundaryCommand,
|
|
6115
6378
|
PutUserPolicyCommand,
|
|
6379
|
+
RejectDelegationRequestCommand,
|
|
6116
6380
|
RemoveClientIDFromOpenIDConnectProviderCommand,
|
|
6117
6381
|
RemoveRoleFromInstanceProfileCommand,
|
|
6118
6382
|
RemoveUserFromGroupCommand,
|
|
6119
6383
|
ResetServiceSpecificCredentialCommand,
|
|
6120
6384
|
ResyncMFADeviceCommand,
|
|
6385
|
+
SendDelegationTokenCommand,
|
|
6121
6386
|
SetDefaultPolicyVersionCommand,
|
|
6122
6387
|
SetSecurityTokenServicePreferencesCommand,
|
|
6123
6388
|
SimulateCustomPolicyCommand,
|
|
@@ -6141,6 +6406,7 @@ const commands = {
|
|
|
6141
6406
|
UpdateAccessKeyCommand,
|
|
6142
6407
|
UpdateAccountPasswordPolicyCommand,
|
|
6143
6408
|
UpdateAssumeRolePolicyCommand,
|
|
6409
|
+
UpdateDelegationRequestCommand,
|
|
6144
6410
|
UpdateGroupCommand,
|
|
6145
6411
|
UpdateLoginProfileCommand,
|
|
6146
6412
|
UpdateOpenIDConnectProviderThumbprintCommand,
|
|
@@ -6336,6 +6602,7 @@ Object.defineProperty(exports, "__Client", {
|
|
|
6336
6602
|
enumerable: true,
|
|
6337
6603
|
get: function () { return smithyClient.Client; }
|
|
6338
6604
|
});
|
|
6605
|
+
exports.AcceptDelegationRequestCommand = AcceptDelegationRequestCommand;
|
|
6339
6606
|
exports.AccessAdvisorUsageGranularityType = AccessAdvisorUsageGranularityType;
|
|
6340
6607
|
exports.AccountNotManagementOrDelegatedAdministratorException = AccountNotManagementOrDelegatedAdministratorException$1;
|
|
6341
6608
|
exports.AddClientIDToOpenIDConnectProviderCommand = AddClientIDToOpenIDConnectProviderCommand;
|
|
@@ -6343,6 +6610,7 @@ exports.AddRoleToInstanceProfileCommand = AddRoleToInstanceProfileCommand;
|
|
|
6343
6610
|
exports.AddUserToGroupCommand = AddUserToGroupCommand;
|
|
6344
6611
|
exports.AssertionEncryptionModeType = AssertionEncryptionModeType;
|
|
6345
6612
|
exports.AssignmentStatusType = AssignmentStatusType;
|
|
6613
|
+
exports.AssociateDelegationRequestCommand = AssociateDelegationRequestCommand;
|
|
6346
6614
|
exports.AttachGroupPolicyCommand = AttachGroupPolicyCommand;
|
|
6347
6615
|
exports.AttachRolePolicyCommand = AttachRolePolicyCommand;
|
|
6348
6616
|
exports.AttachUserPolicyCommand = AttachUserPolicyCommand;
|
|
@@ -6419,8 +6687,10 @@ exports.GetAccountSummaryCommand = GetAccountSummaryCommand;
|
|
|
6419
6687
|
exports.GetContextKeysForCustomPolicyCommand = GetContextKeysForCustomPolicyCommand;
|
|
6420
6688
|
exports.GetContextKeysForPrincipalPolicyCommand = GetContextKeysForPrincipalPolicyCommand;
|
|
6421
6689
|
exports.GetCredentialReportCommand = GetCredentialReportCommand;
|
|
6690
|
+
exports.GetDelegationRequestCommand = GetDelegationRequestCommand;
|
|
6422
6691
|
exports.GetGroupCommand = GetGroupCommand;
|
|
6423
6692
|
exports.GetGroupPolicyCommand = GetGroupPolicyCommand;
|
|
6693
|
+
exports.GetHumanReadableSummaryCommand = GetHumanReadableSummaryCommand;
|
|
6424
6694
|
exports.GetInstanceProfileCommand = GetInstanceProfileCommand;
|
|
6425
6695
|
exports.GetLoginProfileCommand = GetLoginProfileCommand;
|
|
6426
6696
|
exports.GetMFADeviceCommand = GetMFADeviceCommand;
|
|
@@ -6455,6 +6725,7 @@ exports.ListAccountAliasesCommand = ListAccountAliasesCommand;
|
|
|
6455
6725
|
exports.ListAttachedGroupPoliciesCommand = ListAttachedGroupPoliciesCommand;
|
|
6456
6726
|
exports.ListAttachedRolePoliciesCommand = ListAttachedRolePoliciesCommand;
|
|
6457
6727
|
exports.ListAttachedUserPoliciesCommand = ListAttachedUserPoliciesCommand;
|
|
6728
|
+
exports.ListDelegationRequestsCommand = ListDelegationRequestsCommand;
|
|
6458
6729
|
exports.ListEntitiesForPolicyCommand = ListEntitiesForPolicyCommand;
|
|
6459
6730
|
exports.ListGroupPoliciesCommand = ListGroupPoliciesCommand;
|
|
6460
6731
|
exports.ListGroupsCommand = ListGroupsCommand;
|
|
@@ -6492,6 +6763,8 @@ exports.OpenIdIdpCommunicationErrorException = OpenIdIdpCommunicationErrorExcept
|
|
|
6492
6763
|
exports.OrganizationNotFoundException = OrganizationNotFoundException$1;
|
|
6493
6764
|
exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException$1;
|
|
6494
6765
|
exports.PasswordPolicyViolationException = PasswordPolicyViolationException$1;
|
|
6766
|
+
exports.PermissionCheckResultType = PermissionCheckResultType;
|
|
6767
|
+
exports.PermissionCheckStatusType = PermissionCheckStatusType;
|
|
6495
6768
|
exports.PermissionsBoundaryAttachmentType = PermissionsBoundaryAttachmentType;
|
|
6496
6769
|
exports.PolicyEvaluationDecisionType = PolicyEvaluationDecisionType;
|
|
6497
6770
|
exports.PolicyEvaluationException = PolicyEvaluationException$1;
|
|
@@ -6507,6 +6780,7 @@ exports.PutRolePermissionsBoundaryCommand = PutRolePermissionsBoundaryCommand;
|
|
|
6507
6780
|
exports.PutRolePolicyCommand = PutRolePolicyCommand;
|
|
6508
6781
|
exports.PutUserPermissionsBoundaryCommand = PutUserPermissionsBoundaryCommand;
|
|
6509
6782
|
exports.PutUserPolicyCommand = PutUserPolicyCommand;
|
|
6783
|
+
exports.RejectDelegationRequestCommand = RejectDelegationRequestCommand;
|
|
6510
6784
|
exports.RemoveClientIDFromOpenIDConnectProviderCommand = RemoveClientIDFromOpenIDConnectProviderCommand;
|
|
6511
6785
|
exports.RemoveRoleFromInstanceProfileCommand = RemoveRoleFromInstanceProfileCommand;
|
|
6512
6786
|
exports.RemoveUserFromGroupCommand = RemoveUserFromGroupCommand;
|
|
@@ -6515,6 +6789,7 @@ exports.ReportGenerationLimitExceededException = ReportGenerationLimitExceededEx
|
|
|
6515
6789
|
exports.ReportStateType = ReportStateType;
|
|
6516
6790
|
exports.ResetServiceSpecificCredentialCommand = ResetServiceSpecificCredentialCommand;
|
|
6517
6791
|
exports.ResyncMFADeviceCommand = ResyncMFADeviceCommand;
|
|
6792
|
+
exports.SendDelegationTokenCommand = SendDelegationTokenCommand;
|
|
6518
6793
|
exports.ServiceAccessNotEnabledException = ServiceAccessNotEnabledException$1;
|
|
6519
6794
|
exports.ServiceFailureException = ServiceFailureException$1;
|
|
6520
6795
|
exports.ServiceNotSupportedException = ServiceNotSupportedException$1;
|
|
@@ -6523,8 +6798,10 @@ exports.SetSecurityTokenServicePreferencesCommand = SetSecurityTokenServicePrefe
|
|
|
6523
6798
|
exports.SimulateCustomPolicyCommand = SimulateCustomPolicyCommand;
|
|
6524
6799
|
exports.SimulatePrincipalPolicyCommand = SimulatePrincipalPolicyCommand;
|
|
6525
6800
|
exports.SortKeyType = SortKeyType;
|
|
6801
|
+
exports.StateType = StateType;
|
|
6526
6802
|
exports.StatusType = StatusType;
|
|
6527
6803
|
exports.SummaryKeyType = SummaryKeyType;
|
|
6804
|
+
exports.SummaryStateType = SummaryStateType;
|
|
6528
6805
|
exports.TagInstanceProfileCommand = TagInstanceProfileCommand;
|
|
6529
6806
|
exports.TagMFADeviceCommand = TagMFADeviceCommand;
|
|
6530
6807
|
exports.TagOpenIDConnectProviderCommand = TagOpenIDConnectProviderCommand;
|
|
@@ -6546,6 +6823,7 @@ exports.UntagUserCommand = UntagUserCommand;
|
|
|
6546
6823
|
exports.UpdateAccessKeyCommand = UpdateAccessKeyCommand;
|
|
6547
6824
|
exports.UpdateAccountPasswordPolicyCommand = UpdateAccountPasswordPolicyCommand;
|
|
6548
6825
|
exports.UpdateAssumeRolePolicyCommand = UpdateAssumeRolePolicyCommand;
|
|
6826
|
+
exports.UpdateDelegationRequestCommand = UpdateDelegationRequestCommand;
|
|
6549
6827
|
exports.UpdateGroupCommand = UpdateGroupCommand;
|
|
6550
6828
|
exports.UpdateLoginProfileCommand = UpdateLoginProfileCommand;
|
|
6551
6829
|
exports.UpdateOpenIDConnectProviderThumbprintCommand = UpdateOpenIDConnectProviderThumbprintCommand;
|