@aws-sdk/client-databrew 3.301.0 → 3.306.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.
@@ -17,11 +17,10 @@ class AccessDeniedException extends DataBrewServiceException_1.DataBrewServiceEx
17
17
  }
18
18
  }
19
19
  exports.AccessDeniedException = AccessDeniedException;
20
- var AnalyticsMode;
21
- (function (AnalyticsMode) {
22
- AnalyticsMode["DISABLE"] = "DISABLE";
23
- AnalyticsMode["ENABLE"] = "ENABLE";
24
- })(AnalyticsMode = exports.AnalyticsMode || (exports.AnalyticsMode = {}));
20
+ exports.AnalyticsMode = {
21
+ DISABLE: "DISABLE",
22
+ ENABLE: "ENABLE",
23
+ };
25
24
  class ConflictException extends DataBrewServiceException_1.DataBrewServiceException {
26
25
  constructor(opts) {
27
26
  super({
@@ -64,29 +63,25 @@ class ValidationException extends DataBrewServiceException_1.DataBrewServiceExce
64
63
  }
65
64
  }
66
65
  exports.ValidationException = ValidationException;
67
- var InputFormat;
68
- (function (InputFormat) {
69
- InputFormat["CSV"] = "CSV";
70
- InputFormat["EXCEL"] = "EXCEL";
71
- InputFormat["JSON"] = "JSON";
72
- InputFormat["ORC"] = "ORC";
73
- InputFormat["PARQUET"] = "PARQUET";
74
- })(InputFormat = exports.InputFormat || (exports.InputFormat = {}));
75
- var Order;
76
- (function (Order) {
77
- Order["ASCENDING"] = "ASCENDING";
78
- Order["DESCENDING"] = "DESCENDING";
79
- })(Order = exports.Order || (exports.Order = {}));
80
- var OrderedBy;
81
- (function (OrderedBy) {
82
- OrderedBy["LAST_MODIFIED_DATE"] = "LAST_MODIFIED_DATE";
83
- })(OrderedBy = exports.OrderedBy || (exports.OrderedBy = {}));
84
- var ParameterType;
85
- (function (ParameterType) {
86
- ParameterType["Datetime"] = "Datetime";
87
- ParameterType["Number"] = "Number";
88
- ParameterType["String"] = "String";
89
- })(ParameterType = exports.ParameterType || (exports.ParameterType = {}));
66
+ exports.InputFormat = {
67
+ CSV: "CSV",
68
+ EXCEL: "EXCEL",
69
+ JSON: "JSON",
70
+ ORC: "ORC",
71
+ PARQUET: "PARQUET",
72
+ };
73
+ exports.Order = {
74
+ ASCENDING: "ASCENDING",
75
+ DESCENDING: "DESCENDING",
76
+ };
77
+ exports.OrderedBy = {
78
+ LAST_MODIFIED_DATE: "LAST_MODIFIED_DATE",
79
+ };
80
+ exports.ParameterType = {
81
+ Datetime: "Datetime",
82
+ Number: "Number",
83
+ String: "String",
84
+ };
90
85
  class ServiceQuotaExceededException extends DataBrewServiceException_1.DataBrewServiceException {
91
86
  constructor(opts) {
92
87
  super({
@@ -101,31 +96,26 @@ class ServiceQuotaExceededException extends DataBrewServiceException_1.DataBrewS
101
96
  }
102
97
  }
103
98
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
104
- var EncryptionMode;
105
- (function (EncryptionMode) {
106
- EncryptionMode["SSEKMS"] = "SSE-KMS";
107
- EncryptionMode["SSES3"] = "SSE-S3";
108
- })(EncryptionMode = exports.EncryptionMode || (exports.EncryptionMode = {}));
109
- var SampleMode;
110
- (function (SampleMode) {
111
- SampleMode["CUSTOM_ROWS"] = "CUSTOM_ROWS";
112
- SampleMode["FULL_DATASET"] = "FULL_DATASET";
113
- })(SampleMode = exports.SampleMode || (exports.SampleMode = {}));
114
- var LogSubscription;
115
- (function (LogSubscription) {
116
- LogSubscription["DISABLE"] = "DISABLE";
117
- LogSubscription["ENABLE"] = "ENABLE";
118
- })(LogSubscription = exports.LogSubscription || (exports.LogSubscription = {}));
119
- var ValidationMode;
120
- (function (ValidationMode) {
121
- ValidationMode["CHECK_ALL"] = "CHECK_ALL";
122
- })(ValidationMode = exports.ValidationMode || (exports.ValidationMode = {}));
123
- var SampleType;
124
- (function (SampleType) {
125
- SampleType["FIRST_N"] = "FIRST_N";
126
- SampleType["LAST_N"] = "LAST_N";
127
- SampleType["RANDOM"] = "RANDOM";
128
- })(SampleType = exports.SampleType || (exports.SampleType = {}));
99
+ exports.EncryptionMode = {
100
+ SSEKMS: "SSE-KMS",
101
+ SSES3: "SSE-S3",
102
+ };
103
+ exports.SampleMode = {
104
+ CUSTOM_ROWS: "CUSTOM_ROWS",
105
+ FULL_DATASET: "FULL_DATASET",
106
+ };
107
+ exports.LogSubscription = {
108
+ DISABLE: "DISABLE",
109
+ ENABLE: "ENABLE",
110
+ };
111
+ exports.ValidationMode = {
112
+ CHECK_ALL: "CHECK_ALL",
113
+ };
114
+ exports.SampleType = {
115
+ FIRST_N: "FIRST_N",
116
+ LAST_N: "LAST_N",
117
+ RANDOM: "RANDOM",
118
+ };
129
119
  class InternalServerException extends DataBrewServiceException_1.DataBrewServiceException {
130
120
  constructor(opts) {
131
121
  super({
@@ -140,79 +130,70 @@ class InternalServerException extends DataBrewServiceException_1.DataBrewService
140
130
  }
141
131
  }
142
132
  exports.InternalServerException = InternalServerException;
143
- var DatabaseOutputMode;
144
- (function (DatabaseOutputMode) {
145
- DatabaseOutputMode["NEW_TABLE"] = "NEW_TABLE";
146
- })(DatabaseOutputMode = exports.DatabaseOutputMode || (exports.DatabaseOutputMode = {}));
147
- var CompressionFormat;
148
- (function (CompressionFormat) {
149
- CompressionFormat["BROTLI"] = "BROTLI";
150
- CompressionFormat["BZIP2"] = "BZIP2";
151
- CompressionFormat["DEFLATE"] = "DEFLATE";
152
- CompressionFormat["GZIP"] = "GZIP";
153
- CompressionFormat["LZ4"] = "LZ4";
154
- CompressionFormat["LZO"] = "LZO";
155
- CompressionFormat["SNAPPY"] = "SNAPPY";
156
- CompressionFormat["ZLIB"] = "ZLIB";
157
- CompressionFormat["ZSTD"] = "ZSTD";
158
- })(CompressionFormat = exports.CompressionFormat || (exports.CompressionFormat = {}));
159
- var OutputFormat;
160
- (function (OutputFormat) {
161
- OutputFormat["AVRO"] = "AVRO";
162
- OutputFormat["CSV"] = "CSV";
163
- OutputFormat["GLUEPARQUET"] = "GLUEPARQUET";
164
- OutputFormat["JSON"] = "JSON";
165
- OutputFormat["ORC"] = "ORC";
166
- OutputFormat["PARQUET"] = "PARQUET";
167
- OutputFormat["TABLEAUHYPER"] = "TABLEAUHYPER";
168
- OutputFormat["XML"] = "XML";
169
- })(OutputFormat = exports.OutputFormat || (exports.OutputFormat = {}));
170
- var ThresholdType;
171
- (function (ThresholdType) {
172
- ThresholdType["GREATER_THAN"] = "GREATER_THAN";
173
- ThresholdType["GREATER_THAN_OR_EQUAL"] = "GREATER_THAN_OR_EQUAL";
174
- ThresholdType["LESS_THAN"] = "LESS_THAN";
175
- ThresholdType["LESS_THAN_OR_EQUAL"] = "LESS_THAN_OR_EQUAL";
176
- })(ThresholdType = exports.ThresholdType || (exports.ThresholdType = {}));
177
- var ThresholdUnit;
178
- (function (ThresholdUnit) {
179
- ThresholdUnit["COUNT"] = "COUNT";
180
- ThresholdUnit["PERCENTAGE"] = "PERCENTAGE";
181
- })(ThresholdUnit = exports.ThresholdUnit || (exports.ThresholdUnit = {}));
182
- var Source;
183
- (function (Source) {
184
- Source["DATABASE"] = "DATABASE";
185
- Source["DATACATALOG"] = "DATA-CATALOG";
186
- Source["S3"] = "S3";
187
- })(Source = exports.Source || (exports.Source = {}));
188
- var JobType;
189
- (function (JobType) {
190
- JobType["PROFILE"] = "PROFILE";
191
- JobType["RECIPE"] = "RECIPE";
192
- })(JobType = exports.JobType || (exports.JobType = {}));
193
- var JobRunState;
194
- (function (JobRunState) {
195
- JobRunState["FAILED"] = "FAILED";
196
- JobRunState["RUNNING"] = "RUNNING";
197
- JobRunState["STARTING"] = "STARTING";
198
- JobRunState["STOPPED"] = "STOPPED";
199
- JobRunState["STOPPING"] = "STOPPING";
200
- JobRunState["SUCCEEDED"] = "SUCCEEDED";
201
- JobRunState["TIMEOUT"] = "TIMEOUT";
202
- })(JobRunState = exports.JobRunState || (exports.JobRunState = {}));
203
- var SessionStatus;
204
- (function (SessionStatus) {
205
- SessionStatus["ASSIGNED"] = "ASSIGNED";
206
- SessionStatus["FAILED"] = "FAILED";
207
- SessionStatus["INITIALIZING"] = "INITIALIZING";
208
- SessionStatus["PROVISIONING"] = "PROVISIONING";
209
- SessionStatus["READY"] = "READY";
210
- SessionStatus["RECYCLING"] = "RECYCLING";
211
- SessionStatus["ROTATING"] = "ROTATING";
212
- SessionStatus["TERMINATED"] = "TERMINATED";
213
- SessionStatus["TERMINATING"] = "TERMINATING";
214
- SessionStatus["UPDATING"] = "UPDATING";
215
- })(SessionStatus = exports.SessionStatus || (exports.SessionStatus = {}));
133
+ exports.DatabaseOutputMode = {
134
+ NEW_TABLE: "NEW_TABLE",
135
+ };
136
+ exports.CompressionFormat = {
137
+ BROTLI: "BROTLI",
138
+ BZIP2: "BZIP2",
139
+ DEFLATE: "DEFLATE",
140
+ GZIP: "GZIP",
141
+ LZ4: "LZ4",
142
+ LZO: "LZO",
143
+ SNAPPY: "SNAPPY",
144
+ ZLIB: "ZLIB",
145
+ ZSTD: "ZSTD",
146
+ };
147
+ exports.OutputFormat = {
148
+ AVRO: "AVRO",
149
+ CSV: "CSV",
150
+ GLUEPARQUET: "GLUEPARQUET",
151
+ JSON: "JSON",
152
+ ORC: "ORC",
153
+ PARQUET: "PARQUET",
154
+ TABLEAUHYPER: "TABLEAUHYPER",
155
+ XML: "XML",
156
+ };
157
+ exports.ThresholdType = {
158
+ GREATER_THAN: "GREATER_THAN",
159
+ GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
160
+ LESS_THAN: "LESS_THAN",
161
+ LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL",
162
+ };
163
+ exports.ThresholdUnit = {
164
+ COUNT: "COUNT",
165
+ PERCENTAGE: "PERCENTAGE",
166
+ };
167
+ exports.Source = {
168
+ DATABASE: "DATABASE",
169
+ DATACATALOG: "DATA-CATALOG",
170
+ S3: "S3",
171
+ };
172
+ exports.JobType = {
173
+ PROFILE: "PROFILE",
174
+ RECIPE: "RECIPE",
175
+ };
176
+ exports.JobRunState = {
177
+ FAILED: "FAILED",
178
+ RUNNING: "RUNNING",
179
+ STARTING: "STARTING",
180
+ STOPPED: "STOPPED",
181
+ STOPPING: "STOPPING",
182
+ SUCCEEDED: "SUCCEEDED",
183
+ TIMEOUT: "TIMEOUT",
184
+ };
185
+ exports.SessionStatus = {
186
+ ASSIGNED: "ASSIGNED",
187
+ FAILED: "FAILED",
188
+ INITIALIZING: "INITIALIZING",
189
+ PROVISIONING: "PROVISIONING",
190
+ READY: "READY",
191
+ RECYCLING: "RECYCLING",
192
+ ROTATING: "ROTATING",
193
+ TERMINATED: "TERMINATED",
194
+ TERMINATING: "TERMINATING",
195
+ UPDATING: "UPDATING",
196
+ };
216
197
  const SendProjectSessionActionRequestFilterSensitiveLog = (obj) => ({
217
198
  ...obj,
218
199
  ...(obj.ClientSessionId && { ClientSessionId: smithy_client_1.SENSITIVE_STRING }),
@@ -13,11 +13,10 @@ export class AccessDeniedException extends __BaseException {
13
13
  this.Message = opts.Message;
14
14
  }
15
15
  }
16
- export var AnalyticsMode;
17
- (function (AnalyticsMode) {
18
- AnalyticsMode["DISABLE"] = "DISABLE";
19
- AnalyticsMode["ENABLE"] = "ENABLE";
20
- })(AnalyticsMode || (AnalyticsMode = {}));
16
+ export const AnalyticsMode = {
17
+ DISABLE: "DISABLE",
18
+ ENABLE: "ENABLE",
19
+ };
21
20
  export class ConflictException extends __BaseException {
22
21
  constructor(opts) {
23
22
  super({
@@ -57,29 +56,25 @@ export class ValidationException extends __BaseException {
57
56
  this.Message = opts.Message;
58
57
  }
59
58
  }
60
- export var InputFormat;
61
- (function (InputFormat) {
62
- InputFormat["CSV"] = "CSV";
63
- InputFormat["EXCEL"] = "EXCEL";
64
- InputFormat["JSON"] = "JSON";
65
- InputFormat["ORC"] = "ORC";
66
- InputFormat["PARQUET"] = "PARQUET";
67
- })(InputFormat || (InputFormat = {}));
68
- export var Order;
69
- (function (Order) {
70
- Order["ASCENDING"] = "ASCENDING";
71
- Order["DESCENDING"] = "DESCENDING";
72
- })(Order || (Order = {}));
73
- export var OrderedBy;
74
- (function (OrderedBy) {
75
- OrderedBy["LAST_MODIFIED_DATE"] = "LAST_MODIFIED_DATE";
76
- })(OrderedBy || (OrderedBy = {}));
77
- export var ParameterType;
78
- (function (ParameterType) {
79
- ParameterType["Datetime"] = "Datetime";
80
- ParameterType["Number"] = "Number";
81
- ParameterType["String"] = "String";
82
- })(ParameterType || (ParameterType = {}));
59
+ export const InputFormat = {
60
+ CSV: "CSV",
61
+ EXCEL: "EXCEL",
62
+ JSON: "JSON",
63
+ ORC: "ORC",
64
+ PARQUET: "PARQUET",
65
+ };
66
+ export const Order = {
67
+ ASCENDING: "ASCENDING",
68
+ DESCENDING: "DESCENDING",
69
+ };
70
+ export const OrderedBy = {
71
+ LAST_MODIFIED_DATE: "LAST_MODIFIED_DATE",
72
+ };
73
+ export const ParameterType = {
74
+ Datetime: "Datetime",
75
+ Number: "Number",
76
+ String: "String",
77
+ };
83
78
  export class ServiceQuotaExceededException extends __BaseException {
84
79
  constructor(opts) {
85
80
  super({
@@ -93,31 +88,26 @@ export class ServiceQuotaExceededException extends __BaseException {
93
88
  this.Message = opts.Message;
94
89
  }
95
90
  }
96
- export var EncryptionMode;
97
- (function (EncryptionMode) {
98
- EncryptionMode["SSEKMS"] = "SSE-KMS";
99
- EncryptionMode["SSES3"] = "SSE-S3";
100
- })(EncryptionMode || (EncryptionMode = {}));
101
- export var SampleMode;
102
- (function (SampleMode) {
103
- SampleMode["CUSTOM_ROWS"] = "CUSTOM_ROWS";
104
- SampleMode["FULL_DATASET"] = "FULL_DATASET";
105
- })(SampleMode || (SampleMode = {}));
106
- export var LogSubscription;
107
- (function (LogSubscription) {
108
- LogSubscription["DISABLE"] = "DISABLE";
109
- LogSubscription["ENABLE"] = "ENABLE";
110
- })(LogSubscription || (LogSubscription = {}));
111
- export var ValidationMode;
112
- (function (ValidationMode) {
113
- ValidationMode["CHECK_ALL"] = "CHECK_ALL";
114
- })(ValidationMode || (ValidationMode = {}));
115
- export var SampleType;
116
- (function (SampleType) {
117
- SampleType["FIRST_N"] = "FIRST_N";
118
- SampleType["LAST_N"] = "LAST_N";
119
- SampleType["RANDOM"] = "RANDOM";
120
- })(SampleType || (SampleType = {}));
91
+ export const EncryptionMode = {
92
+ SSEKMS: "SSE-KMS",
93
+ SSES3: "SSE-S3",
94
+ };
95
+ export const SampleMode = {
96
+ CUSTOM_ROWS: "CUSTOM_ROWS",
97
+ FULL_DATASET: "FULL_DATASET",
98
+ };
99
+ export const LogSubscription = {
100
+ DISABLE: "DISABLE",
101
+ ENABLE: "ENABLE",
102
+ };
103
+ export const ValidationMode = {
104
+ CHECK_ALL: "CHECK_ALL",
105
+ };
106
+ export const SampleType = {
107
+ FIRST_N: "FIRST_N",
108
+ LAST_N: "LAST_N",
109
+ RANDOM: "RANDOM",
110
+ };
121
111
  export class InternalServerException extends __BaseException {
122
112
  constructor(opts) {
123
113
  super({
@@ -131,79 +121,70 @@ export class InternalServerException extends __BaseException {
131
121
  this.Message = opts.Message;
132
122
  }
133
123
  }
134
- export var DatabaseOutputMode;
135
- (function (DatabaseOutputMode) {
136
- DatabaseOutputMode["NEW_TABLE"] = "NEW_TABLE";
137
- })(DatabaseOutputMode || (DatabaseOutputMode = {}));
138
- export var CompressionFormat;
139
- (function (CompressionFormat) {
140
- CompressionFormat["BROTLI"] = "BROTLI";
141
- CompressionFormat["BZIP2"] = "BZIP2";
142
- CompressionFormat["DEFLATE"] = "DEFLATE";
143
- CompressionFormat["GZIP"] = "GZIP";
144
- CompressionFormat["LZ4"] = "LZ4";
145
- CompressionFormat["LZO"] = "LZO";
146
- CompressionFormat["SNAPPY"] = "SNAPPY";
147
- CompressionFormat["ZLIB"] = "ZLIB";
148
- CompressionFormat["ZSTD"] = "ZSTD";
149
- })(CompressionFormat || (CompressionFormat = {}));
150
- export var OutputFormat;
151
- (function (OutputFormat) {
152
- OutputFormat["AVRO"] = "AVRO";
153
- OutputFormat["CSV"] = "CSV";
154
- OutputFormat["GLUEPARQUET"] = "GLUEPARQUET";
155
- OutputFormat["JSON"] = "JSON";
156
- OutputFormat["ORC"] = "ORC";
157
- OutputFormat["PARQUET"] = "PARQUET";
158
- OutputFormat["TABLEAUHYPER"] = "TABLEAUHYPER";
159
- OutputFormat["XML"] = "XML";
160
- })(OutputFormat || (OutputFormat = {}));
161
- export var ThresholdType;
162
- (function (ThresholdType) {
163
- ThresholdType["GREATER_THAN"] = "GREATER_THAN";
164
- ThresholdType["GREATER_THAN_OR_EQUAL"] = "GREATER_THAN_OR_EQUAL";
165
- ThresholdType["LESS_THAN"] = "LESS_THAN";
166
- ThresholdType["LESS_THAN_OR_EQUAL"] = "LESS_THAN_OR_EQUAL";
167
- })(ThresholdType || (ThresholdType = {}));
168
- export var ThresholdUnit;
169
- (function (ThresholdUnit) {
170
- ThresholdUnit["COUNT"] = "COUNT";
171
- ThresholdUnit["PERCENTAGE"] = "PERCENTAGE";
172
- })(ThresholdUnit || (ThresholdUnit = {}));
173
- export var Source;
174
- (function (Source) {
175
- Source["DATABASE"] = "DATABASE";
176
- Source["DATACATALOG"] = "DATA-CATALOG";
177
- Source["S3"] = "S3";
178
- })(Source || (Source = {}));
179
- export var JobType;
180
- (function (JobType) {
181
- JobType["PROFILE"] = "PROFILE";
182
- JobType["RECIPE"] = "RECIPE";
183
- })(JobType || (JobType = {}));
184
- export var JobRunState;
185
- (function (JobRunState) {
186
- JobRunState["FAILED"] = "FAILED";
187
- JobRunState["RUNNING"] = "RUNNING";
188
- JobRunState["STARTING"] = "STARTING";
189
- JobRunState["STOPPED"] = "STOPPED";
190
- JobRunState["STOPPING"] = "STOPPING";
191
- JobRunState["SUCCEEDED"] = "SUCCEEDED";
192
- JobRunState["TIMEOUT"] = "TIMEOUT";
193
- })(JobRunState || (JobRunState = {}));
194
- export var SessionStatus;
195
- (function (SessionStatus) {
196
- SessionStatus["ASSIGNED"] = "ASSIGNED";
197
- SessionStatus["FAILED"] = "FAILED";
198
- SessionStatus["INITIALIZING"] = "INITIALIZING";
199
- SessionStatus["PROVISIONING"] = "PROVISIONING";
200
- SessionStatus["READY"] = "READY";
201
- SessionStatus["RECYCLING"] = "RECYCLING";
202
- SessionStatus["ROTATING"] = "ROTATING";
203
- SessionStatus["TERMINATED"] = "TERMINATED";
204
- SessionStatus["TERMINATING"] = "TERMINATING";
205
- SessionStatus["UPDATING"] = "UPDATING";
206
- })(SessionStatus || (SessionStatus = {}));
124
+ export const DatabaseOutputMode = {
125
+ NEW_TABLE: "NEW_TABLE",
126
+ };
127
+ export const CompressionFormat = {
128
+ BROTLI: "BROTLI",
129
+ BZIP2: "BZIP2",
130
+ DEFLATE: "DEFLATE",
131
+ GZIP: "GZIP",
132
+ LZ4: "LZ4",
133
+ LZO: "LZO",
134
+ SNAPPY: "SNAPPY",
135
+ ZLIB: "ZLIB",
136
+ ZSTD: "ZSTD",
137
+ };
138
+ export const OutputFormat = {
139
+ AVRO: "AVRO",
140
+ CSV: "CSV",
141
+ GLUEPARQUET: "GLUEPARQUET",
142
+ JSON: "JSON",
143
+ ORC: "ORC",
144
+ PARQUET: "PARQUET",
145
+ TABLEAUHYPER: "TABLEAUHYPER",
146
+ XML: "XML",
147
+ };
148
+ export const ThresholdType = {
149
+ GREATER_THAN: "GREATER_THAN",
150
+ GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL",
151
+ LESS_THAN: "LESS_THAN",
152
+ LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL",
153
+ };
154
+ export const ThresholdUnit = {
155
+ COUNT: "COUNT",
156
+ PERCENTAGE: "PERCENTAGE",
157
+ };
158
+ export const Source = {
159
+ DATABASE: "DATABASE",
160
+ DATACATALOG: "DATA-CATALOG",
161
+ S3: "S3",
162
+ };
163
+ export const JobType = {
164
+ PROFILE: "PROFILE",
165
+ RECIPE: "RECIPE",
166
+ };
167
+ export const JobRunState = {
168
+ FAILED: "FAILED",
169
+ RUNNING: "RUNNING",
170
+ STARTING: "STARTING",
171
+ STOPPED: "STOPPED",
172
+ STOPPING: "STOPPING",
173
+ SUCCEEDED: "SUCCEEDED",
174
+ TIMEOUT: "TIMEOUT",
175
+ };
176
+ export const SessionStatus = {
177
+ ASSIGNED: "ASSIGNED",
178
+ FAILED: "FAILED",
179
+ INITIALIZING: "INITIALIZING",
180
+ PROVISIONING: "PROVISIONING",
181
+ READY: "READY",
182
+ RECYCLING: "RECYCLING",
183
+ ROTATING: "ROTATING",
184
+ TERMINATED: "TERMINATED",
185
+ TERMINATING: "TERMINATING",
186
+ UPDATING: "UPDATING",
187
+ };
207
188
  export const SendProjectSessionActionRequestFilterSensitiveLog = (obj) => ({
208
189
  ...obj,
209
190
  ...(obj.ClientSessionId && { ClientSessionId: SENSITIVE_STRING }),