@aws-sdk/client-deadline 3.850.0 → 3.856.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.850.0",
4
+ "version": "3.856.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,17 +20,17 @@
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.846.0",
24
- "@aws-sdk/credential-provider-node": "3.848.0",
23
+ "@aws-sdk/core": "3.856.0",
24
+ "@aws-sdk/credential-provider-node": "3.856.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.848.0",
28
+ "@aws-sdk/middleware-user-agent": "3.856.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.848.0",
33
+ "@aws-sdk/util-user-agent-node": "3.856.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",