@aws-sdk/client-connect 3.957.0 → 3.960.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 +1 -346
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +5591 -8667
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/models/errors.js +14 -0
- package/dist-es/pagination/index.js +8 -8
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +5341 -8434
- package/dist-types/commands/DescribeContactCommand.d.ts +5 -0
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -2
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/StartContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +1 -2
- package/dist-types/commands/StopContactCommand.d.ts +3 -0
- package/dist-types/commands/StopContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +3 -0
- package/dist-types/commands/TagContactCommand.d.ts +3 -0
- package/dist-types/commands/UntagContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -0
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +3 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_1.d.ts +21 -26
- package/dist-types/models/models_2.d.ts +26 -43
- package/dist-types/models/models_3.d.ts +50 -2
- package/dist-types/pagination/index.d.ts +8 -8
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/dist-types/ts3.4/models/models_1.d.ts +5 -6
- package/dist-types/ts3.4/models/models_2.d.ts +6 -9
- package/dist-types/ts3.4/models/models_3.d.ts +13 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +2 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./EvaluateDataTableValuesPaginator";
|
|
2
3
|
export * from "./GetCurrentMetricDataPaginator";
|
|
3
4
|
export * from "./GetCurrentUserDataPaginator";
|
|
4
5
|
export * from "./GetMetricDataPaginator";
|
|
5
6
|
export * from "./GetMetricDataV2Paginator";
|
|
6
|
-
export * from "./Interfaces";
|
|
7
7
|
export * from "./ListAgentStatusesPaginator";
|
|
8
8
|
export * from "./ListApprovedOriginsPaginator";
|
|
9
9
|
export * from "./ListAuthenticationProfilesPaginator";
|
|
10
10
|
export * from "./ListBotsPaginator";
|
|
11
11
|
export * from "./ListContactEvaluationsPaginator";
|
|
12
12
|
export * from "./ListContactFlowModuleAliasesPaginator";
|
|
13
|
-
export * from "./ListContactFlowModuleVersionsPaginator";
|
|
14
13
|
export * from "./ListContactFlowModulesPaginator";
|
|
15
|
-
export * from "./
|
|
14
|
+
export * from "./ListContactFlowModuleVersionsPaginator";
|
|
16
15
|
export * from "./ListContactFlowsPaginator";
|
|
16
|
+
export * from "./ListContactFlowVersionsPaginator";
|
|
17
17
|
export * from "./ListContactReferencesPaginator";
|
|
18
18
|
export * from "./ListDataTableAttributesPaginator";
|
|
19
19
|
export * from "./ListDataTablePrimaryValuesPaginator";
|
|
20
|
-
export * from "./ListDataTableValuesPaginator";
|
|
21
20
|
export * from "./ListDataTablesPaginator";
|
|
21
|
+
export * from "./ListDataTableValuesPaginator";
|
|
22
22
|
export * from "./ListDefaultVocabulariesPaginator";
|
|
23
|
-
export * from "./ListEvaluationFormVersionsPaginator";
|
|
24
23
|
export * from "./ListEvaluationFormsPaginator";
|
|
24
|
+
export * from "./ListEvaluationFormVersionsPaginator";
|
|
25
25
|
export * from "./ListFlowAssociationsPaginator";
|
|
26
26
|
export * from "./ListHoursOfOperationOverridesPaginator";
|
|
27
27
|
export * from "./ListHoursOfOperationsPaginator";
|
|
28
28
|
export * from "./ListInstanceAttributesPaginator";
|
|
29
|
-
export * from "./ListInstanceStorageConfigsPaginator";
|
|
30
29
|
export * from "./ListInstancesPaginator";
|
|
30
|
+
export * from "./ListInstanceStorageConfigsPaginator";
|
|
31
31
|
export * from "./ListIntegrationAssociationsPaginator";
|
|
32
32
|
export * from "./ListLambdaFunctionsPaginator";
|
|
33
33
|
export * from "./ListLexBotsPaginator";
|
|
@@ -48,14 +48,14 @@ export * from "./ListSecurityProfileApplicationsPaginator";
|
|
|
48
48
|
export * from "./ListSecurityProfilePermissionsPaginator";
|
|
49
49
|
export * from "./ListSecurityProfilesPaginator";
|
|
50
50
|
export * from "./ListTaskTemplatesPaginator";
|
|
51
|
-
export * from "./ListTrafficDistributionGroupUsersPaginator";
|
|
52
51
|
export * from "./ListTrafficDistributionGroupsPaginator";
|
|
52
|
+
export * from "./ListTrafficDistributionGroupUsersPaginator";
|
|
53
53
|
export * from "./ListUseCasesPaginator";
|
|
54
54
|
export * from "./ListUserHierarchyGroupsPaginator";
|
|
55
55
|
export * from "./ListUserProficienciesPaginator";
|
|
56
56
|
export * from "./ListUsersPaginator";
|
|
57
|
-
export * from "./ListViewVersionsPaginator";
|
|
58
57
|
export * from "./ListViewsPaginator";
|
|
58
|
+
export * from "./ListViewVersionsPaginator";
|
|
59
59
|
export * from "./ListWorkspacePagesPaginator";
|
|
60
60
|
export * from "./ListWorkspacesPaginator";
|
|
61
61
|
export * from "./SearchAgentStatusesPaginator";
|
|
@@ -504,6 +504,7 @@ export declare var GetTaskTemplateRequest$: StaticStructureSchema;
|
|
|
504
504
|
export declare var GetTaskTemplateResponse$: StaticStructureSchema;
|
|
505
505
|
export declare var GetTrafficDistributionRequest$: StaticStructureSchema;
|
|
506
506
|
export declare var GetTrafficDistributionResponse$: StaticStructureSchema;
|
|
507
|
+
export declare var GlobalResiliencyMetadata$: StaticStructureSchema;
|
|
507
508
|
export declare var GranularAccessControlConfiguration$: StaticStructureSchema;
|
|
508
509
|
export declare var HierarchyGroup$: StaticStructureSchema;
|
|
509
510
|
export declare var HierarchyGroupCondition$: StaticStructureSchema;
|
|
@@ -545,6 +546,7 @@ export declare var InstanceSummary$: StaticStructureSchema;
|
|
|
545
546
|
export declare var IntegrationAssociationSummary$: StaticStructureSchema;
|
|
546
547
|
export declare var InternalServiceException$: StaticErrorSchema;
|
|
547
548
|
export declare var IntervalDetails$: StaticStructureSchema;
|
|
549
|
+
export declare var InvalidActiveRegionException$: StaticErrorSchema;
|
|
548
550
|
export declare var InvalidContactFlowException$: StaticErrorSchema;
|
|
549
551
|
export declare var InvalidContactFlowModuleException$: StaticErrorSchema;
|
|
550
552
|
export declare var InvalidParameterException$: StaticErrorSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.960.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.958.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|