@aws-sdk/client-lookoutequipment 3.952.0 → 3.953.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 (69) hide show
  1. package/dist-cjs/index.js +593 -395
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateDatasetCommand.js +2 -2
  4. package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -2
  5. package/dist-es/commands/CreateLabelCommand.js +2 -2
  6. package/dist-es/commands/CreateLabelGroupCommand.js +2 -2
  7. package/dist-es/commands/CreateModelCommand.js +2 -2
  8. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +2 -2
  9. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  10. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -2
  11. package/dist-es/commands/DeleteLabelCommand.js +2 -2
  12. package/dist-es/commands/DeleteLabelGroupCommand.js +2 -2
  13. package/dist-es/commands/DeleteModelCommand.js +2 -2
  14. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  15. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +2 -2
  16. package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -2
  17. package/dist-es/commands/DescribeDatasetCommand.js +2 -2
  18. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -2
  19. package/dist-es/commands/DescribeLabelCommand.js +2 -2
  20. package/dist-es/commands/DescribeLabelGroupCommand.js +2 -2
  21. package/dist-es/commands/DescribeModelCommand.js +2 -2
  22. package/dist-es/commands/DescribeModelVersionCommand.js +2 -2
  23. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
  24. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +2 -2
  25. package/dist-es/commands/ImportDatasetCommand.js +2 -2
  26. package/dist-es/commands/ImportModelVersionCommand.js +2 -2
  27. package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -2
  28. package/dist-es/commands/ListDatasetsCommand.js +2 -2
  29. package/dist-es/commands/ListInferenceEventsCommand.js +2 -2
  30. package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -2
  31. package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -2
  32. package/dist-es/commands/ListLabelGroupsCommand.js +2 -2
  33. package/dist-es/commands/ListLabelsCommand.js +2 -2
  34. package/dist-es/commands/ListModelVersionsCommand.js +2 -2
  35. package/dist-es/commands/ListModelsCommand.js +2 -2
  36. package/dist-es/commands/ListRetrainingSchedulersCommand.js +2 -2
  37. package/dist-es/commands/ListSensorStatisticsCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  40. package/dist-es/commands/StartDataIngestionJobCommand.js +2 -2
  41. package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -2
  42. package/dist-es/commands/StartRetrainingSchedulerCommand.js +2 -2
  43. package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -2
  44. package/dist-es/commands/StopRetrainingSchedulerCommand.js +2 -2
  45. package/dist-es/commands/TagResourceCommand.js +2 -2
  46. package/dist-es/commands/UntagResourceCommand.js +2 -2
  47. package/dist-es/commands/UpdateActiveModelVersionCommand.js +2 -2
  48. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -2
  49. package/dist-es/commands/UpdateLabelGroupCommand.js +2 -2
  50. package/dist-es/commands/UpdateModelCommand.js +2 -2
  51. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +2 -2
  52. package/dist-es/index.js +1 -0
  53. package/dist-es/runtimeConfig.shared.js +6 -6
  54. package/dist-es/schemas/schemas_0.js +343 -329
  55. package/dist-types/LookoutEquipmentClient.d.ts +1 -10
  56. package/dist-types/index.d.ts +1 -0
  57. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  58. package/dist-types/runtimeConfig.d.ts +6 -2
  59. package/dist-types/runtimeConfig.native.d.ts +6 -2
  60. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  61. package/dist-types/schemas/schemas_0.d.ts +185 -203
  62. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +0 -4
  63. package/dist-types/ts3.4/index.d.ts +1 -0
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +184 -204
  69. package/package.json +34 -34
@@ -5,7 +5,7 @@ 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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
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 StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
11
11
  import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "./commands/CreateInferenceSchedulerCommand";
@@ -190,15 +190,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
190
190
  * Optional extensions
191
191
  */
192
192
  extensions?: RuntimeExtension[];
193
- /**
194
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
195
- * may be overridden. A default will always be set by the client.
196
- * Available options depend on the service's supported protocols and will not be validated by
197
- * the client.
198
- * @alpha
199
- *
200
- */
201
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
202
193
  /**
203
194
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
204
195
  */
@@ -10,6 +10,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { LookoutEquipmentExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
+ export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
15
16
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
17
17
  streamCollector: import("@smithy/types").StreamCollector;
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
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
6
6
  runtime: string;
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
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) =>
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LookoutEquipmentHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,203 +1,185 @@
1
- import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var SynthesizedJsonInlineDataSchema: StaticSimpleSchema;
3
- export declare var SynthesizedJsonModelMetrics: StaticSimpleSchema;
4
- export declare var AccessDeniedException: StaticErrorSchema;
5
- export declare var CategoricalValues: StaticStructureSchema;
6
- export declare var ConflictException: StaticErrorSchema;
7
- export declare var CountPercent: StaticStructureSchema;
8
- export declare var CreateDatasetRequest: StaticStructureSchema;
9
- export declare var CreateDatasetResponse: StaticStructureSchema;
10
- export declare var CreateInferenceSchedulerRequest: StaticStructureSchema;
11
- export declare var CreateInferenceSchedulerResponse: StaticStructureSchema;
12
- export declare var CreateLabelGroupRequest: StaticStructureSchema;
13
- export declare var CreateLabelGroupResponse: StaticStructureSchema;
14
- export declare var CreateLabelRequest: StaticStructureSchema;
15
- export declare var CreateLabelResponse: StaticStructureSchema;
16
- export declare var CreateModelRequest: StaticStructureSchema;
17
- export declare var CreateModelResponse: StaticStructureSchema;
18
- export declare var CreateRetrainingSchedulerRequest: StaticStructureSchema;
19
- export declare var CreateRetrainingSchedulerResponse: StaticStructureSchema;
20
- export declare var DataIngestionJobSummary: StaticStructureSchema;
21
- export declare var DataPreProcessingConfiguration: StaticStructureSchema;
22
- export declare var DataQualitySummary: StaticStructureSchema;
23
- export declare var DatasetSchema: StaticStructureSchema;
24
- export declare var DatasetSummary: StaticStructureSchema;
25
- export declare var DeleteDatasetRequest: StaticStructureSchema;
26
- export declare var DeleteInferenceSchedulerRequest: StaticStructureSchema;
27
- export declare var DeleteLabelGroupRequest: StaticStructureSchema;
28
- export declare var DeleteLabelRequest: StaticStructureSchema;
29
- export declare var DeleteModelRequest: StaticStructureSchema;
30
- export declare var DeleteResourcePolicyRequest: StaticStructureSchema;
31
- export declare var DeleteRetrainingSchedulerRequest: StaticStructureSchema;
32
- export declare var DescribeDataIngestionJobRequest: StaticStructureSchema;
33
- export declare var DescribeDataIngestionJobResponse: StaticStructureSchema;
34
- export declare var DescribeDatasetRequest: StaticStructureSchema;
35
- export declare var DescribeDatasetResponse: StaticStructureSchema;
36
- export declare var DescribeInferenceSchedulerRequest: StaticStructureSchema;
37
- export declare var DescribeInferenceSchedulerResponse: StaticStructureSchema;
38
- export declare var DescribeLabelGroupRequest: StaticStructureSchema;
39
- export declare var DescribeLabelGroupResponse: StaticStructureSchema;
40
- export declare var DescribeLabelRequest: StaticStructureSchema;
41
- export declare var DescribeLabelResponse: StaticStructureSchema;
42
- export declare var DescribeModelRequest: StaticStructureSchema;
43
- export declare var DescribeModelResponse: StaticStructureSchema;
44
- export declare var DescribeModelVersionRequest: StaticStructureSchema;
45
- export declare var DescribeModelVersionResponse: StaticStructureSchema;
46
- export declare var DescribeResourcePolicyRequest: StaticStructureSchema;
47
- export declare var DescribeResourcePolicyResponse: StaticStructureSchema;
48
- export declare var DescribeRetrainingSchedulerRequest: StaticStructureSchema;
49
- export declare var DescribeRetrainingSchedulerResponse: StaticStructureSchema;
50
- export declare var DuplicateTimestamps: StaticStructureSchema;
51
- export declare var ImportDatasetRequest: StaticStructureSchema;
52
- export declare var ImportDatasetResponse: StaticStructureSchema;
53
- export declare var ImportModelVersionRequest: StaticStructureSchema;
54
- export declare var ImportModelVersionResponse: StaticStructureSchema;
55
- export declare var InferenceEventSummary: StaticStructureSchema;
56
- export declare var InferenceExecutionSummary: StaticStructureSchema;
57
- export declare var InferenceInputConfiguration: StaticStructureSchema;
58
- export declare var InferenceInputNameConfiguration: StaticStructureSchema;
59
- export declare var InferenceOutputConfiguration: StaticStructureSchema;
60
- export declare var InferenceS3InputConfiguration: StaticStructureSchema;
61
- export declare var InferenceS3OutputConfiguration: StaticStructureSchema;
62
- export declare var InferenceSchedulerSummary: StaticStructureSchema;
63
- export declare var IngestedFilesSummary: StaticStructureSchema;
64
- export declare var IngestionInputConfiguration: StaticStructureSchema;
65
- export declare var IngestionS3InputConfiguration: StaticStructureSchema;
66
- export declare var InsufficientSensorData: StaticStructureSchema;
67
- export declare var InternalServerException: StaticErrorSchema;
68
- export declare var InvalidSensorData: StaticStructureSchema;
69
- export declare var LabelGroupSummary: StaticStructureSchema;
70
- export declare var LabelsInputConfiguration: StaticStructureSchema;
71
- export declare var LabelsS3InputConfiguration: StaticStructureSchema;
72
- export declare var LabelSummary: StaticStructureSchema;
73
- export declare var LargeTimestampGaps: StaticStructureSchema;
74
- export declare var ListDataIngestionJobsRequest: StaticStructureSchema;
75
- export declare var ListDataIngestionJobsResponse: StaticStructureSchema;
76
- export declare var ListDatasetsRequest: StaticStructureSchema;
77
- export declare var ListDatasetsResponse: StaticStructureSchema;
78
- export declare var ListInferenceEventsRequest: StaticStructureSchema;
79
- export declare var ListInferenceEventsResponse: StaticStructureSchema;
80
- export declare var ListInferenceExecutionsRequest: StaticStructureSchema;
81
- export declare var ListInferenceExecutionsResponse: StaticStructureSchema;
82
- export declare var ListInferenceSchedulersRequest: StaticStructureSchema;
83
- export declare var ListInferenceSchedulersResponse: StaticStructureSchema;
84
- export declare var ListLabelGroupsRequest: StaticStructureSchema;
85
- export declare var ListLabelGroupsResponse: StaticStructureSchema;
86
- export declare var ListLabelsRequest: StaticStructureSchema;
87
- export declare var ListLabelsResponse: StaticStructureSchema;
88
- export declare var ListModelsRequest: StaticStructureSchema;
89
- export declare var ListModelsResponse: StaticStructureSchema;
90
- export declare var ListModelVersionsRequest: StaticStructureSchema;
91
- export declare var ListModelVersionsResponse: StaticStructureSchema;
92
- export declare var ListRetrainingSchedulersRequest: StaticStructureSchema;
93
- export declare var ListRetrainingSchedulersResponse: StaticStructureSchema;
94
- export declare var ListSensorStatisticsRequest: StaticStructureSchema;
95
- export declare var ListSensorStatisticsResponse: StaticStructureSchema;
96
- export declare var ListTagsForResourceRequest: StaticStructureSchema;
97
- export declare var ListTagsForResourceResponse: StaticStructureSchema;
98
- export declare var MissingCompleteSensorData: StaticStructureSchema;
99
- export declare var MissingSensorData: StaticStructureSchema;
100
- export declare var ModelDiagnosticsOutputConfiguration: StaticStructureSchema;
101
- export declare var ModelDiagnosticsS3OutputConfiguration: StaticStructureSchema;
102
- export declare var ModelSummary: StaticStructureSchema;
103
- export declare var ModelVersionSummary: StaticStructureSchema;
104
- export declare var MonotonicValues: StaticStructureSchema;
105
- export declare var MultipleOperatingModes: StaticStructureSchema;
106
- export declare var PutResourcePolicyRequest: StaticStructureSchema;
107
- export declare var PutResourcePolicyResponse: StaticStructureSchema;
108
- export declare var ResourceNotFoundException: StaticErrorSchema;
109
- export declare var RetrainingSchedulerSummary: StaticStructureSchema;
110
- export declare var S3Object: StaticStructureSchema;
111
- export declare var SensorStatisticsSummary: StaticStructureSchema;
112
- export declare var SensorsWithShortDateRange: StaticStructureSchema;
113
- export declare var ServiceQuotaExceededException: StaticErrorSchema;
114
- export declare var StartDataIngestionJobRequest: StaticStructureSchema;
115
- export declare var StartDataIngestionJobResponse: StaticStructureSchema;
116
- export declare var StartInferenceSchedulerRequest: StaticStructureSchema;
117
- export declare var StartInferenceSchedulerResponse: StaticStructureSchema;
118
- export declare var StartRetrainingSchedulerRequest: StaticStructureSchema;
119
- export declare var StartRetrainingSchedulerResponse: StaticStructureSchema;
120
- export declare var StopInferenceSchedulerRequest: StaticStructureSchema;
121
- export declare var StopInferenceSchedulerResponse: StaticStructureSchema;
122
- export declare var StopRetrainingSchedulerRequest: StaticStructureSchema;
123
- export declare var StopRetrainingSchedulerResponse: StaticStructureSchema;
124
- export declare var Tag: StaticStructureSchema;
125
- export declare var TagResourceRequest: StaticStructureSchema;
126
- export declare var TagResourceResponse: StaticStructureSchema;
127
- export declare var ThrottlingException: StaticErrorSchema;
128
- export declare var UnsupportedTimestamps: StaticStructureSchema;
129
- export declare var UntagResourceRequest: StaticStructureSchema;
130
- export declare var UntagResourceResponse: StaticStructureSchema;
131
- export declare var UpdateActiveModelVersionRequest: StaticStructureSchema;
132
- export declare var UpdateActiveModelVersionResponse: StaticStructureSchema;
133
- export declare var UpdateInferenceSchedulerRequest: StaticStructureSchema;
134
- export declare var UpdateLabelGroupRequest: StaticStructureSchema;
135
- export declare var UpdateModelRequest: StaticStructureSchema;
136
- export declare var UpdateRetrainingSchedulerRequest: StaticStructureSchema;
137
- export declare var ValidationException: StaticErrorSchema;
138
- export declare var __Unit: "unit";
139
- export declare var LookoutEquipmentServiceException: StaticErrorSchema;
140
- export declare var DataIngestionJobSummaries: StaticListSchema;
141
- export declare var DatasetSummaries: StaticListSchema;
142
- export declare var FaultCodes: number;
143
- export declare var InferenceEventSummaries: StaticListSchema;
144
- export declare var InferenceExecutionSummaries: StaticListSchema;
145
- export declare var InferenceSchedulerSummaries: StaticListSchema;
146
- export declare var LabelGroupSummaries: StaticListSchema;
147
- export declare var LabelSummaries: StaticListSchema;
148
- export declare var ListOfDiscardedFiles: StaticListSchema;
149
- export declare var ModelSummaries: StaticListSchema;
150
- export declare var ModelVersionSummaries: StaticListSchema;
151
- export declare var RetrainingSchedulerSummaries: StaticListSchema;
152
- export declare var SensorStatisticsSummaries: StaticListSchema;
153
- export declare var TagKeyList: number;
154
- export declare var TagList: StaticListSchema;
155
- export declare var CreateDataset: StaticOperationSchema;
156
- export declare var CreateInferenceScheduler: StaticOperationSchema;
157
- export declare var CreateLabel: StaticOperationSchema;
158
- export declare var CreateLabelGroup: StaticOperationSchema;
159
- export declare var CreateModel: StaticOperationSchema;
160
- export declare var CreateRetrainingScheduler: StaticOperationSchema;
161
- export declare var DeleteDataset: StaticOperationSchema;
162
- export declare var DeleteInferenceScheduler: StaticOperationSchema;
163
- export declare var DeleteLabel: StaticOperationSchema;
164
- export declare var DeleteLabelGroup: StaticOperationSchema;
165
- export declare var DeleteModel: StaticOperationSchema;
166
- export declare var DeleteResourcePolicy: StaticOperationSchema;
167
- export declare var DeleteRetrainingScheduler: StaticOperationSchema;
168
- export declare var DescribeDataIngestionJob: StaticOperationSchema;
169
- export declare var DescribeDataset: StaticOperationSchema;
170
- export declare var DescribeInferenceScheduler: StaticOperationSchema;
171
- export declare var DescribeLabel: StaticOperationSchema;
172
- export declare var DescribeLabelGroup: StaticOperationSchema;
173
- export declare var DescribeModel: StaticOperationSchema;
174
- export declare var DescribeModelVersion: StaticOperationSchema;
175
- export declare var DescribeResourcePolicy: StaticOperationSchema;
176
- export declare var DescribeRetrainingScheduler: StaticOperationSchema;
177
- export declare var ImportDataset: StaticOperationSchema;
178
- export declare var ImportModelVersion: StaticOperationSchema;
179
- export declare var ListDataIngestionJobs: StaticOperationSchema;
180
- export declare var ListDatasets: StaticOperationSchema;
181
- export declare var ListInferenceEvents: StaticOperationSchema;
182
- export declare var ListInferenceExecutions: StaticOperationSchema;
183
- export declare var ListInferenceSchedulers: StaticOperationSchema;
184
- export declare var ListLabelGroups: StaticOperationSchema;
185
- export declare var ListLabels: StaticOperationSchema;
186
- export declare var ListModels: StaticOperationSchema;
187
- export declare var ListModelVersions: StaticOperationSchema;
188
- export declare var ListRetrainingSchedulers: StaticOperationSchema;
189
- export declare var ListSensorStatistics: StaticOperationSchema;
190
- export declare var ListTagsForResource: StaticOperationSchema;
191
- export declare var PutResourcePolicy: StaticOperationSchema;
192
- export declare var StartDataIngestionJob: StaticOperationSchema;
193
- export declare var StartInferenceScheduler: StaticOperationSchema;
194
- export declare var StartRetrainingScheduler: StaticOperationSchema;
195
- export declare var StopInferenceScheduler: StaticOperationSchema;
196
- export declare var StopRetrainingScheduler: StaticOperationSchema;
197
- export declare var TagResource: StaticOperationSchema;
198
- export declare var UntagResource: StaticOperationSchema;
199
- export declare var UpdateActiveModelVersion: StaticOperationSchema;
200
- export declare var UpdateInferenceScheduler: StaticOperationSchema;
201
- export declare var UpdateLabelGroup: StaticOperationSchema;
202
- export declare var UpdateModel: StaticOperationSchema;
203
- export declare var UpdateRetrainingScheduler: StaticOperationSchema;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var CategoricalValues$: StaticStructureSchema;
4
+ export declare var ConflictException$: StaticErrorSchema;
5
+ export declare var CountPercent$: StaticStructureSchema;
6
+ export declare var CreateDatasetRequest$: StaticStructureSchema;
7
+ export declare var CreateDatasetResponse$: StaticStructureSchema;
8
+ export declare var CreateInferenceSchedulerRequest$: StaticStructureSchema;
9
+ export declare var CreateInferenceSchedulerResponse$: StaticStructureSchema;
10
+ export declare var CreateLabelGroupRequest$: StaticStructureSchema;
11
+ export declare var CreateLabelGroupResponse$: StaticStructureSchema;
12
+ export declare var CreateLabelRequest$: StaticStructureSchema;
13
+ export declare var CreateLabelResponse$: StaticStructureSchema;
14
+ export declare var CreateModelRequest$: StaticStructureSchema;
15
+ export declare var CreateModelResponse$: StaticStructureSchema;
16
+ export declare var CreateRetrainingSchedulerRequest$: StaticStructureSchema;
17
+ export declare var CreateRetrainingSchedulerResponse$: StaticStructureSchema;
18
+ export declare var DataIngestionJobSummary$: StaticStructureSchema;
19
+ export declare var DataPreProcessingConfiguration$: StaticStructureSchema;
20
+ export declare var DataQualitySummary$: StaticStructureSchema;
21
+ export declare var DatasetSchema$: StaticStructureSchema;
22
+ export declare var DatasetSummary$: StaticStructureSchema;
23
+ export declare var DeleteDatasetRequest$: StaticStructureSchema;
24
+ export declare var DeleteInferenceSchedulerRequest$: StaticStructureSchema;
25
+ export declare var DeleteLabelGroupRequest$: StaticStructureSchema;
26
+ export declare var DeleteLabelRequest$: StaticStructureSchema;
27
+ export declare var DeleteModelRequest$: StaticStructureSchema;
28
+ export declare var DeleteResourcePolicyRequest$: StaticStructureSchema;
29
+ export declare var DeleteRetrainingSchedulerRequest$: StaticStructureSchema;
30
+ export declare var DescribeDataIngestionJobRequest$: StaticStructureSchema;
31
+ export declare var DescribeDataIngestionJobResponse$: StaticStructureSchema;
32
+ export declare var DescribeDatasetRequest$: StaticStructureSchema;
33
+ export declare var DescribeDatasetResponse$: StaticStructureSchema;
34
+ export declare var DescribeInferenceSchedulerRequest$: StaticStructureSchema;
35
+ export declare var DescribeInferenceSchedulerResponse$: StaticStructureSchema;
36
+ export declare var DescribeLabelGroupRequest$: StaticStructureSchema;
37
+ export declare var DescribeLabelGroupResponse$: StaticStructureSchema;
38
+ export declare var DescribeLabelRequest$: StaticStructureSchema;
39
+ export declare var DescribeLabelResponse$: StaticStructureSchema;
40
+ export declare var DescribeModelRequest$: StaticStructureSchema;
41
+ export declare var DescribeModelResponse$: StaticStructureSchema;
42
+ export declare var DescribeModelVersionRequest$: StaticStructureSchema;
43
+ export declare var DescribeModelVersionResponse$: StaticStructureSchema;
44
+ export declare var DescribeResourcePolicyRequest$: StaticStructureSchema;
45
+ export declare var DescribeResourcePolicyResponse$: StaticStructureSchema;
46
+ export declare var DescribeRetrainingSchedulerRequest$: StaticStructureSchema;
47
+ export declare var DescribeRetrainingSchedulerResponse$: StaticStructureSchema;
48
+ export declare var DuplicateTimestamps$: StaticStructureSchema;
49
+ export declare var ImportDatasetRequest$: StaticStructureSchema;
50
+ export declare var ImportDatasetResponse$: StaticStructureSchema;
51
+ export declare var ImportModelVersionRequest$: StaticStructureSchema;
52
+ export declare var ImportModelVersionResponse$: StaticStructureSchema;
53
+ export declare var InferenceEventSummary$: StaticStructureSchema;
54
+ export declare var InferenceExecutionSummary$: StaticStructureSchema;
55
+ export declare var InferenceInputConfiguration$: StaticStructureSchema;
56
+ export declare var InferenceInputNameConfiguration$: StaticStructureSchema;
57
+ export declare var InferenceOutputConfiguration$: StaticStructureSchema;
58
+ export declare var InferenceS3InputConfiguration$: StaticStructureSchema;
59
+ export declare var InferenceS3OutputConfiguration$: StaticStructureSchema;
60
+ export declare var InferenceSchedulerSummary$: StaticStructureSchema;
61
+ export declare var IngestedFilesSummary$: StaticStructureSchema;
62
+ export declare var IngestionInputConfiguration$: StaticStructureSchema;
63
+ export declare var IngestionS3InputConfiguration$: StaticStructureSchema;
64
+ export declare var InsufficientSensorData$: StaticStructureSchema;
65
+ export declare var InternalServerException$: StaticErrorSchema;
66
+ export declare var InvalidSensorData$: StaticStructureSchema;
67
+ export declare var LabelGroupSummary$: StaticStructureSchema;
68
+ export declare var LabelsInputConfiguration$: StaticStructureSchema;
69
+ export declare var LabelsS3InputConfiguration$: StaticStructureSchema;
70
+ export declare var LabelSummary$: StaticStructureSchema;
71
+ export declare var LargeTimestampGaps$: StaticStructureSchema;
72
+ export declare var ListDataIngestionJobsRequest$: StaticStructureSchema;
73
+ export declare var ListDataIngestionJobsResponse$: StaticStructureSchema;
74
+ export declare var ListDatasetsRequest$: StaticStructureSchema;
75
+ export declare var ListDatasetsResponse$: StaticStructureSchema;
76
+ export declare var ListInferenceEventsRequest$: StaticStructureSchema;
77
+ export declare var ListInferenceEventsResponse$: StaticStructureSchema;
78
+ export declare var ListInferenceExecutionsRequest$: StaticStructureSchema;
79
+ export declare var ListInferenceExecutionsResponse$: StaticStructureSchema;
80
+ export declare var ListInferenceSchedulersRequest$: StaticStructureSchema;
81
+ export declare var ListInferenceSchedulersResponse$: StaticStructureSchema;
82
+ export declare var ListLabelGroupsRequest$: StaticStructureSchema;
83
+ export declare var ListLabelGroupsResponse$: StaticStructureSchema;
84
+ export declare var ListLabelsRequest$: StaticStructureSchema;
85
+ export declare var ListLabelsResponse$: StaticStructureSchema;
86
+ export declare var ListModelsRequest$: StaticStructureSchema;
87
+ export declare var ListModelsResponse$: StaticStructureSchema;
88
+ export declare var ListModelVersionsRequest$: StaticStructureSchema;
89
+ export declare var ListModelVersionsResponse$: StaticStructureSchema;
90
+ export declare var ListRetrainingSchedulersRequest$: StaticStructureSchema;
91
+ export declare var ListRetrainingSchedulersResponse$: StaticStructureSchema;
92
+ export declare var ListSensorStatisticsRequest$: StaticStructureSchema;
93
+ export declare var ListSensorStatisticsResponse$: StaticStructureSchema;
94
+ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
95
+ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
96
+ export declare var MissingCompleteSensorData$: StaticStructureSchema;
97
+ export declare var MissingSensorData$: StaticStructureSchema;
98
+ export declare var ModelDiagnosticsOutputConfiguration$: StaticStructureSchema;
99
+ export declare var ModelDiagnosticsS3OutputConfiguration$: StaticStructureSchema;
100
+ export declare var ModelSummary$: StaticStructureSchema;
101
+ export declare var ModelVersionSummary$: StaticStructureSchema;
102
+ export declare var MonotonicValues$: StaticStructureSchema;
103
+ export declare var MultipleOperatingModes$: StaticStructureSchema;
104
+ export declare var PutResourcePolicyRequest$: StaticStructureSchema;
105
+ export declare var PutResourcePolicyResponse$: StaticStructureSchema;
106
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
107
+ export declare var RetrainingSchedulerSummary$: StaticStructureSchema;
108
+ export declare var S3Object$: StaticStructureSchema;
109
+ export declare var SensorStatisticsSummary$: StaticStructureSchema;
110
+ export declare var SensorsWithShortDateRange$: StaticStructureSchema;
111
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
112
+ export declare var StartDataIngestionJobRequest$: StaticStructureSchema;
113
+ export declare var StartDataIngestionJobResponse$: StaticStructureSchema;
114
+ export declare var StartInferenceSchedulerRequest$: StaticStructureSchema;
115
+ export declare var StartInferenceSchedulerResponse$: StaticStructureSchema;
116
+ export declare var StartRetrainingSchedulerRequest$: StaticStructureSchema;
117
+ export declare var StartRetrainingSchedulerResponse$: StaticStructureSchema;
118
+ export declare var StopInferenceSchedulerRequest$: StaticStructureSchema;
119
+ export declare var StopInferenceSchedulerResponse$: StaticStructureSchema;
120
+ export declare var StopRetrainingSchedulerRequest$: StaticStructureSchema;
121
+ export declare var StopRetrainingSchedulerResponse$: StaticStructureSchema;
122
+ export declare var Tag$: StaticStructureSchema;
123
+ export declare var TagResourceRequest$: StaticStructureSchema;
124
+ export declare var TagResourceResponse$: StaticStructureSchema;
125
+ export declare var ThrottlingException$: StaticErrorSchema;
126
+ export declare var UnsupportedTimestamps$: StaticStructureSchema;
127
+ export declare var UntagResourceRequest$: StaticStructureSchema;
128
+ export declare var UntagResourceResponse$: StaticStructureSchema;
129
+ export declare var UpdateActiveModelVersionRequest$: StaticStructureSchema;
130
+ export declare var UpdateActiveModelVersionResponse$: StaticStructureSchema;
131
+ export declare var UpdateInferenceSchedulerRequest$: StaticStructureSchema;
132
+ export declare var UpdateLabelGroupRequest$: StaticStructureSchema;
133
+ export declare var UpdateModelRequest$: StaticStructureSchema;
134
+ export declare var UpdateRetrainingSchedulerRequest$: StaticStructureSchema;
135
+ export declare var ValidationException$: StaticErrorSchema;
136
+ export declare var LookoutEquipmentServiceException$: StaticErrorSchema;
137
+ export declare var CreateDataset$: StaticOperationSchema;
138
+ export declare var CreateInferenceScheduler$: StaticOperationSchema;
139
+ export declare var CreateLabel$: StaticOperationSchema;
140
+ export declare var CreateLabelGroup$: StaticOperationSchema;
141
+ export declare var CreateModel$: StaticOperationSchema;
142
+ export declare var CreateRetrainingScheduler$: StaticOperationSchema;
143
+ export declare var DeleteDataset$: StaticOperationSchema;
144
+ export declare var DeleteInferenceScheduler$: StaticOperationSchema;
145
+ export declare var DeleteLabel$: StaticOperationSchema;
146
+ export declare var DeleteLabelGroup$: StaticOperationSchema;
147
+ export declare var DeleteModel$: StaticOperationSchema;
148
+ export declare var DeleteResourcePolicy$: StaticOperationSchema;
149
+ export declare var DeleteRetrainingScheduler$: StaticOperationSchema;
150
+ export declare var DescribeDataIngestionJob$: StaticOperationSchema;
151
+ export declare var DescribeDataset$: StaticOperationSchema;
152
+ export declare var DescribeInferenceScheduler$: StaticOperationSchema;
153
+ export declare var DescribeLabel$: StaticOperationSchema;
154
+ export declare var DescribeLabelGroup$: StaticOperationSchema;
155
+ export declare var DescribeModel$: StaticOperationSchema;
156
+ export declare var DescribeModelVersion$: StaticOperationSchema;
157
+ export declare var DescribeResourcePolicy$: StaticOperationSchema;
158
+ export declare var DescribeRetrainingScheduler$: StaticOperationSchema;
159
+ export declare var ImportDataset$: StaticOperationSchema;
160
+ export declare var ImportModelVersion$: StaticOperationSchema;
161
+ export declare var ListDataIngestionJobs$: StaticOperationSchema;
162
+ export declare var ListDatasets$: StaticOperationSchema;
163
+ export declare var ListInferenceEvents$: StaticOperationSchema;
164
+ export declare var ListInferenceExecutions$: StaticOperationSchema;
165
+ export declare var ListInferenceSchedulers$: StaticOperationSchema;
166
+ export declare var ListLabelGroups$: StaticOperationSchema;
167
+ export declare var ListLabels$: StaticOperationSchema;
168
+ export declare var ListModels$: StaticOperationSchema;
169
+ export declare var ListModelVersions$: StaticOperationSchema;
170
+ export declare var ListRetrainingSchedulers$: StaticOperationSchema;
171
+ export declare var ListSensorStatistics$: StaticOperationSchema;
172
+ export declare var ListTagsForResource$: StaticOperationSchema;
173
+ export declare var PutResourcePolicy$: StaticOperationSchema;
174
+ export declare var StartDataIngestionJob$: StaticOperationSchema;
175
+ export declare var StartInferenceScheduler$: StaticOperationSchema;
176
+ export declare var StartRetrainingScheduler$: StaticOperationSchema;
177
+ export declare var StopInferenceScheduler$: StaticOperationSchema;
178
+ export declare var StopRetrainingScheduler$: StaticOperationSchema;
179
+ export declare var TagResource$: StaticOperationSchema;
180
+ export declare var UntagResource$: StaticOperationSchema;
181
+ export declare var UpdateActiveModelVersion$: StaticOperationSchema;
182
+ export declare var UpdateInferenceScheduler$: StaticOperationSchema;
183
+ export declare var UpdateLabelGroup$: StaticOperationSchema;
184
+ export declare var UpdateModel$: StaticOperationSchema;
185
+ export declare var UpdateRetrainingScheduler$: StaticOperationSchema;
@@ -29,13 +29,10 @@ import {
29
29
  BodyLengthCalculator as __BodyLengthCalculator,
30
30
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
31
  ChecksumConstructor as __ChecksumConstructor,
32
- ClientProtocol,
33
32
  Decoder as __Decoder,
34
33
  Encoder as __Encoder,
35
34
  HashConstructor as __HashConstructor,
36
35
  HttpHandlerOptions as __HttpHandlerOptions,
37
- HttpRequest,
38
- HttpResponse,
39
36
  Logger as __Logger,
40
37
  Provider as __Provider,
41
38
  StreamCollector as __StreamCollector,
@@ -375,7 +372,6 @@ export interface ClientDefaults
375
372
  retryMode?: string | __Provider<string>;
376
373
  logger?: __Logger;
377
374
  extensions?: RuntimeExtension[];
378
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
379
375
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
380
376
  }
381
377
  export type LookoutEquipmentClientConfigType = Partial<
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { LookoutEquipmentExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./pagination";
8
9
  export * from "./models/enums";
9
10
  export * from "./models/errors";
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
28
28
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
29
29
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
30
30
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
31
- apiVersion: string;
32
31
  cacheMiddleware?: boolean | undefined;
32
+ protocol:
33
+ | import("@smithy/types").ClientProtocol<any, any>
34
+ | import("@smithy/types").ClientProtocolCtor<any, any>
35
+ | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
36
+ protocolSettings: {
37
+ defaultNamespace?: string;
38
+ [setting: string]: unknown;
39
+ };
40
+ apiVersion: string;
33
41
  urlParser: import("@smithy/types").UrlParser;
34
42
  base64Decoder: import("@smithy/types").Decoder;
35
43
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
40
48
  profile?: string;
41
49
  logger: import("@smithy/types").Logger;
42
50
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
- protocol: import("@smithy/types").ClientProtocol<
44
- import("@smithy/types").HttpRequest,
45
- import("@smithy/types").HttpResponse
46
- >;
47
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
48
52
  userAgentAppId?:
49
53
  | string
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
28
28
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
31
- apiVersion: string;
32
31
  cacheMiddleware?: boolean | undefined;
32
+ protocol:
33
+ | import("@smithy/types").ClientProtocol<any, any>
34
+ | import("@smithy/types").ClientProtocolCtor<any, any>
35
+ | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
36
+ protocolSettings: {
37
+ defaultNamespace?: string;
38
+ [setting: string]: unknown;
39
+ };
40
+ apiVersion: string;
33
41
  urlParser: import("@smithy/types").UrlParser;
34
42
  base64Decoder: import("@smithy/types").Decoder;
35
43
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
40
48
  profile?: string;
41
49
  logger: import("@smithy/types").Logger;
42
50
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
- protocol: import("@smithy/types").ClientProtocol<
44
- import("@smithy/types").HttpRequest,
45
- import("@smithy/types").HttpResponse
46
- >;
47
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
48
52
  retryStrategy?:
49
53
  | import("@smithy/types").RetryStrategy