@aws-sdk/client-m2 3.301.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +65 -75
- package/dist-es/models/models_0.js +65 -75
- package/dist-types/models/models_0.d.ts +115 -65
- package/dist-types/ts3.4/models/models_0.d.ts +83 -65
- package/package.json +34 -34
|
@@ -79,13 +79,12 @@ class ThrottlingException extends M2ServiceException_1.M2ServiceException {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
exports.ThrottlingException = ThrottlingException;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
})(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
|
|
82
|
+
exports.ValidationExceptionReason = {
|
|
83
|
+
CANNOT_PARSE: "cannotParse",
|
|
84
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
85
|
+
OTHER: "other",
|
|
86
|
+
UNKNOWN_OPERATION: "unknownOperation",
|
|
87
|
+
};
|
|
89
88
|
class ValidationException extends M2ServiceException_1.M2ServiceException {
|
|
90
89
|
constructor(opts) {
|
|
91
90
|
super({
|
|
@@ -111,11 +110,10 @@ var Definition;
|
|
|
111
110
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
112
111
|
};
|
|
113
112
|
})(Definition = exports.Definition || (exports.Definition = {}));
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
})(EngineType = exports.EngineType || (exports.EngineType = {}));
|
|
113
|
+
exports.EngineType = {
|
|
114
|
+
BLUAGE: "bluage",
|
|
115
|
+
MICROFOCUS: "microfocus",
|
|
116
|
+
};
|
|
119
117
|
class ServiceQuotaExceededException extends M2ServiceException_1.M2ServiceException {
|
|
120
118
|
constructor(opts) {
|
|
121
119
|
super({
|
|
@@ -161,32 +159,29 @@ var DataSetImportConfig;
|
|
|
161
159
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
162
160
|
};
|
|
163
161
|
})(DataSetImportConfig = exports.DataSetImportConfig || (exports.DataSetImportConfig = {}));
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
ApplicationLifecycle["STOPPED"] = "Stopped";
|
|
188
|
-
ApplicationLifecycle["STOPPING"] = "Stopping";
|
|
189
|
-
})(ApplicationLifecycle = exports.ApplicationLifecycle || (exports.ApplicationLifecycle = {}));
|
|
162
|
+
exports.DeploymentLifecycle = {
|
|
163
|
+
DEPLOYING: "Deploying",
|
|
164
|
+
FAILED: "Failed",
|
|
165
|
+
SUCCEEDED: "Succeeded",
|
|
166
|
+
};
|
|
167
|
+
exports.ApplicationVersionLifecycle = {
|
|
168
|
+
AVAILABLE: "Available",
|
|
169
|
+
CREATING: "Creating",
|
|
170
|
+
FAILED: "Failed",
|
|
171
|
+
};
|
|
172
|
+
exports.ApplicationLifecycle = {
|
|
173
|
+
AVAILABLE: "Available",
|
|
174
|
+
CREATED: "Created",
|
|
175
|
+
CREATING: "Creating",
|
|
176
|
+
DELETING: "Deleting",
|
|
177
|
+
DELETING_FROM_ENVIRONMENT: "Deleting From Environment",
|
|
178
|
+
FAILED: "Failed",
|
|
179
|
+
READY: "Ready",
|
|
180
|
+
RUNNING: "Running",
|
|
181
|
+
STARTING: "Starting",
|
|
182
|
+
STOPPED: "Stopped",
|
|
183
|
+
STOPPING: "Stopping",
|
|
184
|
+
};
|
|
190
185
|
var BatchJobIdentifier;
|
|
191
186
|
(function (BatchJobIdentifier) {
|
|
192
187
|
BatchJobIdentifier.visit = (value, visitor) => {
|
|
@@ -197,24 +192,22 @@ var BatchJobIdentifier;
|
|
|
197
192
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
198
193
|
};
|
|
199
194
|
})(BatchJobIdentifier = exports.BatchJobIdentifier || (exports.BatchJobIdentifier = {}));
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
BatchJobExecutionStatus["SUCCEEDED_WITH_WARNING"] = "Succeeded With Warning";
|
|
217
|
-
})(BatchJobExecutionStatus = exports.BatchJobExecutionStatus || (exports.BatchJobExecutionStatus = {}));
|
|
195
|
+
exports.BatchJobType = {
|
|
196
|
+
JES2: "JES2",
|
|
197
|
+
JES3: "JES3",
|
|
198
|
+
VSE: "VSE",
|
|
199
|
+
};
|
|
200
|
+
exports.BatchJobExecutionStatus = {
|
|
201
|
+
CANCELLED: "Cancelled",
|
|
202
|
+
CANCELLING: "Cancelling",
|
|
203
|
+
DISPATCH: "Dispatching",
|
|
204
|
+
FAILED: "Failed",
|
|
205
|
+
HOLDING: "Holding",
|
|
206
|
+
RUNNING: "Running",
|
|
207
|
+
SUBMITTING: "Submitting",
|
|
208
|
+
SUCCEEDED: "Succeeded",
|
|
209
|
+
SUCCEEDED_WITH_WARNING: "Succeeded With Warning",
|
|
210
|
+
};
|
|
218
211
|
var DatasetDetailOrgAttributes;
|
|
219
212
|
(function (DatasetDetailOrgAttributes) {
|
|
220
213
|
DatasetDetailOrgAttributes.visit = (value, visitor) => {
|
|
@@ -225,17 +218,15 @@ var DatasetDetailOrgAttributes;
|
|
|
225
218
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
226
219
|
};
|
|
227
220
|
})(DatasetDetailOrgAttributes = exports.DatasetDetailOrgAttributes || (exports.DatasetDetailOrgAttributes = {}));
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
ApplicationDeploymentLifecycle["DEPLOYING"] = "Deploying";
|
|
238
|
-
})(ApplicationDeploymentLifecycle = exports.ApplicationDeploymentLifecycle || (exports.ApplicationDeploymentLifecycle = {}));
|
|
221
|
+
exports.DataSetTaskLifecycle = {
|
|
222
|
+
COMPLETED: "Completed",
|
|
223
|
+
CREATING: "Creating",
|
|
224
|
+
RUNNING: "Running",
|
|
225
|
+
};
|
|
226
|
+
exports.ApplicationDeploymentLifecycle = {
|
|
227
|
+
DEPLOYED: "Deployed",
|
|
228
|
+
DEPLOYING: "Deploying",
|
|
229
|
+
};
|
|
239
230
|
var BatchJobDefinition;
|
|
240
231
|
(function (BatchJobDefinition) {
|
|
241
232
|
BatchJobDefinition.visit = (value, visitor) => {
|
|
@@ -256,11 +247,10 @@ var StorageConfiguration;
|
|
|
256
247
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
257
248
|
};
|
|
258
249
|
})(StorageConfiguration = exports.StorageConfiguration || (exports.StorageConfiguration = {}));
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
})(EnvironmentLifecycle = exports.EnvironmentLifecycle || (exports.EnvironmentLifecycle = {}));
|
|
250
|
+
exports.EnvironmentLifecycle = {
|
|
251
|
+
AVAILABLE: "Available",
|
|
252
|
+
CREATING: "Creating",
|
|
253
|
+
DELETING: "Deleting",
|
|
254
|
+
FAILED: "Failed",
|
|
255
|
+
UPDATING: "Updating",
|
|
256
|
+
};
|
|
@@ -71,13 +71,12 @@ export class ThrottlingException extends __BaseException {
|
|
|
71
71
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
export
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
74
|
+
export const ValidationExceptionReason = {
|
|
75
|
+
CANNOT_PARSE: "cannotParse",
|
|
76
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
77
|
+
OTHER: "other",
|
|
78
|
+
UNKNOWN_OPERATION: "unknownOperation",
|
|
79
|
+
};
|
|
81
80
|
export class ValidationException extends __BaseException {
|
|
82
81
|
constructor(opts) {
|
|
83
82
|
super({
|
|
@@ -102,11 +101,10 @@ export var Definition;
|
|
|
102
101
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
103
102
|
};
|
|
104
103
|
})(Definition || (Definition = {}));
|
|
105
|
-
export
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
})(EngineType || (EngineType = {}));
|
|
104
|
+
export const EngineType = {
|
|
105
|
+
BLUAGE: "bluage",
|
|
106
|
+
MICROFOCUS: "microfocus",
|
|
107
|
+
};
|
|
110
108
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
111
109
|
constructor(opts) {
|
|
112
110
|
super({
|
|
@@ -151,32 +149,29 @@ export var DataSetImportConfig;
|
|
|
151
149
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
152
150
|
};
|
|
153
151
|
})(DataSetImportConfig || (DataSetImportConfig = {}));
|
|
154
|
-
export
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
ApplicationLifecycle["STOPPED"] = "Stopped";
|
|
178
|
-
ApplicationLifecycle["STOPPING"] = "Stopping";
|
|
179
|
-
})(ApplicationLifecycle || (ApplicationLifecycle = {}));
|
|
152
|
+
export const DeploymentLifecycle = {
|
|
153
|
+
DEPLOYING: "Deploying",
|
|
154
|
+
FAILED: "Failed",
|
|
155
|
+
SUCCEEDED: "Succeeded",
|
|
156
|
+
};
|
|
157
|
+
export const ApplicationVersionLifecycle = {
|
|
158
|
+
AVAILABLE: "Available",
|
|
159
|
+
CREATING: "Creating",
|
|
160
|
+
FAILED: "Failed",
|
|
161
|
+
};
|
|
162
|
+
export const ApplicationLifecycle = {
|
|
163
|
+
AVAILABLE: "Available",
|
|
164
|
+
CREATED: "Created",
|
|
165
|
+
CREATING: "Creating",
|
|
166
|
+
DELETING: "Deleting",
|
|
167
|
+
DELETING_FROM_ENVIRONMENT: "Deleting From Environment",
|
|
168
|
+
FAILED: "Failed",
|
|
169
|
+
READY: "Ready",
|
|
170
|
+
RUNNING: "Running",
|
|
171
|
+
STARTING: "Starting",
|
|
172
|
+
STOPPED: "Stopped",
|
|
173
|
+
STOPPING: "Stopping",
|
|
174
|
+
};
|
|
180
175
|
export var BatchJobIdentifier;
|
|
181
176
|
(function (BatchJobIdentifier) {
|
|
182
177
|
BatchJobIdentifier.visit = (value, visitor) => {
|
|
@@ -187,24 +182,22 @@ export var BatchJobIdentifier;
|
|
|
187
182
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
188
183
|
};
|
|
189
184
|
})(BatchJobIdentifier || (BatchJobIdentifier = {}));
|
|
190
|
-
export
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
BatchJobExecutionStatus["SUCCEEDED_WITH_WARNING"] = "Succeeded With Warning";
|
|
207
|
-
})(BatchJobExecutionStatus || (BatchJobExecutionStatus = {}));
|
|
185
|
+
export const BatchJobType = {
|
|
186
|
+
JES2: "JES2",
|
|
187
|
+
JES3: "JES3",
|
|
188
|
+
VSE: "VSE",
|
|
189
|
+
};
|
|
190
|
+
export const BatchJobExecutionStatus = {
|
|
191
|
+
CANCELLED: "Cancelled",
|
|
192
|
+
CANCELLING: "Cancelling",
|
|
193
|
+
DISPATCH: "Dispatching",
|
|
194
|
+
FAILED: "Failed",
|
|
195
|
+
HOLDING: "Holding",
|
|
196
|
+
RUNNING: "Running",
|
|
197
|
+
SUBMITTING: "Submitting",
|
|
198
|
+
SUCCEEDED: "Succeeded",
|
|
199
|
+
SUCCEEDED_WITH_WARNING: "Succeeded With Warning",
|
|
200
|
+
};
|
|
208
201
|
export var DatasetDetailOrgAttributes;
|
|
209
202
|
(function (DatasetDetailOrgAttributes) {
|
|
210
203
|
DatasetDetailOrgAttributes.visit = (value, visitor) => {
|
|
@@ -215,17 +208,15 @@ export var DatasetDetailOrgAttributes;
|
|
|
215
208
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
216
209
|
};
|
|
217
210
|
})(DatasetDetailOrgAttributes || (DatasetDetailOrgAttributes = {}));
|
|
218
|
-
export
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
ApplicationDeploymentLifecycle["DEPLOYING"] = "Deploying";
|
|
228
|
-
})(ApplicationDeploymentLifecycle || (ApplicationDeploymentLifecycle = {}));
|
|
211
|
+
export const DataSetTaskLifecycle = {
|
|
212
|
+
COMPLETED: "Completed",
|
|
213
|
+
CREATING: "Creating",
|
|
214
|
+
RUNNING: "Running",
|
|
215
|
+
};
|
|
216
|
+
export const ApplicationDeploymentLifecycle = {
|
|
217
|
+
DEPLOYED: "Deployed",
|
|
218
|
+
DEPLOYING: "Deploying",
|
|
219
|
+
};
|
|
229
220
|
export var BatchJobDefinition;
|
|
230
221
|
(function (BatchJobDefinition) {
|
|
231
222
|
BatchJobDefinition.visit = (value, visitor) => {
|
|
@@ -246,11 +237,10 @@ export var StorageConfiguration;
|
|
|
246
237
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
247
238
|
};
|
|
248
239
|
})(StorageConfiguration || (StorageConfiguration = {}));
|
|
249
|
-
export
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
})(EnvironmentLifecycle || (EnvironmentLifecycle = {}));
|
|
240
|
+
export const EnvironmentLifecycle = {
|
|
241
|
+
AVAILABLE: "Available",
|
|
242
|
+
CREATING: "Creating",
|
|
243
|
+
DELETING: "Deleting",
|
|
244
|
+
FAILED: "Failed",
|
|
245
|
+
UPDATING: "Updating",
|
|
246
|
+
};
|
|
@@ -156,13 +156,18 @@ export interface ValidationExceptionField {
|
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* @public
|
|
159
|
+
* @enum
|
|
159
160
|
*/
|
|
160
|
-
export declare
|
|
161
|
-
CANNOT_PARSE
|
|
162
|
-
FIELD_VALIDATION_FAILED
|
|
163
|
-
OTHER
|
|
164
|
-
UNKNOWN_OPERATION
|
|
165
|
-
}
|
|
161
|
+
export declare const ValidationExceptionReason: {
|
|
162
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
163
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
164
|
+
readonly OTHER: "other";
|
|
165
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
166
|
+
};
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
166
171
|
/**
|
|
167
172
|
* @public
|
|
168
173
|
* <p>One or more parameters provided in the request is not valid.</p>
|
|
@@ -223,11 +228,16 @@ export declare namespace Definition {
|
|
|
223
228
|
}
|
|
224
229
|
/**
|
|
225
230
|
* @public
|
|
231
|
+
* @enum
|
|
226
232
|
*/
|
|
227
|
-
export declare
|
|
228
|
-
BLUAGE
|
|
229
|
-
MICROFOCUS
|
|
230
|
-
}
|
|
233
|
+
export declare const EngineType: {
|
|
234
|
+
readonly BLUAGE: "bluage";
|
|
235
|
+
readonly MICROFOCUS: "microfocus";
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export type EngineType = (typeof EngineType)[keyof typeof EngineType];
|
|
231
241
|
/**
|
|
232
242
|
* @public
|
|
233
243
|
*/
|
|
@@ -644,12 +654,17 @@ export interface GetApplicationRequest {
|
|
|
644
654
|
}
|
|
645
655
|
/**
|
|
646
656
|
* @public
|
|
657
|
+
* @enum
|
|
647
658
|
*/
|
|
648
|
-
export declare
|
|
649
|
-
DEPLOYING
|
|
650
|
-
FAILED
|
|
651
|
-
SUCCEEDED
|
|
652
|
-
}
|
|
659
|
+
export declare const DeploymentLifecycle: {
|
|
660
|
+
readonly DEPLOYING: "Deploying";
|
|
661
|
+
readonly FAILED: "Failed";
|
|
662
|
+
readonly SUCCEEDED: "Succeeded";
|
|
663
|
+
};
|
|
664
|
+
/**
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
export type DeploymentLifecycle = (typeof DeploymentLifecycle)[keyof typeof DeploymentLifecycle];
|
|
653
668
|
/**
|
|
654
669
|
* @public
|
|
655
670
|
* <p>Contains a summary of a deployed application.</p>
|
|
@@ -670,12 +685,17 @@ export interface DeployedVersionSummary {
|
|
|
670
685
|
}
|
|
671
686
|
/**
|
|
672
687
|
* @public
|
|
688
|
+
* @enum
|
|
673
689
|
*/
|
|
674
|
-
export declare
|
|
675
|
-
AVAILABLE
|
|
676
|
-
CREATING
|
|
677
|
-
FAILED
|
|
678
|
-
}
|
|
690
|
+
export declare const ApplicationVersionLifecycle: {
|
|
691
|
+
readonly AVAILABLE: "Available";
|
|
692
|
+
readonly CREATING: "Creating";
|
|
693
|
+
readonly FAILED: "Failed";
|
|
694
|
+
};
|
|
695
|
+
/**
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
export type ApplicationVersionLifecycle = (typeof ApplicationVersionLifecycle)[keyof typeof ApplicationVersionLifecycle];
|
|
679
699
|
/**
|
|
680
700
|
* @public
|
|
681
701
|
* <p>Defines an application version summary.</p>
|
|
@@ -715,20 +735,25 @@ export interface LogGroupSummary {
|
|
|
715
735
|
}
|
|
716
736
|
/**
|
|
717
737
|
* @public
|
|
738
|
+
* @enum
|
|
718
739
|
*/
|
|
719
|
-
export declare
|
|
720
|
-
AVAILABLE
|
|
721
|
-
CREATED
|
|
722
|
-
CREATING
|
|
723
|
-
DELETING
|
|
724
|
-
DELETING_FROM_ENVIRONMENT
|
|
725
|
-
FAILED
|
|
726
|
-
READY
|
|
727
|
-
RUNNING
|
|
728
|
-
STARTING
|
|
729
|
-
STOPPED
|
|
730
|
-
STOPPING
|
|
731
|
-
}
|
|
740
|
+
export declare const ApplicationLifecycle: {
|
|
741
|
+
readonly AVAILABLE: "Available";
|
|
742
|
+
readonly CREATED: "Created";
|
|
743
|
+
readonly CREATING: "Creating";
|
|
744
|
+
readonly DELETING: "Deleting";
|
|
745
|
+
readonly DELETING_FROM_ENVIRONMENT: "Deleting From Environment";
|
|
746
|
+
readonly FAILED: "Failed";
|
|
747
|
+
readonly READY: "Ready";
|
|
748
|
+
readonly RUNNING: "Running";
|
|
749
|
+
readonly STARTING: "Starting";
|
|
750
|
+
readonly STOPPED: "Stopped";
|
|
751
|
+
readonly STOPPING: "Stopping";
|
|
752
|
+
};
|
|
753
|
+
/**
|
|
754
|
+
* @public
|
|
755
|
+
*/
|
|
756
|
+
export type ApplicationLifecycle = (typeof ApplicationLifecycle)[keyof typeof ApplicationLifecycle];
|
|
732
757
|
/**
|
|
733
758
|
* @public
|
|
734
759
|
*/
|
|
@@ -941,26 +966,36 @@ export declare namespace BatchJobIdentifier {
|
|
|
941
966
|
}
|
|
942
967
|
/**
|
|
943
968
|
* @public
|
|
969
|
+
* @enum
|
|
944
970
|
*/
|
|
945
|
-
export declare
|
|
946
|
-
JES2
|
|
947
|
-
JES3
|
|
948
|
-
VSE
|
|
949
|
-
}
|
|
971
|
+
export declare const BatchJobType: {
|
|
972
|
+
readonly JES2: "JES2";
|
|
973
|
+
readonly JES3: "JES3";
|
|
974
|
+
readonly VSE: "VSE";
|
|
975
|
+
};
|
|
950
976
|
/**
|
|
951
977
|
* @public
|
|
952
978
|
*/
|
|
953
|
-
export
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
979
|
+
export type BatchJobType = (typeof BatchJobType)[keyof typeof BatchJobType];
|
|
980
|
+
/**
|
|
981
|
+
* @public
|
|
982
|
+
* @enum
|
|
983
|
+
*/
|
|
984
|
+
export declare const BatchJobExecutionStatus: {
|
|
985
|
+
readonly CANCELLED: "Cancelled";
|
|
986
|
+
readonly CANCELLING: "Cancelling";
|
|
987
|
+
readonly DISPATCH: "Dispatching";
|
|
988
|
+
readonly FAILED: "Failed";
|
|
989
|
+
readonly HOLDING: "Holding";
|
|
990
|
+
readonly RUNNING: "Running";
|
|
991
|
+
readonly SUBMITTING: "Submitting";
|
|
992
|
+
readonly SUCCEEDED: "Succeeded";
|
|
993
|
+
readonly SUCCEEDED_WITH_WARNING: "Succeeded With Warning";
|
|
994
|
+
};
|
|
995
|
+
/**
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
998
|
+
export type BatchJobExecutionStatus = (typeof BatchJobExecutionStatus)[keyof typeof BatchJobExecutionStatus];
|
|
964
999
|
/**
|
|
965
1000
|
* @public
|
|
966
1001
|
*/
|
|
@@ -1171,12 +1206,17 @@ export interface GetDataSetImportTaskRequest {
|
|
|
1171
1206
|
}
|
|
1172
1207
|
/**
|
|
1173
1208
|
* @public
|
|
1209
|
+
* @enum
|
|
1174
1210
|
*/
|
|
1175
|
-
export declare
|
|
1176
|
-
COMPLETED
|
|
1177
|
-
CREATING
|
|
1178
|
-
RUNNING
|
|
1179
|
-
}
|
|
1211
|
+
export declare const DataSetTaskLifecycle: {
|
|
1212
|
+
readonly COMPLETED: "Completed";
|
|
1213
|
+
readonly CREATING: "Creating";
|
|
1214
|
+
readonly RUNNING: "Running";
|
|
1215
|
+
};
|
|
1216
|
+
/**
|
|
1217
|
+
* @public
|
|
1218
|
+
*/
|
|
1219
|
+
export type DataSetTaskLifecycle = (typeof DataSetTaskLifecycle)[keyof typeof DataSetTaskLifecycle];
|
|
1180
1220
|
/**
|
|
1181
1221
|
* @public
|
|
1182
1222
|
* <p>Represents a summary of data set imports.</p>
|
|
@@ -1290,11 +1330,16 @@ export interface ListApplicationsRequest {
|
|
|
1290
1330
|
}
|
|
1291
1331
|
/**
|
|
1292
1332
|
* @public
|
|
1333
|
+
* @enum
|
|
1293
1334
|
*/
|
|
1294
|
-
export declare
|
|
1295
|
-
DEPLOYED
|
|
1296
|
-
DEPLOYING
|
|
1297
|
-
}
|
|
1335
|
+
export declare const ApplicationDeploymentLifecycle: {
|
|
1336
|
+
readonly DEPLOYED: "Deployed";
|
|
1337
|
+
readonly DEPLOYING: "Deploying";
|
|
1338
|
+
};
|
|
1339
|
+
/**
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
export type ApplicationDeploymentLifecycle = (typeof ApplicationDeploymentLifecycle)[keyof typeof ApplicationDeploymentLifecycle];
|
|
1298
1343
|
/**
|
|
1299
1344
|
* @public
|
|
1300
1345
|
* <p>A subset of the possible application attributes. Used in the application list.</p>
|
|
@@ -2078,14 +2123,19 @@ export interface PendingMaintenance {
|
|
|
2078
2123
|
}
|
|
2079
2124
|
/**
|
|
2080
2125
|
* @public
|
|
2126
|
+
* @enum
|
|
2081
2127
|
*/
|
|
2082
|
-
export declare
|
|
2083
|
-
AVAILABLE
|
|
2084
|
-
CREATING
|
|
2085
|
-
DELETING
|
|
2086
|
-
FAILED
|
|
2087
|
-
UPDATING
|
|
2088
|
-
}
|
|
2128
|
+
export declare const EnvironmentLifecycle: {
|
|
2129
|
+
readonly AVAILABLE: "Available";
|
|
2130
|
+
readonly CREATING: "Creating";
|
|
2131
|
+
readonly DELETING: "Deleting";
|
|
2132
|
+
readonly FAILED: "Failed";
|
|
2133
|
+
readonly UPDATING: "Updating";
|
|
2134
|
+
};
|
|
2135
|
+
/**
|
|
2136
|
+
* @public
|
|
2137
|
+
*/
|
|
2138
|
+
export type EnvironmentLifecycle = (typeof EnvironmentLifecycle)[keyof typeof EnvironmentLifecycle];
|
|
2089
2139
|
/**
|
|
2090
2140
|
* @public
|
|
2091
2141
|
*/
|
|
@@ -60,12 +60,14 @@ export interface ValidationExceptionField {
|
|
|
60
60
|
name: string | undefined;
|
|
61
61
|
message: string | undefined;
|
|
62
62
|
}
|
|
63
|
-
export declare
|
|
64
|
-
CANNOT_PARSE
|
|
65
|
-
FIELD_VALIDATION_FAILED
|
|
66
|
-
OTHER
|
|
67
|
-
UNKNOWN_OPERATION
|
|
68
|
-
}
|
|
63
|
+
export declare const ValidationExceptionReason: {
|
|
64
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
65
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
66
|
+
readonly OTHER: "other";
|
|
67
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
68
|
+
};
|
|
69
|
+
export type ValidationExceptionReason =
|
|
70
|
+
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
69
71
|
export declare class ValidationException extends __BaseException {
|
|
70
72
|
readonly name: "ValidationException";
|
|
71
73
|
readonly $fault: "client";
|
|
@@ -102,10 +104,11 @@ export declare namespace Definition {
|
|
|
102
104
|
}
|
|
103
105
|
const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
|
|
104
106
|
}
|
|
105
|
-
export declare
|
|
106
|
-
BLUAGE
|
|
107
|
-
MICROFOCUS
|
|
108
|
-
}
|
|
107
|
+
export declare const EngineType: {
|
|
108
|
+
readonly BLUAGE: "bluage";
|
|
109
|
+
readonly MICROFOCUS: "microfocus";
|
|
110
|
+
};
|
|
111
|
+
export type EngineType = (typeof EngineType)[keyof typeof EngineType];
|
|
109
112
|
export interface CreateApplicationRequest {
|
|
110
113
|
name: string | undefined;
|
|
111
114
|
description?: string;
|
|
@@ -263,21 +266,25 @@ export interface DeleteApplicationFromEnvironmentResponse {}
|
|
|
263
266
|
export interface GetApplicationRequest {
|
|
264
267
|
applicationId: string | undefined;
|
|
265
268
|
}
|
|
266
|
-
export declare
|
|
267
|
-
DEPLOYING
|
|
268
|
-
FAILED
|
|
269
|
-
SUCCEEDED
|
|
270
|
-
}
|
|
269
|
+
export declare const DeploymentLifecycle: {
|
|
270
|
+
readonly DEPLOYING: "Deploying";
|
|
271
|
+
readonly FAILED: "Failed";
|
|
272
|
+
readonly SUCCEEDED: "Succeeded";
|
|
273
|
+
};
|
|
274
|
+
export type DeploymentLifecycle =
|
|
275
|
+
(typeof DeploymentLifecycle)[keyof typeof DeploymentLifecycle];
|
|
271
276
|
export interface DeployedVersionSummary {
|
|
272
277
|
applicationVersion: number | undefined;
|
|
273
278
|
status: DeploymentLifecycle | string | undefined;
|
|
274
279
|
statusReason?: string;
|
|
275
280
|
}
|
|
276
|
-
export declare
|
|
277
|
-
AVAILABLE
|
|
278
|
-
CREATING
|
|
279
|
-
FAILED
|
|
280
|
-
}
|
|
281
|
+
export declare const ApplicationVersionLifecycle: {
|
|
282
|
+
readonly AVAILABLE: "Available";
|
|
283
|
+
readonly CREATING: "Creating";
|
|
284
|
+
readonly FAILED: "Failed";
|
|
285
|
+
};
|
|
286
|
+
export type ApplicationVersionLifecycle =
|
|
287
|
+
(typeof ApplicationVersionLifecycle)[keyof typeof ApplicationVersionLifecycle];
|
|
281
288
|
export interface ApplicationVersionSummary {
|
|
282
289
|
applicationVersion: number | undefined;
|
|
283
290
|
status: ApplicationVersionLifecycle | string | undefined;
|
|
@@ -288,19 +295,21 @@ export interface LogGroupSummary {
|
|
|
288
295
|
logType: string | undefined;
|
|
289
296
|
logGroupName: string | undefined;
|
|
290
297
|
}
|
|
291
|
-
export declare
|
|
292
|
-
AVAILABLE
|
|
293
|
-
CREATED
|
|
294
|
-
CREATING
|
|
295
|
-
DELETING
|
|
296
|
-
DELETING_FROM_ENVIRONMENT
|
|
297
|
-
FAILED
|
|
298
|
-
READY
|
|
299
|
-
RUNNING
|
|
300
|
-
STARTING
|
|
301
|
-
STOPPED
|
|
302
|
-
STOPPING
|
|
303
|
-
}
|
|
298
|
+
export declare const ApplicationLifecycle: {
|
|
299
|
+
readonly AVAILABLE: "Available";
|
|
300
|
+
readonly CREATED: "Created";
|
|
301
|
+
readonly CREATING: "Creating";
|
|
302
|
+
readonly DELETING: "Deleting";
|
|
303
|
+
readonly DELETING_FROM_ENVIRONMENT: "Deleting From Environment";
|
|
304
|
+
readonly FAILED: "Failed";
|
|
305
|
+
readonly READY: "Ready";
|
|
306
|
+
readonly RUNNING: "Running";
|
|
307
|
+
readonly STARTING: "Starting";
|
|
308
|
+
readonly STOPPED: "Stopped";
|
|
309
|
+
readonly STOPPING: "Stopping";
|
|
310
|
+
};
|
|
311
|
+
export type ApplicationLifecycle =
|
|
312
|
+
(typeof ApplicationLifecycle)[keyof typeof ApplicationLifecycle];
|
|
304
313
|
export interface GetApplicationResponse {
|
|
305
314
|
name: string | undefined;
|
|
306
315
|
description?: string;
|
|
@@ -373,22 +382,25 @@ export declare namespace BatchJobIdentifier {
|
|
|
373
382
|
}
|
|
374
383
|
const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
|
|
375
384
|
}
|
|
376
|
-
export declare
|
|
377
|
-
JES2
|
|
378
|
-
JES3
|
|
379
|
-
VSE
|
|
380
|
-
}
|
|
381
|
-
export
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
385
|
+
export declare const BatchJobType: {
|
|
386
|
+
readonly JES2: "JES2";
|
|
387
|
+
readonly JES3: "JES3";
|
|
388
|
+
readonly VSE: "VSE";
|
|
389
|
+
};
|
|
390
|
+
export type BatchJobType = (typeof BatchJobType)[keyof typeof BatchJobType];
|
|
391
|
+
export declare const BatchJobExecutionStatus: {
|
|
392
|
+
readonly CANCELLED: "Cancelled";
|
|
393
|
+
readonly CANCELLING: "Cancelling";
|
|
394
|
+
readonly DISPATCH: "Dispatching";
|
|
395
|
+
readonly FAILED: "Failed";
|
|
396
|
+
readonly HOLDING: "Holding";
|
|
397
|
+
readonly RUNNING: "Running";
|
|
398
|
+
readonly SUBMITTING: "Submitting";
|
|
399
|
+
readonly SUCCEEDED: "Succeeded";
|
|
400
|
+
readonly SUCCEEDED_WITH_WARNING: "Succeeded With Warning";
|
|
401
|
+
};
|
|
402
|
+
export type BatchJobExecutionStatus =
|
|
403
|
+
(typeof BatchJobExecutionStatus)[keyof typeof BatchJobExecutionStatus];
|
|
392
404
|
export interface GetBatchJobExecutionResponse {
|
|
393
405
|
executionId: string | undefined;
|
|
394
406
|
applicationId: string | undefined;
|
|
@@ -460,11 +472,13 @@ export interface GetDataSetImportTaskRequest {
|
|
|
460
472
|
applicationId: string | undefined;
|
|
461
473
|
taskId: string | undefined;
|
|
462
474
|
}
|
|
463
|
-
export declare
|
|
464
|
-
COMPLETED
|
|
465
|
-
CREATING
|
|
466
|
-
RUNNING
|
|
467
|
-
}
|
|
475
|
+
export declare const DataSetTaskLifecycle: {
|
|
476
|
+
readonly COMPLETED: "Completed";
|
|
477
|
+
readonly CREATING: "Creating";
|
|
478
|
+
readonly RUNNING: "Running";
|
|
479
|
+
};
|
|
480
|
+
export type DataSetTaskLifecycle =
|
|
481
|
+
(typeof DataSetTaskLifecycle)[keyof typeof DataSetTaskLifecycle];
|
|
468
482
|
export interface DataSetImportSummary {
|
|
469
483
|
total: number | undefined;
|
|
470
484
|
succeeded: number | undefined;
|
|
@@ -496,10 +510,12 @@ export interface ListApplicationsRequest {
|
|
|
496
510
|
names?: string[];
|
|
497
511
|
environmentId?: string;
|
|
498
512
|
}
|
|
499
|
-
export declare
|
|
500
|
-
DEPLOYED
|
|
501
|
-
DEPLOYING
|
|
502
|
-
}
|
|
513
|
+
export declare const ApplicationDeploymentLifecycle: {
|
|
514
|
+
readonly DEPLOYED: "Deployed";
|
|
515
|
+
readonly DEPLOYING: "Deploying";
|
|
516
|
+
};
|
|
517
|
+
export type ApplicationDeploymentLifecycle =
|
|
518
|
+
(typeof ApplicationDeploymentLifecycle)[keyof typeof ApplicationDeploymentLifecycle];
|
|
503
519
|
export interface ApplicationSummary {
|
|
504
520
|
name: string | undefined;
|
|
505
521
|
description?: string;
|
|
@@ -745,13 +761,15 @@ export interface PendingMaintenance {
|
|
|
745
761
|
schedule?: MaintenanceSchedule;
|
|
746
762
|
engineVersion?: string;
|
|
747
763
|
}
|
|
748
|
-
export declare
|
|
749
|
-
AVAILABLE
|
|
750
|
-
CREATING
|
|
751
|
-
DELETING
|
|
752
|
-
FAILED
|
|
753
|
-
UPDATING
|
|
754
|
-
}
|
|
764
|
+
export declare const EnvironmentLifecycle: {
|
|
765
|
+
readonly AVAILABLE: "Available";
|
|
766
|
+
readonly CREATING: "Creating";
|
|
767
|
+
readonly DELETING: "Deleting";
|
|
768
|
+
readonly FAILED: "Failed";
|
|
769
|
+
readonly UPDATING: "Updating";
|
|
770
|
+
};
|
|
771
|
+
export type EnvironmentLifecycle =
|
|
772
|
+
(typeof EnvironmentLifecycle)[keyof typeof EnvironmentLifecycle];
|
|
755
773
|
export interface GetEnvironmentResponse {
|
|
756
774
|
name: string | undefined;
|
|
757
775
|
description?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-m2",
|
|
3
3
|
"description": "AWS SDK for JavaScript M2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.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,43 +21,43 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|