@aws-sdk/client-backupsearch 3.864.0 → 3.872.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/README.md +1 -17
- package/dist-cjs/endpoint/ruleset.js +2 -2
- package/dist-es/endpoint/ruleset.js +2 -2
- package/dist-types/BackupSearch.d.ts +1 -16
- package/dist-types/BackupSearchClient.d.ts +1 -16
- package/dist-types/commands/GetSearchJobCommand.d.ts +2 -5
- package/dist-types/commands/GetSearchResultExportJobCommand.d.ts +2 -9
- package/dist-types/commands/ListSearchJobBackupsCommand.d.ts +2 -16
- package/dist-types/commands/ListSearchJobResultsCommand.d.ts +1 -3
- package/dist-types/commands/ListSearchJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListSearchResultExportJobsCommand.d.ts +2 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -3
- package/dist-types/commands/StartSearchJobCommand.d.ts +5 -11
- package/dist-types/commands/StartSearchResultExportJobCommand.d.ts +3 -11
- package/dist-types/commands/StopSearchJobCommand.d.ts +3 -12
- package/dist-types/commands/TagResourceCommand.d.ts +1 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -3
- package/dist-types/index.d.ts +1 -16
- package/dist-types/models/models_0.d.ts +123 -443
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,23 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript BackupSearch Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<fullname>Backup Search</fullname>
|
|
10
|
-
|
|
11
|
-
<p>Backup Search is the recovery point and item level search for Backup.</p>
|
|
12
|
-
<p>For additional information, see:</p>
|
|
13
|
-
<ul>
|
|
14
|
-
<li>
|
|
15
|
-
<p>
|
|
16
|
-
<a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a>
|
|
17
|
-
</p>
|
|
18
|
-
</li>
|
|
19
|
-
<li>
|
|
20
|
-
<p>
|
|
21
|
-
<a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup
|
|
22
|
-
Developer Guide</a>
|
|
23
|
-
</p>
|
|
24
|
-
</li>
|
|
25
|
-
</ul>
|
|
9
|
+
<fullname>Backup Search</fullname> <p>Backup Search is the recovery point and item level search for Backup.</p> <p>For additional information, see:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup Developer Guide</a> </p> </li> </ul>
|
|
26
10
|
|
|
27
11
|
## Installing
|
|
28
12
|
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const l = "ref";
|
|
5
|
-
const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {
|
|
6
|
-
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties:
|
|
5
|
+
const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {}, j = [{ "fn": "booleanEquals", "argv": [{ [l]: "UseFIPS" }, true] }], k = [{ [l]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties: i, headers: i }, type: e }], type: f }, { rules: [{ conditions: [{ fn: c, argv: k }], rules: [{ conditions: [{ fn: "aws.partition", argv: k, assign: "PartitionResult" }], rules: [{ conditions: j, endpoint: { url: "https://backup-search-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }, { endpoint: { url: "https://backup-search.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const l = "ref";
|
|
2
|
-
const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {
|
|
3
|
-
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties:
|
|
2
|
+
const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {}, j = [{ "fn": "booleanEquals", "argv": [{ [l]: "UseFIPS" }, true] }], k = [{ [l]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties: i, headers: i }, type: e }], type: f }, { rules: [{ conditions: [{ fn: c, argv: k }], rules: [{ conditions: [{ fn: "aws.partition", argv: k, assign: "PartitionResult" }], rules: [{ conditions: j, endpoint: { url: "https://backup-search-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }, { endpoint: { url: "https://backup-search.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -89,22 +89,7 @@ export interface BackupSearch {
|
|
|
89
89
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
|
-
* <fullname>Backup Search</fullname>
|
|
93
|
-
* <p>Backup Search is the recovery point and item level search for Backup.</p>
|
|
94
|
-
* <p>For additional information, see:</p>
|
|
95
|
-
* <ul>
|
|
96
|
-
* <li>
|
|
97
|
-
* <p>
|
|
98
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a>
|
|
99
|
-
* </p>
|
|
100
|
-
* </li>
|
|
101
|
-
* <li>
|
|
102
|
-
* <p>
|
|
103
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup
|
|
104
|
-
* Developer Guide</a>
|
|
105
|
-
* </p>
|
|
106
|
-
* </li>
|
|
107
|
-
* </ul>
|
|
92
|
+
* <fullname>Backup Search</fullname> <p>Backup Search is the recovery point and item level search for Backup.</p> <p>For additional information, see:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup Developer Guide</a> </p> </li> </ul>
|
|
108
93
|
* @public
|
|
109
94
|
*/
|
|
110
95
|
export declare class BackupSearch extends BackupSearchClient implements BackupSearch {
|
|
@@ -181,22 +181,7 @@ export type BackupSearchClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
181
181
|
export interface BackupSearchClientResolvedConfig extends BackupSearchClientResolvedConfigType {
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* <fullname>Backup Search</fullname>
|
|
185
|
-
* <p>Backup Search is the recovery point and item level search for Backup.</p>
|
|
186
|
-
* <p>For additional information, see:</p>
|
|
187
|
-
* <ul>
|
|
188
|
-
* <li>
|
|
189
|
-
* <p>
|
|
190
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a>
|
|
191
|
-
* </p>
|
|
192
|
-
* </li>
|
|
193
|
-
* <li>
|
|
194
|
-
* <p>
|
|
195
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup
|
|
196
|
-
* Developer Guide</a>
|
|
197
|
-
* </p>
|
|
198
|
-
* </li>
|
|
199
|
-
* </ul>
|
|
184
|
+
* <fullname>Backup Search</fullname> <p>Backup Search is the recovery point and item level search for Backup.</p> <p>For additional information, see:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup Developer Guide</a> </p> </li> </ul>
|
|
200
185
|
* @public
|
|
201
186
|
*/
|
|
202
187
|
export declare class BackupSearchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BackupSearchClientResolvedConfig> {
|
|
@@ -27,8 +27,7 @@ declare const GetSearchJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation retrieves metadata of a search job,
|
|
31
|
-
* including its progress.</p>
|
|
30
|
+
* <p>This operation retrieves metadata of a search job, including its progress.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -151,9 +150,7 @@ declare const GetSearchJobCommand_base: {
|
|
|
151
150
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
152
151
|
*
|
|
153
152
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
154
|
-
* <p>The resource was not found for this request.</p>
|
|
155
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
156
|
-
* and exists, then retry the request.</p>
|
|
153
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
157
154
|
*
|
|
158
155
|
* @throws {@link AccessDeniedException} (client fault)
|
|
159
156
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -27,12 +27,7 @@ declare const GetSearchResultExportJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation retrieves the metadata of an export job.</p>
|
|
31
|
-
* <p>An export job is an operation that transmits the results
|
|
32
|
-
* of a search job to a specified S3 bucket in a
|
|
33
|
-
* .csv file.</p>
|
|
34
|
-
* <p>An export job allows you to retain results of a search
|
|
35
|
-
* beyond the search job's scheduled retention of 7 days.</p>
|
|
30
|
+
* <p>This operation retrieves the metadata of an export job.</p> <p>An export job is an operation that transmits the results of a search job to a specified S3 bucket in a .csv file.</p> <p>An export job allows you to retain results of a search beyond the search job's scheduled retention of 7 days.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -69,9 +64,7 @@ declare const GetSearchResultExportJobCommand_base: {
|
|
|
69
64
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
70
65
|
*
|
|
71
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
-
* <p>The resource was not found for this request.</p>
|
|
73
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
74
|
-
* and exists, then retry the request.</p>
|
|
67
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
75
68
|
*
|
|
76
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
77
70
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -27,19 +27,7 @@ declare const ListSearchJobBackupsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation returns a list of all backups (recovery
|
|
31
|
-
* points) in a paginated format that were included in
|
|
32
|
-
* the search job.</p>
|
|
33
|
-
* <p>If a search does not display an expected backup in
|
|
34
|
-
* the results, you can call this operation to display each
|
|
35
|
-
* backup included in the search. Any backups that were not
|
|
36
|
-
* included because they have a <code>FAILED</code> status
|
|
37
|
-
* from a permissions issue will be displayed, along with a
|
|
38
|
-
* status message.</p>
|
|
39
|
-
* <p>Only recovery points with a backup index that has
|
|
40
|
-
* a status of <code>ACTIVE</code> will be included in search results.
|
|
41
|
-
* If the index has any other status, its status will be
|
|
42
|
-
* displayed along with a status message.</p>
|
|
30
|
+
* <p>This operation returns a list of all backups (recovery points) in a paginated format that were included in the search job.</p> <p>If a search does not display an expected backup in the results, you can call this operation to display each backup included in the search. Any backups that were not included because they have a <code>FAILED</code> status from a permissions issue will be displayed, along with a status message.</p> <p>Only recovery points with a backup index that has a status of <code>ACTIVE</code> will be included in search results. If the index has any other status, its status will be displayed along with a status message.</p>
|
|
43
31
|
* @example
|
|
44
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
33
|
* ```javascript
|
|
@@ -77,9 +65,7 @@ declare const ListSearchJobBackupsCommand_base: {
|
|
|
77
65
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
78
66
|
*
|
|
79
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
|
-
* <p>The resource was not found for this request.</p>
|
|
81
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
82
|
-
* and exists, then retry the request.</p>
|
|
68
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
83
69
|
*
|
|
84
70
|
* @throws {@link AccessDeniedException} (client fault)
|
|
85
71
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -78,9 +78,7 @@ declare const ListSearchJobResultsCommand_base: {
|
|
|
78
78
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
-
* <p>The resource was not found for this request.</p>
|
|
82
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
83
|
-
* and exists, then retry the request.</p>
|
|
81
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
84
82
|
*
|
|
85
83
|
* @throws {@link AccessDeniedException} (client fault)
|
|
86
84
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -27,8 +27,7 @@ declare const ListSearchJobsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation returns a list of search jobs belonging
|
|
31
|
-
* to an account.</p>
|
|
30
|
+
* <p>This operation returns a list of search jobs belonging to an account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListSearchResultExportJobsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation exports search results of a search job
|
|
31
|
-
* to a specified destination S3 bucket.</p>
|
|
30
|
+
* <p>This operation exports search results of a search job to a specified destination S3 bucket.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -67,9 +66,7 @@ declare const ListSearchResultExportJobsCommand_base: {
|
|
|
67
66
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
-
* <p>The resource was not found for this request.</p>
|
|
71
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
72
|
-
* and exists, then retry the request.</p>
|
|
69
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
75
72
|
* <p>The request denied due to exceeding the quota limits permitted.</p>
|
|
@@ -54,9 +54,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
54
54
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
-
* <p>The resource was not found for this request.</p>
|
|
58
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
59
|
-
* and exists, then retry the request.</p>
|
|
57
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
60
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -27,11 +27,7 @@ declare const StartSearchJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operation creates a search job which returns
|
|
31
|
-
* recovery points filtered by SearchScope and items
|
|
32
|
-
* filtered by ItemFilters.</p>
|
|
33
|
-
* <p>You can optionally include ClientToken,
|
|
34
|
-
* EncryptionKeyArn, Name, and/or Tags.</p>
|
|
30
|
+
* <p>This operation creates a search job which returns recovery points filtered by SearchScope and items filtered by ItemFilters.</p> <p>You can optionally include ClientToken, EncryptionKeyArn, Name, and/or Tags.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -145,12 +141,10 @@ declare const StartSearchJobCommand_base: {
|
|
|
145
141
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
146
142
|
*
|
|
147
143
|
* @throws {@link ConflictException} (client fault)
|
|
148
|
-
* <p>This exception occurs when a conflict with a previous successful
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
* <p>A retry (with appropriate backoff logic) is the recommended
|
|
153
|
-
* response to this exception.</p>
|
|
144
|
+
* <p>This exception occurs when a conflict with a previous successful operation is detected. This generally occurs when the previous operation did not have time to propagate to the host serving the current request.</p> <p>A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
145
|
+
*
|
|
146
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
147
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
154
148
|
*
|
|
155
149
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
156
150
|
* <p>The request denied due to exceeding the quota limits permitted.</p>
|
|
@@ -27,8 +27,7 @@ declare const StartSearchResultExportJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operations starts a job to export the results
|
|
31
|
-
* of search job to a designated S3 bucket.</p>
|
|
30
|
+
* <p>This operations starts a job to export the results of search job to a designated S3 bucket.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -65,17 +64,10 @@ declare const StartSearchResultExportJobCommand_base: {
|
|
|
65
64
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
66
65
|
*
|
|
67
66
|
* @throws {@link ConflictException} (client fault)
|
|
68
|
-
* <p>This exception occurs when a conflict with a previous successful
|
|
69
|
-
* operation is detected. This generally occurs when the previous
|
|
70
|
-
* operation did not have time to propagate to the host serving the
|
|
71
|
-
* current request.</p>
|
|
72
|
-
* <p>A retry (with appropriate backoff logic) is the recommended
|
|
73
|
-
* response to this exception.</p>
|
|
67
|
+
* <p>This exception occurs when a conflict with a previous successful operation is detected. This generally occurs when the previous operation did not have time to propagate to the host serving the current request.</p> <p>A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
76
|
-
* <p>The resource was not found for this request.</p>
|
|
77
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
78
|
-
* and exists, then retry the request.</p>
|
|
70
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
79
71
|
*
|
|
80
72
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
81
73
|
* <p>The request denied due to exceeding the quota limits permitted.</p>
|
|
@@ -27,9 +27,7 @@ declare const StopSearchJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>This operations ends a search job.</p>
|
|
31
|
-
* <p>Only a search job with a status of <code>RUNNING</code>
|
|
32
|
-
* can be stopped.</p>
|
|
30
|
+
* <p>This operations ends a search job.</p> <p>Only a search job with a status of <code>RUNNING</code> can be stopped.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -52,17 +50,10 @@ declare const StopSearchJobCommand_base: {
|
|
|
52
50
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
53
51
|
*
|
|
54
52
|
* @throws {@link ConflictException} (client fault)
|
|
55
|
-
* <p>This exception occurs when a conflict with a previous successful
|
|
56
|
-
* operation is detected. This generally occurs when the previous
|
|
57
|
-
* operation did not have time to propagate to the host serving the
|
|
58
|
-
* current request.</p>
|
|
59
|
-
* <p>A retry (with appropriate backoff logic) is the recommended
|
|
60
|
-
* response to this exception.</p>
|
|
53
|
+
* <p>This exception occurs when a conflict with a previous successful operation is detected. This generally occurs when the previous operation did not have time to propagate to the host serving the current request.</p> <p>A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
61
54
|
*
|
|
62
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
63
|
-
* <p>The resource was not found for this request.</p>
|
|
64
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
65
|
-
* and exists, then retry the request.</p>
|
|
56
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
66
57
|
*
|
|
67
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
68
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -53,9 +53,7 @@ declare const TagResourceCommand_base: {
|
|
|
53
53
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
-
* <p>The resource was not found for this request.</p>
|
|
57
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
58
|
-
* and exists, then retry the request.</p>
|
|
56
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
59
57
|
*
|
|
60
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -53,9 +53,7 @@ declare const UntagResourceCommand_base: {
|
|
|
53
53
|
* @see {@link BackupSearchClientResolvedConfig | config} for BackupSearchClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
-
* <p>The resource was not found for this request.</p>
|
|
57
|
-
* <p>Confirm the resource information, such as the ARN or type is correct
|
|
58
|
-
* and exists, then retry the request.</p>
|
|
56
|
+
* <p>The resource was not found for this request.</p> <p>Confirm the resource information, such as the ARN or type is correct and exists, then retry the request.</p>
|
|
59
57
|
*
|
|
60
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,20 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <fullname>Backup Search</fullname>
|
|
3
|
-
* <p>Backup Search is the recovery point and item level search for Backup.</p>
|
|
4
|
-
* <p>For additional information, see:</p>
|
|
5
|
-
* <ul>
|
|
6
|
-
* <li>
|
|
7
|
-
* <p>
|
|
8
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a>
|
|
9
|
-
* </p>
|
|
10
|
-
* </li>
|
|
11
|
-
* <li>
|
|
12
|
-
* <p>
|
|
13
|
-
* <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup
|
|
14
|
-
* Developer Guide</a>
|
|
15
|
-
* </p>
|
|
16
|
-
* </li>
|
|
17
|
-
* </ul>
|
|
2
|
+
* <fullname>Backup Search</fullname> <p>Backup Search is the recovery point and item level search for Backup.</p> <p>For additional information, see:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/api-reference.html">Backup API Reference</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html">Backup Developer Guide</a> </p> </li> </ul>
|
|
18
3
|
*
|
|
19
4
|
* @packageDocumentation
|
|
20
5
|
*/
|