@aws-sdk/client-bedrock-data-automation-runtime 3.937.0 → 3.939.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 CHANGED
@@ -265,6 +265,9 @@ const _eTM = "endTimeMillis";
265
265
  const _hE = "httpError";
266
266
  const _iA = "invocationArn";
267
267
  const _iC = "inputConfiguration";
268
+ const _jCT = "jobCompletionTime";
269
+ const _jDIS = "jobDurationInSeconds";
270
+ const _jST = "jobSubmissionTime";
268
271
  const _k = "key";
269
272
  const _kEC = "kmsEncryptionContext";
270
273
  const _kKI = "kmsKeyId";
@@ -319,8 +322,8 @@ var GetDataAutomationStatusResponse = [
319
322
  n0,
320
323
  _GDASRe,
321
324
  0,
322
- [_st, _eT, _eM, _oC],
323
- [0, 0, 0, () => OutputConfiguration],
325
+ [_st, _eT, _eM, _oC, _jST, _jCT, _jDIS],
326
+ [0, 0, 0, () => OutputConfiguration, 5, 5, 1],
324
327
  ];
325
328
  var InputConfiguration = [
326
329
  3,
@@ -61,6 +61,9 @@ const _eTM = "endTimeMillis";
61
61
  const _hE = "httpError";
62
62
  const _iA = "invocationArn";
63
63
  const _iC = "inputConfiguration";
64
+ const _jCT = "jobCompletionTime";
65
+ const _jDIS = "jobDurationInSeconds";
66
+ const _jST = "jobSubmissionTime";
64
67
  const _k = "key";
65
68
  const _kEC = "kmsEncryptionContext";
66
69
  const _kKI = "kmsKeyId";
@@ -118,8 +121,8 @@ export var GetDataAutomationStatusResponse = [
118
121
  n0,
119
122
  _GDASRe,
120
123
  0,
121
- [_st, _eT, _eM, _oC],
122
- [0, 0, 0, () => OutputConfiguration],
124
+ [_st, _eT, _eM, _oC, _jST, _jCT, _jDIS],
125
+ [0, 0, 0, () => OutputConfiguration, 5, 5, 1],
123
126
  ];
124
127
  export var InputConfiguration = [
125
128
  3,
@@ -48,6 +48,9 @@ declare const GetDataAutomationStatusCommand_base: {
48
48
  * // outputConfiguration: { // OutputConfiguration
49
49
  * // s3Uri: "STRING_VALUE", // required
50
50
  * // },
51
+ * // jobSubmissionTime: new Date("TIMESTAMP"),
52
+ * // jobCompletionTime: new Date("TIMESTAMP"),
53
+ * // jobDurationInSeconds: Number("int"),
51
54
  * // };
52
55
  *
53
56
  * ```
@@ -46,6 +46,21 @@ export interface GetDataAutomationStatusResponse {
46
46
  * @public
47
47
  */
48
48
  outputConfiguration?: OutputConfiguration | undefined;
49
+ /**
50
+ * Job Submission time.
51
+ * @public
52
+ */
53
+ jobSubmissionTime?: Date | undefined;
54
+ /**
55
+ * Job completion time.
56
+ * @public
57
+ */
58
+ jobCompletionTime?: Date | undefined;
59
+ /**
60
+ * Job duration in seconds.
61
+ * @public
62
+ */
63
+ jobDurationInSeconds?: number | undefined;
49
64
  }
50
65
  /**
51
66
  * Structure for single blueprint entity.
@@ -16,6 +16,9 @@ export interface GetDataAutomationStatusResponse {
16
16
  errorType?: string | undefined;
17
17
  errorMessage?: string | undefined;
18
18
  outputConfiguration?: OutputConfiguration | undefined;
19
+ jobSubmissionTime?: Date | undefined;
20
+ jobCompletionTime?: Date | undefined;
21
+ jobDurationInSeconds?: number | undefined;
19
22
  }
20
23
  export interface Blueprint {
21
24
  blueprintArn: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-data-automation-runtime",
3
3
  "description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.937.0",
4
+ "version": "3.939.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock-data-automation-runtime",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.936.0",
24
- "@aws-sdk/credential-provider-node": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.939.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",