@aws-sdk/client-glue 3.47.2 → 3.48.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-glue
|
|
@@ -17248,6 +17248,10 @@ const serializeAws_json1_1StartTriggerRequest = (input, context) => {
|
|
|
17248
17248
|
const serializeAws_json1_1StartWorkflowRunRequest = (input, context) => {
|
|
17249
17249
|
return {
|
|
17250
17250
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
17251
|
+
...(input.RunProperties !== undefined &&
|
|
17252
|
+
input.RunProperties !== null && {
|
|
17253
|
+
RunProperties: serializeAws_json1_1WorkflowRunProperties(input.RunProperties, context),
|
|
17254
|
+
}),
|
|
17251
17255
|
};
|
|
17252
17256
|
};
|
|
17253
17257
|
const serializeAws_json1_1StopCrawlerRequest = (input, context) => {
|
|
@@ -17926,7 +17926,10 @@ var serializeAws_json1_1StartTriggerRequest = function (input, context) {
|
|
|
17926
17926
|
return __assign({}, (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
|
|
17927
17927
|
};
|
|
17928
17928
|
var serializeAws_json1_1StartWorkflowRunRequest = function (input, context) {
|
|
17929
|
-
return __assign({}, (input.Name !== undefined && input.Name !== null && { Name: input.Name }))
|
|
17929
|
+
return __assign(__assign({}, (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RunProperties !== undefined &&
|
|
17930
|
+
input.RunProperties !== null && {
|
|
17931
|
+
RunProperties: serializeAws_json1_1WorkflowRunProperties(input.RunProperties, context),
|
|
17932
|
+
}));
|
|
17930
17933
|
};
|
|
17931
17934
|
var serializeAws_json1_1StopCrawlerRequest = function (input, context) {
|
|
17932
17935
|
return __assign({}, (input.Name !== undefined && input.Name !== null && { Name: input.Name }));
|
|
@@ -4732,6 +4732,12 @@ export interface StartWorkflowRunRequest {
|
|
|
4732
4732
|
* <p>The name of the workflow to start.</p>
|
|
4733
4733
|
*/
|
|
4734
4734
|
Name: string | undefined;
|
|
4735
|
+
/**
|
|
4736
|
+
* <p>The workflow run properties for the new workflow run.</p>
|
|
4737
|
+
*/
|
|
4738
|
+
RunProperties?: {
|
|
4739
|
+
[key: string]: string;
|
|
4740
|
+
};
|
|
4735
4741
|
}
|
|
4736
4742
|
export declare namespace StartWorkflowRunRequest {
|
|
4737
4743
|
/**
|
|
@@ -2570,6 +2570,10 @@ export declare namespace StartTriggerResponse {
|
|
|
2570
2570
|
export interface StartWorkflowRunRequest {
|
|
2571
2571
|
|
|
2572
2572
|
Name: string | undefined;
|
|
2573
|
+
|
|
2574
|
+
RunProperties?: {
|
|
2575
|
+
[key: string]: string;
|
|
2576
|
+
};
|
|
2573
2577
|
}
|
|
2574
2578
|
export declare namespace StartWorkflowRunRequest {
|
|
2575
2579
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.48.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.48.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.48.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
25
|
"@aws-sdk/hash-node": "3.47.2",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.47.2",
|