@aws-sdk/client-connect 3.948.0 → 3.951.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +7 -1
- package/dist-es/models/enums.js +3 -0
- package/dist-es/schemas/schemas_0.js +4 -1
- package/dist-types/commands/AssociateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +6 -1
- package/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +3 -1
- package/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +3 -1
- package/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +3 -1
- package/dist-types/commands/CreateDataTableAttributeCommand.d.ts +4 -1
- package/dist-types/commands/CreateDataTableCommand.d.ts +3 -1
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataTableCommand.d.ts +5 -1
- package/dist-types/commands/DeleteWorkspacePageCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataTableCommand.d.ts +3 -1
- package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +5 -1
- package/dist-types/commands/ListDataTableAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +2 -1
- package/dist-types/commands/ListDataTableValuesCommand.d.ts +2 -1
- package/dist-types/commands/ListDataTablesCommand.d.ts +2 -1
- package/dist-types/commands/SearchDataTablesCommand.d.ts +3 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +3 -1
- package/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +3 -1
- package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +2 -1
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +108 -49
- package/dist-types/models/models_1.d.ts +50 -23
- package/dist-types/models/models_2.d.ts +55 -44
- package/dist-types/models/models_3.d.ts +62 -27
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_3.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1157,6 +1157,7 @@ const _DM = "DeliveryMethod";
|
|
|
1157
1157
|
const _DN = "DisplayName";
|
|
1158
1158
|
const _DNAE = "DestinationNotAllowedException";
|
|
1159
1159
|
const _DO = "DisplayOrder";
|
|
1160
|
+
const _DOCE = "DisconnectOnCustomerExit";
|
|
1160
1161
|
const _DOQI = "DefaultOutboundQueueId";
|
|
1161
1162
|
const _DORI = "DefaultOptionRefIds";
|
|
1162
1163
|
const _DORIe = "DefaultOptionRefId";
|
|
@@ -8944,7 +8945,7 @@ var StartChatContactRequest = [
|
|
|
8944
8945
|
n0,
|
|
8945
8946
|
_SCCR,
|
|
8946
8947
|
0,
|
|
8947
|
-
[_II, _CFI, _Attr, _PD, _PCart, _IMni, _CT, _CDIM, _SMCT, _PCe, _RCI, _SAe, _CIu],
|
|
8948
|
+
[_II, _CFI, _Attr, _PD, _PCart, _IMni, _CT, _CDIM, _SMCT, _PCe, _RCI, _SAe, _CIu, _DOCE],
|
|
8948
8949
|
[
|
|
8949
8950
|
0,
|
|
8950
8951
|
0,
|
|
@@ -8959,6 +8960,7 @@ var StartChatContactRequest = [
|
|
|
8959
8960
|
0,
|
|
8960
8961
|
() => SegmentAttributes,
|
|
8961
8962
|
[() => CustomerIdNonEmpty, 0],
|
|
8963
|
+
64 | 0,
|
|
8962
8964
|
],
|
|
8963
8965
|
];
|
|
8964
8966
|
var StartChatContactResponse = [3, n0, _SCCRt, 0, [_CI, _PI, _PTa, _CFCI], [0, 0, 0, 0]];
|
|
@@ -19291,6 +19293,9 @@ const TrafficType = {
|
|
|
19291
19293
|
CAMPAIGN: "CAMPAIGN",
|
|
19292
19294
|
GENERAL: "GENERAL",
|
|
19293
19295
|
};
|
|
19296
|
+
const DisconnectOnCustomerExitParticipantType = {
|
|
19297
|
+
AGENT: "AGENT",
|
|
19298
|
+
};
|
|
19294
19299
|
const ResponseMode = {
|
|
19295
19300
|
COMPLETE: "COMPLETE",
|
|
19296
19301
|
INCREMENTAL: "INCREMENTAL",
|
|
@@ -19536,6 +19541,7 @@ exports.DisassociateSecurityProfilesCommand = DisassociateSecurityProfilesComman
|
|
|
19536
19541
|
exports.DisassociateTrafficDistributionGroupUserCommand = DisassociateTrafficDistributionGroupUserCommand;
|
|
19537
19542
|
exports.DisassociateUserProficienciesCommand = DisassociateUserProficienciesCommand;
|
|
19538
19543
|
exports.DisassociateWorkspaceCommand = DisassociateWorkspaceCommand;
|
|
19544
|
+
exports.DisconnectOnCustomerExitParticipantType = DisconnectOnCustomerExitParticipantType;
|
|
19539
19545
|
exports.DismissUserContactCommand = DismissUserContactCommand;
|
|
19540
19546
|
exports.DuplicateResourceException = DuplicateResourceException$1;
|
|
19541
19547
|
exports.EmailHeaderType = EmailHeaderType;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -1138,6 +1138,9 @@ export const TrafficType = {
|
|
|
1138
1138
|
CAMPAIGN: "CAMPAIGN",
|
|
1139
1139
|
GENERAL: "GENERAL",
|
|
1140
1140
|
};
|
|
1141
|
+
export const DisconnectOnCustomerExitParticipantType = {
|
|
1142
|
+
AGENT: "AGENT",
|
|
1143
|
+
};
|
|
1141
1144
|
export const ResponseMode = {
|
|
1142
1145
|
COMPLETE: "COMPLETE",
|
|
1143
1146
|
INCREMENTAL: "INCREMENTAL",
|
|
@@ -663,6 +663,7 @@ const _DM = "DeliveryMethod";
|
|
|
663
663
|
const _DN = "DisplayName";
|
|
664
664
|
const _DNAE = "DestinationNotAllowedException";
|
|
665
665
|
const _DO = "DisplayOrder";
|
|
666
|
+
const _DOCE = "DisconnectOnCustomerExit";
|
|
666
667
|
const _DOQI = "DefaultOutboundQueueId";
|
|
667
668
|
const _DORI = "DefaultOptionRefIds";
|
|
668
669
|
const _DORIe = "DefaultOptionRefId";
|
|
@@ -8453,7 +8454,7 @@ export var StartChatContactRequest = [
|
|
|
8453
8454
|
n0,
|
|
8454
8455
|
_SCCR,
|
|
8455
8456
|
0,
|
|
8456
|
-
[_II, _CFI, _Attr, _PD, _PCart, _IMni, _CT, _CDIM, _SMCT, _PCe, _RCI, _SAe, _CIu],
|
|
8457
|
+
[_II, _CFI, _Attr, _PD, _PCart, _IMni, _CT, _CDIM, _SMCT, _PCe, _RCI, _SAe, _CIu, _DOCE],
|
|
8457
8458
|
[
|
|
8458
8459
|
0,
|
|
8459
8460
|
0,
|
|
@@ -8468,6 +8469,7 @@ export var StartChatContactRequest = [
|
|
|
8468
8469
|
0,
|
|
8469
8470
|
() => SegmentAttributes,
|
|
8470
8471
|
[() => CustomerIdNonEmpty, 0],
|
|
8472
|
+
64 | 0,
|
|
8471
8473
|
],
|
|
8472
8474
|
];
|
|
8473
8475
|
export var StartChatContactResponse = [3, n0, _SCCRt, 0, [_CI, _PI, _PTa, _CFCI], [0, 0, 0, 0]];
|
|
@@ -9800,6 +9802,7 @@ export var DataTableValueIdentifierList = [1, n0, _DTVIL, 0, () => DataTableValu
|
|
|
9800
9802
|
export var DataTableValueList = [1, n0, _DTVL, 0, () => DataTableValue];
|
|
9801
9803
|
export var DataTableValueSummaryList = [1, n0, _DTVSL, 0, () => DataTableValueSummary];
|
|
9802
9804
|
export var DefaultVocabularyList = [1, n0, _DVL, 0, () => DefaultVocabulary];
|
|
9805
|
+
export var DisconnectOnCustomerExit = 64 | 0;
|
|
9803
9806
|
export var DistributionList = [1, n0, _DL, 0, () => Distribution];
|
|
9804
9807
|
export var EffectiveHoursOfOperationList = [1, n0, _EHOOL, 0, () => EffectiveHoursOfOperations];
|
|
9805
9808
|
export var EmailAddressList = [1, n0, _EAL, 0, [() => EmailAddressMetadata, 0]];
|
|
@@ -27,7 +27,8 @@ declare const AssociateWorkspaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Associates a workspace with one or more users or routing profiles, allowing them to access the workspace's
|
|
30
|
+
* <p>Associates a workspace with one or more users or routing profiles, allowing them to access the workspace's
|
|
31
|
+
* configured views and pages.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,12 @@ declare const BatchCreateDataTableValueCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates values for attributes in a data table. The value may be a default or it may be associated with a primary
|
|
30
|
+
* <p>Creates values for attributes in a data table. The value may be a default or it may be associated with a primary
|
|
31
|
+
* value. The value must pass all customer defined validation as well as the default validation for the value type. The
|
|
32
|
+
* operation must conform to Batch Operation API Standards. Although the standard specifies that successful and failed
|
|
33
|
+
* entities are listed separately in the response, authorization fails if any primary values or attributes are
|
|
34
|
+
* unauthorized. The combination of primary values and the attribute name serve as the identifier for the individual
|
|
35
|
+
* item request.</p>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const BatchDeleteDataTableValueCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes multiple values from a data table. API users may delete values at any time. When deletion is requested
|
|
30
|
+
* <p>Deletes multiple values from a data table. API users may delete values at any time. When deletion is requested
|
|
31
|
+
* from the admin website, a warning is shown alerting the user of the most recent time the attribute and its values
|
|
32
|
+
* were accessed. System managed values are not deletable by customers.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const BatchDescribeDataTableValueCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves multiple values from a data table without evaluating expressions. Returns the raw stored values along
|
|
30
|
+
* <p>Retrieves multiple values from a data table without evaluating expressions. Returns the raw stored values along
|
|
31
|
+
* with metadata such as lock versions and modification timestamps. "Describe" is a deprecated term but is allowed to
|
|
32
|
+
* maintain consistency with existing operations.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const BatchUpdateDataTableValueCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates multiple data table values using all properties from BatchCreateDataTableValue. System managed values
|
|
30
|
+
* <p>Updates multiple data table values using all properties from BatchCreateDataTableValue. System managed values
|
|
31
|
+
* are not modifiable by customers. The operation requires proper lock versions to prevent concurrent modification
|
|
32
|
+
* conflicts.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,10 @@ declare const CreateDataTableAttributeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds an attribute to an existing data table. Creating a new primary attribute uses the empty value for the
|
|
30
|
+
* <p>Adds an attribute to an existing data table. Creating a new primary attribute uses the empty value for the
|
|
31
|
+
* specified value type for all existing records. This should not affect uniqueness of published data tables since the
|
|
32
|
+
* existing primary values will already be unique. Creating attributes does not create any values. System managed tables
|
|
33
|
+
* may not allow customers to create new attributes.</p>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const CreateDataTableCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new data table with the specified properties. Supports the creation of all table properties except for
|
|
30
|
+
* <p>Creates a new data table with the specified properties. Supports the creation of all table properties except for
|
|
31
|
+
* attributes and values. A table with no attributes and values is a valid state for a table. The number of tables per
|
|
32
|
+
* instance is limited to 100 per instance. Customers can request an increase by using AWS Service Quotas.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const CreateWorkspaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a workspace that defines the user experience by mapping views to pages. Workspaces can be assigned to
|
|
30
|
+
* <p>Creates a workspace that defines the user experience by mapping views to pages. Workspaces can be assigned to
|
|
31
|
+
* users or routing profiles.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,11 @@ declare const DeleteDataTableCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a data table and all associated attributes, versions, audits, and values. Does not update any references
|
|
30
|
+
* <p>Deletes a data table and all associated attributes, versions, audits, and values. Does not update any references
|
|
31
|
+
* to the data table, even from other data tables. This includes dynamic values and conditional validations. System
|
|
32
|
+
* managed data tables are not deletable by customers. API users may delete the table at any time. When deletion is
|
|
33
|
+
* requested from the admin website, a warning is shown alerting the user of the most recent time the table and its
|
|
34
|
+
* values were accessed.</p>
|
|
31
35
|
* @example
|
|
32
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
37
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const DeleteWorkspacePageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes the association between a view and a page in a workspace. The page will display the default view after
|
|
30
|
+
* <p>Removes the association between a view and a page in a workspace. The page will display the default view after
|
|
31
|
+
* deletion.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const DescribeDataTableAttributeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns detailed information for a specific data table attribute including its configuration, validation rules,
|
|
30
|
+
* <p>Returns detailed information for a specific data table attribute including its configuration, validation rules,
|
|
31
|
+
* and metadata. "Describe" is a deprecated term but is allowed to maintain consistency with existing operations.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const DescribeDataTableCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns all properties for a data table except for attributes and values. All properties from CreateDataTable
|
|
30
|
+
* <p>Returns all properties for a data table except for attributes and values. All properties from CreateDataTable
|
|
31
|
+
* are returned as well as properties for region replication, versioning, and system tables. "Describe" is a deprecated
|
|
32
|
+
* term but is allowed to maintain consistency with existing operations.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,11 @@ declare const EvaluateDataTableValuesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Evaluates values at the time of the request and returns them. It considers the request's timezone or the table's
|
|
30
|
+
* <p>Evaluates values at the time of the request and returns them. It considers the request's timezone or the table's
|
|
31
|
+
* timezone, in that order, when accessing time based tables. When a value is accessed, the accessor's identity and the
|
|
32
|
+
* time of access are saved alongside the value to help identify values that are actively in use. The term "Batch" is
|
|
33
|
+
* not included in the operation name since it does not meet all the criteria for a batch operation as specified in
|
|
34
|
+
* Batch Operations: AWS API Standards.</p>
|
|
31
35
|
* @example
|
|
32
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
37
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const ListDataTableAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns all attributes for a specified data table. A maximum of 100 attributes per data table is allowed.
|
|
30
|
+
* <p>Returns all attributes for a specified data table. A maximum of 100 attributes per data table is allowed.
|
|
31
|
+
* Customers can request an increase by using AWS Service Quotas. The response can be filtered by specific attribute IDs
|
|
32
|
+
* for CloudFormation integration.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const ListDataTablePrimaryValuesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all primary value combinations for a given data table. Returns the unique combinations of primary
|
|
30
|
+
* <p>Lists all primary value combinations for a given data table. Returns the unique combinations of primary
|
|
31
|
+
* attribute values that identify records in the table. Up to 100 records are returned per request.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const ListDataTableValuesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists values stored in a data table with optional filtering by record IDs or primary attribute values. Returns
|
|
30
|
+
* <p>Lists values stored in a data table with optional filtering by record IDs or primary attribute values. Returns
|
|
31
|
+
* the raw stored values along with metadata such as lock versions and modification timestamps.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const ListDataTablesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all data tables for the specified Amazon Connect instance. Returns summary information for each table
|
|
30
|
+
* <p>Lists all data tables for the specified Amazon Connect instance. Returns summary information for each table
|
|
31
|
+
* including basic metadata and modification details.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -28,7 +28,9 @@ declare const SearchDataTablesCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Searches for data tables based on the table's ID, name, and description. In the future, this operation can
|
|
31
|
+
* <p>Searches for data tables based on the table's ID, name, and description. In the future, this operation can
|
|
32
|
+
* support searching on attribute names and possibly primary values. Follows other search operations closely and
|
|
33
|
+
* supports both search criteria and filters.</p>
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -117,6 +117,9 @@ declare const StartChatContactCommand_base: {
|
|
|
117
117
|
* },
|
|
118
118
|
* },
|
|
119
119
|
* CustomerId: "STRING_VALUE",
|
|
120
|
+
* DisconnectOnCustomerExit: [ // DisconnectOnCustomerExit
|
|
121
|
+
* "AGENT",
|
|
122
|
+
* ],
|
|
120
123
|
* };
|
|
121
124
|
* const command = new StartChatContactCommand(input);
|
|
122
125
|
* const response = await client.send(command);
|
|
@@ -27,7 +27,10 @@ declare const UpdateDataTableAttributeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates all properties for an attribute using all properties from CreateDataTableAttribute. There are no other
|
|
30
|
+
* <p>Updates all properties for an attribute using all properties from CreateDataTableAttribute. There are no other
|
|
31
|
+
* granular update endpoints. It does not act as a patch operation - all properties must be provided. System managed
|
|
32
|
+
* attributes are not mutable by customers. Changing an attribute's validation does not invalidate existing values since
|
|
33
|
+
* validation only runs when values are created or updated.</p>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const UpdateDataTableMetadataCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the metadata properties of a data table. Accepts all fields similar to CreateDataTable, except for
|
|
30
|
+
* <p>Updates the metadata properties of a data table. Accepts all fields similar to CreateDataTable, except for
|
|
31
|
+
* fields and tags. There are no other granular update endpoints. It does not act as a patch operation - all properties
|
|
32
|
+
* must be provided or defaults will be used. Fields follow the same requirements as CreateDataTable.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,9 @@ declare const UpdateDataTablePrimaryValuesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the primary values for a record. This operation affects all existing values that are currently
|
|
30
|
+
* <p>Updates the primary values for a record. This operation affects all existing values that are currently
|
|
31
|
+
* associated to the record and its primary values. Users that have restrictions on attributes and/or primary values are
|
|
32
|
+
* not authorized to use this endpoint. The combination of new primary values must be unique within the table.</p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const UpdateWorkspaceVisibilityCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the visibility setting of a workspace, controlling whether it is available to all users, assigned users
|
|
30
|
+
* <p>Updates the visibility setting of a workspace, controlling whether it is available to all users, assigned users
|
|
31
|
+
* only, or none.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -2306,6 +2306,17 @@ export declare const TrafficType: {
|
|
|
2306
2306
|
* @public
|
|
2307
2307
|
*/
|
|
2308
2308
|
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
2309
|
+
/**
|
|
2310
|
+
* @public
|
|
2311
|
+
* @enum
|
|
2312
|
+
*/
|
|
2313
|
+
export declare const DisconnectOnCustomerExitParticipantType: {
|
|
2314
|
+
readonly AGENT: "AGENT";
|
|
2315
|
+
};
|
|
2316
|
+
/**
|
|
2317
|
+
* @public
|
|
2318
|
+
*/
|
|
2319
|
+
export type DisconnectOnCustomerExitParticipantType = (typeof DisconnectOnCustomerExitParticipantType)[keyof typeof DisconnectOnCustomerExitParticipantType];
|
|
2309
2320
|
/**
|
|
2310
2321
|
* @public
|
|
2311
2322
|
* @enum
|