@aws-sdk/client-connect 3.745.0 → 3.749.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +72 -7
  3. package/dist-es/Connect.js +2 -0
  4. package/dist-es/commands/ListAnalyticsDataLakeDataSetsCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/protocols/Aws_restJson1.js +50 -3
  7. package/dist-types/Connect.d.ts +7 -0
  8. package/dist-types/ConnectClient.d.ts +3 -2
  9. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -0
  10. package/dist-types/commands/AssociateBotCommand.d.ts +1 -0
  11. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -0
  12. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -0
  13. package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -0
  14. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -0
  15. package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateContactCommand.d.ts +2 -2
  17. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeContactCommand.d.ts +11 -3
  20. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -0
  21. package/dist-types/commands/DisassociateBotCommand.d.ts +1 -0
  22. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -0
  23. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -0
  24. package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -0
  25. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -0
  26. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  27. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -0
  28. package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +95 -0
  29. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -2
  32. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  33. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -0
  36. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -0
  37. package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  40. package/dist-types/commands/index.d.ts +1 -0
  41. package/dist-types/models/models_0.d.ts +61 -0
  42. package/dist-types/models/models_1.d.ts +157 -92
  43. package/dist-types/models/models_2.d.ts +97 -65
  44. package/dist-types/models/models_3.d.ts +65 -3
  45. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  46. package/dist-types/ts3.4/Connect.d.ts +17 -0
  47. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  48. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  55. package/dist-types/ts3.4/models/models_0.d.ts +8 -0
  56. package/dist-types/ts3.4/models/models_1.d.ts +19 -18
  57. package/dist-types/ts3.4/models/models_2.d.ts +22 -17
  58. package/dist-types/ts3.4/models/models_3.d.ts +17 -0
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  60. package/package.json +11 -11
@@ -42,6 +42,7 @@ declare const AssociateLexBotCommand_base: {
42
42
  * Name: "STRING_VALUE", // required
43
43
  * LexRegion: "STRING_VALUE", // required
44
44
  * },
45
+ * ClientToken: "STRING_VALUE",
45
46
  * };
46
47
  * const command = new AssociateLexBotCommand(input);
47
48
  * const response = await client.send(command);
@@ -38,6 +38,7 @@ declare const AssociateSecurityKeyCommand_base: {
38
38
  * const input = { // AssociateSecurityKeyRequest
39
39
  * InstanceId: "STRING_VALUE", // required
40
40
  * Key: "STRING_VALUE", // required
41
+ * ClientToken: "STRING_VALUE",
41
42
  * };
42
43
  * const command = new AssociateSecurityKeyCommand(input);
43
44
  * const response = await client.send(command);
@@ -51,6 +51,7 @@ declare const BatchAssociateAnalyticsDataSetCommand_base: {
51
51
  * // TargetAccountId: "STRING_VALUE",
52
52
  * // ResourceShareId: "STRING_VALUE",
53
53
  * // ResourceShareArn: "STRING_VALUE",
54
+ * // ResourceShareStatus: "STRING_VALUE",
54
55
  * // },
55
56
  * // ],
56
57
  * // Errors: [ // ErrorResults
@@ -29,8 +29,8 @@ declare const CreateContactCommand_base: {
29
29
  };
30
30
  /**
31
31
  * <important>
32
- * <p>Only the EMAIL channel is supported. The supported initiation
33
- * methods are: OUTBOUND, AGENT_REPLY, and FLOW.</p>
32
+ * <p>Only the EMAIL channel is supported. The supported initiation methods are: OUTBOUND,
33
+ * AGENT_REPLY, and FLOW.</p>
34
34
  * </important>
35
35
  * <p>Creates a new EMAIL contact. </p>
36
36
  * @example
@@ -42,6 +42,7 @@ declare const DeleteInstanceCommand_base: {
42
42
  * const client = new ConnectClient(config);
43
43
  * const input = { // DeleteInstanceRequest
44
44
  * InstanceId: "STRING_VALUE", // required
45
+ * ClientToken: "STRING_VALUE",
45
46
  * };
46
47
  * const command = new DeleteInstanceCommand(input);
47
48
  * const response = await client.send(command);
@@ -28,7 +28,7 @@ declare const DescribeAuthenticationProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web Services Support.</p>
31
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
32
32
  * <p>Describes the target authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,9 +31,17 @@ declare const DescribeContactCommand_base: {
31
31
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
32
32
  * <p>Describes the specified contact. </p>
33
33
  * <important>
34
- * <p>Contact information remains available in Amazon Connect for 24 months from the
35
- * InitiationTimestamp, and then it is deleted. Only contact information that is available in
36
- * Amazon Connect is returned by this API</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>
37
+ * <code>CustomerEndpoint</code> and <code>SystemEndpoint</code> are only populated for EMAIL contacts. </p>
38
+ * </li>
39
+ * <li>
40
+ * <p>Contact information remains available in Amazon Connect for 24 months from the
41
+ * <code>InitiationTimestamp</code>, and then it is deleted. Only contact information that is available in
42
+ * Amazon Connect is returned by this API.</p>
43
+ * </li>
44
+ * </ul>
37
45
  * </important>
38
46
  * @example
39
47
  * Use a bare-bones client and the command you need to make an API call.
@@ -38,6 +38,7 @@ declare const DisassociateApprovedOriginCommand_base: {
38
38
  * const input = { // DisassociateApprovedOriginRequest
39
39
  * InstanceId: "STRING_VALUE", // required
40
40
  * Origin: "STRING_VALUE", // required
41
+ * ClientToken: "STRING_VALUE",
41
42
  * };
42
43
  * const command = new DisassociateApprovedOriginCommand(input);
43
44
  * const response = await client.send(command);
@@ -45,6 +45,7 @@ declare const DisassociateBotCommand_base: {
45
45
  * LexV2Bot: { // LexV2Bot
46
46
  * AliasArn: "STRING_VALUE",
47
47
  * },
48
+ * ClientToken: "STRING_VALUE",
48
49
  * };
49
50
  * const command = new DisassociateBotCommand(input);
50
51
  * const response = await client.send(command);
@@ -40,6 +40,7 @@ declare const DisassociateInstanceStorageConfigCommand_base: {
40
40
  * InstanceId: "STRING_VALUE", // required
41
41
  * AssociationId: "STRING_VALUE", // required
42
42
  * ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" || "EMAIL_MESSAGES", // required
43
+ * ClientToken: "STRING_VALUE",
43
44
  * };
44
45
  * const command = new DisassociateInstanceStorageConfigCommand(input);
45
46
  * const response = await client.send(command);
@@ -39,6 +39,7 @@ declare const DisassociateLambdaFunctionCommand_base: {
39
39
  * const input = { // DisassociateLambdaFunctionRequest
40
40
  * InstanceId: "STRING_VALUE", // required
41
41
  * FunctionArn: "STRING_VALUE", // required
42
+ * ClientToken: "STRING_VALUE",
42
43
  * };
43
44
  * const command = new DisassociateLambdaFunctionCommand(input);
44
45
  * const response = await client.send(command);
@@ -40,6 +40,7 @@ declare const DisassociateLexBotCommand_base: {
40
40
  * InstanceId: "STRING_VALUE", // required
41
41
  * BotName: "STRING_VALUE", // required
42
42
  * LexRegion: "STRING_VALUE", // required
43
+ * ClientToken: "STRING_VALUE",
43
44
  * };
44
45
  * const command = new DisassociateLexBotCommand(input);
45
46
  * const response = await client.send(command);
@@ -38,6 +38,7 @@ declare const DisassociateSecurityKeyCommand_base: {
38
38
  * const input = { // DisassociateSecurityKeyRequest
39
39
  * InstanceId: "STRING_VALUE", // required
40
40
  * AssociationId: "STRING_VALUE", // required
41
+ * ClientToken: "STRING_VALUE",
41
42
  * };
42
43
  * const command = new DisassociateSecurityKeyCommand(input);
43
44
  * const response = await client.send(command);
@@ -44,7 +44,7 @@ declare const ImportPhoneNumberCommand_base: {
44
44
  * <p>For example, if you already have 99 claimed or imported numbers and a service level quota of
45
45
  * 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you
46
46
  * will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers
47
- * until you open an Amazon Web Services Support ticket. </p>
47
+ * until you open an Amazon Web ServicesSupport ticket. </p>
48
48
  * @example
49
49
  * Use a bare-bones client and the command you need to make an API call.
50
50
  * ```javascript
@@ -50,6 +50,7 @@ declare const ListAnalyticsDataAssociationsCommand_base: {
50
50
  * // TargetAccountId: "STRING_VALUE",
51
51
  * // ResourceShareId: "STRING_VALUE",
52
52
  * // ResourceShareArn: "STRING_VALUE",
53
+ * // ResourceShareStatus: "STRING_VALUE",
53
54
  * // },
54
55
  * // ],
55
56
  * // NextToken: "STRING_VALUE",
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { ListAnalyticsDataLakeDataSetsRequest, ListAnalyticsDataLakeDataSetsResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListAnalyticsDataLakeDataSetsCommand}.
14
+ */
15
+ export interface ListAnalyticsDataLakeDataSetsCommandInput extends ListAnalyticsDataLakeDataSetsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListAnalyticsDataLakeDataSetsCommand}.
21
+ */
22
+ export interface ListAnalyticsDataLakeDataSetsCommandOutput extends ListAnalyticsDataLakeDataSetsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListAnalyticsDataLakeDataSetsCommand_base: {
25
+ new (input: ListAnalyticsDataLakeDataSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnalyticsDataLakeDataSetsCommandInput, ListAnalyticsDataLakeDataSetsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: ListAnalyticsDataLakeDataSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnalyticsDataLakeDataSetsCommandInput, ListAnalyticsDataLakeDataSetsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists the data lake datasets available to associate with for a given Amazon Connect
31
+ * instance.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { ConnectClient, ListAnalyticsDataLakeDataSetsCommand } from "@aws-sdk/client-connect"; // ES Modules import
36
+ * // const { ConnectClient, ListAnalyticsDataLakeDataSetsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
37
+ * const client = new ConnectClient(config);
38
+ * const input = { // ListAnalyticsDataLakeDataSetsRequest
39
+ * InstanceId: "STRING_VALUE", // required
40
+ * NextToken: "STRING_VALUE",
41
+ * MaxResults: Number("int"),
42
+ * };
43
+ * const command = new ListAnalyticsDataLakeDataSetsCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // ListAnalyticsDataLakeDataSetsResponse
46
+ * // Results: [ // AnalyticsDataSetsResults
47
+ * // { // AnalyticsDataSetsResult
48
+ * // DataSetId: "STRING_VALUE",
49
+ * // DataSetName: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param ListAnalyticsDataLakeDataSetsCommandInput - {@link ListAnalyticsDataLakeDataSetsCommandInput}
58
+ * @returns {@link ListAnalyticsDataLakeDataSetsCommandOutput}
59
+ * @see {@link ListAnalyticsDataLakeDataSetsCommandInput} for command's `input` shape.
60
+ * @see {@link ListAnalyticsDataLakeDataSetsCommandOutput} for command's `response` shape.
61
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
62
+ *
63
+ * @throws {@link InternalServiceException} (server fault)
64
+ * <p>Request processing failed because of an error or failure with the service.</p>
65
+ *
66
+ * @throws {@link InvalidParameterException} (client fault)
67
+ * <p>One or more of the specified parameters are not valid.</p>
68
+ *
69
+ * @throws {@link InvalidRequestException} (client fault)
70
+ * <p>The request is not valid.</p>
71
+ *
72
+ * @throws {@link ResourceNotFoundException} (client fault)
73
+ * <p>The specified resource was not found.</p>
74
+ *
75
+ * @throws {@link ThrottlingException} (client fault)
76
+ * <p>The throttling limit has been exceeded.</p>
77
+ *
78
+ * @throws {@link ConnectServiceException}
79
+ * <p>Base exception class for all service exceptions from Connect service.</p>
80
+ *
81
+ * @public
82
+ */
83
+ export declare class ListAnalyticsDataLakeDataSetsCommand extends ListAnalyticsDataLakeDataSetsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListAnalyticsDataLakeDataSetsRequest;
88
+ output: ListAnalyticsDataLakeDataSetsResponse;
89
+ };
90
+ sdk: {
91
+ input: ListAnalyticsDataLakeDataSetsCommandInput;
92
+ output: ListAnalyticsDataLakeDataSetsCommandOutput;
93
+ };
94
+ };
95
+ }
@@ -28,7 +28,7 @@ declare const ListAuthenticationProfilesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web Services Support.</p>
31
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
32
32
  * <p>Provides summary information about the authentication profiles in a specified Amazon Connect instance.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListQueuesRequest, ListQueuesResponse } from "../models/models_1";
4
+ import { ListQueuesRequest } from "../models/models_1";
5
+ import { ListQueuesResponse } from "../models/models_2";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { ListQuickConnectsRequest } from "../models/models_1";
5
- import { ListQuickConnectsResponse } from "../models/models_2";
4
+ import { ListQuickConnectsRequest, ListQuickConnectsResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -34,7 +34,7 @@ declare const ReleasePhoneNumberCommand_base: {
34
34
  * Amazon Connect admin website.</p>
35
35
  * <p>After releasing a phone number, the phone number enters into a cooldown period for up to
36
36
  * 180 days. It cannot be searched for or claimed again until the period has ended. If you
37
- * accidentally release a phone number, contact Amazon Web Services Support.</p>
37
+ * accidentally release a phone number, contact Amazon Web ServicesSupport.</p>
38
38
  * </important>
39
39
  * <p>If you plan to claim and release numbers frequently,
40
40
  * contact us for a service quota exception. Otherwise, it is possible you will be blocked from
@@ -46,7 +46,7 @@ declare const StartChatContactCommand_base: {
46
46
  * </ul>
47
47
  * <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your
48
48
  * account may not support the ability to configure custom chat durations. For more information,
49
- * contact Amazon Web Services Support. </p>
49
+ * contact Amazon Web ServicesSupport. </p>
50
50
  * <p>For more information about chat, see the following topics in the <i>Amazon Connect
51
51
  * Administrator Guide</i>: </p>
52
52
  * <ul>
@@ -28,7 +28,7 @@ declare const UpdateAuthenticationProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web Services Support.</p>
31
+ * request access to this API, contact Amazon Web ServicesSupport.</p>
32
32
  * <p>Updates the selected authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -39,6 +39,7 @@ declare const UpdateInstanceAttributeCommand_base: {
39
39
  * InstanceId: "STRING_VALUE", // required
40
40
  * 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
41
41
  * Value: "STRING_VALUE", // required
42
+ * ClientToken: "STRING_VALUE",
42
43
  * };
43
44
  * const command = new UpdateInstanceAttributeCommand(input);
44
45
  * const response = await client.send(command);
@@ -65,6 +65,7 @@ declare const UpdateInstanceStorageConfigCommand_base: {
65
65
  * FirehoseArn: "STRING_VALUE", // required
66
66
  * },
67
67
  * },
68
+ * ClientToken: "STRING_VALUE",
68
69
  * };
69
70
  * const command = new UpdateInstanceStorageConfigCommand(input);
70
71
  * const response = await client.send(command);
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileAgentAvailabilityTimerRequest } from "../models/models_2";
4
+ import { UpdateRoutingProfileAgentAvailabilityTimerRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileConcurrencyRequest } from "../models/models_2";
4
+ import { UpdateRoutingProfileConcurrencyRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_2";
4
+ import { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -133,6 +133,7 @@ export * from "./GetTrafficDistributionCommand";
133
133
  export * from "./ImportPhoneNumberCommand";
134
134
  export * from "./ListAgentStatusesCommand";
135
135
  export * from "./ListAnalyticsDataAssociationsCommand";
136
+ export * from "./ListAnalyticsDataLakeDataSetsCommand";
136
137
  export * from "./ListApprovedOriginsCommand";
137
138
  export * from "./ListAssociatedContactsCommand";
138
139
  export * from "./ListAuthenticationProfilesCommand";
@@ -985,6 +985,14 @@ export interface AssociateApprovedOriginRequest {
985
985
  * @public
986
986
  */
987
987
  Origin: string | undefined;
988
+ /**
989
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
990
+ * request. If not provided, the Amazon Web Services
991
+ * SDK populates this field. For more information about idempotency, see
992
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
993
+ * @public
994
+ */
995
+ ClientToken?: string | undefined;
988
996
  }
989
997
  /**
990
998
  * @public
@@ -1092,6 +1100,14 @@ export interface AssociateBotRequest {
1092
1100
  * @public
1093
1101
  */
1094
1102
  LexV2Bot?: LexV2Bot | undefined;
1103
+ /**
1104
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1105
+ * request. If not provided, the Amazon Web Services
1106
+ * SDK populates this field. For more information about idempotency, see
1107
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
1108
+ * @public
1109
+ */
1110
+ ClientToken?: string | undefined;
1095
1111
  }
1096
1112
  /**
1097
1113
  * <p>The allowed limit for the resource has been exceeded.</p>
@@ -1449,6 +1465,14 @@ export interface AssociateInstanceStorageConfigRequest {
1449
1465
  * @public
1450
1466
  */
1451
1467
  StorageConfig: InstanceStorageConfig | undefined;
1468
+ /**
1469
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1470
+ * request. If not provided, the Amazon Web Services
1471
+ * SDK populates this field. For more information about idempotency, see
1472
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
1473
+ * @public
1474
+ */
1475
+ ClientToken?: string | undefined;
1452
1476
  }
1453
1477
  /**
1454
1478
  * @public
@@ -1475,6 +1499,14 @@ export interface AssociateLambdaFunctionRequest {
1475
1499
  * @public
1476
1500
  */
1477
1501
  FunctionArn: string | undefined;
1502
+ /**
1503
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1504
+ * request. If not provided, the Amazon Web Services
1505
+ * SDK populates this field. For more information about idempotency, see
1506
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
1507
+ * @public
1508
+ */
1509
+ ClientToken?: string | undefined;
1478
1510
  }
1479
1511
  /**
1480
1512
  * @public
@@ -1490,6 +1522,14 @@ export interface AssociateLexBotRequest {
1490
1522
  * @public
1491
1523
  */
1492
1524
  LexBot: LexBot | undefined;
1525
+ /**
1526
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1527
+ * request. If not provided, the Amazon Web Services
1528
+ * SDK populates this field. For more information about idempotency, see
1529
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
1530
+ * @public
1531
+ */
1532
+ ClientToken?: string | undefined;
1493
1533
  }
1494
1534
  /**
1495
1535
  * @public
@@ -1608,6 +1648,14 @@ export interface AssociateSecurityKeyRequest {
1608
1648
  * @public
1609
1649
  */
1610
1650
  Key: string | undefined;
1651
+ /**
1652
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1653
+ * request. If not provided, the Amazon Web Services
1654
+ * SDK populates this field. For more information about idempotency, see
1655
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
1656
+ * @public
1657
+ */
1658
+ ClientToken?: string | undefined;
1611
1659
  }
1612
1660
  /**
1613
1661
  * @public
@@ -1738,6 +1786,11 @@ export interface AnalyticsDataAssociationResult {
1738
1786
  * @public
1739
1787
  */
1740
1788
  ResourceShareArn?: string | undefined;
1789
+ /**
1790
+ * <p>The Amazon Web Services Resource Access Manager status of association.</p>
1791
+ * @public
1792
+ */
1793
+ ResourceShareStatus?: string | undefined;
1741
1794
  }
1742
1795
  /**
1743
1796
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
@@ -6156,6 +6209,14 @@ export interface DeleteInstanceRequest {
6156
6209
  * @public
6157
6210
  */
6158
6211
  InstanceId: string | undefined;
6212
+ /**
6213
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
6214
+ * request. If not provided, the Amazon Web Services
6215
+ * SDK populates this field. For more information about idempotency, see
6216
+ * <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
6217
+ * @public
6218
+ */
6219
+ ClientToken?: string | undefined;
6159
6220
  }
6160
6221
  /**
6161
6222
  * @public