@aws-sdk/client-m2 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 (58) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/M2.d.ts +548 -165
  3. package/dist-types/ts3.4/M2Client.d.ts +295 -105
  4. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +32 -32
  37. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  38. package/dist-types/ts3.4/index.d.ts +6 -6
  39. package/dist-types/ts3.4/models/M2ServiceException.d.ts +7 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +1124 -1421
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  43. package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  58. package/package.json +34 -34
@@ -1,98 +1,389 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CancelBatchJobExecutionCommandInput, CancelBatchJobExecutionCommandOutput } from "../commands/CancelBatchJobExecutionCommand";
4
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
5
- import { CreateDataSetImportTaskCommandInput, CreateDataSetImportTaskCommandOutput } from "../commands/CreateDataSetImportTaskCommand";
6
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
7
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
8
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
9
- import { DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput } from "../commands/DeleteApplicationFromEnvironmentCommand";
10
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
11
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
12
- import { GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput } from "../commands/GetApplicationVersionCommand";
13
- import { GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput } from "../commands/GetBatchJobExecutionCommand";
14
- import { GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput } from "../commands/GetDataSetDetailsCommand";
15
- import { GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput } from "../commands/GetDataSetImportTaskCommand";
16
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
17
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
18
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
19
- import { ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput } from "../commands/ListApplicationVersionsCommand";
20
- import { ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput } from "../commands/ListBatchJobDefinitionsCommand";
21
- import { ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput } from "../commands/ListBatchJobExecutionsCommand";
22
- import { ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput } from "../commands/ListDataSetImportHistoryCommand";
23
- import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
24
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
25
- import { ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput } from "../commands/ListEngineVersionsCommand";
26
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
- import { StartApplicationCommandInput, StartApplicationCommandOutput } from "../commands/StartApplicationCommand";
29
- import { StartBatchJobCommandInput, StartBatchJobCommandOutput } from "../commands/StartBatchJobCommand";
30
- import { StopApplicationCommandInput, StopApplicationCommandOutput } from "../commands/StopApplicationCommand";
31
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
32
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
33
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
34
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
35
- export declare const serializeAws_restJson1CancelBatchJobExecutionCommand: (input: CancelBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateDataSetImportTaskCommand: (input: CreateDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteApplicationFromEnvironmentCommand: (input: DeleteApplicationFromEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetApplicationVersionCommand: (input: GetApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetBatchJobExecutionCommand: (input: GetBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetDataSetDetailsCommand: (input: GetDataSetDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetDataSetImportTaskCommand: (input: GetDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListBatchJobDefinitionsCommand: (input: ListBatchJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListBatchJobExecutionsCommand: (input: ListBatchJobExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListDataSetImportHistoryCommand: (input: ListDataSetImportHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1StartBatchJobCommand: (input: StartBatchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const deserializeAws_restJson1CancelBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelBatchJobExecutionCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetImportTaskCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteApplicationFromEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationFromEnvironmentCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
75
- export declare const deserializeAws_restJson1GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
76
- export declare const deserializeAws_restJson1GetApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationVersionCommandOutput>;
77
- export declare const deserializeAws_restJson1GetBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBatchJobExecutionCommandOutput>;
78
- export declare const deserializeAws_restJson1GetDataSetDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetDetailsCommandOutput>;
79
- export declare const deserializeAws_restJson1GetDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetImportTaskCommandOutput>;
80
- export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
81
- export declare const deserializeAws_restJson1GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
82
- export declare const deserializeAws_restJson1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
83
- export declare const deserializeAws_restJson1ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListBatchJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobDefinitionsCommandOutput>;
85
- export declare const deserializeAws_restJson1ListBatchJobExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobExecutionsCommandOutput>;
86
- export declare const deserializeAws_restJson1ListDataSetImportHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetImportHistoryCommandOutput>;
87
- export declare const deserializeAws_restJson1ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
89
- export declare const deserializeAws_restJson1ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
90
- export declare const deserializeAws_restJson1ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
92
- export declare const deserializeAws_restJson1StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
93
- export declare const deserializeAws_restJson1StartBatchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBatchJobCommandOutput>;
94
- export declare const deserializeAws_restJson1StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
95
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
97
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
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
+ CancelBatchJobExecutionCommandInput,
8
+ CancelBatchJobExecutionCommandOutput,
9
+ } from "../commands/CancelBatchJobExecutionCommand";
10
+ import {
11
+ CreateApplicationCommandInput,
12
+ CreateApplicationCommandOutput,
13
+ } from "../commands/CreateApplicationCommand";
14
+ import {
15
+ CreateDataSetImportTaskCommandInput,
16
+ CreateDataSetImportTaskCommandOutput,
17
+ } from "../commands/CreateDataSetImportTaskCommand";
18
+ import {
19
+ CreateDeploymentCommandInput,
20
+ CreateDeploymentCommandOutput,
21
+ } from "../commands/CreateDeploymentCommand";
22
+ import {
23
+ CreateEnvironmentCommandInput,
24
+ CreateEnvironmentCommandOutput,
25
+ } from "../commands/CreateEnvironmentCommand";
26
+ import {
27
+ DeleteApplicationCommandInput,
28
+ DeleteApplicationCommandOutput,
29
+ } from "../commands/DeleteApplicationCommand";
30
+ import {
31
+ DeleteApplicationFromEnvironmentCommandInput,
32
+ DeleteApplicationFromEnvironmentCommandOutput,
33
+ } from "../commands/DeleteApplicationFromEnvironmentCommand";
34
+ import {
35
+ DeleteEnvironmentCommandInput,
36
+ DeleteEnvironmentCommandOutput,
37
+ } from "../commands/DeleteEnvironmentCommand";
38
+ import {
39
+ GetApplicationCommandInput,
40
+ GetApplicationCommandOutput,
41
+ } from "../commands/GetApplicationCommand";
42
+ import {
43
+ GetApplicationVersionCommandInput,
44
+ GetApplicationVersionCommandOutput,
45
+ } from "../commands/GetApplicationVersionCommand";
46
+ import {
47
+ GetBatchJobExecutionCommandInput,
48
+ GetBatchJobExecutionCommandOutput,
49
+ } from "../commands/GetBatchJobExecutionCommand";
50
+ import {
51
+ GetDataSetDetailsCommandInput,
52
+ GetDataSetDetailsCommandOutput,
53
+ } from "../commands/GetDataSetDetailsCommand";
54
+ import {
55
+ GetDataSetImportTaskCommandInput,
56
+ GetDataSetImportTaskCommandOutput,
57
+ } from "../commands/GetDataSetImportTaskCommand";
58
+ import {
59
+ GetDeploymentCommandInput,
60
+ GetDeploymentCommandOutput,
61
+ } from "../commands/GetDeploymentCommand";
62
+ import {
63
+ GetEnvironmentCommandInput,
64
+ GetEnvironmentCommandOutput,
65
+ } from "../commands/GetEnvironmentCommand";
66
+ import {
67
+ ListApplicationsCommandInput,
68
+ ListApplicationsCommandOutput,
69
+ } from "../commands/ListApplicationsCommand";
70
+ import {
71
+ ListApplicationVersionsCommandInput,
72
+ ListApplicationVersionsCommandOutput,
73
+ } from "../commands/ListApplicationVersionsCommand";
74
+ import {
75
+ ListBatchJobDefinitionsCommandInput,
76
+ ListBatchJobDefinitionsCommandOutput,
77
+ } from "../commands/ListBatchJobDefinitionsCommand";
78
+ import {
79
+ ListBatchJobExecutionsCommandInput,
80
+ ListBatchJobExecutionsCommandOutput,
81
+ } from "../commands/ListBatchJobExecutionsCommand";
82
+ import {
83
+ ListDataSetImportHistoryCommandInput,
84
+ ListDataSetImportHistoryCommandOutput,
85
+ } from "../commands/ListDataSetImportHistoryCommand";
86
+ import {
87
+ ListDataSetsCommandInput,
88
+ ListDataSetsCommandOutput,
89
+ } from "../commands/ListDataSetsCommand";
90
+ import {
91
+ ListDeploymentsCommandInput,
92
+ ListDeploymentsCommandOutput,
93
+ } from "../commands/ListDeploymentsCommand";
94
+ import {
95
+ ListEngineVersionsCommandInput,
96
+ ListEngineVersionsCommandOutput,
97
+ } from "../commands/ListEngineVersionsCommand";
98
+ import {
99
+ ListEnvironmentsCommandInput,
100
+ ListEnvironmentsCommandOutput,
101
+ } from "../commands/ListEnvironmentsCommand";
102
+ import {
103
+ ListTagsForResourceCommandInput,
104
+ ListTagsForResourceCommandOutput,
105
+ } from "../commands/ListTagsForResourceCommand";
106
+ import {
107
+ StartApplicationCommandInput,
108
+ StartApplicationCommandOutput,
109
+ } from "../commands/StartApplicationCommand";
110
+ import {
111
+ StartBatchJobCommandInput,
112
+ StartBatchJobCommandOutput,
113
+ } from "../commands/StartBatchJobCommand";
114
+ import {
115
+ StopApplicationCommandInput,
116
+ StopApplicationCommandOutput,
117
+ } from "../commands/StopApplicationCommand";
118
+ import {
119
+ TagResourceCommandInput,
120
+ TagResourceCommandOutput,
121
+ } from "../commands/TagResourceCommand";
122
+ import {
123
+ UntagResourceCommandInput,
124
+ UntagResourceCommandOutput,
125
+ } from "../commands/UntagResourceCommand";
126
+ import {
127
+ UpdateApplicationCommandInput,
128
+ UpdateApplicationCommandOutput,
129
+ } from "../commands/UpdateApplicationCommand";
130
+ import {
131
+ UpdateEnvironmentCommandInput,
132
+ UpdateEnvironmentCommandOutput,
133
+ } from "../commands/UpdateEnvironmentCommand";
134
+ export declare const serializeAws_restJson1CancelBatchJobExecutionCommand: (
135
+ input: CancelBatchJobExecutionCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1CreateApplicationCommand: (
139
+ input: CreateApplicationCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1CreateDataSetImportTaskCommand: (
143
+ input: CreateDataSetImportTaskCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1CreateDeploymentCommand: (
147
+ input: CreateDeploymentCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1CreateEnvironmentCommand: (
151
+ input: CreateEnvironmentCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1DeleteApplicationCommand: (
155
+ input: DeleteApplicationCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1DeleteApplicationFromEnvironmentCommand: (
159
+ input: DeleteApplicationFromEnvironmentCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1DeleteEnvironmentCommand: (
163
+ input: DeleteEnvironmentCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1GetApplicationCommand: (
167
+ input: GetApplicationCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1GetApplicationVersionCommand: (
171
+ input: GetApplicationVersionCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1GetBatchJobExecutionCommand: (
175
+ input: GetBatchJobExecutionCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1GetDataSetDetailsCommand: (
179
+ input: GetDataSetDetailsCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1GetDataSetImportTaskCommand: (
183
+ input: GetDataSetImportTaskCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1GetDeploymentCommand: (
187
+ input: GetDeploymentCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1GetEnvironmentCommand: (
191
+ input: GetEnvironmentCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1ListApplicationsCommand: (
195
+ input: ListApplicationsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1ListApplicationVersionsCommand: (
199
+ input: ListApplicationVersionsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListBatchJobDefinitionsCommand: (
203
+ input: ListBatchJobDefinitionsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1ListBatchJobExecutionsCommand: (
207
+ input: ListBatchJobExecutionsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1ListDataSetImportHistoryCommand: (
211
+ input: ListDataSetImportHistoryCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListDataSetsCommand: (
215
+ input: ListDataSetsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListDeploymentsCommand: (
219
+ input: ListDeploymentsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1ListEngineVersionsCommand: (
223
+ input: ListEngineVersionsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1ListEnvironmentsCommand: (
227
+ input: ListEnvironmentsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
231
+ input: ListTagsForResourceCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1StartApplicationCommand: (
235
+ input: StartApplicationCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1StartBatchJobCommand: (
239
+ input: StartBatchJobCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1StopApplicationCommand: (
243
+ input: StopApplicationCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1TagResourceCommand: (
247
+ input: TagResourceCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1UntagResourceCommand: (
251
+ input: UntagResourceCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1UpdateApplicationCommand: (
255
+ input: UpdateApplicationCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1UpdateEnvironmentCommand: (
259
+ input: UpdateEnvironmentCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const deserializeAws_restJson1CancelBatchJobExecutionCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<CancelBatchJobExecutionCommandOutput>;
266
+ export declare const deserializeAws_restJson1CreateApplicationCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<CreateApplicationCommandOutput>;
270
+ export declare const deserializeAws_restJson1CreateDataSetImportTaskCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<CreateDataSetImportTaskCommandOutput>;
274
+ export declare const deserializeAws_restJson1CreateDeploymentCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<CreateDeploymentCommandOutput>;
278
+ export declare const deserializeAws_restJson1CreateEnvironmentCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<CreateEnvironmentCommandOutput>;
282
+ export declare const deserializeAws_restJson1DeleteApplicationCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<DeleteApplicationCommandOutput>;
286
+ export declare const deserializeAws_restJson1DeleteApplicationFromEnvironmentCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DeleteApplicationFromEnvironmentCommandOutput>;
290
+ export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DeleteEnvironmentCommandOutput>;
294
+ export declare const deserializeAws_restJson1GetApplicationCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<GetApplicationCommandOutput>;
298
+ export declare const deserializeAws_restJson1GetApplicationVersionCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<GetApplicationVersionCommandOutput>;
302
+ export declare const deserializeAws_restJson1GetBatchJobExecutionCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<GetBatchJobExecutionCommandOutput>;
306
+ export declare const deserializeAws_restJson1GetDataSetDetailsCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<GetDataSetDetailsCommandOutput>;
310
+ export declare const deserializeAws_restJson1GetDataSetImportTaskCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<GetDataSetImportTaskCommandOutput>;
314
+ export declare const deserializeAws_restJson1GetDeploymentCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<GetDeploymentCommandOutput>;
318
+ export declare const deserializeAws_restJson1GetEnvironmentCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<GetEnvironmentCommandOutput>;
322
+ export declare const deserializeAws_restJson1ListApplicationsCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<ListApplicationsCommandOutput>;
326
+ export declare const deserializeAws_restJson1ListApplicationVersionsCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<ListApplicationVersionsCommandOutput>;
330
+ export declare const deserializeAws_restJson1ListBatchJobDefinitionsCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<ListBatchJobDefinitionsCommandOutput>;
334
+ export declare const deserializeAws_restJson1ListBatchJobExecutionsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListBatchJobExecutionsCommandOutput>;
338
+ export declare const deserializeAws_restJson1ListDataSetImportHistoryCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListDataSetImportHistoryCommandOutput>;
342
+ export declare const deserializeAws_restJson1ListDataSetsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListDataSetsCommandOutput>;
346
+ export declare const deserializeAws_restJson1ListDeploymentsCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<ListDeploymentsCommandOutput>;
350
+ export declare const deserializeAws_restJson1ListEngineVersionsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<ListEngineVersionsCommandOutput>;
354
+ export declare const deserializeAws_restJson1ListEnvironmentsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<ListEnvironmentsCommandOutput>;
358
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<ListTagsForResourceCommandOutput>;
362
+ export declare const deserializeAws_restJson1StartApplicationCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<StartApplicationCommandOutput>;
366
+ export declare const deserializeAws_restJson1StartBatchJobCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<StartBatchJobCommandOutput>;
370
+ export declare const deserializeAws_restJson1StopApplicationCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<StopApplicationCommandOutput>;
374
+ export declare const deserializeAws_restJson1TagResourceCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<TagResourceCommandOutput>;
378
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<UntagResourceCommandOutput>;
382
+ export declare const deserializeAws_restJson1UpdateApplicationCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<UpdateApplicationCommandOutput>;
386
+ export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<UpdateEnvironmentCommandOutput>;
@@ -1,38 +1,65 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { M2ClientConfig } from "./M2Client";
3
-
4
- export declare const getRuntimeConfig: (config: M2ClientConfig) => {
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 { M2ClientConfig } from "./M2Client";
3
+ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@aws-sdk/types").Provider<
6
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: (
12
+ input: any
13
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
14
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
+ import("@aws-sdk/types").UserAgent
16
+ >;
17
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
18
+ region: string | import("@aws-sdk/types").Provider<any>;
19
+ requestHandler:
20
+ | (import("@aws-sdk/types").RequestHandler<
21
+ any,
22
+ any,
23
+ import("@aws-sdk/types").HttpHandlerOptions
24
+ > &
25
+ import("@aws-sdk/protocol-http").HttpHandler)
26
+ | RequestHandler;
27
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
28
+ sha256: import("@aws-sdk/types").HashConstructor;
29
+ streamCollector: import("@aws-sdk/types").StreamCollector;
30
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ utf8Decoder: import("@aws-sdk/types").Decoder;
33
+ utf8Encoder: import("@aws-sdk/types").Encoder;
34
+ apiVersion: string;
35
+ urlParser: import("@aws-sdk/types").UrlParser;
36
+ disableHostPrefix: boolean;
37
+ logger: import("@aws-sdk/types").Logger;
38
+ serviceId: string;
39
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
+ endpoint?:
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | undefined;
45
+ tls?: boolean | undefined;
46
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
+ credentials?:
48
+ | import("@aws-sdk/types").Credentials
49
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
50
+ | undefined;
51
+ signer?:
52
+ | import("@aws-sdk/types").RequestSigner
53
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | undefined;
55
+ signingEscapePath?: boolean | undefined;
56
+ systemClockOffset?: number | undefined;
57
+ signingRegion?: string | undefined;
58
+ signerConstructor?:
59
+ | (new (
60
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
61
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
62
+ ) => import("@aws-sdk/types").RequestSigner)
63
+ | undefined;
64
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
65
+ };