Skip to content

Commit

Permalink
feat(client-connect): This release adds support for the UpdatePartici…
Browse files Browse the repository at this point in the history
…pantAuthentication API used for customer authentication within Amazon Connect chats.
  • Loading branch information
awstools committed Dec 18, 2024
1 parent 2c03dc7 commit 4e1a96b
Show file tree
Hide file tree
Showing 22 changed files with 623 additions and 151 deletions.
8 changes: 8 additions & 0 deletions clients/client-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,14 @@ UpdateInstanceStorageConfig

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateInstanceStorageConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateInstanceStorageConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateInstanceStorageConfigCommandOutput/)

</details>
<details>
<summary>
UpdateParticipantAuthentication
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateParticipantAuthenticationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateParticipantAuthenticationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateParticipantAuthenticationCommandOutput/)

</details>
<details>
<summary>
Expand Down
23 changes: 23 additions & 0 deletions clients/client-connect/src/Connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,11 @@ import {
UpdateInstanceStorageConfigCommandInput,
UpdateInstanceStorageConfigCommandOutput,
} from "./commands/UpdateInstanceStorageConfigCommand";
import {
UpdateParticipantAuthenticationCommand,
UpdateParticipantAuthenticationCommandInput,
UpdateParticipantAuthenticationCommandOutput,
} from "./commands/UpdateParticipantAuthenticationCommand";
import {
UpdateParticipantRoleConfigCommand,
UpdateParticipantRoleConfigCommandInput,
Expand Down Expand Up @@ -1567,6 +1572,7 @@ const commands = {
UpdateHoursOfOperationOverrideCommand,
UpdateInstanceAttributeCommand,
UpdateInstanceStorageConfigCommand,
UpdateParticipantAuthenticationCommand,
UpdateParticipantRoleConfigCommand,
UpdatePhoneNumberCommand,
UpdatePhoneNumberMetadataCommand,
Expand Down Expand Up @@ -5513,6 +5519,23 @@ export interface Connect {
cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
): void;

/**
* @see {@link UpdateParticipantAuthenticationCommand}
*/
updateParticipantAuthentication(
args: UpdateParticipantAuthenticationCommandInput,
options?: __HttpHandlerOptions
): Promise<UpdateParticipantAuthenticationCommandOutput>;
updateParticipantAuthentication(
args: UpdateParticipantAuthenticationCommandInput,
cb: (err: any, data?: UpdateParticipantAuthenticationCommandOutput) => void
): void;
updateParticipantAuthentication(
args: UpdateParticipantAuthenticationCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: UpdateParticipantAuthenticationCommandOutput) => void
): void;

/**
* @see {@link UpdateParticipantRoleConfigCommand}
*/
Expand Down
6 changes: 6 additions & 0 deletions clients/client-connect/src/ConnectClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,10 @@ import {
UpdateInstanceStorageConfigCommandInput,
UpdateInstanceStorageConfigCommandOutput,
} from "./commands/UpdateInstanceStorageConfigCommand";
import {
UpdateParticipantAuthenticationCommandInput,
UpdateParticipantAuthenticationCommandOutput,
} from "./commands/UpdateParticipantAuthenticationCommand";
import {
UpdateParticipantRoleConfigCommandInput,
UpdateParticipantRoleConfigCommandOutput,
Expand Down Expand Up @@ -1107,6 +1111,7 @@ export type ServiceInputTypes =
| UpdateHoursOfOperationOverrideCommandInput
| UpdateInstanceAttributeCommandInput
| UpdateInstanceStorageConfigCommandInput
| UpdateParticipantAuthenticationCommandInput
| UpdateParticipantRoleConfigCommandInput
| UpdatePhoneNumberCommandInput
| UpdatePhoneNumberMetadataCommandInput
Expand Down Expand Up @@ -1391,6 +1396,7 @@ export type ServiceOutputTypes =
| UpdateHoursOfOperationOverrideCommandOutput
| UpdateInstanceAttributeCommandOutput
| UpdateInstanceStorageConfigCommandOutput
| UpdateParticipantAuthenticationCommandOutput
| UpdateParticipantRoleConfigCommandOutput
| UpdatePhoneNumberCommandOutput
| UpdatePhoneNumberMetadataCommandOutput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface CreateIntegrationAssociationCommandOutput
* const client = new ConnectClient(config);
* const input = { // CreateIntegrationAssociationRequest
* InstanceId: "STRING_VALUE", // required
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY" || "ANALYTICS_CONNECTOR" || "CALL_TRANSFER_CONNECTOR", // required
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY" || "ANALYTICS_CONNECTOR" || "CALL_TRANSFER_CONNECTOR" || "COGNITO_USER_POOL", // required
* IntegrationArn: "STRING_VALUE", // required
* SourceApplicationUrl: "STRING_VALUE",
* SourceApplicationName: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface CreatePushNotificationRegistrationCommandOutput

/**
* <p>Creates registration for a device token and a chat contact to receive real-time push
* notifications. For more information about push notifications, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-up-push-notifications-for-mobile-chat.html">Set up push
* notifications. For more information about push notifications, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/enable-push-notifications-for-mobile-chat.html">Set up push
* notifications in Amazon Connect for mobile chat</a> in the <i>Amazon Connect
* Administrator Guide</i>.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
* // WisdomInfo: { // WisdomInfo
* // SessionArn: "STRING_VALUE",
* // },
* // CustomerId: "STRING_VALUE",
* // CustomerEndpoint: { // EndpointInfo
* // Type: "TELEPHONE_NUMBER" || "VOIP" || "CONTACT_FLOW" || "CONNECT_PHONENUMBER_ARN" || "EMAIL_ADDRESS",
* // Address: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
* const client = new ConnectClient(config);
* const input = { // DescribeInstanceAttributeRequest
* InstanceId: "STRING_VALUE", // required
* AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING", // required
* AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING" || "MULTI_PARTY_CHAT_CONFERENCE", // required
* };
* const command = new DescribeInstanceAttributeCommand(input);
* const response = await client.send(command);
* // { // DescribeInstanceAttributeResponse
* // Attribute: { // Attribute
* // AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING",
* // AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING" || "MULTI_PARTY_CHAT_CONFERENCE",
* // Value: "STRING_VALUE",
* // },
* // };
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/src/commands/ListBotsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare

/**
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
* <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.</p>
* <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to return both Amazon Lex V1 and V2 bots.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface ListInstanceAttributesCommandOutput extends ListInstanceAttribu
* // { // ListInstanceAttributesResponse
* // Attributes: [ // AttributesList
* // { // Attribute
* // AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING",
* // AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING" || "MULTI_PARTY_CHAT_CONFERENCE",
* // Value: "STRING_VALUE",
* // },
* // ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface ListIntegrationAssociationsCommandOutput
* const client = new ConnectClient(config);
* const input = { // ListIntegrationAssociationsRequest
* InstanceId: "STRING_VALUE", // required
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY" || "ANALYTICS_CONNECTOR" || "CALL_TRANSFER_CONNECTOR",
* IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY" || "ANALYTICS_CONNECTOR" || "CALL_TRANSFER_CONNECTOR" || "COGNITO_USER_POOL",
* NextToken: "STRING_VALUE",
* MaxResults: Number("int"),
* IntegrationArn: "STRING_VALUE",
Expand All @@ -56,7 +56,7 @@ export interface ListIntegrationAssociationsCommandOutput
* // IntegrationAssociationId: "STRING_VALUE",
* // IntegrationAssociationArn: "STRING_VALUE",
* // InstanceId: "STRING_VALUE",
* // IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY" || "ANALYTICS_CONNECTOR" || "CALL_TRANSFER_CONNECTOR",
* // IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "WISDOM_QUICK_RESPONSES" || "Q_MESSAGE_TEMPLATES" || "CASES_DOMAIN" || "APPLICATION" || "FILE_SCANNER" || "SES_IDENTITY" || "ANALYTICS_CONNECTOR" || "CALL_TRANSFER_CONNECTOR" || "COGNITO_USER_POOL",
* // IntegrationArn: "STRING_VALUE",
* // SourceApplicationUrl: "STRING_VALUE",
* // SourceApplicationName: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { StartChatContactResponse } from "../models/models_2";
import { StartChatContactRequest } from "../models/models_3";
import { StartChatContactRequest, StartChatContactRequestFilterSensitiveLog } from "../models/models_3";
import { de_StartChatContactCommand, se_StartChatContactCommand } from "../protocols/Aws_restJson1";

/**
Expand Down Expand Up @@ -106,6 +106,7 @@ export interface StartChatContactCommandOutput extends StartChatContactResponse,
* ValueInteger: Number("int"),
* },
* },
* CustomerId: "STRING_VALUE",
* };
* const command = new StartChatContactCommand(input);
* const response = await client.send(command);
Expand Down Expand Up @@ -161,7 +162,7 @@ export class StartChatContactCommand extends $Command
})
.s("AmazonConnectService", "StartChatContact", {})
.n("ConnectClient", "StartChatContactCommand")
.f(void 0, void 0)
.f(StartChatContactRequestFilterSensitiveLog, void 0)
.ser(se_StartChatContactCommand)
.de(de_StartChatContactCommand)
.build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface UpdateInstanceAttributeCommandOutput extends __MetadataBearer {
* const client = new ConnectClient(config);
* const input = { // UpdateInstanceAttributeRequest
* InstanceId: "STRING_VALUE", // required
* AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING", // required
* AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING" || "ENHANCED_CHAT_MONITORING" || "MULTI_PARTY_CHAT_CONFERENCE", // required
* Value: "STRING_VALUE", // required
* };
* const command = new UpdateInstanceAttributeCommand(input);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
// smithy-typescript generated code
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";

import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
import { commonParams } from "../endpoint/EndpointParameters";
import {
UpdateParticipantAuthenticationRequest,
UpdateParticipantAuthenticationRequestFilterSensitiveLog,
UpdateParticipantAuthenticationResponse,
} from "../models/models_2";
import {
de_UpdateParticipantAuthenticationCommand,
se_UpdateParticipantAuthenticationCommand,
} from "../protocols/Aws_restJson1";

/**
* @public
*/
export type { __MetadataBearer };
export { $Command };
/**
* @public
*
* The input for {@link UpdateParticipantAuthenticationCommand}.
*/
export interface UpdateParticipantAuthenticationCommandInput extends UpdateParticipantAuthenticationRequest {}
/**
* @public
*
* The output of {@link UpdateParticipantAuthenticationCommand}.
*/
export interface UpdateParticipantAuthenticationCommandOutput
extends UpdateParticipantAuthenticationResponse,
__MetadataBearer {}

/**
* <p>Instructs Amazon Connect to resume the authentication process. The subsequent actions
* depend on the request body contents:</p>
* <ul>
* <li>
* <p>
* <b>If a code is provided</b>: Connect retrieves the identity
* information from Amazon Cognito and imports it into Connect Customer Profiles.</p>
* </li>
* <li>
* <p>
* <b>If an error is provided</b>: The error branch of the
* Authenticate Customer block is executed.</p>
* </li>
* </ul>
* <note>
* <p>The API returns a success response to acknowledge the request. However, the interaction and
* exchange of identity information occur asynchronously after the response is returned.</p>
* </note>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
* import { ConnectClient, UpdateParticipantAuthenticationCommand } from "@aws-sdk/client-connect"; // ES Modules import
* // const { ConnectClient, UpdateParticipantAuthenticationCommand } = require("@aws-sdk/client-connect"); // CommonJS import
* const client = new ConnectClient(config);
* const input = { // UpdateParticipantAuthenticationRequest
* State: "STRING_VALUE", // required
* InstanceId: "STRING_VALUE", // required
* Code: "STRING_VALUE",
* Error: "STRING_VALUE",
* ErrorDescription: "STRING_VALUE",
* };
* const command = new UpdateParticipantAuthenticationCommand(input);
* const response = await client.send(command);
* // {};
*
* ```
*
* @param UpdateParticipantAuthenticationCommandInput - {@link UpdateParticipantAuthenticationCommandInput}
* @returns {@link UpdateParticipantAuthenticationCommandOutput}
* @see {@link UpdateParticipantAuthenticationCommandInput} for command's `input` shape.
* @see {@link UpdateParticipantAuthenticationCommandOutput} for command's `response` shape.
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
*
* @throws {@link AccessDeniedException} (client fault)
* <p>You do not have sufficient permissions to perform this action.</p>
*
* @throws {@link ConflictException} (client fault)
* <p>Operation cannot be performed at this time as there is a conflict with another operation or
* contact state.</p>
*
* @throws {@link InternalServiceException} (server fault)
* <p>Request processing failed because of an error or failure with the service.</p>
*
* @throws {@link InvalidParameterException} (client fault)
* <p>One or more of the specified parameters are not valid.</p>
*
* @throws {@link InvalidRequestException} (client fault)
* <p>The request is not valid.</p>
*
* @throws {@link ThrottlingException} (client fault)
* <p>The throttling limit has been exceeded.</p>
*
* @throws {@link ConnectServiceException}
* <p>Base exception class for all service exceptions from Connect service.</p>
*
* @public
*/
export class UpdateParticipantAuthenticationCommand extends $Command
.classBuilder<
UpdateParticipantAuthenticationCommandInput,
UpdateParticipantAuthenticationCommandOutput,
ConnectClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>()
.ep(commonParams)
.m(function (this: any, Command: any, cs: any, config: ConnectClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
];
})
.s("AmazonConnectService", "UpdateParticipantAuthentication", {})
.n("ConnectClient", "UpdateParticipantAuthenticationCommand")
.f(UpdateParticipantAuthenticationRequestFilterSensitiveLog, void 0)
.ser(se_UpdateParticipantAuthenticationCommand)
.de(de_UpdateParticipantAuthenticationCommand)
.build() {
/** @internal type navigation helper, not in runtime. */
protected declare static __types: {
api: {
input: UpdateParticipantAuthenticationRequest;
output: {};
};
sdk: {
input: UpdateParticipantAuthenticationCommandInput;
output: UpdateParticipantAuthenticationCommandOutput;
};
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";

import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { UpdateSecurityProfileRequest } from "../models/models_2";
import { UpdateSecurityProfileRequest } from "../models/models_3";
import { de_UpdateSecurityProfileCommand, se_UpdateSecurityProfileCommand } from "../protocols/Aws_restJson1";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";

import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
import { commonParams } from "../endpoint/EndpointParameters";
import { UpdateTaskTemplateRequest } from "../models/models_2";
import { UpdateTaskTemplateResponse } from "../models/models_3";
import { UpdateTaskTemplateRequest, UpdateTaskTemplateResponse } from "../models/models_3";
import { de_UpdateTaskTemplateCommand, se_UpdateTaskTemplateCommand } from "../protocols/Aws_restJson1";

/**
Expand Down
Loading

0 comments on commit 4e1a96b

Please sign in to comment.