@aws-sdk/client-cognito-identity-provider 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +410 -482
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +22 -83
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTermsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTermsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeTermsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetLogDeliveryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +26 -52
- package/dist-types/ts3.4/models/errors.d.ts +58 -222
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -33
- package/dist-types/ts3.4/runtimeConfig.d.ts +13 -27
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -12
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeIdentityProviderResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeIdentityProviderCommandInput
|
|
8
|
-
extends DescribeIdentityProviderRequest {}
|
|
7
|
+
export interface DescribeIdentityProviderCommandInput extends DescribeIdentityProviderRequest {}
|
|
9
8
|
export interface DescribeIdentityProviderCommandOutput
|
|
10
|
-
extends DescribeIdentityProviderResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeIdentityProviderResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeIdentityProviderCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeIdentityProviderCommandInput
|
|
12
|
+
input: DescribeIdentityProviderCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeIdentityProviderCommandInput,
|
|
17
15
|
DescribeIdentityProviderCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeIdentityProviderCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeIdentityProviderCommandInput
|
|
21
|
+
input: DescribeIdentityProviderCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeIdentityProviderCommandInput,
|
|
26
24
|
DescribeIdentityProviderCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeManagedLoginBrandingByClientResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeManagedLoginBrandingByClientCommandInput
|
|
8
|
-
extends DescribeManagedLoginBrandingByClientRequest {}
|
|
7
|
+
export interface DescribeManagedLoginBrandingByClientCommandInput extends DescribeManagedLoginBrandingByClientRequest {}
|
|
9
8
|
export interface DescribeManagedLoginBrandingByClientCommandOutput
|
|
10
|
-
extends DescribeManagedLoginBrandingByClientResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeManagedLoginBrandingByClientResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeManagedLoginBrandingByClientCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeManagedLoginBrandingByClientCommandInput
|
|
12
|
+
input: DescribeManagedLoginBrandingByClientCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeManagedLoginBrandingByClientCommandInput,
|
|
17
15
|
DescribeManagedLoginBrandingByClientCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeManagedLoginBrandingByClientCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeManagedLoginBrandingByClientCommandInput
|
|
21
|
+
input: DescribeManagedLoginBrandingByClientCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeManagedLoginBrandingByClientCommandInput,
|
|
26
24
|
DescribeManagedLoginBrandingByClientCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeManagedLoginBrandingResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeManagedLoginBrandingCommandInput
|
|
8
|
-
extends DescribeManagedLoginBrandingRequest {}
|
|
7
|
+
export interface DescribeManagedLoginBrandingCommandInput extends DescribeManagedLoginBrandingRequest {}
|
|
9
8
|
export interface DescribeManagedLoginBrandingCommandOutput
|
|
10
|
-
extends DescribeManagedLoginBrandingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeManagedLoginBrandingResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeManagedLoginBrandingCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeManagedLoginBrandingCommandInput
|
|
12
|
+
input: DescribeManagedLoginBrandingCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeManagedLoginBrandingCommandInput,
|
|
17
15
|
DescribeManagedLoginBrandingCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeManagedLoginBrandingCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeManagedLoginBrandingCommandInput
|
|
21
|
+
input: DescribeManagedLoginBrandingCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeManagedLoginBrandingCommandInput,
|
|
26
24
|
DescribeManagedLoginBrandingCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeResourceServerRequest,
|
|
4
|
-
DescribeResourceServerResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeResourceServerRequest, DescribeResourceServerResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeResourceServerCommandInput
|
|
8
|
-
extends DescribeResourceServerRequest {}
|
|
4
|
+
export interface DescribeResourceServerCommandInput extends DescribeResourceServerRequest {}
|
|
9
5
|
export interface DescribeResourceServerCommandOutput
|
|
10
|
-
extends DescribeResourceServerResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeResourceServerResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeResourceServerCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeResourceServerCommandInput
|
|
9
|
+
input: DescribeResourceServerCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeResourceServerCommandInput,
|
|
17
12
|
DescribeResourceServerCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeResourceServerCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeResourceServerCommandInput
|
|
18
|
+
input: DescribeResourceServerCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeResourceServerCommandInput,
|
|
26
21
|
DescribeResourceServerCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeRiskConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeRiskConfigurationCommandInput
|
|
8
|
-
extends DescribeRiskConfigurationRequest {}
|
|
7
|
+
export interface DescribeRiskConfigurationCommandInput extends DescribeRiskConfigurationRequest {}
|
|
9
8
|
export interface DescribeRiskConfigurationCommandOutput
|
|
10
|
-
extends DescribeRiskConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeRiskConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeRiskConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeRiskConfigurationCommandInput
|
|
12
|
+
input: DescribeRiskConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeRiskConfigurationCommandInput,
|
|
17
15
|
DescribeRiskConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeRiskConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeRiskConfigurationCommandInput
|
|
21
|
+
input: DescribeRiskConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeRiskConfigurationCommandInput,
|
|
26
24
|
DescribeRiskConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTermsRequest,
|
|
4
|
-
DescribeTermsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeTermsRequest, DescribeTermsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeTermsCommandInput extends DescribeTermsRequest {}
|
|
8
|
-
export interface DescribeTermsCommandOutput
|
|
9
|
-
extends DescribeTermsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTermsCommandOutput extends DescribeTermsResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeTermsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeTermsCommandInput
|
|
8
|
+
input: DescribeTermsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeTermsCommandInput,
|
|
16
11
|
DescribeTermsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeTermsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeTermsCommandInput
|
|
17
|
+
input: DescribeTermsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeTermsCommandInput,
|
|
25
20
|
DescribeTermsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeUserImportJobRequest,
|
|
4
|
-
DescribeUserImportJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeUserImportJobRequest, DescribeUserImportJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeUserImportJobCommandInput
|
|
8
|
-
extends DescribeUserImportJobRequest {}
|
|
4
|
+
export interface DescribeUserImportJobCommandInput extends DescribeUserImportJobRequest {}
|
|
9
5
|
export interface DescribeUserImportJobCommandOutput
|
|
10
|
-
extends DescribeUserImportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeUserImportJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeUserImportJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeUserImportJobCommandInput
|
|
9
|
+
input: DescribeUserImportJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeUserImportJobCommandInput,
|
|
17
12
|
DescribeUserImportJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeUserImportJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeUserImportJobCommandInput
|
|
18
|
+
input: DescribeUserImportJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeUserImportJobCommandInput,
|
|
26
21
|
DescribeUserImportJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeUserPoolClientRequest,
|
|
4
|
-
DescribeUserPoolClientResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeUserPoolClientRequest, DescribeUserPoolClientResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeUserPoolClientCommandInput
|
|
8
|
-
extends DescribeUserPoolClientRequest {}
|
|
4
|
+
export interface DescribeUserPoolClientCommandInput extends DescribeUserPoolClientRequest {}
|
|
9
5
|
export interface DescribeUserPoolClientCommandOutput
|
|
10
|
-
extends DescribeUserPoolClientResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeUserPoolClientResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeUserPoolClientCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeUserPoolClientCommandInput
|
|
9
|
+
input: DescribeUserPoolClientCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeUserPoolClientCommandInput,
|
|
17
12
|
DescribeUserPoolClientCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeUserPoolClientCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeUserPoolClientCommandInput
|
|
18
|
+
input: DescribeUserPoolClientCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeUserPoolClientCommandInput,
|
|
26
21
|
DescribeUserPoolClientCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeUserPoolRequest,
|
|
4
|
-
DescribeUserPoolResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeUserPoolRequest, DescribeUserPoolResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeUserPoolCommandInput extends DescribeUserPoolRequest {}
|
|
8
|
-
export interface DescribeUserPoolCommandOutput
|
|
9
|
-
extends DescribeUserPoolResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeUserPoolCommandOutput extends DescribeUserPoolResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeUserPoolCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeUserPoolCommandInput
|
|
8
|
+
input: DescribeUserPoolCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeUserPoolCommandInput,
|
|
16
11
|
DescribeUserPoolCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeUserPoolCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeUserPoolCommandInput
|
|
17
|
+
input: DescribeUserPoolCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeUserPoolCommandInput,
|
|
25
20
|
DescribeUserPoolCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeUserPoolDomainRequest,
|
|
4
|
-
DescribeUserPoolDomainResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeUserPoolDomainRequest, DescribeUserPoolDomainResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeUserPoolDomainCommandInput
|
|
8
|
-
extends DescribeUserPoolDomainRequest {}
|
|
4
|
+
export interface DescribeUserPoolDomainCommandInput extends DescribeUserPoolDomainRequest {}
|
|
9
5
|
export interface DescribeUserPoolDomainCommandOutput
|
|
10
|
-
extends DescribeUserPoolDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeUserPoolDomainResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeUserPoolDomainCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeUserPoolDomainCommandInput
|
|
9
|
+
input: DescribeUserPoolDomainCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeUserPoolDomainCommandInput,
|
|
17
12
|
DescribeUserPoolDomainCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeUserPoolDomainCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeUserPoolDomainCommandInput
|
|
18
|
+
input: DescribeUserPoolDomainCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeUserPoolDomainCommandInput,
|
|
26
21
|
DescribeUserPoolDomainCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface ForgetDeviceCommandInput extends ForgetDeviceRequest {}
|
|
|
5
5
|
export interface ForgetDeviceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const ForgetDeviceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: ForgetDeviceCommandInput
|
|
8
|
+
input: ForgetDeviceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ForgetDeviceCommandInput,
|
|
11
11
|
ForgetDeviceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const ForgetDeviceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: ForgetDeviceCommandInput
|
|
17
|
+
input: ForgetDeviceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ForgetDeviceCommandInput,
|
|
20
20
|
ForgetDeviceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ForgotPasswordRequest,
|
|
4
|
-
ForgotPasswordResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ForgotPasswordRequest, ForgotPasswordResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ForgotPasswordCommandInput extends ForgotPasswordRequest {}
|
|
8
|
-
export interface ForgotPasswordCommandOutput
|
|
9
|
-
extends ForgotPasswordResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ForgotPasswordCommandOutput extends ForgotPasswordResponse, __MetadataBearer {}
|
|
11
6
|
declare const ForgotPasswordCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ForgotPasswordCommandInput
|
|
8
|
+
input: ForgotPasswordCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ForgotPasswordCommandInput,
|
|
16
11
|
ForgotPasswordCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ForgotPasswordCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ForgotPasswordCommandInput
|
|
17
|
+
input: ForgotPasswordCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ForgotPasswordCommandInput,
|
|
25
20
|
ForgotPasswordCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetCSVHeaderRequest, GetCSVHeaderResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetCSVHeaderCommandInput extends GetCSVHeaderRequest {}
|
|
5
|
-
export interface GetCSVHeaderCommandOutput
|
|
6
|
-
extends GetCSVHeaderResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetCSVHeaderCommandOutput extends GetCSVHeaderResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetCSVHeaderCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetCSVHeaderCommandInput
|
|
8
|
+
input: GetCSVHeaderCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetCSVHeaderCommandInput,
|
|
13
11
|
GetCSVHeaderCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetCSVHeaderCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetCSVHeaderCommandInput
|
|
17
|
+
input: GetCSVHeaderCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetCSVHeaderCommandInput,
|
|
22
20
|
GetCSVHeaderCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDeviceCommandInput extends GetDeviceRequest {}
|
|
5
|
-
export interface GetDeviceCommandOutput
|
|
6
|
-
extends GetDeviceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDeviceCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetDeviceCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetDeviceCommandInput,
|
|
11
11
|
GetDeviceCommandOutput,
|
|
12
12
|
import("..").CognitoIdentityProviderClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetDeviceCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetDeviceCommandInput,
|
|
18
20
|
GetDeviceCommandOutput,
|
|
19
21
|
import("..").CognitoIdentityProviderClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
5
|
-
export interface GetGroupCommandOutput
|
|
6
|
-
extends GetGroupResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetGroupCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetGroupCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetGroupCommandInput,
|
|
11
11
|
GetGroupCommandOutput,
|
|
12
12
|
import("..").CognitoIdentityProviderClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetGroupCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetGroupCommandInput,
|
|
18
20
|
GetGroupCommandOutput,
|
|
19
21
|
import("..").CognitoIdentityProviderClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetIdentityProviderByIdentifierResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetIdentityProviderByIdentifierCommandInput
|
|
8
|
-
extends GetIdentityProviderByIdentifierRequest {}
|
|
7
|
+
export interface GetIdentityProviderByIdentifierCommandInput extends GetIdentityProviderByIdentifierRequest {}
|
|
9
8
|
export interface GetIdentityProviderByIdentifierCommandOutput
|
|
10
|
-
extends GetIdentityProviderByIdentifierResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetIdentityProviderByIdentifierResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetIdentityProviderByIdentifierCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetIdentityProviderByIdentifierCommandInput
|
|
12
|
+
input: GetIdentityProviderByIdentifierCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetIdentityProviderByIdentifierCommandInput,
|
|
17
15
|
GetIdentityProviderByIdentifierCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetIdentityProviderByIdentifierCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetIdentityProviderByIdentifierCommandInput
|
|
21
|
+
input: GetIdentityProviderByIdentifierCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetIdentityProviderByIdentifierCommandInput,
|
|
26
24
|
GetIdentityProviderByIdentifierCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetLogDeliveryConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetLogDeliveryConfigurationCommandInput
|
|
8
|
-
extends GetLogDeliveryConfigurationRequest {}
|
|
7
|
+
export interface GetLogDeliveryConfigurationCommandInput extends GetLogDeliveryConfigurationRequest {}
|
|
9
8
|
export interface GetLogDeliveryConfigurationCommandOutput
|
|
10
|
-
extends GetLogDeliveryConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetLogDeliveryConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetLogDeliveryConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetLogDeliveryConfigurationCommandInput
|
|
12
|
+
input: GetLogDeliveryConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetLogDeliveryConfigurationCommandInput,
|
|
17
15
|
GetLogDeliveryConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetLogDeliveryConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetLogDeliveryConfigurationCommandInput
|
|
21
|
+
input: GetLogDeliveryConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetLogDeliveryConfigurationCommandInput,
|
|
26
24
|
GetLogDeliveryConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetProvisionedLimitRequest,
|
|
4
|
-
GetProvisionedLimitResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetProvisionedLimitRequest, GetProvisionedLimitResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetProvisionedLimitCommandInput
|
|
8
|
-
extends GetProvisionedLimitRequest {}
|
|
4
|
+
export interface GetProvisionedLimitCommandInput extends GetProvisionedLimitRequest {}
|
|
9
5
|
export interface GetProvisionedLimitCommandOutput
|
|
10
|
-
extends GetProvisionedLimitResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetProvisionedLimitResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetProvisionedLimitCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetProvisionedLimitCommandInput
|
|
9
|
+
input: GetProvisionedLimitCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetProvisionedLimitCommandInput,
|
|
17
12
|
GetProvisionedLimitCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetProvisionedLimitCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetProvisionedLimitCommandInput
|
|
18
|
+
input: GetProvisionedLimitCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetProvisionedLimitCommandInput,
|
|
26
21
|
GetProvisionedLimitCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSigningCertificateRequest,
|
|
4
|
-
GetSigningCertificateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSigningCertificateRequest, GetSigningCertificateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSigningCertificateCommandInput
|
|
8
|
-
extends GetSigningCertificateRequest {}
|
|
4
|
+
export interface GetSigningCertificateCommandInput extends GetSigningCertificateRequest {}
|
|
9
5
|
export interface GetSigningCertificateCommandOutput
|
|
10
|
-
extends GetSigningCertificateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSigningCertificateResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetSigningCertificateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSigningCertificateCommandInput
|
|
9
|
+
input: GetSigningCertificateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSigningCertificateCommandInput,
|
|
17
12
|
GetSigningCertificateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSigningCertificateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSigningCertificateCommandInput
|
|
18
|
+
input: GetSigningCertificateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSigningCertificateCommandInput,
|
|
26
21
|
GetSigningCertificateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetTokensFromRefreshTokenResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTokensFromRefreshTokenCommandInput
|
|
8
|
-
extends GetTokensFromRefreshTokenRequest {}
|
|
7
|
+
export interface GetTokensFromRefreshTokenCommandInput extends GetTokensFromRefreshTokenRequest {}
|
|
9
8
|
export interface GetTokensFromRefreshTokenCommandOutput
|
|
10
|
-
extends GetTokensFromRefreshTokenResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetTokensFromRefreshTokenResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetTokensFromRefreshTokenCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetTokensFromRefreshTokenCommandInput
|
|
12
|
+
input: GetTokensFromRefreshTokenCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetTokensFromRefreshTokenCommandInput,
|
|
17
15
|
GetTokensFromRefreshTokenCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetTokensFromRefreshTokenCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetTokensFromRefreshTokenCommandInput
|
|
21
|
+
input: GetTokensFromRefreshTokenCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetTokensFromRefreshTokenCommandInput,
|
|
26
24
|
GetTokensFromRefreshTokenCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetUICustomizationRequest,
|
|
4
|
-
GetUICustomizationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetUICustomizationRequest, GetUICustomizationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetUICustomizationCommandInput
|
|
8
|
-
extends GetUICustomizationRequest {}
|
|
4
|
+
export interface GetUICustomizationCommandInput extends GetUICustomizationRequest {}
|
|
9
5
|
export interface GetUICustomizationCommandOutput
|
|
10
|
-
extends GetUICustomizationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetUICustomizationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetUICustomizationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetUICustomizationCommandInput
|
|
9
|
+
input: GetUICustomizationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetUICustomizationCommandInput,
|
|
17
12
|
GetUICustomizationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetUICustomizationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetUICustomizationCommandInput
|
|
18
|
+
input: GetUICustomizationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetUICustomizationCommandInput,
|
|
26
21
|
GetUICustomizationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetUserAttributeVerificationCodeResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetUserAttributeVerificationCodeCommandInput
|
|
8
|
-
extends GetUserAttributeVerificationCodeRequest {}
|
|
7
|
+
export interface GetUserAttributeVerificationCodeCommandInput extends GetUserAttributeVerificationCodeRequest {}
|
|
9
8
|
export interface GetUserAttributeVerificationCodeCommandOutput
|
|
10
|
-
extends GetUserAttributeVerificationCodeResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetUserAttributeVerificationCodeResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetUserAttributeVerificationCodeCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetUserAttributeVerificationCodeCommandInput
|
|
12
|
+
input: GetUserAttributeVerificationCodeCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetUserAttributeVerificationCodeCommandInput,
|
|
17
15
|
GetUserAttributeVerificationCodeCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetUserAttributeVerificationCodeCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetUserAttributeVerificationCodeCommandInput
|
|
21
|
+
input: GetUserAttributeVerificationCodeCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetUserAttributeVerificationCodeCommandInput,
|
|
26
24
|
GetUserAttributeVerificationCodeCommandOutput,
|