@aws-sdk/client-healthlake 3.1120.0 → 3.1122.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 (35) hide show
  1. package/README.md +8 -1
  2. package/dist-cjs/index.js +79 -7
  3. package/dist-es/HealthLake.js +2 -0
  4. package/dist-es/commands/RestoreFHIRDatastoreCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +7 -0
  7. package/dist-es/schemas/schemas_0.js +57 -6
  8. package/dist-types/HealthLake.d.ts +8 -1
  9. package/dist-types/HealthLakeClient.d.ts +4 -3
  10. package/dist-types/commands/CreateDataTransformationProfileCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateFHIRDatastoreCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeFHIRDatastoreCommand.d.ts +12 -0
  13. package/dist-types/commands/ListDataTransformationJobsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListFHIRDatastoresCommand.d.ts +12 -0
  15. package/dist-types/commands/PublishDataTransformationProfileCommand.d.ts +1 -1
  16. package/dist-types/commands/RestoreFHIRDatastoreCommand.d.ts +152 -0
  17. package/dist-types/commands/StartDataTransformationJobCommand.d.ts +1 -1
  18. package/dist-types/commands/StartFHIRExportJobCommand.d.ts +1 -1
  19. package/dist-types/commands/StartFHIRImportJobCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdateFHIRDatastoreCommand.d.ts +73 -0
  21. package/dist-types/commands/UpdateProfileWithAgentCommand.d.ts +1 -1
  22. package/dist-types/commands/index.d.ts +1 -0
  23. package/dist-types/index.d.ts +1 -1
  24. package/dist-types/models/enums.d.ts +23 -0
  25. package/dist-types/models/errors.d.ts +3 -3
  26. package/dist-types/models/models_0.d.ts +236 -45
  27. package/dist-types/schemas/schemas_0.d.ts +7 -0
  28. package/dist-types/ts3.4/HealthLake.d.ts +17 -0
  29. package/dist-types/ts3.4/HealthLakeClient.d.ts +6 -0
  30. package/dist-types/ts3.4/commands/RestoreFHIRDatastoreCommand.d.ts +39 -0
  31. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  32. package/dist-types/ts3.4/models/enums.d.ts +9 -0
  33. package/dist-types/ts3.4/models/models_0.d.ts +56 -0
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  35. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript HealthLake Client for Node.js, Browser and React Native.
8
8
 
9
- <p>This is the <i>AWS HealthLake API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html">What is AWS HealthLake?</a> in the <i>AWS HealthLake Developer Guide</i>.</p>
9
+ <p>This is the <i>HealthLake API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html">What is HealthLake?</a> in the <i>HealthLake Developer Guide</i>.</p>
10
10
 
11
11
  ## Installing
12
12
 
@@ -335,6 +335,13 @@ PublishDataTransformationProfile
335
335
  </details>
336
336
  <details>
337
337
  <summary>
338
+ RestoreFHIRDatastore
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/healthlake/command/RestoreFHIRDatastoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-healthlake/Interface/RestoreFHIRDatastoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-healthlake/Interface/RestoreFHIRDatastoreCommandOutput/)
342
+ </details>
343
+ <details>
344
+ <summary>
338
345
  StartDataTransformationJob
339
346
  </summary>
340
347
 
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1119.0";
72
+ var version = "3.1121.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -330,9 +330,16 @@ const _AOM = "AgentOutputMessage";
330
330
  const _AR = "AgentResponse";
331
331
  const _AS = "AuthorizationStrategy";
332
332
  const _B = "Body";
333
+ const _BC = "BackupConfiguration";
334
+ const _BEA = "BackupEnabledAt";
335
+ const _BSI = "BackupStatusInfo";
336
+ const _BT = "BackupType";
337
+ const _BTE = "BackupTagsEnabled";
338
+ const _C = "Configuration";
333
339
  const _CA = "CreatedAfter";
334
340
  const _CAr = "CreatedAt";
335
341
  const _CB = "CreatedBefore";
342
+ const _CBRC = "ContinuousBackupRestoreConfiguration";
336
343
  const _CD = "ChangeDescription";
337
344
  const _CDTP = "CreateDataTransformationProfile";
338
345
  const _CDTPR = "CreateDataTransformationProfileRequest";
@@ -348,6 +355,7 @@ const _CT = "ClientToken";
348
355
  const _CTm = "CmkType";
349
356
  const _DA = "DatastoreArn";
350
357
  const _DARA = "DataAccessRoleArn";
358
+ const _DBS = "DatastoreBackupStatus";
351
359
  const _DDE = "DriftDetectionEnabled";
352
360
  const _DDTJ = "DescribeDataTransformationJob";
353
361
  const _DDTJR = "DescribeDataTransformationJobRequest";
@@ -389,6 +397,7 @@ const _ECr = "ErrorCategory";
389
397
  const _EJP = "ExportJobProperties";
390
398
  const _EJPL = "ExportJobPropertiesList";
391
399
  const _EM = "ErrorMessage";
400
+ const _ERP = "EarliestRestorePoint";
392
401
  const _ET = "EndTime";
393
402
  const _EVPI = "ExistingVersionedProfileId";
394
403
  const _EVPS = "ExistingVersionedProfileSource";
@@ -434,6 +443,7 @@ const _LFHIREJRi = "ListFHIRExportJobsResponse";
434
443
  const _LFHIRIJ = "ListFHIRImportJobs";
435
444
  const _LFHIRIJR = "ListFHIRImportJobsRequest";
436
445
  const _LFHIRIJRi = "ListFHIRImportJobsResponse";
446
+ const _LRP = "LatestRestorePoint";
437
447
  const _LTFR = "ListTagsForResource";
438
448
  const _LTFRR = "ListTagsForResourceRequest";
439
449
  const _LTFRRi = "ListTagsForResourceResponse";
@@ -460,13 +470,20 @@ const _PMS = "ProfileMappingSource";
460
470
  const _PN = "ProfileName";
461
471
  const _PV = "ProfileVersion";
462
472
  const _RARN = "ResourceARN";
473
+ const _RC = "RestoreConfiguration";
474
+ const _RFHIRD = "RestoreFHIRDatastore";
475
+ const _RFHIRDR = "RestoreFHIRDatastoreRequest";
476
+ const _RFHIRDRe = "RestoreFHIRDatastoreResponse";
463
477
  const _RNFE = "ResourceNotFoundException";
478
+ const _RPID = "RetentionPeriodInDays";
479
+ const _RPT = "RestorePointTime";
464
480
  const _S = "Status";
465
481
  const _SA = "SubmittedAfter";
466
482
  const _SB = "SubmittedBefore";
467
483
  const _SC = "SseConfiguration";
468
484
  const _SCo = "S3Configuration";
469
485
  const _SD = "SampleData";
486
+ const _SDI = "SourceDatastoreId";
470
487
  const _SDS = "SampleDataSource";
471
488
  const _SDTJ = "StartDataTransformationJob";
472
489
  const _SDTJR = "StartDataTransformationJobRequest";
@@ -479,6 +496,7 @@ const _SFHIRIJ = "StartFHIRImportJob";
479
496
  const _SFHIRIJR = "StartFHIRImportJobRequest";
480
497
  const _SFHIRIJRt = "StartFHIRImportJobResponse";
481
498
  const _SP = "StarterProfile";
499
+ const _SPDT = "ScheduledPermanentDeletionTime";
482
500
  const _SPN = "StarterProfileName";
483
501
  const _SPS = "StarterProfileSource";
484
502
  const _SQEE = "ServiceQuotaExceededException";
@@ -658,6 +676,16 @@ var AnalyticsConfiguration$ = [3, n0, _AC,
658
676
  [_S],
659
677
  [0]
660
678
  ];
679
+ var BackupConfiguration$ = [3, n0, _BC,
680
+ 0,
681
+ [_S, _BT, _RPID, _BTE],
682
+ [0, 0, 1, 2]
683
+ ];
684
+ var ContinuousBackupRestoreConfiguration$ = [3, n0, _CBRC,
685
+ 0,
686
+ [_RPT],
687
+ [4]
688
+ ];
661
689
  var CreateDataTransformationProfileRequest$ = [3, n0, _CDTPR,
662
690
  0,
663
691
  [_SF, _So, _PN, _KKI, _PD, _Ta, _CT],
@@ -670,14 +698,19 @@ var CreateDataTransformationProfileResponse$ = [3, n0, _CDTPRr,
670
698
  ];
671
699
  var CreateFHIRDatastoreRequest$ = [3, n0, _CFHIRDR,
672
700
  0,
673
- [_DTV, _DN, _SC, _PDC, _CT, _Ta, _IPC, _AC, _NC, _PC],
674
- [0, 0, () => SseConfiguration$, () => PreloadDataConfig$, [0, 4], () => TagList, () => IdentityProviderConfiguration$, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$], 1
701
+ [_DTV, _DN, _SC, _PDC, _CT, _Ta, _IPC, _AC, _NC, _PC, _BC],
702
+ [0, 0, () => SseConfiguration$, () => PreloadDataConfig$, [0, 4], () => TagList, () => IdentityProviderConfiguration$, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => BackupConfiguration$], 1
675
703
  ];
676
704
  var CreateFHIRDatastoreResponse$ = [3, n0, _CFHIRDRr,
677
705
  0,
678
706
  [_DI, _DA, _DS, _DE],
679
707
  [0, 0, 0, 0], 4
680
708
  ];
709
+ var DatastoreBackupStatus$ = [3, n0, _DBS,
710
+ 0,
711
+ [_C, _BEA, _ERP, _LRP, _SPDT],
712
+ [() => BackupConfiguration$, 4, 4, 4, 4]
713
+ ];
681
714
  var DatastoreFilter$ = [3, n0, _DF,
682
715
  0,
683
716
  [_DN, _DS, _CB, _CA],
@@ -685,8 +718,8 @@ var DatastoreFilter$ = [3, n0, _DF,
685
718
  ];
686
719
  var DatastoreProperties$ = [3, n0, _DP,
687
720
  0,
688
- [_DI, _DA, _DS, _DTV, _DE, _DN, _CAr, _SC, _PDC, _IPC, _EC, _NC, _AC, _PC],
689
- [0, 0, 0, 0, 0, 0, 4, () => SseConfiguration$, () => PreloadDataConfig$, () => IdentityProviderConfiguration$, () => ErrorCause$, () => NlpConfiguration$, () => AnalyticsConfiguration$, () => ProfileConfiguration$], 5
721
+ [_DI, _DA, _DS, _DTV, _DE, _DN, _CAr, _SC, _PDC, _IPC, _EC, _NC, _AC, _PC, _BSI],
722
+ [0, 0, 0, 0, 0, 0, 4, () => SseConfiguration$, () => PreloadDataConfig$, () => IdentityProviderConfiguration$, () => ErrorCause$, () => NlpConfiguration$, () => AnalyticsConfiguration$, () => ProfileConfiguration$, () => DatastoreBackupStatus$], 5
690
723
  ];
691
724
  var DataTransformationProfileSummary$ = [3, n0, _DTPS,
692
725
  0,
@@ -908,6 +941,16 @@ var PublishDataTransformationProfileResponse$ = [3, n0, _PDTPRu,
908
941
  [_PI, _V, _SF, _TF, _LUA, _PN],
909
942
  [0, 1, 0, 0, 4, 0], 5
910
943
  ];
944
+ var RestoreFHIRDatastoreRequest$ = [3, n0, _RFHIRDR,
945
+ 0,
946
+ [_SDI, _RC, _DN, _SC, _CT, _Ta, _IPC, _AC, _NC, _PC],
947
+ [0, () => RestoreConfiguration$, 0, () => SseConfiguration$, [0, 4], () => TagList, () => IdentityProviderConfiguration$, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$], 2
948
+ ];
949
+ var RestoreFHIRDatastoreResponse$ = [3, n0, _RFHIRDRe,
950
+ 0,
951
+ [_DI, _DA, _DS, _DE],
952
+ [0, 0, 0, 0], 4
953
+ ];
911
954
  var S3Configuration$ = [3, n0, _SCo,
912
955
  0,
913
956
  [_SU, _KKI],
@@ -1020,8 +1063,8 @@ var UpdateDataTransformationProfileResponse$ = [3, n0, _UDTPRp,
1020
1063
  ];
1021
1064
  var UpdateFHIRDatastoreRequest$ = [3, n0, _UFHIRDR,
1022
1065
  0,
1023
- [_DI, _DN, _AC, _NC, _PC, _IPC],
1024
- [0, 0, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => IdentityProviderConfiguration$], 1
1066
+ [_DI, _DN, _AC, _NC, _PC, _IPC, _BC],
1067
+ [0, 0, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => IdentityProviderConfiguration$, () => BackupConfiguration$], 1
1025
1068
  ];
1026
1069
  var UpdateFHIRDatastoreResponse$ = [3, n0, _UFHIRDRp,
1027
1070
  0,
@@ -1081,6 +1124,11 @@ var OutputDataConfig$ = [4, n0, _ODC,
1081
1124
  [_SCo],
1082
1125
  [() => S3Configuration$]
1083
1126
  ];
1127
+ var RestoreConfiguration$ = [4, n0, _RC,
1128
+ 0,
1129
+ [_CBRC],
1130
+ [() => ContinuousBackupRestoreConfiguration$]
1131
+ ];
1084
1132
  var CreateDataTransformationProfile$ = [9, n0, _CDTP,
1085
1133
  { [_en]: ["datatransformation."], [_h]: ["POST", "/data-transformation-profile", 201] }, () => CreateDataTransformationProfileRequest$, () => CreateDataTransformationProfileResponse$
1086
1134
  ];
@@ -1132,6 +1180,9 @@ var ListTagsForResource$ = [9, n0, _LTFR,
1132
1180
  var PublishDataTransformationProfile$ = [9, n0, _PDTP,
1133
1181
  { [_en]: ["datatransformation."], [_h]: ["POST", "/data-transformation-profile/{ProfileId}/publish", 200] }, () => PublishDataTransformationProfileRequest$, () => PublishDataTransformationProfileResponse$
1134
1182
  ];
1183
+ var RestoreFHIRDatastore$ = [9, n0, _RFHIRD,
1184
+ 0, () => RestoreFHIRDatastoreRequest$, () => RestoreFHIRDatastoreResponse$
1185
+ ];
1135
1186
  var StartDataTransformationJob$ = [9, n0, _SDTJ,
1136
1187
  { [_en]: ["datatransformation."], [_h]: ["POST", "/data-transformation-job", 200] }, () => StartDataTransformationJobRequest$, () => StartDataTransformationJobResponse$
1137
1188
  ];
@@ -1358,6 +1409,9 @@ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResourc
1358
1409
  class PublishDataTransformationProfileCommand extends command(_ep0, _mw0, "PublishDataTransformationProfile", PublishDataTransformationProfile$) {
1359
1410
  }
1360
1411
 
1412
+ class RestoreFHIRDatastoreCommand extends command(_ep0, _mw0, "RestoreFHIRDatastore", RestoreFHIRDatastore$) {
1413
+ }
1414
+
1361
1415
  class StartDataTransformationJobCommand extends command(_ep0, _mw0, "StartDataTransformationJob", StartDataTransformationJob$) {
1362
1416
  }
1363
1417
 
@@ -1655,6 +1709,7 @@ const commands = {
1655
1709
  ListFHIRImportJobsCommand,
1656
1710
  ListTagsForResourceCommand,
1657
1711
  PublishDataTransformationProfileCommand,
1712
+ RestoreFHIRDatastoreCommand,
1658
1713
  StartDataTransformationJobCommand,
1659
1714
  StartFHIRExportJobCommand,
1660
1715
  StartFHIRImportJobCommand,
@@ -1724,6 +1779,13 @@ const AuthorizationStrategy = {
1724
1779
  SMARTV1: "SMART_ON_FHIR_V1",
1725
1780
  SMART_ON_FHIR: "SMART_ON_FHIR",
1726
1781
  };
1782
+ const BackupType = {
1783
+ CONTINUOUS: "CONTINUOUS",
1784
+ };
1785
+ const BackupStatus = {
1786
+ DISABLED: "DISABLED",
1787
+ ENABLED: "ENABLED",
1788
+ };
1727
1789
  const CmkType = {
1728
1790
  AO_CMK: "AWS_OWNED_KMS_KEY",
1729
1791
  CM_CMK: "CUSTOMER_MANAGED_KMS_KEY",
@@ -1782,9 +1844,13 @@ exports.AgentOutputMessageType = AgentOutputMessageType;
1782
1844
  exports.AnalyticsConfiguration$ = AnalyticsConfiguration$;
1783
1845
  exports.AnalyticsStatus = AnalyticsStatus;
1784
1846
  exports.AuthorizationStrategy = AuthorizationStrategy;
1847
+ exports.BackupConfiguration$ = BackupConfiguration$;
1848
+ exports.BackupStatus = BackupStatus;
1849
+ exports.BackupType = BackupType;
1785
1850
  exports.CmkType = CmkType;
1786
1851
  exports.ConflictException = ConflictException;
1787
1852
  exports.ConflictException$ = ConflictException$;
1853
+ exports.ContinuousBackupRestoreConfiguration$ = ContinuousBackupRestoreConfiguration$;
1788
1854
  exports.ConversationNotFoundException = ConversationNotFoundException;
1789
1855
  exports.ConversationNotFoundException$ = ConversationNotFoundException$;
1790
1856
  exports.CreateDataTransformationProfile$ = CreateDataTransformationProfile$;
@@ -1799,6 +1865,7 @@ exports.CreateFHIRDatastoreResponse$ = CreateFHIRDatastoreResponse$;
1799
1865
  exports.DataTransformationProfileSummary$ = DataTransformationProfileSummary$;
1800
1866
  exports.DataTransformationProfileVersionSummary$ = DataTransformationProfileVersionSummary$;
1801
1867
  exports.DataTransformationS3Configuration$ = DataTransformationS3Configuration$;
1868
+ exports.DatastoreBackupStatus$ = DatastoreBackupStatus$;
1802
1869
  exports.DatastoreFilter$ = DatastoreFilter$;
1803
1870
  exports.DatastoreProperties$ = DatastoreProperties$;
1804
1871
  exports.DatastoreStatus = DatastoreStatus;
@@ -1892,6 +1959,11 @@ exports.PublishDataTransformationProfileRequest$ = PublishDataTransformationProf
1892
1959
  exports.PublishDataTransformationProfileResponse$ = PublishDataTransformationProfileResponse$;
1893
1960
  exports.ResourceNotFoundException = ResourceNotFoundException;
1894
1961
  exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1962
+ exports.RestoreConfiguration$ = RestoreConfiguration$;
1963
+ exports.RestoreFHIRDatastore$ = RestoreFHIRDatastore$;
1964
+ exports.RestoreFHIRDatastoreCommand = RestoreFHIRDatastoreCommand;
1965
+ exports.RestoreFHIRDatastoreRequest$ = RestoreFHIRDatastoreRequest$;
1966
+ exports.RestoreFHIRDatastoreResponse$ = RestoreFHIRDatastoreResponse$;
1895
1967
  exports.S3Configuration$ = S3Configuration$;
1896
1968
  exports.SampleDataSource$ = SampleDataSource$;
1897
1969
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
@@ -16,6 +16,7 @@ import { ListFHIRExportJobsCommand, } from "./commands/ListFHIRExportJobsCommand
16
16
  import { ListFHIRImportJobsCommand, } from "./commands/ListFHIRImportJobsCommand";
17
17
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
18
18
  import { PublishDataTransformationProfileCommand, } from "./commands/PublishDataTransformationProfileCommand";
19
+ import { RestoreFHIRDatastoreCommand, } from "./commands/RestoreFHIRDatastoreCommand";
19
20
  import { StartDataTransformationJobCommand, } from "./commands/StartDataTransformationJobCommand";
20
21
  import { StartFHIRExportJobCommand, } from "./commands/StartFHIRExportJobCommand";
21
22
  import { StartFHIRImportJobCommand, } from "./commands/StartFHIRImportJobCommand";
@@ -54,6 +55,7 @@ const commands = {
54
55
  ListFHIRImportJobsCommand,
55
56
  ListTagsForResourceCommand,
56
57
  PublishDataTransformationProfileCommand,
58
+ RestoreFHIRDatastoreCommand,
57
59
  StartDataTransformationJobCommand,
58
60
  StartFHIRExportJobCommand,
59
61
  StartFHIRImportJobCommand,
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { RestoreFHIRDatastore$ } from "../schemas/schemas_0";
3
+ export class RestoreFHIRDatastoreCommand extends command(_ep0, _mw0, "RestoreFHIRDatastore", RestoreFHIRDatastore$) {
4
+ }
@@ -15,6 +15,7 @@ export * from "./ListFHIRExportJobsCommand";
15
15
  export * from "./ListFHIRImportJobsCommand";
16
16
  export * from "./ListTagsForResourceCommand";
17
17
  export * from "./PublishDataTransformationProfileCommand";
18
+ export * from "./RestoreFHIRDatastoreCommand";
18
19
  export * from "./StartDataTransformationJobCommand";
19
20
  export * from "./StartFHIRExportJobCommand";
20
21
  export * from "./StartFHIRImportJobCommand";
@@ -39,6 +39,13 @@ export const AuthorizationStrategy = {
39
39
  SMARTV1: "SMART_ON_FHIR_V1",
40
40
  SMART_ON_FHIR: "SMART_ON_FHIR",
41
41
  };
42
+ export const BackupType = {
43
+ CONTINUOUS: "CONTINUOUS",
44
+ };
45
+ export const BackupStatus = {
46
+ DISABLED: "DISABLED",
47
+ ENABLED: "ENABLED",
48
+ };
42
49
  export const CmkType = {
43
50
  AO_CMK: "AWS_OWNED_KMS_KEY",
44
51
  CM_CMK: "CUSTOMER_MANAGED_KMS_KEY",
@@ -7,9 +7,16 @@ const _AOM = "AgentOutputMessage";
7
7
  const _AR = "AgentResponse";
8
8
  const _AS = "AuthorizationStrategy";
9
9
  const _B = "Body";
10
+ const _BC = "BackupConfiguration";
11
+ const _BEA = "BackupEnabledAt";
12
+ const _BSI = "BackupStatusInfo";
13
+ const _BT = "BackupType";
14
+ const _BTE = "BackupTagsEnabled";
15
+ const _C = "Configuration";
10
16
  const _CA = "CreatedAfter";
11
17
  const _CAr = "CreatedAt";
12
18
  const _CB = "CreatedBefore";
19
+ const _CBRC = "ContinuousBackupRestoreConfiguration";
13
20
  const _CD = "ChangeDescription";
14
21
  const _CDTP = "CreateDataTransformationProfile";
15
22
  const _CDTPR = "CreateDataTransformationProfileRequest";
@@ -25,6 +32,7 @@ const _CT = "ClientToken";
25
32
  const _CTm = "CmkType";
26
33
  const _DA = "DatastoreArn";
27
34
  const _DARA = "DataAccessRoleArn";
35
+ const _DBS = "DatastoreBackupStatus";
28
36
  const _DDE = "DriftDetectionEnabled";
29
37
  const _DDTJ = "DescribeDataTransformationJob";
30
38
  const _DDTJR = "DescribeDataTransformationJobRequest";
@@ -66,6 +74,7 @@ const _ECr = "ErrorCategory";
66
74
  const _EJP = "ExportJobProperties";
67
75
  const _EJPL = "ExportJobPropertiesList";
68
76
  const _EM = "ErrorMessage";
77
+ const _ERP = "EarliestRestorePoint";
69
78
  const _ET = "EndTime";
70
79
  const _EVPI = "ExistingVersionedProfileId";
71
80
  const _EVPS = "ExistingVersionedProfileSource";
@@ -111,6 +120,7 @@ const _LFHIREJRi = "ListFHIRExportJobsResponse";
111
120
  const _LFHIRIJ = "ListFHIRImportJobs";
112
121
  const _LFHIRIJR = "ListFHIRImportJobsRequest";
113
122
  const _LFHIRIJRi = "ListFHIRImportJobsResponse";
123
+ const _LRP = "LatestRestorePoint";
114
124
  const _LTFR = "ListTagsForResource";
115
125
  const _LTFRR = "ListTagsForResourceRequest";
116
126
  const _LTFRRi = "ListTagsForResourceResponse";
@@ -137,13 +147,20 @@ const _PMS = "ProfileMappingSource";
137
147
  const _PN = "ProfileName";
138
148
  const _PV = "ProfileVersion";
139
149
  const _RARN = "ResourceARN";
150
+ const _RC = "RestoreConfiguration";
151
+ const _RFHIRD = "RestoreFHIRDatastore";
152
+ const _RFHIRDR = "RestoreFHIRDatastoreRequest";
153
+ const _RFHIRDRe = "RestoreFHIRDatastoreResponse";
140
154
  const _RNFE = "ResourceNotFoundException";
155
+ const _RPID = "RetentionPeriodInDays";
156
+ const _RPT = "RestorePointTime";
141
157
  const _S = "Status";
142
158
  const _SA = "SubmittedAfter";
143
159
  const _SB = "SubmittedBefore";
144
160
  const _SC = "SseConfiguration";
145
161
  const _SCo = "S3Configuration";
146
162
  const _SD = "SampleData";
163
+ const _SDI = "SourceDatastoreId";
147
164
  const _SDS = "SampleDataSource";
148
165
  const _SDTJ = "StartDataTransformationJob";
149
166
  const _SDTJR = "StartDataTransformationJobRequest";
@@ -156,6 +173,7 @@ const _SFHIRIJ = "StartFHIRImportJob";
156
173
  const _SFHIRIJR = "StartFHIRImportJobRequest";
157
174
  const _SFHIRIJRt = "StartFHIRImportJobResponse";
158
175
  const _SP = "StarterProfile";
176
+ const _SPDT = "ScheduledPermanentDeletionTime";
159
177
  const _SPN = "StarterProfileName";
160
178
  const _SPS = "StarterProfileSource";
161
179
  const _SQEE = "ServiceQuotaExceededException";
@@ -338,6 +356,16 @@ export var AnalyticsConfiguration$ = [3, n0, _AC,
338
356
  [_S],
339
357
  [0]
340
358
  ];
359
+ export var BackupConfiguration$ = [3, n0, _BC,
360
+ 0,
361
+ [_S, _BT, _RPID, _BTE],
362
+ [0, 0, 1, 2]
363
+ ];
364
+ export var ContinuousBackupRestoreConfiguration$ = [3, n0, _CBRC,
365
+ 0,
366
+ [_RPT],
367
+ [4]
368
+ ];
341
369
  export var CreateDataTransformationProfileRequest$ = [3, n0, _CDTPR,
342
370
  0,
343
371
  [_SF, _So, _PN, _KKI, _PD, _Ta, _CT],
@@ -350,14 +378,19 @@ export var CreateDataTransformationProfileResponse$ = [3, n0, _CDTPRr,
350
378
  ];
351
379
  export var CreateFHIRDatastoreRequest$ = [3, n0, _CFHIRDR,
352
380
  0,
353
- [_DTV, _DN, _SC, _PDC, _CT, _Ta, _IPC, _AC, _NC, _PC],
354
- [0, 0, () => SseConfiguration$, () => PreloadDataConfig$, [0, 4], () => TagList, () => IdentityProviderConfiguration$, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$], 1
381
+ [_DTV, _DN, _SC, _PDC, _CT, _Ta, _IPC, _AC, _NC, _PC, _BC],
382
+ [0, 0, () => SseConfiguration$, () => PreloadDataConfig$, [0, 4], () => TagList, () => IdentityProviderConfiguration$, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => BackupConfiguration$], 1
355
383
  ];
356
384
  export var CreateFHIRDatastoreResponse$ = [3, n0, _CFHIRDRr,
357
385
  0,
358
386
  [_DI, _DA, _DS, _DE],
359
387
  [0, 0, 0, 0], 4
360
388
  ];
389
+ export var DatastoreBackupStatus$ = [3, n0, _DBS,
390
+ 0,
391
+ [_C, _BEA, _ERP, _LRP, _SPDT],
392
+ [() => BackupConfiguration$, 4, 4, 4, 4]
393
+ ];
361
394
  export var DatastoreFilter$ = [3, n0, _DF,
362
395
  0,
363
396
  [_DN, _DS, _CB, _CA],
@@ -365,8 +398,8 @@ export var DatastoreFilter$ = [3, n0, _DF,
365
398
  ];
366
399
  export var DatastoreProperties$ = [3, n0, _DP,
367
400
  0,
368
- [_DI, _DA, _DS, _DTV, _DE, _DN, _CAr, _SC, _PDC, _IPC, _EC, _NC, _AC, _PC],
369
- [0, 0, 0, 0, 0, 0, 4, () => SseConfiguration$, () => PreloadDataConfig$, () => IdentityProviderConfiguration$, () => ErrorCause$, () => NlpConfiguration$, () => AnalyticsConfiguration$, () => ProfileConfiguration$], 5
401
+ [_DI, _DA, _DS, _DTV, _DE, _DN, _CAr, _SC, _PDC, _IPC, _EC, _NC, _AC, _PC, _BSI],
402
+ [0, 0, 0, 0, 0, 0, 4, () => SseConfiguration$, () => PreloadDataConfig$, () => IdentityProviderConfiguration$, () => ErrorCause$, () => NlpConfiguration$, () => AnalyticsConfiguration$, () => ProfileConfiguration$, () => DatastoreBackupStatus$], 5
370
403
  ];
371
404
  export var DataTransformationProfileSummary$ = [3, n0, _DTPS,
372
405
  0,
@@ -588,6 +621,16 @@ export var PublishDataTransformationProfileResponse$ = [3, n0, _PDTPRu,
588
621
  [_PI, _V, _SF, _TF, _LUA, _PN],
589
622
  [0, 1, 0, 0, 4, 0], 5
590
623
  ];
624
+ export var RestoreFHIRDatastoreRequest$ = [3, n0, _RFHIRDR,
625
+ 0,
626
+ [_SDI, _RC, _DN, _SC, _CT, _Ta, _IPC, _AC, _NC, _PC],
627
+ [0, () => RestoreConfiguration$, 0, () => SseConfiguration$, [0, 4], () => TagList, () => IdentityProviderConfiguration$, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$], 2
628
+ ];
629
+ export var RestoreFHIRDatastoreResponse$ = [3, n0, _RFHIRDRe,
630
+ 0,
631
+ [_DI, _DA, _DS, _DE],
632
+ [0, 0, 0, 0], 4
633
+ ];
591
634
  export var S3Configuration$ = [3, n0, _SCo,
592
635
  0,
593
636
  [_SU, _KKI],
@@ -700,8 +743,8 @@ export var UpdateDataTransformationProfileResponse$ = [3, n0, _UDTPRp,
700
743
  ];
701
744
  export var UpdateFHIRDatastoreRequest$ = [3, n0, _UFHIRDR,
702
745
  0,
703
- [_DI, _DN, _AC, _NC, _PC, _IPC],
704
- [0, 0, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => IdentityProviderConfiguration$], 1
746
+ [_DI, _DN, _AC, _NC, _PC, _IPC, _BC],
747
+ [0, 0, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => IdentityProviderConfiguration$, () => BackupConfiguration$], 1
705
748
  ];
706
749
  export var UpdateFHIRDatastoreResponse$ = [3, n0, _UFHIRDRp,
707
750
  0,
@@ -765,6 +808,11 @@ export var OutputDataConfig$ = [4, n0, _ODC,
765
808
  [_SCo],
766
809
  [() => S3Configuration$]
767
810
  ];
811
+ export var RestoreConfiguration$ = [4, n0, _RC,
812
+ 0,
813
+ [_CBRC],
814
+ [() => ContinuousBackupRestoreConfiguration$]
815
+ ];
768
816
  export var CreateDataTransformationProfile$ = [9, n0, _CDTP,
769
817
  { [_en]: ["datatransformation."], [_h]: ["POST", "/data-transformation-profile", 201] }, () => CreateDataTransformationProfileRequest$, () => CreateDataTransformationProfileResponse$
770
818
  ];
@@ -816,6 +864,9 @@ export var ListTagsForResource$ = [9, n0, _LTFR,
816
864
  export var PublishDataTransformationProfile$ = [9, n0, _PDTP,
817
865
  { [_en]: ["datatransformation."], [_h]: ["POST", "/data-transformation-profile/{ProfileId}/publish", 200] }, () => PublishDataTransformationProfileRequest$, () => PublishDataTransformationProfileResponse$
818
866
  ];
867
+ export var RestoreFHIRDatastore$ = [9, n0, _RFHIRD,
868
+ 0, () => RestoreFHIRDatastoreRequest$, () => RestoreFHIRDatastoreResponse$
869
+ ];
819
870
  export var StartDataTransformationJob$ = [9, n0, _SDTJ,
820
871
  { [_en]: ["datatransformation."], [_h]: ["POST", "/data-transformation-job", 200] }, () => StartDataTransformationJobRequest$, () => StartDataTransformationJobResponse$
821
872
  ];
@@ -17,6 +17,7 @@ import { type ListFHIRExportJobsCommandInput, type ListFHIRExportJobsCommandOutp
17
17
  import { type ListFHIRImportJobsCommandInput, type ListFHIRImportJobsCommandOutput } from "./commands/ListFHIRImportJobsCommand";
18
18
  import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
19
19
  import { type PublishDataTransformationProfileCommandInput, type PublishDataTransformationProfileCommandOutput } from "./commands/PublishDataTransformationProfileCommand";
20
+ import { type RestoreFHIRDatastoreCommandInput, type RestoreFHIRDatastoreCommandOutput } from "./commands/RestoreFHIRDatastoreCommand";
20
21
  import { type StartDataTransformationJobCommandInput, type StartDataTransformationJobCommandOutput } from "./commands/StartDataTransformationJobCommand";
21
22
  import { type StartFHIRExportJobCommandInput, type StartFHIRExportJobCommandOutput } from "./commands/StartFHIRExportJobCommand";
22
23
  import { type StartFHIRImportJobCommandInput, type StartFHIRImportJobCommandOutput } from "./commands/StartFHIRImportJobCommand";
@@ -131,6 +132,12 @@ export interface HealthLake {
131
132
  publishDataTransformationProfile(args: PublishDataTransformationProfileCommandInput, options?: __HttpHandlerOptions): Promise<PublishDataTransformationProfileCommandOutput>;
132
133
  publishDataTransformationProfile(args: PublishDataTransformationProfileCommandInput, cb: (err: any, data?: PublishDataTransformationProfileCommandOutput) => void): void;
133
134
  publishDataTransformationProfile(args: PublishDataTransformationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishDataTransformationProfileCommandOutput) => void): void;
135
+ /**
136
+ * @see {@link RestoreFHIRDatastoreCommand}
137
+ */
138
+ restoreFHIRDatastore(args: RestoreFHIRDatastoreCommandInput, options?: __HttpHandlerOptions): Promise<RestoreFHIRDatastoreCommandOutput>;
139
+ restoreFHIRDatastore(args: RestoreFHIRDatastoreCommandInput, cb: (err: any, data?: RestoreFHIRDatastoreCommandOutput) => void): void;
140
+ restoreFHIRDatastore(args: RestoreFHIRDatastoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreFHIRDatastoreCommandOutput) => void): void;
134
141
  /**
135
142
  * @see {@link StartDataTransformationJobCommand}
136
143
  */
@@ -253,7 +260,7 @@ export interface HealthLake {
253
260
  waitUntilFHIRImportJobCompleted(args: DescribeFHIRImportJobCommandInput, waiterConfig: number | Omit<WaiterConfiguration<HealthLake>, "client">): Promise<WaiterResult<DescribeFHIRImportJobCommandOutput>>;
254
261
  }
255
262
  /**
256
- * <p>This is the <i>AWS HealthLake API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html">What is AWS HealthLake?</a> in the <i>AWS HealthLake Developer Guide</i>.</p>
263
+ * <p>This is the <i>HealthLake API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html">What is HealthLake?</a> in the <i>HealthLake Developer Guide</i>.</p>
257
264
  * @public
258
265
  */
259
266
  export declare class HealthLake extends HealthLakeClient implements HealthLake {
@@ -23,6 +23,7 @@ import type { ListFHIRExportJobsCommandInput, ListFHIRExportJobsCommandOutput }
23
23
  import type { ListFHIRImportJobsCommandInput, ListFHIRImportJobsCommandOutput } from "./commands/ListFHIRImportJobsCommand";
24
24
  import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
25
  import type { PublishDataTransformationProfileCommandInput, PublishDataTransformationProfileCommandOutput } from "./commands/PublishDataTransformationProfileCommand";
26
+ import type { RestoreFHIRDatastoreCommandInput, RestoreFHIRDatastoreCommandOutput } from "./commands/RestoreFHIRDatastoreCommand";
26
27
  import type { StartDataTransformationJobCommandInput, StartDataTransformationJobCommandOutput } from "./commands/StartDataTransformationJobCommand";
27
28
  import type { StartFHIRExportJobCommandInput, StartFHIRExportJobCommandOutput } from "./commands/StartFHIRExportJobCommand";
28
29
  import type { StartFHIRImportJobCommandInput, StartFHIRImportJobCommandOutput } from "./commands/StartFHIRImportJobCommand";
@@ -37,11 +38,11 @@ export { __Client };
37
38
  /**
38
39
  * @public
39
40
  */
40
- export type ServiceInputTypes = CreateDataTransformationProfileCommandInput | CreateFHIRDatastoreCommandInput | DeleteDataTransformationProfileCommandInput | DeleteFHIRDatastoreCommandInput | DescribeDataTransformationJobCommandInput | DescribeFHIRDatastoreCommandInput | DescribeFHIRExportJobCommandInput | DescribeFHIRImportJobCommandInput | GetDataTransformationProfileCommandInput | ListDataTransformationJobsCommandInput | ListDataTransformationProfileVersionsCommandInput | ListDataTransformationProfilesCommandInput | ListFHIRDatastoresCommandInput | ListFHIRExportJobsCommandInput | ListFHIRImportJobsCommandInput | ListTagsForResourceCommandInput | PublishDataTransformationProfileCommandInput | StartDataTransformationJobCommandInput | StartFHIRExportJobCommandInput | StartFHIRImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataTransformationProfileCommandInput | UpdateFHIRDatastoreCommandInput | UpdateProfileWithAgentCommandInput;
41
+ export type ServiceInputTypes = CreateDataTransformationProfileCommandInput | CreateFHIRDatastoreCommandInput | DeleteDataTransformationProfileCommandInput | DeleteFHIRDatastoreCommandInput | DescribeDataTransformationJobCommandInput | DescribeFHIRDatastoreCommandInput | DescribeFHIRExportJobCommandInput | DescribeFHIRImportJobCommandInput | GetDataTransformationProfileCommandInput | ListDataTransformationJobsCommandInput | ListDataTransformationProfileVersionsCommandInput | ListDataTransformationProfilesCommandInput | ListFHIRDatastoresCommandInput | ListFHIRExportJobsCommandInput | ListFHIRImportJobsCommandInput | ListTagsForResourceCommandInput | PublishDataTransformationProfileCommandInput | RestoreFHIRDatastoreCommandInput | StartDataTransformationJobCommandInput | StartFHIRExportJobCommandInput | StartFHIRImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataTransformationProfileCommandInput | UpdateFHIRDatastoreCommandInput | UpdateProfileWithAgentCommandInput;
41
42
  /**
42
43
  * @public
43
44
  */
44
- export type ServiceOutputTypes = CreateDataTransformationProfileCommandOutput | CreateFHIRDatastoreCommandOutput | DeleteDataTransformationProfileCommandOutput | DeleteFHIRDatastoreCommandOutput | DescribeDataTransformationJobCommandOutput | DescribeFHIRDatastoreCommandOutput | DescribeFHIRExportJobCommandOutput | DescribeFHIRImportJobCommandOutput | GetDataTransformationProfileCommandOutput | ListDataTransformationJobsCommandOutput | ListDataTransformationProfileVersionsCommandOutput | ListDataTransformationProfilesCommandOutput | ListFHIRDatastoresCommandOutput | ListFHIRExportJobsCommandOutput | ListFHIRImportJobsCommandOutput | ListTagsForResourceCommandOutput | PublishDataTransformationProfileCommandOutput | StartDataTransformationJobCommandOutput | StartFHIRExportJobCommandOutput | StartFHIRImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataTransformationProfileCommandOutput | UpdateFHIRDatastoreCommandOutput | UpdateProfileWithAgentCommandOutput;
45
+ export type ServiceOutputTypes = CreateDataTransformationProfileCommandOutput | CreateFHIRDatastoreCommandOutput | DeleteDataTransformationProfileCommandOutput | DeleteFHIRDatastoreCommandOutput | DescribeDataTransformationJobCommandOutput | DescribeFHIRDatastoreCommandOutput | DescribeFHIRExportJobCommandOutput | DescribeFHIRImportJobCommandOutput | GetDataTransformationProfileCommandOutput | ListDataTransformationJobsCommandOutput | ListDataTransformationProfileVersionsCommandOutput | ListDataTransformationProfilesCommandOutput | ListFHIRDatastoresCommandOutput | ListFHIRExportJobsCommandOutput | ListFHIRImportJobsCommandOutput | ListTagsForResourceCommandOutput | PublishDataTransformationProfileCommandOutput | RestoreFHIRDatastoreCommandOutput | StartDataTransformationJobCommandOutput | StartFHIRExportJobCommandOutput | StartFHIRImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataTransformationProfileCommandOutput | UpdateFHIRDatastoreCommandOutput | UpdateProfileWithAgentCommandOutput;
45
46
  /**
46
47
  * @public
47
48
  */
@@ -193,7 +194,7 @@ export type HealthLakeClientResolvedConfigType = __SmithyResolvedConfiguration<_
193
194
  export interface HealthLakeClientResolvedConfig extends HealthLakeClientResolvedConfigType {
194
195
  }
195
196
  /**
196
- * <p>This is the <i>AWS HealthLake API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html">What is AWS HealthLake?</a> in the <i>AWS HealthLake Developer Guide</i>.</p>
197
+ * <p>This is the <i>HealthLake API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthlake/latest/devguide/what-is.html">What is HealthLake?</a> in the <i>HealthLake Developer Guide</i>.</p>
197
198
  * @public
198
199
  */
199
200
  export declare class HealthLakeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, HealthLakeClientResolvedConfig> {
@@ -92,7 +92,7 @@ declare const CreateDataTransformationProfileCommand_base: {
92
92
  * <p>The requested data store was not found.</p>
93
93
  *
94
94
  * @throws {@link ServiceQuotaExceededException} (client fault)
95
- * The request exceeds the service quota.
95
+ * <p>The request exceeds the service quota.</p>
96
96
  *
97
97
  * @throws {@link ThrottlingException} (client fault)
98
98
  * <p>The user has exceeded their maximum number of allowed calls to the given API. </p>
@@ -69,6 +69,12 @@ declare const CreateFHIRDatastoreCommand_base: {
69
69
  * "STRING_VALUE",
70
70
  * ],
71
71
  * },
72
+ * BackupConfiguration: { // BackupConfiguration
73
+ * Status: "ENABLED" || "DISABLED",
74
+ * BackupType: "CONTINUOUS",
75
+ * RetentionPeriodInDays: Number("int"),
76
+ * BackupTagsEnabled: true || false,
77
+ * },
72
78
  * };
73
79
  * const command = new CreateFHIRDatastoreCommand(input);
74
80
  * const response = await client.send(command);
@@ -77,6 +77,18 @@ declare const DescribeFHIRDatastoreCommand_base: {
77
77
  * // "STRING_VALUE",
78
78
  * // ],
79
79
  * // },
80
+ * // BackupStatusInfo: { // DatastoreBackupStatus
81
+ * // Configuration: { // BackupConfiguration
82
+ * // Status: "ENABLED" || "DISABLED",
83
+ * // BackupType: "CONTINUOUS",
84
+ * // RetentionPeriodInDays: Number("int"),
85
+ * // BackupTagsEnabled: true || false,
86
+ * // },
87
+ * // BackupEnabledAt: new Date("TIMESTAMP"),
88
+ * // EarliestRestorePoint: new Date("TIMESTAMP"),
89
+ * // LatestRestorePoint: new Date("TIMESTAMP"),
90
+ * // ScheduledPermanentDeletionTime: new Date("TIMESTAMP"),
91
+ * // },
80
92
  * // },
81
93
  * // };
82
94
  *
@@ -24,7 +24,7 @@ declare const ListDataTransformationJobsCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Lists data transformation jobs for your AWS account. Results can be filtered by status, job name, and submit time window. Results are paginated. Use the <code>NextToken</code> parameter to retrieve additional results.</p>
27
+ * <p>Lists data transformation jobs for your Amazon Web Services account. Results can be filtered by status, job name, and submit time window. Results are paginated. Use the <code>NextToken</code> parameter to retrieve additional results.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -85,6 +85,18 @@ declare const ListFHIRDatastoresCommand_base: {
85
85
  * // "STRING_VALUE",
86
86
  * // ],
87
87
  * // },
88
+ * // BackupStatusInfo: { // DatastoreBackupStatus
89
+ * // Configuration: { // BackupConfiguration
90
+ * // Status: "ENABLED" || "DISABLED",
91
+ * // BackupType: "CONTINUOUS",
92
+ * // RetentionPeriodInDays: Number("int"),
93
+ * // BackupTagsEnabled: true || false,
94
+ * // },
95
+ * // BackupEnabledAt: new Date("TIMESTAMP"),
96
+ * // EarliestRestorePoint: new Date("TIMESTAMP"),
97
+ * // LatestRestorePoint: new Date("TIMESTAMP"),
98
+ * // ScheduledPermanentDeletionTime: new Date("TIMESTAMP"),
99
+ * // },
88
100
  * // },
89
101
  * // ],
90
102
  * // NextToken: "STRING_VALUE",
@@ -68,7 +68,7 @@ declare const PublishDataTransformationProfileCommand_base: {
68
68
  * <p>The requested data store was not found.</p>
69
69
  *
70
70
  * @throws {@link ServiceQuotaExceededException} (client fault)
71
- * The request exceeds the service quota.
71
+ * <p>The request exceeds the service quota.</p>
72
72
  *
73
73
  * @throws {@link ThrottlingException} (client fault)
74
74
  * <p>The user has exceeded their maximum number of allowed calls to the given API. </p>