@aws-sdk/client-iotsitewise 3.1123.0 → 3.1125.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.
@@ -45,6 +45,10 @@ declare const UpdateTaskCommand_base: {
45
45
  * taskExecutionRole: "STRING_VALUE", // required
46
46
  * processingType: "GENERIC_COMPUTE_PROCESSING" || "HARDWARE_ACCELERATED_PROCESSING", // required
47
47
  * processingUnit: "UNITS_2" || "UNITS_4" || "UNITS_8" || "UNITS_12" || "UNITS_16" || "UNITS_24" || "UNITS_32" || "UNITS_36" || "UNITS_48" || "UNITS_60" || "UNITS_64" || "UNITS_72" || "UNITS_84" || "UNITS_96", // required
48
+ * ephemeralStorageConfiguration: { // EphemeralStorageConfiguration
49
+ * storageClass: "STANDARD_1" || "STANDARD_2" || "THROUGHPUT_1" || "THROUGHPUT_2", // required
50
+ * storageSizeInGiB: Number("int"), // required
51
+ * },
48
52
  * command: [ // CommandList
49
53
  * "STRING_VALUE",
50
54
  * ],
@@ -52,6 +56,19 @@ declare const UpdateTaskCommand_base: {
52
56
  * environmentVariables: { // EnvironmentVariablesMap
53
57
  * "<keys>": "STRING_VALUE",
54
58
  * },
59
+ * mounts: [ // MountList
60
+ * { // Mount
61
+ * name: "STRING_VALUE", // required
62
+ * relativePath: "STRING_VALUE", // required
63
+ * source: { // MountSource Union: only one key present
64
+ * s3AccessPoint: { // S3AccessPointSource
65
+ * accessPointArn: "STRING_VALUE", // required
66
+ * prefix: "STRING_VALUE",
67
+ * },
68
+ * },
69
+ * storageType: "SHARED_STORAGE", // required
70
+ * },
71
+ * ],
55
72
  * },
56
73
  * },
57
74
  * };
@@ -586,6 +586,31 @@ export declare const PortalState: {
586
586
  * @public
587
587
  */
588
588
  export type PortalState = (typeof PortalState)[keyof typeof PortalState];
589
+ /**
590
+ * @public
591
+ * @enum
592
+ */
593
+ export declare const StorageClass: {
594
+ readonly STANDARD_1: "STANDARD_1";
595
+ readonly STANDARD_2: "STANDARD_2";
596
+ readonly THROUGHPUT_1: "THROUGHPUT_1";
597
+ readonly THROUGHPUT_2: "THROUGHPUT_2";
598
+ };
599
+ /**
600
+ * @public
601
+ */
602
+ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
603
+ /**
604
+ * @public
605
+ * @enum
606
+ */
607
+ export declare const MountStorageType: {
608
+ readonly SHARED_STORAGE: "SHARED_STORAGE";
609
+ };
610
+ /**
611
+ * @public
612
+ */
613
+ export type MountStorageType = (typeof MountStorageType)[keyof typeof MountStorageType];
589
614
  /**
590
615
  * @public
591
616
  * @enum
@@ -1,4 +1,4 @@
1
- import type { AggregateType, ApplicationStatus, AssetErrorCode, AssetModelState, AssetModelType, AssetModelVersionType, AssetRelationshipType, AssetState, AuthMode, BatchEntryCompletionStatus, BatchGetAssetPropertyAggregatesErrorCode, BatchGetAssetPropertyValueErrorCode, BatchGetAssetPropertyValueHistoryErrorCode, BatchPutAssetPropertyValueErrorCode, CapabilitySyncStatus, ColumnName, ComputationModelState, ComputeLocation, ComputeNodeErrorCode, ComputeNodeExecutionState, ConfigurationState, CoreDeviceOperatingSystem, DataSegmentErrorCode, DatasetEnrichmentStatus, DatasetExportJobStatus, DatasetSourceFormat, DatasetSourceType, DatasetState, DatasetTypeEnum, DetailedErrorCode, DetailedPipelineErrorCode, EncryptionType, EnrichmentJobStatus, ErrorCode, ExecutionState, ExportDataType, ForwardingConfigState, ImageFileType, JobStatus, JobType, LoggingLevel, MonitorErrorCode, Permission, PipelineErrorCode, PipelineExecutionState, PortalState, PortalType, ProcessingType, ProcessingUnit, PropertyDataType, PropertyNotificationState, Quality, QueryStatus, RawValueType, ResolveToResourceType, ResourceErrorCode, ResourceState, TimeOrdering, WorkspaceState } from "./enums";
1
+ import type { AggregateType, ApplicationStatus, AssetErrorCode, AssetModelState, AssetModelType, AssetModelVersionType, AssetRelationshipType, AssetState, AuthMode, BatchEntryCompletionStatus, BatchGetAssetPropertyAggregatesErrorCode, BatchGetAssetPropertyValueErrorCode, BatchGetAssetPropertyValueHistoryErrorCode, BatchPutAssetPropertyValueErrorCode, CapabilitySyncStatus, ColumnName, ComputationModelState, ComputeLocation, ComputeNodeErrorCode, ComputeNodeExecutionState, ConfigurationState, CoreDeviceOperatingSystem, DataSegmentErrorCode, DatasetEnrichmentStatus, DatasetExportJobStatus, DatasetSourceFormat, DatasetSourceType, DatasetState, DatasetTypeEnum, DetailedErrorCode, DetailedPipelineErrorCode, EncryptionType, EnrichmentJobStatus, ErrorCode, ExecutionState, ExportDataType, ForwardingConfigState, ImageFileType, JobStatus, JobType, LoggingLevel, MonitorErrorCode, MountStorageType, Permission, PipelineErrorCode, PipelineExecutionState, PortalState, PortalType, ProcessingType, ProcessingUnit, PropertyDataType, PropertyNotificationState, Quality, QueryStatus, RawValueType, ResolveToResourceType, ResourceErrorCode, ResourceState, StorageClass, TimeOrdering, WorkspaceState } from "./enums";
2
2
  /**
3
3
  * <p>Contains information for a group identity in an access policy.</p>
4
4
  * @public
@@ -4899,6 +4899,97 @@ export interface CreateProjectResponse {
4899
4899
  */
4900
4900
  projectArn: string | undefined;
4901
4901
  }
4902
+ /**
4903
+ * <p>Configuration for ephemeral storage attached to the container task.</p>
4904
+ * @public
4905
+ */
4906
+ export interface EphemeralStorageConfiguration {
4907
+ /**
4908
+ * <p>Storage type that determines I/O performance family and level.</p>
4909
+ * @public
4910
+ */
4911
+ storageClass: StorageClass | undefined;
4912
+ /**
4913
+ * <p>Storage volume size in GiB.</p>
4914
+ * @public
4915
+ */
4916
+ storageSizeInGiB: number | undefined;
4917
+ }
4918
+ /**
4919
+ * <p>Configures a mount that reads from an Amazon S3 access point.</p>
4920
+ * @public
4921
+ */
4922
+ export interface S3AccessPointSource {
4923
+ /**
4924
+ * <p>The Amazon Resource Name (ARN) of the S3 access point.</p>
4925
+ * @public
4926
+ */
4927
+ accessPointArn: string | undefined;
4928
+ /**
4929
+ * <p>An optional key prefix to scope the mount to a subset of objects at the access point.</p>
4930
+ * @public
4931
+ */
4932
+ prefix?: string | undefined;
4933
+ }
4934
+ /**
4935
+ * <p>The data source configuration for a mount. Specify exactly one of the following.</p>
4936
+ * @public
4937
+ */
4938
+ export type MountSource = MountSource.S3AccessPointMember | MountSource.$UnknownMember;
4939
+ /**
4940
+ * @public
4941
+ */
4942
+ export declare namespace MountSource {
4943
+ /**
4944
+ * <p>Configuration for a mount that reads from an Amazon S3 access point.</p>
4945
+ * @public
4946
+ */
4947
+ interface S3AccessPointMember {
4948
+ s3AccessPoint: S3AccessPointSource;
4949
+ $unknown?: never;
4950
+ }
4951
+ /**
4952
+ * @public
4953
+ */
4954
+ interface $UnknownMember {
4955
+ s3AccessPoint?: never;
4956
+ $unknown: [string, any];
4957
+ }
4958
+ /**
4959
+ * @deprecated unused in schema-serde mode.
4960
+ *
4961
+ */
4962
+ interface Visitor<T> {
4963
+ s3AccessPoint: (value: S3AccessPointSource) => T;
4964
+ _: (name: string, value: any) => T;
4965
+ }
4966
+ }
4967
+ /**
4968
+ * <p>Attaches a data source to the container filesystem for a task at a customer-supplied relative path under the service-owned mount root.</p>
4969
+ * @public
4970
+ */
4971
+ export interface Mount {
4972
+ /**
4973
+ * <p>A unique name for the mount within the task.</p>
4974
+ * @public
4975
+ */
4976
+ name: string | undefined;
4977
+ /**
4978
+ * <p>The relative path under the service-owned mount root where this mount is attached inside the container.</p>
4979
+ * @public
4980
+ */
4981
+ relativePath: string | undefined;
4982
+ /**
4983
+ * <p>The data source for the mount.</p>
4984
+ * @public
4985
+ */
4986
+ source: MountSource | undefined;
4987
+ /**
4988
+ * <p>The type of storage used for the mount.</p>
4989
+ * @public
4990
+ */
4991
+ storageType: MountStorageType | undefined;
4992
+ }
4902
4993
  /**
4903
4994
  * <p>Configuration for a container task, including the container image, IAM role, and compute settings.</p>
4904
4995
  * @public
@@ -4924,6 +5015,11 @@ export interface ContainerTaskConfiguration {
4924
5015
  * @public
4925
5016
  */
4926
5017
  processingUnit: ProcessingUnit | undefined;
5018
+ /**
5019
+ * <p>Ephemeral storage configuration for the container task.</p>
5020
+ * @public
5021
+ */
5022
+ ephemeralStorageConfiguration?: EphemeralStorageConfiguration | undefined;
4927
5023
  /**
4928
5024
  * <p>The command to execute in the container.</p>
4929
5025
  * @public
@@ -4939,6 +5035,14 @@ export interface ContainerTaskConfiguration {
4939
5035
  * @public
4940
5036
  */
4941
5037
  environmentVariables?: Record<string, string> | undefined;
5038
+ /**
5039
+ * <p>Mounts attached to the container filesystem. Each mount exposes an external
5040
+ * data source as a local directory inside the container. The service assigns each mount
5041
+ * a container path based on the mount name. The container reads files through that path
5042
+ * as if the data were on the local filesystem.</p>
5043
+ * @public
5044
+ */
5045
+ mounts?: Mount[] | undefined;
4942
5046
  }
4943
5047
  /**
4944
5048
  * <p>The task execution configuration. Specify a <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_ContainerTaskConfiguration.html">containerTaskConfiguration</a> for a custom container workload.</p>
@@ -7516,6 +7620,14 @@ export interface ComputeNodeExecutionDetails {
7516
7620
  * @public
7517
7621
  */
7518
7622
  executionEnvironmentVariables?: Record<string, string> | undefined;
7623
+ /**
7624
+ * <p>The fully resolved mounts used for this compute node execution, after merging
7625
+ * task-defined mounts with any execution-level mount overrides. Each mount attaches an
7626
+ * external data source to the container filesystem at a relative path under the
7627
+ * service-owned mount root.</p>
7628
+ * @public
7629
+ */
7630
+ executionMounts?: Mount[] | undefined;
7519
7631
  }
7520
7632
  /**
7521
7633
  * <p>Environment variables provided as input for a pipeline execution.</p>
@@ -7533,6 +7645,17 @@ export interface ExecutionEnvironmentVariables {
7533
7645
  */
7534
7646
  computeNodes?: Record<string, Record<string, string>> | undefined;
7535
7647
  }
7648
+ /**
7649
+ * <p>Runtime mount overrides applied to a single pipeline execution. Overrides are transient — they do not modify the stored task configuration.</p>
7650
+ * @public
7651
+ */
7652
+ export interface MountOverrides {
7653
+ /**
7654
+ * <p>The mount overrides for each compute node, keyed by compute node name.</p>
7655
+ * @public
7656
+ */
7657
+ computeNodes: Record<string, Mount[]> | undefined;
7658
+ }
7536
7659
  /**
7537
7660
  * <p>Additional information about the current execution status. Populated when the execution has terminated.</p>
7538
7661
  * @public
@@ -7615,6 +7738,11 @@ export interface DescribePipelineExecutionResponse {
7615
7738
  * @public
7616
7739
  */
7617
7740
  requestEnvironmentVariables: ExecutionEnvironmentVariables | undefined;
7741
+ /**
7742
+ * <p>The mount overrides provided as input for the pipeline execution. Present when mount overrides were supplied at execution time.</p>
7743
+ * @public
7744
+ */
7745
+ requestMountOverrides?: MountOverrides | undefined;
7618
7746
  /**
7619
7747
  * <p>Scheduling priority for the execution. When not specified, defaults to lowest priority.</p>
7620
7748
  * @public
@@ -7766,134 +7894,3 @@ export interface DescribeProjectRequest {
7766
7894
  */
7767
7895
  projectId: string | undefined;
7768
7896
  }
7769
- /**
7770
- * @public
7771
- */
7772
- export interface DescribeProjectResponse {
7773
- /**
7774
- * <p>The ID of the project.</p>
7775
- * @public
7776
- */
7777
- projectId: string | undefined;
7778
- /**
7779
- * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the project, which has the following format.</p>
7780
- * <p>
7781
- * <code>arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:project/$\{ProjectId\}</code>
7782
- * </p>
7783
- * @public
7784
- */
7785
- projectArn: string | undefined;
7786
- /**
7787
- * <p>The name of the project.</p>
7788
- * @public
7789
- */
7790
- projectName: string | undefined;
7791
- /**
7792
- * <p>The ID of the portal that the project is in.</p>
7793
- * @public
7794
- */
7795
- portalId: string | undefined;
7796
- /**
7797
- * <p>The project's description.</p>
7798
- * @public
7799
- */
7800
- projectDescription?: string | undefined;
7801
- /**
7802
- * <p>The date the project was created, in Unix epoch time.</p>
7803
- * @public
7804
- */
7805
- projectCreationDate: Date | undefined;
7806
- /**
7807
- * <p>The date the project was last updated, in Unix epoch time.</p>
7808
- * @public
7809
- */
7810
- projectLastUpdateDate: Date | undefined;
7811
- }
7812
- /**
7813
- * @public
7814
- */
7815
- export interface DescribeQueryRequest {
7816
- /**
7817
- * <p>The name of the workspace associated with the query.</p>
7818
- * @public
7819
- */
7820
- workspaceName: string | undefined;
7821
- /**
7822
- * <p>The unique identifier for the query execution.</p>
7823
- * @public
7824
- */
7825
- queryId: string | undefined;
7826
- }
7827
- /**
7828
- * <p>Contains statistics about a completed query execution.</p>
7829
- * @public
7830
- */
7831
- export interface QueryStatistics {
7832
- /**
7833
- * <p>The total number of rows returned by the query.</p>
7834
- * @public
7835
- */
7836
- rowCount: number | undefined;
7837
- /**
7838
- * <p>The total number of bytes scanned during query execution.</p>
7839
- * @public
7840
- */
7841
- bytesScanned: number | undefined;
7842
- /**
7843
- * <p>The total query execution time, in milliseconds.</p>
7844
- * @public
7845
- */
7846
- executionTimeInMillis: number | undefined;
7847
- }
7848
- /**
7849
- * <p>Contains the response for the DescribeQuery operation.</p>
7850
- * @public
7851
- */
7852
- export interface DescribeQueryResponse {
7853
- /**
7854
- * <p>The unique identifier for the query execution.</p>
7855
- * @public
7856
- */
7857
- queryId: string | undefined;
7858
- /**
7859
- * <p>The current query status.</p>
7860
- * @public
7861
- */
7862
- status: QueryStatus | undefined;
7863
- /**
7864
- * <p>The date and time when the query was submitted, in Unix epoch time.</p>
7865
- * @public
7866
- */
7867
- submittedAt: Date | undefined;
7868
- /**
7869
- * <p>The date and time when the query reached a terminal state, in Unix epoch time. This field is present when the query status is COMPLETED, FAILED, or CANCELED.</p>
7870
- * @public
7871
- */
7872
- completedAt?: Date | undefined;
7873
- /**
7874
- * <p>The query execution statistics. This field is present when the query status is COMPLETED.</p>
7875
- * @public
7876
- */
7877
- statistics?: QueryStatistics | undefined;
7878
- /**
7879
- * <p>A human-readable error description. This field is present when the query status is FAILED.</p>
7880
- * @public
7881
- */
7882
- errorMessage?: string | undefined;
7883
- }
7884
- /**
7885
- * <p>Input for the DescribeSearch operation.</p>
7886
- * @public
7887
- */
7888
- export interface DescribeSearchRequest {
7889
- /**
7890
- * <p>The name of the workspace the search belongs to.</p>
7891
- * @public
7892
- */
7893
- workspaceName: string | undefined;
7894
- /**
7895
- * <p>The identifier of the search to describe.</p>
7896
- * @public
7897
- */
7898
- searchId: string | undefined;
7899
- }
@@ -1,6 +1,137 @@
1
1
  import type { AggregateType, AssetModelType, AssetModelVersionType, CapabilitySyncStatus, ComputationModelType, DatasetExportJobFilter, DatasetExportJobStatus, DatasetSourceType, DatasetTypeEnum, DisassociatedDataStorageState, EncryptionType, EnrichmentJobStatus, EnrichmentStatus, IdentityType, JobStatus, JobType, ListAssetModelPropertiesFilter, ListAssetPropertiesFilter, ListAssetsFilter, ListBulkImportJobsFilter, ListTimeSeriesType, Permission, PipelineExecutionState, PortalType, PropertyDataType, PropertyNotificationState, Quality, QueryStatus, ResolveToResourceType, ResourceType, ScalarType, SearchStatus, SearchType, StorageType, TargetResourceType, TimeOrdering, TraversalDirection, TraversalType, VideoDataType, WarmTierState } from "./enums";
2
2
  import type { AccessDeniedException, ConflictingOperationException, InternalFailureException, InvalidRequestException, LimitExceededException, ResourceNotFoundException, ThrottlingException } from "./errors";
3
- import type { AccessPolicySummary, ActionDefinition, ActionPayload, ActionSummary, AggregatedValue, Alarms, ApplicationSummary, AssetBindingValueFilter, AssetModelBindingValueFilter, AssetModelCompositeModel, AssetModelCompositeModelPathSegment, AssetModelCompositeModelSummary, AssetModelHierarchy, AssetModelProperty, AssetModelPropertyBindingValue, AssetModelPropertyBindingValueFilter, AssetModelPropertySummary, AssetModelStatus, AssetModelSummary, AssetPropertyBindingValue, AssetPropertyBindingValueFilter, AssetPropertySummary, AssetPropertyValue, AssetRelationshipSummary, AssetStatus, AssetSummary, AssociatedAssetsSummary, ComputationModelConfiguration, ComputationModelStatus, ComputeNode, ConfigurationStatus, DatasetConfig, DatasetEnrichment, DatasetSource, DatasetStatus, ExecutionEnvironmentVariables, ExecutionStatus, FormatSettings, GatewayCapabilitySummary, GatewayPlatform, Identity, ImageFile, LoggingOptions, PipelineExecutionStatus, PortalStatus, PortalTypeEntry, PropertyMapping, ResolveTo, Resource, ResourceStatus, TargetResource, TaskConfiguration, TimeInNanos, Variant, WorkspaceEncryptionConfiguration, WorkspaceStatus } from "./models_0";
3
+ import type { AccessPolicySummary, ActionDefinition, ActionPayload, ActionSummary, AggregatedValue, Alarms, ApplicationSummary, AssetBindingValueFilter, AssetModelBindingValueFilter, AssetModelCompositeModel, AssetModelCompositeModelPathSegment, AssetModelCompositeModelSummary, AssetModelHierarchy, AssetModelProperty, AssetModelPropertyBindingValue, AssetModelPropertyBindingValueFilter, AssetModelPropertySummary, AssetModelStatus, AssetModelSummary, AssetPropertyBindingValue, AssetPropertyBindingValueFilter, AssetPropertySummary, AssetPropertyValue, AssetRelationshipSummary, AssetStatus, AssetSummary, AssociatedAssetsSummary, ComputationModelConfiguration, ComputationModelStatus, ComputeNode, ConfigurationStatus, DatasetConfig, DatasetEnrichment, DatasetSource, DatasetStatus, ExecutionEnvironmentVariables, ExecutionStatus, FormatSettings, GatewayCapabilitySummary, GatewayPlatform, Identity, ImageFile, LoggingOptions, MountOverrides, PipelineExecutionStatus, PortalStatus, PortalTypeEntry, PropertyMapping, ResolveTo, Resource, ResourceStatus, TargetResource, TaskConfiguration, TimeInNanos, Variant, WorkspaceEncryptionConfiguration, WorkspaceStatus } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeProjectResponse {
8
+ /**
9
+ * <p>The ID of the project.</p>
10
+ * @public
11
+ */
12
+ projectId: string | undefined;
13
+ /**
14
+ * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the project, which has the following format.</p>
15
+ * <p>
16
+ * <code>arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:project/$\{ProjectId\}</code>
17
+ * </p>
18
+ * @public
19
+ */
20
+ projectArn: string | undefined;
21
+ /**
22
+ * <p>The name of the project.</p>
23
+ * @public
24
+ */
25
+ projectName: string | undefined;
26
+ /**
27
+ * <p>The ID of the portal that the project is in.</p>
28
+ * @public
29
+ */
30
+ portalId: string | undefined;
31
+ /**
32
+ * <p>The project's description.</p>
33
+ * @public
34
+ */
35
+ projectDescription?: string | undefined;
36
+ /**
37
+ * <p>The date the project was created, in Unix epoch time.</p>
38
+ * @public
39
+ */
40
+ projectCreationDate: Date | undefined;
41
+ /**
42
+ * <p>The date the project was last updated, in Unix epoch time.</p>
43
+ * @public
44
+ */
45
+ projectLastUpdateDate: Date | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface DescribeQueryRequest {
51
+ /**
52
+ * <p>The name of the workspace associated with the query.</p>
53
+ * @public
54
+ */
55
+ workspaceName: string | undefined;
56
+ /**
57
+ * <p>The unique identifier for the query execution.</p>
58
+ * @public
59
+ */
60
+ queryId: string | undefined;
61
+ }
62
+ /**
63
+ * <p>Contains statistics about a completed query execution.</p>
64
+ * @public
65
+ */
66
+ export interface QueryStatistics {
67
+ /**
68
+ * <p>The total number of rows returned by the query.</p>
69
+ * @public
70
+ */
71
+ rowCount: number | undefined;
72
+ /**
73
+ * <p>The total number of bytes scanned during query execution.</p>
74
+ * @public
75
+ */
76
+ bytesScanned: number | undefined;
77
+ /**
78
+ * <p>The total query execution time, in milliseconds.</p>
79
+ * @public
80
+ */
81
+ executionTimeInMillis: number | undefined;
82
+ }
83
+ /**
84
+ * <p>Contains the response for the DescribeQuery operation.</p>
85
+ * @public
86
+ */
87
+ export interface DescribeQueryResponse {
88
+ /**
89
+ * <p>The unique identifier for the query execution.</p>
90
+ * @public
91
+ */
92
+ queryId: string | undefined;
93
+ /**
94
+ * <p>The current query status.</p>
95
+ * @public
96
+ */
97
+ status: QueryStatus | undefined;
98
+ /**
99
+ * <p>The date and time when the query was submitted, in Unix epoch time.</p>
100
+ * @public
101
+ */
102
+ submittedAt: Date | undefined;
103
+ /**
104
+ * <p>The date and time when the query reached a terminal state, in Unix epoch time. This field is present when the query status is COMPLETED, FAILED, or CANCELED.</p>
105
+ * @public
106
+ */
107
+ completedAt?: Date | undefined;
108
+ /**
109
+ * <p>The query execution statistics. This field is present when the query status is COMPLETED.</p>
110
+ * @public
111
+ */
112
+ statistics?: QueryStatistics | undefined;
113
+ /**
114
+ * <p>A human-readable error description. This field is present when the query status is FAILED.</p>
115
+ * @public
116
+ */
117
+ errorMessage?: string | undefined;
118
+ }
119
+ /**
120
+ * <p>Input for the DescribeSearch operation.</p>
121
+ * @public
122
+ */
123
+ export interface DescribeSearchRequest {
124
+ /**
125
+ * <p>The name of the workspace the search belongs to.</p>
126
+ * @public
127
+ */
128
+ workspaceName: string | undefined;
129
+ /**
130
+ * <p>The identifier of the search to describe.</p>
131
+ * @public
132
+ */
133
+ searchId: string | undefined;
134
+ }
4
135
  /**
5
136
  * <p>Output of the DescribeSearch operation.</p>
6
137
  * @public
@@ -4447,6 +4578,14 @@ export interface StartPipelineExecutionRequest {
4447
4578
  * @public
4448
4579
  */
4449
4580
  executionEnvironmentVariableOverrides?: ExecutionEnvironmentVariables | undefined;
4581
+ /**
4582
+ * <p>Runtime mount overrides for the execution. Overrides are merged by mount name into
4583
+ * each listed compute node's task-defined mounts: a matching name replaces the task-defined
4584
+ * mount, a new name adds a mount, and task-defined mounts not referenced remain unchanged.
4585
+ * Compute nodes not listed use their task-defined mounts as-is.</p>
4586
+ * @public
4587
+ */
4588
+ executionMountOverrides?: MountOverrides | undefined;
4450
4589
  /**
4451
4590
  * <p>Scheduling priority for the execution. Lower values indicate higher priority. Defaults to 2 when not specified.</p>
4452
4591
  * @public
@@ -281,6 +281,7 @@ export declare var DisassociateDataSegmentEntry$: StaticStructureSchema;
281
281
  export declare var DisassociateTimeSeriesFromAssetPropertyRequest$: StaticStructureSchema;
282
282
  export declare var EnrichmentJobSummary$: StaticStructureSchema;
283
283
  export declare var EnrichmentTrimSettings$: StaticStructureSchema;
284
+ export declare var EphemeralStorageConfiguration$: StaticStructureSchema;
284
285
  export declare var ErrorDetails$: StaticStructureSchema;
285
286
  export declare var ErrorReportLocation$: StaticStructureSchema;
286
287
  export declare var EventDetection$: StaticStructureSchema;
@@ -418,6 +419,8 @@ export declare var Metric$: StaticStructureSchema;
418
419
  export declare var MetricProcessingConfig$: StaticStructureSchema;
419
420
  export declare var MetricWindow$: StaticStructureSchema;
420
421
  export declare var MonitorErrorDetails$: StaticStructureSchema;
422
+ export declare var Mount$: StaticStructureSchema;
423
+ export declare var MountOverrides$: StaticStructureSchema;
421
424
  export declare var Mp4$: StaticStructureSchema;
422
425
  export declare var MultiLayerStorage$: StaticStructureSchema;
423
426
  export declare var Parquet$: StaticStructureSchema;
@@ -455,6 +458,7 @@ export declare var ResourceError$: StaticStructureSchema;
455
458
  export declare var ResourceStatus$: StaticStructureSchema;
456
459
  export declare var RetentionPeriod$: StaticStructureSchema;
457
460
  export declare var Row$: StaticStructureSchema;
461
+ export declare var S3AccessPointSource$: StaticStructureSchema;
458
462
  export declare var SearchFilters$: StaticStructureSchema;
459
463
  export declare var SearchResult$: StaticStructureSchema;
460
464
  export declare var SearchSummary$: StaticStructureSchema;
@@ -521,6 +525,7 @@ export declare var WorkspaceErrorDetails$: StaticStructureSchema;
521
525
  export declare var WorkspaceStatus$: StaticStructureSchema;
522
526
  export declare var WorkspaceSummary$: StaticStructureSchema;
523
527
  export declare var EnrichmentJobConfiguration$: StaticUnionSchema;
528
+ export declare var MountSource$: StaticUnionSchema;
524
529
  export declare var ProcessingInput$: StaticUnionSchema;
525
530
  export declare var ResponseStream$: StaticUnionSchema;
526
531
  export declare var TaskConfiguration$: StaticUnionSchema;
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0";
2
+ import { DescribeProjectRequest } from "../models/models_0";
3
+ import { DescribeProjectResponse } from "../models/models_1";
3
4
  export { __MetadataBearer };
4
5
  export interface DescribeProjectCommandInput extends DescribeProjectRequest {}
5
6
  export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0";
2
+ import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
5
5
  export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __MetadataBearer {}
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeSearchRequest } from "../models/models_0";
3
- import { DescribeSearchResponse } from "../models/models_1";
2
+ import { DescribeSearchRequest, DescribeSearchResponse } from "../models/models_1";
4
3
  export { __MetadataBearer };
5
4
  export interface DescribeSearchCommandInput extends DescribeSearchRequest {}
6
5
  export interface DescribeSearchCommandOutput extends DescribeSearchResponse, __MetadataBearer {}
@@ -297,6 +297,17 @@ export declare const PortalState: {
297
297
  readonly UPDATING: "UPDATING";
298
298
  };
299
299
  export type PortalState = (typeof PortalState)[keyof typeof PortalState];
300
+ export declare const StorageClass: {
301
+ readonly STANDARD_1: "STANDARD_1";
302
+ readonly STANDARD_2: "STANDARD_2";
303
+ readonly THROUGHPUT_1: "THROUGHPUT_1";
304
+ readonly THROUGHPUT_2: "THROUGHPUT_2";
305
+ };
306
+ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
307
+ export declare const MountStorageType: {
308
+ readonly SHARED_STORAGE: "SHARED_STORAGE";
309
+ };
310
+ export type MountStorageType = (typeof MountStorageType)[keyof typeof MountStorageType];
300
311
  export declare const ProcessingType: {
301
312
  readonly GENERIC_COMPUTE_PROCESSING: "GENERIC_COMPUTE_PROCESSING";
302
313
  readonly HARDWARE_ACCELERATED_PROCESSING: "HARDWARE_ACCELERATED_PROCESSING";