@aws-sdk/client-lookoutequipment 3.169.0 → 3.171.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 (59) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LookoutEquipment.d.ts +565 -170
  3. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +303 -106
  4. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/index.d.ts +33 -33
  38. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  39. package/dist-types/ts3.4/index.d.ts +6 -6
  40. package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +7 -6
  41. package/dist-types/ts3.4/models/index.d.ts +1 -1
  42. package/dist-types/ts3.4/models/models_0.d.ts +938 -394
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  44. package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListInferenceEventsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListLabelGroupsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListSensorStatisticsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +401 -101
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  59. package/package.json +34 -34
@@ -1,101 +1,401 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
4
- import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "../commands/CreateInferenceSchedulerCommand";
5
- import { CreateLabelCommandInput, CreateLabelCommandOutput } from "../commands/CreateLabelCommand";
6
- import { CreateLabelGroupCommandInput, CreateLabelGroupCommandOutput } from "../commands/CreateLabelGroupCommand";
7
- import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
8
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
9
- import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "../commands/DeleteInferenceSchedulerCommand";
10
- import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "../commands/DeleteLabelCommand";
11
- import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "../commands/DeleteLabelGroupCommand";
12
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
13
- import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "../commands/DescribeDataIngestionJobCommand";
14
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
15
- import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "../commands/DescribeInferenceSchedulerCommand";
16
- import { DescribeLabelCommandInput, DescribeLabelCommandOutput } from "../commands/DescribeLabelCommand";
17
- import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from "../commands/DescribeLabelGroupCommand";
18
- import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
19
- import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "../commands/ListDataIngestionJobsCommand";
20
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
21
- import { ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput } from "../commands/ListInferenceEventsCommand";
22
- import { ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput } from "../commands/ListInferenceExecutionsCommand";
23
- import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput } from "../commands/ListInferenceSchedulersCommand";
24
- import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "../commands/ListLabelGroupsCommand";
25
- import { ListLabelsCommandInput, ListLabelsCommandOutput } from "../commands/ListLabelsCommand";
26
- import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
27
- import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "../commands/ListSensorStatisticsCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "../commands/StartDataIngestionJobCommand";
30
- import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "../commands/StartInferenceSchedulerCommand";
31
- import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "../commands/StopInferenceSchedulerCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
34
- import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "../commands/UpdateInferenceSchedulerCommand";
35
- import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "../commands/UpdateLabelGroupCommand";
36
- export declare const serializeAws_json1_0CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_0CreateInferenceSchedulerCommand: (input: CreateInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_0CreateLabelCommand: (input: CreateLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_0CreateLabelGroupCommand: (input: CreateLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_0CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_0DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_0DeleteInferenceSchedulerCommand: (input: DeleteInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_0DeleteLabelCommand: (input: DeleteLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_0DeleteLabelGroupCommand: (input: DeleteLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_0DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_0DescribeDataIngestionJobCommand: (input: DescribeDataIngestionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_0DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_0DescribeInferenceSchedulerCommand: (input: DescribeInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_0DescribeLabelCommand: (input: DescribeLabelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_0DescribeLabelGroupCommand: (input: DescribeLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_0DescribeModelCommand: (input: DescribeModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_0ListDataIngestionJobsCommand: (input: ListDataIngestionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_0ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_0ListInferenceEventsCommand: (input: ListInferenceEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_0ListInferenceExecutionsCommand: (input: ListInferenceExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_0ListInferenceSchedulersCommand: (input: ListInferenceSchedulersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_0ListLabelGroupsCommand: (input: ListLabelGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_0ListLabelsCommand: (input: ListLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_0ListModelsCommand: (input: ListModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_0ListSensorStatisticsCommand: (input: ListSensorStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_0StartDataIngestionJobCommand: (input: StartDataIngestionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_0StartInferenceSchedulerCommand: (input: StartInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_0StopInferenceSchedulerCommand: (input: StopInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_0UpdateInferenceSchedulerCommand: (input: UpdateInferenceSchedulerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_0UpdateLabelGroupCommand: (input: UpdateLabelGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const deserializeAws_json1_0CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
70
- export declare const deserializeAws_json1_0CreateInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceSchedulerCommandOutput>;
71
- export declare const deserializeAws_json1_0CreateLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelCommandOutput>;
72
- export declare const deserializeAws_json1_0CreateLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelGroupCommandOutput>;
73
- export declare const deserializeAws_json1_0CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
74
- export declare const deserializeAws_json1_0DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
75
- export declare const deserializeAws_json1_0DeleteInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInferenceSchedulerCommandOutput>;
76
- export declare const deserializeAws_json1_0DeleteLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLabelCommandOutput>;
77
- export declare const deserializeAws_json1_0DeleteLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLabelGroupCommandOutput>;
78
- export declare const deserializeAws_json1_0DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
79
- export declare const deserializeAws_json1_0DescribeDataIngestionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataIngestionJobCommandOutput>;
80
- export declare const deserializeAws_json1_0DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
81
- export declare const deserializeAws_json1_0DescribeInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceSchedulerCommandOutput>;
82
- export declare const deserializeAws_json1_0DescribeLabelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelCommandOutput>;
83
- export declare const deserializeAws_json1_0DescribeLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelGroupCommandOutput>;
84
- export declare const deserializeAws_json1_0DescribeModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCommandOutput>;
85
- export declare const deserializeAws_json1_0ListDataIngestionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIngestionJobsCommandOutput>;
86
- export declare const deserializeAws_json1_0ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
87
- export declare const deserializeAws_json1_0ListInferenceEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceEventsCommandOutput>;
88
- export declare const deserializeAws_json1_0ListInferenceExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceExecutionsCommandOutput>;
89
- export declare const deserializeAws_json1_0ListInferenceSchedulersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceSchedulersCommandOutput>;
90
- export declare const deserializeAws_json1_0ListLabelGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelGroupsCommandOutput>;
91
- export declare const deserializeAws_json1_0ListLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelsCommandOutput>;
92
- export declare const deserializeAws_json1_0ListModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelsCommandOutput>;
93
- export declare const deserializeAws_json1_0ListSensorStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSensorStatisticsCommandOutput>;
94
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
95
- export declare const deserializeAws_json1_0StartDataIngestionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataIngestionJobCommandOutput>;
96
- export declare const deserializeAws_json1_0StartInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInferenceSchedulerCommandOutput>;
97
- export declare const deserializeAws_json1_0StopInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInferenceSchedulerCommandOutput>;
98
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
99
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
100
- export declare const deserializeAws_json1_0UpdateInferenceSchedulerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceSchedulerCommandOutput>;
101
- export declare const deserializeAws_json1_0UpdateLabelGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLabelGroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateDatasetCommandInput,
8
+ CreateDatasetCommandOutput,
9
+ } from "../commands/CreateDatasetCommand";
10
+ import {
11
+ CreateInferenceSchedulerCommandInput,
12
+ CreateInferenceSchedulerCommandOutput,
13
+ } from "../commands/CreateInferenceSchedulerCommand";
14
+ import {
15
+ CreateLabelCommandInput,
16
+ CreateLabelCommandOutput,
17
+ } from "../commands/CreateLabelCommand";
18
+ import {
19
+ CreateLabelGroupCommandInput,
20
+ CreateLabelGroupCommandOutput,
21
+ } from "../commands/CreateLabelGroupCommand";
22
+ import {
23
+ CreateModelCommandInput,
24
+ CreateModelCommandOutput,
25
+ } from "../commands/CreateModelCommand";
26
+ import {
27
+ DeleteDatasetCommandInput,
28
+ DeleteDatasetCommandOutput,
29
+ } from "../commands/DeleteDatasetCommand";
30
+ import {
31
+ DeleteInferenceSchedulerCommandInput,
32
+ DeleteInferenceSchedulerCommandOutput,
33
+ } from "../commands/DeleteInferenceSchedulerCommand";
34
+ import {
35
+ DeleteLabelCommandInput,
36
+ DeleteLabelCommandOutput,
37
+ } from "../commands/DeleteLabelCommand";
38
+ import {
39
+ DeleteLabelGroupCommandInput,
40
+ DeleteLabelGroupCommandOutput,
41
+ } from "../commands/DeleteLabelGroupCommand";
42
+ import {
43
+ DeleteModelCommandInput,
44
+ DeleteModelCommandOutput,
45
+ } from "../commands/DeleteModelCommand";
46
+ import {
47
+ DescribeDataIngestionJobCommandInput,
48
+ DescribeDataIngestionJobCommandOutput,
49
+ } from "../commands/DescribeDataIngestionJobCommand";
50
+ import {
51
+ DescribeDatasetCommandInput,
52
+ DescribeDatasetCommandOutput,
53
+ } from "../commands/DescribeDatasetCommand";
54
+ import {
55
+ DescribeInferenceSchedulerCommandInput,
56
+ DescribeInferenceSchedulerCommandOutput,
57
+ } from "../commands/DescribeInferenceSchedulerCommand";
58
+ import {
59
+ DescribeLabelCommandInput,
60
+ DescribeLabelCommandOutput,
61
+ } from "../commands/DescribeLabelCommand";
62
+ import {
63
+ DescribeLabelGroupCommandInput,
64
+ DescribeLabelGroupCommandOutput,
65
+ } from "../commands/DescribeLabelGroupCommand";
66
+ import {
67
+ DescribeModelCommandInput,
68
+ DescribeModelCommandOutput,
69
+ } from "../commands/DescribeModelCommand";
70
+ import {
71
+ ListDataIngestionJobsCommandInput,
72
+ ListDataIngestionJobsCommandOutput,
73
+ } from "../commands/ListDataIngestionJobsCommand";
74
+ import {
75
+ ListDatasetsCommandInput,
76
+ ListDatasetsCommandOutput,
77
+ } from "../commands/ListDatasetsCommand";
78
+ import {
79
+ ListInferenceEventsCommandInput,
80
+ ListInferenceEventsCommandOutput,
81
+ } from "../commands/ListInferenceEventsCommand";
82
+ import {
83
+ ListInferenceExecutionsCommandInput,
84
+ ListInferenceExecutionsCommandOutput,
85
+ } from "../commands/ListInferenceExecutionsCommand";
86
+ import {
87
+ ListInferenceSchedulersCommandInput,
88
+ ListInferenceSchedulersCommandOutput,
89
+ } from "../commands/ListInferenceSchedulersCommand";
90
+ import {
91
+ ListLabelGroupsCommandInput,
92
+ ListLabelGroupsCommandOutput,
93
+ } from "../commands/ListLabelGroupsCommand";
94
+ import {
95
+ ListLabelsCommandInput,
96
+ ListLabelsCommandOutput,
97
+ } from "../commands/ListLabelsCommand";
98
+ import {
99
+ ListModelsCommandInput,
100
+ ListModelsCommandOutput,
101
+ } from "../commands/ListModelsCommand";
102
+ import {
103
+ ListSensorStatisticsCommandInput,
104
+ ListSensorStatisticsCommandOutput,
105
+ } from "../commands/ListSensorStatisticsCommand";
106
+ import {
107
+ ListTagsForResourceCommandInput,
108
+ ListTagsForResourceCommandOutput,
109
+ } from "../commands/ListTagsForResourceCommand";
110
+ import {
111
+ StartDataIngestionJobCommandInput,
112
+ StartDataIngestionJobCommandOutput,
113
+ } from "../commands/StartDataIngestionJobCommand";
114
+ import {
115
+ StartInferenceSchedulerCommandInput,
116
+ StartInferenceSchedulerCommandOutput,
117
+ } from "../commands/StartInferenceSchedulerCommand";
118
+ import {
119
+ StopInferenceSchedulerCommandInput,
120
+ StopInferenceSchedulerCommandOutput,
121
+ } from "../commands/StopInferenceSchedulerCommand";
122
+ import {
123
+ TagResourceCommandInput,
124
+ TagResourceCommandOutput,
125
+ } from "../commands/TagResourceCommand";
126
+ import {
127
+ UntagResourceCommandInput,
128
+ UntagResourceCommandOutput,
129
+ } from "../commands/UntagResourceCommand";
130
+ import {
131
+ UpdateInferenceSchedulerCommandInput,
132
+ UpdateInferenceSchedulerCommandOutput,
133
+ } from "../commands/UpdateInferenceSchedulerCommand";
134
+ import {
135
+ UpdateLabelGroupCommandInput,
136
+ UpdateLabelGroupCommandOutput,
137
+ } from "../commands/UpdateLabelGroupCommand";
138
+ export declare const serializeAws_json1_0CreateDatasetCommand: (
139
+ input: CreateDatasetCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_json1_0CreateInferenceSchedulerCommand: (
143
+ input: CreateInferenceSchedulerCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_0CreateLabelCommand: (
147
+ input: CreateLabelCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_0CreateLabelGroupCommand: (
151
+ input: CreateLabelGroupCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_0CreateModelCommand: (
155
+ input: CreateModelCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_0DeleteDatasetCommand: (
159
+ input: DeleteDatasetCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_0DeleteInferenceSchedulerCommand: (
163
+ input: DeleteInferenceSchedulerCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_0DeleteLabelCommand: (
167
+ input: DeleteLabelCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_0DeleteLabelGroupCommand: (
171
+ input: DeleteLabelGroupCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_0DeleteModelCommand: (
175
+ input: DeleteModelCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_0DescribeDataIngestionJobCommand: (
179
+ input: DescribeDataIngestionJobCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_0DescribeDatasetCommand: (
183
+ input: DescribeDatasetCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_0DescribeInferenceSchedulerCommand: (
187
+ input: DescribeInferenceSchedulerCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_0DescribeLabelCommand: (
191
+ input: DescribeLabelCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_0DescribeLabelGroupCommand: (
195
+ input: DescribeLabelGroupCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_0DescribeModelCommand: (
199
+ input: DescribeModelCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_0ListDataIngestionJobsCommand: (
203
+ input: ListDataIngestionJobsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_0ListDatasetsCommand: (
207
+ input: ListDatasetsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_0ListInferenceEventsCommand: (
211
+ input: ListInferenceEventsCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_0ListInferenceExecutionsCommand: (
215
+ input: ListInferenceExecutionsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_0ListInferenceSchedulersCommand: (
219
+ input: ListInferenceSchedulersCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_0ListLabelGroupsCommand: (
223
+ input: ListLabelGroupsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_0ListLabelsCommand: (
227
+ input: ListLabelsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_0ListModelsCommand: (
231
+ input: ListModelsCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_0ListSensorStatisticsCommand: (
235
+ input: ListSensorStatisticsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_0ListTagsForResourceCommand: (
239
+ input: ListTagsForResourceCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_0StartDataIngestionJobCommand: (
243
+ input: StartDataIngestionJobCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_0StartInferenceSchedulerCommand: (
247
+ input: StartInferenceSchedulerCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_0StopInferenceSchedulerCommand: (
251
+ input: StopInferenceSchedulerCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_0TagResourceCommand: (
255
+ input: TagResourceCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_0UntagResourceCommand: (
259
+ input: UntagResourceCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_0UpdateInferenceSchedulerCommand: (
263
+ input: UpdateInferenceSchedulerCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_0UpdateLabelGroupCommand: (
267
+ input: UpdateLabelGroupCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const deserializeAws_json1_0CreateDatasetCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<CreateDatasetCommandOutput>;
274
+ export declare const deserializeAws_json1_0CreateInferenceSchedulerCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<CreateInferenceSchedulerCommandOutput>;
278
+ export declare const deserializeAws_json1_0CreateLabelCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<CreateLabelCommandOutput>;
282
+ export declare const deserializeAws_json1_0CreateLabelGroupCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<CreateLabelGroupCommandOutput>;
286
+ export declare const deserializeAws_json1_0CreateModelCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<CreateModelCommandOutput>;
290
+ export declare const deserializeAws_json1_0DeleteDatasetCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DeleteDatasetCommandOutput>;
294
+ export declare const deserializeAws_json1_0DeleteInferenceSchedulerCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<DeleteInferenceSchedulerCommandOutput>;
298
+ export declare const deserializeAws_json1_0DeleteLabelCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<DeleteLabelCommandOutput>;
302
+ export declare const deserializeAws_json1_0DeleteLabelGroupCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DeleteLabelGroupCommandOutput>;
306
+ export declare const deserializeAws_json1_0DeleteModelCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<DeleteModelCommandOutput>;
310
+ export declare const deserializeAws_json1_0DescribeDataIngestionJobCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<DescribeDataIngestionJobCommandOutput>;
314
+ export declare const deserializeAws_json1_0DescribeDatasetCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<DescribeDatasetCommandOutput>;
318
+ export declare const deserializeAws_json1_0DescribeInferenceSchedulerCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DescribeInferenceSchedulerCommandOutput>;
322
+ export declare const deserializeAws_json1_0DescribeLabelCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DescribeLabelCommandOutput>;
326
+ export declare const deserializeAws_json1_0DescribeLabelGroupCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DescribeLabelGroupCommandOutput>;
330
+ export declare const deserializeAws_json1_0DescribeModelCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeModelCommandOutput>;
334
+ export declare const deserializeAws_json1_0ListDataIngestionJobsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListDataIngestionJobsCommandOutput>;
338
+ export declare const deserializeAws_json1_0ListDatasetsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListDatasetsCommandOutput>;
342
+ export declare const deserializeAws_json1_0ListInferenceEventsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListInferenceEventsCommandOutput>;
346
+ export declare const deserializeAws_json1_0ListInferenceExecutionsCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<ListInferenceExecutionsCommandOutput>;
350
+ export declare const deserializeAws_json1_0ListInferenceSchedulersCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<ListInferenceSchedulersCommandOutput>;
354
+ export declare const deserializeAws_json1_0ListLabelGroupsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<ListLabelGroupsCommandOutput>;
358
+ export declare const deserializeAws_json1_0ListLabelsCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<ListLabelsCommandOutput>;
362
+ export declare const deserializeAws_json1_0ListModelsCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<ListModelsCommandOutput>;
366
+ export declare const deserializeAws_json1_0ListSensorStatisticsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<ListSensorStatisticsCommandOutput>;
370
+ export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<ListTagsForResourceCommandOutput>;
374
+ export declare const deserializeAws_json1_0StartDataIngestionJobCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<StartDataIngestionJobCommandOutput>;
378
+ export declare const deserializeAws_json1_0StartInferenceSchedulerCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<StartInferenceSchedulerCommandOutput>;
382
+ export declare const deserializeAws_json1_0StopInferenceSchedulerCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<StopInferenceSchedulerCommandOutput>;
386
+ export declare const deserializeAws_json1_0TagResourceCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<TagResourceCommandOutput>;
390
+ export declare const deserializeAws_json1_0UntagResourceCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<UntagResourceCommandOutput>;
394
+ export declare const deserializeAws_json1_0UpdateInferenceSchedulerCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<UpdateInferenceSchedulerCommandOutput>;
398
+ export declare const deserializeAws_json1_0UpdateLabelGroupCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<UpdateLabelGroupCommandOutput>;
@@ -1,38 +1,67 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
3
-
4
- export declare const getRuntimeConfig: (config: LookoutEquipmentClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { LookoutEquipmentClientConfig } from "./LookoutEquipmentClient";
3
+ export declare const getRuntimeConfig: (
4
+ config: LookoutEquipmentClientConfig
5
+ ) => {
6
+ runtime: string;
7
+ defaultsMode: import("@aws-sdk/types").Provider<
8
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
9
+ >;
10
+ base64Decoder: import("@aws-sdk/types").Decoder;
11
+ base64Encoder: import("@aws-sdk/types").Encoder;
12
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
13
+ credentialDefaultProvider: (
14
+ input: any
15
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
16
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
17
+ import("@aws-sdk/types").UserAgent
18
+ >;
19
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
20
+ region: string | import("@aws-sdk/types").Provider<any>;
21
+ requestHandler:
22
+ | (import("@aws-sdk/types").RequestHandler<
23
+ any,
24
+ any,
25
+ import("@aws-sdk/types").HttpHandlerOptions
26
+ > &
27
+ import("@aws-sdk/protocol-http").HttpHandler)
28
+ | RequestHandler;
29
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
30
+ sha256: import("@aws-sdk/types").HashConstructor;
31
+ streamCollector: import("@aws-sdk/types").StreamCollector;
32
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
34
+ utf8Decoder: import("@aws-sdk/types").Decoder;
35
+ utf8Encoder: import("@aws-sdk/types").Encoder;
36
+ apiVersion: string;
37
+ urlParser: import("@aws-sdk/types").UrlParser;
38
+ disableHostPrefix: boolean;
39
+ logger: import("@aws-sdk/types").Logger;
40
+ serviceId: string;
41
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
+ endpoint?:
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | undefined;
47
+ tls?: boolean | undefined;
48
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
+ credentials?:
50
+ | import("@aws-sdk/types").Credentials
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
52
+ | undefined;
53
+ signer?:
54
+ | import("@aws-sdk/types").RequestSigner
55
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | undefined;
57
+ signingEscapePath?: boolean | undefined;
58
+ systemClockOffset?: number | undefined;
59
+ signingRegion?: string | undefined;
60
+ signerConstructor?:
61
+ | (new (
62
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
63
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
64
+ ) => import("@aws-sdk/types").RequestSigner)
65
+ | undefined;
66
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
67
+ };