@aws-sdk/client-backupsearch 3.1087.0 → 3.1089.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.
Files changed (30) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/BackupSearch.d.ts +42 -47
  3. package/dist-types/ts3.4/BackupSearchClient.d.ts +7 -20
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/GetSearchJobCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/GetSearchResultExportJobCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/ListSearchJobBackupsCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/ListSearchJobResultsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ListSearchJobsCommand.d.ts +2 -4
  12. package/dist-types/ts3.4/commands/ListSearchResultExportJobsCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/StartSearchJobCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/StartSearchResultExportJobCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/StopSearchJobCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  20. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  21. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  22. package/dist-types/ts3.4/models/enums.d.ts +2 -4
  23. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  24. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  25. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  26. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  27. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  28. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  29. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  30. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -67,7 +67,7 @@ const commonParams = {
67
67
  Region: { type: "builtInParams", name: "region" },
68
68
  };
69
69
 
70
- var version = "3.1086.0";
70
+ var version = "3.1088.0";
71
71
  var packageInfo = {
72
72
  version: version};
73
73
 
@@ -44,10 +44,7 @@ import {
44
44
  StopSearchJobCommandInput,
45
45
  StopSearchJobCommandOutput,
46
46
  } from "./commands/StopSearchJobCommand";
47
- import {
48
- TagResourceCommandInput,
49
- TagResourceCommandOutput,
50
- } from "./commands/TagResourceCommand";
47
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
51
48
  import {
52
49
  UntagResourceCommandInput,
53
50
  UntagResourceCommandOutput,
@@ -55,191 +52,189 @@ import {
55
52
  export interface BackupSearch {
56
53
  getSearchJob(
57
54
  args: GetSearchJobCommandInput,
58
- options?: __HttpHandlerOptions
55
+ options?: __HttpHandlerOptions,
59
56
  ): Promise<GetSearchJobCommandOutput>;
60
57
  getSearchJob(
61
58
  args: GetSearchJobCommandInput,
62
- cb: (err: any, data?: GetSearchJobCommandOutput) => void
59
+ cb: (err: any, data?: GetSearchJobCommandOutput) => void,
63
60
  ): void;
64
61
  getSearchJob(
65
62
  args: GetSearchJobCommandInput,
66
63
  options: __HttpHandlerOptions,
67
- cb: (err: any, data?: GetSearchJobCommandOutput) => void
64
+ cb: (err: any, data?: GetSearchJobCommandOutput) => void,
68
65
  ): void;
69
66
  getSearchResultExportJob(
70
67
  args: GetSearchResultExportJobCommandInput,
71
- options?: __HttpHandlerOptions
68
+ options?: __HttpHandlerOptions,
72
69
  ): Promise<GetSearchResultExportJobCommandOutput>;
73
70
  getSearchResultExportJob(
74
71
  args: GetSearchResultExportJobCommandInput,
75
- cb: (err: any, data?: GetSearchResultExportJobCommandOutput) => void
72
+ cb: (err: any, data?: GetSearchResultExportJobCommandOutput) => void,
76
73
  ): void;
77
74
  getSearchResultExportJob(
78
75
  args: GetSearchResultExportJobCommandInput,
79
76
  options: __HttpHandlerOptions,
80
- cb: (err: any, data?: GetSearchResultExportJobCommandOutput) => void
77
+ cb: (err: any, data?: GetSearchResultExportJobCommandOutput) => void,
81
78
  ): void;
82
79
  listSearchJobBackups(
83
80
  args: ListSearchJobBackupsCommandInput,
84
- options?: __HttpHandlerOptions
81
+ options?: __HttpHandlerOptions,
85
82
  ): Promise<ListSearchJobBackupsCommandOutput>;
86
83
  listSearchJobBackups(
87
84
  args: ListSearchJobBackupsCommandInput,
88
- cb: (err: any, data?: ListSearchJobBackupsCommandOutput) => void
85
+ cb: (err: any, data?: ListSearchJobBackupsCommandOutput) => void,
89
86
  ): void;
90
87
  listSearchJobBackups(
91
88
  args: ListSearchJobBackupsCommandInput,
92
89
  options: __HttpHandlerOptions,
93
- cb: (err: any, data?: ListSearchJobBackupsCommandOutput) => void
90
+ cb: (err: any, data?: ListSearchJobBackupsCommandOutput) => void,
94
91
  ): void;
95
92
  listSearchJobResults(
96
93
  args: ListSearchJobResultsCommandInput,
97
- options?: __HttpHandlerOptions
94
+ options?: __HttpHandlerOptions,
98
95
  ): Promise<ListSearchJobResultsCommandOutput>;
99
96
  listSearchJobResults(
100
97
  args: ListSearchJobResultsCommandInput,
101
- cb: (err: any, data?: ListSearchJobResultsCommandOutput) => void
98
+ cb: (err: any, data?: ListSearchJobResultsCommandOutput) => void,
102
99
  ): void;
103
100
  listSearchJobResults(
104
101
  args: ListSearchJobResultsCommandInput,
105
102
  options: __HttpHandlerOptions,
106
- cb: (err: any, data?: ListSearchJobResultsCommandOutput) => void
103
+ cb: (err: any, data?: ListSearchJobResultsCommandOutput) => void,
107
104
  ): void;
108
105
  listSearchJobs(): Promise<ListSearchJobsCommandOutput>;
109
106
  listSearchJobs(
110
107
  args: ListSearchJobsCommandInput,
111
- options?: __HttpHandlerOptions
108
+ options?: __HttpHandlerOptions,
112
109
  ): Promise<ListSearchJobsCommandOutput>;
113
110
  listSearchJobs(
114
111
  args: ListSearchJobsCommandInput,
115
- cb: (err: any, data?: ListSearchJobsCommandOutput) => void
112
+ cb: (err: any, data?: ListSearchJobsCommandOutput) => void,
116
113
  ): void;
117
114
  listSearchJobs(
118
115
  args: ListSearchJobsCommandInput,
119
116
  options: __HttpHandlerOptions,
120
- cb: (err: any, data?: ListSearchJobsCommandOutput) => void
117
+ cb: (err: any, data?: ListSearchJobsCommandOutput) => void,
121
118
  ): void;
122
119
  listSearchResultExportJobs(): Promise<ListSearchResultExportJobsCommandOutput>;
123
120
  listSearchResultExportJobs(
124
121
  args: ListSearchResultExportJobsCommandInput,
125
- options?: __HttpHandlerOptions
122
+ options?: __HttpHandlerOptions,
126
123
  ): Promise<ListSearchResultExportJobsCommandOutput>;
127
124
  listSearchResultExportJobs(
128
125
  args: ListSearchResultExportJobsCommandInput,
129
- cb: (err: any, data?: ListSearchResultExportJobsCommandOutput) => void
126
+ cb: (err: any, data?: ListSearchResultExportJobsCommandOutput) => void,
130
127
  ): void;
131
128
  listSearchResultExportJobs(
132
129
  args: ListSearchResultExportJobsCommandInput,
133
130
  options: __HttpHandlerOptions,
134
- cb: (err: any, data?: ListSearchResultExportJobsCommandOutput) => void
131
+ cb: (err: any, data?: ListSearchResultExportJobsCommandOutput) => void,
135
132
  ): void;
136
133
  listTagsForResource(
137
134
  args: ListTagsForResourceCommandInput,
138
- options?: __HttpHandlerOptions
135
+ options?: __HttpHandlerOptions,
139
136
  ): Promise<ListTagsForResourceCommandOutput>;
140
137
  listTagsForResource(
141
138
  args: ListTagsForResourceCommandInput,
142
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
139
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
143
140
  ): void;
144
141
  listTagsForResource(
145
142
  args: ListTagsForResourceCommandInput,
146
143
  options: __HttpHandlerOptions,
147
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
144
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
148
145
  ): void;
149
146
  startSearchJob(
150
147
  args: StartSearchJobCommandInput,
151
- options?: __HttpHandlerOptions
148
+ options?: __HttpHandlerOptions,
152
149
  ): Promise<StartSearchJobCommandOutput>;
153
150
  startSearchJob(
154
151
  args: StartSearchJobCommandInput,
155
- cb: (err: any, data?: StartSearchJobCommandOutput) => void
152
+ cb: (err: any, data?: StartSearchJobCommandOutput) => void,
156
153
  ): void;
157
154
  startSearchJob(
158
155
  args: StartSearchJobCommandInput,
159
156
  options: __HttpHandlerOptions,
160
- cb: (err: any, data?: StartSearchJobCommandOutput) => void
157
+ cb: (err: any, data?: StartSearchJobCommandOutput) => void,
161
158
  ): void;
162
159
  startSearchResultExportJob(
163
160
  args: StartSearchResultExportJobCommandInput,
164
- options?: __HttpHandlerOptions
161
+ options?: __HttpHandlerOptions,
165
162
  ): Promise<StartSearchResultExportJobCommandOutput>;
166
163
  startSearchResultExportJob(
167
164
  args: StartSearchResultExportJobCommandInput,
168
- cb: (err: any, data?: StartSearchResultExportJobCommandOutput) => void
165
+ cb: (err: any, data?: StartSearchResultExportJobCommandOutput) => void,
169
166
  ): void;
170
167
  startSearchResultExportJob(
171
168
  args: StartSearchResultExportJobCommandInput,
172
169
  options: __HttpHandlerOptions,
173
- cb: (err: any, data?: StartSearchResultExportJobCommandOutput) => void
170
+ cb: (err: any, data?: StartSearchResultExportJobCommandOutput) => void,
174
171
  ): void;
175
172
  stopSearchJob(
176
173
  args: StopSearchJobCommandInput,
177
- options?: __HttpHandlerOptions
174
+ options?: __HttpHandlerOptions,
178
175
  ): Promise<StopSearchJobCommandOutput>;
179
176
  stopSearchJob(
180
177
  args: StopSearchJobCommandInput,
181
- cb: (err: any, data?: StopSearchJobCommandOutput) => void
178
+ cb: (err: any, data?: StopSearchJobCommandOutput) => void,
182
179
  ): void;
183
180
  stopSearchJob(
184
181
  args: StopSearchJobCommandInput,
185
182
  options: __HttpHandlerOptions,
186
- cb: (err: any, data?: StopSearchJobCommandOutput) => void
183
+ cb: (err: any, data?: StopSearchJobCommandOutput) => void,
187
184
  ): void;
188
185
  tagResource(
189
186
  args: TagResourceCommandInput,
190
- options?: __HttpHandlerOptions
187
+ options?: __HttpHandlerOptions,
191
188
  ): Promise<TagResourceCommandOutput>;
192
189
  tagResource(
193
190
  args: TagResourceCommandInput,
194
- cb: (err: any, data?: TagResourceCommandOutput) => void
191
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
195
192
  ): void;
196
193
  tagResource(
197
194
  args: TagResourceCommandInput,
198
195
  options: __HttpHandlerOptions,
199
- cb: (err: any, data?: TagResourceCommandOutput) => void
196
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
200
197
  ): void;
201
198
  untagResource(
202
199
  args: UntagResourceCommandInput,
203
- options?: __HttpHandlerOptions
200
+ options?: __HttpHandlerOptions,
204
201
  ): Promise<UntagResourceCommandOutput>;
205
202
  untagResource(
206
203
  args: UntagResourceCommandInput,
207
- cb: (err: any, data?: UntagResourceCommandOutput) => void
204
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
208
205
  ): void;
209
206
  untagResource(
210
207
  args: UntagResourceCommandInput,
211
208
  options: __HttpHandlerOptions,
212
- cb: (err: any, data?: UntagResourceCommandOutput) => void
209
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
213
210
  ): void;
214
211
  paginateListSearchJobBackups(
215
212
  args: ListSearchJobBackupsCommandInput,
216
213
  paginationConfig?: Pick<
217
214
  PaginationConfiguration,
218
215
  Exclude<keyof PaginationConfiguration, "client">
219
- >
216
+ >,
220
217
  ): Paginator<ListSearchJobBackupsCommandOutput>;
221
218
  paginateListSearchJobResults(
222
219
  args: ListSearchJobResultsCommandInput,
223
220
  paginationConfig?: Pick<
224
221
  PaginationConfiguration,
225
222
  Exclude<keyof PaginationConfiguration, "client">
226
- >
223
+ >,
227
224
  ): Paginator<ListSearchJobResultsCommandOutput>;
228
225
  paginateListSearchJobs(
229
226
  args?: ListSearchJobsCommandInput,
230
227
  paginationConfig?: Pick<
231
228
  PaginationConfiguration,
232
229
  Exclude<keyof PaginationConfiguration, "client">
233
- >
230
+ >,
234
231
  ): Paginator<ListSearchJobsCommandOutput>;
235
232
  paginateListSearchResultExportJobs(
236
233
  args?: ListSearchResultExportJobsCommandInput,
237
234
  paginationConfig?: Pick<
238
235
  PaginationConfiguration,
239
236
  Exclude<keyof PaginationConfiguration, "client">
240
- >
237
+ >,
241
238
  ): Paginator<ListSearchResultExportJobsCommandOutput>;
242
239
  }
243
- export declare class BackupSearch
244
- extends BackupSearchClient
245
- implements BackupSearch {}
240
+ export declare class BackupSearch extends BackupSearchClient implements BackupSearch {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -76,10 +73,7 @@ import {
76
73
  StopSearchJobCommandInput,
77
74
  StopSearchJobCommandOutput,
78
75
  } from "./commands/StopSearchJobCommand";
79
- import {
80
- TagResourceCommandInput,
81
- TagResourceCommandOutput,
82
- } from "./commands/TagResourceCommand";
76
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
83
77
  import {
84
78
  UntagResourceCommandInput,
85
79
  UntagResourceCommandOutput,
@@ -117,8 +111,7 @@ export type ServiceOutputTypes =
117
111
  | StopSearchJobCommandOutput
118
112
  | TagResourceCommandOutput
119
113
  | UntagResourceCommandOutput;
120
- export interface ClientDefaults
121
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
114
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
122
115
  requestHandler?: __HttpHandlerUserInput;
123
116
  sha256?: __ChecksumConstructor | __HashConstructor;
124
117
  urlParser?: __UrlParser;
@@ -143,9 +136,7 @@ export interface ClientDefaults
143
136
  extensions?: RuntimeExtension[];
144
137
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
145
138
  }
146
- export type BackupSearchClientConfigType = Partial<
147
- __SmithyConfiguration<__HttpHandlerOptions>
148
- > &
139
+ export type BackupSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
149
140
  ClientDefaults &
150
141
  UserAgentInputConfig &
151
142
  RetryInputConfig &
@@ -154,8 +145,7 @@ export type BackupSearchClientConfigType = Partial<
154
145
  EndpointInputConfig<EndpointParameters> &
155
146
  HttpAuthSchemeInputConfig &
156
147
  ClientInputEndpointParameters;
157
- export interface BackupSearchClientConfig
158
- extends BackupSearchClientConfigType {}
148
+ export interface BackupSearchClientConfig extends BackupSearchClientConfigType {}
159
149
  export type BackupSearchClientResolvedConfigType =
160
150
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
161
151
  Required<ClientDefaults> &
@@ -167,8 +157,7 @@ export type BackupSearchClientResolvedConfigType =
167
157
  EndpointResolvedConfig<EndpointParameters> &
168
158
  HttpAuthSchemeResolvedConfig &
169
159
  ClientResolvedEndpointParameters;
170
- export interface BackupSearchClientResolvedConfig
171
- extends BackupSearchClientResolvedConfigType {}
160
+ export interface BackupSearchClientResolvedConfig extends BackupSearchClientResolvedConfigType {}
172
161
  export declare class BackupSearchClient extends __Client<
173
162
  __HttpHandlerOptions,
174
163
  ServiceInputTypes,
@@ -176,8 +165,6 @@ export declare class BackupSearchClient extends __Client<
176
165
  BackupSearchClientResolvedConfig
177
166
  > {
178
167
  readonly config: BackupSearchClientResolvedConfig;
179
- constructor(
180
- ...[configuration]: __CheckOptionalClientConfig<BackupSearchClientConfig>
181
- );
168
+ constructor(...[configuration]: __CheckOptionalClientConfig<BackupSearchClientConfig>);
182
169
  destroy(): void;
183
170
  }
@@ -7,17 +7,10 @@ import { BackupSearchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: BackupSearchHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: BackupSearchHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): BackupSearchHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { BackupSearchClientResolvedConfig } from "../BackupSearchClient";
15
- export interface BackupSearchHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface BackupSearchHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface BackupSearchHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- BackupSearchClientResolvedConfig,
22
- HandlerExecutionContext,
23
- BackupSearchHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface BackupSearchHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ BackupSearchClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ BackupSearchHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultBackupSearchHttpAuthSchemeParametersProvider: (
27
25
  config: BackupSearchClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<BackupSearchHttpAuthSchemeParameters>;
31
- export interface BackupSearchHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<BackupSearchHttpAuthSchemeParameters> {}
29
+ export interface BackupSearchHttpAuthSchemeProvider extends HttpAuthSchemeProvider<BackupSearchHttpAuthSchemeParameters> {}
33
30
  export declare const defaultBackupSearchHttpAuthSchemeProvider: BackupSearchHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: BackupSearchHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: BackupSearchHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./BackupSearchClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  BackupSearchClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetSearchJobInput, GetSearchJobOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetSearchJobCommandInput extends GetSearchJobInput {}
5
- export interface GetSearchJobCommandOutput
6
- extends GetSearchJobOutput,
7
- __MetadataBearer {}
5
+ export interface GetSearchJobCommandOutput extends GetSearchJobOutput, __MetadataBearer {}
8
6
  declare const GetSearchJobCommand_base: {
9
7
  new (
10
- input: GetSearchJobCommandInput
8
+ input: GetSearchJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetSearchJobCommandInput,
13
11
  GetSearchJobCommandOutput,
@@ -16,7 +14,7 @@ declare const GetSearchJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetSearchJobCommandInput
17
+ input: GetSearchJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetSearchJobCommandInput,
22
20
  GetSearchJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSearchResultExportJobInput,
4
- GetSearchResultExportJobOutput,
5
- } from "../models/models_0";
2
+ import { GetSearchResultExportJobInput, GetSearchResultExportJobOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetSearchResultExportJobCommandInput
8
- extends GetSearchResultExportJobInput {}
4
+ export interface GetSearchResultExportJobCommandInput extends GetSearchResultExportJobInput {}
9
5
  export interface GetSearchResultExportJobCommandOutput
10
- extends GetSearchResultExportJobOutput,
11
- __MetadataBearer {}
6
+ extends GetSearchResultExportJobOutput, __MetadataBearer {}
12
7
  declare const GetSearchResultExportJobCommand_base: {
13
8
  new (
14
- input: GetSearchResultExportJobCommandInput
9
+ input: GetSearchResultExportJobCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetSearchResultExportJobCommandInput,
17
12
  GetSearchResultExportJobCommandOutput,
@@ -20,7 +15,7 @@ declare const GetSearchResultExportJobCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetSearchResultExportJobCommandInput
18
+ input: GetSearchResultExportJobCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetSearchResultExportJobCommandInput,
26
21
  GetSearchResultExportJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSearchJobBackupsInput,
4
- ListSearchJobBackupsOutput,
5
- } from "../models/models_0";
2
+ import { ListSearchJobBackupsInput, ListSearchJobBackupsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSearchJobBackupsCommandInput
8
- extends ListSearchJobBackupsInput {}
4
+ export interface ListSearchJobBackupsCommandInput extends ListSearchJobBackupsInput {}
9
5
  export interface ListSearchJobBackupsCommandOutput
10
- extends ListSearchJobBackupsOutput,
11
- __MetadataBearer {}
6
+ extends ListSearchJobBackupsOutput, __MetadataBearer {}
12
7
  declare const ListSearchJobBackupsCommand_base: {
13
8
  new (
14
- input: ListSearchJobBackupsCommandInput
9
+ input: ListSearchJobBackupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSearchJobBackupsCommandInput,
17
12
  ListSearchJobBackupsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListSearchJobBackupsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListSearchJobBackupsCommandInput
18
+ input: ListSearchJobBackupsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListSearchJobBackupsCommandInput,
26
21
  ListSearchJobBackupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSearchJobResultsInput,
4
- ListSearchJobResultsOutput,
5
- } from "../models/models_0";
2
+ import { ListSearchJobResultsInput, ListSearchJobResultsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSearchJobResultsCommandInput
8
- extends ListSearchJobResultsInput {}
4
+ export interface ListSearchJobResultsCommandInput extends ListSearchJobResultsInput {}
9
5
  export interface ListSearchJobResultsCommandOutput
10
- extends ListSearchJobResultsOutput,
11
- __MetadataBearer {}
6
+ extends ListSearchJobResultsOutput, __MetadataBearer {}
12
7
  declare const ListSearchJobResultsCommand_base: {
13
8
  new (
14
- input: ListSearchJobResultsCommandInput
9
+ input: ListSearchJobResultsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSearchJobResultsCommandInput,
17
12
  ListSearchJobResultsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListSearchJobResultsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListSearchJobResultsCommandInput
18
+ input: ListSearchJobResultsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListSearchJobResultsCommandInput,
26
21
  ListSearchJobResultsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListSearchJobsInput, ListSearchJobsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListSearchJobsCommandInput extends ListSearchJobsInput {}
5
- export interface ListSearchJobsCommandOutput
6
- extends ListSearchJobsOutput,
7
- __MetadataBearer {}
5
+ export interface ListSearchJobsCommandOutput extends ListSearchJobsOutput, __MetadataBearer {}
8
6
  declare const ListSearchJobsCommand_base: {
9
7
  new (
10
- input: ListSearchJobsCommandInput
8
+ input: ListSearchJobsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListSearchJobsCommandInput,
13
11
  ListSearchJobsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSearchResultExportJobsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListSearchResultExportJobsCommandInput
8
- extends ListSearchResultExportJobsInput {}
7
+ export interface ListSearchResultExportJobsCommandInput extends ListSearchResultExportJobsInput {}
9
8
  export interface ListSearchResultExportJobsCommandOutput
10
- extends ListSearchResultExportJobsOutput,
11
- __MetadataBearer {}
9
+ extends ListSearchResultExportJobsOutput, __MetadataBearer {}
12
10
  declare const ListSearchResultExportJobsCommand_base: {
13
11
  new (
14
- input: ListSearchResultExportJobsCommandInput
12
+ input: ListSearchResultExportJobsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSearchResultExportJobsCommandInput,
17
15
  ListSearchResultExportJobsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StartSearchJobInput, StartSearchJobOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StartSearchJobCommandInput extends StartSearchJobInput {}
5
- export interface StartSearchJobCommandOutput
6
- extends StartSearchJobOutput,
7
- __MetadataBearer {}
5
+ export interface StartSearchJobCommandOutput extends StartSearchJobOutput, __MetadataBearer {}
8
6
  declare const StartSearchJobCommand_base: {
9
7
  new (
10
- input: StartSearchJobCommandInput
8
+ input: StartSearchJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StartSearchJobCommandInput,
13
11
  StartSearchJobCommandOutput,
@@ -16,7 +14,7 @@ declare const StartSearchJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StartSearchJobCommandInput
17
+ input: StartSearchJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StartSearchJobCommandInput,
22
20
  StartSearchJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StartSearchResultExportJobOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StartSearchResultExportJobCommandInput
8
- extends StartSearchResultExportJobInput {}
7
+ export interface StartSearchResultExportJobCommandInput extends StartSearchResultExportJobInput {}
9
8
  export interface StartSearchResultExportJobCommandOutput
10
- extends StartSearchResultExportJobOutput,
11
- __MetadataBearer {}
9
+ extends StartSearchResultExportJobOutput, __MetadataBearer {}
12
10
  declare const StartSearchResultExportJobCommand_base: {
13
11
  new (
14
- input: StartSearchResultExportJobCommandInput
12
+ input: StartSearchResultExportJobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StartSearchResultExportJobCommandInput,
17
15
  StartSearchResultExportJobCommandOutput,
@@ -20,7 +18,7 @@ declare const StartSearchResultExportJobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StartSearchResultExportJobCommandInput
21
+ input: StartSearchResultExportJobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StartSearchResultExportJobCommandInput,
26
24
  StartSearchResultExportJobCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StopSearchJobInput, StopSearchJobOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StopSearchJobCommandInput extends StopSearchJobInput {}
5
- export interface StopSearchJobCommandOutput
6
- extends StopSearchJobOutput,
7
- __MetadataBearer {}
5
+ export interface StopSearchJobCommandOutput extends StopSearchJobOutput, __MetadataBearer {}
8
6
  declare const StopSearchJobCommand_base: {
9
7
  new (
10
- input: StopSearchJobCommandInput
8
+ input: StopSearchJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StopSearchJobCommandInput,
13
11
  StopSearchJobCommandOutput,
@@ -16,7 +14,7 @@ declare const StopSearchJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StopSearchJobCommandInput
17
+ input: StopSearchJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StopSearchJobCommandInput,
22
20
  StopSearchJobCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface BackupSearchExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -10,8 +10,7 @@ export declare const SearchJobState: {
10
10
  readonly STOPPED: "STOPPED";
11
11
  readonly STOPPING: "STOPPING";
12
12
  };
13
- export type SearchJobState =
14
- (typeof SearchJobState)[keyof typeof SearchJobState];
13
+ export type SearchJobState = (typeof SearchJobState)[keyof typeof SearchJobState];
15
14
  export declare const TimeConditionOperator: {
16
15
  readonly EQUALS_TO: "EQUALS_TO";
17
16
  readonly GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO";
@@ -45,5 +44,4 @@ export declare const ExportJobStatus: {
45
44
  readonly FAILED: "FAILED";
46
45
  readonly RUNNING: "RUNNING";
47
46
  };
48
- export type ExportJobStatus =
49
- (typeof ExportJobStatus)[keyof typeof ExportJobStatus];
47
+ export type ExportJobStatus = (typeof ExportJobStatus)[keyof typeof ExportJobStatus];
@@ -3,9 +3,7 @@ import { BackupSearchServiceException as __BaseException } from "./BackupSearchS
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
7
  }
10
8
  export declare class ConflictException extends __BaseException {
11
9
  readonly name: "ConflictException";
@@ -19,18 +17,14 @@ export declare class InternalServerException extends __BaseException {
19
17
  readonly $fault: "server";
20
18
  $retryable: {};
21
19
  retryAfterSeconds?: number | undefined;
22
- constructor(
23
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
24
- );
20
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
25
21
  }
26
22
  export declare class ResourceNotFoundException extends __BaseException {
27
23
  readonly name: "ResourceNotFoundException";
28
24
  readonly $fault: "client";
29
25
  resourceId: string | undefined;
30
26
  resourceType: string | undefined;
31
- constructor(
32
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
33
- );
27
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
34
28
  }
35
29
  export declare class ThrottlingException extends __BaseException {
36
30
  readonly name: "ThrottlingException";
@@ -41,16 +35,12 @@ export declare class ThrottlingException extends __BaseException {
41
35
  serviceCode?: string | undefined;
42
36
  quotaCode?: string | undefined;
43
37
  retryAfterSeconds?: number | undefined;
44
- constructor(
45
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
46
- );
38
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
47
39
  }
48
40
  export declare class ValidationException extends __BaseException {
49
41
  readonly name: "ValidationException";
50
42
  readonly $fault: "client";
51
- constructor(
52
- opts: __ExceptionOptionType<ValidationException, __BaseException>
53
- );
43
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
54
44
  }
55
45
  export declare class ServiceQuotaExceededException extends __BaseException {
56
46
  readonly name: "ServiceQuotaExceededException";
@@ -59,7 +49,5 @@ export declare class ServiceQuotaExceededException extends __BaseException {
59
49
  resourceType: string | undefined;
60
50
  serviceCode: string | undefined;
61
51
  quotaCode: string | undefined;
62
- constructor(
63
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
64
- );
52
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
65
53
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { BackupSearchClient } from "../BackupSearchClient";
3
- export interface BackupSearchPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface BackupSearchPaginationConfiguration extends PaginationConfiguration {
5
4
  client: BackupSearchClient;
6
5
  }
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
53
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
54
48
  defaultsMode:
55
49
  | import("@smithy/core/client").DefaultsMode
56
- | import("@smithy/types").Provider<
57
- import("@smithy/core/client").DefaultsMode
58
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
59
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
60
- userAgentAppId?:
61
- | string
62
- | undefined
63
- | import("@smithy/types").Provider<string | undefined>;
64
- retryStrategy?:
65
- | import("@smithy/types").RetryStrategy
66
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
67
54
  endpoint?:
68
55
  | ((
69
56
  | string
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
85
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
86
73
  context?: {
87
74
  logger?: import("@smithy/types").Logger;
88
- }
75
+ },
89
76
  ) => import("@smithy/types").EndpointV2;
90
77
  tls?: boolean;
91
78
  serviceConfiguredEndpoint?: never;
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
98
85
  signer?:
99
86
  | import("@smithy/types").RequestSigner
100
87
  | ((
101
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
102
89
  ) => Promise<import("@smithy/types").RequestSigner>);
103
90
  signingEscapePath?: boolean;
104
91
  systemClockOffset?: number;
105
92
  signingRegion?: string;
106
93
  signerConstructor?: new (
107
94
  options: import("@smithy/signature-v4").SignatureV4Init &
108
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
109
96
  ) => import("@smithy/types").RequestSigner;
110
97
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: BackupSearchClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BackupSearchHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backupsearch",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Backupsearch Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-backupsearch",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-backupsearch"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -14,17 +45,13 @@
14
45
  "generate:client": "node ../../scripts/generate-clients/single-service",
15
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
47
  },
17
- "main": "./dist-cjs/index.js",
18
- "types": "./dist-types/index.d.ts",
19
- "module": "./dist-es/index.js",
20
- "sideEffects": false,
21
48
  "dependencies": {
22
- "@aws-sdk/core": "^3.975.2",
23
- "@aws-sdk/credential-provider-node": "^3.972.68",
24
- "@aws-sdk/types": "^3.974.1",
25
- "@smithy/core": "^3.29.3",
26
- "@smithy/fetch-http-handler": "^5.6.5",
27
- "@smithy/node-http-handler": "^4.9.5",
49
+ "@aws-sdk/core": "^3.975.3",
50
+ "@aws-sdk/credential-provider-node": "^3.972.70",
51
+ "@aws-sdk/types": "^3.974.2",
52
+ "@smithy/core": "^3.29.4",
53
+ "@smithy/fetch-http-handler": "^5.6.6",
54
+ "@smithy/node-http-handler": "^4.9.6",
28
55
  "@smithy/types": "^4.16.1",
29
56
  "tslib": "^2.6.2"
30
57
  },
@@ -38,32 +65,5 @@
38
65
  },
39
66
  "engines": {
40
67
  "node": ">=20.0.0"
41
- },
42
- "typesVersions": {
43
- "<4.5": {
44
- "dist-types/*": [
45
- "dist-types/ts3.4/*"
46
- ]
47
- }
48
- },
49
- "files": [
50
- "dist-*/**"
51
- ],
52
- "author": {
53
- "name": "AWS SDK for JavaScript Team",
54
- "url": "https://aws.amazon.com/sdk-for-javascript/"
55
- },
56
- "license": "Apache-2.0",
57
- "browser": {
58
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
59
- },
60
- "react-native": {
61
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
62
- },
63
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-backupsearch",
64
- "repository": {
65
- "type": "git",
66
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
67
- "directory": "clients/client-backupsearch"
68
68
  }
69
69
  }