@aws-sdk/client-braket 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 (35) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Braket.d.ts +61 -85
  3. package/dist-types/ts3.4/BraketClient.d.ts +21 -49
  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 +8 -18
  7. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -5
  8. package/dist-types/ts3.4/commands/CancelQuantumTaskCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  10. package/dist-types/ts3.4/commands/CreateQuantumTaskCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateSpendingLimitCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/DeleteSpendingLimitCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
  14. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
  15. package/dist-types/ts3.4/commands/GetQuantumTaskCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/SearchDevicesCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/SearchQuantumTasksCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/SearchSpendingLimitsCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/UpdateSpendingLimitCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  25. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  26. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  28. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  29. package/dist-types/ts3.4/pagination/SearchJobsPaginator.d.ts +1 -4
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  34. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  35. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -4,18 +4,12 @@ import {
4
4
  Paginator,
5
5
  } from "@smithy/types";
6
6
  import { BraketClient } from "./BraketClient";
7
- import {
8
- CancelJobCommandInput,
9
- CancelJobCommandOutput,
10
- } from "./commands/CancelJobCommand";
7
+ import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
11
8
  import {
12
9
  CancelQuantumTaskCommandInput,
13
10
  CancelQuantumTaskCommandOutput,
14
11
  } from "./commands/CancelQuantumTaskCommand";
15
- import {
16
- CreateJobCommandInput,
17
- CreateJobCommandOutput,
18
- } from "./commands/CreateJobCommand";
12
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
19
13
  import {
20
14
  CreateQuantumTaskCommandInput,
21
15
  CreateQuantumTaskCommandOutput,
@@ -28,14 +22,8 @@ import {
28
22
  DeleteSpendingLimitCommandInput,
29
23
  DeleteSpendingLimitCommandOutput,
30
24
  } from "./commands/DeleteSpendingLimitCommand";
31
- import {
32
- GetDeviceCommandInput,
33
- GetDeviceCommandOutput,
34
- } from "./commands/GetDeviceCommand";
35
- import {
36
- GetJobCommandInput,
37
- GetJobCommandOutput,
38
- } from "./commands/GetJobCommand";
25
+ import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
26
+ import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
39
27
  import {
40
28
  GetQuantumTaskCommandInput,
41
29
  GetQuantumTaskCommandOutput,
@@ -48,10 +36,7 @@ import {
48
36
  SearchDevicesCommandInput,
49
37
  SearchDevicesCommandOutput,
50
38
  } from "./commands/SearchDevicesCommand";
51
- import {
52
- SearchJobsCommandInput,
53
- SearchJobsCommandOutput,
54
- } from "./commands/SearchJobsCommand";
39
+ import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
55
40
  import {
56
41
  SearchQuantumTasksCommandInput,
57
42
  SearchQuantumTasksCommandOutput,
@@ -60,10 +45,7 @@ import {
60
45
  SearchSpendingLimitsCommandInput,
61
46
  SearchSpendingLimitsCommandOutput,
62
47
  } from "./commands/SearchSpendingLimitsCommand";
63
- import {
64
- TagResourceCommandInput,
65
- TagResourceCommandOutput,
66
- } from "./commands/TagResourceCommand";
48
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
49
  import {
68
50
  UntagResourceCommandInput,
69
51
  UntagResourceCommandOutput,
@@ -75,253 +57,247 @@ import {
75
57
  export interface Braket {
76
58
  cancelJob(
77
59
  args: CancelJobCommandInput,
78
- options?: __HttpHandlerOptions
60
+ options?: __HttpHandlerOptions,
79
61
  ): Promise<CancelJobCommandOutput>;
80
62
  cancelJob(
81
63
  args: CancelJobCommandInput,
82
- cb: (err: any, data?: CancelJobCommandOutput) => void
64
+ cb: (err: any, data?: CancelJobCommandOutput) => void,
83
65
  ): void;
84
66
  cancelJob(
85
67
  args: CancelJobCommandInput,
86
68
  options: __HttpHandlerOptions,
87
- cb: (err: any, data?: CancelJobCommandOutput) => void
69
+ cb: (err: any, data?: CancelJobCommandOutput) => void,
88
70
  ): void;
89
71
  cancelQuantumTask(
90
72
  args: CancelQuantumTaskCommandInput,
91
- options?: __HttpHandlerOptions
73
+ options?: __HttpHandlerOptions,
92
74
  ): Promise<CancelQuantumTaskCommandOutput>;
93
75
  cancelQuantumTask(
94
76
  args: CancelQuantumTaskCommandInput,
95
- cb: (err: any, data?: CancelQuantumTaskCommandOutput) => void
77
+ cb: (err: any, data?: CancelQuantumTaskCommandOutput) => void,
96
78
  ): void;
97
79
  cancelQuantumTask(
98
80
  args: CancelQuantumTaskCommandInput,
99
81
  options: __HttpHandlerOptions,
100
- cb: (err: any, data?: CancelQuantumTaskCommandOutput) => void
82
+ cb: (err: any, data?: CancelQuantumTaskCommandOutput) => void,
101
83
  ): void;
102
84
  createJob(
103
85
  args: CreateJobCommandInput,
104
- options?: __HttpHandlerOptions
86
+ options?: __HttpHandlerOptions,
105
87
  ): Promise<CreateJobCommandOutput>;
106
88
  createJob(
107
89
  args: CreateJobCommandInput,
108
- cb: (err: any, data?: CreateJobCommandOutput) => void
90
+ cb: (err: any, data?: CreateJobCommandOutput) => void,
109
91
  ): void;
110
92
  createJob(
111
93
  args: CreateJobCommandInput,
112
94
  options: __HttpHandlerOptions,
113
- cb: (err: any, data?: CreateJobCommandOutput) => void
95
+ cb: (err: any, data?: CreateJobCommandOutput) => void,
114
96
  ): void;
115
97
  createQuantumTask(
116
98
  args: CreateQuantumTaskCommandInput,
117
- options?: __HttpHandlerOptions
99
+ options?: __HttpHandlerOptions,
118
100
  ): Promise<CreateQuantumTaskCommandOutput>;
119
101
  createQuantumTask(
120
102
  args: CreateQuantumTaskCommandInput,
121
- cb: (err: any, data?: CreateQuantumTaskCommandOutput) => void
103
+ cb: (err: any, data?: CreateQuantumTaskCommandOutput) => void,
122
104
  ): void;
123
105
  createQuantumTask(
124
106
  args: CreateQuantumTaskCommandInput,
125
107
  options: __HttpHandlerOptions,
126
- cb: (err: any, data?: CreateQuantumTaskCommandOutput) => void
108
+ cb: (err: any, data?: CreateQuantumTaskCommandOutput) => void,
127
109
  ): void;
128
110
  createSpendingLimit(
129
111
  args: CreateSpendingLimitCommandInput,
130
- options?: __HttpHandlerOptions
112
+ options?: __HttpHandlerOptions,
131
113
  ): Promise<CreateSpendingLimitCommandOutput>;
132
114
  createSpendingLimit(
133
115
  args: CreateSpendingLimitCommandInput,
134
- cb: (err: any, data?: CreateSpendingLimitCommandOutput) => void
116
+ cb: (err: any, data?: CreateSpendingLimitCommandOutput) => void,
135
117
  ): void;
136
118
  createSpendingLimit(
137
119
  args: CreateSpendingLimitCommandInput,
138
120
  options: __HttpHandlerOptions,
139
- cb: (err: any, data?: CreateSpendingLimitCommandOutput) => void
121
+ cb: (err: any, data?: CreateSpendingLimitCommandOutput) => void,
140
122
  ): void;
141
123
  deleteSpendingLimit(
142
124
  args: DeleteSpendingLimitCommandInput,
143
- options?: __HttpHandlerOptions
125
+ options?: __HttpHandlerOptions,
144
126
  ): Promise<DeleteSpendingLimitCommandOutput>;
145
127
  deleteSpendingLimit(
146
128
  args: DeleteSpendingLimitCommandInput,
147
- cb: (err: any, data?: DeleteSpendingLimitCommandOutput) => void
129
+ cb: (err: any, data?: DeleteSpendingLimitCommandOutput) => void,
148
130
  ): void;
149
131
  deleteSpendingLimit(
150
132
  args: DeleteSpendingLimitCommandInput,
151
133
  options: __HttpHandlerOptions,
152
- cb: (err: any, data?: DeleteSpendingLimitCommandOutput) => void
134
+ cb: (err: any, data?: DeleteSpendingLimitCommandOutput) => void,
153
135
  ): void;
154
136
  getDevice(
155
137
  args: GetDeviceCommandInput,
156
- options?: __HttpHandlerOptions
138
+ options?: __HttpHandlerOptions,
157
139
  ): Promise<GetDeviceCommandOutput>;
158
140
  getDevice(
159
141
  args: GetDeviceCommandInput,
160
- cb: (err: any, data?: GetDeviceCommandOutput) => void
142
+ cb: (err: any, data?: GetDeviceCommandOutput) => void,
161
143
  ): void;
162
144
  getDevice(
163
145
  args: GetDeviceCommandInput,
164
146
  options: __HttpHandlerOptions,
165
- cb: (err: any, data?: GetDeviceCommandOutput) => void
166
- ): void;
167
- getJob(
168
- args: GetJobCommandInput,
169
- options?: __HttpHandlerOptions
170
- ): Promise<GetJobCommandOutput>;
171
- getJob(
172
- args: GetJobCommandInput,
173
- cb: (err: any, data?: GetJobCommandOutput) => void
147
+ cb: (err: any, data?: GetDeviceCommandOutput) => void,
174
148
  ): void;
149
+ getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
150
+ getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
175
151
  getJob(
176
152
  args: GetJobCommandInput,
177
153
  options: __HttpHandlerOptions,
178
- cb: (err: any, data?: GetJobCommandOutput) => void
154
+ cb: (err: any, data?: GetJobCommandOutput) => void,
179
155
  ): void;
180
156
  getQuantumTask(
181
157
  args: GetQuantumTaskCommandInput,
182
- options?: __HttpHandlerOptions
158
+ options?: __HttpHandlerOptions,
183
159
  ): Promise<GetQuantumTaskCommandOutput>;
184
160
  getQuantumTask(
185
161
  args: GetQuantumTaskCommandInput,
186
- cb: (err: any, data?: GetQuantumTaskCommandOutput) => void
162
+ cb: (err: any, data?: GetQuantumTaskCommandOutput) => void,
187
163
  ): void;
188
164
  getQuantumTask(
189
165
  args: GetQuantumTaskCommandInput,
190
166
  options: __HttpHandlerOptions,
191
- cb: (err: any, data?: GetQuantumTaskCommandOutput) => void
167
+ cb: (err: any, data?: GetQuantumTaskCommandOutput) => void,
192
168
  ): void;
193
169
  listTagsForResource(
194
170
  args: ListTagsForResourceCommandInput,
195
- options?: __HttpHandlerOptions
171
+ options?: __HttpHandlerOptions,
196
172
  ): Promise<ListTagsForResourceCommandOutput>;
197
173
  listTagsForResource(
198
174
  args: ListTagsForResourceCommandInput,
199
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
175
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
200
176
  ): void;
201
177
  listTagsForResource(
202
178
  args: ListTagsForResourceCommandInput,
203
179
  options: __HttpHandlerOptions,
204
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
180
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
205
181
  ): void;
206
182
  searchDevices(
207
183
  args: SearchDevicesCommandInput,
208
- options?: __HttpHandlerOptions
184
+ options?: __HttpHandlerOptions,
209
185
  ): Promise<SearchDevicesCommandOutput>;
210
186
  searchDevices(
211
187
  args: SearchDevicesCommandInput,
212
- cb: (err: any, data?: SearchDevicesCommandOutput) => void
188
+ cb: (err: any, data?: SearchDevicesCommandOutput) => void,
213
189
  ): void;
214
190
  searchDevices(
215
191
  args: SearchDevicesCommandInput,
216
192
  options: __HttpHandlerOptions,
217
- cb: (err: any, data?: SearchDevicesCommandOutput) => void
193
+ cb: (err: any, data?: SearchDevicesCommandOutput) => void,
218
194
  ): void;
219
195
  searchJobs(
220
196
  args: SearchJobsCommandInput,
221
- options?: __HttpHandlerOptions
197
+ options?: __HttpHandlerOptions,
222
198
  ): Promise<SearchJobsCommandOutput>;
223
199
  searchJobs(
224
200
  args: SearchJobsCommandInput,
225
- cb: (err: any, data?: SearchJobsCommandOutput) => void
201
+ cb: (err: any, data?: SearchJobsCommandOutput) => void,
226
202
  ): void;
227
203
  searchJobs(
228
204
  args: SearchJobsCommandInput,
229
205
  options: __HttpHandlerOptions,
230
- cb: (err: any, data?: SearchJobsCommandOutput) => void
206
+ cb: (err: any, data?: SearchJobsCommandOutput) => void,
231
207
  ): void;
232
208
  searchQuantumTasks(
233
209
  args: SearchQuantumTasksCommandInput,
234
- options?: __HttpHandlerOptions
210
+ options?: __HttpHandlerOptions,
235
211
  ): Promise<SearchQuantumTasksCommandOutput>;
236
212
  searchQuantumTasks(
237
213
  args: SearchQuantumTasksCommandInput,
238
- cb: (err: any, data?: SearchQuantumTasksCommandOutput) => void
214
+ cb: (err: any, data?: SearchQuantumTasksCommandOutput) => void,
239
215
  ): void;
240
216
  searchQuantumTasks(
241
217
  args: SearchQuantumTasksCommandInput,
242
218
  options: __HttpHandlerOptions,
243
- cb: (err: any, data?: SearchQuantumTasksCommandOutput) => void
219
+ cb: (err: any, data?: SearchQuantumTasksCommandOutput) => void,
244
220
  ): void;
245
221
  searchSpendingLimits(): Promise<SearchSpendingLimitsCommandOutput>;
246
222
  searchSpendingLimits(
247
223
  args: SearchSpendingLimitsCommandInput,
248
- options?: __HttpHandlerOptions
224
+ options?: __HttpHandlerOptions,
249
225
  ): Promise<SearchSpendingLimitsCommandOutput>;
250
226
  searchSpendingLimits(
251
227
  args: SearchSpendingLimitsCommandInput,
252
- cb: (err: any, data?: SearchSpendingLimitsCommandOutput) => void
228
+ cb: (err: any, data?: SearchSpendingLimitsCommandOutput) => void,
253
229
  ): void;
254
230
  searchSpendingLimits(
255
231
  args: SearchSpendingLimitsCommandInput,
256
232
  options: __HttpHandlerOptions,
257
- cb: (err: any, data?: SearchSpendingLimitsCommandOutput) => void
233
+ cb: (err: any, data?: SearchSpendingLimitsCommandOutput) => void,
258
234
  ): void;
259
235
  tagResource(
260
236
  args: TagResourceCommandInput,
261
- options?: __HttpHandlerOptions
237
+ options?: __HttpHandlerOptions,
262
238
  ): Promise<TagResourceCommandOutput>;
263
239
  tagResource(
264
240
  args: TagResourceCommandInput,
265
- cb: (err: any, data?: TagResourceCommandOutput) => void
241
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
266
242
  ): void;
267
243
  tagResource(
268
244
  args: TagResourceCommandInput,
269
245
  options: __HttpHandlerOptions,
270
- cb: (err: any, data?: TagResourceCommandOutput) => void
246
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
271
247
  ): void;
272
248
  untagResource(
273
249
  args: UntagResourceCommandInput,
274
- options?: __HttpHandlerOptions
250
+ options?: __HttpHandlerOptions,
275
251
  ): Promise<UntagResourceCommandOutput>;
276
252
  untagResource(
277
253
  args: UntagResourceCommandInput,
278
- cb: (err: any, data?: UntagResourceCommandOutput) => void
254
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
279
255
  ): void;
280
256
  untagResource(
281
257
  args: UntagResourceCommandInput,
282
258
  options: __HttpHandlerOptions,
283
- cb: (err: any, data?: UntagResourceCommandOutput) => void
259
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
284
260
  ): void;
285
261
  updateSpendingLimit(
286
262
  args: UpdateSpendingLimitCommandInput,
287
- options?: __HttpHandlerOptions
263
+ options?: __HttpHandlerOptions,
288
264
  ): Promise<UpdateSpendingLimitCommandOutput>;
289
265
  updateSpendingLimit(
290
266
  args: UpdateSpendingLimitCommandInput,
291
- cb: (err: any, data?: UpdateSpendingLimitCommandOutput) => void
267
+ cb: (err: any, data?: UpdateSpendingLimitCommandOutput) => void,
292
268
  ): void;
293
269
  updateSpendingLimit(
294
270
  args: UpdateSpendingLimitCommandInput,
295
271
  options: __HttpHandlerOptions,
296
- cb: (err: any, data?: UpdateSpendingLimitCommandOutput) => void
272
+ cb: (err: any, data?: UpdateSpendingLimitCommandOutput) => void,
297
273
  ): void;
298
274
  paginateSearchDevices(
299
275
  args: SearchDevicesCommandInput,
300
276
  paginationConfig?: Pick<
301
277
  PaginationConfiguration,
302
278
  Exclude<keyof PaginationConfiguration, "client">
303
- >
279
+ >,
304
280
  ): Paginator<SearchDevicesCommandOutput>;
305
281
  paginateSearchJobs(
306
282
  args: SearchJobsCommandInput,
307
283
  paginationConfig?: Pick<
308
284
  PaginationConfiguration,
309
285
  Exclude<keyof PaginationConfiguration, "client">
310
- >
286
+ >,
311
287
  ): Paginator<SearchJobsCommandOutput>;
312
288
  paginateSearchQuantumTasks(
313
289
  args: SearchQuantumTasksCommandInput,
314
290
  paginationConfig?: Pick<
315
291
  PaginationConfiguration,
316
292
  Exclude<keyof PaginationConfiguration, "client">
317
- >
293
+ >,
318
294
  ): Paginator<SearchQuantumTasksCommandOutput>;
319
295
  paginateSearchSpendingLimits(
320
296
  args?: SearchSpendingLimitsCommandInput,
321
297
  paginationConfig?: Pick<
322
298
  PaginationConfiguration,
323
299
  Exclude<keyof PaginationConfiguration, "client">
324
- >
300
+ >,
325
301
  ): Paginator<SearchSpendingLimitsCommandOutput>;
326
302
  }
327
303
  export declare class Braket extends BraketClient implements Braket {}
@@ -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 {
@@ -36,18 +33,12 @@ import {
36
33
  HttpAuthSchemeInputConfig,
37
34
  HttpAuthSchemeResolvedConfig,
38
35
  } from "./auth/httpAuthSchemeProvider";
39
- import {
40
- CancelJobCommandInput,
41
- CancelJobCommandOutput,
42
- } from "./commands/CancelJobCommand";
36
+ import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
43
37
  import {
44
38
  CancelQuantumTaskCommandInput,
45
39
  CancelQuantumTaskCommandOutput,
46
40
  } from "./commands/CancelQuantumTaskCommand";
47
- import {
48
- CreateJobCommandInput,
49
- CreateJobCommandOutput,
50
- } from "./commands/CreateJobCommand";
41
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
51
42
  import {
52
43
  CreateQuantumTaskCommandInput,
53
44
  CreateQuantumTaskCommandOutput,
@@ -60,14 +51,8 @@ import {
60
51
  DeleteSpendingLimitCommandInput,
61
52
  DeleteSpendingLimitCommandOutput,
62
53
  } from "./commands/DeleteSpendingLimitCommand";
63
- import {
64
- GetDeviceCommandInput,
65
- GetDeviceCommandOutput,
66
- } from "./commands/GetDeviceCommand";
67
- import {
68
- GetJobCommandInput,
69
- GetJobCommandOutput,
70
- } from "./commands/GetJobCommand";
54
+ import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
55
+ import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
71
56
  import {
72
57
  GetQuantumTaskCommandInput,
73
58
  GetQuantumTaskCommandOutput,
@@ -80,10 +65,7 @@ import {
80
65
  SearchDevicesCommandInput,
81
66
  SearchDevicesCommandOutput,
82
67
  } from "./commands/SearchDevicesCommand";
83
- import {
84
- SearchJobsCommandInput,
85
- SearchJobsCommandOutput,
86
- } from "./commands/SearchJobsCommand";
68
+ import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
87
69
  import {
88
70
  SearchQuantumTasksCommandInput,
89
71
  SearchQuantumTasksCommandOutput,
@@ -92,10 +74,7 @@ import {
92
74
  SearchSpendingLimitsCommandInput,
93
75
  SearchSpendingLimitsCommandOutput,
94
76
  } from "./commands/SearchSpendingLimitsCommand";
95
- import {
96
- TagResourceCommandInput,
97
- TagResourceCommandOutput,
98
- } from "./commands/TagResourceCommand";
77
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
99
78
  import {
100
79
  UntagResourceCommandInput,
101
80
  UntagResourceCommandOutput,
@@ -147,8 +126,7 @@ export type ServiceOutputTypes =
147
126
  | TagResourceCommandOutput
148
127
  | UntagResourceCommandOutput
149
128
  | UpdateSpendingLimitCommandOutput;
150
- export interface ClientDefaults
151
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
129
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
152
130
  requestHandler?: __HttpHandlerUserInput;
153
131
  sha256?: __ChecksumConstructor | __HashConstructor;
154
132
  urlParser?: __UrlParser;
@@ -173,9 +151,7 @@ export interface ClientDefaults
173
151
  extensions?: RuntimeExtension[];
174
152
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
175
153
  }
176
- export type BraketClientConfigType = Partial<
177
- __SmithyConfiguration<__HttpHandlerOptions>
178
- > &
154
+ export type BraketClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
179
155
  ClientDefaults &
180
156
  UserAgentInputConfig &
181
157
  RetryInputConfig &
@@ -185,19 +161,17 @@ export type BraketClientConfigType = Partial<
185
161
  HttpAuthSchemeInputConfig &
186
162
  ClientInputEndpointParameters;
187
163
  export interface BraketClientConfig extends BraketClientConfigType {}
188
- export type BraketClientResolvedConfigType =
189
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
190
- Required<ClientDefaults> &
191
- RuntimeExtensionsConfig &
192
- UserAgentResolvedConfig &
193
- RetryResolvedConfig &
194
- RegionResolvedConfig &
195
- HostHeaderResolvedConfig &
196
- EndpointResolvedConfig<EndpointParameters> &
197
- HttpAuthSchemeResolvedConfig &
198
- ClientResolvedEndpointParameters;
199
- export interface BraketClientResolvedConfig
200
- extends BraketClientResolvedConfigType {}
164
+ export type BraketClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
165
+ Required<ClientDefaults> &
166
+ RuntimeExtensionsConfig &
167
+ UserAgentResolvedConfig &
168
+ RetryResolvedConfig &
169
+ RegionResolvedConfig &
170
+ HostHeaderResolvedConfig &
171
+ EndpointResolvedConfig<EndpointParameters> &
172
+ HttpAuthSchemeResolvedConfig &
173
+ ClientResolvedEndpointParameters;
174
+ export interface BraketClientResolvedConfig extends BraketClientResolvedConfigType {}
201
175
  export declare class BraketClient extends __Client<
202
176
  __HttpHandlerOptions,
203
177
  ServiceInputTypes,
@@ -205,8 +179,6 @@ export declare class BraketClient extends __Client<
205
179
  BraketClientResolvedConfig
206
180
  > {
207
181
  readonly config: BraketClientResolvedConfig;
208
- constructor(
209
- ...[configuration]: __CheckOptionalClientConfig<BraketClientConfig>
210
- );
182
+ constructor(...[configuration]: __CheckOptionalClientConfig<BraketClientConfig>);
211
183
  destroy(): void;
212
184
  }
@@ -7,17 +7,10 @@ import { BraketHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: BraketHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: BraketHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): BraketHttpAuthSchemeProvider;
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 { BraketClientResolvedConfig } from "../BraketClient";
15
- export interface BraketHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface BraketHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface BraketHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- BraketClientResolvedConfig,
22
- HandlerExecutionContext,
23
- BraketHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface BraketHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ BraketClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ BraketHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultBraketHttpAuthSchemeParametersProvider: (
27
25
  config: BraketClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<BraketHttpAuthSchemeParameters>;
31
- export interface BraketHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<BraketHttpAuthSchemeParameters> {}
29
+ export interface BraketHttpAuthSchemeProvider extends HttpAuthSchemeProvider<BraketHttpAuthSchemeParameters> {}
33
30
  export declare const defaultBraketHttpAuthSchemeProvider: BraketHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: BraketHttpAuthSchemeProvider;
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: BraketHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -1,25 +1,20 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/types";
2
- import {
3
- BraketClientResolvedConfig,
4
- ServiceInputTypes,
5
- ServiceOutputTypes,
6
- } from "./BraketClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
2
+ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BraketClient";
3
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
4
  added: EndpointParameterInstructions,
12
5
  plugins: (
13
6
  CommandCtor: any,
14
7
  clientStack: any,
15
8
  config: any,
16
- options: any
9
+ options: any,
17
10
  ) => import("@smithy/types").Pluggable<any, any>[],
18
11
  op: string,
19
12
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
13
+ smithyContext?: Record<string, unknown>,
21
14
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
15
+ new (
16
+ input: I,
17
+ ): import("@smithy/core/client").CommandImpl<
23
18
  I,
24
19
  O,
25
20
  BraketClientResolvedConfig,
@@ -38,9 +33,4 @@ export declare const command: <
38
33
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
34
  };
40
35
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
36
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CancelJobCommandInput extends CancelJobRequest {}
5
- export interface CancelJobCommandOutput
6
- extends CancelJobResponse,
7
- __MetadataBearer {}
5
+ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {}
8
6
  declare const CancelJobCommand_base: {
9
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: CancelJobCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  CancelJobCommandInput,
11
11
  CancelJobCommandOutput,
12
12
  import("..").BraketClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: CancelJobCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: CancelJobCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  CancelJobCommandInput,
18
20
  CancelJobCommandOutput,
19
21
  import("..").BraketClientResolvedConfig,