@aws-sdk/client-ssm-sap 3.934.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.
@@ -1,64 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { SsmSapServiceException as __BaseException } from "./SsmSapServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const AllocationType: {
8
- readonly ELASTIC_IP: "ELASTIC_IP";
9
- readonly OVERLAY: "OVERLAY";
10
- readonly UNKNOWN: "UNKNOWN";
11
- readonly VPC_SUBNET: "VPC_SUBNET";
12
- };
13
- /**
14
- * @public
15
- */
16
- export type AllocationType = (typeof AllocationType)[keyof typeof AllocationType];
17
- /**
18
- * @public
19
- * @enum
20
- */
21
- export declare const ApplicationDiscoveryStatus: {
22
- readonly DELETING: "DELETING";
23
- readonly REFRESH_FAILED: "REFRESH_FAILED";
24
- readonly REGISTERING: "REGISTERING";
25
- readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
26
- readonly SUCCESS: "SUCCESS";
27
- };
28
- /**
29
- * @public
30
- */
31
- export type ApplicationDiscoveryStatus = (typeof ApplicationDiscoveryStatus)[keyof typeof ApplicationDiscoveryStatus];
32
- /**
33
- * @public
34
- * @enum
35
- */
36
- export declare const ApplicationStatus: {
37
- readonly ACTIVATED: "ACTIVATED";
38
- readonly DELETING: "DELETING";
39
- readonly FAILED: "FAILED";
40
- readonly REGISTERING: "REGISTERING";
41
- readonly STARTING: "STARTING";
42
- readonly STOPPED: "STOPPED";
43
- readonly STOPPING: "STOPPING";
44
- readonly UNKNOWN: "UNKNOWN";
45
- };
46
- /**
47
- * @public
48
- */
49
- export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
50
- /**
51
- * @public
52
- * @enum
53
- */
54
- export declare const ApplicationType: {
55
- readonly HANA: "HANA";
56
- readonly SAP_ABAP: "SAP_ABAP";
57
- };
58
- /**
59
- * @public
60
- */
61
- export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
1
+ import { AllocationType, ApplicationDiscoveryStatus, ApplicationStatus, ApplicationType, BackintMode, ClusterStatus, ComponentStatus, ComponentType, ConfigurationCheckOperationListingMode, ConfigurationCheckType, ConnectedEntityType, CredentialType, DatabaseConnectionMethod, DatabaseStatus, DatabaseType, FilterOperator, HostRole, OperationEventStatus, OperationMode, OperationStatus, PermissionActionType, ReplicationMode, RuleResultStatus } from "./enums";
62
2
  /**
63
3
  * <p>An SAP application registered with AWS Systems Manager for SAP.</p>
64
4
  * @public
@@ -115,17 +55,6 @@ export interface Application {
115
55
  */
116
56
  AssociatedApplicationArns?: string[] | undefined;
117
57
  }
118
- /**
119
- * @public
120
- * @enum
121
- */
122
- export declare const CredentialType: {
123
- readonly ADMIN: "ADMIN";
124
- };
125
- /**
126
- * @public
127
- */
128
- export type CredentialType = (typeof CredentialType)[keyof typeof CredentialType];
129
58
  /**
130
59
  * <p>The credentials of your SAP application.</p>
131
60
  * @public
@@ -225,17 +154,6 @@ export interface AssociatedHost {
225
154
  */
226
155
  OsVersion?: string | undefined;
227
156
  }
228
- /**
229
- * @public
230
- * @enum
231
- */
232
- export declare const BackintMode: {
233
- readonly AWSBackup: "AWSBackup";
234
- };
235
- /**
236
- * @public
237
- */
238
- export type BackintMode = (typeof BackintMode)[keyof typeof BackintMode];
239
157
  /**
240
158
  * <p>Configuration parameters for AWS Backint Agent for SAP HANA. You can backup your SAP HANA database with AWS Backup or Amazon S3.</p>
241
159
  * @public
@@ -252,51 +170,6 @@ export interface BackintConfig {
252
170
  */
253
171
  EnsureNoBackupInProcess: boolean | undefined;
254
172
  }
255
- /**
256
- * @public
257
- * @enum
258
- */
259
- export declare const ClusterStatus: {
260
- readonly MAINTENANCE: "MAINTENANCE";
261
- readonly NONE: "NONE";
262
- readonly OFFLINE: "OFFLINE";
263
- readonly ONLINE: "ONLINE";
264
- readonly STANDBY: "STANDBY";
265
- };
266
- /**
267
- * @public
268
- */
269
- export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
270
- /**
271
- * @public
272
- * @enum
273
- */
274
- export declare const ComponentType: {
275
- readonly ABAP: "ABAP";
276
- readonly ASCS: "ASCS";
277
- readonly DIALOG: "DIALOG";
278
- readonly ERS: "ERS";
279
- readonly HANA: "HANA";
280
- readonly HANA_NODE: "HANA_NODE";
281
- readonly WD: "WD";
282
- readonly WEBDISP: "WEBDISP";
283
- };
284
- /**
285
- * @public
286
- */
287
- export type ComponentType = (typeof ComponentType)[keyof typeof ComponentType];
288
- /**
289
- * @public
290
- * @enum
291
- */
292
- export declare const DatabaseConnectionMethod: {
293
- readonly DIRECT: "DIRECT";
294
- readonly OVERLAY: "OVERLAY";
295
- };
296
- /**
297
- * @public
298
- */
299
- export type DatabaseConnectionMethod = (typeof DatabaseConnectionMethod)[keyof typeof DatabaseConnectionMethod];
300
173
  /**
301
174
  * <p>The connection specifications for the database.</p>
302
175
  * @public
@@ -318,20 +191,6 @@ export interface DatabaseConnection {
318
191
  */
319
192
  ConnectionIp?: string | undefined;
320
193
  }
321
- /**
322
- * @public
323
- * @enum
324
- */
325
- export declare const HostRole: {
326
- readonly LEADER: "LEADER";
327
- readonly STANDBY: "STANDBY";
328
- readonly UNKNOWN: "UNKNOWN";
329
- readonly WORKER: "WORKER";
330
- };
331
- /**
332
- * @public
333
- */
334
- export type HostRole = (typeof HostRole)[keyof typeof HostRole];
335
194
  /**
336
195
  * <p>Describes the properties of the Dedicated Host. </p>
337
196
  * @public
@@ -368,36 +227,6 @@ export interface Host {
368
227
  */
369
228
  OsVersion?: string | undefined;
370
229
  }
371
- /**
372
- * @public
373
- * @enum
374
- */
375
- export declare const OperationMode: {
376
- readonly DELTA_DATASHIPPING: "DELTA_DATASHIPPING";
377
- readonly LOGREPLAY: "LOGREPLAY";
378
- readonly LOGREPLAY_READACCESS: "LOGREPLAY_READACCESS";
379
- readonly NONE: "NONE";
380
- readonly PRIMARY: "PRIMARY";
381
- };
382
- /**
383
- * @public
384
- */
385
- export type OperationMode = (typeof OperationMode)[keyof typeof OperationMode];
386
- /**
387
- * @public
388
- * @enum
389
- */
390
- export declare const ReplicationMode: {
391
- readonly ASYNC: "ASYNC";
392
- readonly NONE: "NONE";
393
- readonly PRIMARY: "PRIMARY";
394
- readonly SYNC: "SYNC";
395
- readonly SYNCMEM: "SYNCMEM";
396
- };
397
- /**
398
- * @public
399
- */
400
- export type ReplicationMode = (typeof ReplicationMode)[keyof typeof ReplicationMode];
401
230
  /**
402
231
  * <p>Details of the SAP HANA system replication for the instance.</p>
403
232
  * @public
@@ -429,23 +258,6 @@ export interface Resilience {
429
258
  */
430
259
  EnqueueReplication?: boolean | undefined;
431
260
  }
432
- /**
433
- * @public
434
- * @enum
435
- */
436
- export declare const ComponentStatus: {
437
- readonly ACTIVATED: "ACTIVATED";
438
- readonly RUNNING: "RUNNING";
439
- readonly RUNNING_WITH_ERROR: "RUNNING_WITH_ERROR";
440
- readonly STARTING: "STARTING";
441
- readonly STOPPED: "STOPPED";
442
- readonly STOPPING: "STOPPING";
443
- readonly UNDEFINED: "UNDEFINED";
444
- };
445
- /**
446
- * @public
447
- */
448
- export type ComponentStatus = (typeof ComponentStatus)[keyof typeof ComponentStatus];
449
261
  /**
450
262
  * <p>The SAP component of your application.</p>
451
263
  * @public
@@ -608,19 +420,6 @@ export interface ComponentSummary {
608
420
  */
609
421
  Arn?: string | undefined;
610
422
  }
611
- /**
612
- * @public
613
- * @enum
614
- */
615
- export declare const ConfigurationCheckType: {
616
- readonly SAP_CHECK_01: "SAP_CHECK_01";
617
- readonly SAP_CHECK_02: "SAP_CHECK_02";
618
- readonly SAP_CHECK_03: "SAP_CHECK_03";
619
- };
620
- /**
621
- * @public
622
- */
623
- export type ConfigurationCheckType = (typeof ConfigurationCheckType)[keyof typeof ConfigurationCheckType];
624
423
  /**
625
424
  * <p>Represents a configuration check definition supported by AWS Systems Manager for SAP.</p>
626
425
  * @public
@@ -678,19 +477,6 @@ export interface RuleStatusCounts {
678
477
  */
679
478
  Unknown?: number | undefined;
680
479
  }
681
- /**
682
- * @public
683
- * @enum
684
- */
685
- export declare const OperationStatus: {
686
- readonly ERROR: "ERROR";
687
- readonly INPROGRESS: "INPROGRESS";
688
- readonly SUCCESS: "SUCCESS";
689
- };
690
- /**
691
- * @public
692
- */
693
- export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
694
480
  /**
695
481
  * <p>Represents a configuration check operation that has been executed against an application.</p>
696
482
  * @public
@@ -747,70 +533,6 @@ export interface ConfigurationCheckOperation {
747
533
  */
748
534
  RuleStatusCounts?: RuleStatusCounts | undefined;
749
535
  }
750
- /**
751
- * @public
752
- * @enum
753
- */
754
- export declare const ConfigurationCheckOperationListingMode: {
755
- readonly ALL_OPERATIONS: "ALL_OPERATIONS";
756
- readonly LATEST_PER_CHECK: "LATEST_PER_CHECK";
757
- };
758
- /**
759
- * @public
760
- */
761
- export type ConfigurationCheckOperationListingMode = (typeof ConfigurationCheckOperationListingMode)[keyof typeof ConfigurationCheckOperationListingMode];
762
- /**
763
- * <p>A conflict has occurred.</p>
764
- * @public
765
- */
766
- export declare class ConflictException extends __BaseException {
767
- readonly name: "ConflictException";
768
- readonly $fault: "client";
769
- Message?: string | undefined;
770
- /**
771
- * @internal
772
- */
773
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
774
- }
775
- /**
776
- * @public
777
- * @enum
778
- */
779
- export declare const ConnectedEntityType: {
780
- readonly DBMS: "DBMS";
781
- };
782
- /**
783
- * @public
784
- */
785
- export type ConnectedEntityType = (typeof ConnectedEntityType)[keyof typeof ConnectedEntityType];
786
- /**
787
- * @public
788
- * @enum
789
- */
790
- export declare const DatabaseType: {
791
- readonly SYSTEM: "SYSTEM";
792
- readonly TENANT: "TENANT";
793
- };
794
- /**
795
- * @public
796
- */
797
- export type DatabaseType = (typeof DatabaseType)[keyof typeof DatabaseType];
798
- /**
799
- * @public
800
- * @enum
801
- */
802
- export declare const DatabaseStatus: {
803
- readonly ERROR: "ERROR";
804
- readonly RUNNING: "RUNNING";
805
- readonly STARTING: "STARTING";
806
- readonly STOPPED: "STOPPED";
807
- readonly UNKNOWN: "UNKNOWN";
808
- readonly WARNING: "WARNING";
809
- };
810
- /**
811
- * @public
812
- */
813
- export type DatabaseStatus = (typeof DatabaseStatus)[keyof typeof DatabaseStatus];
814
536
  /**
815
537
  * <p>The SAP HANA database of the application registered with AWS Systems Manager for SAP.</p>
816
538
  * @public
@@ -913,17 +635,6 @@ export interface DatabaseSummary {
913
635
  */
914
636
  Tags?: Record<string, string> | undefined;
915
637
  }
916
- /**
917
- * @public
918
- * @enum
919
- */
920
- export declare const PermissionActionType: {
921
- readonly RESTORE: "RESTORE";
922
- };
923
- /**
924
- * @public
925
- */
926
- export type PermissionActionType = (typeof PermissionActionType)[keyof typeof PermissionActionType];
927
638
  /**
928
639
  * @public
929
640
  */
@@ -954,45 +665,6 @@ export interface DeleteResourcePermissionOutput {
954
665
  */
955
666
  Policy?: string | undefined;
956
667
  }
957
- /**
958
- * <p>An internal error has occurred.</p>
959
- * @public
960
- */
961
- export declare class InternalServerException extends __BaseException {
962
- readonly name: "InternalServerException";
963
- readonly $fault: "server";
964
- Message?: string | undefined;
965
- /**
966
- * @internal
967
- */
968
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
969
- }
970
- /**
971
- * <p>The resource is not available.</p>
972
- * @public
973
- */
974
- export declare class ResourceNotFoundException extends __BaseException {
975
- readonly name: "ResourceNotFoundException";
976
- readonly $fault: "client";
977
- Message?: string | undefined;
978
- /**
979
- * @internal
980
- */
981
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
982
- }
983
- /**
984
- * <p>The input fails to satisfy the constraints specified by an AWS service. </p>
985
- * @public
986
- */
987
- export declare class ValidationException extends __BaseException {
988
- readonly name: "ValidationException";
989
- readonly $fault: "client";
990
- Message?: string | undefined;
991
- /**
992
- * @internal
993
- */
994
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
995
- }
996
668
  /**
997
669
  * @public
998
670
  */
@@ -1008,32 +680,6 @@ export interface DeregisterApplicationInput {
1008
680
  */
1009
681
  export interface DeregisterApplicationOutput {
1010
682
  }
1011
- /**
1012
- * <p>The request is not authorized.</p>
1013
- * @public
1014
- */
1015
- export declare class UnauthorizedException extends __BaseException {
1016
- readonly name: "UnauthorizedException";
1017
- readonly $fault: "client";
1018
- Message?: string | undefined;
1019
- /**
1020
- * @internal
1021
- */
1022
- constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
1023
- }
1024
- /**
1025
- * @public
1026
- * @enum
1027
- */
1028
- export declare const FilterOperator: {
1029
- readonly EQUALS: "Equals";
1030
- readonly GREATER_THAN_OR_EQUALS: "GreaterThanOrEquals";
1031
- readonly LESS_THAN_OR_EQUALS: "LessThanOrEquals";
1032
- };
1033
- /**
1034
- * @public
1035
- */
1036
- export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
1037
683
  /**
1038
684
  * <p>A specific result obtained by specifying the name, value, and operator. </p>
1039
685
  * @public
@@ -1512,19 +1158,6 @@ export interface Resource {
1512
1158
  */
1513
1159
  ResourceType?: string | undefined;
1514
1160
  }
1515
- /**
1516
- * @public
1517
- * @enum
1518
- */
1519
- export declare const OperationEventStatus: {
1520
- readonly COMPLETED: "COMPLETED";
1521
- readonly FAILED: "FAILED";
1522
- readonly IN_PROGRESS: "IN_PROGRESS";
1523
- };
1524
- /**
1525
- * @public
1526
- */
1527
- export type OperationEventStatus = (typeof OperationEventStatus)[keyof typeof OperationEventStatus];
1528
1161
  /**
1529
1162
  * <p>An operation event returns details for an operation, including key milestones which can be used to monitor and track operations in progress.</p> <p>Operation events contain:</p> <ul> <li> <p>Description string</p> </li> <li> <p>Resource, including its ARN and type</p> </li> <li> <p>Status</p> </li> <li> <p>StatusMessage string</p> </li> <li> <p>TimeStamp</p> </li> </ul> <p>Operation event examples include StartApplication or StopApplication.</p>
1530
1163
  * @public
@@ -1692,21 +1325,6 @@ export interface ListSubCheckRuleResultsInput {
1692
1325
  */
1693
1326
  NextToken?: string | undefined;
1694
1327
  }
1695
- /**
1696
- * @public
1697
- * @enum
1698
- */
1699
- export declare const RuleResultStatus: {
1700
- readonly FAILED: "FAILED";
1701
- readonly INFO: "INFO";
1702
- readonly PASSED: "PASSED";
1703
- readonly UNKNOWN: "UNKNOWN";
1704
- readonly WARNING: "WARNING";
1705
- };
1706
- /**
1707
- * @public
1708
- */
1709
- export type RuleResultStatus = (typeof RuleResultStatus)[keyof typeof RuleResultStatus];
1710
1328
  /**
1711
1329
  * <p>Represents the result of a single rule within a configuration check.</p>
1712
1330
  * @public
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SsmSapExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { SsmSapServiceException } from "./models/SsmSapServiceException";
@@ -0,0 +1,172 @@
1
+ export declare const AllocationType: {
2
+ readonly ELASTIC_IP: "ELASTIC_IP";
3
+ readonly OVERLAY: "OVERLAY";
4
+ readonly UNKNOWN: "UNKNOWN";
5
+ readonly VPC_SUBNET: "VPC_SUBNET";
6
+ };
7
+ export type AllocationType =
8
+ (typeof AllocationType)[keyof typeof AllocationType];
9
+ export declare const ApplicationDiscoveryStatus: {
10
+ readonly DELETING: "DELETING";
11
+ readonly REFRESH_FAILED: "REFRESH_FAILED";
12
+ readonly REGISTERING: "REGISTERING";
13
+ readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
14
+ readonly SUCCESS: "SUCCESS";
15
+ };
16
+ export type ApplicationDiscoveryStatus =
17
+ (typeof ApplicationDiscoveryStatus)[keyof typeof ApplicationDiscoveryStatus];
18
+ export declare const ApplicationStatus: {
19
+ readonly ACTIVATED: "ACTIVATED";
20
+ readonly DELETING: "DELETING";
21
+ readonly FAILED: "FAILED";
22
+ readonly REGISTERING: "REGISTERING";
23
+ readonly STARTING: "STARTING";
24
+ readonly STOPPED: "STOPPED";
25
+ readonly STOPPING: "STOPPING";
26
+ readonly UNKNOWN: "UNKNOWN";
27
+ };
28
+ export type ApplicationStatus =
29
+ (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
30
+ export declare const ApplicationType: {
31
+ readonly HANA: "HANA";
32
+ readonly SAP_ABAP: "SAP_ABAP";
33
+ };
34
+ export type ApplicationType =
35
+ (typeof ApplicationType)[keyof typeof ApplicationType];
36
+ export declare const CredentialType: {
37
+ readonly ADMIN: "ADMIN";
38
+ };
39
+ export type CredentialType =
40
+ (typeof CredentialType)[keyof typeof CredentialType];
41
+ export declare const BackintMode: {
42
+ readonly AWSBackup: "AWSBackup";
43
+ };
44
+ export type BackintMode = (typeof BackintMode)[keyof typeof BackintMode];
45
+ export declare const ClusterStatus: {
46
+ readonly MAINTENANCE: "MAINTENANCE";
47
+ readonly NONE: "NONE";
48
+ readonly OFFLINE: "OFFLINE";
49
+ readonly ONLINE: "ONLINE";
50
+ readonly STANDBY: "STANDBY";
51
+ };
52
+ export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
53
+ export declare const ComponentType: {
54
+ readonly ABAP: "ABAP";
55
+ readonly ASCS: "ASCS";
56
+ readonly DIALOG: "DIALOG";
57
+ readonly ERS: "ERS";
58
+ readonly HANA: "HANA";
59
+ readonly HANA_NODE: "HANA_NODE";
60
+ readonly WD: "WD";
61
+ readonly WEBDISP: "WEBDISP";
62
+ };
63
+ export type ComponentType = (typeof ComponentType)[keyof typeof ComponentType];
64
+ export declare const DatabaseConnectionMethod: {
65
+ readonly DIRECT: "DIRECT";
66
+ readonly OVERLAY: "OVERLAY";
67
+ };
68
+ export type DatabaseConnectionMethod =
69
+ (typeof DatabaseConnectionMethod)[keyof typeof DatabaseConnectionMethod];
70
+ export declare const HostRole: {
71
+ readonly LEADER: "LEADER";
72
+ readonly STANDBY: "STANDBY";
73
+ readonly UNKNOWN: "UNKNOWN";
74
+ readonly WORKER: "WORKER";
75
+ };
76
+ export type HostRole = (typeof HostRole)[keyof typeof HostRole];
77
+ export declare const OperationMode: {
78
+ readonly DELTA_DATASHIPPING: "DELTA_DATASHIPPING";
79
+ readonly LOGREPLAY: "LOGREPLAY";
80
+ readonly LOGREPLAY_READACCESS: "LOGREPLAY_READACCESS";
81
+ readonly NONE: "NONE";
82
+ readonly PRIMARY: "PRIMARY";
83
+ };
84
+ export type OperationMode = (typeof OperationMode)[keyof typeof OperationMode];
85
+ export declare const ReplicationMode: {
86
+ readonly ASYNC: "ASYNC";
87
+ readonly NONE: "NONE";
88
+ readonly PRIMARY: "PRIMARY";
89
+ readonly SYNC: "SYNC";
90
+ readonly SYNCMEM: "SYNCMEM";
91
+ };
92
+ export type ReplicationMode =
93
+ (typeof ReplicationMode)[keyof typeof ReplicationMode];
94
+ export declare const ComponentStatus: {
95
+ readonly ACTIVATED: "ACTIVATED";
96
+ readonly RUNNING: "RUNNING";
97
+ readonly RUNNING_WITH_ERROR: "RUNNING_WITH_ERROR";
98
+ readonly STARTING: "STARTING";
99
+ readonly STOPPED: "STOPPED";
100
+ readonly STOPPING: "STOPPING";
101
+ readonly UNDEFINED: "UNDEFINED";
102
+ };
103
+ export type ComponentStatus =
104
+ (typeof ComponentStatus)[keyof typeof ComponentStatus];
105
+ export declare const ConfigurationCheckType: {
106
+ readonly SAP_CHECK_01: "SAP_CHECK_01";
107
+ readonly SAP_CHECK_02: "SAP_CHECK_02";
108
+ readonly SAP_CHECK_03: "SAP_CHECK_03";
109
+ };
110
+ export type ConfigurationCheckType =
111
+ (typeof ConfigurationCheckType)[keyof typeof ConfigurationCheckType];
112
+ export declare const OperationStatus: {
113
+ readonly ERROR: "ERROR";
114
+ readonly INPROGRESS: "INPROGRESS";
115
+ readonly SUCCESS: "SUCCESS";
116
+ };
117
+ export type OperationStatus =
118
+ (typeof OperationStatus)[keyof typeof OperationStatus];
119
+ export declare const ConfigurationCheckOperationListingMode: {
120
+ readonly ALL_OPERATIONS: "ALL_OPERATIONS";
121
+ readonly LATEST_PER_CHECK: "LATEST_PER_CHECK";
122
+ };
123
+ export type ConfigurationCheckOperationListingMode =
124
+ (typeof ConfigurationCheckOperationListingMode)[keyof typeof ConfigurationCheckOperationListingMode];
125
+ export declare const ConnectedEntityType: {
126
+ readonly DBMS: "DBMS";
127
+ };
128
+ export type ConnectedEntityType =
129
+ (typeof ConnectedEntityType)[keyof typeof ConnectedEntityType];
130
+ export declare const DatabaseType: {
131
+ readonly SYSTEM: "SYSTEM";
132
+ readonly TENANT: "TENANT";
133
+ };
134
+ export type DatabaseType = (typeof DatabaseType)[keyof typeof DatabaseType];
135
+ export declare const DatabaseStatus: {
136
+ readonly ERROR: "ERROR";
137
+ readonly RUNNING: "RUNNING";
138
+ readonly STARTING: "STARTING";
139
+ readonly STOPPED: "STOPPED";
140
+ readonly UNKNOWN: "UNKNOWN";
141
+ readonly WARNING: "WARNING";
142
+ };
143
+ export type DatabaseStatus =
144
+ (typeof DatabaseStatus)[keyof typeof DatabaseStatus];
145
+ export declare const PermissionActionType: {
146
+ readonly RESTORE: "RESTORE";
147
+ };
148
+ export type PermissionActionType =
149
+ (typeof PermissionActionType)[keyof typeof PermissionActionType];
150
+ export declare const FilterOperator: {
151
+ readonly EQUALS: "Equals";
152
+ readonly GREATER_THAN_OR_EQUALS: "GreaterThanOrEquals";
153
+ readonly LESS_THAN_OR_EQUALS: "LessThanOrEquals";
154
+ };
155
+ export type FilterOperator =
156
+ (typeof FilterOperator)[keyof typeof FilterOperator];
157
+ export declare const OperationEventStatus: {
158
+ readonly COMPLETED: "COMPLETED";
159
+ readonly FAILED: "FAILED";
160
+ readonly IN_PROGRESS: "IN_PROGRESS";
161
+ };
162
+ export type OperationEventStatus =
163
+ (typeof OperationEventStatus)[keyof typeof OperationEventStatus];
164
+ export declare const RuleResultStatus: {
165
+ readonly FAILED: "FAILED";
166
+ readonly INFO: "INFO";
167
+ readonly PASSED: "PASSED";
168
+ readonly UNKNOWN: "UNKNOWN";
169
+ readonly WARNING: "WARNING";
170
+ };
171
+ export type RuleResultStatus =
172
+ (typeof RuleResultStatus)[keyof typeof RuleResultStatus];
@@ -0,0 +1,40 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SsmSapServiceException as __BaseException } from "./SsmSapServiceException";
3
+ export declare class ConflictException extends __BaseException {
4
+ readonly name: "ConflictException";
5
+ readonly $fault: "client";
6
+ Message?: string | undefined;
7
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
8
+ }
9
+ export declare class InternalServerException extends __BaseException {
10
+ readonly name: "InternalServerException";
11
+ readonly $fault: "server";
12
+ Message?: string | undefined;
13
+ constructor(
14
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
15
+ );
16
+ }
17
+ export declare class ResourceNotFoundException extends __BaseException {
18
+ readonly name: "ResourceNotFoundException";
19
+ readonly $fault: "client";
20
+ Message?: string | undefined;
21
+ constructor(
22
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
23
+ );
24
+ }
25
+ export declare class ValidationException extends __BaseException {
26
+ readonly name: "ValidationException";
27
+ readonly $fault: "client";
28
+ Message?: string | undefined;
29
+ constructor(
30
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
31
+ );
32
+ }
33
+ export declare class UnauthorizedException extends __BaseException {
34
+ readonly name: "UnauthorizedException";
35
+ readonly $fault: "client";
36
+ Message?: string | undefined;
37
+ constructor(
38
+ opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
39
+ );
40
+ }