@aws-sdk/client-cognito-identity-provider 3.1078.0 → 3.1080.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 (36) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +97 -5
  3. package/dist-es/CognitoIdentityProvider.js +4 -0
  4. package/dist-es/commands/GetProvisionedLimitCommand.js +4 -0
  5. package/dist-es/commands/UpdateProvisionedLimitCommand.js +4 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +3 -0
  8. package/dist-es/models/errors.js +12 -0
  9. package/dist-es/schemas/schemas_0.js +62 -5
  10. package/dist-types/CognitoIdentityProvider.d.ts +14 -0
  11. package/dist-types/CognitoIdentityProviderClient.d.ts +4 -2
  12. package/dist-types/commands/GetProvisionedLimitCommand.d.ts +152 -0
  13. package/dist-types/commands/StopUserImportJobCommand.d.ts +2 -1
  14. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  16. package/dist-types/commands/UpdateProvisionedLimitCommand.d.ts +161 -0
  17. package/dist-types/commands/index.d.ts +2 -0
  18. package/dist-types/models/enums.d.ts +11 -0
  19. package/dist-types/models/errors.d.ts +12 -0
  20. package/dist-types/models/models_0.d.ts +64 -49
  21. package/dist-types/models/models_1.d.ts +75 -1
  22. package/dist-types/schemas/schemas_0.d.ts +9 -0
  23. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +34 -0
  24. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +12 -0
  25. package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +44 -0
  26. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +44 -0
  30. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  31. package/dist-types/ts3.4/models/enums.d.ts +4 -0
  32. package/dist-types/ts3.4/models/errors.d.ts +7 -0
  33. package/dist-types/ts3.4/models/models_0.d.ts +16 -12
  34. package/dist-types/ts3.4/models/models_1.d.ts +22 -0
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  36. package/package.json +3 -3
@@ -80,6 +80,7 @@ import type { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/G
80
80
  import type { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
81
81
  import type { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
82
82
  import type { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
83
+ import type { GetProvisionedLimitCommandInput, GetProvisionedLimitCommandOutput } from "./commands/GetProvisionedLimitCommand";
83
84
  import type { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
84
85
  import type { GetTokensFromRefreshTokenCommandInput, GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
85
86
  import type { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
@@ -123,6 +124,7 @@ import type { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput }
123
124
  import type { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
124
125
  import type { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
125
126
  import type { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
127
+ import type { UpdateProvisionedLimitCommandInput, UpdateProvisionedLimitCommandOutput } from "./commands/UpdateProvisionedLimitCommand";
126
128
  import type { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
127
129
  import type { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
128
130
  import type { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
@@ -138,11 +140,11 @@ export { __Client };
138
140
  /**
139
141
  * @public
140
142
  */
141
- export type ServiceInputTypes = AddCustomAttributesCommandInput | AddUserPoolClientSecretCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | CompleteWebAuthnRegistrationCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateManagedLoginBrandingCommandInput | CreateResourceServerCommandInput | CreateTermsCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | CreateUserPoolReplicaCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteManagedLoginBrandingCommandInput | DeleteResourceServerCommandInput | DeleteTermsCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolClientSecretCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DeleteUserPoolReplicaCommandInput | DeleteWebAuthnCredentialCommandInput | DescribeIdentityProviderCommandInput | DescribeManagedLoginBrandingByClientCommandInput | DescribeManagedLoginBrandingCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeTermsCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetLogDeliveryConfigurationCommandInput | GetSigningCertificateCommandInput | GetTokensFromRefreshTokenCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserAuthFactorsCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListTermsCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientSecretsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolReplicasCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ListWebAuthnCredentialsCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetLogDeliveryConfigurationCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StartWebAuthnRegistrationCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateManagedLoginBrandingCommandInput | UpdateResourceServerCommandInput | UpdateTermsCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | UpdateUserPoolReplicaCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
143
+ export type ServiceInputTypes = AddCustomAttributesCommandInput | AddUserPoolClientSecretCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | CompleteWebAuthnRegistrationCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateManagedLoginBrandingCommandInput | CreateResourceServerCommandInput | CreateTermsCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | CreateUserPoolReplicaCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteManagedLoginBrandingCommandInput | DeleteResourceServerCommandInput | DeleteTermsCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolClientSecretCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DeleteUserPoolReplicaCommandInput | DeleteWebAuthnCredentialCommandInput | DescribeIdentityProviderCommandInput | DescribeManagedLoginBrandingByClientCommandInput | DescribeManagedLoginBrandingCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeTermsCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetLogDeliveryConfigurationCommandInput | GetProvisionedLimitCommandInput | GetSigningCertificateCommandInput | GetTokensFromRefreshTokenCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserAuthFactorsCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListTermsCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientSecretsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolReplicasCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ListWebAuthnCredentialsCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetLogDeliveryConfigurationCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StartWebAuthnRegistrationCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateManagedLoginBrandingCommandInput | UpdateProvisionedLimitCommandInput | UpdateResourceServerCommandInput | UpdateTermsCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | UpdateUserPoolReplicaCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
142
144
  /**
143
145
  * @public
144
146
  */
145
- export type ServiceOutputTypes = AddCustomAttributesCommandOutput | AddUserPoolClientSecretCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | CompleteWebAuthnRegistrationCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateManagedLoginBrandingCommandOutput | CreateResourceServerCommandOutput | CreateTermsCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | CreateUserPoolReplicaCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteManagedLoginBrandingCommandOutput | DeleteResourceServerCommandOutput | DeleteTermsCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolClientSecretCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DeleteUserPoolReplicaCommandOutput | DeleteWebAuthnCredentialCommandOutput | DescribeIdentityProviderCommandOutput | DescribeManagedLoginBrandingByClientCommandOutput | DescribeManagedLoginBrandingCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeTermsCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetLogDeliveryConfigurationCommandOutput | GetSigningCertificateCommandOutput | GetTokensFromRefreshTokenCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserAuthFactorsCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListTermsCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientSecretsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolReplicasCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ListWebAuthnCredentialsCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetLogDeliveryConfigurationCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StartWebAuthnRegistrationCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateManagedLoginBrandingCommandOutput | UpdateResourceServerCommandOutput | UpdateTermsCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | UpdateUserPoolReplicaCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
147
+ export type ServiceOutputTypes = AddCustomAttributesCommandOutput | AddUserPoolClientSecretCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | CompleteWebAuthnRegistrationCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateManagedLoginBrandingCommandOutput | CreateResourceServerCommandOutput | CreateTermsCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | CreateUserPoolReplicaCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteManagedLoginBrandingCommandOutput | DeleteResourceServerCommandOutput | DeleteTermsCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolClientSecretCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DeleteUserPoolReplicaCommandOutput | DeleteWebAuthnCredentialCommandOutput | DescribeIdentityProviderCommandOutput | DescribeManagedLoginBrandingByClientCommandOutput | DescribeManagedLoginBrandingCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeTermsCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetLogDeliveryConfigurationCommandOutput | GetProvisionedLimitCommandOutput | GetSigningCertificateCommandOutput | GetTokensFromRefreshTokenCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserAuthFactorsCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListTermsCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientSecretsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolReplicasCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ListWebAuthnCredentialsCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetLogDeliveryConfigurationCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StartWebAuthnRegistrationCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateManagedLoginBrandingCommandOutput | UpdateProvisionedLimitCommandOutput | UpdateResourceServerCommandOutput | UpdateTermsCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | UpdateUserPoolReplicaCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
146
148
  /**
147
149
  * @public
148
150
  */
@@ -0,0 +1,152 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { GetProvisionedLimitRequest, GetProvisionedLimitResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link GetProvisionedLimitCommand}.
11
+ */
12
+ export interface GetProvisionedLimitCommandInput extends GetProvisionedLimitRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link GetProvisionedLimitCommand}.
18
+ */
19
+ export interface GetProvisionedLimitCommandOutput extends GetProvisionedLimitResponse, __MetadataBearer {
20
+ }
21
+ declare const GetProvisionedLimitCommand_base: {
22
+ new (input: GetProvisionedLimitCommandInput): import("@smithy/core/client").CommandImpl<GetProvisionedLimitCommandInput, GetProvisionedLimitCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetProvisionedLimitCommandInput): import("@smithy/core/client").CommandImpl<GetProvisionedLimitCommandInput, GetProvisionedLimitCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Returns the current provisioned limit for a specific API category.</p>
28
+ * <note>
29
+ * <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
30
+ * this operation, you must use IAM credentials to authorize requests, and you must
31
+ * grant yourself the corresponding IAM permission in a policy.</p>
32
+ * <p class="title">
33
+ * <b>Learn more</b>
34
+ * </p>
35
+ * <ul>
36
+ * <li>
37
+ * <p>
38
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html">Signing Amazon Web Services API Requests</a>
39
+ * </p>
40
+ * </li>
41
+ * <li>
42
+ * <p>
43
+ * <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html">Using the Amazon Cognito user pools API and user pool endpoints</a>
44
+ * </p>
45
+ * </li>
46
+ * </ul>
47
+ * </note>
48
+ * @example
49
+ * Use a bare-bones client and the command you need to make an API call.
50
+ * ```javascript
51
+ * import { CognitoIdentityProviderClient, GetProvisionedLimitCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
52
+ * // const { CognitoIdentityProviderClient, GetProvisionedLimitCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
53
+ * // import type { CognitoIdentityProviderClientConfig } from "@aws-sdk/client-cognito-identity-provider";
54
+ * const config = {}; // type is CognitoIdentityProviderClientConfig
55
+ * const client = new CognitoIdentityProviderClient(config);
56
+ * const input = { // GetProvisionedLimitRequest
57
+ * LimitDefinition: { // LimitDefinitionType
58
+ * LimitClass: "API_CATEGORY", // required
59
+ * Attributes: { // StringToStringMapType // required
60
+ * "<keys>": "STRING_VALUE",
61
+ * },
62
+ * },
63
+ * };
64
+ * const command = new GetProvisionedLimitCommand(input);
65
+ * const response = await client.send(command);
66
+ * // { // GetProvisionedLimitResponse
67
+ * // Limit: { // LimitType
68
+ * // LimitDefinition: { // LimitDefinitionType
69
+ * // LimitClass: "API_CATEGORY", // required
70
+ * // Attributes: { // StringToStringMapType // required
71
+ * // "<keys>": "STRING_VALUE",
72
+ * // },
73
+ * // },
74
+ * // ProvisionedLimitValue: Number("int"), // required
75
+ * // FreeLimitValue: Number("int"), // required
76
+ * // },
77
+ * // };
78
+ *
79
+ * ```
80
+ *
81
+ * @param GetProvisionedLimitCommandInput - {@link GetProvisionedLimitCommandInput}
82
+ * @returns {@link GetProvisionedLimitCommandOutput}
83
+ * @see {@link GetProvisionedLimitCommandInput} for command's `input` shape.
84
+ * @see {@link GetProvisionedLimitCommandOutput} for command's `response` shape.
85
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
86
+ *
87
+ * @throws {@link InternalErrorException} (server fault)
88
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
89
+ *
90
+ * @throws {@link InvalidParameterException} (client fault)
91
+ * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
92
+ * parameter.</p>
93
+ *
94
+ * @throws {@link NotAuthorizedException} (client fault)
95
+ * <p>This exception is thrown when a user isn't authorized.</p>
96
+ *
97
+ * @throws {@link ResourceNotFoundException} (client fault)
98
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
99
+ * resource.</p>
100
+ *
101
+ * @throws {@link TooManyRequestsException} (client fault)
102
+ * <p>This exception is thrown when the user has made too many requests for a given
103
+ * operation.</p>
104
+ *
105
+ * @throws {@link CognitoIdentityProviderServiceException}
106
+ * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
107
+ *
108
+ *
109
+ * @example Example get a provisioned limit
110
+ * ```javascript
111
+ * // The following example returns the provisioned limit for the UserAuthentication API category.
112
+ * const input = {
113
+ * LimitDefinition: {
114
+ * Attributes: {
115
+ * Category: "UserAuthentication"
116
+ * },
117
+ * LimitClass: "API_CATEGORY"
118
+ * }
119
+ * };
120
+ * const command = new GetProvisionedLimitCommand(input);
121
+ * const response = await client.send(command);
122
+ * /* response is
123
+ * {
124
+ * Limit: {
125
+ * FreeLimitValue: 120,
126
+ * LimitDefinition: {
127
+ * Attributes: {
128
+ * Category: "UserAuthentication"
129
+ * },
130
+ * LimitClass: "API_CATEGORY"
131
+ * },
132
+ * ProvisionedLimitValue: 120
133
+ * }
134
+ * }
135
+ * *\/
136
+ * ```
137
+ *
138
+ * @public
139
+ */
140
+ export declare class GetProvisionedLimitCommand extends GetProvisionedLimitCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: GetProvisionedLimitRequest;
145
+ output: GetProvisionedLimitResponse;
146
+ };
147
+ sdk: {
148
+ input: GetProvisionedLimitCommandInput;
149
+ output: GetProvisionedLimitCommandOutput;
150
+ };
151
+ };
152
+ }
@@ -1,5 +1,6 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { StopUserImportJobRequest, StopUserImportJobResponse } from "../models/models_0";
2
+ import type { StopUserImportJobRequest } from "../models/models_0";
3
+ import type { StopUserImportJobResponse } from "../models/models_1";
3
4
  /**
4
5
  * @public
5
6
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
2
+ import type { TagResourceRequest, TagResourceResponse } from "../models/models_1";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { UntagResourceRequest } from "../models/models_0";
3
- import type { UntagResourceResponse } from "../models/models_1";
2
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
4
3
  /**
5
4
  * @public
6
5
  */
@@ -0,0 +1,161 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { UpdateProvisionedLimitRequest, UpdateProvisionedLimitResponse } from "../models/models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link UpdateProvisionedLimitCommand}.
11
+ */
12
+ export interface UpdateProvisionedLimitCommandInput extends UpdateProvisionedLimitRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link UpdateProvisionedLimitCommand}.
18
+ */
19
+ export interface UpdateProvisionedLimitCommandOutput extends UpdateProvisionedLimitResponse, __MetadataBearer {
20
+ }
21
+ declare const UpdateProvisionedLimitCommand_base: {
22
+ new (input: UpdateProvisionedLimitCommandInput): import("@smithy/core/client").CommandImpl<UpdateProvisionedLimitCommandInput, UpdateProvisionedLimitCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateProvisionedLimitCommandInput): import("@smithy/core/client").CommandImpl<UpdateProvisionedLimitCommandInput, UpdateProvisionedLimitCommandOutput, import("..").CognitoIdentityProviderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Sets the provisioned limit for a specific API category. The value must be between the
28
+ * default limit and your account-level maximum limit in Service Quotas.</p>
29
+ * <p>Managed login user pools don't support adjustments to the
30
+ * <code>UserAuthentication</code> or <code>UserFederation</code> categories. To
31
+ * increase these limits, submit a Service Quotas increase request.</p>
32
+ * <note>
33
+ * <p>Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For
34
+ * this operation, you must use IAM credentials to authorize requests, and you must
35
+ * grant yourself the corresponding IAM permission in a policy.</p>
36
+ * <p class="title">
37
+ * <b>Learn more</b>
38
+ * </p>
39
+ * <ul>
40
+ * <li>
41
+ * <p>
42
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html">Signing Amazon Web Services API Requests</a>
43
+ * </p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pools-API-operations.html">Using the Amazon Cognito user pools API and user pool endpoints</a>
48
+ * </p>
49
+ * </li>
50
+ * </ul>
51
+ * </note>
52
+ * @example
53
+ * Use a bare-bones client and the command you need to make an API call.
54
+ * ```javascript
55
+ * import { CognitoIdentityProviderClient, UpdateProvisionedLimitCommand } from "@aws-sdk/client-cognito-identity-provider"; // ES Modules import
56
+ * // const { CognitoIdentityProviderClient, UpdateProvisionedLimitCommand } = require("@aws-sdk/client-cognito-identity-provider"); // CommonJS import
57
+ * // import type { CognitoIdentityProviderClientConfig } from "@aws-sdk/client-cognito-identity-provider";
58
+ * const config = {}; // type is CognitoIdentityProviderClientConfig
59
+ * const client = new CognitoIdentityProviderClient(config);
60
+ * const input = { // UpdateProvisionedLimitRequest
61
+ * LimitDefinition: { // LimitDefinitionType
62
+ * LimitClass: "API_CATEGORY", // required
63
+ * Attributes: { // StringToStringMapType // required
64
+ * "<keys>": "STRING_VALUE",
65
+ * },
66
+ * },
67
+ * RequestedLimitValue: Number("int"), // required
68
+ * };
69
+ * const command = new UpdateProvisionedLimitCommand(input);
70
+ * const response = await client.send(command);
71
+ * // { // UpdateProvisionedLimitResponse
72
+ * // Limit: { // LimitType
73
+ * // LimitDefinition: { // LimitDefinitionType
74
+ * // LimitClass: "API_CATEGORY", // required
75
+ * // Attributes: { // StringToStringMapType // required
76
+ * // "<keys>": "STRING_VALUE",
77
+ * // },
78
+ * // },
79
+ * // ProvisionedLimitValue: Number("int"), // required
80
+ * // FreeLimitValue: Number("int"), // required
81
+ * // },
82
+ * // };
83
+ *
84
+ * ```
85
+ *
86
+ * @param UpdateProvisionedLimitCommandInput - {@link UpdateProvisionedLimitCommandInput}
87
+ * @returns {@link UpdateProvisionedLimitCommandOutput}
88
+ * @see {@link UpdateProvisionedLimitCommandInput} for command's `input` shape.
89
+ * @see {@link UpdateProvisionedLimitCommandOutput} for command's `response` shape.
90
+ * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
91
+ *
92
+ * @throws {@link InternalErrorException} (server fault)
93
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
94
+ *
95
+ * @throws {@link InvalidParameterException} (client fault)
96
+ * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
97
+ * parameter.</p>
98
+ *
99
+ * @throws {@link NotAuthorizedException} (client fault)
100
+ * <p>This exception is thrown when a user isn't authorized.</p>
101
+ *
102
+ * @throws {@link ResourceNotFoundException} (client fault)
103
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
104
+ * resource.</p>
105
+ *
106
+ * @throws {@link ServiceQuotaExceededException} (client fault)
107
+ * <p>The request exceeded your account's service quota. To increase your limit, use or submit a Service Quotas increase request.</p>
108
+ *
109
+ * @throws {@link TooManyRequestsException} (client fault)
110
+ * <p>This exception is thrown when the user has made too many requests for a given
111
+ * operation.</p>
112
+ *
113
+ * @throws {@link CognitoIdentityProviderServiceException}
114
+ * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
115
+ *
116
+ *
117
+ * @example Example update a provisioned limit
118
+ * ```javascript
119
+ * // The following example sets the provisioned limit for the UserAuthentication API category to 300 RPS.
120
+ * const input = {
121
+ * LimitDefinition: {
122
+ * Attributes: {
123
+ * Category: "UserAuthentication"
124
+ * },
125
+ * LimitClass: "API_CATEGORY"
126
+ * },
127
+ * RequestedLimitValue: 300
128
+ * };
129
+ * const command = new UpdateProvisionedLimitCommand(input);
130
+ * const response = await client.send(command);
131
+ * /* response is
132
+ * {
133
+ * Limit: {
134
+ * FreeLimitValue: 120,
135
+ * LimitDefinition: {
136
+ * Attributes: {
137
+ * Category: "UserAuthentication"
138
+ * },
139
+ * LimitClass: "API_CATEGORY"
140
+ * },
141
+ * ProvisionedLimitValue: 300
142
+ * }
143
+ * }
144
+ * *\/
145
+ * ```
146
+ *
147
+ * @public
148
+ */
149
+ export declare class UpdateProvisionedLimitCommand extends UpdateProvisionedLimitCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: UpdateProvisionedLimitRequest;
154
+ output: UpdateProvisionedLimitResponse;
155
+ };
156
+ sdk: {
157
+ input: UpdateProvisionedLimitCommandInput;
158
+ output: UpdateProvisionedLimitCommandOutput;
159
+ };
160
+ };
161
+ }
@@ -72,6 +72,7 @@ export * from "./GetDeviceCommand";
72
72
  export * from "./GetGroupCommand";
73
73
  export * from "./GetIdentityProviderByIdentifierCommand";
74
74
  export * from "./GetLogDeliveryConfigurationCommand";
75
+ export * from "./GetProvisionedLimitCommand";
75
76
  export * from "./GetSigningCertificateCommand";
76
77
  export * from "./GetTokensFromRefreshTokenCommand";
77
78
  export * from "./GetUICustomizationCommand";
@@ -115,6 +116,7 @@ export * from "./UpdateDeviceStatusCommand";
115
116
  export * from "./UpdateGroupCommand";
116
117
  export * from "./UpdateIdentityProviderCommand";
117
118
  export * from "./UpdateManagedLoginBrandingCommand";
119
+ export * from "./UpdateProvisionedLimitCommand";
118
120
  export * from "./UpdateResourceServerCommand";
119
121
  export * from "./UpdateTermsCommand";
120
122
  export * from "./UpdateUserAttributesCommand";
@@ -729,6 +729,17 @@ export declare const LogLevel: {
729
729
  * @public
730
730
  */
731
731
  export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
732
+ /**
733
+ * @public
734
+ * @enum
735
+ */
736
+ export declare const LimitClass: {
737
+ readonly API_CATEGORY: "API_CATEGORY";
738
+ };
739
+ /**
740
+ * @public
741
+ */
742
+ export type LimitClass = (typeof LimitClass)[keyof typeof LimitClass];
732
743
  /**
733
744
  * @public
734
745
  * @enum
@@ -731,6 +731,18 @@ export declare class WebAuthnConfigurationMissingException extends __BaseExcepti
731
731
  */
732
732
  constructor(opts: __ExceptionOptionType<WebAuthnConfigurationMissingException, __BaseException>);
733
733
  }
734
+ /**
735
+ * <p>The request exceeded your account's service quota. To increase your limit, use or submit a Service Quotas increase request.</p>
736
+ * @public
737
+ */
738
+ export declare class ServiceQuotaExceededException extends __BaseException {
739
+ readonly name: "ServiceQuotaExceededException";
740
+ readonly $fault: "client";
741
+ /**
742
+ * @internal
743
+ */
744
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
745
+ }
734
746
  /**
735
747
  * <p>This exception is thrown when there is a code mismatch and the service fails to
736
748
  * configure the software token TOTP multi-factor authentication (MFA).</p>
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AccountTakeoverEventActionType, AdvancedSecurityEnabledModeType, AdvancedSecurityModeType, AliasAttributeType, AssetCategoryType, AssetExtensionType, AttributeDataType, AuthFactorType, AuthFlowType, ChallengeName, ChallengeNameType, ChallengeResponse, ColorSchemeModeType, CompromisedCredentialsEventActionType, CustomEmailSenderLambdaVersionType, CustomSMSSenderLambdaVersionType, DefaultEmailOptionType, DeletionProtectionType, DeliveryMediumType, DeviceRememberedStatusType, DomainStatusType, EmailSendingAccountType, EncryptionKeyType, EventFilterType, EventResponseType, EventSourceName, EventType, ExplicitAuthFlowsType, FeatureType, FeedbackValueType, IdentityProviderTypeType, InboundFederationLambdaVersionType, IssuerType, LogLevel, MessageActionType, OAuthFlowType, PreTokenGenerationLambdaVersionType, PreventUserExistenceErrorTypes, RecoveryOptionNameType, ReplicaRoleType, ReplicaStatusType, RiskDecisionType, RiskLevelType, SecurityPolicyType, StatusType, TermsEnforcementType, TermsSourceType, TimeUnitsType, UserImportJobStatusType, UsernameAttributeType, UserPoolMfaType, UserPoolTierType, UserStatusType, UserVerificationType, VerifiedAttributeType, WebAuthnFactorConfigurationType } from "./enums";
2
+ import type { AccountTakeoverEventActionType, AdvancedSecurityEnabledModeType, AdvancedSecurityModeType, AliasAttributeType, AssetCategoryType, AssetExtensionType, AttributeDataType, AuthFactorType, AuthFlowType, ChallengeName, ChallengeNameType, ChallengeResponse, ColorSchemeModeType, CompromisedCredentialsEventActionType, CustomEmailSenderLambdaVersionType, CustomSMSSenderLambdaVersionType, DefaultEmailOptionType, DeletionProtectionType, DeliveryMediumType, DeviceRememberedStatusType, DomainStatusType, EmailSendingAccountType, EncryptionKeyType, EventFilterType, EventResponseType, EventSourceName, EventType, ExplicitAuthFlowsType, FeatureType, FeedbackValueType, IdentityProviderTypeType, InboundFederationLambdaVersionType, IssuerType, LimitClass, LogLevel, MessageActionType, OAuthFlowType, PreTokenGenerationLambdaVersionType, PreventUserExistenceErrorTypes, RecoveryOptionNameType, ReplicaRoleType, ReplicaStatusType, RiskDecisionType, RiskLevelType, SecurityPolicyType, StatusType, TermsEnforcementType, TermsSourceType, TimeUnitsType, UserImportJobStatusType, UsernameAttributeType, UserPoolMfaType, UserPoolTierType, UserStatusType, UserVerificationType, VerifiedAttributeType, WebAuthnFactorConfigurationType } from "./enums";
3
3
  /**
4
4
  * <p>A recovery option for a user. The <code>AccountRecoverySettingType</code> data type is
5
5
  * an array of this object. Each <code>RecoveryOptionType</code> has a priority property
@@ -8047,6 +8047,69 @@ export interface GetLogDeliveryConfigurationResponse {
8047
8047
  */
8048
8048
  LogDeliveryConfiguration?: LogDeliveryConfigurationType | undefined;
8049
8049
  }
8050
+ /**
8051
+ * <p>The class and attributes that identify a specific limit at the account level.</p>
8052
+ * @public
8053
+ */
8054
+ export interface LimitDefinitionType {
8055
+ /**
8056
+ * <p>The class of the limit. For API rate limits, this is
8057
+ * <code>API_CATEGORY</code>.</p>
8058
+ * @public
8059
+ */
8060
+ LimitClass: LimitClass | undefined;
8061
+ /**
8062
+ * <p>The attributes that identify the specific limit. For API rate limits, specify the
8063
+ * <code>Category</code> key with a value like <code>UserAuthentication</code> or
8064
+ * <code>UserCreation</code>.</p>
8065
+ * @public
8066
+ */
8067
+ Attributes: Record<string, string> | undefined;
8068
+ }
8069
+ /**
8070
+ * @public
8071
+ */
8072
+ export interface GetProvisionedLimitRequest {
8073
+ /**
8074
+ * <p>The limit to retrieve. Specify the limit class and the attributes that identify the
8075
+ * limit.</p>
8076
+ * @public
8077
+ */
8078
+ LimitDefinition: LimitDefinitionType | undefined;
8079
+ }
8080
+ /**
8081
+ * <p>The limit definition and current limit values for a provisioned limit.</p>
8082
+ * @public
8083
+ */
8084
+ export interface LimitType {
8085
+ /**
8086
+ * <p>The definition that identifies this limit, including the class and attributes.</p>
8087
+ * @public
8088
+ */
8089
+ LimitDefinition: LimitDefinitionType | undefined;
8090
+ /**
8091
+ * <p>The provisioned limit value, in requests per second (RPS). This is the rate that
8092
+ * Amazon Cognito currently enforces for your account.</p>
8093
+ * @public
8094
+ */
8095
+ ProvisionedLimitValue: number | undefined;
8096
+ /**
8097
+ * <p>The default (free) limit value, in requests per second (RPS). This is the rate
8098
+ * included at no additional cost.</p>
8099
+ * @public
8100
+ */
8101
+ FreeLimitValue: number | undefined;
8102
+ }
8103
+ /**
8104
+ * @public
8105
+ */
8106
+ export interface GetProvisionedLimitResponse {
8107
+ /**
8108
+ * <p>The provisioned and default limit values for the requested limit.</p>
8109
+ * @public
8110
+ */
8111
+ Limit: LimitType | undefined;
8112
+ }
8050
8113
  /**
8051
8114
  * <p>Request to get a signing certificate from Amazon Cognito.</p>
8052
8115
  * @public
@@ -10973,51 +11036,3 @@ export interface StopUserImportJobRequest {
10973
11036
  */
10974
11037
  JobId: string | undefined;
10975
11038
  }
10976
- /**
10977
- * <p>Represents the response from the server to the request to stop the user import
10978
- * job.</p>
10979
- * @public
10980
- */
10981
- export interface StopUserImportJobResponse {
10982
- /**
10983
- * <p>The details of the user import job. Includes logging destination, status, and the Amazon S3
10984
- * pre-signed URL for CSV upload.</p>
10985
- * @public
10986
- */
10987
- UserImportJob?: UserImportJobType | undefined;
10988
- }
10989
- /**
10990
- * @public
10991
- */
10992
- export interface TagResourceRequest {
10993
- /**
10994
- * <p>The Amazon Resource Name (ARN) of the user pool to assign the tags to.</p>
10995
- * @public
10996
- */
10997
- ResourceArn: string | undefined;
10998
- /**
10999
- * <p>An array of tag keys and values that you want to assign to the user pool.</p>
11000
- * @public
11001
- */
11002
- Tags: Record<string, string> | undefined;
11003
- }
11004
- /**
11005
- * @public
11006
- */
11007
- export interface TagResourceResponse {
11008
- }
11009
- /**
11010
- * @public
11011
- */
11012
- export interface UntagResourceRequest {
11013
- /**
11014
- * <p>The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.</p>
11015
- * @public
11016
- */
11017
- ResourceArn: string | undefined;
11018
- /**
11019
- * <p>An array of tag keys that you want to remove from the user pool.</p>
11020
- * @public
11021
- */
11022
- TagKeys: string[] | undefined;
11023
- }