@aws-sdk/client-cognito-identity-provider 3.300.0 → 3.301.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 (102) hide show
  1. package/dist-types/commands/AddCustomAttributesCommand.d.ts +5 -5
  2. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +1 -1
  3. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +2 -2
  4. package/dist-types/commands/AdminCreateUserCommand.d.ts +5 -5
  5. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +2 -2
  6. package/dist-types/commands/AdminDeleteUserCommand.d.ts +1 -1
  7. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +2 -2
  8. package/dist-types/commands/AdminDisableUserCommand.d.ts +1 -1
  9. package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
  10. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +1 -1
  11. package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
  12. package/dist-types/commands/AdminGetUserCommand.d.ts +1 -1
  13. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +7 -7
  14. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +2 -2
  15. package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
  16. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +1 -1
  17. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -1
  18. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -2
  20. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +7 -7
  21. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +3 -3
  22. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +1 -1
  23. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +3 -3
  24. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +1 -1
  25. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +1 -1
  26. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +4 -4
  27. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +1 -1
  29. package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
  30. package/dist-types/commands/ConfirmDeviceCommand.d.ts +2 -2
  31. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +4 -4
  32. package/dist-types/commands/ConfirmSignUpCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +4 -4
  35. package/dist-types/commands/CreateResourceServerCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +10 -10
  38. package/dist-types/commands/CreateUserPoolCommand.d.ts +27 -27
  39. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteResourceServerCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteUserPoolCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeResourceServerCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -1
  55. package/dist-types/commands/ForgetDeviceCommand.d.ts +1 -1
  56. package/dist-types/commands/ForgotPasswordCommand.d.ts +4 -4
  57. package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -1
  58. package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
  59. package/dist-types/commands/GetGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +1 -1
  61. package/dist-types/commands/GetSigningCertificateCommand.d.ts +1 -1
  62. package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
  63. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -2
  64. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  65. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
  66. package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
  67. package/dist-types/commands/InitiateAuthCommand.d.ts +5 -5
  68. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  69. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  70. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
  71. package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
  75. package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListUsersCommand.d.ts +2 -2
  77. package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +4 -4
  79. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +5 -5
  80. package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
  81. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +12 -12
  82. package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
  83. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +3 -3
  84. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +4 -4
  85. package/dist-types/commands/SetUserSettingsCommand.d.ts +3 -3
  86. package/dist-types/commands/SignUpCommand.d.ts +6 -6
  87. package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
  88. package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
  89. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  90. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  91. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +4 -4
  95. package/dist-types/commands/UpdateResourceServerCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +4 -4
  97. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +10 -10
  98. package/dist-types/commands/UpdateUserPoolCommand.d.ts +20 -20
  99. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +2 -2
  100. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +1 -1
  101. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +1 -1
  102. package/package.json +3 -3
@@ -28,45 +28,45 @@ export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientR
28
28
  * import { CognitoIdentityProviderClient, CreateUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
29
29
  * // const { CognitoIdentityProviderClient, CreateUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
30
30
  * const client = new CognitoIdentityProviderClient(config);
31
- * const input = {
31
+ * const input = { // CreateUserPoolClientRequest
32
32
  * UserPoolId: "STRING_VALUE", // required
33
33
  * ClientName: "STRING_VALUE", // required
34
34
  * GenerateSecret: true || false,
35
35
  * RefreshTokenValidity: Number("int"),
36
36
  * AccessTokenValidity: Number("int"),
37
37
  * IdTokenValidity: Number("int"),
38
- * TokenValidityUnits: {
38
+ * TokenValidityUnits: { // TokenValidityUnitsType
39
39
  * AccessToken: "seconds" || "minutes" || "hours" || "days",
40
40
  * IdToken: "seconds" || "minutes" || "hours" || "days",
41
41
  * RefreshToken: "seconds" || "minutes" || "hours" || "days",
42
42
  * },
43
- * ReadAttributes: [
43
+ * ReadAttributes: [ // ClientPermissionListType
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * WriteAttributes: [
47
47
  * "STRING_VALUE",
48
48
  * ],
49
- * ExplicitAuthFlows: [
49
+ * ExplicitAuthFlows: [ // ExplicitAuthFlowsListType
50
50
  * "ADMIN_NO_SRP_AUTH" || "CUSTOM_AUTH_FLOW_ONLY" || "USER_PASSWORD_AUTH" || "ALLOW_ADMIN_USER_PASSWORD_AUTH" || "ALLOW_CUSTOM_AUTH" || "ALLOW_USER_PASSWORD_AUTH" || "ALLOW_USER_SRP_AUTH" || "ALLOW_REFRESH_TOKEN_AUTH",
51
51
  * ],
52
- * SupportedIdentityProviders: [
52
+ * SupportedIdentityProviders: [ // SupportedIdentityProvidersListType
53
53
  * "STRING_VALUE",
54
54
  * ],
55
- * CallbackURLs: [
55
+ * CallbackURLs: [ // CallbackURLsListType
56
56
  * "STRING_VALUE",
57
57
  * ],
58
- * LogoutURLs: [
58
+ * LogoutURLs: [ // LogoutURLsListType
59
59
  * "STRING_VALUE",
60
60
  * ],
61
61
  * DefaultRedirectURI: "STRING_VALUE",
62
- * AllowedOAuthFlows: [
62
+ * AllowedOAuthFlows: [ // OAuthFlowsType
63
63
  * "code" || "implicit" || "client_credentials",
64
64
  * ],
65
- * AllowedOAuthScopes: [
65
+ * AllowedOAuthScopes: [ // ScopeListType
66
66
  * "STRING_VALUE",
67
67
  * ],
68
68
  * AllowedOAuthFlowsUserPoolClient: true || false,
69
- * AnalyticsConfiguration: {
69
+ * AnalyticsConfiguration: { // AnalyticsConfigurationType
70
70
  * ApplicationId: "STRING_VALUE",
71
71
  * ApplicationArn: "STRING_VALUE",
72
72
  * RoleArn: "STRING_VALUE",
@@ -45,10 +45,10 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
45
45
  * import { CognitoIdentityProviderClient, CreateUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
46
46
  * // const { CognitoIdentityProviderClient, CreateUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
47
47
  * const client = new CognitoIdentityProviderClient(config);
48
- * const input = {
48
+ * const input = { // CreateUserPoolRequest
49
49
  * PoolName: "STRING_VALUE", // required
50
- * Policies: {
51
- * PasswordPolicy: {
50
+ * Policies: { // UserPoolPolicyType
51
+ * PasswordPolicy: { // PasswordPolicyType
52
52
  * MinimumLength: Number("int"),
53
53
  * RequireUppercase: true || false,
54
54
  * RequireLowercase: true || false,
@@ -58,7 +58,7 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
58
58
  * },
59
59
  * },
60
60
  * DeletionProtection: "ACTIVE" || "INACTIVE",
61
- * LambdaConfig: {
61
+ * LambdaConfig: { // LambdaConfigType
62
62
  * PreSignUp: "STRING_VALUE",
63
63
  * CustomMessage: "STRING_VALUE",
64
64
  * PostConfirmation: "STRING_VALUE",
@@ -69,29 +69,29 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
69
69
  * VerifyAuthChallengeResponse: "STRING_VALUE",
70
70
  * PreTokenGeneration: "STRING_VALUE",
71
71
  * UserMigration: "STRING_VALUE",
72
- * CustomSMSSender: {
72
+ * CustomSMSSender: { // CustomSMSLambdaVersionConfigType
73
73
  * LambdaVersion: "V1_0", // required
74
74
  * LambdaArn: "STRING_VALUE", // required
75
75
  * },
76
- * CustomEmailSender: {
76
+ * CustomEmailSender: { // CustomEmailLambdaVersionConfigType
77
77
  * LambdaVersion: "V1_0", // required
78
78
  * LambdaArn: "STRING_VALUE", // required
79
79
  * },
80
80
  * KMSKeyID: "STRING_VALUE",
81
81
  * },
82
- * AutoVerifiedAttributes: [
82
+ * AutoVerifiedAttributes: [ // VerifiedAttributesListType
83
83
  * "phone_number" || "email",
84
84
  * ],
85
- * AliasAttributes: [
85
+ * AliasAttributes: [ // AliasAttributesListType
86
86
  * "phone_number" || "email" || "preferred_username",
87
87
  * ],
88
- * UsernameAttributes: [
88
+ * UsernameAttributes: [ // UsernameAttributesListType
89
89
  * "phone_number" || "email",
90
90
  * ],
91
91
  * SmsVerificationMessage: "STRING_VALUE",
92
92
  * EmailVerificationMessage: "STRING_VALUE",
93
93
  * EmailVerificationSubject: "STRING_VALUE",
94
- * VerificationMessageTemplate: {
94
+ * VerificationMessageTemplate: { // VerificationMessageTemplateType
95
95
  * SmsMessage: "STRING_VALUE",
96
96
  * EmailMessage: "STRING_VALUE",
97
97
  * EmailSubject: "STRING_VALUE",
@@ -101,65 +101,65 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
101
101
  * },
102
102
  * SmsAuthenticationMessage: "STRING_VALUE",
103
103
  * MfaConfiguration: "OFF" || "ON" || "OPTIONAL",
104
- * UserAttributeUpdateSettings: {
105
- * AttributesRequireVerificationBeforeUpdate: [
104
+ * UserAttributeUpdateSettings: { // UserAttributeUpdateSettingsType
105
+ * AttributesRequireVerificationBeforeUpdate: [ // AttributesRequireVerificationBeforeUpdateType
106
106
  * "phone_number" || "email",
107
107
  * ],
108
108
  * },
109
- * DeviceConfiguration: {
109
+ * DeviceConfiguration: { // DeviceConfigurationType
110
110
  * ChallengeRequiredOnNewDevice: true || false,
111
111
  * DeviceOnlyRememberedOnUserPrompt: true || false,
112
112
  * },
113
- * EmailConfiguration: {
113
+ * EmailConfiguration: { // EmailConfigurationType
114
114
  * SourceArn: "STRING_VALUE",
115
115
  * ReplyToEmailAddress: "STRING_VALUE",
116
116
  * EmailSendingAccount: "COGNITO_DEFAULT" || "DEVELOPER",
117
117
  * From: "STRING_VALUE",
118
118
  * ConfigurationSet: "STRING_VALUE",
119
119
  * },
120
- * SmsConfiguration: {
120
+ * SmsConfiguration: { // SmsConfigurationType
121
121
  * SnsCallerArn: "STRING_VALUE", // required
122
122
  * ExternalId: "STRING_VALUE",
123
123
  * SnsRegion: "STRING_VALUE",
124
124
  * },
125
- * UserPoolTags: {
125
+ * UserPoolTags: { // UserPoolTagsType
126
126
  * "<keys>": "STRING_VALUE",
127
127
  * },
128
- * AdminCreateUserConfig: {
128
+ * AdminCreateUserConfig: { // AdminCreateUserConfigType
129
129
  * AllowAdminCreateUserOnly: true || false,
130
130
  * UnusedAccountValidityDays: Number("int"),
131
- * InviteMessageTemplate: {
131
+ * InviteMessageTemplate: { // MessageTemplateType
132
132
  * SMSMessage: "STRING_VALUE",
133
133
  * EmailMessage: "STRING_VALUE",
134
134
  * EmailSubject: "STRING_VALUE",
135
135
  * },
136
136
  * },
137
- * Schema: [
138
- * {
137
+ * Schema: [ // SchemaAttributesListType
138
+ * { // SchemaAttributeType
139
139
  * Name: "STRING_VALUE",
140
140
  * AttributeDataType: "String" || "Number" || "DateTime" || "Boolean",
141
141
  * DeveloperOnlyAttribute: true || false,
142
142
  * Mutable: true || false,
143
143
  * Required: true || false,
144
- * NumberAttributeConstraints: {
144
+ * NumberAttributeConstraints: { // NumberAttributeConstraintsType
145
145
  * MinValue: "STRING_VALUE",
146
146
  * MaxValue: "STRING_VALUE",
147
147
  * },
148
- * StringAttributeConstraints: {
148
+ * StringAttributeConstraints: { // StringAttributeConstraintsType
149
149
  * MinLength: "STRING_VALUE",
150
150
  * MaxLength: "STRING_VALUE",
151
151
  * },
152
152
  * },
153
153
  * ],
154
- * UserPoolAddOns: {
154
+ * UserPoolAddOns: { // UserPoolAddOnsType
155
155
  * AdvancedSecurityMode: "OFF" || "AUDIT" || "ENFORCED", // required
156
156
  * },
157
- * UsernameConfiguration: {
157
+ * UsernameConfiguration: { // UsernameConfigurationType
158
158
  * CaseSensitive: true || false, // required
159
159
  * },
160
- * AccountRecoverySetting: {
161
- * RecoveryMechanisms: [
162
- * {
160
+ * AccountRecoverySetting: { // AccountRecoverySettingType
161
+ * RecoveryMechanisms: [ // RecoveryMechanismsType
162
+ * { // RecoveryOptionType
163
163
  * Priority: Number("int"), // required
164
164
  * Name: "verified_email" || "verified_phone_number" || "admin_only", // required
165
165
  * },
@@ -26,10 +26,10 @@ export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainR
26
26
  * import { CognitoIdentityProviderClient, CreateUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, CreateUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // CreateUserPoolDomainRequest
30
30
  * Domain: "STRING_VALUE", // required
31
31
  * UserPoolId: "STRING_VALUE", // required
32
- * CustomDomainConfig: {
32
+ * CustomDomainConfig: { // CustomDomainConfigType
33
33
  * CertificateArn: "STRING_VALUE", // required
34
34
  * },
35
35
  * };
@@ -27,7 +27,7 @@ export interface DeleteGroupCommandOutput extends __MetadataBearer {
27
27
  * import { CognitoIdentityProviderClient, DeleteGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
28
28
  * // const { CognitoIdentityProviderClient, DeleteGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
29
29
  * const client = new CognitoIdentityProviderClient(config);
30
- * const input = {
30
+ * const input = { // DeleteGroupRequest
31
31
  * GroupName: "STRING_VALUE", // required
32
32
  * UserPoolId: "STRING_VALUE", // required
33
33
  * };
@@ -26,7 +26,7 @@ export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {
26
26
  * import { CognitoIdentityProviderClient, DeleteIdentityProviderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteIdentityProviderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DeleteIdentityProviderRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * ProviderName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteResourceServerCommandOutput extends __MetadataBearer {
26
26
  * import { CognitoIdentityProviderClient, DeleteResourceServerCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteResourceServerCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DeleteResourceServerRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * Identifier: "STRING_VALUE", // required
32
32
  * };
@@ -26,8 +26,8 @@ export interface DeleteUserAttributesCommandOutput extends DeleteUserAttributesR
26
26
  * import { CognitoIdentityProviderClient, DeleteUserAttributesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteUserAttributesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
30
- * UserAttributeNames: [ // required
29
+ * const input = { // DeleteUserAttributesRequest
30
+ * UserAttributeNames: [ // AttributeNameListType // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * AccessToken: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
26
26
  * import { CognitoIdentityProviderClient, DeleteUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserRequest
30
30
  * AccessToken: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteUserCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {
26
26
  * import { CognitoIdentityProviderClient, DeleteUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserPoolClientRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * ClientId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DeleteUserPoolCommandOutput extends __MetadataBearer {
26
26
  * import { CognitoIdentityProviderClient, DeleteUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserPoolRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteUserPoolCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteUserPoolDomainCommandOutput extends DeleteUserPoolDomainR
26
26
  * import { CognitoIdentityProviderClient, DeleteUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DeleteUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserPoolDomainRequest
30
30
  * Domain: "STRING_VALUE", // required
31
31
  * UserPoolId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DescribeIdentityProviderCommandOutput extends DescribeIdentityP
26
26
  * import { CognitoIdentityProviderClient, DescribeIdentityProviderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DescribeIdentityProviderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DescribeIdentityProviderRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * ProviderName: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DescribeResourceServerCommandOutput extends DescribeResourceSer
26
26
  * import { CognitoIdentityProviderClient, DescribeResourceServerCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DescribeResourceServerCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DescribeResourceServerRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * Identifier: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface DescribeRiskConfigurationCommandOutput extends DescribeRiskConf
26
26
  * import { CognitoIdentityProviderClient, DescribeRiskConfigurationCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DescribeRiskConfigurationCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DescribeRiskConfigurationRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * ClientId: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface DescribeUserImportJobCommandOutput extends DescribeUserImportJo
26
26
  * import { CognitoIdentityProviderClient, DescribeUserImportJobCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DescribeUserImportJobCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DescribeUserImportJobRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * JobId: "STRING_VALUE", // required
32
32
  * };
@@ -27,7 +27,7 @@ export interface DescribeUserPoolClientCommandOutput extends DescribeUserPoolCli
27
27
  * import { CognitoIdentityProviderClient, DescribeUserPoolClientCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
28
28
  * // const { CognitoIdentityProviderClient, DescribeUserPoolClientCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
29
29
  * const client = new CognitoIdentityProviderClient(config);
30
- * const input = {
30
+ * const input = { // DescribeUserPoolClientRequest
31
31
  * UserPoolId: "STRING_VALUE", // required
32
32
  * ClientId: "STRING_VALUE", // required
33
33
  * };
@@ -26,7 +26,7 @@ export interface DescribeUserPoolCommandOutput extends DescribeUserPoolResponse,
26
26
  * import { CognitoIdentityProviderClient, DescribeUserPoolCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DescribeUserPoolCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DescribeUserPoolRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeUserPoolCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeUserPoolDomainCommandOutput extends DescribeUserPoolDom
26
26
  * import { CognitoIdentityProviderClient, DescribeUserPoolDomainCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, DescribeUserPoolDomainCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // DescribeUserPoolDomainRequest
30
30
  * Domain: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeUserPoolDomainCommand(input);
@@ -26,7 +26,7 @@ export interface ForgetDeviceCommandOutput extends __MetadataBearer {
26
26
  * import { CognitoIdentityProviderClient, ForgetDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, ForgetDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // ForgetDeviceRequest
30
30
  * AccessToken: "STRING_VALUE",
31
31
  * DeviceKey: "STRING_VALUE", // required
32
32
  * };
@@ -51,18 +51,18 @@ export interface ForgotPasswordCommandOutput extends ForgotPasswordResponse, __M
51
51
  * import { CognitoIdentityProviderClient, ForgotPasswordCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
52
52
  * // const { CognitoIdentityProviderClient, ForgotPasswordCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
53
53
  * const client = new CognitoIdentityProviderClient(config);
54
- * const input = {
54
+ * const input = { // ForgotPasswordRequest
55
55
  * ClientId: "STRING_VALUE", // required
56
56
  * SecretHash: "STRING_VALUE",
57
- * UserContextData: {
57
+ * UserContextData: { // UserContextDataType
58
58
  * IpAddress: "STRING_VALUE",
59
59
  * EncodedData: "STRING_VALUE",
60
60
  * },
61
61
  * Username: "STRING_VALUE", // required
62
- * AnalyticsMetadata: {
62
+ * AnalyticsMetadata: { // AnalyticsMetadataType
63
63
  * AnalyticsEndpointId: "STRING_VALUE",
64
64
  * },
65
- * ClientMetadata: {
65
+ * ClientMetadata: { // ClientMetadataType
66
66
  * "<keys>": "STRING_VALUE",
67
67
  * },
68
68
  * };
@@ -27,7 +27,7 @@ export interface GetCSVHeaderCommandOutput extends GetCSVHeaderResponse, __Metad
27
27
  * import { CognitoIdentityProviderClient, GetCSVHeaderCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
28
28
  * // const { CognitoIdentityProviderClient, GetCSVHeaderCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
29
29
  * const client = new CognitoIdentityProviderClient(config);
30
- * const input = {
30
+ * const input = { // GetCSVHeaderRequest
31
31
  * UserPoolId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetCSVHeaderCommand(input);
@@ -26,7 +26,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea
26
26
  * import { CognitoIdentityProviderClient, GetDeviceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, GetDeviceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // GetDeviceRequest
30
30
  * DeviceKey: "STRING_VALUE", // required
31
31
  * AccessToken: "STRING_VALUE",
32
32
  * };
@@ -27,7 +27,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
27
27
  * import { CognitoIdentityProviderClient, GetGroupCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
28
28
  * // const { CognitoIdentityProviderClient, GetGroupCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
29
29
  * const client = new CognitoIdentityProviderClient(config);
30
- * const input = {
30
+ * const input = { // GetGroupRequest
31
31
  * GroupName: "STRING_VALUE", // required
32
32
  * UserPoolId: "STRING_VALUE", // required
33
33
  * };
@@ -26,7 +26,7 @@ export interface GetIdentityProviderByIdentifierCommandOutput extends GetIdentit
26
26
  * import { CognitoIdentityProviderClient, GetIdentityProviderByIdentifierCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, GetIdentityProviderByIdentifierCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // GetIdentityProviderByIdentifierRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * IdpIdentifier: "STRING_VALUE", // required
32
32
  * };
@@ -28,7 +28,7 @@ export interface GetSigningCertificateCommandOutput extends GetSigningCertificat
28
28
  * import { CognitoIdentityProviderClient, GetSigningCertificateCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
29
29
  * // const { CognitoIdentityProviderClient, GetSigningCertificateCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
30
30
  * const client = new CognitoIdentityProviderClient(config);
31
- * const input = {
31
+ * const input = { // GetSigningCertificateRequest
32
32
  * UserPoolId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetSigningCertificateCommand(input);
@@ -30,7 +30,7 @@ export interface GetUICustomizationCommandOutput extends GetUICustomizationRespo
30
30
  * import { CognitoIdentityProviderClient, GetUICustomizationCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
31
31
  * // const { CognitoIdentityProviderClient, GetUICustomizationCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
32
32
  * const client = new CognitoIdentityProviderClient(config);
33
- * const input = {
33
+ * const input = { // GetUICustomizationRequest
34
34
  * UserPoolId: "STRING_VALUE", // required
35
35
  * ClientId: "STRING_VALUE",
36
36
  * };
@@ -46,10 +46,10 @@ export interface GetUserAttributeVerificationCodeCommandOutput extends GetUserAt
46
46
  * import { CognitoIdentityProviderClient, GetUserAttributeVerificationCodeCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
47
47
  * // const { CognitoIdentityProviderClient, GetUserAttributeVerificationCodeCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
48
48
  * const client = new CognitoIdentityProviderClient(config);
49
- * const input = {
49
+ * const input = { // GetUserAttributeVerificationCodeRequest
50
50
  * AccessToken: "STRING_VALUE", // required
51
51
  * AttributeName: "STRING_VALUE", // required
52
- * ClientMetadata: {
52
+ * ClientMetadata: { // ClientMetadataType
53
53
  * "<keys>": "STRING_VALUE",
54
54
  * },
55
55
  * };
@@ -26,7 +26,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
26
26
  * import { CognitoIdentityProviderClient, GetUserCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, GetUserCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // GetUserRequest
30
30
  * AccessToken: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetUserCommand(input);
@@ -26,7 +26,7 @@ export interface GetUserPoolMfaConfigCommandOutput extends GetUserPoolMfaConfigR
26
26
  * import { CognitoIdentityProviderClient, GetUserPoolMfaConfigCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, GetUserPoolMfaConfigCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // GetUserPoolMfaConfigRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetUserPoolMfaConfigCommand(input);
@@ -28,7 +28,7 @@ export interface GlobalSignOutCommandOutput extends GlobalSignOutResponse, __Met
28
28
  * import { CognitoIdentityProviderClient, GlobalSignOutCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
29
29
  * // const { CognitoIdentityProviderClient, GlobalSignOutCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
30
30
  * const client = new CognitoIdentityProviderClient(config);
31
- * const input = {
31
+ * const input = { // GlobalSignOutRequest
32
32
  * AccessToken: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GlobalSignOutCommand(input);
@@ -45,19 +45,19 @@ export interface InitiateAuthCommandOutput extends InitiateAuthResponse, __Metad
45
45
  * import { CognitoIdentityProviderClient, InitiateAuthCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
46
46
  * // const { CognitoIdentityProviderClient, InitiateAuthCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
47
47
  * const client = new CognitoIdentityProviderClient(config);
48
- * const input = {
48
+ * const input = { // InitiateAuthRequest
49
49
  * AuthFlow: "USER_SRP_AUTH" || "REFRESH_TOKEN_AUTH" || "REFRESH_TOKEN" || "CUSTOM_AUTH" || "ADMIN_NO_SRP_AUTH" || "USER_PASSWORD_AUTH" || "ADMIN_USER_PASSWORD_AUTH", // required
50
- * AuthParameters: {
50
+ * AuthParameters: { // AuthParametersType
51
51
  * "<keys>": "STRING_VALUE",
52
52
  * },
53
- * ClientMetadata: {
53
+ * ClientMetadata: { // ClientMetadataType
54
54
  * "<keys>": "STRING_VALUE",
55
55
  * },
56
56
  * ClientId: "STRING_VALUE", // required
57
- * AnalyticsMetadata: {
57
+ * AnalyticsMetadata: { // AnalyticsMetadataType
58
58
  * AnalyticsEndpointId: "STRING_VALUE",
59
59
  * },
60
- * UserContextData: {
60
+ * UserContextData: { // UserContextDataType
61
61
  * IpAddress: "STRING_VALUE",
62
62
  * EncodedData: "STRING_VALUE",
63
63
  * },
@@ -26,7 +26,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
26
26
  * import { CognitoIdentityProviderClient, ListDevicesCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, ListDevicesCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // ListDevicesRequest
30
30
  * AccessToken: "STRING_VALUE", // required
31
31
  * Limit: Number("int"),
32
32
  * PaginationToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
27
27
  * import { CognitoIdentityProviderClient, ListGroupsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
28
28
  * // const { CognitoIdentityProviderClient, ListGroupsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
29
29
  * const client = new CognitoIdentityProviderClient(config);
30
- * const input = {
30
+ * const input = { // ListGroupsRequest
31
31
  * UserPoolId: "STRING_VALUE", // required
32
32
  * Limit: Number("int"),
33
33
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
26
26
  * import { CognitoIdentityProviderClient, ListIdentityProvidersCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, ListIdentityProvidersCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // ListIdentityProvidersRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListResourceServersCommandOutput extends ListResourceServersRes
26
26
  * import { CognitoIdentityProviderClient, ListResourceServersCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, ListResourceServersCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // ListResourceServersRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * import { CognitoIdentityProviderClient, ListTagsForResourceCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
30
30
  * // const { CognitoIdentityProviderClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
31
31
  * const client = new CognitoIdentityProviderClient(config);
32
- * const input = {
32
+ * const input = { // ListTagsForResourceRequest
33
33
  * ResourceArn: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new ListTagsForResourceCommand(input);
@@ -26,7 +26,7 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo
26
26
  * import { CognitoIdentityProviderClient, ListUserImportJobsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, ListUserImportJobsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // ListUserImportJobsRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"), // required
32
32
  * PaginationToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes
26
26
  * import { CognitoIdentityProviderClient, ListUserPoolClientsCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
27
27
  * // const { CognitoIdentityProviderClient, ListUserPoolClientsCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
28
28
  * const client = new CognitoIdentityProviderClient(config);
29
- * const input = {
29
+ * const input = { // ListUserPoolClientsRequest
30
30
  * UserPoolId: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",