@aws-sdk/client-connect 3.1031.0 → 3.1032.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.
@@ -6438,7 +6438,7 @@ exports.ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
6438
6438
  exports.ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
6439
6439
  0,
6440
6440
  [_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
6441
- [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6441
+ [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [1, { [_hQ]: _sT }], [1, { [_hQ]: _eT }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6442
6442
  ];
6443
6443
  exports.ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
6444
6444
  0,
@@ -7813,7 +7813,7 @@ exports.StartTaskContactResponse$ = [3, n0, _STCRta,
7813
7813
  exports.StartTestCaseExecutionRequest$ = [3, n0, _STCER,
7814
7814
  0,
7815
7815
  [_II, _TCI, _CT],
7816
- [[0, 1], [0, 1], 0], 2
7816
+ [[0, 1], [0, 1], [0, 4]], 2
7817
7817
  ];
7818
7818
  exports.StartTestCaseExecutionResponse$ = [3, n0, _STCERt,
7819
7819
  0,
@@ -7883,7 +7883,7 @@ exports.StopContactStreamingResponse$ = [3, n0, _SCSRtop,
7883
7883
  exports.StopTestCaseExecutionRequest$ = [3, n0, _STCERto,
7884
7884
  0,
7885
7885
  [_II, _TCEI, _TCI, _CT],
7886
- [[0, 1], [0, 1], [0, 1], 0], 3
7886
+ [[0, 1], [0, 1], [0, 1], [0, 4]], 3
7887
7887
  ];
7888
7888
  exports.StopTestCaseExecutionResponse$ = [3, n0, _STCERtop,
7889
7889
  0,
@@ -6404,7 +6404,7 @@ export var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
6404
6404
  export var ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
6405
6405
  0,
6406
6406
  [_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
6407
- [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6407
+ [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [1, { [_hQ]: _sT }], [1, { [_hQ]: _eT }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6408
6408
  ];
6409
6409
  export var ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
6410
6410
  0,
@@ -7779,7 +7779,7 @@ export var StartTaskContactResponse$ = [3, n0, _STCRta,
7779
7779
  export var StartTestCaseExecutionRequest$ = [3, n0, _STCER,
7780
7780
  0,
7781
7781
  [_II, _TCI, _CT],
7782
- [[0, 1], [0, 1], 0], 2
7782
+ [[0, 1], [0, 1], [0, 4]], 2
7783
7783
  ];
7784
7784
  export var StartTestCaseExecutionResponse$ = [3, n0, _STCERt,
7785
7785
  0,
@@ -7849,7 +7849,7 @@ export var StopContactStreamingResponse$ = [3, n0, _SCSRtop,
7849
7849
  export var StopTestCaseExecutionRequest$ = [3, n0, _STCERto,
7850
7850
  0,
7851
7851
  [_II, _TCEI, _TCI, _CT],
7852
- [[0, 1], [0, 1], [0, 1], 0], 3
7852
+ [[0, 1], [0, 1], [0, 1], [0, 4]], 3
7853
7853
  ];
7854
7854
  export var StopTestCaseExecutionResponse$ = [3, n0, _STCERtop,
7855
7855
  0,
@@ -40,8 +40,8 @@ declare const ListTestCaseExecutionsCommand_base: {
40
40
  * InstanceId: "STRING_VALUE", // required
41
41
  * TestCaseId: "STRING_VALUE",
42
42
  * TestCaseName: "STRING_VALUE",
43
- * StartTime: new Date("TIMESTAMP"),
44
- * EndTime: new Date("TIMESTAMP"),
43
+ * StartTime: Number("long"),
44
+ * EndTime: Number("long"),
45
45
  * Status: "INITIATED" || "PASSED" || "FAILED" || "IN_PROGRESS" || "STOPPED",
46
46
  * NextToken: "STRING_VALUE",
47
47
  * MaxResults: Number("int"),
@@ -4259,7 +4259,7 @@ export interface TestCase {
4259
4259
  */
4260
4260
  EntryPoint?: TestCaseEntryPoint | undefined;
4261
4261
  /**
4262
- * <p>Defines the test attributes for precise data representation.</p>
4262
+ * <p>Defines the test attributes for precise data representation. The value must be a valid JSON string.</p>
4263
4263
  * @public
4264
4264
  */
4265
4265
  InitializationData?: string | undefined;
@@ -4653,12 +4653,12 @@ export interface ListTestCaseExecutionsRequest {
4653
4653
  * <p>Filter executions that started after this time.</p>
4654
4654
  * @public
4655
4655
  */
4656
- StartTime?: Date | undefined;
4656
+ StartTime?: number | undefined;
4657
4657
  /**
4658
4658
  * <p>Filter executions that started before this time.</p>
4659
4659
  * @public
4660
4660
  */
4661
- EndTime?: Date | undefined;
4661
+ EndTime?: number | undefined;
4662
4662
  /**
4663
4663
  * <p>Filter executions by status.</p>
4664
4664
  * @public
@@ -1380,8 +1380,8 @@ export interface ListTestCaseExecutionsRequest {
1380
1380
  InstanceId: string | undefined;
1381
1381
  TestCaseId?: string | undefined;
1382
1382
  TestCaseName?: string | undefined;
1383
- StartTime?: Date | undefined;
1384
- EndTime?: Date | undefined;
1383
+ StartTime?: number | undefined;
1384
+ EndTime?: number | undefined;
1385
1385
  Status?: TestCaseExecutionStatus | undefined;
1386
1386
  NextToken?: string | undefined;
1387
1387
  MaxResults?: number | undefined;
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.1031.0",
4
+ "version": "3.1032.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",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.0",
25
- "@aws-sdk/credential-provider-node": "^3.972.31",
24
+ "@aws-sdk/core": "^3.974.1",
25
+ "@aws-sdk/credential-provider-node": "^3.972.32",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.10",
27
27
  "@aws-sdk/middleware-logger": "^3.972.10",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
29
- "@aws-sdk/middleware-user-agent": "^3.972.30",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.31",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.12",
31
31
  "@aws-sdk/types": "^3.973.8",
32
32
  "@aws-sdk/util-endpoints": "^3.996.7",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
34
- "@aws-sdk/util-user-agent-node": "^3.973.16",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.17",
35
35
  "@smithy/config-resolver": "^4.4.16",
36
36
  "@smithy/core": "^3.23.15",
37
37
  "@smithy/fetch-http-handler": "^5.3.17",