@aws-sdk/client-iam 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultIAMHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2010-05-08",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsQueryProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.iam",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "https://iam.amazonaws.com/doc/2010-05-08/",
30
32
  version: "2010-05-08",
31
33
  serviceTarget: "AWSIdentityManagementV20100508",
@@ -826,11 +826,11 @@ const _pPLT = "policyParameterListType";
826
826
  const _pT = "passwordType";
827
827
  const _rDLT = "roleDetailListType";
828
828
  const _rLT = "roleListType";
829
- const _s = "server";
829
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.iam";
830
830
  const _sCMLT = "serverCertificateMetadataListType";
831
831
  const _sCS = "serviceCredentialSecret";
832
832
  const _sP = "servicePassword";
833
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iam";
833
+ const _se = "server";
834
834
  const _tLT = "tagListType";
835
835
  const _uDLT = "userDetailListType";
836
836
  const _uLT = "userListType";
@@ -839,6 +839,224 @@ const n0 = "com.amazonaws.iam";
839
839
  import { TypeRegistry } from "@smithy/core/schema";
840
840
  import { AccountNotManagementOrDelegatedAdministratorException, CallerIsNotManagementAccountException, ConcurrentModificationException, CredentialReportExpiredException, CredentialReportNotPresentException, CredentialReportNotReadyException, DeleteConflictException, DuplicateCertificateException, DuplicateSSHPublicKeyException, EntityAlreadyExistsException, EntityTemporarilyUnmodifiableException, FeatureDisabledException, FeatureEnabledException, InvalidAuthenticationCodeException, InvalidCertificateException, InvalidInputException, InvalidPublicKeyException, InvalidUserTypeException, KeyPairMismatchException, LimitExceededException, MalformedCertificateException, MalformedPolicyDocumentException, NoSuchEntityException, OpenIdIdpCommunicationErrorException, OrganizationNotFoundException, OrganizationNotInAllFeaturesModeException, PasswordPolicyViolationException, PolicyEvaluationException, PolicyNotAttachableException, ReportGenerationLimitExceededException, ServiceAccessNotEnabledException, ServiceFailureException, ServiceNotSupportedException, UnmodifiableEntityException, UnrecognizedPublicKeyEncodingException, } from "../models/errors";
841
841
  import { IAMServiceException } from "../models/IAMServiceException";
842
+ const _s_registry = TypeRegistry.for(_s);
843
+ export var IAMServiceException$ = [-3, _s, "IAMServiceException", 0, [], []];
844
+ _s_registry.registerError(IAMServiceException$, IAMServiceException);
845
+ const n0_registry = TypeRegistry.for(n0);
846
+ export var AccountNotManagementOrDelegatedAdministratorException$ = [-3, n0, _ANMODAE,
847
+ { [_e]: _c, [_hE]: 400 },
848
+ [_M],
849
+ [0]
850
+ ];
851
+ n0_registry.registerError(AccountNotManagementOrDelegatedAdministratorException$, AccountNotManagementOrDelegatedAdministratorException);
852
+ export var CallerIsNotManagementAccountException$ = [-3, n0, _CINMAE,
853
+ { [_e]: _c, [_hE]: 400 },
854
+ [_M],
855
+ [0]
856
+ ];
857
+ n0_registry.registerError(CallerIsNotManagementAccountException$, CallerIsNotManagementAccountException);
858
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
859
+ { [_aQE]: [`ConcurrentModification`, 409], [_e]: _c, [_hE]: 409 },
860
+ [_m],
861
+ [0]
862
+ ];
863
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
864
+ export var CredentialReportExpiredException$ = [-3, n0, _CREE,
865
+ { [_aQE]: [`ReportExpired`, 410], [_e]: _c, [_hE]: 410 },
866
+ [_m],
867
+ [0]
868
+ ];
869
+ n0_registry.registerError(CredentialReportExpiredException$, CredentialReportExpiredException);
870
+ export var CredentialReportNotPresentException$ = [-3, n0, _CRNPE,
871
+ { [_aQE]: [`ReportNotPresent`, 410], [_e]: _c, [_hE]: 410 },
872
+ [_m],
873
+ [0]
874
+ ];
875
+ n0_registry.registerError(CredentialReportNotPresentException$, CredentialReportNotPresentException);
876
+ export var CredentialReportNotReadyException$ = [-3, n0, _CRNRE,
877
+ { [_aQE]: [`ReportInProgress`, 404], [_e]: _c, [_hE]: 404 },
878
+ [_m],
879
+ [0]
880
+ ];
881
+ n0_registry.registerError(CredentialReportNotReadyException$, CredentialReportNotReadyException);
882
+ export var DeleteConflictException$ = [-3, n0, _DCE,
883
+ { [_aQE]: [`DeleteConflict`, 409], [_e]: _c, [_hE]: 409 },
884
+ [_m],
885
+ [0]
886
+ ];
887
+ n0_registry.registerError(DeleteConflictException$, DeleteConflictException);
888
+ export var DuplicateCertificateException$ = [-3, n0, _DCEu,
889
+ { [_aQE]: [`DuplicateCertificate`, 409], [_e]: _c, [_hE]: 409 },
890
+ [_m],
891
+ [0]
892
+ ];
893
+ n0_registry.registerError(DuplicateCertificateException$, DuplicateCertificateException);
894
+ export var DuplicateSSHPublicKeyException$ = [-3, n0, _DSSHPKE,
895
+ { [_aQE]: [`DuplicateSSHPublicKey`, 400], [_e]: _c, [_hE]: 400 },
896
+ [_m],
897
+ [0]
898
+ ];
899
+ n0_registry.registerError(DuplicateSSHPublicKeyException$, DuplicateSSHPublicKeyException);
900
+ export var EntityAlreadyExistsException$ = [-3, n0, _EAEE,
901
+ { [_aQE]: [`EntityAlreadyExists`, 409], [_e]: _c, [_hE]: 409 },
902
+ [_m],
903
+ [0]
904
+ ];
905
+ n0_registry.registerError(EntityAlreadyExistsException$, EntityAlreadyExistsException);
906
+ export var EntityTemporarilyUnmodifiableException$ = [-3, n0, _ETUE,
907
+ { [_aQE]: [`EntityTemporarilyUnmodifiable`, 409], [_e]: _c, [_hE]: 409 },
908
+ [_m],
909
+ [0]
910
+ ];
911
+ n0_registry.registerError(EntityTemporarilyUnmodifiableException$, EntityTemporarilyUnmodifiableException);
912
+ export var FeatureDisabledException$ = [-3, n0, _FDE,
913
+ { [_aQE]: [`FeatureDisabled`, 404], [_e]: _c, [_hE]: 404 },
914
+ [_m],
915
+ [0]
916
+ ];
917
+ n0_registry.registerError(FeatureDisabledException$, FeatureDisabledException);
918
+ export var FeatureEnabledException$ = [-3, n0, _FEE,
919
+ { [_aQE]: [`FeatureEnabled`, 409], [_e]: _c, [_hE]: 409 },
920
+ [_m],
921
+ [0]
922
+ ];
923
+ n0_registry.registerError(FeatureEnabledException$, FeatureEnabledException);
924
+ export var InvalidAuthenticationCodeException$ = [-3, n0, _IACE,
925
+ { [_aQE]: [`InvalidAuthenticationCode`, 403], [_e]: _c, [_hE]: 403 },
926
+ [_m],
927
+ [0]
928
+ ];
929
+ n0_registry.registerError(InvalidAuthenticationCodeException$, InvalidAuthenticationCodeException);
930
+ export var InvalidCertificateException$ = [-3, n0, _ICE,
931
+ { [_aQE]: [`InvalidCertificate`, 400], [_e]: _c, [_hE]: 400 },
932
+ [_m],
933
+ [0]
934
+ ];
935
+ n0_registry.registerError(InvalidCertificateException$, InvalidCertificateException);
936
+ export var InvalidInputException$ = [-3, n0, _IIE,
937
+ { [_aQE]: [`InvalidInput`, 400], [_e]: _c, [_hE]: 400 },
938
+ [_m],
939
+ [0]
940
+ ];
941
+ n0_registry.registerError(InvalidInputException$, InvalidInputException);
942
+ export var InvalidPublicKeyException$ = [-3, n0, _IPKE,
943
+ { [_aQE]: [`InvalidPublicKey`, 400], [_e]: _c, [_hE]: 400 },
944
+ [_m],
945
+ [0]
946
+ ];
947
+ n0_registry.registerError(InvalidPublicKeyException$, InvalidPublicKeyException);
948
+ export var InvalidUserTypeException$ = [-3, n0, _IUTE,
949
+ { [_aQE]: [`InvalidUserType`, 400], [_e]: _c, [_hE]: 400 },
950
+ [_m],
951
+ [0]
952
+ ];
953
+ n0_registry.registerError(InvalidUserTypeException$, InvalidUserTypeException);
954
+ export var KeyPairMismatchException$ = [-3, n0, _KPME,
955
+ { [_aQE]: [`KeyPairMismatch`, 400], [_e]: _c, [_hE]: 400 },
956
+ [_m],
957
+ [0]
958
+ ];
959
+ n0_registry.registerError(KeyPairMismatchException$, KeyPairMismatchException);
960
+ export var LimitExceededException$ = [-3, n0, _LEE,
961
+ { [_aQE]: [`LimitExceeded`, 409], [_e]: _c, [_hE]: 409 },
962
+ [_m],
963
+ [0]
964
+ ];
965
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
966
+ export var MalformedCertificateException$ = [-3, n0, _MCE,
967
+ { [_aQE]: [`MalformedCertificate`, 400], [_e]: _c, [_hE]: 400 },
968
+ [_m],
969
+ [0]
970
+ ];
971
+ n0_registry.registerError(MalformedCertificateException$, MalformedCertificateException);
972
+ export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
973
+ { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
974
+ [_m],
975
+ [0]
976
+ ];
977
+ n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
978
+ export var NoSuchEntityException$ = [-3, n0, _NSEE,
979
+ { [_aQE]: [`NoSuchEntity`, 404], [_e]: _c, [_hE]: 404 },
980
+ [_m],
981
+ [0]
982
+ ];
983
+ n0_registry.registerError(NoSuchEntityException$, NoSuchEntityException);
984
+ export var OpenIdIdpCommunicationErrorException$ = [-3, n0, _OIICEE,
985
+ { [_aQE]: [`OpenIdIdpCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
986
+ [_m],
987
+ [0]
988
+ ];
989
+ n0_registry.registerError(OpenIdIdpCommunicationErrorException$, OpenIdIdpCommunicationErrorException);
990
+ export var OrganizationNotFoundException$ = [-3, n0, _ONFE,
991
+ { [_e]: _c, [_hE]: 400 },
992
+ [_M],
993
+ [0]
994
+ ];
995
+ n0_registry.registerError(OrganizationNotFoundException$, OrganizationNotFoundException);
996
+ export var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
997
+ { [_e]: _c, [_hE]: 400 },
998
+ [_M],
999
+ [0]
1000
+ ];
1001
+ n0_registry.registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
1002
+ export var PasswordPolicyViolationException$ = [-3, n0, _PPVE,
1003
+ { [_aQE]: [`PasswordPolicyViolation`, 400], [_e]: _c, [_hE]: 400 },
1004
+ [_m],
1005
+ [0]
1006
+ ];
1007
+ n0_registry.registerError(PasswordPolicyViolationException$, PasswordPolicyViolationException);
1008
+ export var PolicyEvaluationException$ = [-3, n0, _PEE,
1009
+ { [_aQE]: [`PolicyEvaluation`, 500], [_e]: _se, [_hE]: 500 },
1010
+ [_m],
1011
+ [0]
1012
+ ];
1013
+ n0_registry.registerError(PolicyEvaluationException$, PolicyEvaluationException);
1014
+ export var PolicyNotAttachableException$ = [-3, n0, _PNAE,
1015
+ { [_aQE]: [`PolicyNotAttachable`, 400], [_e]: _c, [_hE]: 400 },
1016
+ [_m],
1017
+ [0]
1018
+ ];
1019
+ n0_registry.registerError(PolicyNotAttachableException$, PolicyNotAttachableException);
1020
+ export var ReportGenerationLimitExceededException$ = [-3, n0, _RGLEE,
1021
+ { [_aQE]: [`ReportGenerationLimitExceeded`, 409], [_e]: _c, [_hE]: 409 },
1022
+ [_m],
1023
+ [0]
1024
+ ];
1025
+ n0_registry.registerError(ReportGenerationLimitExceededException$, ReportGenerationLimitExceededException);
1026
+ export var ServiceAccessNotEnabledException$ = [-3, n0, _SANEE,
1027
+ { [_e]: _c, [_hE]: 400 },
1028
+ [_M],
1029
+ [0]
1030
+ ];
1031
+ n0_registry.registerError(ServiceAccessNotEnabledException$, ServiceAccessNotEnabledException);
1032
+ export var ServiceFailureException$ = [-3, n0, _SFE,
1033
+ { [_aQE]: [`ServiceFailure`, 500], [_e]: _se, [_hE]: 500 },
1034
+ [_m],
1035
+ [0]
1036
+ ];
1037
+ n0_registry.registerError(ServiceFailureException$, ServiceFailureException);
1038
+ export var ServiceNotSupportedException$ = [-3, n0, _SNSE,
1039
+ { [_aQE]: [`NotSupportedService`, 404], [_e]: _c, [_hE]: 404 },
1040
+ [_m],
1041
+ [0]
1042
+ ];
1043
+ n0_registry.registerError(ServiceNotSupportedException$, ServiceNotSupportedException);
1044
+ export var UnmodifiableEntityException$ = [-3, n0, _UEE,
1045
+ { [_aQE]: [`UnmodifiableEntity`, 400], [_e]: _c, [_hE]: 400 },
1046
+ [_m],
1047
+ [0]
1048
+ ];
1049
+ n0_registry.registerError(UnmodifiableEntityException$, UnmodifiableEntityException);
1050
+ export var UnrecognizedPublicKeyEncodingException$ = [-3, n0, _UPKEE,
1051
+ { [_aQE]: [`UnrecognizedPublicKeyEncoding`, 400], [_e]: _c, [_hE]: 400 },
1052
+ [_m],
1053
+ [0]
1054
+ ];
1055
+ n0_registry.registerError(UnrecognizedPublicKeyEncodingException$, UnrecognizedPublicKeyEncodingException);
1056
+ export const errorTypeRegistries = [
1057
+ _s_registry,
1058
+ n0_registry,
1059
+ ];
842
1060
  var accessKeySecretType = [0, n0, _aKST, 8, 0];
843
1061
  var BootstrapDatum = [0, n0, _BD, 8, 21];
844
1062
  var passwordType = [0, n0, _pT, 8, 0];
@@ -870,12 +1088,6 @@ export var AccessKeyMetadata$ = [3, n0, _AKM,
870
1088
  [_UN, _AKI, _S, _CD],
871
1089
  [0, 0, 0, 4]
872
1090
  ];
873
- export var AccountNotManagementOrDelegatedAdministratorException$ = [-3, n0, _ANMODAE,
874
- { [_e]: _c, [_hE]: 400 },
875
- [_M],
876
- [0]
877
- ];
878
- TypeRegistry.for(n0).registerError(AccountNotManagementOrDelegatedAdministratorException$, AccountNotManagementOrDelegatedAdministratorException);
879
1091
  export var AddClientIDToOpenIDConnectProviderRequest$ = [3, n0, _ACIDTOIDCPR,
880
1092
  0,
881
1093
  [_OIDCPA, _CID],
@@ -921,23 +1133,11 @@ export var AttachUserPolicyRequest$ = [3, n0, _AUPR,
921
1133
  [_UN, _PA],
922
1134
  [0, 0], 2
923
1135
  ];
924
- export var CallerIsNotManagementAccountException$ = [-3, n0, _CINMAE,
925
- { [_e]: _c, [_hE]: 400 },
926
- [_M],
927
- [0]
928
- ];
929
- TypeRegistry.for(n0).registerError(CallerIsNotManagementAccountException$, CallerIsNotManagementAccountException);
930
1136
  export var ChangePasswordRequest$ = [3, n0, _CPR,
931
1137
  0,
932
1138
  [_OP, _NP],
933
1139
  [[() => passwordType, 0], [() => passwordType, 0]], 2
934
1140
  ];
935
- export var ConcurrentModificationException$ = [-3, n0, _CME,
936
- { [_aQE]: [`ConcurrentModification`, 409], [_e]: _c, [_hE]: 409 },
937
- [_m],
938
- [0]
939
- ];
940
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
941
1141
  export var ContextEntry$ = [3, n0, _CE,
942
1142
  0,
943
1143
  [_CKN, _CKV, _CKT],
@@ -1088,24 +1288,6 @@ export var CreateVirtualMFADeviceResponse$ = [3, n0, _CVMFADRr,
1088
1288
  [_VMFAD],
1089
1289
  [[() => VirtualMFADevice$, 0]], 1
1090
1290
  ];
1091
- export var CredentialReportExpiredException$ = [-3, n0, _CREE,
1092
- { [_aQE]: [`ReportExpired`, 410], [_e]: _c, [_hE]: 410 },
1093
- [_m],
1094
- [0]
1095
- ];
1096
- TypeRegistry.for(n0).registerError(CredentialReportExpiredException$, CredentialReportExpiredException);
1097
- export var CredentialReportNotPresentException$ = [-3, n0, _CRNPE,
1098
- { [_aQE]: [`ReportNotPresent`, 410], [_e]: _c, [_hE]: 410 },
1099
- [_m],
1100
- [0]
1101
- ];
1102
- TypeRegistry.for(n0).registerError(CredentialReportNotPresentException$, CredentialReportNotPresentException);
1103
- export var CredentialReportNotReadyException$ = [-3, n0, _CRNRE,
1104
- { [_aQE]: [`ReportInProgress`, 404], [_e]: _c, [_hE]: 404 },
1105
- [_m],
1106
- [0]
1107
- ];
1108
- TypeRegistry.for(n0).registerError(CredentialReportNotReadyException$, CredentialReportNotReadyException);
1109
1291
  export var DeactivateMFADeviceRequest$ = [3, n0, _DMFADR,
1110
1292
  0,
1111
1293
  [_SNer, _UN],
@@ -1131,12 +1313,6 @@ export var DeleteAccountAliasRequest$ = [3, n0, _DAAR,
1131
1313
  [_AA],
1132
1314
  [0], 1
1133
1315
  ];
1134
- export var DeleteConflictException$ = [-3, n0, _DCE,
1135
- { [_aQE]: [`DeleteConflict`, 409], [_e]: _c, [_hE]: 409 },
1136
- [_m],
1137
- [0]
1138
- ];
1139
- TypeRegistry.for(n0).registerError(DeleteConflictException$, DeleteConflictException);
1140
1316
  export var DeleteGroupPolicyRequest$ = [3, n0, _DGPR,
1141
1317
  0,
1142
1318
  [_GN, _PN],
@@ -1282,18 +1458,6 @@ export var DisableOrganizationsRootSessionsResponse$ = [3, n0, _DORSRi,
1282
1458
  [_OIr, _EF],
1283
1459
  [0, 64 | 0]
1284
1460
  ];
1285
- export var DuplicateCertificateException$ = [-3, n0, _DCEu,
1286
- { [_aQE]: [`DuplicateCertificate`, 409], [_e]: _c, [_hE]: 409 },
1287
- [_m],
1288
- [0]
1289
- ];
1290
- TypeRegistry.for(n0).registerError(DuplicateCertificateException$, DuplicateCertificateException);
1291
- export var DuplicateSSHPublicKeyException$ = [-3, n0, _DSSHPKE,
1292
- { [_aQE]: [`DuplicateSSHPublicKey`, 400], [_e]: _c, [_hE]: 400 },
1293
- [_m],
1294
- [0]
1295
- ];
1296
- TypeRegistry.for(n0).registerError(DuplicateSSHPublicKeyException$, DuplicateSSHPublicKeyException);
1297
1461
  export var EnableMFADeviceRequest$ = [3, n0, _EMFADR,
1298
1462
  0,
1299
1463
  [_UN, _SNer, _AC, _ACu],
@@ -1324,12 +1488,6 @@ export var EnableOutboundWebIdentityFederationResponse$ = [3, n0, _EOWIFR,
1324
1488
  [_II],
1325
1489
  [0]
1326
1490
  ];
1327
- export var EntityAlreadyExistsException$ = [-3, n0, _EAEE,
1328
- { [_aQE]: [`EntityAlreadyExists`, 409], [_e]: _c, [_hE]: 409 },
1329
- [_m],
1330
- [0]
1331
- ];
1332
- TypeRegistry.for(n0).registerError(EntityAlreadyExistsException$, EntityAlreadyExistsException);
1333
1491
  export var EntityDetails$ = [3, n0, _ED,
1334
1492
  0,
1335
1493
  [_EI, _LA],
@@ -1340,12 +1498,6 @@ export var EntityInfo$ = [3, n0, _EI,
1340
1498
  [_A, _N, _Ty, _I, _Pa],
1341
1499
  [0, 0, 0, 0, 0], 4
1342
1500
  ];
1343
- export var EntityTemporarilyUnmodifiableException$ = [-3, n0, _ETUE,
1344
- { [_aQE]: [`EntityTemporarilyUnmodifiable`, 409], [_e]: _c, [_hE]: 409 },
1345
- [_m],
1346
- [0]
1347
- ];
1348
- TypeRegistry.for(n0).registerError(EntityTemporarilyUnmodifiableException$, EntityTemporarilyUnmodifiableException);
1349
1501
  export var ErrorDetails$ = [3, n0, _EDr,
1350
1502
  0,
1351
1503
  [_M, _C],
@@ -1356,18 +1508,6 @@ export var EvaluationResult$ = [3, n0, _ER,
1356
1508
  [_EAN, _EDv, _ERN, _MS, _MCV, _ODD, _PBDD, _EDD, _RSR],
1357
1509
  [0, 0, 0, () => StatementListType, 64 | 0, () => OrganizationsDecisionDetail$, () => PermissionsBoundaryDecisionDetail$, 128 | 0, () => ResourceSpecificResultListType], 2
1358
1510
  ];
1359
- export var FeatureDisabledException$ = [-3, n0, _FDE,
1360
- { [_aQE]: [`FeatureDisabled`, 404], [_e]: _c, [_hE]: 404 },
1361
- [_m],
1362
- [0]
1363
- ];
1364
- TypeRegistry.for(n0).registerError(FeatureDisabledException$, FeatureDisabledException);
1365
- export var FeatureEnabledException$ = [-3, n0, _FEE,
1366
- { [_aQE]: [`FeatureEnabled`, 409], [_e]: _c, [_hE]: 409 },
1367
- [_m],
1368
- [0]
1369
- ];
1370
- TypeRegistry.for(n0).registerError(FeatureEnabledException$, FeatureEnabledException);
1371
1511
  export var GenerateCredentialReportResponse$ = [3, n0, _GCRR,
1372
1512
  0,
1373
1513
  [_St, _D],
@@ -1673,48 +1813,6 @@ export var InstanceProfile$ = [3, n0, _IP,
1673
1813
  [_Pa, _IPN, _IPI, _A, _CD, _Rol, _T],
1674
1814
  [0, 0, 0, 0, 4, () => roleListType, () => tagListType], 6
1675
1815
  ];
1676
- export var InvalidAuthenticationCodeException$ = [-3, n0, _IACE,
1677
- { [_aQE]: [`InvalidAuthenticationCode`, 403], [_e]: _c, [_hE]: 403 },
1678
- [_m],
1679
- [0]
1680
- ];
1681
- TypeRegistry.for(n0).registerError(InvalidAuthenticationCodeException$, InvalidAuthenticationCodeException);
1682
- export var InvalidCertificateException$ = [-3, n0, _ICE,
1683
- { [_aQE]: [`InvalidCertificate`, 400], [_e]: _c, [_hE]: 400 },
1684
- [_m],
1685
- [0]
1686
- ];
1687
- TypeRegistry.for(n0).registerError(InvalidCertificateException$, InvalidCertificateException);
1688
- export var InvalidInputException$ = [-3, n0, _IIE,
1689
- { [_aQE]: [`InvalidInput`, 400], [_e]: _c, [_hE]: 400 },
1690
- [_m],
1691
- [0]
1692
- ];
1693
- TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
1694
- export var InvalidPublicKeyException$ = [-3, n0, _IPKE,
1695
- { [_aQE]: [`InvalidPublicKey`, 400], [_e]: _c, [_hE]: 400 },
1696
- [_m],
1697
- [0]
1698
- ];
1699
- TypeRegistry.for(n0).registerError(InvalidPublicKeyException$, InvalidPublicKeyException);
1700
- export var InvalidUserTypeException$ = [-3, n0, _IUTE,
1701
- { [_aQE]: [`InvalidUserType`, 400], [_e]: _c, [_hE]: 400 },
1702
- [_m],
1703
- [0]
1704
- ];
1705
- TypeRegistry.for(n0).registerError(InvalidUserTypeException$, InvalidUserTypeException);
1706
- export var KeyPairMismatchException$ = [-3, n0, _KPME,
1707
- { [_aQE]: [`KeyPairMismatch`, 400], [_e]: _c, [_hE]: 400 },
1708
- [_m],
1709
- [0]
1710
- ];
1711
- TypeRegistry.for(n0).registerError(KeyPairMismatchException$, KeyPairMismatchException);
1712
- export var LimitExceededException$ = [-3, n0, _LEE,
1713
- { [_aQE]: [`LimitExceeded`, 409], [_e]: _c, [_hE]: 409 },
1714
- [_m],
1715
- [0]
1716
- ];
1717
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1718
1816
  export var ListAccessKeysRequest$ = [3, n0, _LAKR,
1719
1817
  0,
1720
1818
  [_UN, _Ma, _MI],
@@ -2085,18 +2183,6 @@ export var LoginProfile$ = [3, n0, _LP,
2085
2183
  [_UN, _CD, _PRR],
2086
2184
  [0, 4, 2], 2
2087
2185
  ];
2088
- export var MalformedCertificateException$ = [-3, n0, _MCE,
2089
- { [_aQE]: [`MalformedCertificate`, 400], [_e]: _c, [_hE]: 400 },
2090
- [_m],
2091
- [0]
2092
- ];
2093
- TypeRegistry.for(n0).registerError(MalformedCertificateException$, MalformedCertificateException);
2094
- export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
2095
- { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
2096
- [_m],
2097
- [0]
2098
- ];
2099
- TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
2100
2186
  export var ManagedPolicyDetail$ = [3, n0, _MPD,
2101
2187
  0,
2102
2188
  [_PN, _PI, _A, _Pa, _DVI, _ACt, _PBUC, _IA, _D, _CD, _UD, _PVL],
@@ -2107,35 +2193,11 @@ export var MFADevice$ = [3, n0, _MFADe,
2107
2193
  [_UN, _SNer, _EDn],
2108
2194
  [0, 0, 4], 3
2109
2195
  ];
2110
- export var NoSuchEntityException$ = [-3, n0, _NSEE,
2111
- { [_aQE]: [`NoSuchEntity`, 404], [_e]: _c, [_hE]: 404 },
2112
- [_m],
2113
- [0]
2114
- ];
2115
- TypeRegistry.for(n0).registerError(NoSuchEntityException$, NoSuchEntityException);
2116
2196
  export var OpenIDConnectProviderListEntry$ = [3, n0, _OIDCPLE,
2117
2197
  0,
2118
2198
  [_A],
2119
2199
  [0]
2120
2200
  ];
2121
- export var OpenIdIdpCommunicationErrorException$ = [-3, n0, _OIICEE,
2122
- { [_aQE]: [`OpenIdIdpCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
2123
- [_m],
2124
- [0]
2125
- ];
2126
- TypeRegistry.for(n0).registerError(OpenIdIdpCommunicationErrorException$, OpenIdIdpCommunicationErrorException);
2127
- export var OrganizationNotFoundException$ = [-3, n0, _ONFE,
2128
- { [_e]: _c, [_hE]: 400 },
2129
- [_M],
2130
- [0]
2131
- ];
2132
- TypeRegistry.for(n0).registerError(OrganizationNotFoundException$, OrganizationNotFoundException);
2133
- export var OrganizationNotInAllFeaturesModeException$ = [-3, n0, _ONIAFME,
2134
- { [_e]: _c, [_hE]: 400 },
2135
- [_M],
2136
- [0]
2137
- ];
2138
- TypeRegistry.for(n0).registerError(OrganizationNotInAllFeaturesModeException$, OrganizationNotInAllFeaturesModeException);
2139
2201
  export var OrganizationsDecisionDetail$ = [3, n0, _ODD,
2140
2202
  0,
2141
2203
  [_ABO],
@@ -2146,12 +2208,6 @@ export var PasswordPolicy$ = [3, n0, _PPa,
2146
2208
  [_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _EPx, _MPA, _PRP, _HE],
2147
2209
  [1, 2, 2, 2, 2, 2, 2, 1, 1, 2]
2148
2210
  ];
2149
- export var PasswordPolicyViolationException$ = [-3, n0, _PPVE,
2150
- { [_aQE]: [`PasswordPolicyViolation`, 400], [_e]: _c, [_hE]: 400 },
2151
- [_m],
2152
- [0]
2153
- ];
2154
- TypeRegistry.for(n0).registerError(PasswordPolicyViolationException$, PasswordPolicyViolationException);
2155
2211
  export var PermissionsBoundaryDecisionDetail$ = [3, n0, _PBDD,
2156
2212
  0,
2157
2213
  [_ABPB],
@@ -2167,12 +2223,6 @@ export var PolicyDetail$ = [3, n0, _PDo,
2167
2223
  [_PN, _PD],
2168
2224
  [0, 0]
2169
2225
  ];
2170
- export var PolicyEvaluationException$ = [-3, n0, _PEE,
2171
- { [_aQE]: [`PolicyEvaluation`, 500], [_e]: _s, [_hE]: 500 },
2172
- [_m],
2173
- [0]
2174
- ];
2175
- TypeRegistry.for(n0).registerError(PolicyEvaluationException$, PolicyEvaluationException);
2176
2226
  export var PolicyGrantingServiceAccess$ = [3, n0, _PGSAo,
2177
2227
  0,
2178
2228
  [_PN, _PT, _PA, _ETn, _EN],
@@ -2183,12 +2233,6 @@ export var PolicyGroup$ = [3, n0, _PGo,
2183
2233
  [_GN, _GI],
2184
2234
  [0, 0]
2185
2235
  ];
2186
- export var PolicyNotAttachableException$ = [-3, n0, _PNAE,
2187
- { [_aQE]: [`PolicyNotAttachable`, 400], [_e]: _c, [_hE]: 400 },
2188
- [_m],
2189
- [0]
2190
- ];
2191
- TypeRegistry.for(n0).registerError(PolicyNotAttachableException$, PolicyNotAttachableException);
2192
2236
  export var PolicyParameter$ = [3, n0, _PPo,
2193
2237
  0,
2194
2238
  [_N, _Va, _Ty],
@@ -2259,12 +2303,6 @@ export var RemoveUserFromGroupRequest$ = [3, n0, _RUFGR,
2259
2303
  [_GN, _UN],
2260
2304
  [0, 0], 2
2261
2305
  ];
2262
- export var ReportGenerationLimitExceededException$ = [-3, n0, _RGLEE,
2263
- { [_aQE]: [`ReportGenerationLimitExceeded`, 409], [_e]: _c, [_hE]: 409 },
2264
- [_m],
2265
- [0]
2266
- ];
2267
- TypeRegistry.for(n0).registerError(ReportGenerationLimitExceededException$, ReportGenerationLimitExceededException);
2268
2306
  export var ResetServiceSpecificCredentialRequest$ = [3, n0, _RSSCR,
2269
2307
  0,
2270
2308
  [_SSCI, _UN],
@@ -2330,29 +2368,11 @@ export var ServerCertificateMetadata$ = [3, n0, _SCM,
2330
2368
  [_Pa, _SCN, _SCI, _A, _UDp, _Ex],
2331
2369
  [0, 0, 0, 0, 4, 4], 4
2332
2370
  ];
2333
- export var ServiceAccessNotEnabledException$ = [-3, n0, _SANEE,
2334
- { [_e]: _c, [_hE]: 400 },
2335
- [_M],
2336
- [0]
2337
- ];
2338
- TypeRegistry.for(n0).registerError(ServiceAccessNotEnabledException$, ServiceAccessNotEnabledException);
2339
- export var ServiceFailureException$ = [-3, n0, _SFE,
2340
- { [_aQE]: [`ServiceFailure`, 500], [_e]: _s, [_hE]: 500 },
2341
- [_m],
2342
- [0]
2343
- ];
2344
- TypeRegistry.for(n0).registerError(ServiceFailureException$, ServiceFailureException);
2345
2371
  export var ServiceLastAccessed$ = [3, n0, _SLAe,
2346
2372
  0,
2347
2373
  [_SN, _SNe, _LA, _LAE, _LAR, _TAE, _TALA],
2348
2374
  [0, 0, 4, 0, 0, 1, () => TrackedActionsLastAccessed], 2
2349
2375
  ];
2350
- export var ServiceNotSupportedException$ = [-3, n0, _SNSE,
2351
- { [_aQE]: [`NotSupportedService`, 404], [_e]: _c, [_hE]: 404 },
2352
- [_m],
2353
- [0]
2354
- ];
2355
- TypeRegistry.for(n0).registerError(ServiceNotSupportedException$, ServiceNotSupportedException);
2356
2376
  export var ServiceSpecificCredential$ = [3, n0, _SSC,
2357
2377
  0,
2358
2378
  [_CD, _SN, _SSCI, _UN, _S, _EDx, _SUN, _SP, _SCA, _SCS],
@@ -2458,18 +2478,6 @@ export var TrackedActionLastAccessed$ = [3, n0, _TALAr,
2458
2478
  [_ANc, _LAEa, _LATa, _LARa],
2459
2479
  [0, 0, 4, 0]
2460
2480
  ];
2461
- export var UnmodifiableEntityException$ = [-3, n0, _UEE,
2462
- { [_aQE]: [`UnmodifiableEntity`, 400], [_e]: _c, [_hE]: 400 },
2463
- [_m],
2464
- [0]
2465
- ];
2466
- TypeRegistry.for(n0).registerError(UnmodifiableEntityException$, UnmodifiableEntityException);
2467
- export var UnrecognizedPublicKeyEncodingException$ = [-3, n0, _UPKEE,
2468
- { [_aQE]: [`UnrecognizedPublicKeyEncoding`, 400], [_e]: _c, [_hE]: 400 },
2469
- [_m],
2470
- [0]
2471
- ];
2472
- TypeRegistry.for(n0).registerError(UnrecognizedPublicKeyEncodingException$, UnrecognizedPublicKeyEncodingException);
2473
2481
  export var UntagInstanceProfileRequest$ = [3, n0, _UIPR,
2474
2482
  0,
2475
2483
  [_IPN, _TK],
@@ -2646,8 +2654,6 @@ export var VirtualMFADevice$ = [3, n0, _VMFAD,
2646
2654
  [0, [() => BootstrapDatum, 0], [() => BootstrapDatum, 0], () => User$, 4, () => tagListType], 1
2647
2655
  ];
2648
2656
  var __Unit = "unit";
2649
- export var IAMServiceException$ = [-3, _sm, "IAMServiceException", 0, [], []];
2650
- TypeRegistry.for(_sm).registerError(IAMServiceException$, IAMServiceException);
2651
2657
  var AccessDetails = [1, n0, _ADc,
2652
2658
  0, () => AccessDetail$
2653
2659
  ];