@aws-sdk/client-cognito-identity-provider 3.511.0 → 3.513.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/auth/httpAuthExtensionConfiguration.js +1 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +156 -0
- package/dist-cjs/index.js +142 -237
- package/dist-cjs/runtimeConfig.shared.js +16 -0
- package/dist-es/CognitoIdentityProviderClient.js +17 -3
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +150 -0
- package/dist-es/commands/AddCustomAttributesCommand.js +0 -2
- package/dist-es/commands/AdminAddUserToGroupCommand.js +0 -2
- package/dist-es/commands/AdminConfirmSignUpCommand.js +0 -2
- package/dist-es/commands/AdminCreateUserCommand.js +0 -2
- package/dist-es/commands/AdminDeleteUserAttributesCommand.js +0 -2
- package/dist-es/commands/AdminDeleteUserCommand.js +0 -2
- package/dist-es/commands/AdminDisableProviderForUserCommand.js +0 -2
- package/dist-es/commands/AdminDisableUserCommand.js +0 -2
- package/dist-es/commands/AdminEnableUserCommand.js +0 -2
- package/dist-es/commands/AdminForgetDeviceCommand.js +0 -2
- package/dist-es/commands/AdminGetDeviceCommand.js +0 -2
- package/dist-es/commands/AdminGetUserCommand.js +0 -2
- package/dist-es/commands/AdminInitiateAuthCommand.js +0 -2
- package/dist-es/commands/AdminLinkProviderForUserCommand.js +0 -2
- package/dist-es/commands/AdminListDevicesCommand.js +0 -2
- package/dist-es/commands/AdminListGroupsForUserCommand.js +0 -2
- package/dist-es/commands/AdminListUserAuthEventsCommand.js +0 -2
- package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +0 -2
- package/dist-es/commands/AdminResetUserPasswordCommand.js +0 -2
- package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +0 -2
- package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +0 -2
- package/dist-es/commands/AdminSetUserPasswordCommand.js +0 -2
- package/dist-es/commands/AdminSetUserSettingsCommand.js +0 -2
- package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -2
- package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +0 -2
- package/dist-es/commands/AdminUpdateUserAttributesCommand.js +0 -2
- package/dist-es/commands/AdminUserGlobalSignOutCommand.js +0 -2
- package/dist-es/commands/CreateGroupCommand.js +0 -2
- package/dist-es/commands/CreateIdentityProviderCommand.js +0 -2
- package/dist-es/commands/CreateResourceServerCommand.js +0 -2
- package/dist-es/commands/CreateUserImportJobCommand.js +0 -2
- package/dist-es/commands/CreateUserPoolClientCommand.js +0 -2
- package/dist-es/commands/CreateUserPoolCommand.js +0 -2
- package/dist-es/commands/CreateUserPoolDomainCommand.js +0 -2
- package/dist-es/commands/DeleteGroupCommand.js +0 -2
- package/dist-es/commands/DeleteIdentityProviderCommand.js +0 -2
- package/dist-es/commands/DeleteResourceServerCommand.js +0 -2
- package/dist-es/commands/DeleteUserPoolClientCommand.js +0 -2
- package/dist-es/commands/DeleteUserPoolCommand.js +0 -2
- package/dist-es/commands/DeleteUserPoolDomainCommand.js +0 -2
- package/dist-es/commands/DescribeIdentityProviderCommand.js +0 -2
- package/dist-es/commands/DescribeResourceServerCommand.js +0 -2
- package/dist-es/commands/DescribeRiskConfigurationCommand.js +0 -2
- package/dist-es/commands/DescribeUserImportJobCommand.js +0 -2
- package/dist-es/commands/DescribeUserPoolClientCommand.js +0 -2
- package/dist-es/commands/DescribeUserPoolCommand.js +0 -2
- package/dist-es/commands/DescribeUserPoolDomainCommand.js +0 -2
- package/dist-es/commands/GetCSVHeaderCommand.js +0 -2
- package/dist-es/commands/GetGroupCommand.js +0 -2
- package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +0 -2
- package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +0 -2
- package/dist-es/commands/GetSigningCertificateCommand.js +0 -2
- package/dist-es/commands/GetUICustomizationCommand.js +0 -2
- package/dist-es/commands/GetUserPoolMfaConfigCommand.js +0 -2
- package/dist-es/commands/ListGroupsCommand.js +0 -2
- package/dist-es/commands/ListIdentityProvidersCommand.js +0 -2
- package/dist-es/commands/ListResourceServersCommand.js +0 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -2
- package/dist-es/commands/ListUserImportJobsCommand.js +0 -2
- package/dist-es/commands/ListUserPoolClientsCommand.js +0 -2
- package/dist-es/commands/ListUserPoolsCommand.js +0 -2
- package/dist-es/commands/ListUsersCommand.js +0 -2
- package/dist-es/commands/ListUsersInGroupCommand.js +0 -2
- package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +0 -2
- package/dist-es/commands/SetRiskConfigurationCommand.js +0 -2
- package/dist-es/commands/SetUICustomizationCommand.js +0 -2
- package/dist-es/commands/SetUserPoolMfaConfigCommand.js +0 -2
- package/dist-es/commands/StartUserImportJobCommand.js +0 -2
- package/dist-es/commands/StopUserImportJobCommand.js +0 -2
- package/dist-es/commands/TagResourceCommand.js +0 -2
- package/dist-es/commands/UntagResourceCommand.js +0 -2
- package/dist-es/commands/UpdateGroupCommand.js +0 -2
- package/dist-es/commands/UpdateIdentityProviderCommand.js +0 -2
- package/dist-es/commands/UpdateResourceServerCommand.js +0 -2
- package/dist-es/commands/UpdateUserPoolClientCommand.js +0 -2
- package/dist-es/commands/UpdateUserPoolCommand.js +0 -2
- package/dist-es/commands/UpdateUserPoolDomainCommand.js +0 -2
- package/dist-es/runtimeConfig.shared.js +16 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +13 -11
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +13 -3
- package/dist-types/runtimeConfig.d.ts +12 -2
- package/dist-types/runtimeConfig.native.d.ts +14 -4
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +11 -9
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +30 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +29 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -8
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/package.json +7 -7
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class CreateGroupCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "CreateGroup", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class CreateIdentityProviderCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "CreateIdentityProvider", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class CreateResourceServerCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "CreateResourceServer", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class CreateUserImportJobCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "CreateUserImportJob", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class CreateUserPoolClientCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "CreateUserPoolClient", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class CreateUserPoolCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "CreateUserPool", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class CreateUserPoolDomainCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "CreateUserPoolDomain", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DeleteGroupCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DeleteGroup", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DeleteIdentityProviderCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DeleteIdentityProvider", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DeleteResourceServerCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DeleteResourceServer", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class DeleteUserPoolClientCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolClient", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DeleteUserPoolCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DeleteUserPool", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DeleteUserPoolDomainCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolDomain", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DescribeIdentityProviderCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DescribeIdentityProvider", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DescribeResourceServerCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DescribeResourceServer", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class DescribeRiskConfigurationCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "DescribeRiskConfiguration", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DescribeUserImportJobCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DescribeUserImportJob", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class DescribeUserPoolClientCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "DescribeUserPoolClient", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DescribeUserPoolCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DescribeUserPool", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class DescribeUserPoolDomainCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "DescribeUserPoolDomain", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class GetCSVHeaderCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "GetCSVHeader", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class GetGroupCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "GetGroup", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class GetIdentityProviderByIdentifierCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "GetIdentityProviderByIdentifier", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class GetLogDeliveryConfigurationCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "GetLogDeliveryConfiguration", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class GetSigningCertificateCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "GetSigningCertificate", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class GetUICustomizationCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "GetUICustomization", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class GetUserPoolMfaConfigCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "GetUserPoolMfaConfig", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class ListGroupsCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "ListGroups", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class ListIdentityProvidersCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "ListIdentityProviders", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class ListResourceServersCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "ListResourceServers", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "ListTagsForResource", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class ListUserImportJobsCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "ListUserImportJobs", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class ListUserPoolClientsCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "ListUserPoolClients", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class ListUserPoolsCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "ListUserPools", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class ListUsersCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "ListUsers", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class ListUsersInGroupCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "ListUsersInGroup", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class SetLogDeliveryConfigurationCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "SetLogDeliveryConfiguration", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class SetRiskConfigurationCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "SetRiskConfiguration", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -15,7 +14,6 @@ export class SetUICustomizationCommand extends $Command
|
|
|
15
14
|
return [
|
|
16
15
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
17
16
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
getAwsAuthPlugin(config),
|
|
19
17
|
];
|
|
20
18
|
})
|
|
21
19
|
.s("AWSCognitoIdentityProviderService", "SetUICustomization", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class SetUserPoolMfaConfigCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "SetUserPoolMfaConfig", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class StartUserImportJobCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "StartUserImportJob", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class StopUserImportJobCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "StopUserImportJob", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class TagResourceCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "TagResource", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class UntagResourceCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "UntagResource", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class UpdateGroupCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "UpdateGroup", {})
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
2
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
3
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
@@ -14,7 +13,6 @@ export class UpdateIdentityProviderCommand extends $Command
|
|
|
14
13
|
return [
|
|
15
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
15
|
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
getAwsAuthPlugin(config),
|
|
18
16
|
];
|
|
19
17
|
})
|
|
20
18
|
.s("AWSCognitoIdentityProviderService", "UpdateIdentityProvider", {})
|