@aws-sdk/client-ssm-sap 3.927.0 → 3.929.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.
Files changed (51) hide show
  1. package/dist-cjs/index.js +940 -1243
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SsmSapClient.js +2 -0
  4. package/dist-es/commands/DeleteResourcePermissionCommand.js +3 -9
  5. package/dist-es/commands/DeregisterApplicationCommand.js +3 -9
  6. package/dist-es/commands/GetApplicationCommand.js +3 -9
  7. package/dist-es/commands/GetComponentCommand.js +3 -9
  8. package/dist-es/commands/GetConfigurationCheckOperationCommand.js +3 -9
  9. package/dist-es/commands/GetDatabaseCommand.js +3 -10
  10. package/dist-es/commands/GetOperationCommand.js +3 -9
  11. package/dist-es/commands/GetResourcePermissionCommand.js +3 -9
  12. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  13. package/dist-es/commands/ListComponentsCommand.js +3 -9
  14. package/dist-es/commands/ListConfigurationCheckDefinitionsCommand.js +3 -9
  15. package/dist-es/commands/ListConfigurationCheckOperationsCommand.js +3 -9
  16. package/dist-es/commands/ListDatabasesCommand.js +3 -9
  17. package/dist-es/commands/ListOperationEventsCommand.js +3 -9
  18. package/dist-es/commands/ListOperationsCommand.js +3 -9
  19. package/dist-es/commands/ListSubCheckResultsCommand.js +3 -9
  20. package/dist-es/commands/ListSubCheckRuleResultsCommand.js +3 -9
  21. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  22. package/dist-es/commands/PutResourcePermissionCommand.js +3 -9
  23. package/dist-es/commands/RegisterApplicationCommand.js +3 -10
  24. package/dist-es/commands/StartApplicationCommand.js +3 -9
  25. package/dist-es/commands/StartApplicationRefreshCommand.js +3 -9
  26. package/dist-es/commands/StartConfigurationChecksCommand.js +3 -9
  27. package/dist-es/commands/StopApplicationCommand.js +3 -9
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateApplicationSettingsCommand.js +3 -10
  31. package/dist-es/models/models_0.js +0 -26
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-es/schemas/schemas_0.js +883 -0
  34. package/dist-types/SsmSapClient.d.ts +10 -1
  35. package/dist-types/models/models_0.d.ts +0 -20
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  37. package/dist-types/runtimeConfig.d.ts +1 -0
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  40. package/dist-types/schemas/schemas_0.d.ts +140 -0
  41. package/dist-types/ts3.4/SsmSapClient.d.ts +4 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +0 -13
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  47. package/dist-types/ts3.4/schemas/schemas_0.d.ts +147 -0
  48. package/package.json +5 -5
  49. package/dist-es/protocols/Aws_restJson1.js +0 -1011
  50. package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
@@ -0,0 +1,883 @@
1
+ const _A = "Application";
2
+ const _AA = "ApplicationArn";
3
+ const _AAA = "AssociatedApplicationArns";
4
+ const _AAT = "ApplicableApplicationTypes";
5
+ const _AC = "ApplicationCredential";
6
+ const _ACL = "ApplicationCredentialList";
7
+ const _AH = "AssociatedHost";
8
+ const _AI = "ApplicationId";
9
+ const _ARA = "AppRegistryArn";
10
+ const _AS = "ApplicationSummary";
11
+ const _ASL = "ApplicationSummaryList";
12
+ const _AT = "ActionType";
13
+ const _ATl = "AllocationType";
14
+ const _ATp = "ApplicationType";
15
+ const _Ap = "Applications";
16
+ const _Ar = "Arn";
17
+ const _B = "Backint";
18
+ const _BC = "BackintConfig";
19
+ const _BM = "BackintMode";
20
+ const _C = "Components";
21
+ const _CC = "ChildComponents";
22
+ const _CCA = "ConnectedComponentArns";
23
+ const _CCD = "ConfigurationCheckDefinition";
24
+ const _CCDL = "ConfigurationCheckDefinitionList";
25
+ const _CCDo = "ConfigurationCheckDescription";
26
+ const _CCI = "ConfigurationCheckId";
27
+ const _CCIo = "ConfigurationCheckIds";
28
+ const _CCN = "ConfigurationCheckName";
29
+ const _CCO = "ConfigurationCheckOperation";
30
+ const _CCOL = "ConfigurationCheckOperationList";
31
+ const _CCOo = "ConfigurationCheckOperations";
32
+ const _CCo = "ConfigurationChecks";
33
+ const _CE = "ConflictException";
34
+ const _CI = "ComponentId";
35
+ const _CIL = "ComponentInfoList";
36
+ const _CIo = "ComponentInfo";
37
+ const _CIom = "ComponentsInfo";
38
+ const _CIon = "ConnectionIp";
39
+ const _CS = "ComponentSummary";
40
+ const _CSL = "ComponentSummaryList";
41
+ const _CSl = "ClusterStatus";
42
+ const _CT = "CredentialType";
43
+ const _CTAOU = "CredentialsToAddOrUpdate";
44
+ const _CTR = "CredentialsToRemove";
45
+ const _CTo = "ComponentType";
46
+ const _Co = "Component";
47
+ const _Cr = "Credentials";
48
+ const _D = "Databases";
49
+ const _DA = "DatabaseArn";
50
+ const _DAI = "DeregisterApplicationInput";
51
+ const _DAO = "DeregisterApplicationOutput";
52
+ const _DAe = "DeregisterApplication";
53
+ const _DC = "DatabaseConnection";
54
+ const _DCM = "DatabaseConnectionMethod";
55
+ const _DI = "DatabaseId";
56
+ const _DN = "DatabaseName";
57
+ const _DRP = "DeleteResourcePermission";
58
+ const _DRPI = "DeleteResourcePermissionInput";
59
+ const _DRPO = "DeleteResourcePermissionOutput";
60
+ const _DS = "DiscoveryStatus";
61
+ const _DSL = "DatabaseSummaryList";
62
+ const _DSa = "DatabaseSummary";
63
+ const _DT = "DatabaseType";
64
+ const _Da = "Database";
65
+ const _De = "Description";
66
+ const _ECII = "EC2InstanceId";
67
+ const _EII = "Ec2InstanceId";
68
+ const _ENBIP = "EnsureNoBackupInProcess";
69
+ const _ER = "EnqueueReplication";
70
+ const _ET = "EndTime";
71
+ const _F = "Filter";
72
+ const _FL = "FilterList";
73
+ const _Fa = "Failed";
74
+ const _Fi = "Filters";
75
+ const _GA = "GetApplication";
76
+ const _GAI = "GetApplicationInput";
77
+ const _GAO = "GetApplicationOutput";
78
+ const _GC = "GetComponent";
79
+ const _GCCO = "GetConfigurationCheckOperation";
80
+ const _GCCOI = "GetConfigurationCheckOperationInput";
81
+ const _GCCOO = "GetConfigurationCheckOperationOutput";
82
+ const _GCI = "GetComponentInput";
83
+ const _GCO = "GetComponentOutput";
84
+ const _GD = "GetDatabase";
85
+ const _GDI = "GetDatabaseInput";
86
+ const _GDO = "GetDatabaseOutput";
87
+ const _GO = "GetOperation";
88
+ const _GOI = "GetOperationInput";
89
+ const _GOO = "GetOperationOutput";
90
+ const _GRP = "GetResourcePermission";
91
+ const _GRPI = "GetResourcePermissionInput";
92
+ const _GRPO = "GetResourcePermissionOutput";
93
+ const _H = "Hostname";
94
+ const _HI = "HostIp";
95
+ const _HL = "HostList";
96
+ const _HN = "HostName";
97
+ const _HOM = "HsrOperationMode";
98
+ const _HR = "HostRole";
99
+ const _HRM = "HsrReplicationMode";
100
+ const _HT = "HsrTier";
101
+ const _HV = "HdbVersion";
102
+ const _Ho = "Hosts";
103
+ const _Hos = "Host";
104
+ const _I = "Id";
105
+ const _IA = "IpAddresses";
106
+ const _IAL = "IpAddressList";
107
+ const _IAM = "IpAddressMember";
108
+ const _IAp = "IpAddress";
109
+ const _IEIS = "IncludeEc2InstanceShutdown";
110
+ const _II = "InstanceId";
111
+ const _ISE = "InternalServerException";
112
+ const _In = "Instances";
113
+ const _Inf = "Info";
114
+ const _LA = "ListApplications";
115
+ const _LAI = "ListApplicationsInput";
116
+ const _LAO = "ListApplicationsOutput";
117
+ const _LC = "ListComponents";
118
+ const _LCCD = "ListConfigurationCheckDefinitions";
119
+ const _LCCDI = "ListConfigurationCheckDefinitionsInput";
120
+ const _LCCDO = "ListConfigurationCheckDefinitionsOutput";
121
+ const _LCCO = "ListConfigurationCheckOperations";
122
+ const _LCCOI = "ListConfigurationCheckOperationsInput";
123
+ const _LCCOO = "ListConfigurationCheckOperationsOutput";
124
+ const _LCI = "ListComponentsInput";
125
+ const _LCO = "ListComponentsOutput";
126
+ const _LD = "ListDatabases";
127
+ const _LDI = "ListDatabasesInput";
128
+ const _LDO = "ListDatabasesOutput";
129
+ const _LM = "ListMode";
130
+ const _LO = "ListOperations";
131
+ const _LOE = "ListOperationEvents";
132
+ const _LOEI = "ListOperationEventsInput";
133
+ const _LOEO = "ListOperationEventsOutput";
134
+ const _LOI = "ListOperationsInput";
135
+ const _LOO = "ListOperationsOutput";
136
+ const _LSCR = "ListSubCheckResults";
137
+ const _LSCRI = "ListSubCheckResultsInput";
138
+ const _LSCRO = "ListSubCheckResultsOutput";
139
+ const _LSCRR = "ListSubCheckRuleResults";
140
+ const _LSCRRI = "ListSubCheckRuleResultsInput";
141
+ const _LSCRRO = "ListSubCheckRuleResultsOutput";
142
+ const _LTFR = "ListTagsForResource";
143
+ const _LTFRR = "ListTagsForResourceRequest";
144
+ const _LTFRRi = "ListTagsForResourceResponse";
145
+ const _LU = "LastUpdated";
146
+ const _LUT = "LastUpdatedTime";
147
+ const _M = "Message";
148
+ const _MR = "MaxResults";
149
+ const _Me = "Metadata";
150
+ const _N = "Name";
151
+ const _NT = "NextToken";
152
+ const _O = "Operator";
153
+ const _OE = "OperationEvents";
154
+ const _OEL = "OperationEventList";
155
+ const _OEp = "OperationEvent";
156
+ const _OI = "OperationId";
157
+ const _OIp = "OperationIds";
158
+ const _OL = "OperationList";
159
+ const _OP = "OperationProperties";
160
+ const _OV = "OsVersion";
161
+ const _Op = "Operation";
162
+ const _Ope = "Operations";
163
+ const _P = "Policy";
164
+ const _PC = "ParentComponent";
165
+ const _PH = "PrimaryHost";
166
+ const _PRP = "PutResourcePermission";
167
+ const _PRPI = "PutResourcePermissionInput";
168
+ const _PRPO = "PutResourcePermissionOutput";
169
+ const _Pa = "Passed";
170
+ const _Pr = "Primary";
171
+ const _Pro = "Properties";
172
+ const _R = "Resilience";
173
+ const _RA = "ResourceArn";
174
+ const _RAI = "RegisterApplicationInput";
175
+ const _RAO = "RegisterApplicationOutput";
176
+ const _RAe = "RegisterApplication";
177
+ const _RI = "ResourceId";
178
+ const _RNFE = "ResourceNotFoundException";
179
+ const _RR = "RuleResults";
180
+ const _RRL = "RuleResultList";
181
+ const _RRu = "RuleResult";
182
+ const _RSC = "RuleStatusCounts";
183
+ const _RT = "ResourceType";
184
+ const _Re = "Resource";
185
+ const _Ref = "References";
186
+ const _S = "Status";
187
+ const _SA = "StartApplication";
188
+ const _SAI = "StartApplicationInput";
189
+ const _SAIt = "StopApplicationInput";
190
+ const _SAO = "StartApplicationOutput";
191
+ const _SAOt = "StopApplicationOutput";
192
+ const _SAR = "StartApplicationRefresh";
193
+ const _SARI = "StartApplicationRefreshInput";
194
+ const _SARO = "StartApplicationRefreshOutput";
195
+ const _SAt = "StopApplication";
196
+ const _SCC = "StartConfigurationChecks";
197
+ const _SCCI = "StartConfigurationChecksInput";
198
+ const _SCCO = "StartConfigurationChecksOutput";
199
+ const _SCE = "StopConnectedEntity";
200
+ const _SCR = "SubCheckResults";
201
+ const _SCRI = "SubCheckResultId";
202
+ const _SCRL = "SubCheckResultList";
203
+ const _SCRu = "SubCheckResult";
204
+ const _SF = "SapFeature";
205
+ const _SH = "SapHostname";
206
+ const _SI = "SecretId";
207
+ const _SIN = "SapInstanceNumber";
208
+ const _SKV = "SapKernelVersion";
209
+ const _SM = "StatusMessage";
210
+ const _SN = "SystemNumber";
211
+ const _SQLP = "SQLPort";
212
+ const _SRA = "SourceResourceArn";
213
+ const _ST = "StartTime";
214
+ const _Si = "Sid";
215
+ const _T = "Type";
216
+ const _TR = "TagResource";
217
+ const _TRR = "TagResourceRequest";
218
+ const _TRRa = "TagResourceResponse";
219
+ const _Ta = "Tags";
220
+ const _Ti = "Timestamp";
221
+ const _U = "Unknown";
222
+ const _UAS = "UpdateApplicationSettings";
223
+ const _UASI = "UpdateApplicationSettingsInput";
224
+ const _UASO = "UpdateApplicationSettingsOutput";
225
+ const _UE = "UnauthorizedException";
226
+ const _UR = "UntagResource";
227
+ const _URR = "UntagResourceRequest";
228
+ const _URRn = "UntagResourceResponse";
229
+ const _V = "Value";
230
+ const _VE = "ValidationException";
231
+ const _W = "Warning";
232
+ const _c = "client";
233
+ const _e = "error";
234
+ const _h = "http";
235
+ const _hE = "httpError";
236
+ const _hQ = "httpQuery";
237
+ const _rA = "resourceArn";
238
+ const _s = "server";
239
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmsap";
240
+ const _sp = "sparse";
241
+ const _t = "tags";
242
+ const _tK = "tagKeys";
243
+ const n0 = "com.amazonaws.ssmsap";
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";
246
+ import { SsmSapServiceException as __SsmSapServiceException } from "../models/SsmSapServiceException";
247
+ export var SecretId = [0, n0, _SI, 8, 0];
248
+ export var Application = [
249
+ 3,
250
+ n0,
251
+ _A,
252
+ 0,
253
+ [_I, _T, _Ar, _ARA, _S, _DS, _C, _LU, _SM, _AAA],
254
+ [0, 0, 0, 0, 0, 0, 64 | 0, 4, 0, 64 | 0],
255
+ ];
256
+ export var ApplicationCredential = [3, n0, _AC, 0, [_DN, _CT, _SI], [0, 0, [() => SecretId, 0]]];
257
+ export var ApplicationSummary = [3, n0, _AS, 0, [_I, _DS, _T, _Ar, _Ta], [0, 0, 0, 0, 128 | 0]];
258
+ export var AssociatedHost = [
259
+ 3,
260
+ n0,
261
+ _AH,
262
+ 0,
263
+ [_H, _EII, _IA, _OV],
264
+ [0, 0, () => IpAddressList, 0],
265
+ ];
266
+ export var BackintConfig = [3, n0, _BC, 0, [_BM, _ENBIP], [0, 2]];
267
+ export var Component = [
268
+ 3,
269
+ n0,
270
+ _Co,
271
+ 0,
272
+ [_CI, _Si, _SN, _PC, _CC, _AI, _CTo, _S, _SH, _SF, _SKV, _HV, _R, _AH, _D, _Ho, _PH, _DC, _LU, _Ar],
273
+ [
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 0,
278
+ 64 | 0,
279
+ 0,
280
+ 0,
281
+ 0,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0,
286
+ () => Resilience,
287
+ () => AssociatedHost,
288
+ 64 | 0,
289
+ () => HostList,
290
+ 0,
291
+ () => DatabaseConnection,
292
+ 4,
293
+ 0,
294
+ ],
295
+ ];
296
+ export var ComponentInfo = [3, n0, _CIo, 0, [_CTo, _Si, _EII], [0, 0, 0]];
297
+ export var ComponentSummary = [3, n0, _CS, 0, [_AI, _CI, _CTo, _Ta, _Ar], [0, 0, 0, 128 | 0, 0]];
298
+ export var ConfigurationCheckDefinition = [
299
+ 3,
300
+ n0,
301
+ _CCD,
302
+ 0,
303
+ [_I, _N, _De, _AAT],
304
+ [0, 0, 0, 64 | 0],
305
+ ];
306
+ export var ConfigurationCheckOperation = [
307
+ 3,
308
+ n0,
309
+ _CCO,
310
+ 0,
311
+ [_I, _AI, _S, _SM, _CCI, _CCN, _CCDo, _ST, _ET, _RSC],
312
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, () => RuleStatusCounts],
313
+ ];
314
+ export var ConflictException = [
315
+ -3,
316
+ n0,
317
+ _CE,
318
+ {
319
+ [_e]: _c,
320
+ [_hE]: 409,
321
+ },
322
+ [_M],
323
+ [0],
324
+ ];
325
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
326
+ export var Database = [
327
+ 3,
328
+ n0,
329
+ _Da,
330
+ 0,
331
+ [_AI, _CI, _Cr, _DI, _DN, _DT, _Ar, _S, _PH, _SQLP, _LU, _CCA],
332
+ [0, 0, [() => ApplicationCredentialList, 0], 0, 0, 0, 0, 0, 0, 1, 4, 64 | 0],
333
+ ];
334
+ export var DatabaseConnection = [3, n0, _DC, 0, [_DCM, _DA, _CIon], [0, 0, 0]];
335
+ export var DatabaseSummary = [
336
+ 3,
337
+ n0,
338
+ _DSa,
339
+ 0,
340
+ [_AI, _CI, _DI, _DT, _Ar, _Ta],
341
+ [0, 0, 0, 0, 0, 128 | 0],
342
+ ];
343
+ export var DeleteResourcePermissionInput = [3, n0, _DRPI, 0, [_AT, _SRA, _RA], [0, 0, 0]];
344
+ export var DeleteResourcePermissionOutput = [3, n0, _DRPO, 0, [_P], [0]];
345
+ export var DeregisterApplicationInput = [3, n0, _DAI, 0, [_AI], [0]];
346
+ export var DeregisterApplicationOutput = [3, n0, _DAO, 0, [], []];
347
+ export var Filter = [3, n0, _F, 0, [_N, _V, _O], [0, 0, 0]];
348
+ export var GetApplicationInput = [3, n0, _GAI, 0, [_AI, _AA, _ARA], [0, 0, 0]];
349
+ export var GetApplicationOutput = [3, n0, _GAO, 0, [_A, _Ta], [() => Application, 128 | 0]];
350
+ export var GetComponentInput = [3, n0, _GCI, 0, [_AI, _CI], [0, 0]];
351
+ export var GetComponentOutput = [3, n0, _GCO, 0, [_Co, _Ta], [() => Component, 128 | 0]];
352
+ export var GetConfigurationCheckOperationInput = [3, n0, _GCCOI, 0, [_OI], [0]];
353
+ export var GetConfigurationCheckOperationOutput = [
354
+ 3,
355
+ n0,
356
+ _GCCOO,
357
+ 0,
358
+ [_CCO],
359
+ [() => ConfigurationCheckOperation],
360
+ ];
361
+ export var GetDatabaseInput = [3, n0, _GDI, 0, [_AI, _CI, _DI, _DA], [0, 0, 0, 0]];
362
+ export var GetDatabaseOutput = [3, n0, _GDO, 0, [_Da, _Ta], [[() => Database, 0], 128 | 0]];
363
+ export var GetOperationInput = [3, n0, _GOI, 0, [_OI], [0]];
364
+ export var GetOperationOutput = [3, n0, _GOO, 0, [_Op], [[() => Operation, 0]]];
365
+ export var GetResourcePermissionInput = [3, n0, _GRPI, 0, [_AT, _RA], [0, 0]];
366
+ export var GetResourcePermissionOutput = [3, n0, _GRPO, 0, [_P], [0]];
367
+ export var Host = [3, n0, _Hos, 0, [_HN, _HI, _ECII, _II, _HR, _OV], [0, 0, 0, 0, 0, 0]];
368
+ export var InternalServerException = [
369
+ -3,
370
+ n0,
371
+ _ISE,
372
+ {
373
+ [_e]: _s,
374
+ [_hE]: 500,
375
+ },
376
+ [_M],
377
+ [0],
378
+ ];
379
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
380
+ export var IpAddressMember = [3, n0, _IAM, 0, [_IAp, _Pr, _ATl], [0, 2, 0]];
381
+ export var ListApplicationsInput = [3, n0, _LAI, 0, [_NT, _MR, _Fi], [0, 1, () => FilterList]];
382
+ export var ListApplicationsOutput = [
383
+ 3,
384
+ n0,
385
+ _LAO,
386
+ 0,
387
+ [_Ap, _NT],
388
+ [() => ApplicationSummaryList, 0],
389
+ ];
390
+ export var ListComponentsInput = [3, n0, _LCI, 0, [_AI, _NT, _MR], [0, 0, 1]];
391
+ export var ListComponentsOutput = [3, n0, _LCO, 0, [_C, _NT], [() => ComponentSummaryList, 0]];
392
+ export var ListConfigurationCheckDefinitionsInput = [3, n0, _LCCDI, 0, [_MR, _NT], [1, 0]];
393
+ export var ListConfigurationCheckDefinitionsOutput = [
394
+ 3,
395
+ n0,
396
+ _LCCDO,
397
+ 0,
398
+ [_CCo, _NT],
399
+ [() => ConfigurationCheckDefinitionList, 0],
400
+ ];
401
+ export var ListConfigurationCheckOperationsInput = [
402
+ 3,
403
+ n0,
404
+ _LCCOI,
405
+ 0,
406
+ [_AI, _LM, _MR, _NT, _Fi],
407
+ [0, 0, 1, 0, () => FilterList],
408
+ ];
409
+ export var ListConfigurationCheckOperationsOutput = [
410
+ 3,
411
+ n0,
412
+ _LCCOO,
413
+ 0,
414
+ [_CCOo, _NT],
415
+ [() => ConfigurationCheckOperationList, 0],
416
+ ];
417
+ export var ListDatabasesInput = [3, n0, _LDI, 0, [_AI, _CI, _NT, _MR], [0, 0, 0, 1]];
418
+ export var ListDatabasesOutput = [3, n0, _LDO, 0, [_D, _NT], [() => DatabaseSummaryList, 0]];
419
+ export var ListOperationEventsInput = [
420
+ 3,
421
+ n0,
422
+ _LOEI,
423
+ 0,
424
+ [_OI, _MR, _NT, _Fi],
425
+ [0, 1, 0, () => FilterList],
426
+ ];
427
+ export var ListOperationEventsOutput = [
428
+ 3,
429
+ n0,
430
+ _LOEO,
431
+ 0,
432
+ [_OE, _NT],
433
+ [() => OperationEventList, 0],
434
+ ];
435
+ export var ListOperationsInput = [
436
+ 3,
437
+ n0,
438
+ _LOI,
439
+ 0,
440
+ [_AI, _MR, _NT, _Fi],
441
+ [0, 1, 0, () => FilterList],
442
+ ];
443
+ export var ListOperationsOutput = [3, n0, _LOO, 0, [_Ope, _NT], [[() => OperationList, 0], 0]];
444
+ export var ListSubCheckResultsInput = [3, n0, _LSCRI, 0, [_OI, _MR, _NT], [0, 1, 0]];
445
+ export var ListSubCheckResultsOutput = [
446
+ 3,
447
+ n0,
448
+ _LSCRO,
449
+ 0,
450
+ [_SCR, _NT],
451
+ [() => SubCheckResultList, 0],
452
+ ];
453
+ export var ListSubCheckRuleResultsInput = [3, n0, _LSCRRI, 0, [_SCRI, _MR, _NT], [0, 1, 0]];
454
+ export var ListSubCheckRuleResultsOutput = [
455
+ 3,
456
+ n0,
457
+ _LSCRRO,
458
+ 0,
459
+ [_RR, _NT],
460
+ [() => RuleResultList, 0],
461
+ ];
462
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
463
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
464
+ export var Operation = [
465
+ 3,
466
+ n0,
467
+ _Op,
468
+ 0,
469
+ [_I, _T, _S, _SM, _Pro, _RT, _RI, _RA, _ST, _ET, _LUT],
470
+ [0, 0, 0, 0, [() => OperationProperties, 0], 0, 0, 0, 4, 4, 4],
471
+ ];
472
+ export var OperationEvent = [
473
+ 3,
474
+ n0,
475
+ _OEp,
476
+ 0,
477
+ [_De, _Re, _S, _SM, _Ti],
478
+ [0, () => Resource, 0, 0, 4],
479
+ ];
480
+ export var PutResourcePermissionInput = [3, n0, _PRPI, 0, [_AT, _SRA, _RA], [0, 0, 0]];
481
+ export var PutResourcePermissionOutput = [3, n0, _PRPO, 0, [_P], [0]];
482
+ export var RegisterApplicationInput = [
483
+ 3,
484
+ n0,
485
+ _RAI,
486
+ 0,
487
+ [_AI, _ATp, _In, _SIN, _Si, _Ta, _Cr, _DA, _CIom],
488
+ [0, 0, 64 | 0, 0, 0, 128 | 0, [() => ApplicationCredentialList, 0], 0, () => ComponentInfoList],
489
+ ];
490
+ export var RegisterApplicationOutput = [3, n0, _RAO, 0, [_A, _OI], [() => Application, 0]];
491
+ export var Resilience = [3, n0, _R, 0, [_HT, _HRM, _HOM, _CSl, _ER], [0, 0, 0, 0, 2]];
492
+ export var Resource = [3, n0, _Re, 0, [_RA, _RT], [0, 0]];
493
+ export var ResourceNotFoundException = [
494
+ -3,
495
+ n0,
496
+ _RNFE,
497
+ {
498
+ [_e]: _c,
499
+ [_hE]: 404,
500
+ },
501
+ [_M],
502
+ [0],
503
+ ];
504
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
505
+ export var RuleResult = [3, n0, _RRu, 0, [_I, _De, _S, _M, _Me], [0, 0, 0, 0, 128 | 0]];
506
+ export var RuleStatusCounts = [3, n0, _RSC, 0, [_Fa, _W, _Inf, _Pa, _U], [1, 1, 1, 1, 1]];
507
+ export var StartApplicationInput = [3, n0, _SAI, 0, [_AI], [0]];
508
+ export var StartApplicationOutput = [3, n0, _SAO, 0, [_OI], [0]];
509
+ export var StartApplicationRefreshInput = [3, n0, _SARI, 0, [_AI], [0]];
510
+ export var StartApplicationRefreshOutput = [3, n0, _SARO, 0, [_OI], [0]];
511
+ export var StartConfigurationChecksInput = [3, n0, _SCCI, 0, [_AI, _CCIo], [0, 64 | 0]];
512
+ export var StartConfigurationChecksOutput = [
513
+ 3,
514
+ n0,
515
+ _SCCO,
516
+ 0,
517
+ [_CCOo],
518
+ [() => ConfigurationCheckOperationList],
519
+ ];
520
+ export var StopApplicationInput = [3, n0, _SAIt, 0, [_AI, _SCE, _IEIS], [0, 0, 2]];
521
+ export var StopApplicationOutput = [3, n0, _SAOt, 0, [_OI], [0]];
522
+ export var SubCheckResult = [3, n0, _SCRu, 0, [_I, _N, _De, _Ref], [0, 0, 0, 64 | 0]];
523
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
524
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
525
+ export var UnauthorizedException = [
526
+ -3,
527
+ n0,
528
+ _UE,
529
+ {
530
+ [_e]: _c,
531
+ [_hE]: 401,
532
+ },
533
+ [_M],
534
+ [0],
535
+ ];
536
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
537
+ export var UntagResourceRequest = [
538
+ 3,
539
+ n0,
540
+ _URR,
541
+ 0,
542
+ [_rA, _tK],
543
+ [
544
+ [0, 1],
545
+ [
546
+ 64 | 0,
547
+ {
548
+ [_hQ]: _tK,
549
+ },
550
+ ],
551
+ ],
552
+ ];
553
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
554
+ export var UpdateApplicationSettingsInput = [
555
+ 3,
556
+ n0,
557
+ _UASI,
558
+ 0,
559
+ [_AI, _CTAOU, _CTR, _B, _DA],
560
+ [0, [() => ApplicationCredentialList, 0], [() => ApplicationCredentialList, 0], () => BackintConfig, 0],
561
+ ];
562
+ export var UpdateApplicationSettingsOutput = [3, n0, _UASO, 0, [_M, _OIp], [0, 64 | 0]];
563
+ export var ValidationException = [
564
+ -3,
565
+ n0,
566
+ _VE,
567
+ {
568
+ [_e]: _c,
569
+ [_hE]: 400,
570
+ },
571
+ [_M],
572
+ [0],
573
+ ];
574
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
575
+ export var __Unit = "unit";
576
+ export var SsmSapServiceException = [-3, _sm, "SsmSapServiceException", 0, [], []];
577
+ TypeRegistry.for(_sm).registerError(SsmSapServiceException, __SsmSapServiceException);
578
+ export var ApplicationArnList = 64 | 0;
579
+ export var ApplicationCredentialList = [1, n0, _ACL, 0, [() => ApplicationCredential, 0]];
580
+ export var ApplicationSummaryList = [1, n0, _ASL, 0, () => ApplicationSummary];
581
+ export var ApplicationTypeList = 64 | 0;
582
+ export var ComponentArnList = 64 | 0;
583
+ export var ComponentIdList = 64 | 0;
584
+ export var ComponentInfoList = [1, n0, _CIL, 0, () => ComponentInfo];
585
+ export var ComponentSummaryList = [1, n0, _CSL, 0, () => ComponentSummary];
586
+ export var ConfigurationCheckDefinitionList = [1, n0, _CCDL, 0, () => ConfigurationCheckDefinition];
587
+ export var ConfigurationCheckOperationList = [1, n0, _CCOL, 0, () => ConfigurationCheckOperation];
588
+ export var ConfigurationCheckTypeList = 64 | 0;
589
+ export var DatabaseIdList = 64 | 0;
590
+ export var DatabaseSummaryList = [1, n0, _DSL, 0, () => DatabaseSummary];
591
+ export var FilterList = [1, n0, _FL, 0, () => Filter];
592
+ export var HostList = [1, n0, _HL, 0, () => Host];
593
+ export var InstanceList = 64 | 0;
594
+ export var IpAddressList = [1, n0, _IAL, 0, () => IpAddressMember];
595
+ export var OperationEventList = [1, n0, _OEL, 0, () => OperationEvent];
596
+ export var OperationIdList = 64 | 0;
597
+ export var OperationList = [1, n0, _OL, 0, [() => Operation, 0]];
598
+ export var RuleResultList = [1, n0, _RRL, 0, () => RuleResult];
599
+ export var SubCheckReferencesList = 64 | 0;
600
+ export var SubCheckResultList = [1, n0, _SCRL, 0, () => SubCheckResult];
601
+ export var TagKeyList = 64 | 0;
602
+ export var OperationProperties = [
603
+ 2,
604
+ n0,
605
+ _OP,
606
+ {
607
+ [_sp]: 1,
608
+ },
609
+ 0,
610
+ 0,
611
+ ];
612
+ export var RuleResultMetadata = 128 | 0;
613
+ export var TagMap = 128 | 0;
614
+ export var DeleteResourcePermission = [
615
+ 9,
616
+ n0,
617
+ _DRP,
618
+ {
619
+ [_h]: ["POST", "/delete-resource-permission", 200],
620
+ },
621
+ () => DeleteResourcePermissionInput,
622
+ () => DeleteResourcePermissionOutput,
623
+ ];
624
+ export var DeregisterApplication = [
625
+ 9,
626
+ n0,
627
+ _DAe,
628
+ {
629
+ [_h]: ["POST", "/deregister-application", 200],
630
+ },
631
+ () => DeregisterApplicationInput,
632
+ () => DeregisterApplicationOutput,
633
+ ];
634
+ export var GetApplication = [
635
+ 9,
636
+ n0,
637
+ _GA,
638
+ {
639
+ [_h]: ["POST", "/get-application", 200],
640
+ },
641
+ () => GetApplicationInput,
642
+ () => GetApplicationOutput,
643
+ ];
644
+ export var GetComponent = [
645
+ 9,
646
+ n0,
647
+ _GC,
648
+ {
649
+ [_h]: ["POST", "/get-component", 200],
650
+ },
651
+ () => GetComponentInput,
652
+ () => GetComponentOutput,
653
+ ];
654
+ export var GetConfigurationCheckOperation = [
655
+ 9,
656
+ n0,
657
+ _GCCO,
658
+ {
659
+ [_h]: ["POST", "/get-configuration-check-operation", 200],
660
+ },
661
+ () => GetConfigurationCheckOperationInput,
662
+ () => GetConfigurationCheckOperationOutput,
663
+ ];
664
+ export var GetDatabase = [
665
+ 9,
666
+ n0,
667
+ _GD,
668
+ {
669
+ [_h]: ["POST", "/get-database", 200],
670
+ },
671
+ () => GetDatabaseInput,
672
+ () => GetDatabaseOutput,
673
+ ];
674
+ export var GetOperation = [
675
+ 9,
676
+ n0,
677
+ _GO,
678
+ {
679
+ [_h]: ["POST", "/get-operation", 200],
680
+ },
681
+ () => GetOperationInput,
682
+ () => GetOperationOutput,
683
+ ];
684
+ export var GetResourcePermission = [
685
+ 9,
686
+ n0,
687
+ _GRP,
688
+ {
689
+ [_h]: ["POST", "/get-resource-permission", 200],
690
+ },
691
+ () => GetResourcePermissionInput,
692
+ () => GetResourcePermissionOutput,
693
+ ];
694
+ export var ListApplications = [
695
+ 9,
696
+ n0,
697
+ _LA,
698
+ {
699
+ [_h]: ["POST", "/list-applications", 200],
700
+ },
701
+ () => ListApplicationsInput,
702
+ () => ListApplicationsOutput,
703
+ ];
704
+ export var ListComponents = [
705
+ 9,
706
+ n0,
707
+ _LC,
708
+ {
709
+ [_h]: ["POST", "/list-components", 200],
710
+ },
711
+ () => ListComponentsInput,
712
+ () => ListComponentsOutput,
713
+ ];
714
+ export var ListConfigurationCheckDefinitions = [
715
+ 9,
716
+ n0,
717
+ _LCCD,
718
+ {
719
+ [_h]: ["POST", "/list-configuration-check-definitions", 200],
720
+ },
721
+ () => ListConfigurationCheckDefinitionsInput,
722
+ () => ListConfigurationCheckDefinitionsOutput,
723
+ ];
724
+ export var ListConfigurationCheckOperations = [
725
+ 9,
726
+ n0,
727
+ _LCCO,
728
+ {
729
+ [_h]: ["POST", "/list-configuration-check-operations", 200],
730
+ },
731
+ () => ListConfigurationCheckOperationsInput,
732
+ () => ListConfigurationCheckOperationsOutput,
733
+ ];
734
+ export var ListDatabases = [
735
+ 9,
736
+ n0,
737
+ _LD,
738
+ {
739
+ [_h]: ["POST", "/list-databases", 200],
740
+ },
741
+ () => ListDatabasesInput,
742
+ () => ListDatabasesOutput,
743
+ ];
744
+ export var ListOperationEvents = [
745
+ 9,
746
+ n0,
747
+ _LOE,
748
+ {
749
+ [_h]: ["POST", "/list-operation-events", 200],
750
+ },
751
+ () => ListOperationEventsInput,
752
+ () => ListOperationEventsOutput,
753
+ ];
754
+ export var ListOperations = [
755
+ 9,
756
+ n0,
757
+ _LO,
758
+ {
759
+ [_h]: ["POST", "/list-operations", 200],
760
+ },
761
+ () => ListOperationsInput,
762
+ () => ListOperationsOutput,
763
+ ];
764
+ export var ListSubCheckResults = [
765
+ 9,
766
+ n0,
767
+ _LSCR,
768
+ {
769
+ [_h]: ["POST", "/list-sub-check-results", 200],
770
+ },
771
+ () => ListSubCheckResultsInput,
772
+ () => ListSubCheckResultsOutput,
773
+ ];
774
+ export var ListSubCheckRuleResults = [
775
+ 9,
776
+ n0,
777
+ _LSCRR,
778
+ {
779
+ [_h]: ["POST", "/list-sub-check-rule-results", 200],
780
+ },
781
+ () => ListSubCheckRuleResultsInput,
782
+ () => ListSubCheckRuleResultsOutput,
783
+ ];
784
+ export var ListTagsForResource = [
785
+ 9,
786
+ n0,
787
+ _LTFR,
788
+ {
789
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
790
+ },
791
+ () => ListTagsForResourceRequest,
792
+ () => ListTagsForResourceResponse,
793
+ ];
794
+ export var PutResourcePermission = [
795
+ 9,
796
+ n0,
797
+ _PRP,
798
+ {
799
+ [_h]: ["POST", "/put-resource-permission", 200],
800
+ },
801
+ () => PutResourcePermissionInput,
802
+ () => PutResourcePermissionOutput,
803
+ ];
804
+ export var RegisterApplication = [
805
+ 9,
806
+ n0,
807
+ _RAe,
808
+ {
809
+ [_h]: ["POST", "/register-application", 200],
810
+ },
811
+ () => RegisterApplicationInput,
812
+ () => RegisterApplicationOutput,
813
+ ];
814
+ export var StartApplication = [
815
+ 9,
816
+ n0,
817
+ _SA,
818
+ {
819
+ [_h]: ["POST", "/start-application", 200],
820
+ },
821
+ () => StartApplicationInput,
822
+ () => StartApplicationOutput,
823
+ ];
824
+ export var StartApplicationRefresh = [
825
+ 9,
826
+ n0,
827
+ _SAR,
828
+ {
829
+ [_h]: ["POST", "/start-application-refresh", 200],
830
+ },
831
+ () => StartApplicationRefreshInput,
832
+ () => StartApplicationRefreshOutput,
833
+ ];
834
+ export var StartConfigurationChecks = [
835
+ 9,
836
+ n0,
837
+ _SCC,
838
+ {
839
+ [_h]: ["POST", "/start-configuration-checks", 200],
840
+ },
841
+ () => StartConfigurationChecksInput,
842
+ () => StartConfigurationChecksOutput,
843
+ ];
844
+ export var StopApplication = [
845
+ 9,
846
+ n0,
847
+ _SAt,
848
+ {
849
+ [_h]: ["POST", "/stop-application", 200],
850
+ },
851
+ () => StopApplicationInput,
852
+ () => StopApplicationOutput,
853
+ ];
854
+ export var TagResource = [
855
+ 9,
856
+ n0,
857
+ _TR,
858
+ {
859
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
860
+ },
861
+ () => TagResourceRequest,
862
+ () => TagResourceResponse,
863
+ ];
864
+ export var UntagResource = [
865
+ 9,
866
+ n0,
867
+ _UR,
868
+ {
869
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
870
+ },
871
+ () => UntagResourceRequest,
872
+ () => UntagResourceResponse,
873
+ ];
874
+ export var UpdateApplicationSettings = [
875
+ 9,
876
+ n0,
877
+ _UAS,
878
+ {
879
+ [_h]: ["POST", "/update-application-settings", 200],
880
+ },
881
+ () => UpdateApplicationSettingsInput,
882
+ () => UpdateApplicationSettingsOutput,
883
+ ];