@aws-sdk/client-braket 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CancelQuantumTaskCommand.js +2 -3
- package/dist-cjs/commands/CreateJobCommand.js +2 -3
- package/dist-cjs/commands/CreateQuantumTaskCommand.js +2 -3
- package/dist-cjs/commands/GetDeviceCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -3
- package/dist-cjs/commands/GetQuantumTaskCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/SearchDevicesCommand.js +2 -3
- package/dist-cjs/commands/SearchJobsCommand.js +2 -3
- package/dist-cjs/commands/SearchQuantumTasksCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -178
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CancelQuantumTaskCommand.js +2 -3
- package/dist-es/commands/CreateJobCommand.js +2 -3
- package/dist-es/commands/CreateQuantumTaskCommand.js +2 -3
- package/dist-es/commands/GetDeviceCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -3
- package/dist-es/commands/GetQuantumTaskCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/SearchDevicesCommand.js +2 -3
- package/dist-es/commands/SearchJobsCommand.js +2 -3
- package/dist-es/commands/SearchQuantumTasksCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -132
- package/dist-types/Braket.d.ts +14 -0
- package/dist-types/BraketClient.d.ts +24 -4
- package/dist-types/commands/CancelJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelQuantumTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateQuantumTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetQuantumTaskCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/SearchDevicesCommand.d.ts +16 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +16 -0
- package/dist-types/commands/SearchQuantumTasksCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/models/BraketServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +135 -176
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/SearchDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchQuantumTasksPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -124
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchDevicesCommandInput, SearchDevicesCommandOutput } from "../commands/SearchDevicesCommand";
|
|
3
3
|
import { BraketPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchDevices(config: BraketPaginationConfiguration, input: SearchDevicesCommandInput, ...additionalArguments: any): Paginator<SearchDevicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchJobsCommandInput, SearchJobsCommandOutput } from "../commands/SearchJobsCommand";
|
|
3
3
|
import { BraketPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchJobs(config: BraketPaginationConfiguration, input: SearchJobsCommandInput, ...additionalArguments: any): Paginator<SearchJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { SearchQuantumTasksCommandInput, SearchQuantumTasksCommandOutput } from "../commands/SearchQuantumTasksCommand";
|
|
3
3
|
import { BraketPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateSearchQuantumTasks(config: BraketPaginationConfiguration, input: SearchQuantumTasksCommandInput, ...additionalArguments: any): Paginator<SearchQuantumTasksCommandOutput>;
|
|
@@ -399,127 +399,3 @@ export interface UntagResourceRequest {
|
|
|
399
399
|
tagKeys: string[] | undefined;
|
|
400
400
|
}
|
|
401
401
|
export interface UntagResourceResponse {}
|
|
402
|
-
export declare const ContainerImageFilterSensitiveLog: (
|
|
403
|
-
obj: ContainerImage
|
|
404
|
-
) => any;
|
|
405
|
-
export declare const ScriptModeConfigFilterSensitiveLog: (
|
|
406
|
-
obj: ScriptModeConfig
|
|
407
|
-
) => any;
|
|
408
|
-
export declare const AlgorithmSpecificationFilterSensitiveLog: (
|
|
409
|
-
obj: AlgorithmSpecification
|
|
410
|
-
) => any;
|
|
411
|
-
export declare const GetDeviceRequestFilterSensitiveLog: (
|
|
412
|
-
obj: GetDeviceRequest
|
|
413
|
-
) => any;
|
|
414
|
-
export declare const GetDeviceResponseFilterSensitiveLog: (
|
|
415
|
-
obj: GetDeviceResponse
|
|
416
|
-
) => any;
|
|
417
|
-
export declare const SearchDevicesFilterFilterSensitiveLog: (
|
|
418
|
-
obj: SearchDevicesFilter
|
|
419
|
-
) => any;
|
|
420
|
-
export declare const SearchDevicesRequestFilterSensitiveLog: (
|
|
421
|
-
obj: SearchDevicesRequest
|
|
422
|
-
) => any;
|
|
423
|
-
export declare const DeviceSummaryFilterSensitiveLog: (
|
|
424
|
-
obj: DeviceSummary
|
|
425
|
-
) => any;
|
|
426
|
-
export declare const SearchDevicesResponseFilterSensitiveLog: (
|
|
427
|
-
obj: SearchDevicesResponse
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const CancelJobRequestFilterSensitiveLog: (
|
|
430
|
-
obj: CancelJobRequest
|
|
431
|
-
) => any;
|
|
432
|
-
export declare const CancelJobResponseFilterSensitiveLog: (
|
|
433
|
-
obj: CancelJobResponse
|
|
434
|
-
) => any;
|
|
435
|
-
export declare const JobCheckpointConfigFilterSensitiveLog: (
|
|
436
|
-
obj: JobCheckpointConfig
|
|
437
|
-
) => any;
|
|
438
|
-
export declare const DeviceConfigFilterSensitiveLog: (obj: DeviceConfig) => any;
|
|
439
|
-
export declare const S3DataSourceFilterSensitiveLog: (obj: S3DataSource) => any;
|
|
440
|
-
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
441
|
-
export declare const InputFileConfigFilterSensitiveLog: (
|
|
442
|
-
obj: InputFileConfig
|
|
443
|
-
) => any;
|
|
444
|
-
export declare const InstanceConfigFilterSensitiveLog: (
|
|
445
|
-
obj: InstanceConfig
|
|
446
|
-
) => any;
|
|
447
|
-
export declare const JobOutputDataConfigFilterSensitiveLog: (
|
|
448
|
-
obj: JobOutputDataConfig
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const JobStoppingConditionFilterSensitiveLog: (
|
|
451
|
-
obj: JobStoppingCondition
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const CreateJobRequestFilterSensitiveLog: (
|
|
454
|
-
obj: CreateJobRequest
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const CreateJobResponseFilterSensitiveLog: (
|
|
457
|
-
obj: CreateJobResponse
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const GetJobRequestFilterSensitiveLog: (
|
|
460
|
-
obj: GetJobRequest
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const JobEventDetailsFilterSensitiveLog: (
|
|
463
|
-
obj: JobEventDetails
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const GetJobResponseFilterSensitiveLog: (
|
|
466
|
-
obj: GetJobResponse
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const SearchJobsFilterFilterSensitiveLog: (
|
|
469
|
-
obj: SearchJobsFilter
|
|
470
|
-
) => any;
|
|
471
|
-
export declare const SearchJobsRequestFilterSensitiveLog: (
|
|
472
|
-
obj: SearchJobsRequest
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
475
|
-
export declare const SearchJobsResponseFilterSensitiveLog: (
|
|
476
|
-
obj: SearchJobsResponse
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
479
|
-
obj: ListTagsForResourceRequest
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
482
|
-
obj: ListTagsForResourceResponse
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const CancelQuantumTaskRequestFilterSensitiveLog: (
|
|
485
|
-
obj: CancelQuantumTaskRequest
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const CancelQuantumTaskResponseFilterSensitiveLog: (
|
|
488
|
-
obj: CancelQuantumTaskResponse
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const CreateQuantumTaskRequestFilterSensitiveLog: (
|
|
491
|
-
obj: CreateQuantumTaskRequest
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const CreateQuantumTaskResponseFilterSensitiveLog: (
|
|
494
|
-
obj: CreateQuantumTaskResponse
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const GetQuantumTaskRequestFilterSensitiveLog: (
|
|
497
|
-
obj: GetQuantumTaskRequest
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const GetQuantumTaskResponseFilterSensitiveLog: (
|
|
500
|
-
obj: GetQuantumTaskResponse
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const SearchQuantumTasksFilterFilterSensitiveLog: (
|
|
503
|
-
obj: SearchQuantumTasksFilter
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const SearchQuantumTasksRequestFilterSensitiveLog: (
|
|
506
|
-
obj: SearchQuantumTasksRequest
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const QuantumTaskSummaryFilterSensitiveLog: (
|
|
509
|
-
obj: QuantumTaskSummary
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const SearchQuantumTasksResponseFilterSensitiveLog: (
|
|
512
|
-
obj: SearchQuantumTasksResponse
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
515
|
-
obj: TagResourceRequest
|
|
516
|
-
) => any;
|
|
517
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
518
|
-
obj: TagResourceResponse
|
|
519
|
-
) => any;
|
|
520
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
521
|
-
obj: UntagResourceRequest
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
524
|
-
obj: UntagResourceResponse
|
|
525
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo braket"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|