@aws-sdk/client-braket 3.169.0 → 3.171.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/ts3.4/Braket.d.ts +225 -70
- package/dist-types/ts3.4/BraketClient.d.ts +182 -86
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelQuantumTaskCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateQuantumTaskCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetQuantumTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchDevicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SearchQuantumTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BraketServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +525 -652
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/SearchDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchQuantumTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from "./CancelJobCommand";
|
|
2
|
-
export * from "./CancelQuantumTaskCommand";
|
|
3
|
-
export * from "./CreateJobCommand";
|
|
4
|
-
export * from "./CreateQuantumTaskCommand";
|
|
5
|
-
export * from "./GetDeviceCommand";
|
|
6
|
-
export * from "./GetJobCommand";
|
|
7
|
-
export * from "./GetQuantumTaskCommand";
|
|
8
|
-
export * from "./ListTagsForResourceCommand";
|
|
9
|
-
export * from "./SearchDevicesCommand";
|
|
10
|
-
export * from "./SearchJobsCommand";
|
|
11
|
-
export * from "./SearchQuantumTasksCommand";
|
|
12
|
-
export * from "./TagResourceCommand";
|
|
13
|
-
export * from "./UntagResourceCommand";
|
|
1
|
+
export * from "./CancelJobCommand";
|
|
2
|
+
export * from "./CancelQuantumTaskCommand";
|
|
3
|
+
export * from "./CreateJobCommand";
|
|
4
|
+
export * from "./CreateQuantumTaskCommand";
|
|
5
|
+
export * from "./GetDeviceCommand";
|
|
6
|
+
export * from "./GetJobCommand";
|
|
7
|
+
export * from "./GetQuantumTaskCommand";
|
|
8
|
+
export * from "./ListTagsForResourceCommand";
|
|
9
|
+
export * from "./SearchDevicesCommand";
|
|
10
|
+
export * from "./SearchJobsCommand";
|
|
11
|
+
export * from "./SearchQuantumTasksCommand";
|
|
12
|
+
export * from "./TagResourceCommand";
|
|
13
|
+
export * from "./UntagResourceCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Braket";
|
|
2
|
-
export * from "./BraketClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { BraketServiceException } from "./models/BraketServiceException";
|
|
1
|
+
export * from "./Braket";
|
|
2
|
+
export * from "./BraketClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { BraketServiceException } from "./models/BraketServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class BraketServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|