@aws-sdk/client-cognito-identity-provider 3.975.0 → 3.978.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -1230,7 +1230,9 @@ const _IARn = "InitiateAuthResponse";
1230
1230
  const _IAn = "InitiateAuth";
1231
1231
  const _IEE = "InternalErrorException";
1232
1232
  const _IERAPE = "InvalidEmailRoleAccessPolicyException";
1233
- const _IF = "ImageFile";
1233
+ const _IF = "InboundFederation";
1234
+ const _IFLT = "InboundFederationLambdaType";
1235
+ const _IFm = "ImageFile";
1234
1236
  const _II = "IdpIdentifiers";
1235
1237
  const _IId = "IdpIdentifier";
1236
1238
  const _ILRE = "InvalidLambdaResponseException";
@@ -2627,6 +2629,11 @@ var IdentityProviderType$ = [3, n0, _IPT,
2627
2629
  [_UPI, _PN, _PTr, _PD, _AMt, _II, _LMD, _CDr],
2628
2630
  [0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 4, 4]
2629
2631
  ];
2632
+ var InboundFederationLambdaType$ = [3, n0, _IFLT,
2633
+ 0,
2634
+ [_LV, _LAa],
2635
+ [0, 0], 2
2636
+ ];
2630
2637
  var InitiateAuthRequest$ = [3, n0, _IAR,
2631
2638
  0,
2632
2639
  [_AF, _CI, _AP, _CM, _AM, _UCDs, _S],
@@ -2693,8 +2700,8 @@ var InvalidUserPoolConfigurationException$ = [-3, n0, _IUPCE,
2693
2700
  schema.TypeRegistry.for(n0).registerError(InvalidUserPoolConfigurationException$, InvalidUserPoolConfigurationException);
2694
2701
  var LambdaConfigType$ = [3, n0, _LCT,
2695
2702
  0,
2696
- [_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID],
2697
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => PreTokenGenerationVersionConfigType$, () => CustomSMSLambdaVersionConfigType$, () => CustomEmailLambdaVersionConfigType$, 0]
2703
+ [_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID, _IF],
2704
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => PreTokenGenerationVersionConfigType$, () => CustomSMSLambdaVersionConfigType$, () => CustomEmailLambdaVersionConfigType$, 0, () => InboundFederationLambdaType$]
2698
2705
  ];
2699
2706
  var LimitExceededException$ = [-3, n0, _LEE,
2700
2707
  { [_e]: _c, [_hE]: 400 },
@@ -3033,7 +3040,7 @@ var SetRiskConfigurationResponse$ = [3, n0, _SRCRe,
3033
3040
  ];
3034
3041
  var SetUICustomizationRequest$ = [3, n0, _SUICR,
3035
3042
  0,
3036
- [_UPI, _CI, _CSS, _IF],
3043
+ [_UPI, _CI, _CSS, _IFm],
3037
3044
  [0, [() => ClientIdType, 0], 0, 21], 1
3038
3045
  ];
3039
3046
  var SetUICustomizationResponse$ = [3, n0, _SUICRe,
@@ -5401,6 +5408,24 @@ class VerifyUserAttributeCommand extends smithyClient.Command
5401
5408
  .build() {
5402
5409
  }
5403
5410
 
5411
+ const paginateAdminListGroupsForUser = core.createPaginator(CognitoIdentityProviderClient, AdminListGroupsForUserCommand, "NextToken", "NextToken", "Limit");
5412
+
5413
+ const paginateAdminListUserAuthEvents = core.createPaginator(CognitoIdentityProviderClient, AdminListUserAuthEventsCommand, "NextToken", "NextToken", "MaxResults");
5414
+
5415
+ const paginateListGroups = core.createPaginator(CognitoIdentityProviderClient, ListGroupsCommand, "NextToken", "NextToken", "Limit");
5416
+
5417
+ const paginateListIdentityProviders = core.createPaginator(CognitoIdentityProviderClient, ListIdentityProvidersCommand, "NextToken", "NextToken", "MaxResults");
5418
+
5419
+ const paginateListResourceServers = core.createPaginator(CognitoIdentityProviderClient, ListResourceServersCommand, "NextToken", "NextToken", "MaxResults");
5420
+
5421
+ const paginateListUserPoolClients = core.createPaginator(CognitoIdentityProviderClient, ListUserPoolClientsCommand, "NextToken", "NextToken", "MaxResults");
5422
+
5423
+ const paginateListUserPools = core.createPaginator(CognitoIdentityProviderClient, ListUserPoolsCommand, "NextToken", "NextToken", "MaxResults");
5424
+
5425
+ const paginateListUsersInGroup = core.createPaginator(CognitoIdentityProviderClient, ListUsersInGroupCommand, "NextToken", "NextToken", "Limit");
5426
+
5427
+ const paginateListUsers = core.createPaginator(CognitoIdentityProviderClient, ListUsersCommand, "PaginationToken", "PaginationToken", "Limit");
5428
+
5404
5429
  const commands = {
5405
5430
  AddCustomAttributesCommand,
5406
5431
  AdminAddUserToGroupCommand,
@@ -5522,27 +5547,20 @@ const commands = {
5522
5547
  VerifySoftwareTokenCommand,
5523
5548
  VerifyUserAttributeCommand,
5524
5549
  };
5550
+ const paginators = {
5551
+ paginateAdminListGroupsForUser,
5552
+ paginateAdminListUserAuthEvents,
5553
+ paginateListGroups,
5554
+ paginateListIdentityProviders,
5555
+ paginateListResourceServers,
5556
+ paginateListUserPoolClients,
5557
+ paginateListUserPools,
5558
+ paginateListUsers,
5559
+ paginateListUsersInGroup,
5560
+ };
5525
5561
  class CognitoIdentityProvider extends CognitoIdentityProviderClient {
5526
5562
  }
5527
- smithyClient.createAggregatedClient(commands, CognitoIdentityProvider);
5528
-
5529
- const paginateAdminListGroupsForUser = core.createPaginator(CognitoIdentityProviderClient, AdminListGroupsForUserCommand, "NextToken", "NextToken", "Limit");
5530
-
5531
- const paginateAdminListUserAuthEvents = core.createPaginator(CognitoIdentityProviderClient, AdminListUserAuthEventsCommand, "NextToken", "NextToken", "MaxResults");
5532
-
5533
- const paginateListGroups = core.createPaginator(CognitoIdentityProviderClient, ListGroupsCommand, "NextToken", "NextToken", "Limit");
5534
-
5535
- const paginateListIdentityProviders = core.createPaginator(CognitoIdentityProviderClient, ListIdentityProvidersCommand, "NextToken", "NextToken", "MaxResults");
5536
-
5537
- const paginateListResourceServers = core.createPaginator(CognitoIdentityProviderClient, ListResourceServersCommand, "NextToken", "NextToken", "MaxResults");
5538
-
5539
- const paginateListUserPoolClients = core.createPaginator(CognitoIdentityProviderClient, ListUserPoolClientsCommand, "NextToken", "NextToken", "MaxResults");
5540
-
5541
- const paginateListUserPools = core.createPaginator(CognitoIdentityProviderClient, ListUserPoolsCommand, "NextToken", "NextToken", "MaxResults");
5542
-
5543
- const paginateListUsers = core.createPaginator(CognitoIdentityProviderClient, ListUsersCommand, "PaginationToken", "PaginationToken", "Limit");
5544
-
5545
- const paginateListUsersInGroup = core.createPaginator(CognitoIdentityProviderClient, ListUsersInGroupCommand, "NextToken", "NextToken", "Limit");
5563
+ smithyClient.createAggregatedClient(commands, CognitoIdentityProvider, { paginators });
5546
5564
 
5547
5565
  const RecoveryOptionNameType = {
5548
5566
  ADMIN_ONLY: "admin_only",
@@ -5736,6 +5754,9 @@ const CustomEmailSenderLambdaVersionType = {
5736
5754
  const CustomSMSSenderLambdaVersionType = {
5737
5755
  V1_0: "V1_0",
5738
5756
  };
5757
+ const InboundFederationLambdaVersionType = {
5758
+ V1_0: "V1_0",
5759
+ };
5739
5760
  const PreTokenGenerationLambdaVersionType = {
5740
5761
  V1_0: "V1_0",
5741
5762
  V2_0: "V2_0",
@@ -6224,6 +6245,8 @@ exports.GroupType$ = GroupType$;
6224
6245
  exports.HttpHeader$ = HttpHeader$;
6225
6246
  exports.IdentityProviderType$ = IdentityProviderType$;
6226
6247
  exports.IdentityProviderTypeType = IdentityProviderTypeType;
6248
+ exports.InboundFederationLambdaType$ = InboundFederationLambdaType$;
6249
+ exports.InboundFederationLambdaVersionType = InboundFederationLambdaVersionType;
6227
6250
  exports.InitiateAuth$ = InitiateAuth$;
6228
6251
  exports.InitiateAuthCommand = InitiateAuthCommand;
6229
6252
  exports.InitiateAuthRequest$ = InitiateAuthRequest$;
@@ -119,6 +119,15 @@ import { UpdateUserPoolCommand, } from "./commands/UpdateUserPoolCommand";
119
119
  import { UpdateUserPoolDomainCommand, } from "./commands/UpdateUserPoolDomainCommand";
120
120
  import { VerifySoftwareTokenCommand, } from "./commands/VerifySoftwareTokenCommand";
121
121
  import { VerifyUserAttributeCommand, } from "./commands/VerifyUserAttributeCommand";
122
+ import { paginateAdminListGroupsForUser } from "./pagination/AdminListGroupsForUserPaginator";
123
+ import { paginateAdminListUserAuthEvents } from "./pagination/AdminListUserAuthEventsPaginator";
124
+ import { paginateListGroups } from "./pagination/ListGroupsPaginator";
125
+ import { paginateListIdentityProviders } from "./pagination/ListIdentityProvidersPaginator";
126
+ import { paginateListResourceServers } from "./pagination/ListResourceServersPaginator";
127
+ import { paginateListUserPoolClients } from "./pagination/ListUserPoolClientsPaginator";
128
+ import { paginateListUserPools } from "./pagination/ListUserPoolsPaginator";
129
+ import { paginateListUsersInGroup } from "./pagination/ListUsersInGroupPaginator";
130
+ import { paginateListUsers } from "./pagination/ListUsersPaginator";
122
131
  const commands = {
123
132
  AddCustomAttributesCommand,
124
133
  AdminAddUserToGroupCommand,
@@ -240,6 +249,17 @@ const commands = {
240
249
  VerifySoftwareTokenCommand,
241
250
  VerifyUserAttributeCommand,
242
251
  };
252
+ const paginators = {
253
+ paginateAdminListGroupsForUser,
254
+ paginateAdminListUserAuthEvents,
255
+ paginateListGroups,
256
+ paginateListIdentityProviders,
257
+ paginateListResourceServers,
258
+ paginateListUserPoolClients,
259
+ paginateListUserPools,
260
+ paginateListUsers,
261
+ paginateListUsersInGroup,
262
+ };
243
263
  export class CognitoIdentityProvider extends CognitoIdentityProviderClient {
244
264
  }
245
- createAggregatedClient(commands, CognitoIdentityProvider);
265
+ createAggregatedClient(commands, CognitoIdentityProvider, { paginators });
@@ -190,6 +190,9 @@ export const CustomEmailSenderLambdaVersionType = {
190
190
  export const CustomSMSSenderLambdaVersionType = {
191
191
  V1_0: "V1_0",
192
192
  };
193
+ export const InboundFederationLambdaVersionType = {
194
+ V1_0: "V1_0",
195
+ };
193
196
  export const PreTokenGenerationLambdaVersionType = {
194
197
  V1_0: "V1_0",
195
198
  V2_0: "V2_0",
@@ -448,7 +448,9 @@ const _IARn = "InitiateAuthResponse";
448
448
  const _IAn = "InitiateAuth";
449
449
  const _IEE = "InternalErrorException";
450
450
  const _IERAPE = "InvalidEmailRoleAccessPolicyException";
451
- const _IF = "ImageFile";
451
+ const _IF = "InboundFederation";
452
+ const _IFLT = "InboundFederationLambdaType";
453
+ const _IFm = "ImageFile";
452
454
  const _II = "IdpIdentifiers";
453
455
  const _IId = "IdpIdentifier";
454
456
  const _ILRE = "InvalidLambdaResponseException";
@@ -1848,6 +1850,11 @@ export var IdentityProviderType$ = [3, n0, _IPT,
1848
1850
  [_UPI, _PN, _PTr, _PD, _AMt, _II, _LMD, _CDr],
1849
1851
  [0, 0, 0, 128 | 0, 128 | 0, 64 | 0, 4, 4]
1850
1852
  ];
1853
+ export var InboundFederationLambdaType$ = [3, n0, _IFLT,
1854
+ 0,
1855
+ [_LV, _LAa],
1856
+ [0, 0], 2
1857
+ ];
1851
1858
  export var InitiateAuthRequest$ = [3, n0, _IAR,
1852
1859
  0,
1853
1860
  [_AF, _CI, _AP, _CM, _AM, _UCDs, _S],
@@ -1914,8 +1921,8 @@ export var InvalidUserPoolConfigurationException$ = [-3, n0, _IUPCE,
1914
1921
  TypeRegistry.for(n0).registerError(InvalidUserPoolConfigurationException$, InvalidUserPoolConfigurationException);
1915
1922
  export var LambdaConfigType$ = [3, n0, _LCT,
1916
1923
  0,
1917
- [_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID],
1918
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => PreTokenGenerationVersionConfigType$, () => CustomSMSLambdaVersionConfigType$, () => CustomEmailLambdaVersionConfigType$, 0]
1924
+ [_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID, _IF],
1925
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => PreTokenGenerationVersionConfigType$, () => CustomSMSLambdaVersionConfigType$, () => CustomEmailLambdaVersionConfigType$, 0, () => InboundFederationLambdaType$]
1919
1926
  ];
1920
1927
  export var LimitExceededException$ = [-3, n0, _LEE,
1921
1928
  { [_e]: _c, [_hE]: 400 },
@@ -2254,7 +2261,7 @@ export var SetRiskConfigurationResponse$ = [3, n0, _SRCRe,
2254
2261
  ];
2255
2262
  export var SetUICustomizationRequest$ = [3, n0, _SUICR,
2256
2263
  0,
2257
- [_UPI, _CI, _CSS, _IF],
2264
+ [_UPI, _CI, _CSS, _IFm],
2258
2265
  [0, [() => ClientIdType, 0], 0, 21], 1
2259
2266
  ];
2260
2267
  export var SetUICustomizationResponse$ = [3, n0, _SUICRe,
@@ -1,4 +1,4 @@
1
- import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { CognitoIdentityProviderClient } from "./CognitoIdentityProviderClient";
3
3
  import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
4
4
  import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
@@ -836,6 +836,69 @@ export interface CognitoIdentityProvider {
836
836
  verifyUserAttribute(args: VerifyUserAttributeCommandInput, options?: __HttpHandlerOptions): Promise<VerifyUserAttributeCommandOutput>;
837
837
  verifyUserAttribute(args: VerifyUserAttributeCommandInput, cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void): void;
838
838
  verifyUserAttribute(args: VerifyUserAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyUserAttributeCommandOutput) => void): void;
839
+ /**
840
+ * @see {@link AdminListGroupsForUserCommand}
841
+ * @param args - command input.
842
+ * @param paginationConfig - optional pagination config.
843
+ * @returns AsyncIterable of {@link AdminListGroupsForUserCommandOutput}.
844
+ */
845
+ paginateAdminListGroupsForUser(args: AdminListGroupsForUserCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<AdminListGroupsForUserCommandOutput>;
846
+ /**
847
+ * @see {@link AdminListUserAuthEventsCommand}
848
+ * @param args - command input.
849
+ * @param paginationConfig - optional pagination config.
850
+ * @returns AsyncIterable of {@link AdminListUserAuthEventsCommandOutput}.
851
+ */
852
+ paginateAdminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<AdminListUserAuthEventsCommandOutput>;
853
+ /**
854
+ * @see {@link ListGroupsCommand}
855
+ * @param args - command input.
856
+ * @param paginationConfig - optional pagination config.
857
+ * @returns AsyncIterable of {@link ListGroupsCommandOutput}.
858
+ */
859
+ paginateListGroups(args: ListGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupsCommandOutput>;
860
+ /**
861
+ * @see {@link ListIdentityProvidersCommand}
862
+ * @param args - command input.
863
+ * @param paginationConfig - optional pagination config.
864
+ * @returns AsyncIterable of {@link ListIdentityProvidersCommandOutput}.
865
+ */
866
+ paginateListIdentityProviders(args: ListIdentityProvidersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIdentityProvidersCommandOutput>;
867
+ /**
868
+ * @see {@link ListResourceServersCommand}
869
+ * @param args - command input.
870
+ * @param paginationConfig - optional pagination config.
871
+ * @returns AsyncIterable of {@link ListResourceServersCommandOutput}.
872
+ */
873
+ paginateListResourceServers(args: ListResourceServersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourceServersCommandOutput>;
874
+ /**
875
+ * @see {@link ListUserPoolClientsCommand}
876
+ * @param args - command input.
877
+ * @param paginationConfig - optional pagination config.
878
+ * @returns AsyncIterable of {@link ListUserPoolClientsCommandOutput}.
879
+ */
880
+ paginateListUserPoolClients(args: ListUserPoolClientsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUserPoolClientsCommandOutput>;
881
+ /**
882
+ * @see {@link ListUserPoolsCommand}
883
+ * @param args - command input.
884
+ * @param paginationConfig - optional pagination config.
885
+ * @returns AsyncIterable of {@link ListUserPoolsCommandOutput}.
886
+ */
887
+ paginateListUserPools(args: ListUserPoolsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUserPoolsCommandOutput>;
888
+ /**
889
+ * @see {@link ListUsersCommand}
890
+ * @param args - command input.
891
+ * @param paginationConfig - optional pagination config.
892
+ * @returns AsyncIterable of {@link ListUsersCommandOutput}.
893
+ */
894
+ paginateListUsers(args: ListUsersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsersCommandOutput>;
895
+ /**
896
+ * @see {@link ListUsersInGroupCommand}
897
+ * @param args - command input.
898
+ * @param paginationConfig - optional pagination config.
899
+ * @returns AsyncIterable of {@link ListUsersInGroupCommandOutput}.
900
+ */
901
+ paginateListUsersInGroup(args: ListUsersInGroupCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsersInGroupCommandOutput>;
839
902
  }
840
903
  /**
841
904
  * <p>With the Amazon Cognito user pools API, you can configure user pools and authenticate users. To
@@ -120,6 +120,10 @@ declare const CreateUserPoolCommand_base: {
120
120
  * LambdaArn: "STRING_VALUE", // required
121
121
  * },
122
122
  * KMSKeyID: "STRING_VALUE",
123
+ * InboundFederation: { // InboundFederationLambdaType
124
+ * LambdaVersion: "V1_0", // required
125
+ * LambdaArn: "STRING_VALUE", // required
126
+ * },
123
127
  * },
124
128
  * AutoVerifiedAttributes: [ // VerifiedAttributesListType
125
129
  * "phone_number" || "email",
@@ -259,6 +263,10 @@ declare const CreateUserPoolCommand_base: {
259
263
  * // LambdaArn: "STRING_VALUE", // required
260
264
  * // },
261
265
  * // KMSKeyID: "STRING_VALUE",
266
+ * // InboundFederation: { // InboundFederationLambdaType
267
+ * // LambdaVersion: "V1_0", // required
268
+ * // LambdaArn: "STRING_VALUE", // required
269
+ * // },
262
270
  * // },
263
271
  * // Status: "Enabled" || "Disabled",
264
272
  * // LastModifiedDate: new Date("TIMESTAMP"),
@@ -468,6 +476,10 @@ declare const CreateUserPoolCommand_base: {
468
476
  * LambdaVersion: "V1_0"
469
477
  * },
470
478
  * DefineAuthChallenge: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
479
+ * InboundFederation: {
480
+ * LambdaArn: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
481
+ * LambdaVersion: "V1_0"
482
+ * },
471
483
  * KMSKeyID: "arn:aws:kms:us-east-1:123456789012:key/a6c4f8e2-0c45-47db-925f-87854bc9e357",
472
484
  * PostAuthentication: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
473
485
  * PostConfirmation: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
@@ -592,6 +604,10 @@ declare const CreateUserPoolCommand_base: {
592
604
  * LambdaVersion: "V1_0"
593
605
  * },
594
606
  * DefineAuthChallenge: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
607
+ * InboundFederation: {
608
+ * LambdaArn: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
609
+ * LambdaVersion: "V1_0"
610
+ * },
595
611
  * KMSKeyID: "arn:aws:kms:us-east-1:767671399759:key/4d43904c-8edf-4bb4-9fca-fb1a80e41cbe",
596
612
  * PostAuthentication: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
597
613
  * PostConfirmation: "arn:aws:lambda:us-east-1:123456789012:function:MyFunction",
@@ -31,7 +31,7 @@ declare const DeleteUserPoolCommand_base: {
31
31
  * associated applications. </p>
32
32
  * <p>When you delete a user pool, it's no longer visible or operational in your Amazon Web Services account. Amazon Cognito retains deleted user pools in an inactive state for 14
33
33
  * days, then begins a cleanup process that fully removes them from Amazon Web Services systems. In case
34
- * of accidental deletion, contact Amazon Web ServicesSupport within 14 days for restoration
34
+ * of accidental deletion, contact Amazon Web Services Support within 14 days for restoration
35
35
  * assistance.</p>
36
36
  * <p>Amazon Cognito begins full deletion of all resources from deleted user pools after 14 days. In
37
37
  * the case of large user pools, the cleanup process might take significant additional time
@@ -108,6 +108,10 @@ declare const DescribeUserPoolCommand_base: {
108
108
  * // LambdaArn: "STRING_VALUE", // required
109
109
  * // },
110
110
  * // KMSKeyID: "STRING_VALUE",
111
+ * // InboundFederation: { // InboundFederationLambdaType
112
+ * // LambdaVersion: "V1_0", // required
113
+ * // LambdaArn: "STRING_VALUE", // required
114
+ * // },
111
115
  * // },
112
116
  * // Status: "Enabled" || "Disabled",
113
117
  * // LastModifiedDate: new Date("TIMESTAMP"),
@@ -91,6 +91,10 @@ declare const ListUserPoolsCommand_base: {
91
91
  * // LambdaArn: "STRING_VALUE", // required
92
92
  * // },
93
93
  * // KMSKeyID: "STRING_VALUE",
94
+ * // InboundFederation: { // InboundFederationLambdaType
95
+ * // LambdaVersion: "V1_0", // required
96
+ * // LambdaArn: "STRING_VALUE", // required
97
+ * // },
94
98
  * // },
95
99
  * // Status: "Enabled" || "Disabled",
96
100
  * // LastModifiedDate: new Date("TIMESTAMP"),
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import type { UpdateUserPoolClientRequest } from "../models/models_0";
5
- import type { UpdateUserPoolClientResponse } from "../models/models_1";
4
+ import type { UpdateUserPoolClientRequest, UpdateUserPoolClientResponse } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -121,6 +121,10 @@ declare const UpdateUserPoolCommand_base: {
121
121
  * LambdaArn: "STRING_VALUE", // required
122
122
  * },
123
123
  * KMSKeyID: "STRING_VALUE",
124
+ * InboundFederation: { // InboundFederationLambdaType
125
+ * LambdaVersion: "V1_0", // required
126
+ * LambdaArn: "STRING_VALUE", // required
127
+ * },
124
128
  * },
125
129
  * AutoVerifiedAttributes: [ // VerifiedAttributesListType
126
130
  * "phone_number" || "email",
@@ -446,6 +446,17 @@ export declare const CustomSMSSenderLambdaVersionType: {
446
446
  * @public
447
447
  */
448
448
  export type CustomSMSSenderLambdaVersionType = (typeof CustomSMSSenderLambdaVersionType)[keyof typeof CustomSMSSenderLambdaVersionType];
449
+ /**
450
+ * @public
451
+ * @enum
452
+ */
453
+ export declare const InboundFederationLambdaVersionType: {
454
+ readonly V1_0: "V1_0";
455
+ };
456
+ /**
457
+ * @public
458
+ */
459
+ export type InboundFederationLambdaVersionType = (typeof InboundFederationLambdaVersionType)[keyof typeof InboundFederationLambdaVersionType];
449
460
  /**
450
461
  * @public
451
462
  * @enum