@aws-sdk/client-backupsearch 3.928.0 → 3.930.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-cjs/index.js +735 -890
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BackupSearchClient.js +2 -0
- package/dist-es/commands/GetSearchJobCommand.js +3 -9
- package/dist-es/commands/GetSearchResultExportJobCommand.js +3 -9
- package/dist-es/commands/ListSearchJobBackupsCommand.js +3 -9
- package/dist-es/commands/ListSearchJobResultsCommand.js +3 -10
- package/dist-es/commands/ListSearchJobsCommand.js +3 -9
- package/dist-es/commands/ListSearchResultExportJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartSearchJobCommand.js +3 -9
- package/dist-es/commands/StartSearchResultExportJobCommand.js +3 -9
- package/dist-es/commands/StopSearchJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -39
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +702 -0
- package/dist-types/BackupSearchClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +8 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +80 -0
- package/dist-types/ts3.4/BackupSearchClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -10
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +87 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -753
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
|
@@ -382,12 +382,15 @@ export declare namespace ResultItem {
|
|
|
382
382
|
EBSResultItem?: never;
|
|
383
383
|
$unknown: [string, any];
|
|
384
384
|
}
|
|
385
|
+
/**
|
|
386
|
+
* @deprecated unused in schema-serde mode.
|
|
387
|
+
*
|
|
388
|
+
*/
|
|
385
389
|
interface Visitor<T> {
|
|
386
390
|
S3ResultItem: (value: S3ResultItem) => T;
|
|
387
391
|
EBSResultItem: (value: EBSResultItem) => T;
|
|
388
392
|
_: (name: string, value: any) => T;
|
|
389
393
|
}
|
|
390
|
-
const visit: <T>(value: ResultItem, visitor: Visitor<T>) => T;
|
|
391
394
|
}
|
|
392
395
|
/**
|
|
393
396
|
* @public
|
|
@@ -970,11 +973,14 @@ export declare namespace ExportSpecification {
|
|
|
970
973
|
s3ExportSpecification?: never;
|
|
971
974
|
$unknown: [string, any];
|
|
972
975
|
}
|
|
976
|
+
/**
|
|
977
|
+
* @deprecated unused in schema-serde mode.
|
|
978
|
+
*
|
|
979
|
+
*/
|
|
973
980
|
interface Visitor<T> {
|
|
974
981
|
s3ExportSpecification: (value: S3ExportSpecification) => T;
|
|
975
982
|
_: (name: string, value: any) => T;
|
|
976
983
|
}
|
|
977
|
-
const visit: <T>(value: ExportSpecification, visitor: Visitor<T>) => T;
|
|
978
984
|
}
|
|
979
985
|
/**
|
|
980
986
|
* @public
|
|
@@ -1197,19 +1203,3 @@ export interface UntagResourceRequest {
|
|
|
1197
1203
|
*/
|
|
1198
1204
|
export interface UntagResourceResponse {
|
|
1199
1205
|
}
|
|
1200
|
-
/**
|
|
1201
|
-
* @internal
|
|
1202
|
-
*/
|
|
1203
|
-
export declare const EBSResultItemFilterSensitiveLog: (obj: EBSResultItem) => any;
|
|
1204
|
-
/**
|
|
1205
|
-
* @internal
|
|
1206
|
-
*/
|
|
1207
|
-
export declare const S3ResultItemFilterSensitiveLog: (obj: S3ResultItem) => any;
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
|
-
export declare const ResultItemFilterSensitiveLog: (obj: ResultItem) => any;
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
|
-
export declare const ListSearchJobResultsOutputFilterSensitiveLog: (obj: ListSearchJobResultsOutput) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BackupSearchHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var FilePath: StaticSimpleSchema;
|
|
3
|
+
export declare var ObjectKey: StaticSimpleSchema;
|
|
4
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
5
|
+
export declare var BackupCreationTimeFilter: StaticStructureSchema;
|
|
6
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
7
|
+
export declare var CurrentSearchProgress: StaticStructureSchema;
|
|
8
|
+
export declare var EBSItemFilter: StaticStructureSchema;
|
|
9
|
+
export declare var EBSResultItem: StaticStructureSchema;
|
|
10
|
+
export declare var ExportJobSummary: StaticStructureSchema;
|
|
11
|
+
export declare var GetSearchJobInput: StaticStructureSchema;
|
|
12
|
+
export declare var GetSearchJobOutput: StaticStructureSchema;
|
|
13
|
+
export declare var GetSearchResultExportJobInput: StaticStructureSchema;
|
|
14
|
+
export declare var GetSearchResultExportJobOutput: StaticStructureSchema;
|
|
15
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
16
|
+
export declare var ItemFilters: StaticStructureSchema;
|
|
17
|
+
export declare var ListSearchJobBackupsInput: StaticStructureSchema;
|
|
18
|
+
export declare var ListSearchJobBackupsOutput: StaticStructureSchema;
|
|
19
|
+
export declare var ListSearchJobResultsInput: StaticStructureSchema;
|
|
20
|
+
export declare var ListSearchJobResultsOutput: StaticStructureSchema;
|
|
21
|
+
export declare var ListSearchJobsInput: StaticStructureSchema;
|
|
22
|
+
export declare var ListSearchJobsOutput: StaticStructureSchema;
|
|
23
|
+
export declare var ListSearchResultExportJobsInput: StaticStructureSchema;
|
|
24
|
+
export declare var ListSearchResultExportJobsOutput: StaticStructureSchema;
|
|
25
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
26
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
27
|
+
export declare var LongCondition: StaticStructureSchema;
|
|
28
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
29
|
+
export declare var S3ExportSpecification: StaticStructureSchema;
|
|
30
|
+
export declare var S3ItemFilter: StaticStructureSchema;
|
|
31
|
+
export declare var S3ResultItem: StaticStructureSchema;
|
|
32
|
+
export declare var SearchJobBackupsResult: StaticStructureSchema;
|
|
33
|
+
export declare var SearchJobSummary: StaticStructureSchema;
|
|
34
|
+
export declare var SearchScope: StaticStructureSchema;
|
|
35
|
+
export declare var SearchScopeSummary: StaticStructureSchema;
|
|
36
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
37
|
+
export declare var StartSearchJobInput: StaticStructureSchema;
|
|
38
|
+
export declare var StartSearchJobOutput: StaticStructureSchema;
|
|
39
|
+
export declare var StartSearchResultExportJobInput: StaticStructureSchema;
|
|
40
|
+
export declare var StartSearchResultExportJobOutput: StaticStructureSchema;
|
|
41
|
+
export declare var StopSearchJobInput: StaticStructureSchema;
|
|
42
|
+
export declare var StopSearchJobOutput: StaticStructureSchema;
|
|
43
|
+
export declare var StringCondition: StaticStructureSchema;
|
|
44
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
45
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
46
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
47
|
+
export declare var TimeCondition: StaticStructureSchema;
|
|
48
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
49
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
50
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
51
|
+
export declare var __Unit: "unit";
|
|
52
|
+
export declare var BackupSearchServiceException: StaticErrorSchema;
|
|
53
|
+
export declare var EBSItemFilters: StaticListSchema;
|
|
54
|
+
export declare var ExportJobSummaries: StaticListSchema;
|
|
55
|
+
export declare var LongConditionList: StaticListSchema;
|
|
56
|
+
export declare var RecoveryPointArnList: number;
|
|
57
|
+
export declare var ResourceArnList: number;
|
|
58
|
+
export declare var ResourceTypeList: number;
|
|
59
|
+
export declare var Results: StaticListSchema;
|
|
60
|
+
export declare var S3ItemFilters: StaticListSchema;
|
|
61
|
+
export declare var SearchJobBackupsResults: StaticListSchema;
|
|
62
|
+
export declare var SearchJobs: StaticListSchema;
|
|
63
|
+
export declare var StringConditionList: StaticListSchema;
|
|
64
|
+
export declare var TagKeys: number;
|
|
65
|
+
export declare var TimeConditionList: StaticListSchema;
|
|
66
|
+
export declare var TagMap: StaticMapSchema;
|
|
67
|
+
export declare var ExportSpecification: StaticStructureSchema;
|
|
68
|
+
export declare var ResultItem: StaticStructureSchema;
|
|
69
|
+
export declare var GetSearchJob: StaticOperationSchema;
|
|
70
|
+
export declare var GetSearchResultExportJob: StaticOperationSchema;
|
|
71
|
+
export declare var ListSearchJobBackups: StaticOperationSchema;
|
|
72
|
+
export declare var ListSearchJobResults: StaticOperationSchema;
|
|
73
|
+
export declare var ListSearchJobs: StaticOperationSchema;
|
|
74
|
+
export declare var ListSearchResultExportJobs: StaticOperationSchema;
|
|
75
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
76
|
+
export declare var StartSearchJob: StaticOperationSchema;
|
|
77
|
+
export declare var StartSearchResultExportJob: StaticOperationSchema;
|
|
78
|
+
export declare var StopSearchJob: StaticOperationSchema;
|
|
79
|
+
export declare var TagResource: StaticOperationSchema;
|
|
80
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -150,6 +153,7 @@ export interface ClientDefaults
|
|
|
150
153
|
retryMode?: string | __Provider<string>;
|
|
151
154
|
logger?: __Logger;
|
|
152
155
|
extensions?: RuntimeExtension[];
|
|
156
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
153
157
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
154
158
|
}
|
|
155
159
|
export type BackupSearchClientConfigType = Partial<
|
|
@@ -138,7 +138,6 @@ export declare namespace ResultItem {
|
|
|
138
138
|
EBSResultItem: (value: EBSResultItem) => T;
|
|
139
139
|
_: (name: string, value: any) => T;
|
|
140
140
|
}
|
|
141
|
-
const visit: <T>(value: ResultItem, visitor: Visitor<T>) => T;
|
|
142
141
|
}
|
|
143
142
|
export interface ListSearchJobResultsOutput {
|
|
144
143
|
Results: ResultItem[] | undefined;
|
|
@@ -314,7 +313,6 @@ export declare namespace ExportSpecification {
|
|
|
314
313
|
s3ExportSpecification: (value: S3ExportSpecification) => T;
|
|
315
314
|
_: (name: string, value: any) => T;
|
|
316
315
|
}
|
|
317
|
-
const visit: <T>(value: ExportSpecification, visitor: Visitor<T>) => T;
|
|
318
316
|
}
|
|
319
317
|
export interface GetSearchResultExportJobInput {
|
|
320
318
|
ExportJobIdentifier: string | undefined;
|
|
@@ -369,11 +367,3 @@ export interface UntagResourceRequest {
|
|
|
369
367
|
TagKeys: string[] | undefined;
|
|
370
368
|
}
|
|
371
369
|
export interface UntagResourceResponse {}
|
|
372
|
-
export declare const EBSResultItemFilterSensitiveLog: (
|
|
373
|
-
obj: EBSResultItem
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const S3ResultItemFilterSensitiveLog: (obj: S3ResultItem) => any;
|
|
376
|
-
export declare const ResultItemFilterSensitiveLog: (obj: ResultItem) => any;
|
|
377
|
-
export declare const ListSearchJobResultsOutputFilterSensitiveLog: (
|
|
378
|
-
obj: ListSearchJobResultsOutput
|
|
379
|
-
) => any;
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
37
37
|
profile?: string;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
41
45
|
userAgentAppId?:
|
|
42
46
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -36,6 +36,10 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
36
36
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
38
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
39
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
40
|
+
import("@smithy/types").HttpRequest,
|
|
41
|
+
import("@smithy/types").HttpResponse
|
|
42
|
+
>;
|
|
39
43
|
defaultsMode:
|
|
40
44
|
| import("@smithy/smithy-client").DefaultsMode
|
|
41
45
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BackupSearchHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var FilePath: StaticSimpleSchema;
|
|
10
|
+
export declare var ObjectKey: StaticSimpleSchema;
|
|
11
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
12
|
+
export declare var BackupCreationTimeFilter: StaticStructureSchema;
|
|
13
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
14
|
+
export declare var CurrentSearchProgress: StaticStructureSchema;
|
|
15
|
+
export declare var EBSItemFilter: StaticStructureSchema;
|
|
16
|
+
export declare var EBSResultItem: StaticStructureSchema;
|
|
17
|
+
export declare var ExportJobSummary: StaticStructureSchema;
|
|
18
|
+
export declare var GetSearchJobInput: StaticStructureSchema;
|
|
19
|
+
export declare var GetSearchJobOutput: StaticStructureSchema;
|
|
20
|
+
export declare var GetSearchResultExportJobInput: StaticStructureSchema;
|
|
21
|
+
export declare var GetSearchResultExportJobOutput: StaticStructureSchema;
|
|
22
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
23
|
+
export declare var ItemFilters: StaticStructureSchema;
|
|
24
|
+
export declare var ListSearchJobBackupsInput: StaticStructureSchema;
|
|
25
|
+
export declare var ListSearchJobBackupsOutput: StaticStructureSchema;
|
|
26
|
+
export declare var ListSearchJobResultsInput: StaticStructureSchema;
|
|
27
|
+
export declare var ListSearchJobResultsOutput: StaticStructureSchema;
|
|
28
|
+
export declare var ListSearchJobsInput: StaticStructureSchema;
|
|
29
|
+
export declare var ListSearchJobsOutput: StaticStructureSchema;
|
|
30
|
+
export declare var ListSearchResultExportJobsInput: StaticStructureSchema;
|
|
31
|
+
export declare var ListSearchResultExportJobsOutput: StaticStructureSchema;
|
|
32
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
33
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
34
|
+
export declare var LongCondition: StaticStructureSchema;
|
|
35
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
36
|
+
export declare var S3ExportSpecification: StaticStructureSchema;
|
|
37
|
+
export declare var S3ItemFilter: StaticStructureSchema;
|
|
38
|
+
export declare var S3ResultItem: StaticStructureSchema;
|
|
39
|
+
export declare var SearchJobBackupsResult: StaticStructureSchema;
|
|
40
|
+
export declare var SearchJobSummary: StaticStructureSchema;
|
|
41
|
+
export declare var SearchScope: StaticStructureSchema;
|
|
42
|
+
export declare var SearchScopeSummary: StaticStructureSchema;
|
|
43
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
44
|
+
export declare var StartSearchJobInput: StaticStructureSchema;
|
|
45
|
+
export declare var StartSearchJobOutput: StaticStructureSchema;
|
|
46
|
+
export declare var StartSearchResultExportJobInput: StaticStructureSchema;
|
|
47
|
+
export declare var StartSearchResultExportJobOutput: StaticStructureSchema;
|
|
48
|
+
export declare var StopSearchJobInput: StaticStructureSchema;
|
|
49
|
+
export declare var StopSearchJobOutput: StaticStructureSchema;
|
|
50
|
+
export declare var StringCondition: StaticStructureSchema;
|
|
51
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
52
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
53
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
54
|
+
export declare var TimeCondition: StaticStructureSchema;
|
|
55
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
56
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
57
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
58
|
+
export declare var __Unit: "unit";
|
|
59
|
+
export declare var BackupSearchServiceException: StaticErrorSchema;
|
|
60
|
+
export declare var EBSItemFilters: StaticListSchema;
|
|
61
|
+
export declare var ExportJobSummaries: StaticListSchema;
|
|
62
|
+
export declare var LongConditionList: StaticListSchema;
|
|
63
|
+
export declare var RecoveryPointArnList: number;
|
|
64
|
+
export declare var ResourceArnList: number;
|
|
65
|
+
export declare var ResourceTypeList: number;
|
|
66
|
+
export declare var Results: StaticListSchema;
|
|
67
|
+
export declare var S3ItemFilters: StaticListSchema;
|
|
68
|
+
export declare var SearchJobBackupsResults: StaticListSchema;
|
|
69
|
+
export declare var SearchJobs: StaticListSchema;
|
|
70
|
+
export declare var StringConditionList: StaticListSchema;
|
|
71
|
+
export declare var TagKeys: number;
|
|
72
|
+
export declare var TimeConditionList: StaticListSchema;
|
|
73
|
+
export declare var TagMap: StaticMapSchema;
|
|
74
|
+
export declare var ExportSpecification: StaticStructureSchema;
|
|
75
|
+
export declare var ResultItem: StaticStructureSchema;
|
|
76
|
+
export declare var GetSearchJob: StaticOperationSchema;
|
|
77
|
+
export declare var GetSearchResultExportJob: StaticOperationSchema;
|
|
78
|
+
export declare var ListSearchJobBackups: StaticOperationSchema;
|
|
79
|
+
export declare var ListSearchJobResults: StaticOperationSchema;
|
|
80
|
+
export declare var ListSearchJobs: StaticOperationSchema;
|
|
81
|
+
export declare var ListSearchResultExportJobs: StaticOperationSchema;
|
|
82
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
83
|
+
export declare var StartSearchJob: StaticOperationSchema;
|
|
84
|
+
export declare var StartSearchResultExportJob: StaticOperationSchema;
|
|
85
|
+
export declare var StopSearchJob: StaticOperationSchema;
|
|
86
|
+
export declare var TagResource: StaticOperationSchema;
|
|
87
|
+
export declare var UntagResource: StaticOperationSchema;
|
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.930.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backupsearch",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|