@aws-sdk/client-omics 3.1018.0 → 3.1020.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 (121) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  3. package/dist-cjs/index.js +74 -0
  4. package/dist-cjs/runtimeConfig.js +4 -3
  5. package/dist-cjs/runtimeConfig.shared.js +2 -2
  6. package/dist-cjs/schemas/schemas_0.js +125 -16
  7. package/dist-es/Omics.js +21 -11
  8. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  9. package/dist-es/commands/CreateConfigurationCommand.js +16 -0
  10. package/dist-es/commands/DeleteConfigurationCommand.js +16 -0
  11. package/dist-es/commands/GetConfigurationCommand.js +16 -0
  12. package/dist-es/commands/ListConfigurationsCommand.js +16 -0
  13. package/dist-es/commands/index.js +4 -0
  14. package/dist-es/models/enums.js +12 -0
  15. package/dist-es/pagination/ListConfigurationsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/runtimeConfig.js +2 -1
  18. package/dist-es/runtimeConfig.shared.js +1 -1
  19. package/dist-es/schemas/schemas_0.js +116 -8
  20. package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
  21. package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
  22. package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
  23. package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
  24. package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
  25. package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
  26. package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
  27. package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
  28. package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
  29. package/dist-es/waiters/waitForRunCompleted.js +1 -1
  30. package/dist-es/waiters/waitForRunRunning.js +1 -1
  31. package/dist-es/waiters/waitForTaskCompleted.js +1 -1
  32. package/dist-es/waiters/waitForTaskRunning.js +1 -1
  33. package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
  34. package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
  35. package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
  36. package/dist-es/waiters/waitForWorkflowActive.js +1 -1
  37. package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
  38. package/dist-types/Omics.d.ts +139 -103
  39. package/dist-types/OmicsClient.d.ts +112 -108
  40. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  41. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  42. package/dist-types/commands/CreateConfigurationCommand.d.ts +132 -0
  43. package/dist-types/commands/DeleteConfigurationCommand.d.ts +96 -0
  44. package/dist-types/commands/GetConfigurationCommand.d.ts +117 -0
  45. package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
  46. package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
  47. package/dist-types/commands/GetRunCommand.d.ts +15 -0
  48. package/dist-types/commands/ListConfigurationsCommand.d.ts +108 -0
  49. package/dist-types/commands/StartRunCommand.d.ts +8 -0
  50. package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
  51. package/dist-types/commands/index.d.ts +4 -0
  52. package/dist-types/index.d.ts +1 -1
  53. package/dist-types/models/enums.d.ts +28 -0
  54. package/dist-types/models/models_0.d.ts +318 -2
  55. package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListConfigurationsPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/index.d.ts +1 -0
  81. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  82. package/dist-types/runtimeConfig.d.ts +1 -1
  83. package/dist-types/runtimeConfig.native.d.ts +1 -1
  84. package/dist-types/schemas/schemas_0.d.ts +17 -0
  85. package/dist-types/ts3.4/Omics.d.ts +76 -0
  86. package/dist-types/ts3.4/OmicsClient.d.ts +26 -3
  87. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  88. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +50 -0
  92. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  95. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +77 -0
  97. package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -0
  98. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
  103. package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
  104. package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
  105. package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
  106. package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
  107. package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
  108. package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
  109. package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
  110. package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
  111. package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
  112. package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
  113. package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
  114. package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
  115. package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
  116. package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
  117. package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
  118. package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
  119. package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
  120. package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
  121. package/package.json +15 -15
@@ -5,122 +5,126 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
11
- import { AcceptShareCommandInput, AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
12
- import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
13
- import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
14
- import { CancelRunBatchCommandInput, CancelRunBatchCommandOutput } from "./commands/CancelRunBatchCommand";
15
- import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
16
- import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
17
- import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
18
- import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
19
- import { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "./commands/CreateAnnotationStoreVersionCommand";
20
- import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
21
- import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
22
- import { CreateRunCacheCommandInput, CreateRunCacheCommandOutput } from "./commands/CreateRunCacheCommand";
23
- import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
24
- import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
25
- import { CreateShareCommandInput, CreateShareCommandOutput } from "./commands/CreateShareCommand";
26
- import { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
27
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
28
- import { CreateWorkflowVersionCommandInput, CreateWorkflowVersionCommandOutput } from "./commands/CreateWorkflowVersionCommand";
29
- import { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
30
- import { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "./commands/DeleteAnnotationStoreVersionsCommand";
31
- import { DeleteBatchCommandInput, DeleteBatchCommandOutput } from "./commands/DeleteBatchCommand";
32
- import { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
33
- import { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
34
- import { DeleteRunBatchCommandInput, DeleteRunBatchCommandOutput } from "./commands/DeleteRunBatchCommand";
35
- import { DeleteRunCacheCommandInput, DeleteRunCacheCommandOutput } from "./commands/DeleteRunCacheCommand";
36
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
37
- import { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
38
- import { DeleteS3AccessPolicyCommandInput, DeleteS3AccessPolicyCommandOutput } from "./commands/DeleteS3AccessPolicyCommand";
39
- import { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
40
- import { DeleteShareCommandInput, DeleteShareCommandOutput } from "./commands/DeleteShareCommand";
41
- import { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
42
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
43
- import { DeleteWorkflowVersionCommandInput, DeleteWorkflowVersionCommandOutput } from "./commands/DeleteWorkflowVersionCommand";
44
- import { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
45
- import { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
46
- import { GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput } from "./commands/GetAnnotationStoreVersionCommand";
47
- import { GetBatchCommandInput, GetBatchCommandOutput } from "./commands/GetBatchCommand";
48
- import { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
49
- import { GetReadSetCommandInput, GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
50
- import { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
51
- import { GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput } from "./commands/GetReadSetImportJobCommand";
52
- import { GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput } from "./commands/GetReadSetMetadataCommand";
53
- import { GetReferenceCommandInput, GetReferenceCommandOutput } from "./commands/GetReferenceCommand";
54
- import { GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput } from "./commands/GetReferenceImportJobCommand";
55
- import { GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput } from "./commands/GetReferenceMetadataCommand";
56
- import { GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput } from "./commands/GetReferenceStoreCommand";
57
- import { GetRunCacheCommandInput, GetRunCacheCommandOutput } from "./commands/GetRunCacheCommand";
58
- import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
59
- import { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
60
- import { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
61
- import { GetS3AccessPolicyCommandInput, GetS3AccessPolicyCommandOutput } from "./commands/GetS3AccessPolicyCommand";
62
- import { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
63
- import { GetShareCommandInput, GetShareCommandOutput } from "./commands/GetShareCommand";
64
- import { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
65
- import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
66
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
67
- import { GetWorkflowVersionCommandInput, GetWorkflowVersionCommandOutput } from "./commands/GetWorkflowVersionCommand";
68
- import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
69
- import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
70
- import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "./commands/ListAnnotationStoreVersionsCommand";
71
- import { ListBatchCommandInput, ListBatchCommandOutput } from "./commands/ListBatchCommand";
72
- import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
73
- import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
74
- import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
75
- import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
76
- import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
77
- import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput } from "./commands/ListReadSetUploadPartsCommand";
78
- import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
79
- import { ListReferencesCommandInput, ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
80
- import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
81
- import { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "./commands/ListRunCachesCommand";
82
- import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "./commands/ListRunGroupsCommand";
83
- import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
84
- import { ListRunsInBatchCommandInput, ListRunsInBatchCommandOutput } from "./commands/ListRunsInBatchCommand";
85
- import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
86
- import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
87
- import { ListSharesCommandInput, ListSharesCommandOutput } from "./commands/ListSharesCommand";
88
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
89
- import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
90
- import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
91
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
92
- import { ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput } from "./commands/ListWorkflowVersionsCommand";
93
- import { PutS3AccessPolicyCommandInput, PutS3AccessPolicyCommandOutput } from "./commands/PutS3AccessPolicyCommand";
94
- import { StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput } from "./commands/StartAnnotationImportJobCommand";
95
- import { StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput } from "./commands/StartReadSetActivationJobCommand";
96
- import { StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput } from "./commands/StartReadSetExportJobCommand";
97
- import { StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput } from "./commands/StartReadSetImportJobCommand";
98
- import { StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput } from "./commands/StartReferenceImportJobCommand";
99
- import { StartRunBatchCommandInput, StartRunBatchCommandOutput } from "./commands/StartRunBatchCommand";
100
- import { StartRunCommandInput, StartRunCommandOutput } from "./commands/StartRunCommand";
101
- import { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput } from "./commands/StartVariantImportJobCommand";
102
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
103
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
104
- import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
105
- import { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "./commands/UpdateAnnotationStoreVersionCommand";
106
- import { UpdateRunCacheCommandInput, UpdateRunCacheCommandOutput } from "./commands/UpdateRunCacheCommand";
107
- import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
108
- import { UpdateSequenceStoreCommandInput, UpdateSequenceStoreCommandOutput } from "./commands/UpdateSequenceStoreCommand";
109
- import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
110
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
111
- import { UpdateWorkflowVersionCommandInput, UpdateWorkflowVersionCommandOutput } from "./commands/UpdateWorkflowVersionCommand";
112
- import { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from "./commands/UploadReadSetPartCommand";
113
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
11
+ import type { AcceptShareCommandInput, AcceptShareCommandOutput } from "./commands/AcceptShareCommand";
12
+ import type { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
13
+ import type { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
14
+ import type { CancelRunBatchCommandInput, CancelRunBatchCommandOutput } from "./commands/CancelRunBatchCommand";
15
+ import type { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
16
+ import type { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
17
+ import type { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
18
+ import type { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
19
+ import type { CreateAnnotationStoreVersionCommandInput, CreateAnnotationStoreVersionCommandOutput } from "./commands/CreateAnnotationStoreVersionCommand";
20
+ import type { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
21
+ import type { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
22
+ import type { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
23
+ import type { CreateRunCacheCommandInput, CreateRunCacheCommandOutput } from "./commands/CreateRunCacheCommand";
24
+ import type { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
25
+ import type { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
26
+ import type { CreateShareCommandInput, CreateShareCommandOutput } from "./commands/CreateShareCommand";
27
+ import type { CreateVariantStoreCommandInput, CreateVariantStoreCommandOutput } from "./commands/CreateVariantStoreCommand";
28
+ import type { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
29
+ import type { CreateWorkflowVersionCommandInput, CreateWorkflowVersionCommandOutput } from "./commands/CreateWorkflowVersionCommand";
30
+ import type { DeleteAnnotationStoreCommandInput, DeleteAnnotationStoreCommandOutput } from "./commands/DeleteAnnotationStoreCommand";
31
+ import type { DeleteAnnotationStoreVersionsCommandInput, DeleteAnnotationStoreVersionsCommandOutput } from "./commands/DeleteAnnotationStoreVersionsCommand";
32
+ import type { DeleteBatchCommandInput, DeleteBatchCommandOutput } from "./commands/DeleteBatchCommand";
33
+ import type { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
34
+ import type { DeleteReferenceCommandInput, DeleteReferenceCommandOutput } from "./commands/DeleteReferenceCommand";
35
+ import type { DeleteReferenceStoreCommandInput, DeleteReferenceStoreCommandOutput } from "./commands/DeleteReferenceStoreCommand";
36
+ import type { DeleteRunBatchCommandInput, DeleteRunBatchCommandOutput } from "./commands/DeleteRunBatchCommand";
37
+ import type { DeleteRunCacheCommandInput, DeleteRunCacheCommandOutput } from "./commands/DeleteRunCacheCommand";
38
+ import type { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
39
+ import type { DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput } from "./commands/DeleteRunGroupCommand";
40
+ import type { DeleteS3AccessPolicyCommandInput, DeleteS3AccessPolicyCommandOutput } from "./commands/DeleteS3AccessPolicyCommand";
41
+ import type { DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput } from "./commands/DeleteSequenceStoreCommand";
42
+ import type { DeleteShareCommandInput, DeleteShareCommandOutput } from "./commands/DeleteShareCommand";
43
+ import type { DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput } from "./commands/DeleteVariantStoreCommand";
44
+ import type { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "./commands/DeleteWorkflowCommand";
45
+ import type { DeleteWorkflowVersionCommandInput, DeleteWorkflowVersionCommandOutput } from "./commands/DeleteWorkflowVersionCommand";
46
+ import type { GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput } from "./commands/GetAnnotationImportJobCommand";
47
+ import type { GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput } from "./commands/GetAnnotationStoreCommand";
48
+ import type { GetAnnotationStoreVersionCommandInput, GetAnnotationStoreVersionCommandOutput } from "./commands/GetAnnotationStoreVersionCommand";
49
+ import type { GetBatchCommandInput, GetBatchCommandOutput } from "./commands/GetBatchCommand";
50
+ import type { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
51
+ import type { GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput } from "./commands/GetReadSetActivationJobCommand";
52
+ import type { GetReadSetCommandInput, GetReadSetCommandOutput } from "./commands/GetReadSetCommand";
53
+ import type { GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput } from "./commands/GetReadSetExportJobCommand";
54
+ import type { GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput } from "./commands/GetReadSetImportJobCommand";
55
+ import type { GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput } from "./commands/GetReadSetMetadataCommand";
56
+ import type { GetReferenceCommandInput, GetReferenceCommandOutput } from "./commands/GetReferenceCommand";
57
+ import type { GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput } from "./commands/GetReferenceImportJobCommand";
58
+ import type { GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput } from "./commands/GetReferenceMetadataCommand";
59
+ import type { GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput } from "./commands/GetReferenceStoreCommand";
60
+ import type { GetRunCacheCommandInput, GetRunCacheCommandOutput } from "./commands/GetRunCacheCommand";
61
+ import type { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
62
+ import type { GetRunGroupCommandInput, GetRunGroupCommandOutput } from "./commands/GetRunGroupCommand";
63
+ import type { GetRunTaskCommandInput, GetRunTaskCommandOutput } from "./commands/GetRunTaskCommand";
64
+ import type { GetS3AccessPolicyCommandInput, GetS3AccessPolicyCommandOutput } from "./commands/GetS3AccessPolicyCommand";
65
+ import type { GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput } from "./commands/GetSequenceStoreCommand";
66
+ import type { GetShareCommandInput, GetShareCommandOutput } from "./commands/GetShareCommand";
67
+ import type { GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput } from "./commands/GetVariantImportJobCommand";
68
+ import type { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./commands/GetVariantStoreCommand";
69
+ import type { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
70
+ import type { GetWorkflowVersionCommandInput, GetWorkflowVersionCommandOutput } from "./commands/GetWorkflowVersionCommand";
71
+ import type { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
72
+ import type { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
73
+ import type { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "./commands/ListAnnotationStoreVersionsCommand";
74
+ import type { ListBatchCommandInput, ListBatchCommandOutput } from "./commands/ListBatchCommand";
75
+ import type { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
76
+ import type { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
77
+ import type { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
78
+ import type { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
79
+ import type { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
80
+ import type { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
81
+ import type { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput } from "./commands/ListReadSetUploadPartsCommand";
82
+ import type { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
83
+ import type { ListReferencesCommandInput, ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
84
+ import type { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
85
+ import type { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "./commands/ListRunCachesCommand";
86
+ import type { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "./commands/ListRunGroupsCommand";
87
+ import type { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
88
+ import type { ListRunsInBatchCommandInput, ListRunsInBatchCommandOutput } from "./commands/ListRunsInBatchCommand";
89
+ import type { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "./commands/ListRunTasksCommand";
90
+ import type { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "./commands/ListSequenceStoresCommand";
91
+ import type { ListSharesCommandInput, ListSharesCommandOutput } from "./commands/ListSharesCommand";
92
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
93
+ import type { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "./commands/ListVariantImportJobsCommand";
94
+ import type { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "./commands/ListVariantStoresCommand";
95
+ import type { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "./commands/ListWorkflowsCommand";
96
+ import type { ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput } from "./commands/ListWorkflowVersionsCommand";
97
+ import type { PutS3AccessPolicyCommandInput, PutS3AccessPolicyCommandOutput } from "./commands/PutS3AccessPolicyCommand";
98
+ import type { StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput } from "./commands/StartAnnotationImportJobCommand";
99
+ import type { StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput } from "./commands/StartReadSetActivationJobCommand";
100
+ import type { StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput } from "./commands/StartReadSetExportJobCommand";
101
+ import type { StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput } from "./commands/StartReadSetImportJobCommand";
102
+ import type { StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput } from "./commands/StartReferenceImportJobCommand";
103
+ import type { StartRunBatchCommandInput, StartRunBatchCommandOutput } from "./commands/StartRunBatchCommand";
104
+ import type { StartRunCommandInput, StartRunCommandOutput } from "./commands/StartRunCommand";
105
+ import type { StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput } from "./commands/StartVariantImportJobCommand";
106
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
107
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
108
+ import type { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput } from "./commands/UpdateAnnotationStoreCommand";
109
+ import type { UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput } from "./commands/UpdateAnnotationStoreVersionCommand";
110
+ import type { UpdateRunCacheCommandInput, UpdateRunCacheCommandOutput } from "./commands/UpdateRunCacheCommand";
111
+ import type { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
112
+ import type { UpdateSequenceStoreCommandInput, UpdateSequenceStoreCommandOutput } from "./commands/UpdateSequenceStoreCommand";
113
+ import type { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
114
+ import type { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
115
+ import type { UpdateWorkflowVersionCommandInput, UpdateWorkflowVersionCommandOutput } from "./commands/UpdateWorkflowVersionCommand";
116
+ import type { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from "./commands/UploadReadSetPartCommand";
117
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
114
118
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
115
119
  export { __Client };
116
120
  /**
117
121
  * @public
118
122
  */
119
- export type ServiceInputTypes = AbortMultipartReadSetUploadCommandInput | AcceptShareCommandInput | BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunBatchCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CompleteMultipartReadSetUploadCommandInput | CreateAnnotationStoreCommandInput | CreateAnnotationStoreVersionCommandInput | CreateMultipartReadSetUploadCommandInput | CreateReferenceStoreCommandInput | CreateRunCacheCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateShareCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | CreateWorkflowVersionCommandInput | DeleteAnnotationStoreCommandInput | DeleteAnnotationStoreVersionsCommandInput | DeleteBatchCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunBatchCommandInput | DeleteRunCacheCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteS3AccessPolicyCommandInput | DeleteSequenceStoreCommandInput | DeleteShareCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | DeleteWorkflowVersionCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetAnnotationStoreVersionCommandInput | GetBatchCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCacheCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetS3AccessPolicyCommandInput | GetSequenceStoreCommandInput | GetShareCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | GetWorkflowVersionCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoreVersionsCommandInput | ListAnnotationStoresCommandInput | ListBatchCommandInput | ListMultipartReadSetUploadsCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetUploadPartsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunCachesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListRunsInBatchCommandInput | ListSequenceStoresCommandInput | ListSharesCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowVersionsCommandInput | ListWorkflowsCommandInput | PutS3AccessPolicyCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunBatchCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateAnnotationStoreVersionCommandInput | UpdateRunCacheCommandInput | UpdateRunGroupCommandInput | UpdateSequenceStoreCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput | UpdateWorkflowVersionCommandInput | UploadReadSetPartCommandInput;
123
+ export type ServiceInputTypes = AbortMultipartReadSetUploadCommandInput | AcceptShareCommandInput | BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunBatchCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CompleteMultipartReadSetUploadCommandInput | CreateAnnotationStoreCommandInput | CreateAnnotationStoreVersionCommandInput | CreateConfigurationCommandInput | CreateMultipartReadSetUploadCommandInput | CreateReferenceStoreCommandInput | CreateRunCacheCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateShareCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | CreateWorkflowVersionCommandInput | DeleteAnnotationStoreCommandInput | DeleteAnnotationStoreVersionsCommandInput | DeleteBatchCommandInput | DeleteConfigurationCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunBatchCommandInput | DeleteRunCacheCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteS3AccessPolicyCommandInput | DeleteSequenceStoreCommandInput | DeleteShareCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | DeleteWorkflowVersionCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetAnnotationStoreVersionCommandInput | GetBatchCommandInput | GetConfigurationCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCacheCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetS3AccessPolicyCommandInput | GetSequenceStoreCommandInput | GetShareCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | GetWorkflowVersionCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoreVersionsCommandInput | ListAnnotationStoresCommandInput | ListBatchCommandInput | ListConfigurationsCommandInput | ListMultipartReadSetUploadsCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetUploadPartsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunCachesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListRunsInBatchCommandInput | ListSequenceStoresCommandInput | ListSharesCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowVersionsCommandInput | ListWorkflowsCommandInput | PutS3AccessPolicyCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunBatchCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateAnnotationStoreVersionCommandInput | UpdateRunCacheCommandInput | UpdateRunGroupCommandInput | UpdateSequenceStoreCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput | UpdateWorkflowVersionCommandInput | UploadReadSetPartCommandInput;
120
124
  /**
121
125
  * @public
122
126
  */
123
- export type ServiceOutputTypes = AbortMultipartReadSetUploadCommandOutput | AcceptShareCommandOutput | BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunBatchCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CompleteMultipartReadSetUploadCommandOutput | CreateAnnotationStoreCommandOutput | CreateAnnotationStoreVersionCommandOutput | CreateMultipartReadSetUploadCommandOutput | CreateReferenceStoreCommandOutput | CreateRunCacheCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateShareCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | CreateWorkflowVersionCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteAnnotationStoreVersionsCommandOutput | DeleteBatchCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunBatchCommandOutput | DeleteRunCacheCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteS3AccessPolicyCommandOutput | DeleteSequenceStoreCommandOutput | DeleteShareCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | DeleteWorkflowVersionCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetAnnotationStoreVersionCommandOutput | GetBatchCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCacheCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetS3AccessPolicyCommandOutput | GetSequenceStoreCommandOutput | GetShareCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | GetWorkflowVersionCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoreVersionsCommandOutput | ListAnnotationStoresCommandOutput | ListBatchCommandOutput | ListMultipartReadSetUploadsCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetUploadPartsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunCachesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListRunsInBatchCommandOutput | ListSequenceStoresCommandOutput | ListSharesCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowVersionsCommandOutput | ListWorkflowsCommandOutput | PutS3AccessPolicyCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunBatchCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateAnnotationStoreVersionCommandOutput | UpdateRunCacheCommandOutput | UpdateRunGroupCommandOutput | UpdateSequenceStoreCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput | UpdateWorkflowVersionCommandOutput | UploadReadSetPartCommandOutput;
127
+ export type ServiceOutputTypes = AbortMultipartReadSetUploadCommandOutput | AcceptShareCommandOutput | BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunBatchCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CompleteMultipartReadSetUploadCommandOutput | CreateAnnotationStoreCommandOutput | CreateAnnotationStoreVersionCommandOutput | CreateConfigurationCommandOutput | CreateMultipartReadSetUploadCommandOutput | CreateReferenceStoreCommandOutput | CreateRunCacheCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateShareCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | CreateWorkflowVersionCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteAnnotationStoreVersionsCommandOutput | DeleteBatchCommandOutput | DeleteConfigurationCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunBatchCommandOutput | DeleteRunCacheCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteS3AccessPolicyCommandOutput | DeleteSequenceStoreCommandOutput | DeleteShareCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | DeleteWorkflowVersionCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetAnnotationStoreVersionCommandOutput | GetBatchCommandOutput | GetConfigurationCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCacheCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetS3AccessPolicyCommandOutput | GetSequenceStoreCommandOutput | GetShareCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | GetWorkflowVersionCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoreVersionsCommandOutput | ListAnnotationStoresCommandOutput | ListBatchCommandOutput | ListConfigurationsCommandOutput | ListMultipartReadSetUploadsCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetUploadPartsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunCachesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListRunsInBatchCommandOutput | ListSequenceStoresCommandOutput | ListSharesCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowVersionsCommandOutput | ListWorkflowsCommandOutput | PutS3AccessPolicyCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunBatchCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateAnnotationStoreVersionCommandOutput | UpdateRunCacheCommandOutput | UpdateRunGroupCommandOutput | UpdateSequenceStoreCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput | UpdateWorkflowVersionCommandOutput | UploadReadSetPartCommandOutput;
124
128
  /**
125
129
  * @public
126
130
  */
@@ -219,7 +223,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
219
223
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
220
224
  * @internal
221
225
  */
222
- defaultUserAgentProvider?: Provider<__UserAgent>;
226
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
223
227
  /**
224
228
  * Default credentials provider; Not available in browser runtime.
225
229
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { OmicsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type OmicsClientResolvedConfig } from "../OmicsClient";
4
4
  /**
@@ -0,0 +1,132 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0";
4
+ import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateConfigurationCommand}.
14
+ */
15
+ export interface CreateConfigurationCommandInput extends CreateConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateConfigurationCommand}.
21
+ */
22
+ export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateConfigurationCommand_base: {
25
+ new (input: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Create a new configuration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { OmicsClient, CreateConfigurationCommand } from "@aws-sdk/client-omics"; // ES Modules import
35
+ * // const { OmicsClient, CreateConfigurationCommand } = require("@aws-sdk/client-omics"); // CommonJS import
36
+ * // import type { OmicsClientConfig } from "@aws-sdk/client-omics";
37
+ * const config = {}; // type is OmicsClientConfig
38
+ * const client = new OmicsClient(config);
39
+ * const input = { // CreateConfigurationRequest
40
+ * name: "STRING_VALUE", // required
41
+ * description: "STRING_VALUE",
42
+ * runConfigurations: { // RunConfigurations
43
+ * vpcConfig: { // VpcConfig
44
+ * securityGroupIds: [ // SecurityGroupIds
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * subnetIds: [ // SubnetIds
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * },
51
+ * },
52
+ * tags: { // TagMap
53
+ * "<keys>": "STRING_VALUE",
54
+ * },
55
+ * requestId: "STRING_VALUE", // required
56
+ * };
57
+ * const command = new CreateConfigurationCommand(input);
58
+ * const response = await client.send(command);
59
+ * // { // CreateConfigurationResponse
60
+ * // arn: "STRING_VALUE",
61
+ * // uuid: "STRING_VALUE",
62
+ * // name: "STRING_VALUE",
63
+ * // description: "STRING_VALUE",
64
+ * // runConfigurations: { // RunConfigurationsResponse
65
+ * // vpcConfig: { // VpcConfigResponse
66
+ * // securityGroupIds: [ // SecurityGroupIds
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // subnetIds: [ // SubnetIds
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // vpcId: "STRING_VALUE",
73
+ * // },
74
+ * // },
75
+ * // status: "STRING_VALUE",
76
+ * // creationTime: new Date("TIMESTAMP"),
77
+ * // tags: { // TagMap
78
+ * // "<keys>": "STRING_VALUE",
79
+ * // },
80
+ * // };
81
+ *
82
+ * ```
83
+ *
84
+ * @param CreateConfigurationCommandInput - {@link CreateConfigurationCommandInput}
85
+ * @returns {@link CreateConfigurationCommandOutput}
86
+ * @see {@link CreateConfigurationCommandInput} for command's `input` shape.
87
+ * @see {@link CreateConfigurationCommandOutput} for command's `response` shape.
88
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
89
+ *
90
+ * @throws {@link AccessDeniedException} (client fault)
91
+ * <p>You do not have sufficient access to perform this action.</p>
92
+ *
93
+ * @throws {@link ConflictException} (client fault)
94
+ * <p>The request cannot be applied to the target resource in its current state.</p>
95
+ *
96
+ * @throws {@link InternalServerException} (server fault)
97
+ * <p>An unexpected error occurred. Try the request again.</p>
98
+ *
99
+ * @throws {@link RequestTimeoutException} (client fault)
100
+ * <p>The request timed out.</p>
101
+ *
102
+ * @throws {@link ResourceNotFoundException} (client fault)
103
+ * <p>The target resource was not found in the current Region.</p>
104
+ *
105
+ * @throws {@link ServiceQuotaExceededException} (client fault)
106
+ * <p>The request exceeds a service quota.</p>
107
+ *
108
+ * @throws {@link ThrottlingException} (client fault)
109
+ * <p>The request was denied due to request throttling.</p>
110
+ *
111
+ * @throws {@link ValidationException} (client fault)
112
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
113
+ *
114
+ * @throws {@link OmicsServiceException}
115
+ * <p>Base exception class for all service exceptions from Omics service.</p>
116
+ *
117
+ *
118
+ * @public
119
+ */
120
+ export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: CreateConfigurationRequest;
125
+ output: CreateConfigurationResponse;
126
+ };
127
+ sdk: {
128
+ input: CreateConfigurationCommandInput;
129
+ output: CreateConfigurationCommandOutput;
130
+ };
131
+ };
132
+ }
@@ -0,0 +1,96 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConfigurationRequest } from "../models/models_0";
4
+ import type { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteConfigurationCommand}.
14
+ */
15
+ export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteConfigurationCommand}.
21
+ */
22
+ export interface DeleteConfigurationCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const DeleteConfigurationCommand_base: {
25
+ new (input: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Delete an existing configuration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { OmicsClient, DeleteConfigurationCommand } from "@aws-sdk/client-omics"; // ES Modules import
35
+ * // const { OmicsClient, DeleteConfigurationCommand } = require("@aws-sdk/client-omics"); // CommonJS import
36
+ * // import type { OmicsClientConfig } from "@aws-sdk/client-omics";
37
+ * const config = {}; // type is OmicsClientConfig
38
+ * const client = new OmicsClient(config);
39
+ * const input = { // DeleteConfigurationRequest
40
+ * name: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteConfigurationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param DeleteConfigurationCommandInput - {@link DeleteConfigurationCommandInput}
49
+ * @returns {@link DeleteConfigurationCommandOutput}
50
+ * @see {@link DeleteConfigurationCommandInput} for command's `input` shape.
51
+ * @see {@link DeleteConfigurationCommandOutput} for command's `response` shape.
52
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>You do not have sufficient access to perform this action.</p>
56
+ *
57
+ * @throws {@link ConflictException} (client fault)
58
+ * <p>The request cannot be applied to the target resource in its current state.</p>
59
+ *
60
+ * @throws {@link InternalServerException} (server fault)
61
+ * <p>An unexpected error occurred. Try the request again.</p>
62
+ *
63
+ * @throws {@link RequestTimeoutException} (client fault)
64
+ * <p>The request timed out.</p>
65
+ *
66
+ * @throws {@link ResourceNotFoundException} (client fault)
67
+ * <p>The target resource was not found in the current Region.</p>
68
+ *
69
+ * @throws {@link ServiceQuotaExceededException} (client fault)
70
+ * <p>The request exceeds a service quota.</p>
71
+ *
72
+ * @throws {@link ThrottlingException} (client fault)
73
+ * <p>The request was denied due to request throttling.</p>
74
+ *
75
+ * @throws {@link ValidationException} (client fault)
76
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
77
+ *
78
+ * @throws {@link OmicsServiceException}
79
+ * <p>Base exception class for all service exceptions from Omics service.</p>
80
+ *
81
+ *
82
+ * @public
83
+ */
84
+ export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteConfigurationRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteConfigurationCommandInput;
93
+ output: DeleteConfigurationCommandOutput;
94
+ };
95
+ };
96
+ }