@aws-sdk/client-braket 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Braket.d.ts +0 -13
- package/dist-types/ts3.4/BraketClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelQuantumTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQuantumTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQuantumTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchDevicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchQuantumTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/BraketServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-braket
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-braket
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-braket
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -52,7 +52,6 @@ import {
|
|
|
52
52
|
UntagResourceCommandInput,
|
|
53
53
|
UntagResourceCommandOutput,
|
|
54
54
|
} from "./commands/UntagResourceCommand";
|
|
55
|
-
|
|
56
55
|
export declare class Braket extends BraketClient {
|
|
57
56
|
cancelJob(
|
|
58
57
|
args: CancelJobCommandInput,
|
|
@@ -67,7 +66,6 @@ export declare class Braket extends BraketClient {
|
|
|
67
66
|
options: __HttpHandlerOptions,
|
|
68
67
|
cb: (err: any, data?: CancelJobCommandOutput) => void
|
|
69
68
|
): void;
|
|
70
|
-
|
|
71
69
|
cancelQuantumTask(
|
|
72
70
|
args: CancelQuantumTaskCommandInput,
|
|
73
71
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +79,6 @@ export declare class Braket extends BraketClient {
|
|
|
81
79
|
options: __HttpHandlerOptions,
|
|
82
80
|
cb: (err: any, data?: CancelQuantumTaskCommandOutput) => void
|
|
83
81
|
): void;
|
|
84
|
-
|
|
85
82
|
createJob(
|
|
86
83
|
args: CreateJobCommandInput,
|
|
87
84
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +92,6 @@ export declare class Braket extends BraketClient {
|
|
|
95
92
|
options: __HttpHandlerOptions,
|
|
96
93
|
cb: (err: any, data?: CreateJobCommandOutput) => void
|
|
97
94
|
): void;
|
|
98
|
-
|
|
99
95
|
createQuantumTask(
|
|
100
96
|
args: CreateQuantumTaskCommandInput,
|
|
101
97
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +105,6 @@ export declare class Braket extends BraketClient {
|
|
|
109
105
|
options: __HttpHandlerOptions,
|
|
110
106
|
cb: (err: any, data?: CreateQuantumTaskCommandOutput) => void
|
|
111
107
|
): void;
|
|
112
|
-
|
|
113
108
|
getDevice(
|
|
114
109
|
args: GetDeviceCommandInput,
|
|
115
110
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +118,6 @@ export declare class Braket extends BraketClient {
|
|
|
123
118
|
options: __HttpHandlerOptions,
|
|
124
119
|
cb: (err: any, data?: GetDeviceCommandOutput) => void
|
|
125
120
|
): void;
|
|
126
|
-
|
|
127
121
|
getJob(
|
|
128
122
|
args: GetJobCommandInput,
|
|
129
123
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +131,6 @@ export declare class Braket extends BraketClient {
|
|
|
137
131
|
options: __HttpHandlerOptions,
|
|
138
132
|
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
139
133
|
): void;
|
|
140
|
-
|
|
141
134
|
getQuantumTask(
|
|
142
135
|
args: GetQuantumTaskCommandInput,
|
|
143
136
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +144,6 @@ export declare class Braket extends BraketClient {
|
|
|
151
144
|
options: __HttpHandlerOptions,
|
|
152
145
|
cb: (err: any, data?: GetQuantumTaskCommandOutput) => void
|
|
153
146
|
): void;
|
|
154
|
-
|
|
155
147
|
listTagsForResource(
|
|
156
148
|
args: ListTagsForResourceCommandInput,
|
|
157
149
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +157,6 @@ export declare class Braket extends BraketClient {
|
|
|
165
157
|
options: __HttpHandlerOptions,
|
|
166
158
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
167
159
|
): void;
|
|
168
|
-
|
|
169
160
|
searchDevices(
|
|
170
161
|
args: SearchDevicesCommandInput,
|
|
171
162
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +170,6 @@ export declare class Braket extends BraketClient {
|
|
|
179
170
|
options: __HttpHandlerOptions,
|
|
180
171
|
cb: (err: any, data?: SearchDevicesCommandOutput) => void
|
|
181
172
|
): void;
|
|
182
|
-
|
|
183
173
|
searchJobs(
|
|
184
174
|
args: SearchJobsCommandInput,
|
|
185
175
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +183,6 @@ export declare class Braket extends BraketClient {
|
|
|
193
183
|
options: __HttpHandlerOptions,
|
|
194
184
|
cb: (err: any, data?: SearchJobsCommandOutput) => void
|
|
195
185
|
): void;
|
|
196
|
-
|
|
197
186
|
searchQuantumTasks(
|
|
198
187
|
args: SearchQuantumTasksCommandInput,
|
|
199
188
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +196,6 @@ export declare class Braket extends BraketClient {
|
|
|
207
196
|
options: __HttpHandlerOptions,
|
|
208
197
|
cb: (err: any, data?: SearchQuantumTasksCommandOutput) => void
|
|
209
198
|
): void;
|
|
210
|
-
|
|
211
199
|
tagResource(
|
|
212
200
|
args: TagResourceCommandInput,
|
|
213
201
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +209,6 @@ export declare class Braket extends BraketClient {
|
|
|
221
209
|
options: __HttpHandlerOptions,
|
|
222
210
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
223
211
|
): void;
|
|
224
|
-
|
|
225
212
|
untagResource(
|
|
226
213
|
args: UntagResourceCommandInput,
|
|
227
214
|
options?: __HttpHandlerOptions
|
|
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
|
|
|
125
125
|
export interface ClientDefaults
|
|
126
126
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
127
|
requestHandler?: __HttpHandler;
|
|
128
|
-
|
|
129
128
|
sha256?: __HashConstructor;
|
|
130
|
-
|
|
131
129
|
urlParser?: __UrlParser;
|
|
132
|
-
|
|
133
130
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
-
|
|
135
131
|
streamCollector?: __StreamCollector;
|
|
136
|
-
|
|
137
132
|
base64Decoder?: __Decoder;
|
|
138
|
-
|
|
139
133
|
base64Encoder?: __Encoder;
|
|
140
|
-
|
|
141
134
|
utf8Decoder?: __Decoder;
|
|
142
|
-
|
|
143
135
|
utf8Encoder?: __Encoder;
|
|
144
|
-
|
|
145
136
|
runtime?: string;
|
|
146
|
-
|
|
147
137
|
disableHostPrefix?: boolean;
|
|
148
|
-
|
|
149
138
|
maxAttempts?: number | __Provider<number>;
|
|
150
|
-
|
|
151
139
|
retryMode?: string | __Provider<string>;
|
|
152
|
-
|
|
153
140
|
logger?: __Logger;
|
|
154
|
-
|
|
155
141
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
-
|
|
157
142
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
-
|
|
159
143
|
serviceId?: string;
|
|
160
|
-
|
|
161
144
|
region?: string | __Provider<string>;
|
|
162
|
-
|
|
163
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
-
|
|
165
146
|
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
-
|
|
167
147
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
-
|
|
169
148
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
149
|
}
|
|
171
150
|
declare type BraketClientConfigType = Partial<
|
|
@@ -178,7 +157,6 @@ declare type BraketClientConfigType = Partial<
|
|
|
178
157
|
HostHeaderInputConfig &
|
|
179
158
|
AwsAuthInputConfig &
|
|
180
159
|
UserAgentInputConfig;
|
|
181
|
-
|
|
182
160
|
export interface BraketClientConfig extends BraketClientConfigType {}
|
|
183
161
|
declare type BraketClientResolvedConfigType =
|
|
184
162
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -189,10 +167,8 @@ declare type BraketClientResolvedConfigType =
|
|
|
189
167
|
HostHeaderResolvedConfig &
|
|
190
168
|
AwsAuthResolvedConfig &
|
|
191
169
|
UserAgentResolvedConfig;
|
|
192
|
-
|
|
193
170
|
export interface BraketClientResolvedConfig
|
|
194
171
|
extends BraketClientResolvedConfigType {}
|
|
195
|
-
|
|
196
172
|
export declare class BraketClient extends __Client<
|
|
197
173
|
__HttpHandlerOptions,
|
|
198
174
|
ServiceInputTypes,
|
|
@@ -201,7 +177,6 @@ export declare class BraketClient extends __Client<
|
|
|
201
177
|
> {
|
|
202
178
|
readonly config: BraketClientResolvedConfig;
|
|
203
179
|
constructor(configuration: BraketClientConfig);
|
|
204
|
-
|
|
205
180
|
destroy(): void;
|
|
206
181
|
}
|
|
207
182
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
|
15
15
|
export interface CancelJobCommandOutput
|
|
16
16
|
extends CancelJobResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelJobCommand extends $Command<
|
|
20
19
|
CancelJobCommandInput,
|
|
21
20
|
CancelJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelJobCommandInput;
|
|
25
24
|
constructor(input: CancelJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BraketClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CancelQuantumTaskCommandInput
|
|
|
19
19
|
export interface CancelQuantumTaskCommandOutput
|
|
20
20
|
extends CancelQuantumTaskResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelQuantumTaskCommand extends $Command<
|
|
24
23
|
CancelQuantumTaskCommandInput,
|
|
25
24
|
CancelQuantumTaskCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelQuantumTaskCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelQuantumTaskCommandInput;
|
|
29
28
|
constructor(input: CancelQuantumTaskCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BraketClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
|
15
15
|
export interface CreateJobCommandOutput
|
|
16
16
|
extends CreateJobResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateJobCommand extends $Command<
|
|
20
19
|
CreateJobCommandInput,
|
|
21
20
|
CreateJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateJobCommandInput;
|
|
25
24
|
constructor(input: CreateJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BraketClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateQuantumTaskCommandInput
|
|
|
19
19
|
export interface CreateQuantumTaskCommandOutput
|
|
20
20
|
extends CreateQuantumTaskResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateQuantumTaskCommand extends $Command<
|
|
24
23
|
CreateQuantumTaskCommandInput,
|
|
25
24
|
CreateQuantumTaskCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateQuantumTaskCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateQuantumTaskCommandInput;
|
|
29
28
|
constructor(input: CreateQuantumTaskCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BraketClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDeviceCommandInput extends GetDeviceRequest {}
|
|
|
15
15
|
export interface GetDeviceCommandOutput
|
|
16
16
|
extends GetDeviceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDeviceCommand extends $Command<
|
|
20
19
|
GetDeviceCommandInput,
|
|
21
20
|
GetDeviceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDeviceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDeviceCommandInput;
|
|
25
24
|
constructor(input: GetDeviceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BraketClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
14
14
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
15
15
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetJobCommand extends $Command<
|
|
18
17
|
GetJobCommandInput,
|
|
19
18
|
GetJobCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetJobCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetJobCommandInput;
|
|
23
22
|
constructor(input: GetJobCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: BraketClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetQuantumTaskCommandInput extends GetQuantumTaskRequest {}
|
|
|
18
18
|
export interface GetQuantumTaskCommandOutput
|
|
19
19
|
extends GetQuantumTaskResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetQuantumTaskCommand extends $Command<
|
|
23
22
|
GetQuantumTaskCommandInput,
|
|
24
23
|
GetQuantumTaskCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetQuantumTaskCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetQuantumTaskCommandInput;
|
|
28
27
|
constructor(input: GetQuantumTaskCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BraketClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BraketClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SearchDevicesCommandInput extends SearchDevicesRequest {}
|
|
|
18
18
|
export interface SearchDevicesCommandOutput
|
|
19
19
|
extends SearchDevicesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SearchDevicesCommand extends $Command<
|
|
23
22
|
SearchDevicesCommandInput,
|
|
24
23
|
SearchDevicesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SearchDevicesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SearchDevicesCommandInput;
|
|
28
27
|
constructor(input: SearchDevicesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BraketClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SearchJobsCommandInput extends SearchJobsRequest {}
|
|
|
15
15
|
export interface SearchJobsCommandOutput
|
|
16
16
|
extends SearchJobsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SearchJobsCommand extends $Command<
|
|
20
19
|
SearchJobsCommandInput,
|
|
21
20
|
SearchJobsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SearchJobsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SearchJobsCommandInput;
|
|
25
24
|
constructor(input: SearchJobsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BraketClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SearchQuantumTasksCommandInput
|
|
|
19
19
|
export interface SearchQuantumTasksCommandOutput
|
|
20
20
|
extends SearchQuantumTasksResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SearchQuantumTasksCommand extends $Command<
|
|
24
23
|
SearchQuantumTasksCommandInput,
|
|
25
24
|
SearchQuantumTasksCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SearchQuantumTasksCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SearchQuantumTasksCommandInput;
|
|
29
28
|
constructor(input: SearchQuantumTasksCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BraketClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BraketClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BraketClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class BraketServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -3,16 +3,13 @@ import {
|
|
|
3
3
|
LazyJsonString as __LazyJsonString,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
5
|
import { BraketServiceException as __BaseException } from "./BraketServiceException";
|
|
6
|
-
|
|
7
6
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
7
|
readonly name: "AccessDeniedException";
|
|
9
8
|
readonly $fault: "client";
|
|
10
|
-
|
|
11
9
|
constructor(
|
|
12
10
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
13
11
|
);
|
|
14
12
|
}
|
|
15
|
-
|
|
16
13
|
export interface ContainerImage {
|
|
17
14
|
uri: string | undefined;
|
|
18
15
|
}
|
|
@@ -20,18 +17,13 @@ export declare enum CompressionType {
|
|
|
20
17
|
GZIP = "GZIP",
|
|
21
18
|
NONE = "NONE",
|
|
22
19
|
}
|
|
23
|
-
|
|
24
20
|
export interface ScriptModeConfig {
|
|
25
21
|
entryPoint: string | undefined;
|
|
26
|
-
|
|
27
22
|
s3Uri: string | undefined;
|
|
28
|
-
|
|
29
23
|
compressionType?: CompressionType | string;
|
|
30
24
|
}
|
|
31
|
-
|
|
32
25
|
export interface AlgorithmSpecification {
|
|
33
26
|
scriptModeConfig?: ScriptModeConfig;
|
|
34
|
-
|
|
35
27
|
containerImage?: ContainerImage;
|
|
36
28
|
}
|
|
37
29
|
export interface GetDeviceRequest {
|
|
@@ -48,81 +40,58 @@ export declare enum DeviceType {
|
|
|
48
40
|
}
|
|
49
41
|
export interface GetDeviceResponse {
|
|
50
42
|
deviceArn: string | undefined;
|
|
51
|
-
|
|
52
43
|
deviceName: string | undefined;
|
|
53
|
-
|
|
54
44
|
providerName: string | undefined;
|
|
55
|
-
|
|
56
45
|
deviceType: DeviceType | string | undefined;
|
|
57
|
-
|
|
58
46
|
deviceStatus: DeviceStatus | string | undefined;
|
|
59
|
-
|
|
60
47
|
deviceCapabilities: __LazyJsonString | string | undefined;
|
|
61
48
|
}
|
|
62
|
-
|
|
63
49
|
export declare class InternalServiceException extends __BaseException {
|
|
64
50
|
readonly name: "InternalServiceException";
|
|
65
51
|
readonly $fault: "server";
|
|
66
|
-
|
|
67
52
|
constructor(
|
|
68
53
|
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
69
54
|
);
|
|
70
55
|
}
|
|
71
|
-
|
|
72
56
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
73
57
|
readonly name: "ResourceNotFoundException";
|
|
74
58
|
readonly $fault: "client";
|
|
75
|
-
|
|
76
59
|
constructor(
|
|
77
60
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
78
61
|
);
|
|
79
62
|
}
|
|
80
|
-
|
|
81
63
|
export declare class ThrottlingException extends __BaseException {
|
|
82
64
|
readonly name: "ThrottlingException";
|
|
83
65
|
readonly $fault: "client";
|
|
84
|
-
|
|
85
66
|
constructor(
|
|
86
67
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
87
68
|
);
|
|
88
69
|
}
|
|
89
|
-
|
|
90
70
|
export declare class ValidationException extends __BaseException {
|
|
91
71
|
readonly name: "ValidationException";
|
|
92
72
|
readonly $fault: "client";
|
|
93
|
-
|
|
94
73
|
constructor(
|
|
95
74
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
96
75
|
);
|
|
97
76
|
}
|
|
98
|
-
|
|
99
77
|
export interface SearchDevicesFilter {
|
|
100
78
|
name: string | undefined;
|
|
101
|
-
|
|
102
79
|
values: string[] | undefined;
|
|
103
80
|
}
|
|
104
81
|
export interface SearchDevicesRequest {
|
|
105
82
|
nextToken?: string;
|
|
106
|
-
|
|
107
83
|
maxResults?: number;
|
|
108
|
-
|
|
109
84
|
filters: SearchDevicesFilter[] | undefined;
|
|
110
85
|
}
|
|
111
|
-
|
|
112
86
|
export interface DeviceSummary {
|
|
113
87
|
deviceArn: string | undefined;
|
|
114
|
-
|
|
115
88
|
deviceName: string | undefined;
|
|
116
|
-
|
|
117
89
|
providerName: string | undefined;
|
|
118
|
-
|
|
119
90
|
deviceType: DeviceType | string | undefined;
|
|
120
|
-
|
|
121
91
|
deviceStatus: DeviceStatus | string | undefined;
|
|
122
92
|
}
|
|
123
93
|
export interface SearchDevicesResponse {
|
|
124
94
|
devices: DeviceSummary[] | undefined;
|
|
125
|
-
|
|
126
95
|
nextToken?: string;
|
|
127
96
|
}
|
|
128
97
|
export interface CancelJobRequest {
|
|
@@ -134,40 +103,29 @@ export declare enum CancellationStatus {
|
|
|
134
103
|
}
|
|
135
104
|
export interface CancelJobResponse {
|
|
136
105
|
jobArn: string | undefined;
|
|
137
|
-
|
|
138
106
|
cancellationStatus: CancellationStatus | string | undefined;
|
|
139
107
|
}
|
|
140
|
-
|
|
141
108
|
export declare class ConflictException extends __BaseException {
|
|
142
109
|
readonly name: "ConflictException";
|
|
143
110
|
readonly $fault: "client";
|
|
144
|
-
|
|
145
111
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
146
112
|
}
|
|
147
|
-
|
|
148
113
|
export interface JobCheckpointConfig {
|
|
149
114
|
localPath?: string;
|
|
150
|
-
|
|
151
115
|
s3Uri: string | undefined;
|
|
152
116
|
}
|
|
153
|
-
|
|
154
117
|
export interface DeviceConfig {
|
|
155
118
|
device: string | undefined;
|
|
156
119
|
}
|
|
157
|
-
|
|
158
120
|
export interface S3DataSource {
|
|
159
121
|
s3Uri: string | undefined;
|
|
160
122
|
}
|
|
161
|
-
|
|
162
123
|
export interface DataSource {
|
|
163
124
|
s3DataSource: S3DataSource | undefined;
|
|
164
125
|
}
|
|
165
|
-
|
|
166
126
|
export interface InputFileConfig {
|
|
167
127
|
channelName: string | undefined;
|
|
168
|
-
|
|
169
128
|
contentType?: string;
|
|
170
|
-
|
|
171
129
|
dataSource: DataSource | undefined;
|
|
172
130
|
}
|
|
173
131
|
export declare enum _InstanceType {
|
|
@@ -211,66 +169,45 @@ export declare enum _InstanceType {
|
|
|
211
169
|
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
212
170
|
ML_P4D_24XLARGE = "ml.p4d.24xlarge",
|
|
213
171
|
}
|
|
214
|
-
|
|
215
172
|
export interface InstanceConfig {
|
|
216
173
|
instanceType: _InstanceType | string | undefined;
|
|
217
|
-
|
|
218
174
|
volumeSizeInGb: number | undefined;
|
|
219
|
-
|
|
220
175
|
instanceCount?: number;
|
|
221
176
|
}
|
|
222
|
-
|
|
223
177
|
export interface JobOutputDataConfig {
|
|
224
178
|
kmsKeyId?: string;
|
|
225
|
-
|
|
226
179
|
s3Path: string | undefined;
|
|
227
180
|
}
|
|
228
|
-
|
|
229
181
|
export interface JobStoppingCondition {
|
|
230
182
|
maxRuntimeInSeconds?: number;
|
|
231
183
|
}
|
|
232
184
|
export interface CreateJobRequest {
|
|
233
185
|
clientToken?: string;
|
|
234
|
-
|
|
235
186
|
algorithmSpecification: AlgorithmSpecification | undefined;
|
|
236
|
-
|
|
237
187
|
inputDataConfig?: InputFileConfig[];
|
|
238
|
-
|
|
239
188
|
outputDataConfig: JobOutputDataConfig | undefined;
|
|
240
|
-
|
|
241
189
|
checkpointConfig?: JobCheckpointConfig;
|
|
242
|
-
|
|
243
190
|
jobName: string | undefined;
|
|
244
|
-
|
|
245
191
|
roleArn: string | undefined;
|
|
246
|
-
|
|
247
192
|
stoppingCondition?: JobStoppingCondition;
|
|
248
|
-
|
|
249
193
|
instanceConfig: InstanceConfig | undefined;
|
|
250
|
-
|
|
251
194
|
hyperParameters?: Record<string, string>;
|
|
252
|
-
|
|
253
195
|
deviceConfig: DeviceConfig | undefined;
|
|
254
|
-
|
|
255
196
|
tags?: Record<string, string>;
|
|
256
197
|
}
|
|
257
198
|
export interface CreateJobResponse {
|
|
258
199
|
jobArn: string | undefined;
|
|
259
200
|
}
|
|
260
|
-
|
|
261
201
|
export declare class DeviceRetiredException extends __BaseException {
|
|
262
202
|
readonly name: "DeviceRetiredException";
|
|
263
203
|
readonly $fault: "client";
|
|
264
|
-
|
|
265
204
|
constructor(
|
|
266
205
|
opts: __ExceptionOptionType<DeviceRetiredException, __BaseException>
|
|
267
206
|
);
|
|
268
207
|
}
|
|
269
|
-
|
|
270
208
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
271
209
|
readonly name: "ServiceQuotaExceededException";
|
|
272
210
|
readonly $fault: "client";
|
|
273
|
-
|
|
274
211
|
constructor(
|
|
275
212
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
276
213
|
);
|
|
@@ -291,12 +228,9 @@ export declare enum JobEventType {
|
|
|
291
228
|
UPLOADING_RESULTS = "UPLOADING_RESULTS",
|
|
292
229
|
WAITING_FOR_PRIORITY = "WAITING_FOR_PRIORITY",
|
|
293
230
|
}
|
|
294
|
-
|
|
295
231
|
export interface JobEventDetails {
|
|
296
232
|
eventType?: JobEventType | string;
|
|
297
|
-
|
|
298
233
|
timeOfEvent?: Date;
|
|
299
|
-
|
|
300
234
|
message?: string;
|
|
301
235
|
}
|
|
302
236
|
export declare enum JobPrimaryStatus {
|
|
@@ -309,41 +243,23 @@ export declare enum JobPrimaryStatus {
|
|
|
309
243
|
}
|
|
310
244
|
export interface GetJobResponse {
|
|
311
245
|
status: JobPrimaryStatus | string | undefined;
|
|
312
|
-
|
|
313
246
|
jobArn: string | undefined;
|
|
314
|
-
|
|
315
247
|
roleArn: string | undefined;
|
|
316
|
-
|
|
317
248
|
failureReason?: string;
|
|
318
|
-
|
|
319
249
|
jobName: string | undefined;
|
|
320
|
-
|
|
321
250
|
hyperParameters?: Record<string, string>;
|
|
322
|
-
|
|
323
251
|
inputDataConfig?: InputFileConfig[];
|
|
324
|
-
|
|
325
252
|
outputDataConfig: JobOutputDataConfig | undefined;
|
|
326
|
-
|
|
327
253
|
stoppingCondition?: JobStoppingCondition;
|
|
328
|
-
|
|
329
254
|
checkpointConfig?: JobCheckpointConfig;
|
|
330
|
-
|
|
331
255
|
algorithmSpecification: AlgorithmSpecification | undefined;
|
|
332
|
-
|
|
333
256
|
instanceConfig: InstanceConfig | undefined;
|
|
334
|
-
|
|
335
257
|
createdAt: Date | undefined;
|
|
336
|
-
|
|
337
258
|
startedAt?: Date;
|
|
338
|
-
|
|
339
259
|
endedAt?: Date;
|
|
340
|
-
|
|
341
260
|
billableDuration?: number;
|
|
342
|
-
|
|
343
261
|
deviceConfig?: DeviceConfig;
|
|
344
|
-
|
|
345
262
|
events?: JobEventDetails[];
|
|
346
|
-
|
|
347
263
|
tags?: Record<string, string>;
|
|
348
264
|
}
|
|
349
265
|
export declare enum SearchJobsFilterOperator {
|
|
@@ -355,42 +271,28 @@ export declare enum SearchJobsFilterOperator {
|
|
|
355
271
|
LT = "LT",
|
|
356
272
|
LTE = "LTE",
|
|
357
273
|
}
|
|
358
|
-
|
|
359
274
|
export interface SearchJobsFilter {
|
|
360
275
|
name: string | undefined;
|
|
361
|
-
|
|
362
276
|
values: string[] | undefined;
|
|
363
|
-
|
|
364
277
|
operator: SearchJobsFilterOperator | string | undefined;
|
|
365
278
|
}
|
|
366
279
|
export interface SearchJobsRequest {
|
|
367
280
|
nextToken?: string;
|
|
368
|
-
|
|
369
281
|
maxResults?: number;
|
|
370
|
-
|
|
371
282
|
filters: SearchJobsFilter[] | undefined;
|
|
372
283
|
}
|
|
373
|
-
|
|
374
284
|
export interface JobSummary {
|
|
375
285
|
status: JobPrimaryStatus | string | undefined;
|
|
376
|
-
|
|
377
286
|
jobArn: string | undefined;
|
|
378
|
-
|
|
379
287
|
jobName: string | undefined;
|
|
380
|
-
|
|
381
288
|
device: string | undefined;
|
|
382
|
-
|
|
383
289
|
createdAt: Date | undefined;
|
|
384
|
-
|
|
385
290
|
startedAt?: Date;
|
|
386
|
-
|
|
387
291
|
endedAt?: Date;
|
|
388
|
-
|
|
389
292
|
tags?: Record<string, string>;
|
|
390
293
|
}
|
|
391
294
|
export interface SearchJobsResponse {
|
|
392
295
|
jobs: JobSummary[] | undefined;
|
|
393
|
-
|
|
394
296
|
nextToken?: string;
|
|
395
297
|
}
|
|
396
298
|
export interface ListTagsForResourceRequest {
|
|
@@ -401,41 +303,29 @@ export interface ListTagsForResourceResponse {
|
|
|
401
303
|
}
|
|
402
304
|
export interface CancelQuantumTaskRequest {
|
|
403
305
|
quantumTaskArn: string | undefined;
|
|
404
|
-
|
|
405
306
|
clientToken?: string;
|
|
406
307
|
}
|
|
407
308
|
export interface CancelQuantumTaskResponse {
|
|
408
309
|
quantumTaskArn: string | undefined;
|
|
409
|
-
|
|
410
310
|
cancellationStatus: CancellationStatus | string | undefined;
|
|
411
311
|
}
|
|
412
312
|
export interface CreateQuantumTaskRequest {
|
|
413
313
|
clientToken?: string;
|
|
414
|
-
|
|
415
314
|
deviceArn: string | undefined;
|
|
416
|
-
|
|
417
315
|
deviceParameters?: __LazyJsonString | string;
|
|
418
|
-
|
|
419
316
|
shots: number | undefined;
|
|
420
|
-
|
|
421
317
|
outputS3Bucket: string | undefined;
|
|
422
|
-
|
|
423
318
|
outputS3KeyPrefix: string | undefined;
|
|
424
|
-
|
|
425
319
|
action: __LazyJsonString | string | undefined;
|
|
426
|
-
|
|
427
320
|
tags?: Record<string, string>;
|
|
428
|
-
|
|
429
321
|
jobToken?: string;
|
|
430
322
|
}
|
|
431
323
|
export interface CreateQuantumTaskResponse {
|
|
432
324
|
quantumTaskArn: string | undefined;
|
|
433
325
|
}
|
|
434
|
-
|
|
435
326
|
export declare class DeviceOfflineException extends __BaseException {
|
|
436
327
|
readonly name: "DeviceOfflineException";
|
|
437
328
|
readonly $fault: "client";
|
|
438
|
-
|
|
439
329
|
constructor(
|
|
440
330
|
opts: __ExceptionOptionType<DeviceOfflineException, __BaseException>
|
|
441
331
|
);
|
|
@@ -454,27 +344,16 @@ export declare enum QuantumTaskStatus {
|
|
|
454
344
|
}
|
|
455
345
|
export interface GetQuantumTaskResponse {
|
|
456
346
|
quantumTaskArn: string | undefined;
|
|
457
|
-
|
|
458
347
|
status: QuantumTaskStatus | string | undefined;
|
|
459
|
-
|
|
460
348
|
failureReason?: string;
|
|
461
|
-
|
|
462
349
|
deviceArn: string | undefined;
|
|
463
|
-
|
|
464
350
|
deviceParameters: __LazyJsonString | string | undefined;
|
|
465
|
-
|
|
466
351
|
shots: number | undefined;
|
|
467
|
-
|
|
468
352
|
outputS3Bucket: string | undefined;
|
|
469
|
-
|
|
470
353
|
outputS3Directory: string | undefined;
|
|
471
|
-
|
|
472
354
|
createdAt: Date | undefined;
|
|
473
|
-
|
|
474
355
|
endedAt?: Date;
|
|
475
|
-
|
|
476
356
|
tags?: Record<string, string>;
|
|
477
|
-
|
|
478
357
|
jobArn?: string;
|
|
479
358
|
}
|
|
480
359
|
export declare enum SearchQuantumTasksFilterOperator {
|
|
@@ -485,223 +364,162 @@ export declare enum SearchQuantumTasksFilterOperator {
|
|
|
485
364
|
LT = "LT",
|
|
486
365
|
LTE = "LTE",
|
|
487
366
|
}
|
|
488
|
-
|
|
489
367
|
export interface SearchQuantumTasksFilter {
|
|
490
368
|
name: string | undefined;
|
|
491
|
-
|
|
492
369
|
values: string[] | undefined;
|
|
493
|
-
|
|
494
370
|
operator: SearchQuantumTasksFilterOperator | string | undefined;
|
|
495
371
|
}
|
|
496
372
|
export interface SearchQuantumTasksRequest {
|
|
497
373
|
nextToken?: string;
|
|
498
|
-
|
|
499
374
|
maxResults?: number;
|
|
500
|
-
|
|
501
375
|
filters: SearchQuantumTasksFilter[] | undefined;
|
|
502
376
|
}
|
|
503
|
-
|
|
504
377
|
export interface QuantumTaskSummary {
|
|
505
378
|
quantumTaskArn: string | undefined;
|
|
506
|
-
|
|
507
379
|
status: QuantumTaskStatus | string | undefined;
|
|
508
|
-
|
|
509
380
|
deviceArn: string | undefined;
|
|
510
|
-
|
|
511
381
|
shots: number | undefined;
|
|
512
|
-
|
|
513
382
|
outputS3Bucket: string | undefined;
|
|
514
|
-
|
|
515
383
|
outputS3Directory: string | undefined;
|
|
516
|
-
|
|
517
384
|
createdAt: Date | undefined;
|
|
518
|
-
|
|
519
385
|
endedAt?: Date;
|
|
520
|
-
|
|
521
386
|
tags?: Record<string, string>;
|
|
522
387
|
}
|
|
523
388
|
export interface SearchQuantumTasksResponse {
|
|
524
389
|
quantumTasks: QuantumTaskSummary[] | undefined;
|
|
525
|
-
|
|
526
390
|
nextToken?: string;
|
|
527
391
|
}
|
|
528
392
|
export interface TagResourceRequest {
|
|
529
393
|
resourceArn: string | undefined;
|
|
530
|
-
|
|
531
394
|
tags: Record<string, string> | undefined;
|
|
532
395
|
}
|
|
533
396
|
export interface TagResourceResponse {}
|
|
534
397
|
export interface UntagResourceRequest {
|
|
535
398
|
resourceArn: string | undefined;
|
|
536
|
-
|
|
537
399
|
tagKeys: string[] | undefined;
|
|
538
400
|
}
|
|
539
401
|
export interface UntagResourceResponse {}
|
|
540
|
-
|
|
541
402
|
export declare const ContainerImageFilterSensitiveLog: (
|
|
542
403
|
obj: ContainerImage
|
|
543
404
|
) => any;
|
|
544
|
-
|
|
545
405
|
export declare const ScriptModeConfigFilterSensitiveLog: (
|
|
546
406
|
obj: ScriptModeConfig
|
|
547
407
|
) => any;
|
|
548
|
-
|
|
549
408
|
export declare const AlgorithmSpecificationFilterSensitiveLog: (
|
|
550
409
|
obj: AlgorithmSpecification
|
|
551
410
|
) => any;
|
|
552
|
-
|
|
553
411
|
export declare const GetDeviceRequestFilterSensitiveLog: (
|
|
554
412
|
obj: GetDeviceRequest
|
|
555
413
|
) => any;
|
|
556
|
-
|
|
557
414
|
export declare const GetDeviceResponseFilterSensitiveLog: (
|
|
558
415
|
obj: GetDeviceResponse
|
|
559
416
|
) => any;
|
|
560
|
-
|
|
561
417
|
export declare const SearchDevicesFilterFilterSensitiveLog: (
|
|
562
418
|
obj: SearchDevicesFilter
|
|
563
419
|
) => any;
|
|
564
|
-
|
|
565
420
|
export declare const SearchDevicesRequestFilterSensitiveLog: (
|
|
566
421
|
obj: SearchDevicesRequest
|
|
567
422
|
) => any;
|
|
568
|
-
|
|
569
423
|
export declare const DeviceSummaryFilterSensitiveLog: (
|
|
570
424
|
obj: DeviceSummary
|
|
571
425
|
) => any;
|
|
572
|
-
|
|
573
426
|
export declare const SearchDevicesResponseFilterSensitiveLog: (
|
|
574
427
|
obj: SearchDevicesResponse
|
|
575
428
|
) => any;
|
|
576
|
-
|
|
577
429
|
export declare const CancelJobRequestFilterSensitiveLog: (
|
|
578
430
|
obj: CancelJobRequest
|
|
579
431
|
) => any;
|
|
580
|
-
|
|
581
432
|
export declare const CancelJobResponseFilterSensitiveLog: (
|
|
582
433
|
obj: CancelJobResponse
|
|
583
434
|
) => any;
|
|
584
|
-
|
|
585
435
|
export declare const JobCheckpointConfigFilterSensitiveLog: (
|
|
586
436
|
obj: JobCheckpointConfig
|
|
587
437
|
) => any;
|
|
588
|
-
|
|
589
438
|
export declare const DeviceConfigFilterSensitiveLog: (obj: DeviceConfig) => any;
|
|
590
|
-
|
|
591
439
|
export declare const S3DataSourceFilterSensitiveLog: (obj: S3DataSource) => any;
|
|
592
|
-
|
|
593
440
|
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
594
|
-
|
|
595
441
|
export declare const InputFileConfigFilterSensitiveLog: (
|
|
596
442
|
obj: InputFileConfig
|
|
597
443
|
) => any;
|
|
598
|
-
|
|
599
444
|
export declare const InstanceConfigFilterSensitiveLog: (
|
|
600
445
|
obj: InstanceConfig
|
|
601
446
|
) => any;
|
|
602
|
-
|
|
603
447
|
export declare const JobOutputDataConfigFilterSensitiveLog: (
|
|
604
448
|
obj: JobOutputDataConfig
|
|
605
449
|
) => any;
|
|
606
|
-
|
|
607
450
|
export declare const JobStoppingConditionFilterSensitiveLog: (
|
|
608
451
|
obj: JobStoppingCondition
|
|
609
452
|
) => any;
|
|
610
|
-
|
|
611
453
|
export declare const CreateJobRequestFilterSensitiveLog: (
|
|
612
454
|
obj: CreateJobRequest
|
|
613
455
|
) => any;
|
|
614
|
-
|
|
615
456
|
export declare const CreateJobResponseFilterSensitiveLog: (
|
|
616
457
|
obj: CreateJobResponse
|
|
617
458
|
) => any;
|
|
618
|
-
|
|
619
459
|
export declare const GetJobRequestFilterSensitiveLog: (
|
|
620
460
|
obj: GetJobRequest
|
|
621
461
|
) => any;
|
|
622
|
-
|
|
623
462
|
export declare const JobEventDetailsFilterSensitiveLog: (
|
|
624
463
|
obj: JobEventDetails
|
|
625
464
|
) => any;
|
|
626
|
-
|
|
627
465
|
export declare const GetJobResponseFilterSensitiveLog: (
|
|
628
466
|
obj: GetJobResponse
|
|
629
467
|
) => any;
|
|
630
|
-
|
|
631
468
|
export declare const SearchJobsFilterFilterSensitiveLog: (
|
|
632
469
|
obj: SearchJobsFilter
|
|
633
470
|
) => any;
|
|
634
|
-
|
|
635
471
|
export declare const SearchJobsRequestFilterSensitiveLog: (
|
|
636
472
|
obj: SearchJobsRequest
|
|
637
473
|
) => any;
|
|
638
|
-
|
|
639
474
|
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
640
|
-
|
|
641
475
|
export declare const SearchJobsResponseFilterSensitiveLog: (
|
|
642
476
|
obj: SearchJobsResponse
|
|
643
477
|
) => any;
|
|
644
|
-
|
|
645
478
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
646
479
|
obj: ListTagsForResourceRequest
|
|
647
480
|
) => any;
|
|
648
|
-
|
|
649
481
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
650
482
|
obj: ListTagsForResourceResponse
|
|
651
483
|
) => any;
|
|
652
|
-
|
|
653
484
|
export declare const CancelQuantumTaskRequestFilterSensitiveLog: (
|
|
654
485
|
obj: CancelQuantumTaskRequest
|
|
655
486
|
) => any;
|
|
656
|
-
|
|
657
487
|
export declare const CancelQuantumTaskResponseFilterSensitiveLog: (
|
|
658
488
|
obj: CancelQuantumTaskResponse
|
|
659
489
|
) => any;
|
|
660
|
-
|
|
661
490
|
export declare const CreateQuantumTaskRequestFilterSensitiveLog: (
|
|
662
491
|
obj: CreateQuantumTaskRequest
|
|
663
492
|
) => any;
|
|
664
|
-
|
|
665
493
|
export declare const CreateQuantumTaskResponseFilterSensitiveLog: (
|
|
666
494
|
obj: CreateQuantumTaskResponse
|
|
667
495
|
) => any;
|
|
668
|
-
|
|
669
496
|
export declare const GetQuantumTaskRequestFilterSensitiveLog: (
|
|
670
497
|
obj: GetQuantumTaskRequest
|
|
671
498
|
) => any;
|
|
672
|
-
|
|
673
499
|
export declare const GetQuantumTaskResponseFilterSensitiveLog: (
|
|
674
500
|
obj: GetQuantumTaskResponse
|
|
675
501
|
) => any;
|
|
676
|
-
|
|
677
502
|
export declare const SearchQuantumTasksFilterFilterSensitiveLog: (
|
|
678
503
|
obj: SearchQuantumTasksFilter
|
|
679
504
|
) => any;
|
|
680
|
-
|
|
681
505
|
export declare const SearchQuantumTasksRequestFilterSensitiveLog: (
|
|
682
506
|
obj: SearchQuantumTasksRequest
|
|
683
507
|
) => any;
|
|
684
|
-
|
|
685
508
|
export declare const QuantumTaskSummaryFilterSensitiveLog: (
|
|
686
509
|
obj: QuantumTaskSummary
|
|
687
510
|
) => any;
|
|
688
|
-
|
|
689
511
|
export declare const SearchQuantumTasksResponseFilterSensitiveLog: (
|
|
690
512
|
obj: SearchQuantumTasksResponse
|
|
691
513
|
) => any;
|
|
692
|
-
|
|
693
514
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
694
515
|
obj: TagResourceRequest
|
|
695
516
|
) => any;
|
|
696
|
-
|
|
697
517
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
698
518
|
obj: TagResourceResponse
|
|
699
519
|
) => any;
|
|
700
|
-
|
|
701
520
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
702
521
|
obj: UntagResourceRequest
|
|
703
522
|
) => any;
|
|
704
|
-
|
|
705
523
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
706
524
|
obj: UntagResourceResponse
|
|
707
525
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { BraketClientConfig } from "./BraketClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { BraketClientConfig } from "./BraketClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BraketClientConfig } from "./BraketClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: BraketClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-braket",
|
|
3
3
|
"description": "AWS SDK for JavaScript Braket Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1",
|