@aws-sdk/client-ssm-sap 3.933.0 → 3.935.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.
@@ -242,7 +242,7 @@ const _t = "tags";
242
242
  const _tK = "tagKeys";
243
243
  const n0 = "com.amazonaws.ssmsap";
244
244
  import { TypeRegistry } from "@smithy/core/schema";
245
- import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/index";
245
+ import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/errors";
246
246
  import { SsmSapServiceException as __SsmSapServiceException } from "../models/SsmSapServiceException";
247
247
  export var SecretId = [0, n0, _SI, 8, 0];
248
248
  export var Application = [
@@ -10,5 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { SsmSapExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
- export * from "./models";
13
+ export * from "./models/enums";
14
+ export * from "./models/errors";
15
+ export type * from "./models/models_0";
14
16
  export { SsmSapServiceException } from "./models/SsmSapServiceException";
@@ -0,0 +1,316 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AllocationType: {
6
+ readonly ELASTIC_IP: "ELASTIC_IP";
7
+ readonly OVERLAY: "OVERLAY";
8
+ readonly UNKNOWN: "UNKNOWN";
9
+ readonly VPC_SUBNET: "VPC_SUBNET";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type AllocationType = (typeof AllocationType)[keyof typeof AllocationType];
15
+ /**
16
+ * @public
17
+ * @enum
18
+ */
19
+ export declare const ApplicationDiscoveryStatus: {
20
+ readonly DELETING: "DELETING";
21
+ readonly REFRESH_FAILED: "REFRESH_FAILED";
22
+ readonly REGISTERING: "REGISTERING";
23
+ readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
24
+ readonly SUCCESS: "SUCCESS";
25
+ };
26
+ /**
27
+ * @public
28
+ */
29
+ export type ApplicationDiscoveryStatus = (typeof ApplicationDiscoveryStatus)[keyof typeof ApplicationDiscoveryStatus];
30
+ /**
31
+ * @public
32
+ * @enum
33
+ */
34
+ export declare const ApplicationStatus: {
35
+ readonly ACTIVATED: "ACTIVATED";
36
+ readonly DELETING: "DELETING";
37
+ readonly FAILED: "FAILED";
38
+ readonly REGISTERING: "REGISTERING";
39
+ readonly STARTING: "STARTING";
40
+ readonly STOPPED: "STOPPED";
41
+ readonly STOPPING: "STOPPING";
42
+ readonly UNKNOWN: "UNKNOWN";
43
+ };
44
+ /**
45
+ * @public
46
+ */
47
+ export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const ApplicationType: {
53
+ readonly HANA: "HANA";
54
+ readonly SAP_ABAP: "SAP_ABAP";
55
+ };
56
+ /**
57
+ * @public
58
+ */
59
+ export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
60
+ /**
61
+ * @public
62
+ * @enum
63
+ */
64
+ export declare const CredentialType: {
65
+ readonly ADMIN: "ADMIN";
66
+ };
67
+ /**
68
+ * @public
69
+ */
70
+ export type CredentialType = (typeof CredentialType)[keyof typeof CredentialType];
71
+ /**
72
+ * @public
73
+ * @enum
74
+ */
75
+ export declare const BackintMode: {
76
+ readonly AWSBackup: "AWSBackup";
77
+ };
78
+ /**
79
+ * @public
80
+ */
81
+ export type BackintMode = (typeof BackintMode)[keyof typeof BackintMode];
82
+ /**
83
+ * @public
84
+ * @enum
85
+ */
86
+ export declare const ClusterStatus: {
87
+ readonly MAINTENANCE: "MAINTENANCE";
88
+ readonly NONE: "NONE";
89
+ readonly OFFLINE: "OFFLINE";
90
+ readonly ONLINE: "ONLINE";
91
+ readonly STANDBY: "STANDBY";
92
+ };
93
+ /**
94
+ * @public
95
+ */
96
+ export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
97
+ /**
98
+ * @public
99
+ * @enum
100
+ */
101
+ export declare const ComponentType: {
102
+ readonly ABAP: "ABAP";
103
+ readonly ASCS: "ASCS";
104
+ readonly DIALOG: "DIALOG";
105
+ readonly ERS: "ERS";
106
+ readonly HANA: "HANA";
107
+ readonly HANA_NODE: "HANA_NODE";
108
+ readonly WD: "WD";
109
+ readonly WEBDISP: "WEBDISP";
110
+ };
111
+ /**
112
+ * @public
113
+ */
114
+ export type ComponentType = (typeof ComponentType)[keyof typeof ComponentType];
115
+ /**
116
+ * @public
117
+ * @enum
118
+ */
119
+ export declare const DatabaseConnectionMethod: {
120
+ readonly DIRECT: "DIRECT";
121
+ readonly OVERLAY: "OVERLAY";
122
+ };
123
+ /**
124
+ * @public
125
+ */
126
+ export type DatabaseConnectionMethod = (typeof DatabaseConnectionMethod)[keyof typeof DatabaseConnectionMethod];
127
+ /**
128
+ * @public
129
+ * @enum
130
+ */
131
+ export declare const HostRole: {
132
+ readonly LEADER: "LEADER";
133
+ readonly STANDBY: "STANDBY";
134
+ readonly UNKNOWN: "UNKNOWN";
135
+ readonly WORKER: "WORKER";
136
+ };
137
+ /**
138
+ * @public
139
+ */
140
+ export type HostRole = (typeof HostRole)[keyof typeof HostRole];
141
+ /**
142
+ * @public
143
+ * @enum
144
+ */
145
+ export declare const OperationMode: {
146
+ readonly DELTA_DATASHIPPING: "DELTA_DATASHIPPING";
147
+ readonly LOGREPLAY: "LOGREPLAY";
148
+ readonly LOGREPLAY_READACCESS: "LOGREPLAY_READACCESS";
149
+ readonly NONE: "NONE";
150
+ readonly PRIMARY: "PRIMARY";
151
+ };
152
+ /**
153
+ * @public
154
+ */
155
+ export type OperationMode = (typeof OperationMode)[keyof typeof OperationMode];
156
+ /**
157
+ * @public
158
+ * @enum
159
+ */
160
+ export declare const ReplicationMode: {
161
+ readonly ASYNC: "ASYNC";
162
+ readonly NONE: "NONE";
163
+ readonly PRIMARY: "PRIMARY";
164
+ readonly SYNC: "SYNC";
165
+ readonly SYNCMEM: "SYNCMEM";
166
+ };
167
+ /**
168
+ * @public
169
+ */
170
+ export type ReplicationMode = (typeof ReplicationMode)[keyof typeof ReplicationMode];
171
+ /**
172
+ * @public
173
+ * @enum
174
+ */
175
+ export declare const ComponentStatus: {
176
+ readonly ACTIVATED: "ACTIVATED";
177
+ readonly RUNNING: "RUNNING";
178
+ readonly RUNNING_WITH_ERROR: "RUNNING_WITH_ERROR";
179
+ readonly STARTING: "STARTING";
180
+ readonly STOPPED: "STOPPED";
181
+ readonly STOPPING: "STOPPING";
182
+ readonly UNDEFINED: "UNDEFINED";
183
+ };
184
+ /**
185
+ * @public
186
+ */
187
+ export type ComponentStatus = (typeof ComponentStatus)[keyof typeof ComponentStatus];
188
+ /**
189
+ * @public
190
+ * @enum
191
+ */
192
+ export declare const ConfigurationCheckType: {
193
+ readonly SAP_CHECK_01: "SAP_CHECK_01";
194
+ readonly SAP_CHECK_02: "SAP_CHECK_02";
195
+ readonly SAP_CHECK_03: "SAP_CHECK_03";
196
+ };
197
+ /**
198
+ * @public
199
+ */
200
+ export type ConfigurationCheckType = (typeof ConfigurationCheckType)[keyof typeof ConfigurationCheckType];
201
+ /**
202
+ * @public
203
+ * @enum
204
+ */
205
+ export declare const OperationStatus: {
206
+ readonly ERROR: "ERROR";
207
+ readonly INPROGRESS: "INPROGRESS";
208
+ readonly SUCCESS: "SUCCESS";
209
+ };
210
+ /**
211
+ * @public
212
+ */
213
+ export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
214
+ /**
215
+ * @public
216
+ * @enum
217
+ */
218
+ export declare const ConfigurationCheckOperationListingMode: {
219
+ readonly ALL_OPERATIONS: "ALL_OPERATIONS";
220
+ readonly LATEST_PER_CHECK: "LATEST_PER_CHECK";
221
+ };
222
+ /**
223
+ * @public
224
+ */
225
+ export type ConfigurationCheckOperationListingMode = (typeof ConfigurationCheckOperationListingMode)[keyof typeof ConfigurationCheckOperationListingMode];
226
+ /**
227
+ * @public
228
+ * @enum
229
+ */
230
+ export declare const ConnectedEntityType: {
231
+ readonly DBMS: "DBMS";
232
+ };
233
+ /**
234
+ * @public
235
+ */
236
+ export type ConnectedEntityType = (typeof ConnectedEntityType)[keyof typeof ConnectedEntityType];
237
+ /**
238
+ * @public
239
+ * @enum
240
+ */
241
+ export declare const DatabaseType: {
242
+ readonly SYSTEM: "SYSTEM";
243
+ readonly TENANT: "TENANT";
244
+ };
245
+ /**
246
+ * @public
247
+ */
248
+ export type DatabaseType = (typeof DatabaseType)[keyof typeof DatabaseType];
249
+ /**
250
+ * @public
251
+ * @enum
252
+ */
253
+ export declare const DatabaseStatus: {
254
+ readonly ERROR: "ERROR";
255
+ readonly RUNNING: "RUNNING";
256
+ readonly STARTING: "STARTING";
257
+ readonly STOPPED: "STOPPED";
258
+ readonly UNKNOWN: "UNKNOWN";
259
+ readonly WARNING: "WARNING";
260
+ };
261
+ /**
262
+ * @public
263
+ */
264
+ export type DatabaseStatus = (typeof DatabaseStatus)[keyof typeof DatabaseStatus];
265
+ /**
266
+ * @public
267
+ * @enum
268
+ */
269
+ export declare const PermissionActionType: {
270
+ readonly RESTORE: "RESTORE";
271
+ };
272
+ /**
273
+ * @public
274
+ */
275
+ export type PermissionActionType = (typeof PermissionActionType)[keyof typeof PermissionActionType];
276
+ /**
277
+ * @public
278
+ * @enum
279
+ */
280
+ export declare const FilterOperator: {
281
+ readonly EQUALS: "Equals";
282
+ readonly GREATER_THAN_OR_EQUALS: "GreaterThanOrEquals";
283
+ readonly LESS_THAN_OR_EQUALS: "LessThanOrEquals";
284
+ };
285
+ /**
286
+ * @public
287
+ */
288
+ export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
289
+ /**
290
+ * @public
291
+ * @enum
292
+ */
293
+ export declare const OperationEventStatus: {
294
+ readonly COMPLETED: "COMPLETED";
295
+ readonly FAILED: "FAILED";
296
+ readonly IN_PROGRESS: "IN_PROGRESS";
297
+ };
298
+ /**
299
+ * @public
300
+ */
301
+ export type OperationEventStatus = (typeof OperationEventStatus)[keyof typeof OperationEventStatus];
302
+ /**
303
+ * @public
304
+ * @enum
305
+ */
306
+ export declare const RuleResultStatus: {
307
+ readonly FAILED: "FAILED";
308
+ readonly INFO: "INFO";
309
+ readonly PASSED: "PASSED";
310
+ readonly UNKNOWN: "UNKNOWN";
311
+ readonly WARNING: "WARNING";
312
+ };
313
+ /**
314
+ * @public
315
+ */
316
+ export type RuleResultStatus = (typeof RuleResultStatus)[keyof typeof RuleResultStatus];
@@ -0,0 +1,67 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SsmSapServiceException as __BaseException } from "./SsmSapServiceException";
3
+ /**
4
+ * <p>A conflict has occurred.</p>
5
+ * @public
6
+ */
7
+ export declare class ConflictException extends __BaseException {
8
+ readonly name: "ConflictException";
9
+ readonly $fault: "client";
10
+ Message?: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>An internal error has occurred.</p>
18
+ * @public
19
+ */
20
+ export declare class InternalServerException extends __BaseException {
21
+ readonly name: "InternalServerException";
22
+ readonly $fault: "server";
23
+ Message?: string | undefined;
24
+ /**
25
+ * @internal
26
+ */
27
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
28
+ }
29
+ /**
30
+ * <p>The resource is not available.</p>
31
+ * @public
32
+ */
33
+ export declare class ResourceNotFoundException extends __BaseException {
34
+ readonly name: "ResourceNotFoundException";
35
+ readonly $fault: "client";
36
+ Message?: string | undefined;
37
+ /**
38
+ * @internal
39
+ */
40
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
41
+ }
42
+ /**
43
+ * <p>The input fails to satisfy the constraints specified by an AWS service. </p>
44
+ * @public
45
+ */
46
+ export declare class ValidationException extends __BaseException {
47
+ readonly name: "ValidationException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ /**
51
+ * @internal
52
+ */
53
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
54
+ }
55
+ /**
56
+ * <p>The request is not authorized.</p>
57
+ * @public
58
+ */
59
+ export declare class UnauthorizedException extends __BaseException {
60
+ readonly name: "UnauthorizedException";
61
+ readonly $fault: "client";
62
+ Message?: string | undefined;
63
+ /**
64
+ * @internal
65
+ */
66
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
67
+ }