@aws-sdk/client-cognito-identity-provider 3.758.0 → 3.768.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +4 -61
  2. package/dist-cjs/index.js +121 -88
  3. package/dist-es/models/models_0.js +13 -4
  4. package/dist-es/models/models_1.js +4 -0
  5. package/dist-es/protocols/Aws_json1_1.js +13 -1
  6. package/dist-types/CognitoIdentityProvider.d.ts +5 -62
  7. package/dist-types/CognitoIdentityProviderClient.d.ts +5 -62
  8. package/dist-types/commands/AddCustomAttributesCommand.d.ts +0 -3
  9. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -2
  10. package/dist-types/commands/AdminCreateUserCommand.d.ts +12 -12
  11. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +2 -2
  12. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +10 -13
  13. package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
  14. package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
  15. package/dist-types/commands/AdminGetUserCommand.d.ts +4 -3
  16. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +3 -0
  17. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +11 -12
  18. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -12
  20. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -3
  21. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -1
  22. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +10 -7
  23. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +20 -20
  24. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +0 -12
  25. package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
  26. package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +2 -3
  27. package/dist-types/commands/ConfirmDeviceCommand.d.ts +4 -0
  28. package/dist-types/commands/ConfirmSignUpCommand.d.ts +7 -10
  29. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +0 -3
  31. package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -3
  32. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +4 -5
  33. package/dist-types/commands/CreateUserPoolCommand.d.ts +8 -10
  34. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  37. package/dist-types/commands/DeleteUserPoolCommand.d.ts +7 -1
  38. package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/ForgetDeviceCommand.d.ts +2 -2
  41. package/dist-types/commands/ForgotPasswordCommand.d.ts +6 -11
  42. package/dist-types/commands/GetCSVHeaderCommand.d.ts +26 -2
  43. package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
  44. package/dist-types/commands/GetGroupCommand.d.ts +23 -2
  45. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +3 -1
  46. package/dist-types/commands/GetLogDeliveryConfigurationCommand.d.ts +22 -1
  47. package/dist-types/commands/GetSigningCertificateCommand.d.ts +26 -5
  48. package/dist-types/commands/GetUICustomizationCommand.d.ts +5 -5
  49. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -3
  50. package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +9 -3
  51. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  52. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +39 -1
  53. package/dist-types/commands/InitiateAuthCommand.d.ts +5 -2
  54. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  55. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
  57. package/dist-types/commands/ListResourceServersCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -4
  59. package/dist-types/commands/ListUserImportJobsCommand.d.ts +3 -1
  60. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListUserPoolsCommand.d.ts +2 -2
  62. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  63. package/dist-types/commands/ListUsersInGroupCommand.d.ts +2 -1
  64. package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +9 -2
  65. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +5 -2
  66. package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +3 -1
  67. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +24 -5
  68. package/dist-types/commands/SetUICustomizationCommand.d.ts +23 -10
  69. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +0 -3
  70. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +2 -1
  71. package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
  72. package/dist-types/commands/SignUpCommand.d.ts +3 -5
  73. package/dist-types/commands/StartUserImportJobCommand.d.ts +3 -1
  74. package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
  75. package/dist-types/commands/StopUserImportJobCommand.d.ts +3 -1
  76. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  77. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +13 -3
  78. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +6 -2
  79. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +4 -1
  81. package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -5
  82. package/dist-types/commands/UpdateResourceServerCommand.d.ts +2 -1
  83. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +4 -5
  84. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +7 -4
  85. package/dist-types/commands/UpdateUserPoolCommand.d.ts +8 -7
  86. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +4 -3
  87. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +5 -3
  88. package/dist-types/index.d.ts +5 -62
  89. package/dist-types/models/models_0.d.ts +749 -656
  90. package/dist-types/models/models_1.d.ts +837 -560
  91. package/dist-types/ts3.4/models/models_0.d.ts +9 -6
  92. package/dist-types/ts3.4/models/models_1.d.ts +6 -1
  93. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccountTakeoverEventActionType: () => AccountTakeoverEventActionType,
25
25
  AddCustomAttributesCommand: () => AddCustomAttributesCommand,
26
26
  AdminAddUserToGroupCommand: () => AdminAddUserToGroupCommand,
@@ -158,6 +158,7 @@ __export(src_exports, {
158
158
  DescribeUserPoolClientResponseFilterSensitiveLog: () => DescribeUserPoolClientResponseFilterSensitiveLog,
159
159
  DescribeUserPoolCommand: () => DescribeUserPoolCommand,
160
160
  DescribeUserPoolDomainCommand: () => DescribeUserPoolDomainCommand,
161
+ DeviceKeyExistsException: () => DeviceKeyExistsException,
161
162
  DeviceRememberedStatusType: () => DeviceRememberedStatusType,
162
163
  DeviceTypeFilterSensitiveLog: () => DeviceTypeFilterSensitiveLog,
163
164
  DomainStatusType: () => DomainStatusType,
@@ -346,7 +347,7 @@ __export(src_exports, {
346
347
  paginateListUsers: () => paginateListUsers,
347
348
  paginateListUsersInGroup: () => paginateListUsersInGroup
348
349
  });
349
- module.exports = __toCommonJS(src_exports);
350
+ module.exports = __toCommonJS(index_exports);
350
351
 
351
352
  // src/CognitoIdentityProviderClient.ts
352
353
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -473,9 +474,9 @@ var CognitoIdentityProviderClient = class extends import_smithy_client.Client {
473
474
  this.middlewareStack.use(
474
475
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
475
476
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCognitoIdentityProviderHttpAuthSchemeParametersProvider,
476
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
477
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
477
478
  "aws.auth#sigv4": config.credentials
478
- })
479
+ }), "identityProviderConfigProvider")
479
480
  })
480
481
  );
481
482
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1364,6 +1365,24 @@ var WebAuthnRelyingPartyMismatchException = class _WebAuthnRelyingPartyMismatchE
1364
1365
  Object.setPrototypeOf(this, _WebAuthnRelyingPartyMismatchException.prototype);
1365
1366
  }
1366
1367
  };
1368
+ var DeviceKeyExistsException = class _DeviceKeyExistsException extends CognitoIdentityProviderServiceException {
1369
+ static {
1370
+ __name(this, "DeviceKeyExistsException");
1371
+ }
1372
+ name = "DeviceKeyExistsException";
1373
+ $fault = "client";
1374
+ /**
1375
+ * @internal
1376
+ */
1377
+ constructor(opts) {
1378
+ super({
1379
+ name: "DeviceKeyExistsException",
1380
+ $fault: "client",
1381
+ ...opts
1382
+ });
1383
+ Object.setPrototypeOf(this, _DeviceKeyExistsException.prototype);
1384
+ }
1385
+ };
1367
1386
  var GroupExistsException = class _GroupExistsException extends CognitoIdentityProviderServiceException {
1368
1387
  static {
1369
1388
  __name(this, "GroupExistsException");
@@ -1452,7 +1471,8 @@ var CustomSMSSenderLambdaVersionType = {
1452
1471
  };
1453
1472
  var PreTokenGenerationLambdaVersionType = {
1454
1473
  V1_0: "V1_0",
1455
- V2_0: "V2_0"
1474
+ V2_0: "V2_0",
1475
+ V3_0: "V3_0"
1456
1476
  };
1457
1477
  var UserPoolMfaType = {
1458
1478
  OFF: "OFF",
@@ -1634,10 +1654,6 @@ var LogLevel = {
1634
1654
  ERROR: "ERROR",
1635
1655
  INFO: "INFO"
1636
1656
  };
1637
- var UserVerificationType = {
1638
- PREFERRED: "preferred",
1639
- REQUIRED: "required"
1640
- };
1641
1657
  var AdminAddUserToGroupRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1642
1658
  ...obj,
1643
1659
  ...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING }
@@ -1959,6 +1975,10 @@ var GetUserAuthFactorsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj)
1959
1975
 
1960
1976
  // src/models/models_1.ts
1961
1977
 
1978
+ var UserVerificationType = {
1979
+ PREFERRED: "preferred",
1980
+ REQUIRED: "required"
1981
+ };
1962
1982
  var UnauthorizedException = class _UnauthorizedException extends CognitoIdentityProviderServiceException {
1963
1983
  static {
1964
1984
  __name(this, "UnauthorizedException");
@@ -4445,6 +4465,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
4445
4465
  case "WebAuthnRelyingPartyMismatchException":
4446
4466
  case "com.amazonaws.cognitoidentityprovider#WebAuthnRelyingPartyMismatchException":
4447
4467
  throw await de_WebAuthnRelyingPartyMismatchExceptionRes(parsedOutput, context);
4468
+ case "DeviceKeyExistsException":
4469
+ case "com.amazonaws.cognitoidentityprovider#DeviceKeyExistsException":
4470
+ throw await de_DeviceKeyExistsExceptionRes(parsedOutput, context);
4448
4471
  case "GroupExistsException":
4449
4472
  case "com.amazonaws.cognitoidentityprovider#GroupExistsException":
4450
4473
  throw await de_GroupExistsExceptionRes(parsedOutput, context);
@@ -4532,6 +4555,15 @@ var de_ConcurrentModificationExceptionRes = /* @__PURE__ */ __name(async (parsed
4532
4555
  });
4533
4556
  return (0, import_smithy_client.decorateServiceException)(exception, body);
4534
4557
  }, "de_ConcurrentModificationExceptionRes");
4558
+ var de_DeviceKeyExistsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4559
+ const body = parsedOutput.body;
4560
+ const deserialized = (0, import_smithy_client._json)(body);
4561
+ const exception = new DeviceKeyExistsException({
4562
+ $metadata: deserializeMetadata(parsedOutput),
4563
+ ...deserialized
4564
+ });
4565
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
4566
+ }, "de_DeviceKeyExistsExceptionRes");
4535
4567
  var de_DuplicateProviderExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
4536
4568
  const body = parsedOutput.body;
4537
4569
  const deserialized = (0, import_smithy_client._json)(body);
@@ -4981,14 +5013,14 @@ var se_AssetType = /* @__PURE__ */ __name((input, context) => {
4981
5013
  var se_CompleteWebAuthnRegistrationRequest = /* @__PURE__ */ __name((input, context) => {
4982
5014
  return (0, import_smithy_client.take)(input, {
4983
5015
  AccessToken: [],
4984
- Credential: (_) => se_Document(_, context)
5016
+ Credential: /* @__PURE__ */ __name((_) => se_Document(_, context), "Credential")
4985
5017
  });
4986
5018
  }, "se_CompleteWebAuthnRegistrationRequest");
4987
5019
  var se_CreateManagedLoginBrandingRequest = /* @__PURE__ */ __name((input, context) => {
4988
5020
  return (0, import_smithy_client.take)(input, {
4989
- Assets: (_) => se_AssetListType(_, context),
5021
+ Assets: /* @__PURE__ */ __name((_) => se_AssetListType(_, context), "Assets"),
4990
5022
  ClientId: [],
4991
- Settings: (_) => se_Document(_, context),
5023
+ Settings: /* @__PURE__ */ __name((_) => se_Document(_, context), "Settings"),
4992
5024
  UseCognitoProvidedValues: [],
4993
5025
  UserPoolId: []
4994
5026
  });
@@ -5006,21 +5038,21 @@ var se_SetUICustomizationRequest = /* @__PURE__ */ __name((input, context) => {
5006
5038
  }, "se_SetUICustomizationRequest");
5007
5039
  var se_UpdateManagedLoginBrandingRequest = /* @__PURE__ */ __name((input, context) => {
5008
5040
  return (0, import_smithy_client.take)(input, {
5009
- Assets: (_) => se_AssetListType(_, context),
5041
+ Assets: /* @__PURE__ */ __name((_) => se_AssetListType(_, context), "Assets"),
5010
5042
  ManagedLoginBrandingId: [],
5011
- Settings: (_) => se_Document(_, context),
5043
+ Settings: /* @__PURE__ */ __name((_) => se_Document(_, context), "Settings"),
5012
5044
  UseCognitoProvidedValues: [],
5013
5045
  UserPoolId: []
5014
5046
  });
5015
5047
  }, "se_UpdateManagedLoginBrandingRequest");
5016
5048
  var de_AdminCreateUserResponse = /* @__PURE__ */ __name((output, context) => {
5017
5049
  return (0, import_smithy_client.take)(output, {
5018
- User: (_) => de_UserType(_, context)
5050
+ User: /* @__PURE__ */ __name((_) => de_UserType(_, context), "User")
5019
5051
  });
5020
5052
  }, "de_AdminCreateUserResponse");
5021
5053
  var de_AdminGetDeviceResponse = /* @__PURE__ */ __name((output, context) => {
5022
5054
  return (0, import_smithy_client.take)(output, {
5023
- Device: (_) => de_DeviceType(_, context)
5055
+ Device: /* @__PURE__ */ __name((_) => de_DeviceType(_, context), "Device")
5024
5056
  });
5025
5057
  }, "de_AdminGetDeviceResponse");
5026
5058
  var de_AdminGetUserResponse = /* @__PURE__ */ __name((output, context) => {
@@ -5029,8 +5061,8 @@ var de_AdminGetUserResponse = /* @__PURE__ */ __name((output, context) => {
5029
5061
  MFAOptions: import_smithy_client._json,
5030
5062
  PreferredMfaSetting: import_smithy_client.expectString,
5031
5063
  UserAttributes: import_smithy_client._json,
5032
- UserCreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5033
- UserLastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5064
+ UserCreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UserCreateDate"),
5065
+ UserLastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UserLastModifiedDate"),
5034
5066
  UserMFASettingList: import_smithy_client._json,
5035
5067
  UserStatus: import_smithy_client.expectString,
5036
5068
  Username: import_smithy_client.expectString
@@ -5038,19 +5070,19 @@ var de_AdminGetUserResponse = /* @__PURE__ */ __name((output, context) => {
5038
5070
  }, "de_AdminGetUserResponse");
5039
5071
  var de_AdminListDevicesResponse = /* @__PURE__ */ __name((output, context) => {
5040
5072
  return (0, import_smithy_client.take)(output, {
5041
- Devices: (_) => de_DeviceListType(_, context),
5073
+ Devices: /* @__PURE__ */ __name((_) => de_DeviceListType(_, context), "Devices"),
5042
5074
  PaginationToken: import_smithy_client.expectString
5043
5075
  });
5044
5076
  }, "de_AdminListDevicesResponse");
5045
5077
  var de_AdminListGroupsForUserResponse = /* @__PURE__ */ __name((output, context) => {
5046
5078
  return (0, import_smithy_client.take)(output, {
5047
- Groups: (_) => de_GroupListType(_, context),
5079
+ Groups: /* @__PURE__ */ __name((_) => de_GroupListType(_, context), "Groups"),
5048
5080
  NextToken: import_smithy_client.expectString
5049
5081
  });
5050
5082
  }, "de_AdminListGroupsForUserResponse");
5051
5083
  var de_AdminListUserAuthEventsResponse = /* @__PURE__ */ __name((output, context) => {
5052
5084
  return (0, import_smithy_client.take)(output, {
5053
- AuthEvents: (_) => de_AuthEventsType(_, context),
5085
+ AuthEvents: /* @__PURE__ */ __name((_) => de_AuthEventsType(_, context), "AuthEvents"),
5054
5086
  NextToken: import_smithy_client.expectString
5055
5087
  });
5056
5088
  }, "de_AdminListUserAuthEventsResponse");
@@ -5078,9 +5110,9 @@ var de_AuthEventsType = /* @__PURE__ */ __name((output, context) => {
5078
5110
  var de_AuthEventType = /* @__PURE__ */ __name((output, context) => {
5079
5111
  return (0, import_smithy_client.take)(output, {
5080
5112
  ChallengeResponses: import_smithy_client._json,
5081
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5113
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5082
5114
  EventContextData: import_smithy_client._json,
5083
- EventFeedback: (_) => de_EventFeedbackType(_, context),
5115
+ EventFeedback: /* @__PURE__ */ __name((_) => de_EventFeedbackType(_, context), "EventFeedback"),
5084
5116
  EventId: import_smithy_client.expectString,
5085
5117
  EventResponse: import_smithy_client.expectString,
5086
5118
  EventRisk: import_smithy_client._json,
@@ -5089,67 +5121,67 @@ var de_AuthEventType = /* @__PURE__ */ __name((output, context) => {
5089
5121
  }, "de_AuthEventType");
5090
5122
  var de_CreateGroupResponse = /* @__PURE__ */ __name((output, context) => {
5091
5123
  return (0, import_smithy_client.take)(output, {
5092
- Group: (_) => de_GroupType(_, context)
5124
+ Group: /* @__PURE__ */ __name((_) => de_GroupType(_, context), "Group")
5093
5125
  });
5094
5126
  }, "de_CreateGroupResponse");
5095
5127
  var de_CreateIdentityProviderResponse = /* @__PURE__ */ __name((output, context) => {
5096
5128
  return (0, import_smithy_client.take)(output, {
5097
- IdentityProvider: (_) => de_IdentityProviderType(_, context)
5129
+ IdentityProvider: /* @__PURE__ */ __name((_) => de_IdentityProviderType(_, context), "IdentityProvider")
5098
5130
  });
5099
5131
  }, "de_CreateIdentityProviderResponse");
5100
5132
  var de_CreateManagedLoginBrandingResponse = /* @__PURE__ */ __name((output, context) => {
5101
5133
  return (0, import_smithy_client.take)(output, {
5102
- ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
5134
+ ManagedLoginBranding: /* @__PURE__ */ __name((_) => de_ManagedLoginBrandingType(_, context), "ManagedLoginBranding")
5103
5135
  });
5104
5136
  }, "de_CreateManagedLoginBrandingResponse");
5105
5137
  var de_CreateUserImportJobResponse = /* @__PURE__ */ __name((output, context) => {
5106
5138
  return (0, import_smithy_client.take)(output, {
5107
- UserImportJob: (_) => de_UserImportJobType(_, context)
5139
+ UserImportJob: /* @__PURE__ */ __name((_) => de_UserImportJobType(_, context), "UserImportJob")
5108
5140
  });
5109
5141
  }, "de_CreateUserImportJobResponse");
5110
5142
  var de_CreateUserPoolClientResponse = /* @__PURE__ */ __name((output, context) => {
5111
5143
  return (0, import_smithy_client.take)(output, {
5112
- UserPoolClient: (_) => de_UserPoolClientType(_, context)
5144
+ UserPoolClient: /* @__PURE__ */ __name((_) => de_UserPoolClientType(_, context), "UserPoolClient")
5113
5145
  });
5114
5146
  }, "de_CreateUserPoolClientResponse");
5115
5147
  var de_CreateUserPoolResponse = /* @__PURE__ */ __name((output, context) => {
5116
5148
  return (0, import_smithy_client.take)(output, {
5117
- UserPool: (_) => de_UserPoolType(_, context)
5149
+ UserPool: /* @__PURE__ */ __name((_) => de_UserPoolType(_, context), "UserPool")
5118
5150
  });
5119
5151
  }, "de_CreateUserPoolResponse");
5120
5152
  var de_DescribeIdentityProviderResponse = /* @__PURE__ */ __name((output, context) => {
5121
5153
  return (0, import_smithy_client.take)(output, {
5122
- IdentityProvider: (_) => de_IdentityProviderType(_, context)
5154
+ IdentityProvider: /* @__PURE__ */ __name((_) => de_IdentityProviderType(_, context), "IdentityProvider")
5123
5155
  });
5124
5156
  }, "de_DescribeIdentityProviderResponse");
5125
5157
  var de_DescribeManagedLoginBrandingByClientResponse = /* @__PURE__ */ __name((output, context) => {
5126
5158
  return (0, import_smithy_client.take)(output, {
5127
- ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
5159
+ ManagedLoginBranding: /* @__PURE__ */ __name((_) => de_ManagedLoginBrandingType(_, context), "ManagedLoginBranding")
5128
5160
  });
5129
5161
  }, "de_DescribeManagedLoginBrandingByClientResponse");
5130
5162
  var de_DescribeManagedLoginBrandingResponse = /* @__PURE__ */ __name((output, context) => {
5131
5163
  return (0, import_smithy_client.take)(output, {
5132
- ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
5164
+ ManagedLoginBranding: /* @__PURE__ */ __name((_) => de_ManagedLoginBrandingType(_, context), "ManagedLoginBranding")
5133
5165
  });
5134
5166
  }, "de_DescribeManagedLoginBrandingResponse");
5135
5167
  var de_DescribeRiskConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
5136
5168
  return (0, import_smithy_client.take)(output, {
5137
- RiskConfiguration: (_) => de_RiskConfigurationType(_, context)
5169
+ RiskConfiguration: /* @__PURE__ */ __name((_) => de_RiskConfigurationType(_, context), "RiskConfiguration")
5138
5170
  });
5139
5171
  }, "de_DescribeRiskConfigurationResponse");
5140
5172
  var de_DescribeUserImportJobResponse = /* @__PURE__ */ __name((output, context) => {
5141
5173
  return (0, import_smithy_client.take)(output, {
5142
- UserImportJob: (_) => de_UserImportJobType(_, context)
5174
+ UserImportJob: /* @__PURE__ */ __name((_) => de_UserImportJobType(_, context), "UserImportJob")
5143
5175
  });
5144
5176
  }, "de_DescribeUserImportJobResponse");
5145
5177
  var de_DescribeUserPoolClientResponse = /* @__PURE__ */ __name((output, context) => {
5146
5178
  return (0, import_smithy_client.take)(output, {
5147
- UserPoolClient: (_) => de_UserPoolClientType(_, context)
5179
+ UserPoolClient: /* @__PURE__ */ __name((_) => de_UserPoolClientType(_, context), "UserPoolClient")
5148
5180
  });
5149
5181
  }, "de_DescribeUserPoolClientResponse");
5150
5182
  var de_DescribeUserPoolResponse = /* @__PURE__ */ __name((output, context) => {
5151
5183
  return (0, import_smithy_client.take)(output, {
5152
- UserPool: (_) => de_UserPoolType(_, context)
5184
+ UserPool: /* @__PURE__ */ __name((_) => de_UserPoolType(_, context), "UserPool")
5153
5185
  });
5154
5186
  }, "de_DescribeUserPoolResponse");
5155
5187
  var de_DeviceListType = /* @__PURE__ */ __name((output, context) => {
@@ -5161,10 +5193,10 @@ var de_DeviceListType = /* @__PURE__ */ __name((output, context) => {
5161
5193
  var de_DeviceType = /* @__PURE__ */ __name((output, context) => {
5162
5194
  return (0, import_smithy_client.take)(output, {
5163
5195
  DeviceAttributes: import_smithy_client._json,
5164
- DeviceCreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5196
+ DeviceCreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeviceCreateDate"),
5165
5197
  DeviceKey: import_smithy_client.expectString,
5166
- DeviceLastAuthenticatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5167
- DeviceLastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
5198
+ DeviceLastAuthenticatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeviceLastAuthenticatedDate"),
5199
+ DeviceLastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeviceLastModifiedDate")
5168
5200
  });
5169
5201
  }, "de_DeviceType");
5170
5202
  var de_Document = /* @__PURE__ */ __name((output, context) => {
@@ -5172,29 +5204,29 @@ var de_Document = /* @__PURE__ */ __name((output, context) => {
5172
5204
  }, "de_Document");
5173
5205
  var de_EventFeedbackType = /* @__PURE__ */ __name((output, context) => {
5174
5206
  return (0, import_smithy_client.take)(output, {
5175
- FeedbackDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5207
+ FeedbackDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FeedbackDate"),
5176
5208
  FeedbackValue: import_smithy_client.expectString,
5177
5209
  Provider: import_smithy_client.expectString
5178
5210
  });
5179
5211
  }, "de_EventFeedbackType");
5180
5212
  var de_GetDeviceResponse = /* @__PURE__ */ __name((output, context) => {
5181
5213
  return (0, import_smithy_client.take)(output, {
5182
- Device: (_) => de_DeviceType(_, context)
5214
+ Device: /* @__PURE__ */ __name((_) => de_DeviceType(_, context), "Device")
5183
5215
  });
5184
5216
  }, "de_GetDeviceResponse");
5185
5217
  var de_GetGroupResponse = /* @__PURE__ */ __name((output, context) => {
5186
5218
  return (0, import_smithy_client.take)(output, {
5187
- Group: (_) => de_GroupType(_, context)
5219
+ Group: /* @__PURE__ */ __name((_) => de_GroupType(_, context), "Group")
5188
5220
  });
5189
5221
  }, "de_GetGroupResponse");
5190
5222
  var de_GetIdentityProviderByIdentifierResponse = /* @__PURE__ */ __name((output, context) => {
5191
5223
  return (0, import_smithy_client.take)(output, {
5192
- IdentityProvider: (_) => de_IdentityProviderType(_, context)
5224
+ IdentityProvider: /* @__PURE__ */ __name((_) => de_IdentityProviderType(_, context), "IdentityProvider")
5193
5225
  });
5194
5226
  }, "de_GetIdentityProviderByIdentifierResponse");
5195
5227
  var de_GetUICustomizationResponse = /* @__PURE__ */ __name((output, context) => {
5196
5228
  return (0, import_smithy_client.take)(output, {
5197
- UICustomization: (_) => de_UICustomizationType(_, context)
5229
+ UICustomization: /* @__PURE__ */ __name((_) => de_UICustomizationType(_, context), "UICustomization")
5198
5230
  });
5199
5231
  }, "de_GetUICustomizationResponse");
5200
5232
  var de_GroupListType = /* @__PURE__ */ __name((output, context) => {
@@ -5205,10 +5237,10 @@ var de_GroupListType = /* @__PURE__ */ __name((output, context) => {
5205
5237
  }, "de_GroupListType");
5206
5238
  var de_GroupType = /* @__PURE__ */ __name((output, context) => {
5207
5239
  return (0, import_smithy_client.take)(output, {
5208
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5240
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5209
5241
  Description: import_smithy_client.expectString,
5210
5242
  GroupName: import_smithy_client.expectString,
5211
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5243
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5212
5244
  Precedence: import_smithy_client.expectInt32,
5213
5245
  RoleArn: import_smithy_client.expectString,
5214
5246
  UserPoolId: import_smithy_client.expectString
@@ -5217,9 +5249,9 @@ var de_GroupType = /* @__PURE__ */ __name((output, context) => {
5217
5249
  var de_IdentityProviderType = /* @__PURE__ */ __name((output, context) => {
5218
5250
  return (0, import_smithy_client.take)(output, {
5219
5251
  AttributeMapping: import_smithy_client._json,
5220
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5252
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5221
5253
  IdpIdentifiers: import_smithy_client._json,
5222
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5254
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5223
5255
  ProviderDetails: import_smithy_client._json,
5224
5256
  ProviderName: import_smithy_client.expectString,
5225
5257
  ProviderType: import_smithy_client.expectString,
@@ -5228,67 +5260,67 @@ var de_IdentityProviderType = /* @__PURE__ */ __name((output, context) => {
5228
5260
  }, "de_IdentityProviderType");
5229
5261
  var de_ListDevicesResponse = /* @__PURE__ */ __name((output, context) => {
5230
5262
  return (0, import_smithy_client.take)(output, {
5231
- Devices: (_) => de_DeviceListType(_, context),
5263
+ Devices: /* @__PURE__ */ __name((_) => de_DeviceListType(_, context), "Devices"),
5232
5264
  PaginationToken: import_smithy_client.expectString
5233
5265
  });
5234
5266
  }, "de_ListDevicesResponse");
5235
5267
  var de_ListGroupsResponse = /* @__PURE__ */ __name((output, context) => {
5236
5268
  return (0, import_smithy_client.take)(output, {
5237
- Groups: (_) => de_GroupListType(_, context),
5269
+ Groups: /* @__PURE__ */ __name((_) => de_GroupListType(_, context), "Groups"),
5238
5270
  NextToken: import_smithy_client.expectString
5239
5271
  });
5240
5272
  }, "de_ListGroupsResponse");
5241
5273
  var de_ListIdentityProvidersResponse = /* @__PURE__ */ __name((output, context) => {
5242
5274
  return (0, import_smithy_client.take)(output, {
5243
5275
  NextToken: import_smithy_client.expectString,
5244
- Providers: (_) => de_ProvidersListType(_, context)
5276
+ Providers: /* @__PURE__ */ __name((_) => de_ProvidersListType(_, context), "Providers")
5245
5277
  });
5246
5278
  }, "de_ListIdentityProvidersResponse");
5247
5279
  var de_ListUserImportJobsResponse = /* @__PURE__ */ __name((output, context) => {
5248
5280
  return (0, import_smithy_client.take)(output, {
5249
5281
  PaginationToken: import_smithy_client.expectString,
5250
- UserImportJobs: (_) => de_UserImportJobsListType(_, context)
5282
+ UserImportJobs: /* @__PURE__ */ __name((_) => de_UserImportJobsListType(_, context), "UserImportJobs")
5251
5283
  });
5252
5284
  }, "de_ListUserImportJobsResponse");
5253
5285
  var de_ListUserPoolsResponse = /* @__PURE__ */ __name((output, context) => {
5254
5286
  return (0, import_smithy_client.take)(output, {
5255
5287
  NextToken: import_smithy_client.expectString,
5256
- UserPools: (_) => de_UserPoolListType(_, context)
5288
+ UserPools: /* @__PURE__ */ __name((_) => de_UserPoolListType(_, context), "UserPools")
5257
5289
  });
5258
5290
  }, "de_ListUserPoolsResponse");
5259
5291
  var de_ListUsersInGroupResponse = /* @__PURE__ */ __name((output, context) => {
5260
5292
  return (0, import_smithy_client.take)(output, {
5261
5293
  NextToken: import_smithy_client.expectString,
5262
- Users: (_) => de_UsersListType(_, context)
5294
+ Users: /* @__PURE__ */ __name((_) => de_UsersListType(_, context), "Users")
5263
5295
  });
5264
5296
  }, "de_ListUsersInGroupResponse");
5265
5297
  var de_ListUsersResponse = /* @__PURE__ */ __name((output, context) => {
5266
5298
  return (0, import_smithy_client.take)(output, {
5267
5299
  PaginationToken: import_smithy_client.expectString,
5268
- Users: (_) => de_UsersListType(_, context)
5300
+ Users: /* @__PURE__ */ __name((_) => de_UsersListType(_, context), "Users")
5269
5301
  });
5270
5302
  }, "de_ListUsersResponse");
5271
5303
  var de_ListWebAuthnCredentialsResponse = /* @__PURE__ */ __name((output, context) => {
5272
5304
  return (0, import_smithy_client.take)(output, {
5273
- Credentials: (_) => de_WebAuthnCredentialDescriptionListType(_, context),
5305
+ Credentials: /* @__PURE__ */ __name((_) => de_WebAuthnCredentialDescriptionListType(_, context), "Credentials"),
5274
5306
  NextToken: import_smithy_client.expectString
5275
5307
  });
5276
5308
  }, "de_ListWebAuthnCredentialsResponse");
5277
5309
  var de_ManagedLoginBrandingType = /* @__PURE__ */ __name((output, context) => {
5278
5310
  return (0, import_smithy_client.take)(output, {
5279
- Assets: (_) => de_AssetListType(_, context),
5280
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5281
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5311
+ Assets: /* @__PURE__ */ __name((_) => de_AssetListType(_, context), "Assets"),
5312
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5313
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5282
5314
  ManagedLoginBrandingId: import_smithy_client.expectString,
5283
- Settings: (_) => de_Document(_, context),
5315
+ Settings: /* @__PURE__ */ __name((_) => de_Document(_, context), "Settings"),
5284
5316
  UseCognitoProvidedValues: import_smithy_client.expectBoolean,
5285
5317
  UserPoolId: import_smithy_client.expectString
5286
5318
  });
5287
5319
  }, "de_ManagedLoginBrandingType");
5288
5320
  var de_ProviderDescription = /* @__PURE__ */ __name((output, context) => {
5289
5321
  return (0, import_smithy_client.take)(output, {
5290
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5291
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5322
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5323
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5292
5324
  ProviderName: import_smithy_client.expectString,
5293
5325
  ProviderType: import_smithy_client.expectString
5294
5326
  });
@@ -5304,34 +5336,34 @@ var de_RiskConfigurationType = /* @__PURE__ */ __name((output, context) => {
5304
5336
  AccountTakeoverRiskConfiguration: import_smithy_client._json,
5305
5337
  ClientId: import_smithy_client.expectString,
5306
5338
  CompromisedCredentialsRiskConfiguration: import_smithy_client._json,
5307
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5339
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5308
5340
  RiskExceptionConfiguration: import_smithy_client._json,
5309
5341
  UserPoolId: import_smithy_client.expectString
5310
5342
  });
5311
5343
  }, "de_RiskConfigurationType");
5312
5344
  var de_SetRiskConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
5313
5345
  return (0, import_smithy_client.take)(output, {
5314
- RiskConfiguration: (_) => de_RiskConfigurationType(_, context)
5346
+ RiskConfiguration: /* @__PURE__ */ __name((_) => de_RiskConfigurationType(_, context), "RiskConfiguration")
5315
5347
  });
5316
5348
  }, "de_SetRiskConfigurationResponse");
5317
5349
  var de_SetUICustomizationResponse = /* @__PURE__ */ __name((output, context) => {
5318
5350
  return (0, import_smithy_client.take)(output, {
5319
- UICustomization: (_) => de_UICustomizationType(_, context)
5351
+ UICustomization: /* @__PURE__ */ __name((_) => de_UICustomizationType(_, context), "UICustomization")
5320
5352
  });
5321
5353
  }, "de_SetUICustomizationResponse");
5322
5354
  var de_StartUserImportJobResponse = /* @__PURE__ */ __name((output, context) => {
5323
5355
  return (0, import_smithy_client.take)(output, {
5324
- UserImportJob: (_) => de_UserImportJobType(_, context)
5356
+ UserImportJob: /* @__PURE__ */ __name((_) => de_UserImportJobType(_, context), "UserImportJob")
5325
5357
  });
5326
5358
  }, "de_StartUserImportJobResponse");
5327
5359
  var de_StartWebAuthnRegistrationResponse = /* @__PURE__ */ __name((output, context) => {
5328
5360
  return (0, import_smithy_client.take)(output, {
5329
- CredentialCreationOptions: (_) => de_Document(_, context)
5361
+ CredentialCreationOptions: /* @__PURE__ */ __name((_) => de_Document(_, context), "CredentialCreationOptions")
5330
5362
  });
5331
5363
  }, "de_StartWebAuthnRegistrationResponse");
5332
5364
  var de_StopUserImportJobResponse = /* @__PURE__ */ __name((output, context) => {
5333
5365
  return (0, import_smithy_client.take)(output, {
5334
- UserImportJob: (_) => de_UserImportJobType(_, context)
5366
+ UserImportJob: /* @__PURE__ */ __name((_) => de_UserImportJobType(_, context), "UserImportJob")
5335
5367
  });
5336
5368
  }, "de_StopUserImportJobResponse");
5337
5369
  var de_UICustomizationType = /* @__PURE__ */ __name((output, context) => {
@@ -5339,30 +5371,30 @@ var de_UICustomizationType = /* @__PURE__ */ __name((output, context) => {
5339
5371
  CSS: import_smithy_client.expectString,
5340
5372
  CSSVersion: import_smithy_client.expectString,
5341
5373
  ClientId: import_smithy_client.expectString,
5342
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5374
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5343
5375
  ImageUrl: import_smithy_client.expectString,
5344
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5376
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5345
5377
  UserPoolId: import_smithy_client.expectString
5346
5378
  });
5347
5379
  }, "de_UICustomizationType");
5348
5380
  var de_UpdateGroupResponse = /* @__PURE__ */ __name((output, context) => {
5349
5381
  return (0, import_smithy_client.take)(output, {
5350
- Group: (_) => de_GroupType(_, context)
5382
+ Group: /* @__PURE__ */ __name((_) => de_GroupType(_, context), "Group")
5351
5383
  });
5352
5384
  }, "de_UpdateGroupResponse");
5353
5385
  var de_UpdateIdentityProviderResponse = /* @__PURE__ */ __name((output, context) => {
5354
5386
  return (0, import_smithy_client.take)(output, {
5355
- IdentityProvider: (_) => de_IdentityProviderType(_, context)
5387
+ IdentityProvider: /* @__PURE__ */ __name((_) => de_IdentityProviderType(_, context), "IdentityProvider")
5356
5388
  });
5357
5389
  }, "de_UpdateIdentityProviderResponse");
5358
5390
  var de_UpdateManagedLoginBrandingResponse = /* @__PURE__ */ __name((output, context) => {
5359
5391
  return (0, import_smithy_client.take)(output, {
5360
- ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
5392
+ ManagedLoginBranding: /* @__PURE__ */ __name((_) => de_ManagedLoginBrandingType(_, context), "ManagedLoginBranding")
5361
5393
  });
5362
5394
  }, "de_UpdateManagedLoginBrandingResponse");
5363
5395
  var de_UpdateUserPoolClientResponse = /* @__PURE__ */ __name((output, context) => {
5364
5396
  return (0, import_smithy_client.take)(output, {
5365
- UserPoolClient: (_) => de_UserPoolClientType(_, context)
5397
+ UserPoolClient: /* @__PURE__ */ __name((_) => de_UserPoolClientType(_, context), "UserPoolClient")
5366
5398
  });
5367
5399
  }, "de_UpdateUserPoolClientResponse");
5368
5400
  var de_UserImportJobsListType = /* @__PURE__ */ __name((output, context) => {
@@ -5374,16 +5406,16 @@ var de_UserImportJobsListType = /* @__PURE__ */ __name((output, context) => {
5374
5406
  var de_UserImportJobType = /* @__PURE__ */ __name((output, context) => {
5375
5407
  return (0, import_smithy_client.take)(output, {
5376
5408
  CloudWatchLogsRoleArn: import_smithy_client.expectString,
5377
- CompletionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5409
+ CompletionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionDate"),
5378
5410
  CompletionMessage: import_smithy_client.expectString,
5379
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5411
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5380
5412
  FailedUsers: import_smithy_client.expectLong,
5381
5413
  ImportedUsers: import_smithy_client.expectLong,
5382
5414
  JobId: import_smithy_client.expectString,
5383
5415
  JobName: import_smithy_client.expectString,
5384
5416
  PreSignedUrl: import_smithy_client.expectString,
5385
5417
  SkippedUsers: import_smithy_client.expectLong,
5386
- StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5418
+ StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate"),
5387
5419
  Status: import_smithy_client.expectString,
5388
5420
  UserPoolId: import_smithy_client.expectString
5389
5421
  });
@@ -5400,13 +5432,13 @@ var de_UserPoolClientType = /* @__PURE__ */ __name((output, context) => {
5400
5432
  ClientId: import_smithy_client.expectString,
5401
5433
  ClientName: import_smithy_client.expectString,
5402
5434
  ClientSecret: import_smithy_client.expectString,
5403
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5435
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5404
5436
  DefaultRedirectURI: import_smithy_client.expectString,
5405
5437
  EnablePropagateAdditionalUserContextData: import_smithy_client.expectBoolean,
5406
5438
  EnableTokenRevocation: import_smithy_client.expectBoolean,
5407
5439
  ExplicitAuthFlows: import_smithy_client._json,
5408
5440
  IdTokenValidity: import_smithy_client.expectInt32,
5409
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5441
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5410
5442
  LogoutURLs: import_smithy_client._json,
5411
5443
  PreventUserExistenceErrors: import_smithy_client.expectString,
5412
5444
  ReadAttributes: import_smithy_client._json,
@@ -5419,10 +5451,10 @@ var de_UserPoolClientType = /* @__PURE__ */ __name((output, context) => {
5419
5451
  }, "de_UserPoolClientType");
5420
5452
  var de_UserPoolDescriptionType = /* @__PURE__ */ __name((output, context) => {
5421
5453
  return (0, import_smithy_client.take)(output, {
5422
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5454
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5423
5455
  Id: import_smithy_client.expectString,
5424
5456
  LambdaConfig: import_smithy_client._json,
5425
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5457
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5426
5458
  Name: import_smithy_client.expectString,
5427
5459
  Status: import_smithy_client.expectString
5428
5460
  });
@@ -5440,7 +5472,7 @@ var de_UserPoolType = /* @__PURE__ */ __name((output, context) => {
5440
5472
  AliasAttributes: import_smithy_client._json,
5441
5473
  Arn: import_smithy_client.expectString,
5442
5474
  AutoVerifiedAttributes: import_smithy_client._json,
5443
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5475
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
5444
5476
  CustomDomain: import_smithy_client.expectString,
5445
5477
  DeletionProtection: import_smithy_client.expectString,
5446
5478
  DeviceConfiguration: import_smithy_client._json,
@@ -5452,7 +5484,7 @@ var de_UserPoolType = /* @__PURE__ */ __name((output, context) => {
5452
5484
  EstimatedNumberOfUsers: import_smithy_client.expectInt32,
5453
5485
  Id: import_smithy_client.expectString,
5454
5486
  LambdaConfig: import_smithy_client._json,
5455
- LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5487
+ LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
5456
5488
  MfaConfiguration: import_smithy_client.expectString,
5457
5489
  Name: import_smithy_client.expectString,
5458
5490
  Policies: import_smithy_client._json,
@@ -5482,8 +5514,8 @@ var de_UserType = /* @__PURE__ */ __name((output, context) => {
5482
5514
  Attributes: import_smithy_client._json,
5483
5515
  Enabled: import_smithy_client.expectBoolean,
5484
5516
  MFAOptions: import_smithy_client._json,
5485
- UserCreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5486
- UserLastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5517
+ UserCreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UserCreateDate"),
5518
+ UserLastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UserLastModifiedDate"),
5487
5519
  UserStatus: import_smithy_client.expectString,
5488
5520
  Username: import_smithy_client.expectString
5489
5521
  });
@@ -5492,7 +5524,7 @@ var de_WebAuthnCredentialDescription = /* @__PURE__ */ __name((output, context)
5492
5524
  return (0, import_smithy_client.take)(output, {
5493
5525
  AuthenticatorAttachment: import_smithy_client.expectString,
5494
5526
  AuthenticatorTransports: import_smithy_client._json,
5495
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
5527
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
5496
5528
  CredentialId: import_smithy_client.expectString,
5497
5529
  FriendlyCredentialName: import_smithy_client.expectString,
5498
5530
  RelyingPartyId: import_smithy_client.expectString
@@ -7579,6 +7611,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
7579
7611
  WebAuthnNotEnabledException,
7580
7612
  WebAuthnOriginNotAllowedException,
7581
7613
  WebAuthnRelyingPartyMismatchException,
7614
+ DeviceKeyExistsException,
7582
7615
  GroupExistsException,
7583
7616
  IdentityProviderTypeType,
7584
7617
  DuplicateProviderException,
@@ -7609,7 +7642,6 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
7609
7642
  DomainStatusType,
7610
7643
  EventSourceName,
7611
7644
  LogLevel,
7612
- UserVerificationType,
7613
7645
  AdminAddUserToGroupRequestFilterSensitiveLog,
7614
7646
  AdminConfirmSignUpRequestFilterSensitiveLog,
7615
7647
  AttributeTypeFilterSensitiveLog,
@@ -7678,6 +7710,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
7678
7710
  GetUserAttributeVerificationCodeRequestFilterSensitiveLog,
7679
7711
  GetUserAuthFactorsRequestFilterSensitiveLog,
7680
7712
  GetUserAuthFactorsResponseFilterSensitiveLog,
7713
+ UserVerificationType,
7681
7714
  UnauthorizedException,
7682
7715
  UnsupportedOperationException,
7683
7716
  UnsupportedTokenTypeException,