@aws-sdk/client-deadline 3.855.0 → 3.857.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.
|
@@ -458,6 +458,7 @@ const se_CreateMonitorCommand = async (input, context) => {
|
|
|
458
458
|
identityCenterInstanceArn: [],
|
|
459
459
|
roleArn: [],
|
|
460
460
|
subdomain: [],
|
|
461
|
+
tags: (_) => (0, smithy_client_1._json)(_),
|
|
461
462
|
}));
|
|
462
463
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
463
464
|
if (context.disableHostPrefix !== true) {
|
|
@@ -434,6 +434,7 @@ export const se_CreateMonitorCommand = async (input, context) => {
|
|
|
434
434
|
identityCenterInstanceArn: [],
|
|
435
435
|
roleArn: [],
|
|
436
436
|
subdomain: [],
|
|
437
|
+
tags: (_) => _json(_),
|
|
437
438
|
}));
|
|
438
439
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
439
440
|
if (context.disableHostPrefix !== true) {
|
|
@@ -40,6 +40,9 @@ declare const CreateMonitorCommand_base: {
|
|
|
40
40
|
* identityCenterInstanceArn: "STRING_VALUE", // required
|
|
41
41
|
* subdomain: "STRING_VALUE", // required
|
|
42
42
|
* roleArn: "STRING_VALUE", // required
|
|
43
|
+
* tags: { // Tags
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
43
46
|
* };
|
|
44
47
|
* const command = new CreateMonitorCommand(input);
|
|
45
48
|
* const response = await client.send(command);
|
|
@@ -3112,6 +3112,11 @@ export interface CreateMonitorRequest {
|
|
|
3112
3112
|
* @public
|
|
3113
3113
|
*/
|
|
3114
3114
|
roleArn: string | undefined;
|
|
3115
|
+
/**
|
|
3116
|
+
* <p>The tags to add to your monitor. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.</p>
|
|
3117
|
+
* @public
|
|
3118
|
+
*/
|
|
3119
|
+
tags?: Record<string, string> | undefined;
|
|
3115
3120
|
}
|
|
3116
3121
|
/**
|
|
3117
3122
|
* @public
|
|
@@ -1112,6 +1112,7 @@ export interface CreateMonitorRequest {
|
|
|
1112
1112
|
identityCenterInstanceArn: string | undefined;
|
|
1113
1113
|
subdomain: string | undefined;
|
|
1114
1114
|
roleArn: string | undefined;
|
|
1115
|
+
tags?: Record<string, string> | undefined;
|
|
1115
1116
|
}
|
|
1116
1117
|
export interface CreateMonitorResponse {
|
|
1117
1118
|
monitorId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-deadline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.857.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.857.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.857.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.857.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.857.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.7.
|
|
35
|
+
"@smithy/core": "^3.7.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.17",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.18",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.1.0",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.9",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.25",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.25",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|