@aws-sdk/client-backup 3.168.0 → 3.170.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 (98) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Backup.d.ts +1198 -335
  3. package/dist-types/ts3.4/BackupClient.d.ts +525 -139
  4. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +33 -17
  17. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/BackupServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2050 -1910
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/index.d.ts +16 -16
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  98. package/package.json +34 -34
@@ -1,66 +1,66 @@
1
- export * from "./CreateBackupPlanCommand";
2
- export * from "./CreateBackupSelectionCommand";
3
- export * from "./CreateBackupVaultCommand";
4
- export * from "./CreateFrameworkCommand";
5
- export * from "./CreateReportPlanCommand";
6
- export * from "./DeleteBackupPlanCommand";
7
- export * from "./DeleteBackupSelectionCommand";
8
- export * from "./DeleteBackupVaultAccessPolicyCommand";
9
- export * from "./DeleteBackupVaultCommand";
10
- export * from "./DeleteBackupVaultLockConfigurationCommand";
11
- export * from "./DeleteBackupVaultNotificationsCommand";
12
- export * from "./DeleteFrameworkCommand";
13
- export * from "./DeleteRecoveryPointCommand";
14
- export * from "./DeleteReportPlanCommand";
15
- export * from "./DescribeBackupJobCommand";
16
- export * from "./DescribeBackupVaultCommand";
17
- export * from "./DescribeCopyJobCommand";
18
- export * from "./DescribeFrameworkCommand";
19
- export * from "./DescribeGlobalSettingsCommand";
20
- export * from "./DescribeProtectedResourceCommand";
21
- export * from "./DescribeRecoveryPointCommand";
22
- export * from "./DescribeRegionSettingsCommand";
23
- export * from "./DescribeReportJobCommand";
24
- export * from "./DescribeReportPlanCommand";
25
- export * from "./DescribeRestoreJobCommand";
26
- export * from "./DisassociateRecoveryPointCommand";
27
- export * from "./ExportBackupPlanTemplateCommand";
28
- export * from "./GetBackupPlanCommand";
29
- export * from "./GetBackupPlanFromJSONCommand";
30
- export * from "./GetBackupPlanFromTemplateCommand";
31
- export * from "./GetBackupSelectionCommand";
32
- export * from "./GetBackupVaultAccessPolicyCommand";
33
- export * from "./GetBackupVaultNotificationsCommand";
34
- export * from "./GetRecoveryPointRestoreMetadataCommand";
35
- export * from "./GetSupportedResourceTypesCommand";
36
- export * from "./ListBackupJobsCommand";
37
- export * from "./ListBackupPlanTemplatesCommand";
38
- export * from "./ListBackupPlanVersionsCommand";
39
- export * from "./ListBackupPlansCommand";
40
- export * from "./ListBackupSelectionsCommand";
41
- export * from "./ListBackupVaultsCommand";
42
- export * from "./ListCopyJobsCommand";
43
- export * from "./ListFrameworksCommand";
44
- export * from "./ListProtectedResourcesCommand";
45
- export * from "./ListRecoveryPointsByBackupVaultCommand";
46
- export * from "./ListRecoveryPointsByResourceCommand";
47
- export * from "./ListReportJobsCommand";
48
- export * from "./ListReportPlansCommand";
49
- export * from "./ListRestoreJobsCommand";
50
- export * from "./ListTagsCommand";
51
- export * from "./PutBackupVaultAccessPolicyCommand";
52
- export * from "./PutBackupVaultLockConfigurationCommand";
53
- export * from "./PutBackupVaultNotificationsCommand";
54
- export * from "./StartBackupJobCommand";
55
- export * from "./StartCopyJobCommand";
56
- export * from "./StartReportJobCommand";
57
- export * from "./StartRestoreJobCommand";
58
- export * from "./StopBackupJobCommand";
59
- export * from "./TagResourceCommand";
60
- export * from "./UntagResourceCommand";
61
- export * from "./UpdateBackupPlanCommand";
62
- export * from "./UpdateFrameworkCommand";
63
- export * from "./UpdateGlobalSettingsCommand";
64
- export * from "./UpdateRecoveryPointLifecycleCommand";
65
- export * from "./UpdateRegionSettingsCommand";
66
- export * from "./UpdateReportPlanCommand";
1
+ export * from "./CreateBackupPlanCommand";
2
+ export * from "./CreateBackupSelectionCommand";
3
+ export * from "./CreateBackupVaultCommand";
4
+ export * from "./CreateFrameworkCommand";
5
+ export * from "./CreateReportPlanCommand";
6
+ export * from "./DeleteBackupPlanCommand";
7
+ export * from "./DeleteBackupSelectionCommand";
8
+ export * from "./DeleteBackupVaultAccessPolicyCommand";
9
+ export * from "./DeleteBackupVaultCommand";
10
+ export * from "./DeleteBackupVaultLockConfigurationCommand";
11
+ export * from "./DeleteBackupVaultNotificationsCommand";
12
+ export * from "./DeleteFrameworkCommand";
13
+ export * from "./DeleteRecoveryPointCommand";
14
+ export * from "./DeleteReportPlanCommand";
15
+ export * from "./DescribeBackupJobCommand";
16
+ export * from "./DescribeBackupVaultCommand";
17
+ export * from "./DescribeCopyJobCommand";
18
+ export * from "./DescribeFrameworkCommand";
19
+ export * from "./DescribeGlobalSettingsCommand";
20
+ export * from "./DescribeProtectedResourceCommand";
21
+ export * from "./DescribeRecoveryPointCommand";
22
+ export * from "./DescribeRegionSettingsCommand";
23
+ export * from "./DescribeReportJobCommand";
24
+ export * from "./DescribeReportPlanCommand";
25
+ export * from "./DescribeRestoreJobCommand";
26
+ export * from "./DisassociateRecoveryPointCommand";
27
+ export * from "./ExportBackupPlanTemplateCommand";
28
+ export * from "./GetBackupPlanCommand";
29
+ export * from "./GetBackupPlanFromJSONCommand";
30
+ export * from "./GetBackupPlanFromTemplateCommand";
31
+ export * from "./GetBackupSelectionCommand";
32
+ export * from "./GetBackupVaultAccessPolicyCommand";
33
+ export * from "./GetBackupVaultNotificationsCommand";
34
+ export * from "./GetRecoveryPointRestoreMetadataCommand";
35
+ export * from "./GetSupportedResourceTypesCommand";
36
+ export * from "./ListBackupJobsCommand";
37
+ export * from "./ListBackupPlanTemplatesCommand";
38
+ export * from "./ListBackupPlanVersionsCommand";
39
+ export * from "./ListBackupPlansCommand";
40
+ export * from "./ListBackupSelectionsCommand";
41
+ export * from "./ListBackupVaultsCommand";
42
+ export * from "./ListCopyJobsCommand";
43
+ export * from "./ListFrameworksCommand";
44
+ export * from "./ListProtectedResourcesCommand";
45
+ export * from "./ListRecoveryPointsByBackupVaultCommand";
46
+ export * from "./ListRecoveryPointsByResourceCommand";
47
+ export * from "./ListReportJobsCommand";
48
+ export * from "./ListReportPlansCommand";
49
+ export * from "./ListRestoreJobsCommand";
50
+ export * from "./ListTagsCommand";
51
+ export * from "./PutBackupVaultAccessPolicyCommand";
52
+ export * from "./PutBackupVaultLockConfigurationCommand";
53
+ export * from "./PutBackupVaultNotificationsCommand";
54
+ export * from "./StartBackupJobCommand";
55
+ export * from "./StartCopyJobCommand";
56
+ export * from "./StartReportJobCommand";
57
+ export * from "./StartRestoreJobCommand";
58
+ export * from "./StopBackupJobCommand";
59
+ export * from "./TagResourceCommand";
60
+ export * from "./UntagResourceCommand";
61
+ export * from "./UpdateBackupPlanCommand";
62
+ export * from "./UpdateFrameworkCommand";
63
+ export * from "./UpdateGlobalSettingsCommand";
64
+ export * from "./UpdateRecoveryPointLifecycleCommand";
65
+ export * from "./UpdateRegionSettingsCommand";
66
+ export * from "./UpdateReportPlanCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Backup";
2
- export * from "./BackupClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { BackupServiceException } from "./models/BackupServiceException";
1
+ export * from "./Backup";
2
+ export * from "./BackupClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { BackupServiceException } from "./models/BackupServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class BackupServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class BackupServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";