@aws-sdk/client-cognito-identity-provider 3.926.0 → 3.928.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 (146) hide show
  1. package/dist-cjs/index.js +4672 -5155
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CognitoIdentityProviderClient.js +2 -0
  4. package/dist-es/commands/AddCustomAttributesCommand.js +3 -9
  5. package/dist-es/commands/AdminAddUserToGroupCommand.js +3 -10
  6. package/dist-es/commands/AdminConfirmSignUpCommand.js +3 -10
  7. package/dist-es/commands/AdminCreateUserCommand.js +3 -10
  8. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +3 -10
  9. package/dist-es/commands/AdminDeleteUserCommand.js +3 -10
  10. package/dist-es/commands/AdminDisableProviderForUserCommand.js +3 -9
  11. package/dist-es/commands/AdminDisableUserCommand.js +3 -10
  12. package/dist-es/commands/AdminEnableUserCommand.js +3 -10
  13. package/dist-es/commands/AdminForgetDeviceCommand.js +3 -10
  14. package/dist-es/commands/AdminGetDeviceCommand.js +3 -10
  15. package/dist-es/commands/AdminGetUserCommand.js +3 -10
  16. package/dist-es/commands/AdminInitiateAuthCommand.js +3 -10
  17. package/dist-es/commands/AdminLinkProviderForUserCommand.js +3 -9
  18. package/dist-es/commands/AdminListDevicesCommand.js +3 -10
  19. package/dist-es/commands/AdminListGroupsForUserCommand.js +3 -10
  20. package/dist-es/commands/AdminListUserAuthEventsCommand.js +3 -10
  21. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +3 -10
  22. package/dist-es/commands/AdminResetUserPasswordCommand.js +3 -10
  23. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +3 -10
  24. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +3 -10
  25. package/dist-es/commands/AdminSetUserPasswordCommand.js +3 -10
  26. package/dist-es/commands/AdminSetUserSettingsCommand.js +3 -10
  27. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +3 -10
  28. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +3 -10
  29. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +3 -10
  30. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +3 -10
  31. package/dist-es/commands/AssociateSoftwareTokenCommand.js +3 -10
  32. package/dist-es/commands/ChangePasswordCommand.js +3 -10
  33. package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +3 -10
  34. package/dist-es/commands/ConfirmDeviceCommand.js +3 -10
  35. package/dist-es/commands/ConfirmForgotPasswordCommand.js +3 -10
  36. package/dist-es/commands/ConfirmSignUpCommand.js +3 -10
  37. package/dist-es/commands/CreateGroupCommand.js +3 -9
  38. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -9
  39. package/dist-es/commands/CreateManagedLoginBrandingCommand.js +3 -10
  40. package/dist-es/commands/CreateResourceServerCommand.js +3 -9
  41. package/dist-es/commands/CreateTermsCommand.js +3 -10
  42. package/dist-es/commands/CreateUserImportJobCommand.js +3 -9
  43. package/dist-es/commands/CreateUserPoolClientCommand.js +3 -10
  44. package/dist-es/commands/CreateUserPoolCommand.js +3 -9
  45. package/dist-es/commands/CreateUserPoolDomainCommand.js +3 -9
  46. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  47. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  48. package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +3 -9
  49. package/dist-es/commands/DeleteResourceServerCommand.js +3 -9
  50. package/dist-es/commands/DeleteTermsCommand.js +3 -9
  51. package/dist-es/commands/DeleteUserAttributesCommand.js +3 -10
  52. package/dist-es/commands/DeleteUserCommand.js +3 -10
  53. package/dist-es/commands/DeleteUserPoolClientCommand.js +3 -10
  54. package/dist-es/commands/DeleteUserPoolCommand.js +3 -9
  55. package/dist-es/commands/DeleteUserPoolDomainCommand.js +3 -9
  56. package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +3 -10
  57. package/dist-es/commands/DescribeIdentityProviderCommand.js +3 -9
  58. package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +3 -10
  59. package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +3 -9
  60. package/dist-es/commands/DescribeResourceServerCommand.js +3 -9
  61. package/dist-es/commands/DescribeRiskConfigurationCommand.js +3 -10
  62. package/dist-es/commands/DescribeTermsCommand.js +3 -10
  63. package/dist-es/commands/DescribeUserImportJobCommand.js +3 -9
  64. package/dist-es/commands/DescribeUserPoolClientCommand.js +3 -10
  65. package/dist-es/commands/DescribeUserPoolCommand.js +3 -9
  66. package/dist-es/commands/DescribeUserPoolDomainCommand.js +3 -9
  67. package/dist-es/commands/ForgetDeviceCommand.js +3 -10
  68. package/dist-es/commands/ForgotPasswordCommand.js +3 -10
  69. package/dist-es/commands/GetCSVHeaderCommand.js +3 -9
  70. package/dist-es/commands/GetDeviceCommand.js +3 -10
  71. package/dist-es/commands/GetGroupCommand.js +3 -9
  72. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +3 -9
  73. package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +3 -9
  74. package/dist-es/commands/GetSigningCertificateCommand.js +3 -9
  75. package/dist-es/commands/GetTokensFromRefreshTokenCommand.js +3 -11
  76. package/dist-es/commands/GetUICustomizationCommand.js +3 -10
  77. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +3 -10
  78. package/dist-es/commands/GetUserAuthFactorsCommand.js +3 -10
  79. package/dist-es/commands/GetUserCommand.js +3 -10
  80. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +3 -9
  81. package/dist-es/commands/GlobalSignOutCommand.js +3 -10
  82. package/dist-es/commands/InitiateAuthCommand.js +3 -10
  83. package/dist-es/commands/ListDevicesCommand.js +3 -10
  84. package/dist-es/commands/ListGroupsCommand.js +3 -9
  85. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -9
  86. package/dist-es/commands/ListResourceServersCommand.js +3 -9
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  88. package/dist-es/commands/ListTermsCommand.js +3 -9
  89. package/dist-es/commands/ListUserImportJobsCommand.js +3 -9
  90. package/dist-es/commands/ListUserPoolClientsCommand.js +3 -10
  91. package/dist-es/commands/ListUserPoolsCommand.js +3 -9
  92. package/dist-es/commands/ListUsersCommand.js +3 -10
  93. package/dist-es/commands/ListUsersInGroupCommand.js +3 -10
  94. package/dist-es/commands/ListWebAuthnCredentialsCommand.js +3 -10
  95. package/dist-es/commands/ResendConfirmationCodeCommand.js +3 -10
  96. package/dist-es/commands/RespondToAuthChallengeCommand.js +3 -10
  97. package/dist-es/commands/RevokeTokenCommand.js +3 -10
  98. package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +3 -9
  99. package/dist-es/commands/SetRiskConfigurationCommand.js +3 -10
  100. package/dist-es/commands/SetUICustomizationCommand.js +3 -10
  101. package/dist-es/commands/SetUserMFAPreferenceCommand.js +3 -10
  102. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +3 -9
  103. package/dist-es/commands/SetUserSettingsCommand.js +3 -10
  104. package/dist-es/commands/SignUpCommand.js +3 -10
  105. package/dist-es/commands/StartUserImportJobCommand.js +3 -9
  106. package/dist-es/commands/StartWebAuthnRegistrationCommand.js +3 -10
  107. package/dist-es/commands/StopUserImportJobCommand.js +3 -9
  108. package/dist-es/commands/TagResourceCommand.js +3 -9
  109. package/dist-es/commands/UntagResourceCommand.js +3 -9
  110. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +3 -10
  111. package/dist-es/commands/UpdateDeviceStatusCommand.js +3 -10
  112. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  113. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -9
  114. package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +3 -9
  115. package/dist-es/commands/UpdateResourceServerCommand.js +3 -9
  116. package/dist-es/commands/UpdateTermsCommand.js +3 -10
  117. package/dist-es/commands/UpdateUserAttributesCommand.js +3 -10
  118. package/dist-es/commands/UpdateUserPoolClientCommand.js +3 -10
  119. package/dist-es/commands/UpdateUserPoolCommand.js +3 -9
  120. package/dist-es/commands/UpdateUserPoolDomainCommand.js +3 -9
  121. package/dist-es/commands/VerifySoftwareTokenCommand.js +3 -10
  122. package/dist-es/commands/VerifyUserAttributeCommand.js +3 -10
  123. package/dist-es/models/models_0.js +0 -306
  124. package/dist-es/models/models_1.js +0 -205
  125. package/dist-es/runtimeConfig.shared.js +7 -0
  126. package/dist-es/schemas/schemas_0.js +4298 -0
  127. package/dist-types/CognitoIdentityProviderClient.d.ts +10 -1
  128. package/dist-types/models/models_0.d.ts +0 -260
  129. package/dist-types/models/models_1.d.ts +0 -164
  130. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  131. package/dist-types/runtimeConfig.d.ts +1 -0
  132. package/dist-types/runtimeConfig.native.d.ts +1 -0
  133. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  134. package/dist-types/schemas/schemas_0.d.ts +549 -0
  135. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -189
  137. package/dist-types/ts3.4/models/models_1.d.ts +0 -123
  138. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  139. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  140. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  141. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  142. package/dist-types/ts3.4/schemas/schemas_0.d.ts +556 -0
  143. package/package.json +5 -5
  144. package/dist-es/protocols/Aws_json1_1.js +0 -3548
  145. package/dist-types/protocols/Aws_json1_1.d.ts +0 -1073
  146. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1433
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
11
11
  import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
@@ -260,6 +260,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
260
260
  * Optional extensions
261
261
  */
262
262
  extensions?: RuntimeExtension[];
263
+ /**
264
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
265
+ * may be overridden. A default will always be set by the client.
266
+ * Available options depend on the service's supported protocols and will not be validated by
267
+ * the client.
268
+ * @alpha
269
+ *
270
+ */
271
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
263
272
  /**
264
273
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
265
274
  */
@@ -9069,263 +9069,3 @@ export interface GetTokensFromRefreshTokenRequest {
9069
9069
  */
9070
9070
  ClientMetadata?: Record<string, string> | undefined;
9071
9071
  }
9072
- /**
9073
- * @internal
9074
- */
9075
- export declare const AdminAddUserToGroupRequestFilterSensitiveLog: (obj: AdminAddUserToGroupRequest) => any;
9076
- /**
9077
- * @internal
9078
- */
9079
- export declare const AdminConfirmSignUpRequestFilterSensitiveLog: (obj: AdminConfirmSignUpRequest) => any;
9080
- /**
9081
- * @internal
9082
- */
9083
- export declare const AttributeTypeFilterSensitiveLog: (obj: AttributeType) => any;
9084
- /**
9085
- * @internal
9086
- */
9087
- export declare const AdminCreateUserRequestFilterSensitiveLog: (obj: AdminCreateUserRequest) => any;
9088
- /**
9089
- * @internal
9090
- */
9091
- export declare const UserTypeFilterSensitiveLog: (obj: UserType) => any;
9092
- /**
9093
- * @internal
9094
- */
9095
- export declare const AdminCreateUserResponseFilterSensitiveLog: (obj: AdminCreateUserResponse) => any;
9096
- /**
9097
- * @internal
9098
- */
9099
- export declare const AdminDeleteUserRequestFilterSensitiveLog: (obj: AdminDeleteUserRequest) => any;
9100
- /**
9101
- * @internal
9102
- */
9103
- export declare const AdminDeleteUserAttributesRequestFilterSensitiveLog: (obj: AdminDeleteUserAttributesRequest) => any;
9104
- /**
9105
- * @internal
9106
- */
9107
- export declare const AdminDisableUserRequestFilterSensitiveLog: (obj: AdminDisableUserRequest) => any;
9108
- /**
9109
- * @internal
9110
- */
9111
- export declare const AdminEnableUserRequestFilterSensitiveLog: (obj: AdminEnableUserRequest) => any;
9112
- /**
9113
- * @internal
9114
- */
9115
- export declare const AdminForgetDeviceRequestFilterSensitiveLog: (obj: AdminForgetDeviceRequest) => any;
9116
- /**
9117
- * @internal
9118
- */
9119
- export declare const AdminGetDeviceRequestFilterSensitiveLog: (obj: AdminGetDeviceRequest) => any;
9120
- /**
9121
- * @internal
9122
- */
9123
- export declare const DeviceTypeFilterSensitiveLog: (obj: DeviceType) => any;
9124
- /**
9125
- * @internal
9126
- */
9127
- export declare const AdminGetDeviceResponseFilterSensitiveLog: (obj: AdminGetDeviceResponse) => any;
9128
- /**
9129
- * @internal
9130
- */
9131
- export declare const AdminGetUserRequestFilterSensitiveLog: (obj: AdminGetUserRequest) => any;
9132
- /**
9133
- * @internal
9134
- */
9135
- export declare const AdminGetUserResponseFilterSensitiveLog: (obj: AdminGetUserResponse) => any;
9136
- /**
9137
- * @internal
9138
- */
9139
- export declare const AdminInitiateAuthRequestFilterSensitiveLog: (obj: AdminInitiateAuthRequest) => any;
9140
- /**
9141
- * @internal
9142
- */
9143
- export declare const AuthenticationResultTypeFilterSensitiveLog: (obj: AuthenticationResultType) => any;
9144
- /**
9145
- * @internal
9146
- */
9147
- export declare const AdminInitiateAuthResponseFilterSensitiveLog: (obj: AdminInitiateAuthResponse) => any;
9148
- /**
9149
- * @internal
9150
- */
9151
- export declare const AdminListDevicesRequestFilterSensitiveLog: (obj: AdminListDevicesRequest) => any;
9152
- /**
9153
- * @internal
9154
- */
9155
- export declare const AdminListDevicesResponseFilterSensitiveLog: (obj: AdminListDevicesResponse) => any;
9156
- /**
9157
- * @internal
9158
- */
9159
- export declare const AdminListGroupsForUserRequestFilterSensitiveLog: (obj: AdminListGroupsForUserRequest) => any;
9160
- /**
9161
- * @internal
9162
- */
9163
- export declare const AdminListUserAuthEventsRequestFilterSensitiveLog: (obj: AdminListUserAuthEventsRequest) => any;
9164
- /**
9165
- * @internal
9166
- */
9167
- export declare const AdminRemoveUserFromGroupRequestFilterSensitiveLog: (obj: AdminRemoveUserFromGroupRequest) => any;
9168
- /**
9169
- * @internal
9170
- */
9171
- export declare const AdminResetUserPasswordRequestFilterSensitiveLog: (obj: AdminResetUserPasswordRequest) => any;
9172
- /**
9173
- * @internal
9174
- */
9175
- export declare const AdminRespondToAuthChallengeRequestFilterSensitiveLog: (obj: AdminRespondToAuthChallengeRequest) => any;
9176
- /**
9177
- * @internal
9178
- */
9179
- export declare const AdminRespondToAuthChallengeResponseFilterSensitiveLog: (obj: AdminRespondToAuthChallengeResponse) => any;
9180
- /**
9181
- * @internal
9182
- */
9183
- export declare const AdminSetUserMFAPreferenceRequestFilterSensitiveLog: (obj: AdminSetUserMFAPreferenceRequest) => any;
9184
- /**
9185
- * @internal
9186
- */
9187
- export declare const AdminSetUserPasswordRequestFilterSensitiveLog: (obj: AdminSetUserPasswordRequest) => any;
9188
- /**
9189
- * @internal
9190
- */
9191
- export declare const AdminSetUserSettingsRequestFilterSensitiveLog: (obj: AdminSetUserSettingsRequest) => any;
9192
- /**
9193
- * @internal
9194
- */
9195
- export declare const AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackRequest) => any;
9196
- /**
9197
- * @internal
9198
- */
9199
- export declare const AdminUpdateDeviceStatusRequestFilterSensitiveLog: (obj: AdminUpdateDeviceStatusRequest) => any;
9200
- /**
9201
- * @internal
9202
- */
9203
- export declare const AdminUpdateUserAttributesRequestFilterSensitiveLog: (obj: AdminUpdateUserAttributesRequest) => any;
9204
- /**
9205
- * @internal
9206
- */
9207
- export declare const AdminUserGlobalSignOutRequestFilterSensitiveLog: (obj: AdminUserGlobalSignOutRequest) => any;
9208
- /**
9209
- * @internal
9210
- */
9211
- export declare const AssociateSoftwareTokenRequestFilterSensitiveLog: (obj: AssociateSoftwareTokenRequest) => any;
9212
- /**
9213
- * @internal
9214
- */
9215
- export declare const AssociateSoftwareTokenResponseFilterSensitiveLog: (obj: AssociateSoftwareTokenResponse) => any;
9216
- /**
9217
- * @internal
9218
- */
9219
- export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
9220
- /**
9221
- * @internal
9222
- */
9223
- export declare const CompleteWebAuthnRegistrationRequestFilterSensitiveLog: (obj: CompleteWebAuthnRegistrationRequest) => any;
9224
- /**
9225
- * @internal
9226
- */
9227
- export declare const ConfirmDeviceRequestFilterSensitiveLog: (obj: ConfirmDeviceRequest) => any;
9228
- /**
9229
- * @internal
9230
- */
9231
- export declare const UserContextDataTypeFilterSensitiveLog: (obj: UserContextDataType) => any;
9232
- /**
9233
- * @internal
9234
- */
9235
- export declare const ConfirmForgotPasswordRequestFilterSensitiveLog: (obj: ConfirmForgotPasswordRequest) => any;
9236
- /**
9237
- * @internal
9238
- */
9239
- export declare const ConfirmSignUpRequestFilterSensitiveLog: (obj: ConfirmSignUpRequest) => any;
9240
- /**
9241
- * @internal
9242
- */
9243
- export declare const ConfirmSignUpResponseFilterSensitiveLog: (obj: ConfirmSignUpResponse) => any;
9244
- /**
9245
- * @internal
9246
- */
9247
- export declare const CreateManagedLoginBrandingRequestFilterSensitiveLog: (obj: CreateManagedLoginBrandingRequest) => any;
9248
- /**
9249
- * @internal
9250
- */
9251
- export declare const CreateTermsRequestFilterSensitiveLog: (obj: CreateTermsRequest) => any;
9252
- /**
9253
- * @internal
9254
- */
9255
- export declare const TermsTypeFilterSensitiveLog: (obj: TermsType) => any;
9256
- /**
9257
- * @internal
9258
- */
9259
- export declare const CreateTermsResponseFilterSensitiveLog: (obj: CreateTermsResponse) => any;
9260
- /**
9261
- * @internal
9262
- */
9263
- export declare const UserPoolClientTypeFilterSensitiveLog: (obj: UserPoolClientType) => any;
9264
- /**
9265
- * @internal
9266
- */
9267
- export declare const CreateUserPoolClientResponseFilterSensitiveLog: (obj: CreateUserPoolClientResponse) => any;
9268
- /**
9269
- * @internal
9270
- */
9271
- export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
9272
- /**
9273
- * @internal
9274
- */
9275
- export declare const DeleteUserAttributesRequestFilterSensitiveLog: (obj: DeleteUserAttributesRequest) => any;
9276
- /**
9277
- * @internal
9278
- */
9279
- export declare const DeleteUserPoolClientRequestFilterSensitiveLog: (obj: DeleteUserPoolClientRequest) => any;
9280
- /**
9281
- * @internal
9282
- */
9283
- export declare const DeleteWebAuthnCredentialRequestFilterSensitiveLog: (obj: DeleteWebAuthnCredentialRequest) => any;
9284
- /**
9285
- * @internal
9286
- */
9287
- export declare const DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog: (obj: DescribeManagedLoginBrandingByClientRequest) => any;
9288
- /**
9289
- * @internal
9290
- */
9291
- export declare const DescribeRiskConfigurationRequestFilterSensitiveLog: (obj: DescribeRiskConfigurationRequest) => any;
9292
- /**
9293
- * @internal
9294
- */
9295
- export declare const RiskConfigurationTypeFilterSensitiveLog: (obj: RiskConfigurationType) => any;
9296
- /**
9297
- * @internal
9298
- */
9299
- export declare const DescribeRiskConfigurationResponseFilterSensitiveLog: (obj: DescribeRiskConfigurationResponse) => any;
9300
- /**
9301
- * @internal
9302
- */
9303
- export declare const DescribeTermsResponseFilterSensitiveLog: (obj: DescribeTermsResponse) => any;
9304
- /**
9305
- * @internal
9306
- */
9307
- export declare const DescribeUserPoolClientRequestFilterSensitiveLog: (obj: DescribeUserPoolClientRequest) => any;
9308
- /**
9309
- * @internal
9310
- */
9311
- export declare const DescribeUserPoolClientResponseFilterSensitiveLog: (obj: DescribeUserPoolClientResponse) => any;
9312
- /**
9313
- * @internal
9314
- */
9315
- export declare const ForgetDeviceRequestFilterSensitiveLog: (obj: ForgetDeviceRequest) => any;
9316
- /**
9317
- * @internal
9318
- */
9319
- export declare const ForgotPasswordRequestFilterSensitiveLog: (obj: ForgotPasswordRequest) => any;
9320
- /**
9321
- * @internal
9322
- */
9323
- export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest) => any;
9324
- /**
9325
- * @internal
9326
- */
9327
- export declare const GetDeviceResponseFilterSensitiveLog: (obj: GetDeviceResponse) => any;
9328
- /**
9329
- * @internal
9330
- */
9331
- export declare const GetTokensFromRefreshTokenRequestFilterSensitiveLog: (obj: GetTokensFromRefreshTokenRequest) => any;
@@ -4092,167 +4092,3 @@ export interface VerifyUserAttributeRequest {
4092
4092
  */
4093
4093
  export interface VerifyUserAttributeResponse {
4094
4094
  }
4095
- /**
4096
- * @internal
4097
- */
4098
- export declare const GetTokensFromRefreshTokenResponseFilterSensitiveLog: (obj: GetTokensFromRefreshTokenResponse) => any;
4099
- /**
4100
- * @internal
4101
- */
4102
- export declare const GetUICustomizationRequestFilterSensitiveLog: (obj: GetUICustomizationRequest) => any;
4103
- /**
4104
- * @internal
4105
- */
4106
- export declare const UICustomizationTypeFilterSensitiveLog: (obj: UICustomizationType) => any;
4107
- /**
4108
- * @internal
4109
- */
4110
- export declare const GetUICustomizationResponseFilterSensitiveLog: (obj: GetUICustomizationResponse) => any;
4111
- /**
4112
- * @internal
4113
- */
4114
- export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
4115
- /**
4116
- * @internal
4117
- */
4118
- export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
4119
- /**
4120
- * @internal
4121
- */
4122
- export declare const GetUserAttributeVerificationCodeRequestFilterSensitiveLog: (obj: GetUserAttributeVerificationCodeRequest) => any;
4123
- /**
4124
- * @internal
4125
- */
4126
- export declare const GetUserAuthFactorsRequestFilterSensitiveLog: (obj: GetUserAuthFactorsRequest) => any;
4127
- /**
4128
- * @internal
4129
- */
4130
- export declare const GetUserAuthFactorsResponseFilterSensitiveLog: (obj: GetUserAuthFactorsResponse) => any;
4131
- /**
4132
- * @internal
4133
- */
4134
- export declare const GlobalSignOutRequestFilterSensitiveLog: (obj: GlobalSignOutRequest) => any;
4135
- /**
4136
- * @internal
4137
- */
4138
- export declare const InitiateAuthRequestFilterSensitiveLog: (obj: InitiateAuthRequest) => any;
4139
- /**
4140
- * @internal
4141
- */
4142
- export declare const InitiateAuthResponseFilterSensitiveLog: (obj: InitiateAuthResponse) => any;
4143
- /**
4144
- * @internal
4145
- */
4146
- export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
4147
- /**
4148
- * @internal
4149
- */
4150
- export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
4151
- /**
4152
- * @internal
4153
- */
4154
- export declare const UserPoolClientDescriptionFilterSensitiveLog: (obj: UserPoolClientDescription) => any;
4155
- /**
4156
- * @internal
4157
- */
4158
- export declare const ListUserPoolClientsResponseFilterSensitiveLog: (obj: ListUserPoolClientsResponse) => any;
4159
- /**
4160
- * @internal
4161
- */
4162
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
4163
- /**
4164
- * @internal
4165
- */
4166
- export declare const ListUsersInGroupResponseFilterSensitiveLog: (obj: ListUsersInGroupResponse) => any;
4167
- /**
4168
- * @internal
4169
- */
4170
- export declare const ListWebAuthnCredentialsRequestFilterSensitiveLog: (obj: ListWebAuthnCredentialsRequest) => any;
4171
- /**
4172
- * @internal
4173
- */
4174
- export declare const ResendConfirmationCodeRequestFilterSensitiveLog: (obj: ResendConfirmationCodeRequest) => any;
4175
- /**
4176
- * @internal
4177
- */
4178
- export declare const RespondToAuthChallengeRequestFilterSensitiveLog: (obj: RespondToAuthChallengeRequest) => any;
4179
- /**
4180
- * @internal
4181
- */
4182
- export declare const RespondToAuthChallengeResponseFilterSensitiveLog: (obj: RespondToAuthChallengeResponse) => any;
4183
- /**
4184
- * @internal
4185
- */
4186
- export declare const RevokeTokenRequestFilterSensitiveLog: (obj: RevokeTokenRequest) => any;
4187
- /**
4188
- * @internal
4189
- */
4190
- export declare const SetRiskConfigurationRequestFilterSensitiveLog: (obj: SetRiskConfigurationRequest) => any;
4191
- /**
4192
- * @internal
4193
- */
4194
- export declare const SetRiskConfigurationResponseFilterSensitiveLog: (obj: SetRiskConfigurationResponse) => any;
4195
- /**
4196
- * @internal
4197
- */
4198
- export declare const SetUICustomizationRequestFilterSensitiveLog: (obj: SetUICustomizationRequest) => any;
4199
- /**
4200
- * @internal
4201
- */
4202
- export declare const SetUICustomizationResponseFilterSensitiveLog: (obj: SetUICustomizationResponse) => any;
4203
- /**
4204
- * @internal
4205
- */
4206
- export declare const SetUserMFAPreferenceRequestFilterSensitiveLog: (obj: SetUserMFAPreferenceRequest) => any;
4207
- /**
4208
- * @internal
4209
- */
4210
- export declare const SetUserSettingsRequestFilterSensitiveLog: (obj: SetUserSettingsRequest) => any;
4211
- /**
4212
- * @internal
4213
- */
4214
- export declare const SignUpRequestFilterSensitiveLog: (obj: SignUpRequest) => any;
4215
- /**
4216
- * @internal
4217
- */
4218
- export declare const SignUpResponseFilterSensitiveLog: (obj: SignUpResponse) => any;
4219
- /**
4220
- * @internal
4221
- */
4222
- export declare const StartWebAuthnRegistrationRequestFilterSensitiveLog: (obj: StartWebAuthnRegistrationRequest) => any;
4223
- /**
4224
- * @internal
4225
- */
4226
- export declare const UpdateAuthEventFeedbackRequestFilterSensitiveLog: (obj: UpdateAuthEventFeedbackRequest) => any;
4227
- /**
4228
- * @internal
4229
- */
4230
- export declare const UpdateDeviceStatusRequestFilterSensitiveLog: (obj: UpdateDeviceStatusRequest) => any;
4231
- /**
4232
- * @internal
4233
- */
4234
- export declare const UpdateTermsResponseFilterSensitiveLog: (obj: UpdateTermsResponse) => any;
4235
- /**
4236
- * @internal
4237
- */
4238
- export declare const UpdateUserAttributesRequestFilterSensitiveLog: (obj: UpdateUserAttributesRequest) => any;
4239
- /**
4240
- * @internal
4241
- */
4242
- export declare const UpdateUserPoolClientRequestFilterSensitiveLog: (obj: UpdateUserPoolClientRequest) => any;
4243
- /**
4244
- * @internal
4245
- */
4246
- export declare const UpdateUserPoolClientResponseFilterSensitiveLog: (obj: UpdateUserPoolClientResponse) => any;
4247
- /**
4248
- * @internal
4249
- */
4250
- export declare const VerifySoftwareTokenRequestFilterSensitiveLog: (obj: VerifySoftwareTokenRequest) => any;
4251
- /**
4252
- * @internal
4253
- */
4254
- export declare const VerifySoftwareTokenResponseFilterSensitiveLog: (obj: VerifySoftwareTokenResponse) => any;
4255
- /**
4256
- * @internal
4257
- */
4258
- export declare const VerifyUserAttributeRequestFilterSensitiveLog: (obj: VerifyUserAttributeRequest) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
25
25
  signer: NoAuthSigner;
26
26
  })[];
27
27
  logger: import("@smithy/types").Logger;
28
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
28
29
  serviceId: string;
29
30
  urlParser: import("@smithy/types").UrlParser;
30
31
  utf8Decoder: import("@smithy/types").Decoder;