@aws-sdk/client-backupsearch 3.775.0 → 3.777.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/dist-types/commands/GetSearchJobCommand.d.ts +1 -0
- package/dist-types/commands/GetSearchResultExportJobCommand.d.ts +1 -0
- package/dist-types/commands/ListSearchJobBackupsCommand.d.ts +1 -0
- package/dist-types/commands/ListSearchJobResultsCommand.d.ts +1 -0
- package/dist-types/commands/ListSearchJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListSearchResultExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/StartSearchJobCommand.d.ts +1 -0
- package/dist-types/commands/StartSearchResultExportJobCommand.d.ts +1 -0
- package/dist-types/commands/StopSearchJobCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -170,6 +170,7 @@ declare const GetSearchJobCommand_base: {
|
|
|
170
170
|
* @throws {@link BackupSearchServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class GetSearchJobCommand extends GetSearchJobCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetSearchResultExportJobCommand_base: {
|
|
|
88
88
|
* @throws {@link BackupSearchServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetSearchResultExportJobCommand extends GetSearchResultExportJobCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListSearchJobBackupsCommand_base: {
|
|
|
96
96
|
* @throws {@link BackupSearchServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListSearchJobBackupsCommand extends ListSearchJobBackupsCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const ListSearchJobResultsCommand_base: {
|
|
|
97
97
|
* @throws {@link BackupSearchServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ListSearchJobResultsCommand extends ListSearchJobResultsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListSearchJobsCommand_base: {
|
|
|
84
84
|
* @throws {@link BackupSearchServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListSearchJobsCommand extends ListSearchJobsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListSearchResultExportJobsCommand_base: {
|
|
|
89
89
|
* @throws {@link BackupSearchServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListSearchResultExportJobsCommand extends ListSearchResultExportJobsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link BackupSearchServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -170,6 +170,7 @@ declare const StartSearchJobCommand_base: {
|
|
|
170
170
|
* @throws {@link BackupSearchServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class StartSearchJobCommand extends StartSearchJobCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const StartSearchResultExportJobCommand_base: {
|
|
|
95
95
|
* @throws {@link BackupSearchServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class StartSearchResultExportJobCommand extends StartSearchResultExportJobCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const StopSearchJobCommand_base: {
|
|
|
79
79
|
* @throws {@link BackupSearchServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class StopSearchJobCommand extends StopSearchJobCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link BackupSearchServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link BackupSearchServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from BackupSearch service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backupsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backupsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|