@aws-sdk/client-ssm-sap 3.533.0 → 3.535.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 (41) hide show
  1. package/dist-types/SsmSap.d.ts +6 -1
  2. package/dist-types/SsmSapClient.d.ts +1 -1
  3. package/dist-types/commands/DeleteResourcePermissionCommand.d.ts +2 -1
  4. package/dist-types/commands/DeregisterApplicationCommand.d.ts +2 -1
  5. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  6. package/dist-types/commands/GetComponentCommand.d.ts +2 -1
  7. package/dist-types/commands/GetDatabaseCommand.d.ts +2 -1
  8. package/dist-types/commands/GetOperationCommand.d.ts +2 -1
  9. package/dist-types/commands/GetResourcePermissionCommand.d.ts +2 -1
  10. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
  13. package/dist-types/commands/ListOperationsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  15. package/dist-types/commands/PutResourcePermissionCommand.d.ts +2 -1
  16. package/dist-types/commands/RegisterApplicationCommand.d.ts +2 -1
  17. package/dist-types/commands/StartApplicationRefreshCommand.d.ts +2 -1
  18. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +2 -1
  21. package/dist-types/models/models_0.d.ts +192 -192
  22. package/dist-types/ts3.4/SsmSap.d.ts +5 -0
  23. package/dist-types/ts3.4/commands/DeleteResourcePermissionCommand.d.ts +9 -0
  24. package/dist-types/ts3.4/commands/DeregisterApplicationCommand.d.ts +9 -0
  25. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/GetResourcePermissionCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/PutResourcePermissionCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/RegisterApplicationCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/StartApplicationRefreshCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +9 -0
  41. package/package.json +40 -40
@@ -60,53 +60,53 @@ export declare const ApplicationType: {
60
60
  */
61
61
  export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
62
62
  /**
63
- * @public
64
63
  * <p>An SAP application registered with AWS Systems Manager for SAP.</p>
64
+ * @public
65
65
  */
66
66
  export interface Application {
67
67
  /**
68
- * @public
69
68
  * <p>The ID of the application.</p>
69
+ * @public
70
70
  */
71
71
  Id?: string;
72
72
  /**
73
- * @public
74
73
  * <p>The type of the application.</p>
74
+ * @public
75
75
  */
76
76
  Type?: ApplicationType;
77
77
  /**
78
- * @public
79
78
  * <p>The Amazon Resource Name (ARN) of the application.</p>
79
+ * @public
80
80
  */
81
81
  Arn?: string;
82
82
  /**
83
- * @public
84
83
  * <p>The Amazon Resource Name (ARN) of the Application Registry.</p>
84
+ * @public
85
85
  */
86
86
  AppRegistryArn?: string;
87
87
  /**
88
- * @public
89
88
  * <p>The status of the application.</p>
89
+ * @public
90
90
  */
91
91
  Status?: ApplicationStatus;
92
92
  /**
93
- * @public
94
93
  * <p>The latest discovery result for the application.</p>
94
+ * @public
95
95
  */
96
96
  DiscoveryStatus?: ApplicationDiscoveryStatus;
97
97
  /**
98
- * @public
99
98
  * <p>The components of the application.</p>
99
+ * @public
100
100
  */
101
101
  Components?: string[];
102
102
  /**
103
- * @public
104
103
  * <p>The time at which the application was last updated.</p>
104
+ * @public
105
105
  */
106
106
  LastUpdated?: Date;
107
107
  /**
108
- * @public
109
108
  * <p>The status message.</p>
109
+ * @public
110
110
  */
111
111
  StatusMessage?: string;
112
112
  }
@@ -122,103 +122,103 @@ export declare const CredentialType: {
122
122
  */
123
123
  export type CredentialType = (typeof CredentialType)[keyof typeof CredentialType];
124
124
  /**
125
- * @public
126
125
  * <p>The credentials of your SAP application.</p>
126
+ * @public
127
127
  */
128
128
  export interface ApplicationCredential {
129
129
  /**
130
- * @public
131
130
  * <p>The name of the SAP HANA database.</p>
131
+ * @public
132
132
  */
133
133
  DatabaseName: string | undefined;
134
134
  /**
135
- * @public
136
135
  * <p>The type of the application credentials. </p>
136
+ * @public
137
137
  */
138
138
  CredentialType: CredentialType | undefined;
139
139
  /**
140
- * @public
141
140
  * <p>The secret ID created in AWS Secrets Manager to store the credentials of the SAP
142
141
  * application. </p>
142
+ * @public
143
143
  */
144
144
  SecretId: string | undefined;
145
145
  }
146
146
  /**
147
- * @public
148
147
  * <p>The summary of the SAP application registered with AWS Systems Manager for SAP.
149
148
  * </p>
149
+ * @public
150
150
  */
151
151
  export interface ApplicationSummary {
152
152
  /**
153
- * @public
154
153
  * <p>The ID of the application.</p>
154
+ * @public
155
155
  */
156
156
  Id?: string;
157
157
  /**
158
- * @public
159
158
  * <p>The status of the latest discovery.</p>
159
+ * @public
160
160
  */
161
161
  DiscoveryStatus?: ApplicationDiscoveryStatus;
162
162
  /**
163
- * @public
164
163
  * <p>The type of the application.</p>
164
+ * @public
165
165
  */
166
166
  Type?: ApplicationType;
167
167
  /**
168
- * @public
169
168
  * <p>The Amazon Resource Name (ARN) of the application.</p>
169
+ * @public
170
170
  */
171
171
  Arn?: string;
172
172
  /**
173
- * @public
174
173
  * <p>The tags on the application.</p>
174
+ * @public
175
175
  */
176
176
  Tags?: Record<string, string>;
177
177
  }
178
178
  /**
179
- * @public
180
179
  * <p>Provides information of the IP address.</p>
180
+ * @public
181
181
  */
182
182
  export interface IpAddressMember {
183
183
  /**
184
- * @public
185
184
  * <p>The IP address.</p>
185
+ * @public
186
186
  */
187
187
  IpAddress?: string;
188
188
  /**
189
- * @public
190
189
  * <p>The primary IP address.</p>
190
+ * @public
191
191
  */
192
192
  Primary?: boolean;
193
193
  /**
194
- * @public
195
194
  * <p>The type of allocation for the IP address.</p>
195
+ * @public
196
196
  */
197
197
  AllocationType?: AllocationType;
198
198
  }
199
199
  /**
200
- * @public
201
200
  * <p>Describes the properties of the associated host.</p>
201
+ * @public
202
202
  */
203
203
  export interface AssociatedHost {
204
204
  /**
205
- * @public
206
205
  * <p>The name of the host.</p>
206
+ * @public
207
207
  */
208
208
  Hostname?: string;
209
209
  /**
210
- * @public
211
210
  * <p>The ID of the Amazon EC2 instance.</p>
211
+ * @public
212
212
  */
213
213
  Ec2InstanceId?: string;
214
214
  /**
215
- * @public
216
215
  * <p>The IP addresses of the associated host.</p>
216
+ * @public
217
217
  */
218
218
  IpAddresses?: IpAddressMember[];
219
219
  /**
220
- * @public
221
220
  * <p>The version of the operating system.</p>
221
+ * @public
222
222
  */
223
223
  OsVersion?: string;
224
224
  }
@@ -234,19 +234,19 @@ export declare const BackintMode: {
234
234
  */
235
235
  export type BackintMode = (typeof BackintMode)[keyof typeof BackintMode];
236
236
  /**
237
- * @public
238
237
  * <p>Configuration parameters for AWS Backint Agent for SAP HANA. You can backup your SAP
239
238
  * HANA database with AWS Backup or Amazon S3.</p>
239
+ * @public
240
240
  */
241
241
  export interface BackintConfig {
242
242
  /**
243
- * @public
244
243
  * <p>AWS service for your database backup.</p>
244
+ * @public
245
245
  */
246
246
  BackintMode: BackintMode | undefined;
247
247
  /**
248
- * @public
249
248
  * <p/>
249
+ * @public
250
250
  */
251
251
  EnsureNoBackupInProcess: boolean | undefined;
252
252
  }
@@ -296,23 +296,23 @@ export declare const DatabaseConnectionMethod: {
296
296
  */
297
297
  export type DatabaseConnectionMethod = (typeof DatabaseConnectionMethod)[keyof typeof DatabaseConnectionMethod];
298
298
  /**
299
- * @public
300
299
  * <p>The connection specifications for the database.</p>
300
+ * @public
301
301
  */
302
302
  export interface DatabaseConnection {
303
303
  /**
304
- * @public
305
304
  * <p>The method of connection.</p>
305
+ * @public
306
306
  */
307
307
  DatabaseConnectionMethod?: DatabaseConnectionMethod;
308
308
  /**
309
- * @public
310
309
  * <p>The Amazon Resource Name of the connected SAP HANA database.</p>
310
+ * @public
311
311
  */
312
312
  DatabaseArn?: string;
313
313
  /**
314
- * @public
315
314
  * <p>The IP address for connection.</p>
315
+ * @public
316
316
  */
317
317
  ConnectionIp?: string;
318
318
  }
@@ -331,38 +331,38 @@ export declare const HostRole: {
331
331
  */
332
332
  export type HostRole = (typeof HostRole)[keyof typeof HostRole];
333
333
  /**
334
- * @public
335
334
  * <p>Describes the properties of the Dedicated Host. </p>
335
+ * @public
336
336
  */
337
337
  export interface Host {
338
338
  /**
339
- * @public
340
339
  * <p>The name of the Dedicated Host.</p>
340
+ * @public
341
341
  */
342
342
  HostName?: string;
343
343
  /**
344
- * @public
345
344
  * <p>The IP address of the Dedicated Host. </p>
345
+ * @public
346
346
  */
347
347
  HostIp?: string;
348
348
  /**
349
- * @public
350
349
  * <p>The ID of Amazon EC2 instance.</p>
350
+ * @public
351
351
  */
352
352
  EC2InstanceId?: string;
353
353
  /**
354
- * @public
355
354
  * <p>The instance ID of the instance on the Dedicated Host.</p>
355
+ * @public
356
356
  */
357
357
  InstanceId?: string;
358
358
  /**
359
- * @public
360
359
  * <p>The role of the Dedicated Host.</p>
360
+ * @public
361
361
  */
362
362
  HostRole?: HostRole;
363
363
  /**
364
- * @public
365
364
  * <p>The version of the operating system.</p>
365
+ * @public
366
366
  */
367
367
  OsVersion?: string;
368
368
  }
@@ -397,33 +397,33 @@ export declare const ReplicationMode: {
397
397
  */
398
398
  export type ReplicationMode = (typeof ReplicationMode)[keyof typeof ReplicationMode];
399
399
  /**
400
- * @public
401
400
  * <p>Details of the SAP HANA system replication for the instance.</p>
401
+ * @public
402
402
  */
403
403
  export interface Resilience {
404
404
  /**
405
- * @public
406
405
  * <p>The tier of the component.</p>
406
+ * @public
407
407
  */
408
408
  HsrTier?: string;
409
409
  /**
410
- * @public
411
410
  * <p>The replication mode of the component.</p>
411
+ * @public
412
412
  */
413
413
  HsrReplicationMode?: ReplicationMode;
414
414
  /**
415
- * @public
416
415
  * <p>The operation mode of the component.</p>
416
+ * @public
417
417
  */
418
418
  HsrOperationMode?: OperationMode;
419
419
  /**
420
- * @public
421
420
  * <p>The cluster status of the component.</p>
421
+ * @public
422
422
  */
423
423
  ClusterStatus?: ClusterStatus;
424
424
  /**
425
- * @public
426
425
  * <p>Indicates if or not enqueue replication is enabled for the ASCS component.</p>
426
+ * @public
427
427
  */
428
428
  EnqueueReplication?: boolean;
429
429
  }
@@ -445,51 +445,50 @@ export declare const ComponentStatus: {
445
445
  */
446
446
  export type ComponentStatus = (typeof ComponentStatus)[keyof typeof ComponentStatus];
447
447
  /**
448
- * @public
449
448
  * <p>The SAP component of your application.</p>
449
+ * @public
450
450
  */
451
451
  export interface Component {
452
452
  /**
453
- * @public
454
453
  * <p>The ID of the component.</p>
454
+ * @public
455
455
  */
456
456
  ComponentId?: string;
457
457
  /**
458
- * @public
459
458
  * <p>The SAP System Identifier of the application component.</p>
459
+ * @public
460
460
  */
461
461
  Sid?: string;
462
462
  /**
463
- * @public
464
463
  * <p>The SAP system number of the application component.</p>
464
+ * @public
465
465
  */
466
466
  SystemNumber?: string;
467
467
  /**
468
- * @public
469
468
  * <p>The parent component of a highly available environment. For example, in a highly
470
469
  * available SAP on AWS workload, the parent component consists of the entire setup,
471
470
  * including the child components.</p>
471
+ * @public
472
472
  */
473
473
  ParentComponent?: string;
474
474
  /**
475
- * @public
476
475
  * <p>The child components of a highly available environment. For example, in a highly
477
476
  * available SAP on AWS workload, the child component consists of the primary and secondar
478
477
  * instances.</p>
478
+ * @public
479
479
  */
480
480
  ChildComponents?: string[];
481
481
  /**
482
- * @public
483
482
  * <p>The ID of the application.</p>
483
+ * @public
484
484
  */
485
485
  ApplicationId?: string;
486
486
  /**
487
- * @public
488
487
  * <p>The type of the component.</p>
488
+ * @public
489
489
  */
490
490
  ComponentType?: ComponentType;
491
491
  /**
492
- * @public
493
492
  * <p>The status of the component.</p>
494
493
  * <ul>
495
494
  * <li>
@@ -519,107 +518,108 @@ export interface Component {
519
518
  * based on the discovered information. Verify your SAP application.</p>
520
519
  * </li>
521
520
  * </ul>
521
+ * @public
522
522
  */
523
523
  Status?: ComponentStatus;
524
524
  /**
525
- * @public
526
525
  * <p>The hostname of the component.</p>
526
+ * @public
527
527
  */
528
528
  SapHostname?: string;
529
529
  /**
530
- * @public
531
530
  * <p>The SAP feature of the component.</p>
531
+ * @public
532
532
  */
533
533
  SapFeature?: string;
534
534
  /**
535
- * @public
536
535
  * <p>The kernel version of the component.</p>
536
+ * @public
537
537
  */
538
538
  SapKernelVersion?: string;
539
539
  /**
540
- * @public
541
540
  * <p>The SAP HANA version of the component.</p>
541
+ * @public
542
542
  */
543
543
  HdbVersion?: string;
544
544
  /**
545
- * @public
546
545
  * <p>Details of the SAP HANA system replication for the component.</p>
546
+ * @public
547
547
  */
548
548
  Resilience?: Resilience;
549
549
  /**
550
- * @public
551
550
  * <p>The associated host of the component.</p>
551
+ * @public
552
552
  */
553
553
  AssociatedHost?: AssociatedHost;
554
554
  /**
555
- * @public
556
555
  * <p>The SAP HANA databases of the component.</p>
556
+ * @public
557
557
  */
558
558
  Databases?: string[];
559
559
  /**
560
- * @public
561
560
  * @deprecated
562
561
  *
563
562
  * <p>The hosts of the component.</p>
563
+ * @public
564
564
  */
565
565
  Hosts?: Host[];
566
566
  /**
567
- * @public
568
567
  * @deprecated
569
568
  *
570
569
  * <p>The primary host of the component.</p>
570
+ * @public
571
571
  */
572
572
  PrimaryHost?: string;
573
573
  /**
574
- * @public
575
574
  * <p>The connection specifications for the database of the component.</p>
575
+ * @public
576
576
  */
577
577
  DatabaseConnection?: DatabaseConnection;
578
578
  /**
579
- * @public
580
579
  * <p>The time at which the component was last updated.</p>
580
+ * @public
581
581
  */
582
582
  LastUpdated?: Date;
583
583
  /**
584
- * @public
585
584
  * <p>The Amazon Resource Name (ARN) of the component.</p>
585
+ * @public
586
586
  */
587
587
  Arn?: string;
588
588
  }
589
589
  /**
590
- * @public
591
590
  * <p>The summary of the component.</p>
591
+ * @public
592
592
  */
593
593
  export interface ComponentSummary {
594
594
  /**
595
- * @public
596
595
  * <p>The ID of the application.</p>
596
+ * @public
597
597
  */
598
598
  ApplicationId?: string;
599
599
  /**
600
- * @public
601
600
  * <p>The ID of the component.</p>
601
+ * @public
602
602
  */
603
603
  ComponentId?: string;
604
604
  /**
605
- * @public
606
605
  * <p>The type of the component.</p>
606
+ * @public
607
607
  */
608
608
  ComponentType?: ComponentType;
609
609
  /**
610
- * @public
611
610
  * <p>The tags of the component.</p>
611
+ * @public
612
612
  */
613
613
  Tags?: Record<string, string>;
614
614
  /**
615
- * @public
616
615
  * <p>The Amazon Resource Name (ARN) of the component summary.</p>
616
+ * @public
617
617
  */
618
618
  Arn?: string;
619
619
  }
620
620
  /**
621
- * @public
622
621
  * <p>A conflict has occurred.</p>
622
+ * @public
623
623
  */
624
624
  export declare class ConflictException extends __BaseException {
625
625
  readonly name: "ConflictException";
@@ -659,100 +659,100 @@ export declare const DatabaseStatus: {
659
659
  */
660
660
  export type DatabaseStatus = (typeof DatabaseStatus)[keyof typeof DatabaseStatus];
661
661
  /**
662
- * @public
663
662
  * <p>The SAP HANA database of the application registered with AWS Systems Manager for
664
663
  * SAP.</p>
664
+ * @public
665
665
  */
666
666
  export interface Database {
667
667
  /**
668
- * @public
669
668
  * <p>The ID of the application.</p>
669
+ * @public
670
670
  */
671
671
  ApplicationId?: string;
672
672
  /**
673
- * @public
674
673
  * <p>The ID of the component.</p>
674
+ * @public
675
675
  */
676
676
  ComponentId?: string;
677
677
  /**
678
- * @public
679
678
  * <p>The credentials of the database.</p>
679
+ * @public
680
680
  */
681
681
  Credentials?: ApplicationCredential[];
682
682
  /**
683
- * @public
684
683
  * <p>The ID of the SAP HANA database.</p>
684
+ * @public
685
685
  */
686
686
  DatabaseId?: string;
687
687
  /**
688
- * @public
689
688
  * <p>The name of the database.</p>
689
+ * @public
690
690
  */
691
691
  DatabaseName?: string;
692
692
  /**
693
- * @public
694
693
  * <p>The type of the database.</p>
694
+ * @public
695
695
  */
696
696
  DatabaseType?: DatabaseType;
697
697
  /**
698
- * @public
699
698
  * <p>The Amazon Resource Name (ARN) of the database.</p>
699
+ * @public
700
700
  */
701
701
  Arn?: string;
702
702
  /**
703
- * @public
704
703
  * <p>The status of the database.</p>
704
+ * @public
705
705
  */
706
706
  Status?: DatabaseStatus;
707
707
  /**
708
- * @public
709
708
  * <p>The primary host of the database.</p>
709
+ * @public
710
710
  */
711
711
  PrimaryHost?: string;
712
712
  /**
713
- * @public
714
713
  * <p>The SQL port of the database.</p>
714
+ * @public
715
715
  */
716
716
  SQLPort?: number;
717
717
  /**
718
- * @public
719
718
  * <p>The time at which the database was last updated.</p>
719
+ * @public
720
720
  */
721
721
  LastUpdated?: Date;
722
722
  }
723
723
  /**
724
- * @public
725
724
  * <p>The summary of the database.</p>
725
+ * @public
726
726
  */
727
727
  export interface DatabaseSummary {
728
728
  /**
729
- * @public
730
729
  * <p>The ID of the application.</p>
730
+ * @public
731
731
  */
732
732
  ApplicationId?: string;
733
733
  /**
734
- * @public
735
734
  * <p>The ID of the component.</p>
735
+ * @public
736
736
  */
737
737
  ComponentId?: string;
738
738
  /**
739
- * @public
740
739
  * <p>The ID of the database.</p>
740
+ * @public
741
741
  */
742
742
  DatabaseId?: string;
743
743
  /**
744
- * @public
745
744
  * <p>The type of the database.</p>
745
+ * @public
746
746
  */
747
747
  DatabaseType?: DatabaseType;
748
748
  /**
749
- * @public
750
749
  * <p>The Amazon Resource Name (ARN) of the database.</p>
750
+ * @public
751
751
  */
752
752
  Arn?: string;
753
753
  /**
754
- * @public
755
754
  * <p>The tags of the database.</p>
755
+ * @public
756
756
  */
757
757
  Tags?: Record<string, string>;
758
758
  }
@@ -772,18 +772,18 @@ export type PermissionActionType = (typeof PermissionActionType)[keyof typeof Pe
772
772
  */
773
773
  export interface DeleteResourcePermissionInput {
774
774
  /**
775
- * @public
776
775
  * <p>Delete or restore the permissions on the target database.</p>
776
+ * @public
777
777
  */
778
778
  ActionType?: PermissionActionType;
779
779
  /**
780
- * @public
781
780
  * <p>The Amazon Resource Name (ARN) of the source resource.</p>
781
+ * @public
782
782
  */
783
783
  SourceResourceArn?: string;
784
784
  /**
785
- * @public
786
785
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
786
+ * @public
787
787
  */
788
788
  ResourceArn: string | undefined;
789
789
  }
@@ -792,14 +792,14 @@ export interface DeleteResourcePermissionInput {
792
792
  */
793
793
  export interface DeleteResourcePermissionOutput {
794
794
  /**
795
- * @public
796
795
  * <p>The policy that removes permissions on the target database.</p>
796
+ * @public
797
797
  */
798
798
  Policy?: string;
799
799
  }
800
800
  /**
801
- * @public
802
801
  * <p>An internal error has occurred.</p>
802
+ * @public
803
803
  */
804
804
  export declare class InternalServerException extends __BaseException {
805
805
  readonly name: "InternalServerException";
@@ -811,8 +811,8 @@ export declare class InternalServerException extends __BaseException {
811
811
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
812
812
  }
813
813
  /**
814
- * @public
815
814
  * <p>The resource is not available.</p>
815
+ * @public
816
816
  */
817
817
  export declare class ResourceNotFoundException extends __BaseException {
818
818
  readonly name: "ResourceNotFoundException";
@@ -824,8 +824,8 @@ export declare class ResourceNotFoundException extends __BaseException {
824
824
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
825
825
  }
826
826
  /**
827
- * @public
828
827
  * <p>The input fails to satisfy the constraints specified by an AWS service. </p>
828
+ * @public
829
829
  */
830
830
  export declare class ValidationException extends __BaseException {
831
831
  readonly name: "ValidationException";
@@ -841,8 +841,8 @@ export declare class ValidationException extends __BaseException {
841
841
  */
842
842
  export interface DeregisterApplicationInput {
843
843
  /**
844
- * @public
845
844
  * <p>The ID of the application.</p>
845
+ * @public
846
846
  */
847
847
  ApplicationId: string | undefined;
848
848
  }
@@ -852,8 +852,8 @@ export interface DeregisterApplicationInput {
852
852
  export interface DeregisterApplicationOutput {
853
853
  }
854
854
  /**
855
- * @public
856
855
  * <p>The request is not authorized.</p>
856
+ * @public
857
857
  */
858
858
  export declare class UnauthorizedException extends __BaseException {
859
859
  readonly name: "UnauthorizedException";
@@ -878,25 +878,25 @@ export declare const FilterOperator: {
878
878
  */
879
879
  export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
880
880
  /**
881
- * @public
882
881
  * <p>A specific result obtained by specifying the name, value, and operator. </p>
882
+ * @public
883
883
  */
884
884
  export interface Filter {
885
885
  /**
886
- * @public
887
886
  * <p>The name of the filter. Filter names are case-sensitive. </p>
887
+ * @public
888
888
  */
889
889
  Name: string | undefined;
890
890
  /**
891
- * @public
892
891
  * <p>The filter values. Filter values are case-sensitive. If you specify multiple values for
893
892
  * a filter, the values are joined with an OR, and the request returns all results that match
894
893
  * any of the specified values</p>
894
+ * @public
895
895
  */
896
896
  Value: string | undefined;
897
897
  /**
898
- * @public
899
898
  * <p>The operator for the filter. </p>
899
+ * @public
900
900
  */
901
901
  Operator: FilterOperator | undefined;
902
902
  }
@@ -905,18 +905,18 @@ export interface Filter {
905
905
  */
906
906
  export interface GetApplicationInput {
907
907
  /**
908
- * @public
909
908
  * <p>The ID of the application.</p>
909
+ * @public
910
910
  */
911
911
  ApplicationId?: string;
912
912
  /**
913
- * @public
914
913
  * <p>The Amazon Resource Name (ARN) of the application. </p>
914
+ * @public
915
915
  */
916
916
  ApplicationArn?: string;
917
917
  /**
918
- * @public
919
918
  * <p>The Amazon Resource Name (ARN) of the application registry.</p>
919
+ * @public
920
920
  */
921
921
  AppRegistryArn?: string;
922
922
  }
@@ -925,14 +925,14 @@ export interface GetApplicationInput {
925
925
  */
926
926
  export interface GetApplicationOutput {
927
927
  /**
928
- * @public
929
928
  * <p>Returns all of the metadata of an application registered with AWS Systems Manager for
930
929
  * SAP.</p>
930
+ * @public
931
931
  */
932
932
  Application?: Application;
933
933
  /**
934
- * @public
935
934
  * <p>The tags of a registered application.</p>
935
+ * @public
936
936
  */
937
937
  Tags?: Record<string, string>;
938
938
  }
@@ -941,13 +941,13 @@ export interface GetApplicationOutput {
941
941
  */
942
942
  export interface GetComponentInput {
943
943
  /**
944
- * @public
945
944
  * <p>The ID of the application.</p>
945
+ * @public
946
946
  */
947
947
  ApplicationId: string | undefined;
948
948
  /**
949
- * @public
950
949
  * <p>The ID of the component.</p>
950
+ * @public
951
951
  */
952
952
  ComponentId: string | undefined;
953
953
  }
@@ -956,13 +956,13 @@ export interface GetComponentInput {
956
956
  */
957
957
  export interface GetComponentOutput {
958
958
  /**
959
- * @public
960
959
  * <p>The component of an application registered with AWS Systems Manager for SAP.</p>
960
+ * @public
961
961
  */
962
962
  Component?: Component;
963
963
  /**
964
- * @public
965
964
  * <p>The tags of a component.</p>
965
+ * @public
966
966
  */
967
967
  Tags?: Record<string, string>;
968
968
  }
@@ -971,23 +971,23 @@ export interface GetComponentOutput {
971
971
  */
972
972
  export interface GetDatabaseInput {
973
973
  /**
974
- * @public
975
974
  * <p>The ID of the application.</p>
975
+ * @public
976
976
  */
977
977
  ApplicationId?: string;
978
978
  /**
979
- * @public
980
979
  * <p>The ID of the component.</p>
980
+ * @public
981
981
  */
982
982
  ComponentId?: string;
983
983
  /**
984
- * @public
985
984
  * <p>The ID of the database.</p>
985
+ * @public
986
986
  */
987
987
  DatabaseId?: string;
988
988
  /**
989
- * @public
990
989
  * <p>The Amazon Resource Name (ARN) of the database.</p>
990
+ * @public
991
991
  */
992
992
  DatabaseArn?: string;
993
993
  }
@@ -996,14 +996,14 @@ export interface GetDatabaseInput {
996
996
  */
997
997
  export interface GetDatabaseOutput {
998
998
  /**
999
- * @public
1000
999
  * <p>The SAP HANA database of an application registered with AWS Systems Manager for
1001
1000
  * SAP.</p>
1001
+ * @public
1002
1002
  */
1003
1003
  Database?: Database;
1004
1004
  /**
1005
- * @public
1006
1005
  * <p>The tags of a database.</p>
1006
+ * @public
1007
1007
  */
1008
1008
  Tags?: Record<string, string>;
1009
1009
  }
@@ -1012,8 +1012,8 @@ export interface GetDatabaseOutput {
1012
1012
  */
1013
1013
  export interface GetOperationInput {
1014
1014
  /**
1015
- * @public
1016
1015
  * <p>The ID of the operation.</p>
1016
+ * @public
1017
1017
  */
1018
1018
  OperationId: string | undefined;
1019
1019
  }
@@ -1031,63 +1031,63 @@ export declare const OperationStatus: {
1031
1031
  */
1032
1032
  export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
1033
1033
  /**
1034
- * @public
1035
1034
  * <p>The operations performed by AWS Systems Manager for SAP.</p>
1035
+ * @public
1036
1036
  */
1037
1037
  export interface Operation {
1038
1038
  /**
1039
- * @public
1040
1039
  * <p>The ID of the operation.</p>
1040
+ * @public
1041
1041
  */
1042
1042
  Id?: string;
1043
1043
  /**
1044
- * @public
1045
1044
  * <p>The type of the operation.</p>
1045
+ * @public
1046
1046
  */
1047
1047
  Type?: string;
1048
1048
  /**
1049
- * @public
1050
1049
  * <p>The status of the operation.</p>
1050
+ * @public
1051
1051
  */
1052
1052
  Status?: OperationStatus;
1053
1053
  /**
1054
- * @public
1055
1054
  * <p>The status message of the operation.</p>
1055
+ * @public
1056
1056
  */
1057
1057
  StatusMessage?: string;
1058
1058
  /**
1059
- * @public
1060
1059
  * <p>The properties of the operation.</p>
1060
+ * @public
1061
1061
  */
1062
1062
  Properties?: Record<string, string>;
1063
1063
  /**
1064
- * @public
1065
1064
  * <p>The resource type of the operation.</p>
1065
+ * @public
1066
1066
  */
1067
1067
  ResourceType?: string;
1068
1068
  /**
1069
- * @public
1070
1069
  * <p>The resource ID of the operation.</p>
1070
+ * @public
1071
1071
  */
1072
1072
  ResourceId?: string;
1073
1073
  /**
1074
- * @public
1075
1074
  * <p>The Amazon Resource Name (ARN) of the operation.</p>
1075
+ * @public
1076
1076
  */
1077
1077
  ResourceArn?: string;
1078
1078
  /**
1079
- * @public
1080
1079
  * <p>The start time of the operation.</p>
1080
+ * @public
1081
1081
  */
1082
1082
  StartTime?: Date;
1083
1083
  /**
1084
- * @public
1085
1084
  * <p>The end time of the operation.</p>
1085
+ * @public
1086
1086
  */
1087
1087
  EndTime?: Date;
1088
1088
  /**
1089
- * @public
1090
1089
  * <p>The time at which the operation was last updated.</p>
1090
+ * @public
1091
1091
  */
1092
1092
  LastUpdatedTime?: Date;
1093
1093
  }
@@ -1096,8 +1096,8 @@ export interface Operation {
1096
1096
  */
1097
1097
  export interface GetOperationOutput {
1098
1098
  /**
1099
- * @public
1100
1099
  * <p>Returns the details of an operation.</p>
1100
+ * @public
1101
1101
  */
1102
1102
  Operation?: Operation;
1103
1103
  }
@@ -1106,13 +1106,13 @@ export interface GetOperationOutput {
1106
1106
  */
1107
1107
  export interface GetResourcePermissionInput {
1108
1108
  /**
1109
- * @public
1110
1109
  * <p/>
1110
+ * @public
1111
1111
  */
1112
1112
  ActionType?: PermissionActionType;
1113
1113
  /**
1114
- * @public
1115
1114
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1115
+ * @public
1116
1116
  */
1117
1117
  ResourceArn: string | undefined;
1118
1118
  }
@@ -1121,8 +1121,8 @@ export interface GetResourcePermissionInput {
1121
1121
  */
1122
1122
  export interface GetResourcePermissionOutput {
1123
1123
  /**
1124
- * @public
1125
1124
  * <p/>
1125
+ * @public
1126
1126
  */
1127
1127
  Policy?: string;
1128
1128
  }
@@ -1131,19 +1131,19 @@ export interface GetResourcePermissionOutput {
1131
1131
  */
1132
1132
  export interface ListApplicationsInput {
1133
1133
  /**
1134
- * @public
1135
1134
  * <p>The token for the next page of results.</p>
1135
+ * @public
1136
1136
  */
1137
1137
  NextToken?: string;
1138
1138
  /**
1139
- * @public
1140
1139
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1141
1140
  * results, make another call with the returned nextToken value. </p>
1141
+ * @public
1142
1142
  */
1143
1143
  MaxResults?: number;
1144
1144
  /**
1145
- * @public
1146
1145
  * <p>The filter of name, value, and operator.</p>
1146
+ * @public
1147
1147
  */
1148
1148
  Filters?: Filter[];
1149
1149
  }
@@ -1152,14 +1152,14 @@ export interface ListApplicationsInput {
1152
1152
  */
1153
1153
  export interface ListApplicationsOutput {
1154
1154
  /**
1155
- * @public
1156
1155
  * <p>The applications registered with AWS Systems Manager for SAP.</p>
1156
+ * @public
1157
1157
  */
1158
1158
  Applications?: ApplicationSummary[];
1159
1159
  /**
1160
- * @public
1161
1160
  * <p>The token to use to retrieve the next page of results. This value is null when there are
1162
1161
  * no more results to return.</p>
1162
+ * @public
1163
1163
  */
1164
1164
  NextToken?: string;
1165
1165
  }
@@ -1168,21 +1168,21 @@ export interface ListApplicationsOutput {
1168
1168
  */
1169
1169
  export interface ListComponentsInput {
1170
1170
  /**
1171
- * @public
1172
1171
  * <p>The ID of the application.</p>
1172
+ * @public
1173
1173
  */
1174
1174
  ApplicationId?: string;
1175
1175
  /**
1176
- * @public
1177
1176
  * <p>The token for the next page of results.</p>
1177
+ * @public
1178
1178
  */
1179
1179
  NextToken?: string;
1180
1180
  /**
1181
- * @public
1182
1181
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1183
1182
  * results, make another call with the returned nextToken value.</p>
1184
1183
  * <p>If you do not specify a value for MaxResults, the request returns 50 items per page by
1185
1184
  * default.</p>
1185
+ * @public
1186
1186
  */
1187
1187
  MaxResults?: number;
1188
1188
  }
@@ -1191,14 +1191,14 @@ export interface ListComponentsInput {
1191
1191
  */
1192
1192
  export interface ListComponentsOutput {
1193
1193
  /**
1194
- * @public
1195
1194
  * <p>List of components registered with AWS System Manager for SAP.</p>
1195
+ * @public
1196
1196
  */
1197
1197
  Components?: ComponentSummary[];
1198
1198
  /**
1199
- * @public
1200
1199
  * <p>The token to use to retrieve the next page of results. This value is null when there are
1201
1200
  * no more results to return.</p>
1201
+ * @public
1202
1202
  */
1203
1203
  NextToken?: string;
1204
1204
  }
@@ -1207,25 +1207,25 @@ export interface ListComponentsOutput {
1207
1207
  */
1208
1208
  export interface ListDatabasesInput {
1209
1209
  /**
1210
- * @public
1211
1210
  * <p>The ID of the application.</p>
1211
+ * @public
1212
1212
  */
1213
1213
  ApplicationId?: string;
1214
1214
  /**
1215
- * @public
1216
1215
  * <p>The ID of the component.</p>
1216
+ * @public
1217
1217
  */
1218
1218
  ComponentId?: string;
1219
1219
  /**
1220
- * @public
1221
1220
  * <p>The token for the next page of results. </p>
1221
+ * @public
1222
1222
  */
1223
1223
  NextToken?: string;
1224
1224
  /**
1225
- * @public
1226
1225
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1227
1226
  * results, make another call with the returned nextToken value. If you do not specify a value
1228
1227
  * for MaxResults, the request returns 50 items per page by default.</p>
1228
+ * @public
1229
1229
  */
1230
1230
  MaxResults?: number;
1231
1231
  }
@@ -1234,14 +1234,14 @@ export interface ListDatabasesInput {
1234
1234
  */
1235
1235
  export interface ListDatabasesOutput {
1236
1236
  /**
1237
- * @public
1238
1237
  * <p>The SAP HANA databases of an application.</p>
1238
+ * @public
1239
1239
  */
1240
1240
  Databases?: DatabaseSummary[];
1241
1241
  /**
1242
- * @public
1243
1242
  * <p>The token to use to retrieve the next page of results. This value is null when there are
1244
1243
  * no more results to return.</p>
1244
+ * @public
1245
1245
  */
1246
1246
  NextToken?: string;
1247
1247
  }
@@ -1250,25 +1250,25 @@ export interface ListDatabasesOutput {
1250
1250
  */
1251
1251
  export interface ListOperationsInput {
1252
1252
  /**
1253
- * @public
1254
1253
  * <p>The ID of the application.</p>
1254
+ * @public
1255
1255
  */
1256
1256
  ApplicationId: string | undefined;
1257
1257
  /**
1258
- * @public
1259
1258
  * <p>The maximum number of results to return with a single call. To retrieve the remaining
1260
1259
  * results, make another call with the returned nextToken value. If you do not specify a value
1261
1260
  * for MaxResults, the request returns 50 items per page by default.</p>
1261
+ * @public
1262
1262
  */
1263
1263
  MaxResults?: number;
1264
1264
  /**
1265
- * @public
1266
1265
  * <p>The token for the next page of results. </p>
1266
+ * @public
1267
1267
  */
1268
1268
  NextToken?: string;
1269
1269
  /**
1270
- * @public
1271
1270
  * <p>The filters of an operation.</p>
1271
+ * @public
1272
1272
  */
1273
1273
  Filters?: Filter[];
1274
1274
  }
@@ -1277,14 +1277,14 @@ export interface ListOperationsInput {
1277
1277
  */
1278
1278
  export interface ListOperationsOutput {
1279
1279
  /**
1280
- * @public
1281
1280
  * <p>List of operations performed by AWS Systems Manager for SAP.</p>
1281
+ * @public
1282
1282
  */
1283
1283
  Operations?: Operation[];
1284
1284
  /**
1285
- * @public
1286
1285
  * <p>The token to use to retrieve the next page of results. This value is null when there are
1287
1286
  * no more results to return.</p>
1287
+ * @public
1288
1288
  */
1289
1289
  NextToken?: string;
1290
1290
  }
@@ -1293,8 +1293,8 @@ export interface ListOperationsOutput {
1293
1293
  */
1294
1294
  export interface ListTagsForResourceRequest {
1295
1295
  /**
1296
- * @public
1297
1296
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1297
+ * @public
1298
1298
  */
1299
1299
  resourceArn: string | undefined;
1300
1300
  }
@@ -1303,8 +1303,8 @@ export interface ListTagsForResourceRequest {
1303
1303
  */
1304
1304
  export interface ListTagsForResourceResponse {
1305
1305
  /**
1306
- * @public
1307
1306
  * <p/>
1307
+ * @public
1308
1308
  */
1309
1309
  tags?: Record<string, string>;
1310
1310
  }
@@ -1313,18 +1313,18 @@ export interface ListTagsForResourceResponse {
1313
1313
  */
1314
1314
  export interface PutResourcePermissionInput {
1315
1315
  /**
1316
- * @public
1317
1316
  * <p/>
1317
+ * @public
1318
1318
  */
1319
1319
  ActionType: PermissionActionType | undefined;
1320
1320
  /**
1321
- * @public
1322
1321
  * <p/>
1322
+ * @public
1323
1323
  */
1324
1324
  SourceResourceArn: string | undefined;
1325
1325
  /**
1326
- * @public
1327
1326
  * <p/>
1327
+ * @public
1328
1328
  */
1329
1329
  ResourceArn: string | undefined;
1330
1330
  }
@@ -1333,8 +1333,8 @@ export interface PutResourcePermissionInput {
1333
1333
  */
1334
1334
  export interface PutResourcePermissionOutput {
1335
1335
  /**
1336
- * @public
1337
1336
  * <p/>
1337
+ * @public
1338
1338
  */
1339
1339
  Policy?: string;
1340
1340
  }
@@ -1343,43 +1343,43 @@ export interface PutResourcePermissionOutput {
1343
1343
  */
1344
1344
  export interface RegisterApplicationInput {
1345
1345
  /**
1346
- * @public
1347
1346
  * <p>The ID of the application.</p>
1347
+ * @public
1348
1348
  */
1349
1349
  ApplicationId: string | undefined;
1350
1350
  /**
1351
- * @public
1352
1351
  * <p>The type of the application.</p>
1352
+ * @public
1353
1353
  */
1354
1354
  ApplicationType: ApplicationType | undefined;
1355
1355
  /**
1356
- * @public
1357
1356
  * <p>The Amazon EC2 instances on which your SAP application is running.</p>
1357
+ * @public
1358
1358
  */
1359
1359
  Instances: string[] | undefined;
1360
1360
  /**
1361
- * @public
1362
1361
  * <p>The SAP instance number of the application.</p>
1362
+ * @public
1363
1363
  */
1364
1364
  SapInstanceNumber?: string;
1365
1365
  /**
1366
- * @public
1367
1366
  * <p>The System ID of the application.</p>
1367
+ * @public
1368
1368
  */
1369
1369
  Sid?: string;
1370
1370
  /**
1371
- * @public
1372
1371
  * <p>The tags to be attached to the SAP application.</p>
1372
+ * @public
1373
1373
  */
1374
1374
  Tags?: Record<string, string>;
1375
1375
  /**
1376
- * @public
1377
1376
  * <p>The credentials of the SAP application.</p>
1377
+ * @public
1378
1378
  */
1379
1379
  Credentials?: ApplicationCredential[];
1380
1380
  /**
1381
- * @public
1382
1381
  * <p>The Amazon Resource Name of the SAP HANA database.</p>
1382
+ * @public
1383
1383
  */
1384
1384
  DatabaseArn?: string;
1385
1385
  }
@@ -1388,13 +1388,13 @@ export interface RegisterApplicationInput {
1388
1388
  */
1389
1389
  export interface RegisterApplicationOutput {
1390
1390
  /**
1391
- * @public
1392
1391
  * <p>The application registered with AWS Systems Manager for SAP.</p>
1392
+ * @public
1393
1393
  */
1394
1394
  Application?: Application;
1395
1395
  /**
1396
- * @public
1397
1396
  * <p>The ID of the operation.</p>
1397
+ * @public
1398
1398
  */
1399
1399
  OperationId?: string;
1400
1400
  }
@@ -1403,8 +1403,8 @@ export interface RegisterApplicationOutput {
1403
1403
  */
1404
1404
  export interface StartApplicationRefreshInput {
1405
1405
  /**
1406
- * @public
1407
1406
  * <p>The ID of the application.</p>
1407
+ * @public
1408
1408
  */
1409
1409
  ApplicationId: string | undefined;
1410
1410
  }
@@ -1413,8 +1413,8 @@ export interface StartApplicationRefreshInput {
1413
1413
  */
1414
1414
  export interface StartApplicationRefreshOutput {
1415
1415
  /**
1416
- * @public
1417
1416
  * <p>The ID of the operation.</p>
1417
+ * @public
1418
1418
  */
1419
1419
  OperationId?: string;
1420
1420
  }
@@ -1423,13 +1423,13 @@ export interface StartApplicationRefreshOutput {
1423
1423
  */
1424
1424
  export interface TagResourceRequest {
1425
1425
  /**
1426
- * @public
1427
1426
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1427
+ * @public
1428
1428
  */
1429
1429
  resourceArn: string | undefined;
1430
1430
  /**
1431
- * @public
1432
1431
  * <p>The tags on a resource.</p>
1432
+ * @public
1433
1433
  */
1434
1434
  tags: Record<string, string> | undefined;
1435
1435
  }
@@ -1443,14 +1443,14 @@ export interface TagResourceResponse {
1443
1443
  */
1444
1444
  export interface UntagResourceRequest {
1445
1445
  /**
1446
- * @public
1447
1446
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1447
+ * @public
1448
1448
  */
1449
1449
  resourceArn: string | undefined;
1450
1450
  /**
1451
- * @public
1452
1451
  * <p>Adds/updates or removes credentials for applications registered with AWS Systems
1453
1452
  * Manager for SAP.</p>
1453
+ * @public
1454
1454
  */
1455
1455
  tagKeys: string[] | undefined;
1456
1456
  }
@@ -1464,29 +1464,29 @@ export interface UntagResourceResponse {
1464
1464
  */
1465
1465
  export interface UpdateApplicationSettingsInput {
1466
1466
  /**
1467
- * @public
1468
1467
  * <p>The ID of the application.</p>
1468
+ * @public
1469
1469
  */
1470
1470
  ApplicationId: string | undefined;
1471
1471
  /**
1472
- * @public
1473
1472
  * <p>The credentials to be added or updated.</p>
1473
+ * @public
1474
1474
  */
1475
1475
  CredentialsToAddOrUpdate?: ApplicationCredential[];
1476
1476
  /**
1477
- * @public
1478
1477
  * <p>The credentials to be removed.</p>
1478
+ * @public
1479
1479
  */
1480
1480
  CredentialsToRemove?: ApplicationCredential[];
1481
1481
  /**
1482
- * @public
1483
1482
  * <p>Installation of AWS Backint Agent for SAP HANA.</p>
1483
+ * @public
1484
1484
  */
1485
1485
  Backint?: BackintConfig;
1486
1486
  /**
1487
- * @public
1488
1487
  * <p>The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA
1489
1488
  * connection with the SAP_ABAP application.</p>
1489
+ * @public
1490
1490
  */
1491
1491
  DatabaseArn?: string;
1492
1492
  }
@@ -1495,13 +1495,13 @@ export interface UpdateApplicationSettingsInput {
1495
1495
  */
1496
1496
  export interface UpdateApplicationSettingsOutput {
1497
1497
  /**
1498
- * @public
1499
1498
  * <p>The update message.</p>
1499
+ * @public
1500
1500
  */
1501
1501
  Message?: string;
1502
1502
  /**
1503
- * @public
1504
1503
  * <p>The IDs of the operations.</p>
1504
+ * @public
1505
1505
  */
1506
1506
  OperationIds?: string[];
1507
1507
  }