@aws-sdk/client-backupsearch 3.927.0 → 3.929.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 -872
- 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 -21
- 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 +0 -16
- 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 -8
- 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 +5 -5
- 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
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { GetSearchJobCommandInput, GetSearchJobCommandOutput } from "../commands/GetSearchJobCommand";
|
|
4
|
-
import { GetSearchResultExportJobCommandInput, GetSearchResultExportJobCommandOutput } from "../commands/GetSearchResultExportJobCommand";
|
|
5
|
-
import { ListSearchJobBackupsCommandInput, ListSearchJobBackupsCommandOutput } from "../commands/ListSearchJobBackupsCommand";
|
|
6
|
-
import { ListSearchJobResultsCommandInput, ListSearchJobResultsCommandOutput } from "../commands/ListSearchJobResultsCommand";
|
|
7
|
-
import { ListSearchJobsCommandInput, ListSearchJobsCommandOutput } from "../commands/ListSearchJobsCommand";
|
|
8
|
-
import { ListSearchResultExportJobsCommandInput, ListSearchResultExportJobsCommandOutput } from "../commands/ListSearchResultExportJobsCommand";
|
|
9
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
10
|
-
import { StartSearchJobCommandInput, StartSearchJobCommandOutput } from "../commands/StartSearchJobCommand";
|
|
11
|
-
import { StartSearchResultExportJobCommandInput, StartSearchResultExportJobCommandOutput } from "../commands/StartSearchResultExportJobCommand";
|
|
12
|
-
import { StopSearchJobCommandInput, StopSearchJobCommandOutput } from "../commands/StopSearchJobCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
15
|
-
/**
|
|
16
|
-
* serializeAws_restJson1GetSearchJobCommand
|
|
17
|
-
*/
|
|
18
|
-
export declare const se_GetSearchJobCommand: (input: GetSearchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_restJson1GetSearchResultExportJobCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_GetSearchResultExportJobCommand: (input: GetSearchResultExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_restJson1ListSearchJobBackupsCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_ListSearchJobBackupsCommand: (input: ListSearchJobBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1ListSearchJobResultsCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_ListSearchJobResultsCommand: (input: ListSearchJobResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1ListSearchJobsCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_ListSearchJobsCommand: (input: ListSearchJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1ListSearchResultExportJobsCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_ListSearchResultExportJobsCommand: (input: ListSearchResultExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1StartSearchJobCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_StartSearchJobCommand: (input: StartSearchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1StartSearchResultExportJobCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_StartSearchResultExportJobCommand: (input: StartSearchResultExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1StopSearchJobCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_StopSearchJobCommand: (input: StopSearchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1TagResourceCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* deserializeAws_restJson1GetSearchJobCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const de_GetSearchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSearchJobCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* deserializeAws_restJson1GetSearchResultExportJobCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const de_GetSearchResultExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSearchResultExportJobCommandOutput>;
|
|
71
|
-
/**
|
|
72
|
-
* deserializeAws_restJson1ListSearchJobBackupsCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const de_ListSearchJobBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSearchJobBackupsCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* deserializeAws_restJson1ListSearchJobResultsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const de_ListSearchJobResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSearchJobResultsCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* deserializeAws_restJson1ListSearchJobsCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const de_ListSearchJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSearchJobsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_restJson1ListSearchResultExportJobsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_ListSearchResultExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSearchResultExportJobsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_restJson1StartSearchJobCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_StartSearchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSearchJobCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_restJson1StartSearchResultExportJobCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_StartSearchResultExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSearchResultExportJobCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_restJson1StopSearchJobCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_StopSearchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSearchJobCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
GetSearchJobCommandInput,
|
|
8
|
-
GetSearchJobCommandOutput,
|
|
9
|
-
} from "../commands/GetSearchJobCommand";
|
|
10
|
-
import {
|
|
11
|
-
GetSearchResultExportJobCommandInput,
|
|
12
|
-
GetSearchResultExportJobCommandOutput,
|
|
13
|
-
} from "../commands/GetSearchResultExportJobCommand";
|
|
14
|
-
import {
|
|
15
|
-
ListSearchJobBackupsCommandInput,
|
|
16
|
-
ListSearchJobBackupsCommandOutput,
|
|
17
|
-
} from "../commands/ListSearchJobBackupsCommand";
|
|
18
|
-
import {
|
|
19
|
-
ListSearchJobResultsCommandInput,
|
|
20
|
-
ListSearchJobResultsCommandOutput,
|
|
21
|
-
} from "../commands/ListSearchJobResultsCommand";
|
|
22
|
-
import {
|
|
23
|
-
ListSearchJobsCommandInput,
|
|
24
|
-
ListSearchJobsCommandOutput,
|
|
25
|
-
} from "../commands/ListSearchJobsCommand";
|
|
26
|
-
import {
|
|
27
|
-
ListSearchResultExportJobsCommandInput,
|
|
28
|
-
ListSearchResultExportJobsCommandOutput,
|
|
29
|
-
} from "../commands/ListSearchResultExportJobsCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListTagsForResourceCommandInput,
|
|
32
|
-
ListTagsForResourceCommandOutput,
|
|
33
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
34
|
-
import {
|
|
35
|
-
StartSearchJobCommandInput,
|
|
36
|
-
StartSearchJobCommandOutput,
|
|
37
|
-
} from "../commands/StartSearchJobCommand";
|
|
38
|
-
import {
|
|
39
|
-
StartSearchResultExportJobCommandInput,
|
|
40
|
-
StartSearchResultExportJobCommandOutput,
|
|
41
|
-
} from "../commands/StartSearchResultExportJobCommand";
|
|
42
|
-
import {
|
|
43
|
-
StopSearchJobCommandInput,
|
|
44
|
-
StopSearchJobCommandOutput,
|
|
45
|
-
} from "../commands/StopSearchJobCommand";
|
|
46
|
-
import {
|
|
47
|
-
TagResourceCommandInput,
|
|
48
|
-
TagResourceCommandOutput,
|
|
49
|
-
} from "../commands/TagResourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
UntagResourceCommandInput,
|
|
52
|
-
UntagResourceCommandOutput,
|
|
53
|
-
} from "../commands/UntagResourceCommand";
|
|
54
|
-
export declare const se_GetSearchJobCommand: (
|
|
55
|
-
input: GetSearchJobCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_GetSearchResultExportJobCommand: (
|
|
59
|
-
input: GetSearchResultExportJobCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_ListSearchJobBackupsCommand: (
|
|
63
|
-
input: ListSearchJobBackupsCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_ListSearchJobResultsCommand: (
|
|
67
|
-
input: ListSearchJobResultsCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_ListSearchJobsCommand: (
|
|
71
|
-
input: ListSearchJobsCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_ListSearchResultExportJobsCommand: (
|
|
75
|
-
input: ListSearchResultExportJobsCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
79
|
-
input: ListTagsForResourceCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_StartSearchJobCommand: (
|
|
83
|
-
input: StartSearchJobCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_StartSearchResultExportJobCommand: (
|
|
87
|
-
input: StartSearchResultExportJobCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_StopSearchJobCommand: (
|
|
91
|
-
input: StopSearchJobCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_TagResourceCommand: (
|
|
95
|
-
input: TagResourceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_UntagResourceCommand: (
|
|
99
|
-
input: UntagResourceCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const de_GetSearchJobCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<GetSearchJobCommandOutput>;
|
|
106
|
-
export declare const de_GetSearchResultExportJobCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<GetSearchResultExportJobCommandOutput>;
|
|
110
|
-
export declare const de_ListSearchJobBackupsCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<ListSearchJobBackupsCommandOutput>;
|
|
114
|
-
export declare const de_ListSearchJobResultsCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<ListSearchJobResultsCommandOutput>;
|
|
118
|
-
export declare const de_ListSearchJobsCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<ListSearchJobsCommandOutput>;
|
|
122
|
-
export declare const de_ListSearchResultExportJobsCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<ListSearchResultExportJobsCommandOutput>;
|
|
126
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
130
|
-
export declare const de_StartSearchJobCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<StartSearchJobCommandOutput>;
|
|
134
|
-
export declare const de_StartSearchResultExportJobCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<StartSearchResultExportJobCommandOutput>;
|
|
138
|
-
export declare const de_StopSearchJobCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<StopSearchJobCommandOutput>;
|
|
142
|
-
export declare const de_TagResourceCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<TagResourceCommandOutput>;
|
|
146
|
-
export declare const de_UntagResourceCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<UntagResourceCommandOutput>;
|