@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.
- package/README.md +8 -0
- package/dist-cjs/index.js +72 -7
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/ListAnalyticsDataLakeDataSetsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +50 -3
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +1 -0
- package/dist-types/commands/AssociateBotCommand.d.ts +1 -0
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -0
- package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -0
- package/dist-types/commands/AssociateLexBotCommand.d.ts +1 -0
- package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +1 -0
- package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateContactCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +11 -3
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -0
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +95 -0
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +1 -2
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +61 -0
- package/dist-types/models/models_1.d.ts +157 -92
- package/dist-types/models/models_2.d.ts +97 -65
- package/dist-types/models/models_3.d.ts +65 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +19 -18
- package/dist-types/ts3.4/models/models_2.d.ts +22 -17
- package/dist-types/ts3.4/models/models_3.d.ts +17 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1305,6 +1305,14 @@ ListAnalyticsDataAssociations
|
|
|
1305
1305
|
|
|
1306
1306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListAnalyticsDataAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAnalyticsDataAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAnalyticsDataAssociationsCommandOutput/)
|
|
1307
1307
|
|
|
1308
|
+
</details>
|
|
1309
|
+
<details>
|
|
1310
|
+
<summary>
|
|
1311
|
+
ListAnalyticsDataLakeDataSets
|
|
1312
|
+
</summary>
|
|
1313
|
+
|
|
1314
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListAnalyticsDataLakeDataSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAnalyticsDataLakeDataSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListAnalyticsDataLakeDataSetsCommandOutput/)
|
|
1315
|
+
|
|
1308
1316
|
</details>
|
|
1309
1317
|
<details>
|
|
1310
1318
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -257,6 +257,7 @@ __export(src_exports, {
|
|
|
257
257
|
LimitExceededException: () => LimitExceededException,
|
|
258
258
|
ListAgentStatusesCommand: () => ListAgentStatusesCommand,
|
|
259
259
|
ListAnalyticsDataAssociationsCommand: () => ListAnalyticsDataAssociationsCommand,
|
|
260
|
+
ListAnalyticsDataLakeDataSetsCommand: () => ListAnalyticsDataLakeDataSetsCommand,
|
|
260
261
|
ListApprovedOriginsCommand: () => ListApprovedOriginsCommand,
|
|
261
262
|
ListAssociatedContactsCommand: () => ListAssociatedContactsCommand,
|
|
262
263
|
ListAuthenticationProfilesCommand: () => ListAuthenticationProfilesCommand,
|
|
@@ -2836,6 +2837,7 @@ var se_AssociateApprovedOriginCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2836
2837
|
let body;
|
|
2837
2838
|
body = JSON.stringify(
|
|
2838
2839
|
(0, import_smithy_client.take)(input, {
|
|
2840
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2839
2841
|
Origin: []
|
|
2840
2842
|
})
|
|
2841
2843
|
);
|
|
@@ -2852,6 +2854,7 @@ var se_AssociateBotCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2852
2854
|
let body;
|
|
2853
2855
|
body = JSON.stringify(
|
|
2854
2856
|
(0, import_smithy_client.take)(input, {
|
|
2857
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2855
2858
|
LexBot: (_) => (0, import_smithy_client._json)(_),
|
|
2856
2859
|
LexV2Bot: (_) => (0, import_smithy_client._json)(_)
|
|
2857
2860
|
})
|
|
@@ -2904,6 +2907,7 @@ var se_AssociateInstanceStorageConfigCommand = /* @__PURE__ */ __name(async (inp
|
|
|
2904
2907
|
let body;
|
|
2905
2908
|
body = JSON.stringify(
|
|
2906
2909
|
(0, import_smithy_client.take)(input, {
|
|
2910
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2907
2911
|
ResourceType: [],
|
|
2908
2912
|
StorageConfig: (_) => (0, import_smithy_client._json)(_)
|
|
2909
2913
|
})
|
|
@@ -2921,6 +2925,7 @@ var se_AssociateLambdaFunctionCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2921
2925
|
let body;
|
|
2922
2926
|
body = JSON.stringify(
|
|
2923
2927
|
(0, import_smithy_client.take)(input, {
|
|
2928
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2924
2929
|
FunctionArn: []
|
|
2925
2930
|
})
|
|
2926
2931
|
);
|
|
@@ -2937,6 +2942,7 @@ var se_AssociateLexBotCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2937
2942
|
let body;
|
|
2938
2943
|
body = JSON.stringify(
|
|
2939
2944
|
(0, import_smithy_client.take)(input, {
|
|
2945
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2940
2946
|
LexBot: (_) => (0, import_smithy_client._json)(_)
|
|
2941
2947
|
})
|
|
2942
2948
|
);
|
|
@@ -3004,6 +3010,7 @@ var se_AssociateSecurityKeyCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3004
3010
|
let body;
|
|
3005
3011
|
body = JSON.stringify(
|
|
3006
3012
|
(0, import_smithy_client.take)(input, {
|
|
3013
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3007
3014
|
Key: []
|
|
3008
3015
|
})
|
|
3009
3016
|
);
|
|
@@ -3363,7 +3370,7 @@ var se_CreateInstanceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3363
3370
|
let body;
|
|
3364
3371
|
body = JSON.stringify(
|
|
3365
3372
|
(0, import_smithy_client.take)(input, {
|
|
3366
|
-
ClientToken: [],
|
|
3373
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3367
3374
|
DirectoryId: [],
|
|
3368
3375
|
IdentityManagementType: [],
|
|
3369
3376
|
InboundCallsEnabled: [],
|
|
@@ -3880,8 +3887,11 @@ var se_DeleteInstanceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3880
3887
|
const headers = {};
|
|
3881
3888
|
b.bp("/instance/{InstanceId}");
|
|
3882
3889
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3890
|
+
const query = (0, import_smithy_client.map)({
|
|
3891
|
+
[_cT]: [, input[_CT] ?? (0, import_uuid.v4)()]
|
|
3892
|
+
});
|
|
3883
3893
|
let body;
|
|
3884
|
-
b.m("DELETE").h(headers).b(body);
|
|
3894
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
3885
3895
|
return b.build();
|
|
3886
3896
|
}, "se_DeleteInstanceCommand");
|
|
3887
3897
|
var se_DeleteIntegrationAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -4354,7 +4364,8 @@ var se_DisassociateApprovedOriginCommand = /* @__PURE__ */ __name(async (input,
|
|
|
4354
4364
|
b.bp("/instance/{InstanceId}/approved-origin");
|
|
4355
4365
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4356
4366
|
const query = (0, import_smithy_client.map)({
|
|
4357
|
-
[_o]: [, (0, import_smithy_client.expectNonNull)(input[_O], `Origin`)]
|
|
4367
|
+
[_o]: [, (0, import_smithy_client.expectNonNull)(input[_O], `Origin`)],
|
|
4368
|
+
[_cT]: [, input[_CT] ?? (0, import_uuid.v4)()]
|
|
4358
4369
|
});
|
|
4359
4370
|
let body;
|
|
4360
4371
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -4370,6 +4381,7 @@ var se_DisassociateBotCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4370
4381
|
let body;
|
|
4371
4382
|
body = JSON.stringify(
|
|
4372
4383
|
(0, import_smithy_client.take)(input, {
|
|
4384
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4373
4385
|
LexBot: (_) => (0, import_smithy_client._json)(_),
|
|
4374
4386
|
LexV2Bot: (_) => (0, import_smithy_client._json)(_)
|
|
4375
4387
|
})
|
|
@@ -4395,7 +4407,8 @@ var se_DisassociateInstanceStorageConfigCommand = /* @__PURE__ */ __name(async (
|
|
|
4395
4407
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4396
4408
|
b.p("AssociationId", () => input.AssociationId, "{AssociationId}", false);
|
|
4397
4409
|
const query = (0, import_smithy_client.map)({
|
|
4398
|
-
[_rT]: [, (0, import_smithy_client.expectNonNull)(input[_RT], `ResourceType`)]
|
|
4410
|
+
[_rT]: [, (0, import_smithy_client.expectNonNull)(input[_RT], `ResourceType`)],
|
|
4411
|
+
[_cT]: [, input[_CT] ?? (0, import_uuid.v4)()]
|
|
4399
4412
|
});
|
|
4400
4413
|
let body;
|
|
4401
4414
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -4407,7 +4420,8 @@ var se_DisassociateLambdaFunctionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
4407
4420
|
b.bp("/instance/{InstanceId}/lambda-function");
|
|
4408
4421
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4409
4422
|
const query = (0, import_smithy_client.map)({
|
|
4410
|
-
[_fA]: [, (0, import_smithy_client.expectNonNull)(input[_FA], `FunctionArn`)]
|
|
4423
|
+
[_fA]: [, (0, import_smithy_client.expectNonNull)(input[_FA], `FunctionArn`)],
|
|
4424
|
+
[_cT]: [, input[_CT] ?? (0, import_uuid.v4)()]
|
|
4411
4425
|
});
|
|
4412
4426
|
let body;
|
|
4413
4427
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -4420,7 +4434,8 @@ var se_DisassociateLexBotCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4420
4434
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4421
4435
|
const query = (0, import_smithy_client.map)({
|
|
4422
4436
|
[_bN]: [, (0, import_smithy_client.expectNonNull)(input[_BN], `BotName`)],
|
|
4423
|
-
[_lR]: [, (0, import_smithy_client.expectNonNull)(input[_LR], `LexRegion`)]
|
|
4437
|
+
[_lR]: [, (0, import_smithy_client.expectNonNull)(input[_LR], `LexRegion`)],
|
|
4438
|
+
[_cT]: [, input[_CT] ?? (0, import_uuid.v4)()]
|
|
4424
4439
|
});
|
|
4425
4440
|
let body;
|
|
4426
4441
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -4478,8 +4493,11 @@ var se_DisassociateSecurityKeyCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
4478
4493
|
b.bp("/instance/{InstanceId}/security-key/{AssociationId}");
|
|
4479
4494
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4480
4495
|
b.p("AssociationId", () => input.AssociationId, "{AssociationId}", false);
|
|
4496
|
+
const query = (0, import_smithy_client.map)({
|
|
4497
|
+
[_cT]: [, input[_CT] ?? (0, import_uuid.v4)()]
|
|
4498
|
+
});
|
|
4481
4499
|
let body;
|
|
4482
|
-
b.m("DELETE").h(headers).b(body);
|
|
4500
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
4483
4501
|
return b.build();
|
|
4484
4502
|
}, "se_DisassociateSecurityKeyCommand");
|
|
4485
4503
|
var se_DisassociateTrafficDistributionGroupUserCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -4750,6 +4768,19 @@ var se_ListAnalyticsDataAssociationsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
4750
4768
|
b.m("GET").h(headers).q(query).b(body);
|
|
4751
4769
|
return b.build();
|
|
4752
4770
|
}, "se_ListAnalyticsDataAssociationsCommand");
|
|
4771
|
+
var se_ListAnalyticsDataLakeDataSetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4772
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4773
|
+
const headers = {};
|
|
4774
|
+
b.bp("/analytics-data/instance/{InstanceId}/datasets");
|
|
4775
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4776
|
+
const query = (0, import_smithy_client.map)({
|
|
4777
|
+
[_nT]: [, input[_NT]],
|
|
4778
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()]
|
|
4779
|
+
});
|
|
4780
|
+
let body;
|
|
4781
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4782
|
+
return b.build();
|
|
4783
|
+
}, "se_ListAnalyticsDataLakeDataSetsCommand");
|
|
4753
4784
|
var se_ListApprovedOriginsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4754
4785
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4755
4786
|
const headers = {};
|
|
@@ -6658,6 +6689,7 @@ var se_UpdateInstanceAttributeCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
6658
6689
|
let body;
|
|
6659
6690
|
body = JSON.stringify(
|
|
6660
6691
|
(0, import_smithy_client.take)(input, {
|
|
6692
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6661
6693
|
Value: []
|
|
6662
6694
|
})
|
|
6663
6695
|
);
|
|
@@ -6678,6 +6710,7 @@ var se_UpdateInstanceStorageConfigCommand = /* @__PURE__ */ __name(async (input,
|
|
|
6678
6710
|
let body;
|
|
6679
6711
|
body = JSON.stringify(
|
|
6680
6712
|
(0, import_smithy_client.take)(input, {
|
|
6713
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
6681
6714
|
StorageConfig: (_) => (0, import_smithy_client._json)(_)
|
|
6682
6715
|
})
|
|
6683
6716
|
);
|
|
@@ -9042,6 +9075,21 @@ var de_ListAnalyticsDataAssociationsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
9042
9075
|
Object.assign(contents, doc);
|
|
9043
9076
|
return contents;
|
|
9044
9077
|
}, "de_ListAnalyticsDataAssociationsCommand");
|
|
9078
|
+
var de_ListAnalyticsDataLakeDataSetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9079
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9080
|
+
return de_CommandError(output, context);
|
|
9081
|
+
}
|
|
9082
|
+
const contents = (0, import_smithy_client.map)({
|
|
9083
|
+
$metadata: deserializeMetadata(output)
|
|
9084
|
+
});
|
|
9085
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9086
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9087
|
+
NextToken: import_smithy_client.expectString,
|
|
9088
|
+
Results: import_smithy_client._json
|
|
9089
|
+
});
|
|
9090
|
+
Object.assign(contents, doc);
|
|
9091
|
+
return contents;
|
|
9092
|
+
}, "de_ListAnalyticsDataLakeDataSetsCommand");
|
|
9045
9093
|
var de_ListApprovedOriginsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9046
9094
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9047
9095
|
return de_CommandError(output, context);
|
|
@@ -15199,6 +15247,21 @@ var ListAnalyticsDataAssociationsCommand = class extends import_smithy_client.Co
|
|
|
15199
15247
|
}
|
|
15200
15248
|
};
|
|
15201
15249
|
|
|
15250
|
+
// src/commands/ListAnalyticsDataLakeDataSetsCommand.ts
|
|
15251
|
+
|
|
15252
|
+
|
|
15253
|
+
|
|
15254
|
+
var ListAnalyticsDataLakeDataSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15255
|
+
return [
|
|
15256
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15257
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15258
|
+
];
|
|
15259
|
+
}).s("AmazonConnectService", "ListAnalyticsDataLakeDataSets", {}).n("ConnectClient", "ListAnalyticsDataLakeDataSetsCommand").f(void 0, void 0).ser(se_ListAnalyticsDataLakeDataSetsCommand).de(de_ListAnalyticsDataLakeDataSetsCommand).build() {
|
|
15260
|
+
static {
|
|
15261
|
+
__name(this, "ListAnalyticsDataLakeDataSetsCommand");
|
|
15262
|
+
}
|
|
15263
|
+
};
|
|
15264
|
+
|
|
15202
15265
|
// src/commands/ListApprovedOriginsCommand.ts
|
|
15203
15266
|
|
|
15204
15267
|
|
|
@@ -17526,6 +17589,7 @@ var commands = {
|
|
|
17526
17589
|
ImportPhoneNumberCommand,
|
|
17527
17590
|
ListAgentStatusesCommand,
|
|
17528
17591
|
ListAnalyticsDataAssociationsCommand,
|
|
17592
|
+
ListAnalyticsDataLakeDataSetsCommand,
|
|
17529
17593
|
ListApprovedOriginsCommand,
|
|
17530
17594
|
ListAssociatedContactsCommand,
|
|
17531
17595
|
ListAuthenticationProfilesCommand,
|
|
@@ -18086,6 +18150,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
18086
18150
|
ImportPhoneNumberCommand,
|
|
18087
18151
|
ListAgentStatusesCommand,
|
|
18088
18152
|
ListAnalyticsDataAssociationsCommand,
|
|
18153
|
+
ListAnalyticsDataLakeDataSetsCommand,
|
|
18089
18154
|
ListApprovedOriginsCommand,
|
|
18090
18155
|
ListAssociatedContactsCommand,
|
|
18091
18156
|
ListAuthenticationProfilesCommand,
|
package/dist-es/Connect.js
CHANGED
|
@@ -134,6 +134,7 @@ import { GetTrafficDistributionCommand, } from "./commands/GetTrafficDistributio
|
|
|
134
134
|
import { ImportPhoneNumberCommand, } from "./commands/ImportPhoneNumberCommand";
|
|
135
135
|
import { ListAgentStatusesCommand, } from "./commands/ListAgentStatusesCommand";
|
|
136
136
|
import { ListAnalyticsDataAssociationsCommand, } from "./commands/ListAnalyticsDataAssociationsCommand";
|
|
137
|
+
import { ListAnalyticsDataLakeDataSetsCommand, } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
137
138
|
import { ListApprovedOriginsCommand, } from "./commands/ListApprovedOriginsCommand";
|
|
138
139
|
import { ListAssociatedContactsCommand, } from "./commands/ListAssociatedContactsCommand";
|
|
139
140
|
import { ListAuthenticationProfilesCommand, } from "./commands/ListAuthenticationProfilesCommand";
|
|
@@ -417,6 +418,7 @@ const commands = {
|
|
|
417
418
|
ImportPhoneNumberCommand,
|
|
418
419
|
ListAgentStatusesCommand,
|
|
419
420
|
ListAnalyticsDataAssociationsCommand,
|
|
421
|
+
ListAnalyticsDataLakeDataSetsCommand,
|
|
420
422
|
ListApprovedOriginsCommand,
|
|
421
423
|
ListAssociatedContactsCommand,
|
|
422
424
|
ListAuthenticationProfilesCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListAnalyticsDataLakeDataSetsCommand, se_ListAnalyticsDataLakeDataSetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListAnalyticsDataLakeDataSetsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "ListAnalyticsDataLakeDataSets", {})
|
|
17
|
+
.n("ConnectClient", "ListAnalyticsDataLakeDataSetsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListAnalyticsDataLakeDataSetsCommand)
|
|
20
|
+
.de(de_ListAnalyticsDataLakeDataSetsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -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";
|
|
@@ -46,6 +46,7 @@ export const se_AssociateApprovedOriginCommand = async (input, context) => {
|
|
|
46
46
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
47
47
|
let body;
|
|
48
48
|
body = JSON.stringify(take(input, {
|
|
49
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
49
50
|
Origin: [],
|
|
50
51
|
}));
|
|
51
52
|
b.m("PUT").h(headers).b(body);
|
|
@@ -60,6 +61,7 @@ export const se_AssociateBotCommand = async (input, context) => {
|
|
|
60
61
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
61
62
|
let body;
|
|
62
63
|
body = JSON.stringify(take(input, {
|
|
64
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
63
65
|
LexBot: (_) => _json(_),
|
|
64
66
|
LexV2Bot: (_) => _json(_),
|
|
65
67
|
}));
|
|
@@ -106,6 +108,7 @@ export const se_AssociateInstanceStorageConfigCommand = async (input, context) =
|
|
|
106
108
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
107
109
|
let body;
|
|
108
110
|
body = JSON.stringify(take(input, {
|
|
111
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
109
112
|
ResourceType: [],
|
|
110
113
|
StorageConfig: (_) => _json(_),
|
|
111
114
|
}));
|
|
@@ -121,6 +124,7 @@ export const se_AssociateLambdaFunctionCommand = async (input, context) => {
|
|
|
121
124
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
122
125
|
let body;
|
|
123
126
|
body = JSON.stringify(take(input, {
|
|
127
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
124
128
|
FunctionArn: [],
|
|
125
129
|
}));
|
|
126
130
|
b.m("PUT").h(headers).b(body);
|
|
@@ -135,6 +139,7 @@ export const se_AssociateLexBotCommand = async (input, context) => {
|
|
|
135
139
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
136
140
|
let body;
|
|
137
141
|
body = JSON.stringify(take(input, {
|
|
142
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
138
143
|
LexBot: (_) => _json(_),
|
|
139
144
|
}));
|
|
140
145
|
b.m("PUT").h(headers).b(body);
|
|
@@ -194,6 +199,7 @@ export const se_AssociateSecurityKeyCommand = async (input, context) => {
|
|
|
194
199
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
195
200
|
let body;
|
|
196
201
|
body = JSON.stringify(take(input, {
|
|
202
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
197
203
|
Key: [],
|
|
198
204
|
}));
|
|
199
205
|
b.m("PUT").h(headers).b(body);
|
|
@@ -517,7 +523,7 @@ export const se_CreateInstanceCommand = async (input, context) => {
|
|
|
517
523
|
b.bp("/instance");
|
|
518
524
|
let body;
|
|
519
525
|
body = JSON.stringify(take(input, {
|
|
520
|
-
ClientToken: [],
|
|
526
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
521
527
|
DirectoryId: [],
|
|
522
528
|
IdentityManagementType: [],
|
|
523
529
|
InboundCallsEnabled: [],
|
|
@@ -993,8 +999,11 @@ export const se_DeleteInstanceCommand = async (input, context) => {
|
|
|
993
999
|
const headers = {};
|
|
994
1000
|
b.bp("/instance/{InstanceId}");
|
|
995
1001
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1002
|
+
const query = map({
|
|
1003
|
+
[_cT]: [, input[_CT] ?? generateIdempotencyToken()],
|
|
1004
|
+
});
|
|
996
1005
|
let body;
|
|
997
|
-
b.m("DELETE").h(headers).b(body);
|
|
1006
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
998
1007
|
return b.build();
|
|
999
1008
|
};
|
|
1000
1009
|
export const se_DeleteIntegrationAssociationCommand = async (input, context) => {
|
|
@@ -1466,6 +1475,7 @@ export const se_DisassociateApprovedOriginCommand = async (input, context) => {
|
|
|
1466
1475
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1467
1476
|
const query = map({
|
|
1468
1477
|
[_o]: [, __expectNonNull(input[_O], `Origin`)],
|
|
1478
|
+
[_cT]: [, input[_CT] ?? generateIdempotencyToken()],
|
|
1469
1479
|
});
|
|
1470
1480
|
let body;
|
|
1471
1481
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -1480,6 +1490,7 @@ export const se_DisassociateBotCommand = async (input, context) => {
|
|
|
1480
1490
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1481
1491
|
let body;
|
|
1482
1492
|
body = JSON.stringify(take(input, {
|
|
1493
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
1483
1494
|
LexBot: (_) => _json(_),
|
|
1484
1495
|
LexV2Bot: (_) => _json(_),
|
|
1485
1496
|
}));
|
|
@@ -1505,6 +1516,7 @@ export const se_DisassociateInstanceStorageConfigCommand = async (input, context
|
|
|
1505
1516
|
b.p("AssociationId", () => input.AssociationId, "{AssociationId}", false);
|
|
1506
1517
|
const query = map({
|
|
1507
1518
|
[_rT]: [, __expectNonNull(input[_RT], `ResourceType`)],
|
|
1519
|
+
[_cT]: [, input[_CT] ?? generateIdempotencyToken()],
|
|
1508
1520
|
});
|
|
1509
1521
|
let body;
|
|
1510
1522
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -1517,6 +1529,7 @@ export const se_DisassociateLambdaFunctionCommand = async (input, context) => {
|
|
|
1517
1529
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1518
1530
|
const query = map({
|
|
1519
1531
|
[_fA]: [, __expectNonNull(input[_FA], `FunctionArn`)],
|
|
1532
|
+
[_cT]: [, input[_CT] ?? generateIdempotencyToken()],
|
|
1520
1533
|
});
|
|
1521
1534
|
let body;
|
|
1522
1535
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -1530,6 +1543,7 @@ export const se_DisassociateLexBotCommand = async (input, context) => {
|
|
|
1530
1543
|
const query = map({
|
|
1531
1544
|
[_bN]: [, __expectNonNull(input[_BN], `BotName`)],
|
|
1532
1545
|
[_lR]: [, __expectNonNull(input[_LR], `LexRegion`)],
|
|
1546
|
+
[_cT]: [, input[_CT] ?? generateIdempotencyToken()],
|
|
1533
1547
|
});
|
|
1534
1548
|
let body;
|
|
1535
1549
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -1583,8 +1597,11 @@ export const se_DisassociateSecurityKeyCommand = async (input, context) => {
|
|
|
1583
1597
|
b.bp("/instance/{InstanceId}/security-key/{AssociationId}");
|
|
1584
1598
|
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1585
1599
|
b.p("AssociationId", () => input.AssociationId, "{AssociationId}", false);
|
|
1600
|
+
const query = map({
|
|
1601
|
+
[_cT]: [, input[_CT] ?? generateIdempotencyToken()],
|
|
1602
|
+
});
|
|
1586
1603
|
let body;
|
|
1587
|
-
b.m("DELETE").h(headers).b(body);
|
|
1604
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
1588
1605
|
return b.build();
|
|
1589
1606
|
};
|
|
1590
1607
|
export const se_DisassociateTrafficDistributionGroupUserCommand = async (input, context) => {
|
|
@@ -1841,6 +1858,19 @@ export const se_ListAnalyticsDataAssociationsCommand = async (input, context) =>
|
|
|
1841
1858
|
b.m("GET").h(headers).q(query).b(body);
|
|
1842
1859
|
return b.build();
|
|
1843
1860
|
};
|
|
1861
|
+
export const se_ListAnalyticsDataLakeDataSetsCommand = async (input, context) => {
|
|
1862
|
+
const b = rb(input, context);
|
|
1863
|
+
const headers = {};
|
|
1864
|
+
b.bp("/analytics-data/instance/{InstanceId}/datasets");
|
|
1865
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
1866
|
+
const query = map({
|
|
1867
|
+
[_nT]: [, input[_NT]],
|
|
1868
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
1869
|
+
});
|
|
1870
|
+
let body;
|
|
1871
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1872
|
+
return b.build();
|
|
1873
|
+
};
|
|
1844
1874
|
export const se_ListApprovedOriginsCommand = async (input, context) => {
|
|
1845
1875
|
const b = rb(input, context);
|
|
1846
1876
|
const headers = {};
|
|
@@ -3618,6 +3648,7 @@ export const se_UpdateInstanceAttributeCommand = async (input, context) => {
|
|
|
3618
3648
|
b.p("AttributeType", () => input.AttributeType, "{AttributeType}", false);
|
|
3619
3649
|
let body;
|
|
3620
3650
|
body = JSON.stringify(take(input, {
|
|
3651
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
3621
3652
|
Value: [],
|
|
3622
3653
|
}));
|
|
3623
3654
|
b.m("POST").h(headers).b(body);
|
|
@@ -3636,6 +3667,7 @@ export const se_UpdateInstanceStorageConfigCommand = async (input, context) => {
|
|
|
3636
3667
|
});
|
|
3637
3668
|
let body;
|
|
3638
3669
|
body = JSON.stringify(take(input, {
|
|
3670
|
+
ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
3639
3671
|
StorageConfig: (_) => _json(_),
|
|
3640
3672
|
}));
|
|
3641
3673
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -5933,6 +5965,21 @@ export const de_ListAnalyticsDataAssociationsCommand = async (output, context) =
|
|
|
5933
5965
|
Object.assign(contents, doc);
|
|
5934
5966
|
return contents;
|
|
5935
5967
|
};
|
|
5968
|
+
export const de_ListAnalyticsDataLakeDataSetsCommand = async (output, context) => {
|
|
5969
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5970
|
+
return de_CommandError(output, context);
|
|
5971
|
+
}
|
|
5972
|
+
const contents = map({
|
|
5973
|
+
$metadata: deserializeMetadata(output),
|
|
5974
|
+
});
|
|
5975
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5976
|
+
const doc = take(data, {
|
|
5977
|
+
NextToken: __expectString,
|
|
5978
|
+
Results: _json,
|
|
5979
|
+
});
|
|
5980
|
+
Object.assign(contents, doc);
|
|
5981
|
+
return contents;
|
|
5982
|
+
};
|
|
5936
5983
|
export const de_ListApprovedOriginsCommand = async (output, context) => {
|
|
5937
5984
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5938
5985
|
return de_CommandError(output, context);
|
package/dist-types/Connect.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput
|
|
|
134
134
|
import { ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput } from "./commands/ImportPhoneNumberCommand";
|
|
135
135
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
136
136
|
import { ListAnalyticsDataAssociationsCommandInput, ListAnalyticsDataAssociationsCommandOutput } from "./commands/ListAnalyticsDataAssociationsCommand";
|
|
137
|
+
import { ListAnalyticsDataLakeDataSetsCommandInput, ListAnalyticsDataLakeDataSetsCommandOutput } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
137
138
|
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
138
139
|
import { ListAssociatedContactsCommandInput, ListAssociatedContactsCommandOutput } from "./commands/ListAssociatedContactsCommand";
|
|
139
140
|
import { ListAuthenticationProfilesCommandInput, ListAuthenticationProfilesCommandOutput } from "./commands/ListAuthenticationProfilesCommand";
|
|
@@ -1092,6 +1093,12 @@ export interface Connect {
|
|
|
1092
1093
|
listAnalyticsDataAssociations(args: ListAnalyticsDataAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalyticsDataAssociationsCommandOutput>;
|
|
1093
1094
|
listAnalyticsDataAssociations(args: ListAnalyticsDataAssociationsCommandInput, cb: (err: any, data?: ListAnalyticsDataAssociationsCommandOutput) => void): void;
|
|
1094
1095
|
listAnalyticsDataAssociations(args: ListAnalyticsDataAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalyticsDataAssociationsCommandOutput) => void): void;
|
|
1096
|
+
/**
|
|
1097
|
+
* @see {@link ListAnalyticsDataLakeDataSetsCommand}
|
|
1098
|
+
*/
|
|
1099
|
+
listAnalyticsDataLakeDataSets(args: ListAnalyticsDataLakeDataSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalyticsDataLakeDataSetsCommandOutput>;
|
|
1100
|
+
listAnalyticsDataLakeDataSets(args: ListAnalyticsDataLakeDataSetsCommandInput, cb: (err: any, data?: ListAnalyticsDataLakeDataSetsCommandOutput) => void): void;
|
|
1101
|
+
listAnalyticsDataLakeDataSets(args: ListAnalyticsDataLakeDataSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalyticsDataLakeDataSetsCommandOutput) => void): void;
|
|
1095
1102
|
/**
|
|
1096
1103
|
* @see {@link ListApprovedOriginsCommand}
|
|
1097
1104
|
*/
|
|
@@ -142,6 +142,7 @@ import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput
|
|
|
142
142
|
import { ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput } from "./commands/ImportPhoneNumberCommand";
|
|
143
143
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
|
|
144
144
|
import { ListAnalyticsDataAssociationsCommandInput, ListAnalyticsDataAssociationsCommandOutput } from "./commands/ListAnalyticsDataAssociationsCommand";
|
|
145
|
+
import { ListAnalyticsDataLakeDataSetsCommandInput, ListAnalyticsDataLakeDataSetsCommandOutput } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
145
146
|
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
146
147
|
import { ListAssociatedContactsCommandInput, ListAssociatedContactsCommandOutput } from "./commands/ListAssociatedContactsCommand";
|
|
147
148
|
import { ListAuthenticationProfilesCommandInput, ListAuthenticationProfilesCommandOutput } from "./commands/ListAuthenticationProfilesCommand";
|
|
@@ -294,11 +295,11 @@ export { __Client };
|
|
|
294
295
|
/**
|
|
295
296
|
* @public
|
|
296
297
|
*/
|
|
297
|
-
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateAnalyticsDataSetCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateFlowCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | AssociateUserProficienciesCommandInput | BatchAssociateAnalyticsDataSetCommandInput | BatchDisassociateAnalyticsDataSetCommandInput | BatchGetAttachedFileMetadataCommandInput | BatchGetFlowAssociationCommandInput | BatchPutContactCommandInput | ClaimPhoneNumberCommandInput | CompleteAttachedFileUploadCommandInput | CreateAgentStatusCommandInput | CreateContactCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateContactFlowVersionCommandInput | CreateEmailAddressCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateHoursOfOperationOverrideCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePersistentContactAssociationCommandInput | CreatePredefinedAttributeCommandInput | CreatePromptCommandInput | CreatePushNotificationRegistrationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteAttachedFileCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteContactFlowVersionCommandInput | DeleteEmailAddressCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteHoursOfOperationOverrideCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePredefinedAttributeCommandInput | DeletePromptCommandInput | DeletePushNotificationRegistrationCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeAuthenticationProfileCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEmailAddressCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeHoursOfOperationOverrideCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePredefinedAttributeCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateAnalyticsDataSetCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateFlowCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DisassociateUserProficienciesCommandInput | DismissUserContactCommandInput | GetAttachedFileCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetEffectiveHoursOfOperationsCommandInput | GetFederationTokenCommandInput | GetFlowAssociationCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ImportPhoneNumberCommandInput | ListAgentStatusesCommandInput | ListAnalyticsDataAssociationsCommandInput | ListApprovedOriginsCommandInput | ListAssociatedContactsCommandInput | ListAuthenticationProfilesCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowVersionsCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListFlowAssociationsCommandInput | ListHoursOfOperationOverridesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPredefinedAttributesCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRealtimeContactAnalysisSegmentsV2CommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUserProficienciesCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PauseContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactCommandInput | ResumeContactRecordingCommandInput | SearchAgentStatusesCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchContactFlowModulesCommandInput | SearchContactFlowsCommandInput | SearchContactsCommandInput | SearchEmailAddressesCommandInput | SearchHoursOfOperationOverridesCommandInput | SearchHoursOfOperationsCommandInput | SearchPredefinedAttributesCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUserHierarchyGroupsCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | SendChatIntegrationEventCommandInput | SendOutboundEmailCommandInput | StartAttachedFileUploadCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartEmailContactCommandInput | StartOutboundChatContactCommandInput | StartOutboundEmailContactCommandInput | StartOutboundVoiceContactCommandInput | StartScreenSharingCommandInput | StartTaskContactCommandInput | StartWebRTCContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagContactCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateAuthenticationProfileCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactRoutingDataCommandInput | UpdateContactScheduleCommandInput | UpdateEmailAddressMetadataCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateHoursOfOperationOverrideCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantAuthenticationCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePredefinedAttributeCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueOutboundEmailConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserProficienciesCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
|
|
298
|
+
export type ServiceInputTypes = ActivateEvaluationFormCommandInput | AssociateAnalyticsDataSetCommandInput | AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateFlowCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | AssociateTrafficDistributionGroupUserCommandInput | AssociateUserProficienciesCommandInput | BatchAssociateAnalyticsDataSetCommandInput | BatchDisassociateAnalyticsDataSetCommandInput | BatchGetAttachedFileMetadataCommandInput | BatchGetFlowAssociationCommandInput | BatchPutContactCommandInput | ClaimPhoneNumberCommandInput | CompleteAttachedFileUploadCommandInput | CreateAgentStatusCommandInput | CreateContactCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateContactFlowVersionCommandInput | CreateEmailAddressCommandInput | CreateEvaluationFormCommandInput | CreateHoursOfOperationCommandInput | CreateHoursOfOperationOverrideCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateParticipantCommandInput | CreatePersistentContactAssociationCommandInput | CreatePredefinedAttributeCommandInput | CreatePromptCommandInput | CreatePushNotificationRegistrationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateRuleCommandInput | CreateSecurityProfileCommandInput | CreateTaskTemplateCommandInput | CreateTrafficDistributionGroupCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateViewCommandInput | CreateViewVersionCommandInput | CreateVocabularyCommandInput | DeactivateEvaluationFormCommandInput | DeleteAttachedFileCommandInput | DeleteContactEvaluationCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteContactFlowVersionCommandInput | DeleteEmailAddressCommandInput | DeleteEvaluationFormCommandInput | DeleteHoursOfOperationCommandInput | DeleteHoursOfOperationOverrideCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeletePredefinedAttributeCommandInput | DeletePromptCommandInput | DeletePushNotificationRegistrationCommandInput | DeleteQueueCommandInput | DeleteQuickConnectCommandInput | DeleteRoutingProfileCommandInput | DeleteRuleCommandInput | DeleteSecurityProfileCommandInput | DeleteTaskTemplateCommandInput | DeleteTrafficDistributionGroupCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteViewCommandInput | DeleteViewVersionCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeAuthenticationProfileCommandInput | DescribeContactCommandInput | DescribeContactEvaluationCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeEmailAddressCommandInput | DescribeEvaluationFormCommandInput | DescribeHoursOfOperationCommandInput | DescribeHoursOfOperationOverrideCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribePredefinedAttributeCommandInput | DescribePromptCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeRuleCommandInput | DescribeSecurityProfileCommandInput | DescribeTrafficDistributionGroupCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeViewCommandInput | DescribeVocabularyCommandInput | DisassociateAnalyticsDataSetCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateFlowCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | DisassociateTrafficDistributionGroupUserCommandInput | DisassociateUserProficienciesCommandInput | DismissUserContactCommandInput | GetAttachedFileCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetCurrentUserDataCommandInput | GetEffectiveHoursOfOperationsCommandInput | GetFederationTokenCommandInput | GetFlowAssociationCommandInput | GetMetricDataCommandInput | GetMetricDataV2CommandInput | GetPromptFileCommandInput | GetTaskTemplateCommandInput | GetTrafficDistributionCommandInput | ImportPhoneNumberCommandInput | ListAgentStatusesCommandInput | ListAnalyticsDataAssociationsCommandInput | ListAnalyticsDataLakeDataSetsCommandInput | ListApprovedOriginsCommandInput | ListAssociatedContactsCommandInput | ListAuthenticationProfilesCommandInput | ListBotsCommandInput | ListContactEvaluationsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowVersionsCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListEvaluationFormVersionsCommandInput | ListEvaluationFormsCommandInput | ListFlowAssociationsCommandInput | ListHoursOfOperationOverridesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPredefinedAttributesCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRealtimeContactAnalysisSegmentsV2CommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListRulesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfileApplicationsCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListTaskTemplatesCommandInput | ListTrafficDistributionGroupUsersCommandInput | ListTrafficDistributionGroupsCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUserProficienciesCommandInput | ListUsersCommandInput | ListViewVersionsCommandInput | ListViewsCommandInput | MonitorContactCommandInput | PauseContactCommandInput | PutUserStatusCommandInput | ReleasePhoneNumberCommandInput | ReplicateInstanceCommandInput | ResumeContactCommandInput | ResumeContactRecordingCommandInput | SearchAgentStatusesCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchContactFlowModulesCommandInput | SearchContactFlowsCommandInput | SearchContactsCommandInput | SearchEmailAddressesCommandInput | SearchHoursOfOperationOverridesCommandInput | SearchHoursOfOperationsCommandInput | SearchPredefinedAttributesCommandInput | SearchPromptsCommandInput | SearchQueuesCommandInput | SearchQuickConnectsCommandInput | SearchResourceTagsCommandInput | SearchRoutingProfilesCommandInput | SearchSecurityProfilesCommandInput | SearchUserHierarchyGroupsCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | SendChatIntegrationEventCommandInput | SendOutboundEmailCommandInput | StartAttachedFileUploadCommandInput | StartChatContactCommandInput | StartContactEvaluationCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartEmailContactCommandInput | StartOutboundChatContactCommandInput | StartOutboundEmailContactCommandInput | StartOutboundVoiceContactCommandInput | StartScreenSharingCommandInput | StartTaskContactCommandInput | StartWebRTCContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SubmitContactEvaluationCommandInput | SuspendContactRecordingCommandInput | TagContactCommandInput | TagResourceCommandInput | TransferContactCommandInput | UntagContactCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateAuthenticationProfileCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactEvaluationCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactRoutingDataCommandInput | UpdateContactScheduleCommandInput | UpdateEmailAddressMetadataCommandInput | UpdateEvaluationFormCommandInput | UpdateHoursOfOperationCommandInput | UpdateHoursOfOperationOverrideCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateParticipantAuthenticationCommandInput | UpdateParticipantRoleConfigCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberMetadataCommandInput | UpdatePredefinedAttributeCommandInput | UpdatePromptCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueOutboundEmailConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileAgentAvailabilityTimerCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateRuleCommandInput | UpdateSecurityProfileCommandInput | UpdateTaskTemplateCommandInput | UpdateTrafficDistributionCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserProficienciesCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput | UpdateViewContentCommandInput | UpdateViewMetadataCommandInput;
|
|
298
299
|
/**
|
|
299
300
|
* @public
|
|
300
301
|
*/
|
|
301
|
-
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateAnalyticsDataSetCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateFlowCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | AssociateUserProficienciesCommandOutput | BatchAssociateAnalyticsDataSetCommandOutput | BatchDisassociateAnalyticsDataSetCommandOutput | BatchGetAttachedFileMetadataCommandOutput | BatchGetFlowAssociationCommandOutput | BatchPutContactCommandOutput | ClaimPhoneNumberCommandOutput | CompleteAttachedFileUploadCommandOutput | CreateAgentStatusCommandOutput | CreateContactCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateContactFlowVersionCommandOutput | CreateEmailAddressCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateHoursOfOperationOverrideCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePersistentContactAssociationCommandOutput | CreatePredefinedAttributeCommandOutput | CreatePromptCommandOutput | CreatePushNotificationRegistrationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteAttachedFileCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteContactFlowVersionCommandOutput | DeleteEmailAddressCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteHoursOfOperationOverrideCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePredefinedAttributeCommandOutput | DeletePromptCommandOutput | DeletePushNotificationRegistrationCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeAuthenticationProfileCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEmailAddressCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeHoursOfOperationOverrideCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePredefinedAttributeCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateAnalyticsDataSetCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateFlowCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DisassociateUserProficienciesCommandOutput | DismissUserContactCommandOutput | GetAttachedFileCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetEffectiveHoursOfOperationsCommandOutput | GetFederationTokenCommandOutput | GetFlowAssociationCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ImportPhoneNumberCommandOutput | ListAgentStatusesCommandOutput | ListAnalyticsDataAssociationsCommandOutput | ListApprovedOriginsCommandOutput | ListAssociatedContactsCommandOutput | ListAuthenticationProfilesCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowVersionsCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListFlowAssociationsCommandOutput | ListHoursOfOperationOverridesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPredefinedAttributesCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRealtimeContactAnalysisSegmentsV2CommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUserProficienciesCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PauseContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactCommandOutput | ResumeContactRecordingCommandOutput | SearchAgentStatusesCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchContactFlowModulesCommandOutput | SearchContactFlowsCommandOutput | SearchContactsCommandOutput | SearchEmailAddressesCommandOutput | SearchHoursOfOperationOverridesCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPredefinedAttributesCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUserHierarchyGroupsCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | SendChatIntegrationEventCommandOutput | SendOutboundEmailCommandOutput | StartAttachedFileUploadCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartEmailContactCommandOutput | StartOutboundChatContactCommandOutput | StartOutboundEmailContactCommandOutput | StartOutboundVoiceContactCommandOutput | StartScreenSharingCommandOutput | StartTaskContactCommandOutput | StartWebRTCContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagContactCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateAuthenticationProfileCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactRoutingDataCommandOutput | UpdateContactScheduleCommandOutput | UpdateEmailAddressMetadataCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateHoursOfOperationOverrideCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantAuthenticationCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePredefinedAttributeCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueOutboundEmailConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserProficienciesCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
|
|
302
|
+
export type ServiceOutputTypes = ActivateEvaluationFormCommandOutput | AssociateAnalyticsDataSetCommandOutput | AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateFlowCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | AssociateTrafficDistributionGroupUserCommandOutput | AssociateUserProficienciesCommandOutput | BatchAssociateAnalyticsDataSetCommandOutput | BatchDisassociateAnalyticsDataSetCommandOutput | BatchGetAttachedFileMetadataCommandOutput | BatchGetFlowAssociationCommandOutput | BatchPutContactCommandOutput | ClaimPhoneNumberCommandOutput | CompleteAttachedFileUploadCommandOutput | CreateAgentStatusCommandOutput | CreateContactCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateContactFlowVersionCommandOutput | CreateEmailAddressCommandOutput | CreateEvaluationFormCommandOutput | CreateHoursOfOperationCommandOutput | CreateHoursOfOperationOverrideCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateParticipantCommandOutput | CreatePersistentContactAssociationCommandOutput | CreatePredefinedAttributeCommandOutput | CreatePromptCommandOutput | CreatePushNotificationRegistrationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateRuleCommandOutput | CreateSecurityProfileCommandOutput | CreateTaskTemplateCommandOutput | CreateTrafficDistributionGroupCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateViewCommandOutput | CreateViewVersionCommandOutput | CreateVocabularyCommandOutput | DeactivateEvaluationFormCommandOutput | DeleteAttachedFileCommandOutput | DeleteContactEvaluationCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteContactFlowVersionCommandOutput | DeleteEmailAddressCommandOutput | DeleteEvaluationFormCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteHoursOfOperationOverrideCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeletePredefinedAttributeCommandOutput | DeletePromptCommandOutput | DeletePushNotificationRegistrationCommandOutput | DeleteQueueCommandOutput | DeleteQuickConnectCommandOutput | DeleteRoutingProfileCommandOutput | DeleteRuleCommandOutput | DeleteSecurityProfileCommandOutput | DeleteTaskTemplateCommandOutput | DeleteTrafficDistributionGroupCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteViewCommandOutput | DeleteViewVersionCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeAuthenticationProfileCommandOutput | DescribeContactCommandOutput | DescribeContactEvaluationCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeEmailAddressCommandOutput | DescribeEvaluationFormCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeHoursOfOperationOverrideCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribePredefinedAttributeCommandOutput | DescribePromptCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeRuleCommandOutput | DescribeSecurityProfileCommandOutput | DescribeTrafficDistributionGroupCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeViewCommandOutput | DescribeVocabularyCommandOutput | DisassociateAnalyticsDataSetCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateFlowCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | DisassociateTrafficDistributionGroupUserCommandOutput | DisassociateUserProficienciesCommandOutput | DismissUserContactCommandOutput | GetAttachedFileCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetCurrentUserDataCommandOutput | GetEffectiveHoursOfOperationsCommandOutput | GetFederationTokenCommandOutput | GetFlowAssociationCommandOutput | GetMetricDataCommandOutput | GetMetricDataV2CommandOutput | GetPromptFileCommandOutput | GetTaskTemplateCommandOutput | GetTrafficDistributionCommandOutput | ImportPhoneNumberCommandOutput | ListAgentStatusesCommandOutput | ListAnalyticsDataAssociationsCommandOutput | ListAnalyticsDataLakeDataSetsCommandOutput | ListApprovedOriginsCommandOutput | ListAssociatedContactsCommandOutput | ListAuthenticationProfilesCommandOutput | ListBotsCommandOutput | ListContactEvaluationsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowVersionsCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListEvaluationFormVersionsCommandOutput | ListEvaluationFormsCommandOutput | ListFlowAssociationsCommandOutput | ListHoursOfOperationOverridesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPredefinedAttributesCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRealtimeContactAnalysisSegmentsV2CommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListRulesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfileApplicationsCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListTaskTemplatesCommandOutput | ListTrafficDistributionGroupUsersCommandOutput | ListTrafficDistributionGroupsCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUserProficienciesCommandOutput | ListUsersCommandOutput | ListViewVersionsCommandOutput | ListViewsCommandOutput | MonitorContactCommandOutput | PauseContactCommandOutput | PutUserStatusCommandOutput | ReleasePhoneNumberCommandOutput | ReplicateInstanceCommandOutput | ResumeContactCommandOutput | ResumeContactRecordingCommandOutput | SearchAgentStatusesCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchContactFlowModulesCommandOutput | SearchContactFlowsCommandOutput | SearchContactsCommandOutput | SearchEmailAddressesCommandOutput | SearchHoursOfOperationOverridesCommandOutput | SearchHoursOfOperationsCommandOutput | SearchPredefinedAttributesCommandOutput | SearchPromptsCommandOutput | SearchQueuesCommandOutput | SearchQuickConnectsCommandOutput | SearchResourceTagsCommandOutput | SearchRoutingProfilesCommandOutput | SearchSecurityProfilesCommandOutput | SearchUserHierarchyGroupsCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | SendChatIntegrationEventCommandOutput | SendOutboundEmailCommandOutput | StartAttachedFileUploadCommandOutput | StartChatContactCommandOutput | StartContactEvaluationCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartEmailContactCommandOutput | StartOutboundChatContactCommandOutput | StartOutboundEmailContactCommandOutput | StartOutboundVoiceContactCommandOutput | StartScreenSharingCommandOutput | StartTaskContactCommandOutput | StartWebRTCContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SubmitContactEvaluationCommandOutput | SuspendContactRecordingCommandOutput | TagContactCommandOutput | TagResourceCommandOutput | TransferContactCommandOutput | UntagContactCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateAuthenticationProfileCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactEvaluationCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactRoutingDataCommandOutput | UpdateContactScheduleCommandOutput | UpdateEmailAddressMetadataCommandOutput | UpdateEvaluationFormCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateHoursOfOperationOverrideCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateParticipantAuthenticationCommandOutput | UpdateParticipantRoleConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberMetadataCommandOutput | UpdatePredefinedAttributeCommandOutput | UpdatePromptCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueOutboundEmailConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileAgentAvailabilityTimerCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateRuleCommandOutput | UpdateSecurityProfileCommandOutput | UpdateTaskTemplateCommandOutput | UpdateTrafficDistributionCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserProficienciesCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput | UpdateViewContentCommandOutput | UpdateViewMetadataCommandOutput;
|
|
302
303
|
/**
|
|
303
304
|
* @public
|
|
304
305
|
*/
|
|
@@ -38,6 +38,7 @@ declare const AssociateApprovedOriginCommand_base: {
|
|
|
38
38
|
* const input = { // AssociateApprovedOriginRequest
|
|
39
39
|
* InstanceId: "STRING_VALUE", // required
|
|
40
40
|
* Origin: "STRING_VALUE", // required
|
|
41
|
+
* ClientToken: "STRING_VALUE",
|
|
41
42
|
* };
|
|
42
43
|
* const command = new AssociateApprovedOriginCommand(input);
|
|
43
44
|
* const response = await client.send(command);
|
|
@@ -69,6 +69,7 @@ declare const AssociateInstanceStorageConfigCommand_base: {
|
|
|
69
69
|
* FirehoseArn: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
71
|
* },
|
|
72
|
+
* ClientToken: "STRING_VALUE",
|
|
72
73
|
* };
|
|
73
74
|
* const command = new AssociateInstanceStorageConfigCommand(input);
|
|
74
75
|
* const response = await client.send(command);
|
|
@@ -39,6 +39,7 @@ declare const AssociateLambdaFunctionCommand_base: {
|
|
|
39
39
|
* const input = { // AssociateLambdaFunctionRequest
|
|
40
40
|
* InstanceId: "STRING_VALUE", // required
|
|
41
41
|
* FunctionArn: "STRING_VALUE", // required
|
|
42
|
+
* ClientToken: "STRING_VALUE",
|
|
42
43
|
* };
|
|
43
44
|
* const command = new AssociateLambdaFunctionCommand(input);
|
|
44
45
|
* const response = await client.send(command);
|