@aws-sdk/client-backup 3.36.0 → 3.39.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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Backup.js +0 -7
- package/dist-cjs/BackupClient.js +0 -12
- package/dist-cjs/commands/CreateBackupPlanCommand.js +0 -28
- package/dist-cjs/commands/CreateBackupSelectionCommand.js +0 -64
- package/dist-cjs/commands/CreateBackupVaultCommand.js +0 -30
- package/dist-cjs/commands/CreateFrameworkCommand.js +0 -27
- package/dist-cjs/commands/CreateReportPlanCommand.js +0 -27
- package/dist-cjs/commands/DeleteBackupPlanCommand.js +0 -26
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js +0 -25
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteBackupVaultCommand.js +0 -25
- package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +0 -29
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/DeleteFrameworkCommand.js +0 -24
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js +0 -26
- package/dist-cjs/commands/DeleteReportPlanCommand.js +0 -24
- package/dist-cjs/commands/DescribeBackupJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeBackupVaultCommand.js +0 -24
- package/dist-cjs/commands/DescribeCopyJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeFrameworkCommand.js +0 -24
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +0 -27
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js +0 -26
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js +0 -25
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js +0 -28
- package/dist-cjs/commands/DescribeReportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeReportPlanCommand.js +0 -24
- package/dist-cjs/commands/DescribeRestoreJobCommand.js +0 -24
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +0 -27
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +0 -24
- package/dist-cjs/commands/GetBackupPlanCommand.js +0 -25
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +0 -24
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +0 -24
- package/dist-cjs/commands/GetBackupSelectionCommand.js +0 -25
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -24
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListBackupJobsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlansCommand.js +0 -26
- package/dist-cjs/commands/ListBackupSelectionsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupVaultsCommand.js +0 -25
- package/dist-cjs/commands/ListCopyJobsCommand.js +0 -24
- package/dist-cjs/commands/ListFrameworksCommand.js +0 -24
- package/dist-cjs/commands/ListProtectedResourcesCommand.js +0 -26
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -24
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +0 -29
- package/dist-cjs/commands/ListReportJobsCommand.js +0 -24
- package/dist-cjs/commands/ListReportPlansCommand.js +0 -25
- package/dist-cjs/commands/ListRestoreJobsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsCommand.js +0 -30
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +0 -26
- package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +0 -28
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/StartBackupJobCommand.js +0 -24
- package/dist-cjs/commands/StartCopyJobCommand.js +0 -25
- package/dist-cjs/commands/StartReportJobCommand.js +0 -24
- package/dist-cjs/commands/StartRestoreJobCommand.js +0 -24
- package/dist-cjs/commands/StopBackupJobCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateBackupPlanCommand.js +0 -26
- package/dist-cjs/commands/UpdateFrameworkCommand.js +0 -25
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +0 -26
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +0 -33
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js +0 -29
- package/dist-cjs/commands/UpdateReportPlanCommand.js +0 -25
- package/dist-cjs/commands/index.js +69 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -84
- package/dist-cjs/models/models_0.js +0 -462
- package/dist-cjs/pagination/ListBackupJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlansPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupSelectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupVaultsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCopyJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFrameworksPaginator.js +0 -10
- package/dist-cjs/pagination/ListProtectedResourcesPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js +0 -10
- package/dist-cjs/pagination/ListReportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportPlansPaginator.js +0 -10
- package/dist-cjs/pagination/ListRestoreJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +66 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -84
- package/dist-es/pagination/index.js +16 -0
- package/dist-types/commands/index.d.ts +66 -0
- package/dist-types/index.d.ts +4 -84
- package/dist-types/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/Backup.d.ts +67 -340
- package/dist-types/ts3.4/BackupClient.d.ts +24 -93
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +2 -60
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +66 -0
- package/dist-types/ts3.4/index.d.ts +4 -84
- package/dist-types/ts3.4/models/models_0.d.ts +751 -3372
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
package/dist-es/endpoints.js
CHANGED
|
@@ -26,22 +26,27 @@ var partitionHash = {
|
|
|
26
26
|
"us-west-1",
|
|
27
27
|
"us-west-2",
|
|
28
28
|
],
|
|
29
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
29
30
|
hostname: "backup.{region}.amazonaws.com",
|
|
30
31
|
},
|
|
31
32
|
"aws-cn": {
|
|
32
33
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
34
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
33
35
|
hostname: "backup.{region}.amazonaws.com.cn",
|
|
34
36
|
},
|
|
35
37
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
37
40
|
hostname: "backup.{region}.c2s.ic.gov",
|
|
38
41
|
},
|
|
39
42
|
"aws-iso-b": {
|
|
40
43
|
regions: ["us-isob-east-1"],
|
|
44
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
41
45
|
hostname: "backup.{region}.sc2s.sgov.gov",
|
|
42
46
|
},
|
|
43
47
|
"aws-us-gov": {
|
|
44
48
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
49
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
45
50
|
hostname: "backup.{region}.amazonaws.com",
|
|
46
51
|
},
|
|
47
52
|
};
|
package/dist-es/index.js
CHANGED
|
@@ -1,85 +1,5 @@
|
|
|
1
|
-
export * from "./BackupClient";
|
|
2
1
|
export * from "./Backup";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateReportPlanCommand";
|
|
8
|
-
export * from "./commands/DeleteBackupPlanCommand";
|
|
9
|
-
export * from "./commands/DeleteBackupSelectionCommand";
|
|
10
|
-
export * from "./commands/DeleteBackupVaultCommand";
|
|
11
|
-
export * from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
12
|
-
export * from "./commands/DeleteBackupVaultLockConfigurationCommand";
|
|
13
|
-
export * from "./commands/DeleteBackupVaultNotificationsCommand";
|
|
14
|
-
export * from "./commands/DeleteFrameworkCommand";
|
|
15
|
-
export * from "./commands/DeleteRecoveryPointCommand";
|
|
16
|
-
export * from "./commands/DeleteReportPlanCommand";
|
|
17
|
-
export * from "./commands/DescribeBackupJobCommand";
|
|
18
|
-
export * from "./commands/DescribeBackupVaultCommand";
|
|
19
|
-
export * from "./commands/DescribeCopyJobCommand";
|
|
20
|
-
export * from "./commands/DescribeFrameworkCommand";
|
|
21
|
-
export * from "./commands/DescribeGlobalSettingsCommand";
|
|
22
|
-
export * from "./commands/DescribeProtectedResourceCommand";
|
|
23
|
-
export * from "./commands/DescribeRecoveryPointCommand";
|
|
24
|
-
export * from "./commands/DescribeRegionSettingsCommand";
|
|
25
|
-
export * from "./commands/DescribeReportJobCommand";
|
|
26
|
-
export * from "./commands/DescribeReportPlanCommand";
|
|
27
|
-
export * from "./commands/DescribeRestoreJobCommand";
|
|
28
|
-
export * from "./commands/DisassociateRecoveryPointCommand";
|
|
29
|
-
export * from "./commands/ExportBackupPlanTemplateCommand";
|
|
30
|
-
export * from "./commands/GetBackupPlanCommand";
|
|
31
|
-
export * from "./commands/GetBackupPlanFromJSONCommand";
|
|
32
|
-
export * from "./commands/GetBackupPlanFromTemplateCommand";
|
|
33
|
-
export * from "./commands/GetBackupSelectionCommand";
|
|
34
|
-
export * from "./commands/GetBackupVaultAccessPolicyCommand";
|
|
35
|
-
export * from "./commands/GetBackupVaultNotificationsCommand";
|
|
36
|
-
export * from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
37
|
-
export * from "./commands/GetSupportedResourceTypesCommand";
|
|
38
|
-
export * from "./commands/ListBackupJobsCommand";
|
|
39
|
-
export * from "./pagination/ListBackupJobsPaginator";
|
|
40
|
-
export * from "./commands/ListBackupPlansCommand";
|
|
41
|
-
export * from "./pagination/ListBackupPlansPaginator";
|
|
42
|
-
export * from "./commands/ListBackupPlanTemplatesCommand";
|
|
43
|
-
export * from "./pagination/ListBackupPlanTemplatesPaginator";
|
|
44
|
-
export * from "./commands/ListBackupPlanVersionsCommand";
|
|
45
|
-
export * from "./pagination/ListBackupPlanVersionsPaginator";
|
|
46
|
-
export * from "./commands/ListBackupSelectionsCommand";
|
|
47
|
-
export * from "./pagination/ListBackupSelectionsPaginator";
|
|
48
|
-
export * from "./commands/ListBackupVaultsCommand";
|
|
49
|
-
export * from "./pagination/ListBackupVaultsPaginator";
|
|
50
|
-
export * from "./commands/ListCopyJobsCommand";
|
|
51
|
-
export * from "./pagination/ListCopyJobsPaginator";
|
|
52
|
-
export * from "./commands/ListFrameworksCommand";
|
|
53
|
-
export * from "./pagination/ListFrameworksPaginator";
|
|
54
|
-
export * from "./commands/ListProtectedResourcesCommand";
|
|
55
|
-
export * from "./pagination/ListProtectedResourcesPaginator";
|
|
56
|
-
export * from "./commands/ListRecoveryPointsByBackupVaultCommand";
|
|
57
|
-
export * from "./pagination/ListRecoveryPointsByBackupVaultPaginator";
|
|
58
|
-
export * from "./commands/ListRecoveryPointsByResourceCommand";
|
|
59
|
-
export * from "./pagination/ListRecoveryPointsByResourcePaginator";
|
|
60
|
-
export * from "./commands/ListReportJobsCommand";
|
|
61
|
-
export * from "./pagination/ListReportJobsPaginator";
|
|
62
|
-
export * from "./commands/ListReportPlansCommand";
|
|
63
|
-
export * from "./pagination/ListReportPlansPaginator";
|
|
64
|
-
export * from "./commands/ListRestoreJobsCommand";
|
|
65
|
-
export * from "./pagination/ListRestoreJobsPaginator";
|
|
66
|
-
export * from "./commands/ListTagsCommand";
|
|
67
|
-
export * from "./pagination/ListTagsPaginator";
|
|
68
|
-
export * from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
69
|
-
export * from "./commands/PutBackupVaultLockConfigurationCommand";
|
|
70
|
-
export * from "./commands/PutBackupVaultNotificationsCommand";
|
|
71
|
-
export * from "./commands/StartBackupJobCommand";
|
|
72
|
-
export * from "./commands/StartCopyJobCommand";
|
|
73
|
-
export * from "./commands/StartReportJobCommand";
|
|
74
|
-
export * from "./commands/StartRestoreJobCommand";
|
|
75
|
-
export * from "./commands/StopBackupJobCommand";
|
|
76
|
-
export * from "./commands/TagResourceCommand";
|
|
77
|
-
export * from "./commands/UntagResourceCommand";
|
|
78
|
-
export * from "./commands/UpdateBackupPlanCommand";
|
|
79
|
-
export * from "./commands/UpdateFrameworkCommand";
|
|
80
|
-
export * from "./commands/UpdateGlobalSettingsCommand";
|
|
81
|
-
export * from "./commands/UpdateRecoveryPointLifecycleCommand";
|
|
82
|
-
export * from "./commands/UpdateRegionSettingsCommand";
|
|
83
|
-
export * from "./commands/UpdateReportPlanCommand";
|
|
84
|
-
export * from "./pagination/Interfaces";
|
|
85
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./BackupClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBackupJobsPaginator";
|
|
3
|
+
export * from "./ListBackupPlanTemplatesPaginator";
|
|
4
|
+
export * from "./ListBackupPlanVersionsPaginator";
|
|
5
|
+
export * from "./ListBackupPlansPaginator";
|
|
6
|
+
export * from "./ListBackupSelectionsPaginator";
|
|
7
|
+
export * from "./ListBackupVaultsPaginator";
|
|
8
|
+
export * from "./ListCopyJobsPaginator";
|
|
9
|
+
export * from "./ListFrameworksPaginator";
|
|
10
|
+
export * from "./ListProtectedResourcesPaginator";
|
|
11
|
+
export * from "./ListRecoveryPointsByBackupVaultPaginator";
|
|
12
|
+
export * from "./ListRecoveryPointsByResourcePaginator";
|
|
13
|
+
export * from "./ListReportJobsPaginator";
|
|
14
|
+
export * from "./ListReportPlansPaginator";
|
|
15
|
+
export * from "./ListRestoreJobsPaginator";
|
|
16
|
+
export * from "./ListTagsPaginator";
|
|
@@ -0,0 +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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,85 +1,5 @@
|
|
|
1
|
-
export * from "./BackupClient";
|
|
2
1
|
export * from "./Backup";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateReportPlanCommand";
|
|
8
|
-
export * from "./commands/DeleteBackupPlanCommand";
|
|
9
|
-
export * from "./commands/DeleteBackupSelectionCommand";
|
|
10
|
-
export * from "./commands/DeleteBackupVaultCommand";
|
|
11
|
-
export * from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
12
|
-
export * from "./commands/DeleteBackupVaultLockConfigurationCommand";
|
|
13
|
-
export * from "./commands/DeleteBackupVaultNotificationsCommand";
|
|
14
|
-
export * from "./commands/DeleteFrameworkCommand";
|
|
15
|
-
export * from "./commands/DeleteRecoveryPointCommand";
|
|
16
|
-
export * from "./commands/DeleteReportPlanCommand";
|
|
17
|
-
export * from "./commands/DescribeBackupJobCommand";
|
|
18
|
-
export * from "./commands/DescribeBackupVaultCommand";
|
|
19
|
-
export * from "./commands/DescribeCopyJobCommand";
|
|
20
|
-
export * from "./commands/DescribeFrameworkCommand";
|
|
21
|
-
export * from "./commands/DescribeGlobalSettingsCommand";
|
|
22
|
-
export * from "./commands/DescribeProtectedResourceCommand";
|
|
23
|
-
export * from "./commands/DescribeRecoveryPointCommand";
|
|
24
|
-
export * from "./commands/DescribeRegionSettingsCommand";
|
|
25
|
-
export * from "./commands/DescribeReportJobCommand";
|
|
26
|
-
export * from "./commands/DescribeReportPlanCommand";
|
|
27
|
-
export * from "./commands/DescribeRestoreJobCommand";
|
|
28
|
-
export * from "./commands/DisassociateRecoveryPointCommand";
|
|
29
|
-
export * from "./commands/ExportBackupPlanTemplateCommand";
|
|
30
|
-
export * from "./commands/GetBackupPlanCommand";
|
|
31
|
-
export * from "./commands/GetBackupPlanFromJSONCommand";
|
|
32
|
-
export * from "./commands/GetBackupPlanFromTemplateCommand";
|
|
33
|
-
export * from "./commands/GetBackupSelectionCommand";
|
|
34
|
-
export * from "./commands/GetBackupVaultAccessPolicyCommand";
|
|
35
|
-
export * from "./commands/GetBackupVaultNotificationsCommand";
|
|
36
|
-
export * from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
37
|
-
export * from "./commands/GetSupportedResourceTypesCommand";
|
|
38
|
-
export * from "./commands/ListBackupJobsCommand";
|
|
39
|
-
export * from "./pagination/ListBackupJobsPaginator";
|
|
40
|
-
export * from "./commands/ListBackupPlansCommand";
|
|
41
|
-
export * from "./pagination/ListBackupPlansPaginator";
|
|
42
|
-
export * from "./commands/ListBackupPlanTemplatesCommand";
|
|
43
|
-
export * from "./pagination/ListBackupPlanTemplatesPaginator";
|
|
44
|
-
export * from "./commands/ListBackupPlanVersionsCommand";
|
|
45
|
-
export * from "./pagination/ListBackupPlanVersionsPaginator";
|
|
46
|
-
export * from "./commands/ListBackupSelectionsCommand";
|
|
47
|
-
export * from "./pagination/ListBackupSelectionsPaginator";
|
|
48
|
-
export * from "./commands/ListBackupVaultsCommand";
|
|
49
|
-
export * from "./pagination/ListBackupVaultsPaginator";
|
|
50
|
-
export * from "./commands/ListCopyJobsCommand";
|
|
51
|
-
export * from "./pagination/ListCopyJobsPaginator";
|
|
52
|
-
export * from "./commands/ListFrameworksCommand";
|
|
53
|
-
export * from "./pagination/ListFrameworksPaginator";
|
|
54
|
-
export * from "./commands/ListProtectedResourcesCommand";
|
|
55
|
-
export * from "./pagination/ListProtectedResourcesPaginator";
|
|
56
|
-
export * from "./commands/ListRecoveryPointsByBackupVaultCommand";
|
|
57
|
-
export * from "./pagination/ListRecoveryPointsByBackupVaultPaginator";
|
|
58
|
-
export * from "./commands/ListRecoveryPointsByResourceCommand";
|
|
59
|
-
export * from "./pagination/ListRecoveryPointsByResourcePaginator";
|
|
60
|
-
export * from "./commands/ListReportJobsCommand";
|
|
61
|
-
export * from "./pagination/ListReportJobsPaginator";
|
|
62
|
-
export * from "./commands/ListReportPlansCommand";
|
|
63
|
-
export * from "./pagination/ListReportPlansPaginator";
|
|
64
|
-
export * from "./commands/ListRestoreJobsCommand";
|
|
65
|
-
export * from "./pagination/ListRestoreJobsPaginator";
|
|
66
|
-
export * from "./commands/ListTagsCommand";
|
|
67
|
-
export * from "./pagination/ListTagsPaginator";
|
|
68
|
-
export * from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
69
|
-
export * from "./commands/PutBackupVaultLockConfigurationCommand";
|
|
70
|
-
export * from "./commands/PutBackupVaultNotificationsCommand";
|
|
71
|
-
export * from "./commands/StartBackupJobCommand";
|
|
72
|
-
export * from "./commands/StartCopyJobCommand";
|
|
73
|
-
export * from "./commands/StartReportJobCommand";
|
|
74
|
-
export * from "./commands/StartRestoreJobCommand";
|
|
75
|
-
export * from "./commands/StopBackupJobCommand";
|
|
76
|
-
export * from "./commands/TagResourceCommand";
|
|
77
|
-
export * from "./commands/UntagResourceCommand";
|
|
78
|
-
export * from "./commands/UpdateBackupPlanCommand";
|
|
79
|
-
export * from "./commands/UpdateFrameworkCommand";
|
|
80
|
-
export * from "./commands/UpdateGlobalSettingsCommand";
|
|
81
|
-
export * from "./commands/UpdateRecoveryPointLifecycleCommand";
|
|
82
|
-
export * from "./commands/UpdateRegionSettingsCommand";
|
|
83
|
-
export * from "./commands/UpdateReportPlanCommand";
|
|
84
|
-
export * from "./pagination/Interfaces";
|
|
85
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./BackupClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBackupJobsPaginator";
|
|
3
|
+
export * from "./ListBackupPlanTemplatesPaginator";
|
|
4
|
+
export * from "./ListBackupPlanVersionsPaginator";
|
|
5
|
+
export * from "./ListBackupPlansPaginator";
|
|
6
|
+
export * from "./ListBackupSelectionsPaginator";
|
|
7
|
+
export * from "./ListBackupVaultsPaginator";
|
|
8
|
+
export * from "./ListCopyJobsPaginator";
|
|
9
|
+
export * from "./ListFrameworksPaginator";
|
|
10
|
+
export * from "./ListProtectedResourcesPaginator";
|
|
11
|
+
export * from "./ListRecoveryPointsByBackupVaultPaginator";
|
|
12
|
+
export * from "./ListRecoveryPointsByResourcePaginator";
|
|
13
|
+
export * from "./ListReportJobsPaginator";
|
|
14
|
+
export * from "./ListReportPlansPaginator";
|
|
15
|
+
export * from "./ListRestoreJobsPaginator";
|
|
16
|
+
export * from "./ListTagsPaginator";
|