@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.
- package/README.md +28 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +74 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +125 -16
- package/dist-es/Omics.js +21 -11
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateConfigurationCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationCommand.js +16 -0
- package/dist-es/commands/GetConfigurationCommand.js +16 -0
- package/dist-es/commands/ListConfigurationsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/pagination/ListConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +116 -8
- package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
- package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
- package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
- package/dist-es/waiters/waitForRunCompleted.js +1 -1
- package/dist-es/waiters/waitForRunRunning.js +1 -1
- package/dist-es/waiters/waitForTaskCompleted.js +1 -1
- package/dist-es/waiters/waitForTaskRunning.js +1 -1
- package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
- package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
- package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForWorkflowActive.js +1 -1
- package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
- package/dist-types/Omics.d.ts +139 -103
- package/dist-types/OmicsClient.d.ts +112 -108
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationCommand.d.ts +132 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +117 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +15 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +108 -0
- package/dist-types/commands/StartRunCommand.d.ts +8 -0
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +318 -2
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -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/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/Omics.d.ts +76 -0
- package/dist-types/ts3.4/OmicsClient.d.ts +26 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
- package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
- package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
|
|
2
|
-
import { DocumentType as __DocumentType, StreamingBlobTypes } from "@smithy/types";
|
|
3
|
-
import { Accelerators, AnnotationType, BatchStatus, CacheBehavior, CreationType, EncryptionType, ETagAlgorithm, ETagAlgorithmFamily, FileType, FormatToHeaderKey, JobStatus, ReadSetActivationJobItemStatus, ReadSetActivationJobStatus, ReadSetExportJobItemStatus, ReadSetExportJobStatus, ReadSetFile, ReadSetImportJobItemStatus, ReadSetImportJobStatus, ReadSetPartSource, ReadSetStatus, ReferenceCreationType, ReferenceFile, ReferenceImportJobItemStatus, ReferenceImportJobStatus, ReferenceStatus, ResourceOwner, RunCacheStatus, RunExport, RunLogLevel, RunRetentionMode, RunStatus, SchemaValueType, SequenceStoreStatus, ShareResourceType, ShareStatus, SourceReferenceType, StorageType, StoreFormat, StoreStatus, StoreType, SubmissionStatus, TaskStatus, VersionStatus, WorkflowEngine, WorkflowExport, WorkflowStatus, WorkflowType } from "./enums";
|
|
2
|
+
import type { DocumentType as __DocumentType, StreamingBlobTypes } from "@smithy/types";
|
|
3
|
+
import type { Accelerators, AnnotationType, BatchStatus, CacheBehavior, ConfigurationStatus, CreationType, EncryptionType, ETagAlgorithm, ETagAlgorithmFamily, FileType, FormatToHeaderKey, JobStatus, NetworkingMode, ReadSetActivationJobItemStatus, ReadSetActivationJobStatus, ReadSetExportJobItemStatus, ReadSetExportJobStatus, ReadSetFile, ReadSetImportJobItemStatus, ReadSetImportJobStatus, ReadSetPartSource, ReadSetStatus, ReferenceCreationType, ReferenceFile, ReferenceImportJobItemStatus, ReferenceImportJobStatus, ReferenceStatus, ResourceOwner, RunCacheStatus, RunExport, RunLogLevel, RunRetentionMode, RunStatus, SchemaValueType, SequenceStoreStatus, ShareResourceType, ShareStatus, SourceReferenceType, StorageType, StoreFormat, StoreStatus, StoreType, SubmissionStatus, TaskStatus, VersionStatus, WorkflowEngine, WorkflowExport, WorkflowStatus, WorkflowType } from "./enums";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1702,6 +1702,287 @@ export interface CompleteMultipartReadSetUploadResponse {
|
|
|
1702
1702
|
*/
|
|
1703
1703
|
readSetId: string | undefined;
|
|
1704
1704
|
}
|
|
1705
|
+
/**
|
|
1706
|
+
* <p>Minimal details for a configuration resource.</p>
|
|
1707
|
+
* @public
|
|
1708
|
+
*/
|
|
1709
|
+
export interface ConfigurationDetails {
|
|
1710
|
+
/**
|
|
1711
|
+
* <p>User-friendly name for the configuration.</p>
|
|
1712
|
+
* @public
|
|
1713
|
+
*/
|
|
1714
|
+
name?: string | undefined;
|
|
1715
|
+
/**
|
|
1716
|
+
* <p>Unique resource identifier for the configuration.</p>
|
|
1717
|
+
* @public
|
|
1718
|
+
*/
|
|
1719
|
+
arn?: string | undefined;
|
|
1720
|
+
/**
|
|
1721
|
+
* <p>Unique identifier for the configuration.</p>
|
|
1722
|
+
* @public
|
|
1723
|
+
*/
|
|
1724
|
+
uuid?: string | undefined;
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* <p>Configuration list item with summary information.</p>
|
|
1728
|
+
* @public
|
|
1729
|
+
*/
|
|
1730
|
+
export interface ConfigurationListItem {
|
|
1731
|
+
/**
|
|
1732
|
+
* <p>Unique resource identifier for the configuration.</p>
|
|
1733
|
+
* @public
|
|
1734
|
+
*/
|
|
1735
|
+
arn?: string | undefined;
|
|
1736
|
+
/**
|
|
1737
|
+
* <p>User-friendly name for the configuration.</p>
|
|
1738
|
+
* @public
|
|
1739
|
+
*/
|
|
1740
|
+
name?: string | undefined;
|
|
1741
|
+
/**
|
|
1742
|
+
* <p>Description for the configuration.</p>
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1745
|
+
description?: string | undefined;
|
|
1746
|
+
/**
|
|
1747
|
+
* <p>Current configuration status.</p>
|
|
1748
|
+
* @public
|
|
1749
|
+
*/
|
|
1750
|
+
status?: ConfigurationStatus | undefined;
|
|
1751
|
+
/**
|
|
1752
|
+
* <p>Configuration creation timestamp.</p>
|
|
1753
|
+
* @public
|
|
1754
|
+
*/
|
|
1755
|
+
creationTime?: Date | undefined;
|
|
1756
|
+
}
|
|
1757
|
+
/**
|
|
1758
|
+
* <p>VPC configuration for workflow runs.</p>
|
|
1759
|
+
* @public
|
|
1760
|
+
*/
|
|
1761
|
+
export interface VpcConfig {
|
|
1762
|
+
/**
|
|
1763
|
+
* <p>List of security group IDs. Maximum of 5 security groups allowed.</p>
|
|
1764
|
+
* @public
|
|
1765
|
+
*/
|
|
1766
|
+
securityGroupIds?: string[] | undefined;
|
|
1767
|
+
/**
|
|
1768
|
+
* <p>List of subnet IDs. Maximum of 16 subnets allowed.</p>
|
|
1769
|
+
* @public
|
|
1770
|
+
*/
|
|
1771
|
+
subnetIds?: string[] | undefined;
|
|
1772
|
+
}
|
|
1773
|
+
/**
|
|
1774
|
+
* <p>Run-specific configuration settings.</p>
|
|
1775
|
+
* @public
|
|
1776
|
+
*/
|
|
1777
|
+
export interface RunConfigurations {
|
|
1778
|
+
/**
|
|
1779
|
+
* <p>VPC configuration for workflow runs.</p>
|
|
1780
|
+
* @public
|
|
1781
|
+
*/
|
|
1782
|
+
vpcConfig?: VpcConfig | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
/**
|
|
1785
|
+
* @public
|
|
1786
|
+
*/
|
|
1787
|
+
export interface CreateConfigurationRequest {
|
|
1788
|
+
/**
|
|
1789
|
+
* <p>User-friendly name for the configuration.</p>
|
|
1790
|
+
* @public
|
|
1791
|
+
*/
|
|
1792
|
+
name: string | undefined;
|
|
1793
|
+
/**
|
|
1794
|
+
* <p>Optional description for the configuration.</p>
|
|
1795
|
+
* @public
|
|
1796
|
+
*/
|
|
1797
|
+
description?: string | undefined;
|
|
1798
|
+
/**
|
|
1799
|
+
* <p>Required run-specific configurations.</p>
|
|
1800
|
+
* @public
|
|
1801
|
+
*/
|
|
1802
|
+
runConfigurations: RunConfigurations | undefined;
|
|
1803
|
+
/**
|
|
1804
|
+
* <p>Optional tags for the configuration.</p>
|
|
1805
|
+
* @public
|
|
1806
|
+
*/
|
|
1807
|
+
tags?: Record<string, string> | undefined;
|
|
1808
|
+
/**
|
|
1809
|
+
* <p>Optional request idempotency token. If not specified, a universally unique identifier (UUID) will be automatically generated for the request.</p>
|
|
1810
|
+
* @public
|
|
1811
|
+
*/
|
|
1812
|
+
requestId?: string | undefined;
|
|
1813
|
+
}
|
|
1814
|
+
/**
|
|
1815
|
+
* <p>VPC configuration for workflow runs with computed VPC ID.</p>
|
|
1816
|
+
* @public
|
|
1817
|
+
*/
|
|
1818
|
+
export interface VpcConfigResponse {
|
|
1819
|
+
/**
|
|
1820
|
+
* <p>List of security group IDs.</p>
|
|
1821
|
+
* @public
|
|
1822
|
+
*/
|
|
1823
|
+
securityGroupIds?: string[] | undefined;
|
|
1824
|
+
/**
|
|
1825
|
+
* <p>List of subnet IDs.</p>
|
|
1826
|
+
* @public
|
|
1827
|
+
*/
|
|
1828
|
+
subnetIds?: string[] | undefined;
|
|
1829
|
+
/**
|
|
1830
|
+
* <p>VPC ID computed from the provided subnet IDs.</p>
|
|
1831
|
+
* @public
|
|
1832
|
+
*/
|
|
1833
|
+
vpcId?: string | undefined;
|
|
1834
|
+
}
|
|
1835
|
+
/**
|
|
1836
|
+
* <p>Run-specific configuration settings with computed values.</p>
|
|
1837
|
+
* @public
|
|
1838
|
+
*/
|
|
1839
|
+
export interface RunConfigurationsResponse {
|
|
1840
|
+
/**
|
|
1841
|
+
* <p>VPC configuration for workflow runs with computed VPC ID.</p>
|
|
1842
|
+
* @public
|
|
1843
|
+
*/
|
|
1844
|
+
vpcConfig?: VpcConfigResponse | undefined;
|
|
1845
|
+
}
|
|
1846
|
+
/**
|
|
1847
|
+
* @public
|
|
1848
|
+
*/
|
|
1849
|
+
export interface CreateConfigurationResponse {
|
|
1850
|
+
/**
|
|
1851
|
+
* <p>Unique resource identifier for the configuration.</p>
|
|
1852
|
+
* @public
|
|
1853
|
+
*/
|
|
1854
|
+
arn?: string | undefined;
|
|
1855
|
+
/**
|
|
1856
|
+
* <p>Unique identifier for the configuration.</p>
|
|
1857
|
+
* @public
|
|
1858
|
+
*/
|
|
1859
|
+
uuid?: string | undefined;
|
|
1860
|
+
/**
|
|
1861
|
+
* <p>User-friendly name for the configuration.</p>
|
|
1862
|
+
* @public
|
|
1863
|
+
*/
|
|
1864
|
+
name?: string | undefined;
|
|
1865
|
+
/**
|
|
1866
|
+
* <p>Description for the configuration.</p>
|
|
1867
|
+
* @public
|
|
1868
|
+
*/
|
|
1869
|
+
description?: string | undefined;
|
|
1870
|
+
/**
|
|
1871
|
+
* <p>Run-specific configurations.</p>
|
|
1872
|
+
* @public
|
|
1873
|
+
*/
|
|
1874
|
+
runConfigurations?: RunConfigurationsResponse | undefined;
|
|
1875
|
+
/**
|
|
1876
|
+
* <p>Current configuration status.</p>
|
|
1877
|
+
* @public
|
|
1878
|
+
*/
|
|
1879
|
+
status?: ConfigurationStatus | undefined;
|
|
1880
|
+
/**
|
|
1881
|
+
* <p>Configuration creation timestamp.</p>
|
|
1882
|
+
* @public
|
|
1883
|
+
*/
|
|
1884
|
+
creationTime?: Date | undefined;
|
|
1885
|
+
/**
|
|
1886
|
+
* <p>Tags for the configuration.</p>
|
|
1887
|
+
* @public
|
|
1888
|
+
*/
|
|
1889
|
+
tags?: Record<string, string> | undefined;
|
|
1890
|
+
}
|
|
1891
|
+
/**
|
|
1892
|
+
* @public
|
|
1893
|
+
*/
|
|
1894
|
+
export interface DeleteConfigurationRequest {
|
|
1895
|
+
/**
|
|
1896
|
+
* <p>Configuration name to delete.</p>
|
|
1897
|
+
* @public
|
|
1898
|
+
*/
|
|
1899
|
+
name: string | undefined;
|
|
1900
|
+
}
|
|
1901
|
+
/**
|
|
1902
|
+
* @public
|
|
1903
|
+
*/
|
|
1904
|
+
export interface GetConfigurationRequest {
|
|
1905
|
+
/**
|
|
1906
|
+
* <p>Configuration name to retrieve.</p>
|
|
1907
|
+
* @public
|
|
1908
|
+
*/
|
|
1909
|
+
name: string | undefined;
|
|
1910
|
+
}
|
|
1911
|
+
/**
|
|
1912
|
+
* @public
|
|
1913
|
+
*/
|
|
1914
|
+
export interface GetConfigurationResponse {
|
|
1915
|
+
/**
|
|
1916
|
+
* <p>Unique resource identifier for the configuration.</p>
|
|
1917
|
+
* @public
|
|
1918
|
+
*/
|
|
1919
|
+
arn?: string | undefined;
|
|
1920
|
+
/**
|
|
1921
|
+
* <p>Unique identifier for the configuration.</p>
|
|
1922
|
+
* @public
|
|
1923
|
+
*/
|
|
1924
|
+
uuid?: string | undefined;
|
|
1925
|
+
/**
|
|
1926
|
+
* <p>User-friendly name for the configuration.</p>
|
|
1927
|
+
* @public
|
|
1928
|
+
*/
|
|
1929
|
+
name?: string | undefined;
|
|
1930
|
+
/**
|
|
1931
|
+
* <p>Description for the configuration.</p>
|
|
1932
|
+
* @public
|
|
1933
|
+
*/
|
|
1934
|
+
description?: string | undefined;
|
|
1935
|
+
/**
|
|
1936
|
+
* <p>Run-specific configurations.</p>
|
|
1937
|
+
* @public
|
|
1938
|
+
*/
|
|
1939
|
+
runConfigurations?: RunConfigurationsResponse | undefined;
|
|
1940
|
+
/**
|
|
1941
|
+
* <p>Current configuration status.</p>
|
|
1942
|
+
* @public
|
|
1943
|
+
*/
|
|
1944
|
+
status?: ConfigurationStatus | undefined;
|
|
1945
|
+
/**
|
|
1946
|
+
* <p>Configuration creation timestamp.</p>
|
|
1947
|
+
* @public
|
|
1948
|
+
*/
|
|
1949
|
+
creationTime?: Date | undefined;
|
|
1950
|
+
/**
|
|
1951
|
+
* <p>Tags for the configuration.</p>
|
|
1952
|
+
* @public
|
|
1953
|
+
*/
|
|
1954
|
+
tags?: Record<string, string> | undefined;
|
|
1955
|
+
}
|
|
1956
|
+
/**
|
|
1957
|
+
* @public
|
|
1958
|
+
*/
|
|
1959
|
+
export interface ListConfigurationsRequest {
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>Maximum number of results to return.</p>
|
|
1962
|
+
* @public
|
|
1963
|
+
*/
|
|
1964
|
+
maxResults?: number | undefined;
|
|
1965
|
+
/**
|
|
1966
|
+
* <p>Pagination token for retrieving next page of results.</p>
|
|
1967
|
+
* @public
|
|
1968
|
+
*/
|
|
1969
|
+
startingToken?: string | undefined;
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* @public
|
|
1973
|
+
*/
|
|
1974
|
+
export interface ListConfigurationsResponse {
|
|
1975
|
+
/**
|
|
1976
|
+
* <p>List of configuration items.</p>
|
|
1977
|
+
* @public
|
|
1978
|
+
*/
|
|
1979
|
+
items?: ConfigurationListItem[] | undefined;
|
|
1980
|
+
/**
|
|
1981
|
+
* <p>Token for retrieving next page of results.</p>
|
|
1982
|
+
* @public
|
|
1983
|
+
*/
|
|
1984
|
+
nextToken?: string | undefined;
|
|
1985
|
+
}
|
|
1705
1986
|
/**
|
|
1706
1987
|
* <p>Specifies image mappings that workflow tasks can use. For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository. </p>
|
|
1707
1988
|
* @public
|
|
@@ -4258,6 +4539,21 @@ export interface GetRunResponse {
|
|
|
4258
4539
|
* @public
|
|
4259
4540
|
*/
|
|
4260
4541
|
workflowUuid?: string | undefined;
|
|
4542
|
+
/**
|
|
4543
|
+
* <p>Configuration for run networking behavior. If absent, this will default to RESTRICTED.</p>
|
|
4544
|
+
* @public
|
|
4545
|
+
*/
|
|
4546
|
+
networkingMode?: NetworkingMode | undefined;
|
|
4547
|
+
/**
|
|
4548
|
+
* <p>Configuration details for the workflow run.</p>
|
|
4549
|
+
* @public
|
|
4550
|
+
*/
|
|
4551
|
+
configuration?: ConfigurationDetails | undefined;
|
|
4552
|
+
/**
|
|
4553
|
+
* <p>VPC configuration for the workflow run.</p>
|
|
4554
|
+
* @public
|
|
4555
|
+
*/
|
|
4556
|
+
vpcConfig?: VpcConfigResponse | undefined;
|
|
4261
4557
|
}
|
|
4262
4558
|
/**
|
|
4263
4559
|
* @public
|
|
@@ -7463,6 +7759,16 @@ export interface StartRunRequest {
|
|
|
7463
7759
|
* @public
|
|
7464
7760
|
*/
|
|
7465
7761
|
workflowVersionName?: string | undefined;
|
|
7762
|
+
/**
|
|
7763
|
+
* <p>Optional configuration for run networking behavior. If not specified, this will default to RESTRICTED.</p>
|
|
7764
|
+
* @public
|
|
7765
|
+
*/
|
|
7766
|
+
networkingMode?: NetworkingMode | undefined;
|
|
7767
|
+
/**
|
|
7768
|
+
* <p>Optional configuration name to use for the workflow run.</p>
|
|
7769
|
+
* @public
|
|
7770
|
+
*/
|
|
7771
|
+
configurationName?: string | undefined;
|
|
7466
7772
|
}
|
|
7467
7773
|
/**
|
|
7468
7774
|
* @public
|
|
@@ -7498,6 +7804,16 @@ export interface StartRunResponse {
|
|
|
7498
7804
|
* @public
|
|
7499
7805
|
*/
|
|
7500
7806
|
runOutputUri?: string | undefined;
|
|
7807
|
+
/**
|
|
7808
|
+
* <p>Configuration details for the workflow run.</p>
|
|
7809
|
+
* @public
|
|
7810
|
+
*/
|
|
7811
|
+
configuration?: ConfigurationDetails | undefined;
|
|
7812
|
+
/**
|
|
7813
|
+
* <p>Networking mode for the workflow run.</p>
|
|
7814
|
+
* @public
|
|
7815
|
+
*/
|
|
7816
|
+
networkingMode?: string | undefined;
|
|
7501
7817
|
}
|
|
7502
7818
|
/**
|
|
7503
7819
|
* <p>A source for a read set activation job.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "../commands/ListAnnotationImportJobsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAnnotationStoreVersionsCommandInput, ListAnnotationStoreVersionsCommandOutput } from "../commands/ListAnnotationStoreVersionsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "../commands/ListAnnotationStoresCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListBatchCommandInput, ListBatchCommandOutput } from "../commands/ListBatchCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListConfigurations: (config: OmicsPaginationConfiguration, input: ListConfigurationsCommandInput, ...rest: any[]) => Paginator<ListConfigurationsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "../commands/ListMultipartReadSetUploadsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "../commands/ListReadSetActivationJobsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "../commands/ListReadSetExportJobsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "../commands/ListReadSetImportJobsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput } from "../commands/ListReadSetUploadPartsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "../commands/ListReadSetsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "../commands/ListReferenceImportJobsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "../commands/ListReferenceStoresCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReferencesCommandInput, ListReferencesCommandOutput } from "../commands/ListReferencesCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRunCachesCommandInput, ListRunCachesCommandOutput } from "../commands/ListRunCachesCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "../commands/ListRunGroupsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "../commands/ListRunTasksCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRunsInBatchCommandInput, ListRunsInBatchCommandOutput } from "../commands/ListRunsInBatchCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "../commands/ListSequenceStoresCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSharesCommandInput, ListSharesCommandOutput } from "../commands/ListSharesCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "../commands/ListVariantImportJobsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "../commands/ListVariantStoresCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkflowVersionsCommandInput, ListWorkflowVersionsCommandOutput } from "../commands/ListWorkflowVersionsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
3
|
-
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -3,6 +3,7 @@ export * from "./ListAnnotationImportJobsPaginator";
|
|
|
3
3
|
export * from "./ListAnnotationStoresPaginator";
|
|
4
4
|
export * from "./ListAnnotationStoreVersionsPaginator";
|
|
5
5
|
export * from "./ListBatchPaginator";
|
|
6
|
+
export * from "./ListConfigurationsPaginator";
|
|
6
7
|
export * from "./ListMultipartReadSetUploadsPaginator";
|
|
7
8
|
export * from "./ListReadSetActivationJobsPaginator";
|
|
8
9
|
export * from "./ListReadSetExportJobsPaginator";
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
22
22
|
protocolSettings: {
|
|
23
23
|
defaultNamespace?: string;
|
|
24
24
|
[setting: string]: unknown;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
24
24
|
protocolSettings: {
|
|
25
25
|
defaultNamespace?: string;
|
|
26
26
|
[setting: string]: unknown;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|