@aws-sdk/client-workspaces-thin-client 3.726.1 → 3.730.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.
@@ -40,7 +40,7 @@ declare const CreateEnvironmentCommand_base: {
40
40
  * desktopEndpoint: "STRING_VALUE",
41
41
  * softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
42
42
  * maintenanceWindow: { // MaintenanceWindow
43
- * type: "SYSTEM" || "CUSTOM",
43
+ * type: "SYSTEM" || "CUSTOM", // required
44
44
  * startTimeHour: Number("int"),
45
45
  * startTimeMinute: Number("int"),
46
46
  * endTimeHour: Number("int"),
@@ -73,7 +73,7 @@ declare const CreateEnvironmentCommand_base: {
73
73
  * // activationCode: "STRING_VALUE",
74
74
  * // softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
75
75
  * // maintenanceWindow: { // MaintenanceWindow
76
- * // type: "SYSTEM" || "CUSTOM",
76
+ * // type: "SYSTEM" || "CUSTOM", // required
77
77
  * // startTimeHour: Number("int"),
78
78
  * // startTimeMinute: Number("int"),
79
79
  * // endTimeHour: Number("int"),
@@ -50,7 +50,7 @@ declare const GetEnvironmentCommand_base: {
50
50
  * // registeredDevicesCount: Number("int"),
51
51
  * // softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
52
52
  * // maintenanceWindow: { // MaintenanceWindow
53
- * // type: "SYSTEM" || "CUSTOM",
53
+ * // type: "SYSTEM" || "CUSTOM", // required
54
54
  * // startTimeHour: Number("int"),
55
55
  * // startTimeMinute: Number("int"),
56
56
  * // endTimeHour: Number("int"),
@@ -51,7 +51,7 @@ declare const ListEnvironmentsCommand_base: {
51
51
  * // activationCode: "STRING_VALUE",
52
52
  * // softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
53
53
  * // maintenanceWindow: { // MaintenanceWindow
54
- * // type: "SYSTEM" || "CUSTOM",
54
+ * // type: "SYSTEM" || "CUSTOM", // required
55
55
  * // startTimeHour: Number("int"),
56
56
  * // startTimeMinute: Number("int"),
57
57
  * // endTimeHour: Number("int"),
@@ -41,7 +41,7 @@ declare const UpdateEnvironmentCommand_base: {
41
41
  * desktopEndpoint: "STRING_VALUE",
42
42
  * softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
43
43
  * maintenanceWindow: { // MaintenanceWindow
44
- * type: "SYSTEM" || "CUSTOM",
44
+ * type: "SYSTEM" || "CUSTOM", // required
45
45
  * startTimeHour: Number("int"),
46
46
  * startTimeMinute: Number("int"),
47
47
  * endTimeHour: Number("int"),
@@ -69,7 +69,7 @@ declare const UpdateEnvironmentCommand_base: {
69
69
  * // activationCode: "STRING_VALUE",
70
70
  * // softwareSetUpdateSchedule: "USE_MAINTENANCE_WINDOW" || "APPLY_IMMEDIATELY",
71
71
  * // maintenanceWindow: { // MaintenanceWindow
72
- * // type: "SYSTEM" || "CUSTOM",
72
+ * // type: "SYSTEM" || "CUSTOM", // required
73
73
  * // startTimeHour: Number("int"),
74
74
  * // startTimeMinute: Number("int"),
75
75
  * // endTimeHour: Number("int"),
@@ -86,7 +86,7 @@ export interface MaintenanceWindow {
86
86
  * <p>An option to select the default or custom maintenance window.</p>
87
87
  * @public
88
88
  */
89
- type?: MaintenanceWindowType | undefined;
89
+ type: MaintenanceWindowType | undefined;
90
90
  /**
91
91
  * <p>The hour for the maintenance window start (<code>00</code>-<code>23</code>).</p>
92
92
  * @public
@@ -36,7 +36,7 @@ export declare const MaintenanceWindowType: {
36
36
  export type MaintenanceWindowType =
37
37
  (typeof MaintenanceWindowType)[keyof typeof MaintenanceWindowType];
38
38
  export interface MaintenanceWindow {
39
- type?: MaintenanceWindowType | undefined;
39
+ type: MaintenanceWindowType | undefined;
40
40
  startTimeHour?: number | undefined;
41
41
  startTimeMinute?: number | undefined;
42
42
  endTimeHour?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces-thin-client",
3
3
  "description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
4
- "version": "3.726.1",
4
+ "version": "3.730.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-workspaces-thin-client",
@@ -20,19 +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/client-sso-oidc": "3.726.0",
24
- "@aws-sdk/client-sts": "3.726.1",
25
- "@aws-sdk/core": "3.723.0",
26
- "@aws-sdk/credential-provider-node": "3.726.0",
23
+ "@aws-sdk/core": "3.730.0",
24
+ "@aws-sdk/credential-provider-node": "3.730.0",
27
25
  "@aws-sdk/middleware-host-header": "3.723.0",
28
26
  "@aws-sdk/middleware-logger": "3.723.0",
29
27
  "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
- "@aws-sdk/middleware-user-agent": "3.726.0",
28
+ "@aws-sdk/middleware-user-agent": "3.730.0",
31
29
  "@aws-sdk/region-config-resolver": "3.723.0",
32
30
  "@aws-sdk/types": "3.723.0",
33
- "@aws-sdk/util-endpoints": "3.726.0",
31
+ "@aws-sdk/util-endpoints": "3.730.0",
34
32
  "@aws-sdk/util-user-agent-browser": "3.723.0",
35
- "@aws-sdk/util-user-agent-node": "3.726.0",
33
+ "@aws-sdk/util-user-agent-node": "3.730.0",
36
34
  "@smithy/config-resolver": "^4.0.0",
37
35
  "@smithy/core": "^3.0.0",
38
36
  "@smithy/fetch-http-handler": "^5.0.0",