@aws-sdk/client-controltower 3.428.0 → 3.430.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.
@@ -204,7 +204,7 @@ export interface ControlOperation {
204
204
  * @public
205
205
  * <p>One of <code>ENABLE_CONTROL</code> or <code>DISABLE_CONTROL</code>.</p>
206
206
  */
207
- operationType?: ControlOperationType | string;
207
+ operationType?: ControlOperationType;
208
208
  /**
209
209
  * @public
210
210
  * <p>The time that the operation began.</p>
@@ -219,7 +219,7 @@ export interface ControlOperation {
219
219
  * @public
220
220
  * <p>One of <code>IN_PROGRESS</code>, <code>SUCEEDED</code>, or <code>FAILED</code>.</p>
221
221
  */
222
- status?: ControlOperationStatus | string;
222
+ status?: ControlOperationStatus;
223
223
  /**
224
224
  * @public
225
225
  * <p>If the operation result is <code>FAILED</code>, this string contains a message explaining
@@ -298,7 +298,7 @@ export interface DriftStatusSummary {
298
298
  * </li>
299
299
  * </ul>
300
300
  */
301
- driftStatus?: DriftStatus | string;
301
+ driftStatus?: DriftStatus;
302
302
  }
303
303
  /**
304
304
  * @public
@@ -339,7 +339,7 @@ export interface EnablementStatusSummary {
339
339
  * </li>
340
340
  * </ul>
341
341
  */
342
- status?: EnablementStatus | string;
342
+ status?: EnablementStatus;
343
343
  /**
344
344
  * @public
345
345
  * <p>
@@ -85,10 +85,10 @@ export declare const ControlOperationStatus: {
85
85
  export type ControlOperationStatus =
86
86
  (typeof ControlOperationStatus)[keyof typeof ControlOperationStatus];
87
87
  export interface ControlOperation {
88
- operationType?: ControlOperationType | string;
88
+ operationType?: ControlOperationType;
89
89
  startTime?: Date;
90
90
  endTime?: Date;
91
- status?: ControlOperationStatus | string;
91
+ status?: ControlOperationStatus;
92
92
  statusMessage?: string;
93
93
  }
94
94
  export interface GetControlOperationOutput {
@@ -105,7 +105,7 @@ export declare const DriftStatus: {
105
105
  };
106
106
  export type DriftStatus = (typeof DriftStatus)[keyof typeof DriftStatus];
107
107
  export interface DriftStatusSummary {
108
- driftStatus?: DriftStatus | string;
108
+ driftStatus?: DriftStatus;
109
109
  }
110
110
  export declare const EnablementStatus: {
111
111
  readonly FAILED: "FAILED";
@@ -115,7 +115,7 @@ export declare const EnablementStatus: {
115
115
  export type EnablementStatus =
116
116
  (typeof EnablementStatus)[keyof typeof EnablementStatus];
117
117
  export interface EnablementStatusSummary {
118
- status?: EnablementStatus | string;
118
+ status?: EnablementStatus;
119
119
  lastOperationIdentifier?: string;
120
120
  }
121
121
  export interface Region {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controltower",
3
3
  "description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.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",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"