@aws-sdk/client-codedeploy 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeDeploy.d.ts +821 -240
- package/dist-types/ts3.4/CodeDeployClient.d.ts +386 -120
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2234 -2482
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,143 +1,569 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
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
|
+
AddTagsToOnPremisesInstancesCommandInput,
|
|
8
|
+
AddTagsToOnPremisesInstancesCommandOutput,
|
|
9
|
+
} from "../commands/AddTagsToOnPremisesInstancesCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchGetApplicationRevisionsCommandInput,
|
|
12
|
+
BatchGetApplicationRevisionsCommandOutput,
|
|
13
|
+
} from "../commands/BatchGetApplicationRevisionsCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetApplicationsCommandInput,
|
|
16
|
+
BatchGetApplicationsCommandOutput,
|
|
17
|
+
} from "../commands/BatchGetApplicationsCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchGetDeploymentGroupsCommandInput,
|
|
20
|
+
BatchGetDeploymentGroupsCommandOutput,
|
|
21
|
+
} from "../commands/BatchGetDeploymentGroupsCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetDeploymentInstancesCommandInput,
|
|
24
|
+
BatchGetDeploymentInstancesCommandOutput,
|
|
25
|
+
} from "../commands/BatchGetDeploymentInstancesCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetDeploymentsCommandInput,
|
|
28
|
+
BatchGetDeploymentsCommandOutput,
|
|
29
|
+
} from "../commands/BatchGetDeploymentsCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchGetDeploymentTargetsCommandInput,
|
|
32
|
+
BatchGetDeploymentTargetsCommandOutput,
|
|
33
|
+
} from "../commands/BatchGetDeploymentTargetsCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchGetOnPremisesInstancesCommandInput,
|
|
36
|
+
BatchGetOnPremisesInstancesCommandOutput,
|
|
37
|
+
} from "../commands/BatchGetOnPremisesInstancesCommand";
|
|
38
|
+
import {
|
|
39
|
+
ContinueDeploymentCommandInput,
|
|
40
|
+
ContinueDeploymentCommandOutput,
|
|
41
|
+
} from "../commands/ContinueDeploymentCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateApplicationCommandInput,
|
|
44
|
+
CreateApplicationCommandOutput,
|
|
45
|
+
} from "../commands/CreateApplicationCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateDeploymentCommandInput,
|
|
48
|
+
CreateDeploymentCommandOutput,
|
|
49
|
+
} from "../commands/CreateDeploymentCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateDeploymentConfigCommandInput,
|
|
52
|
+
CreateDeploymentConfigCommandOutput,
|
|
53
|
+
} from "../commands/CreateDeploymentConfigCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateDeploymentGroupCommandInput,
|
|
56
|
+
CreateDeploymentGroupCommandOutput,
|
|
57
|
+
} from "../commands/CreateDeploymentGroupCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteApplicationCommandInput,
|
|
60
|
+
DeleteApplicationCommandOutput,
|
|
61
|
+
} from "../commands/DeleteApplicationCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteDeploymentConfigCommandInput,
|
|
64
|
+
DeleteDeploymentConfigCommandOutput,
|
|
65
|
+
} from "../commands/DeleteDeploymentConfigCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteDeploymentGroupCommandInput,
|
|
68
|
+
DeleteDeploymentGroupCommandOutput,
|
|
69
|
+
} from "../commands/DeleteDeploymentGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteGitHubAccountTokenCommandInput,
|
|
72
|
+
DeleteGitHubAccountTokenCommandOutput,
|
|
73
|
+
} from "../commands/DeleteGitHubAccountTokenCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteResourcesByExternalIdCommandInput,
|
|
76
|
+
DeleteResourcesByExternalIdCommandOutput,
|
|
77
|
+
} from "../commands/DeleteResourcesByExternalIdCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeregisterOnPremisesInstanceCommandInput,
|
|
80
|
+
DeregisterOnPremisesInstanceCommandOutput,
|
|
81
|
+
} from "../commands/DeregisterOnPremisesInstanceCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetApplicationCommandInput,
|
|
84
|
+
GetApplicationCommandOutput,
|
|
85
|
+
} from "../commands/GetApplicationCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetApplicationRevisionCommandInput,
|
|
88
|
+
GetApplicationRevisionCommandOutput,
|
|
89
|
+
} from "../commands/GetApplicationRevisionCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetDeploymentCommandInput,
|
|
92
|
+
GetDeploymentCommandOutput,
|
|
93
|
+
} from "../commands/GetDeploymentCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetDeploymentConfigCommandInput,
|
|
96
|
+
GetDeploymentConfigCommandOutput,
|
|
97
|
+
} from "../commands/GetDeploymentConfigCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetDeploymentGroupCommandInput,
|
|
100
|
+
GetDeploymentGroupCommandOutput,
|
|
101
|
+
} from "../commands/GetDeploymentGroupCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetDeploymentInstanceCommandInput,
|
|
104
|
+
GetDeploymentInstanceCommandOutput,
|
|
105
|
+
} from "../commands/GetDeploymentInstanceCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetDeploymentTargetCommandInput,
|
|
108
|
+
GetDeploymentTargetCommandOutput,
|
|
109
|
+
} from "../commands/GetDeploymentTargetCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetOnPremisesInstanceCommandInput,
|
|
112
|
+
GetOnPremisesInstanceCommandOutput,
|
|
113
|
+
} from "../commands/GetOnPremisesInstanceCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListApplicationRevisionsCommandInput,
|
|
116
|
+
ListApplicationRevisionsCommandOutput,
|
|
117
|
+
} from "../commands/ListApplicationRevisionsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListApplicationsCommandInput,
|
|
120
|
+
ListApplicationsCommandOutput,
|
|
121
|
+
} from "../commands/ListApplicationsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListDeploymentConfigsCommandInput,
|
|
124
|
+
ListDeploymentConfigsCommandOutput,
|
|
125
|
+
} from "../commands/ListDeploymentConfigsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListDeploymentGroupsCommandInput,
|
|
128
|
+
ListDeploymentGroupsCommandOutput,
|
|
129
|
+
} from "../commands/ListDeploymentGroupsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListDeploymentInstancesCommandInput,
|
|
132
|
+
ListDeploymentInstancesCommandOutput,
|
|
133
|
+
} from "../commands/ListDeploymentInstancesCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListDeploymentsCommandInput,
|
|
136
|
+
ListDeploymentsCommandOutput,
|
|
137
|
+
} from "../commands/ListDeploymentsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListDeploymentTargetsCommandInput,
|
|
140
|
+
ListDeploymentTargetsCommandOutput,
|
|
141
|
+
} from "../commands/ListDeploymentTargetsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListGitHubAccountTokenNamesCommandInput,
|
|
144
|
+
ListGitHubAccountTokenNamesCommandOutput,
|
|
145
|
+
} from "../commands/ListGitHubAccountTokenNamesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListOnPremisesInstancesCommandInput,
|
|
148
|
+
ListOnPremisesInstancesCommandOutput,
|
|
149
|
+
} from "../commands/ListOnPremisesInstancesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListTagsForResourceCommandInput,
|
|
152
|
+
ListTagsForResourceCommandOutput,
|
|
153
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
154
|
+
import {
|
|
155
|
+
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
156
|
+
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
157
|
+
} from "../commands/PutLifecycleEventHookExecutionStatusCommand";
|
|
158
|
+
import {
|
|
159
|
+
RegisterApplicationRevisionCommandInput,
|
|
160
|
+
RegisterApplicationRevisionCommandOutput,
|
|
161
|
+
} from "../commands/RegisterApplicationRevisionCommand";
|
|
162
|
+
import {
|
|
163
|
+
RegisterOnPremisesInstanceCommandInput,
|
|
164
|
+
RegisterOnPremisesInstanceCommandOutput,
|
|
165
|
+
} from "../commands/RegisterOnPremisesInstanceCommand";
|
|
166
|
+
import {
|
|
167
|
+
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
168
|
+
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
169
|
+
} from "../commands/RemoveTagsFromOnPremisesInstancesCommand";
|
|
170
|
+
import {
|
|
171
|
+
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
172
|
+
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
173
|
+
} from "../commands/SkipWaitTimeForInstanceTerminationCommand";
|
|
174
|
+
import {
|
|
175
|
+
StopDeploymentCommandInput,
|
|
176
|
+
StopDeploymentCommandOutput,
|
|
177
|
+
} from "../commands/StopDeploymentCommand";
|
|
178
|
+
import {
|
|
179
|
+
TagResourceCommandInput,
|
|
180
|
+
TagResourceCommandOutput,
|
|
181
|
+
} from "../commands/TagResourceCommand";
|
|
182
|
+
import {
|
|
183
|
+
UntagResourceCommandInput,
|
|
184
|
+
UntagResourceCommandOutput,
|
|
185
|
+
} from "../commands/UntagResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateApplicationCommandInput,
|
|
188
|
+
UpdateApplicationCommandOutput,
|
|
189
|
+
} from "../commands/UpdateApplicationCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateDeploymentGroupCommandInput,
|
|
192
|
+
UpdateDeploymentGroupCommandOutput,
|
|
193
|
+
} from "../commands/UpdateDeploymentGroupCommand";
|
|
194
|
+
export declare const serializeAws_json1_1AddTagsToOnPremisesInstancesCommand: (
|
|
195
|
+
input: AddTagsToOnPremisesInstancesCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1BatchGetApplicationRevisionsCommand: (
|
|
199
|
+
input: BatchGetApplicationRevisionsCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1BatchGetApplicationsCommand: (
|
|
203
|
+
input: BatchGetApplicationsCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1BatchGetDeploymentGroupsCommand: (
|
|
207
|
+
input: BatchGetDeploymentGroupsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1BatchGetDeploymentInstancesCommand: (
|
|
211
|
+
input: BatchGetDeploymentInstancesCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1BatchGetDeploymentsCommand: (
|
|
215
|
+
input: BatchGetDeploymentsCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1BatchGetDeploymentTargetsCommand: (
|
|
219
|
+
input: BatchGetDeploymentTargetsCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1BatchGetOnPremisesInstancesCommand: (
|
|
223
|
+
input: BatchGetOnPremisesInstancesCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1ContinueDeploymentCommand: (
|
|
227
|
+
input: ContinueDeploymentCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1CreateApplicationCommand: (
|
|
231
|
+
input: CreateApplicationCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1CreateDeploymentCommand: (
|
|
235
|
+
input: CreateDeploymentCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1CreateDeploymentConfigCommand: (
|
|
239
|
+
input: CreateDeploymentConfigCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1CreateDeploymentGroupCommand: (
|
|
243
|
+
input: CreateDeploymentGroupCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1DeleteApplicationCommand: (
|
|
247
|
+
input: DeleteApplicationCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1DeleteDeploymentConfigCommand: (
|
|
251
|
+
input: DeleteDeploymentConfigCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1DeleteDeploymentGroupCommand: (
|
|
255
|
+
input: DeleteDeploymentGroupCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1DeleteGitHubAccountTokenCommand: (
|
|
259
|
+
input: DeleteGitHubAccountTokenCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1DeleteResourcesByExternalIdCommand: (
|
|
263
|
+
input: DeleteResourcesByExternalIdCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1DeregisterOnPremisesInstanceCommand: (
|
|
267
|
+
input: DeregisterOnPremisesInstanceCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1GetApplicationCommand: (
|
|
271
|
+
input: GetApplicationCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1GetApplicationRevisionCommand: (
|
|
275
|
+
input: GetApplicationRevisionCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1GetDeploymentCommand: (
|
|
279
|
+
input: GetDeploymentCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1GetDeploymentConfigCommand: (
|
|
283
|
+
input: GetDeploymentConfigCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1GetDeploymentGroupCommand: (
|
|
287
|
+
input: GetDeploymentGroupCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1GetDeploymentInstanceCommand: (
|
|
291
|
+
input: GetDeploymentInstanceCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1GetDeploymentTargetCommand: (
|
|
295
|
+
input: GetDeploymentTargetCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1GetOnPremisesInstanceCommand: (
|
|
299
|
+
input: GetOnPremisesInstanceCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1ListApplicationRevisionsCommand: (
|
|
303
|
+
input: ListApplicationRevisionsCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1ListApplicationsCommand: (
|
|
307
|
+
input: ListApplicationsCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1ListDeploymentConfigsCommand: (
|
|
311
|
+
input: ListDeploymentConfigsCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1ListDeploymentGroupsCommand: (
|
|
315
|
+
input: ListDeploymentGroupsCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1ListDeploymentInstancesCommand: (
|
|
319
|
+
input: ListDeploymentInstancesCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1ListDeploymentsCommand: (
|
|
323
|
+
input: ListDeploymentsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1ListDeploymentTargetsCommand: (
|
|
327
|
+
input: ListDeploymentTargetsCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1ListGitHubAccountTokenNamesCommand: (
|
|
331
|
+
input: ListGitHubAccountTokenNamesCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1ListOnPremisesInstancesCommand: (
|
|
335
|
+
input: ListOnPremisesInstancesCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
339
|
+
input: ListTagsForResourceCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand: (
|
|
343
|
+
input: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1RegisterApplicationRevisionCommand: (
|
|
347
|
+
input: RegisterApplicationRevisionCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1RegisterOnPremisesInstanceCommand: (
|
|
351
|
+
input: RegisterOnPremisesInstanceCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand: (
|
|
355
|
+
input: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand: (
|
|
359
|
+
input: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1StopDeploymentCommand: (
|
|
363
|
+
input: StopDeploymentCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
367
|
+
input: TagResourceCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
371
|
+
input: UntagResourceCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1UpdateApplicationCommand: (
|
|
375
|
+
input: UpdateApplicationCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1UpdateDeploymentGroupCommand: (
|
|
379
|
+
input: UpdateDeploymentGroupCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const deserializeAws_json1_1AddTagsToOnPremisesInstancesCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<AddTagsToOnPremisesInstancesCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1BatchGetApplicationRevisionsCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<BatchGetApplicationRevisionsCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1BatchGetApplicationsCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<BatchGetApplicationsCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1BatchGetDeploymentGroupsCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<BatchGetDeploymentGroupsCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1BatchGetDeploymentInstancesCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<BatchGetDeploymentInstancesCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1BatchGetDeploymentsCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<BatchGetDeploymentsCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1BatchGetDeploymentTargetsCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<BatchGetDeploymentTargetsCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1BatchGetOnPremisesInstancesCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<BatchGetOnPremisesInstancesCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1ContinueDeploymentCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<ContinueDeploymentCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1CreateApplicationCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<CreateApplicationCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1CreateDeploymentCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<CreateDeploymentCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1CreateDeploymentConfigCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<CreateDeploymentConfigCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1CreateDeploymentGroupCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<CreateDeploymentGroupCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1DeleteApplicationCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<DeleteApplicationCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1DeleteDeploymentConfigCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<DeleteDeploymentConfigCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1DeleteDeploymentGroupCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DeleteDeploymentGroupCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1DeleteGitHubAccountTokenCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DeleteGitHubAccountTokenCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1DeleteResourcesByExternalIdCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<DeleteResourcesByExternalIdCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1DeregisterOnPremisesInstanceCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DeregisterOnPremisesInstanceCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1GetApplicationCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<GetApplicationCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1GetApplicationRevisionCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<GetApplicationRevisionCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1GetDeploymentCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<GetDeploymentCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1GetDeploymentConfigCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<GetDeploymentConfigCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1GetDeploymentGroupCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<GetDeploymentGroupCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1GetDeploymentInstanceCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<GetDeploymentInstanceCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1GetDeploymentTargetCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<GetDeploymentTargetCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1GetOnPremisesInstanceCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<GetOnPremisesInstanceCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1ListApplicationRevisionsCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<ListApplicationRevisionsCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1ListApplicationsCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<ListApplicationsCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1ListDeploymentConfigsCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<ListDeploymentConfigsCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1ListDeploymentGroupsCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<ListDeploymentGroupsCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1ListDeploymentInstancesCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ListDeploymentInstancesCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1ListDeploymentsCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ListDeploymentsCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1ListDeploymentTargetsCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ListDeploymentTargetsCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1ListGitHubAccountTokenNamesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListGitHubAccountTokenNamesCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1ListOnPremisesInstancesCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListOnPremisesInstancesCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1RegisterApplicationRevisionCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<RegisterApplicationRevisionCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1RegisterOnPremisesInstanceCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<RegisterOnPremisesInstanceCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1StopDeploymentCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<StopDeploymentCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<TagResourceCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1UpdateApplicationCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<UpdateApplicationCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1UpdateDeploymentGroupCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<UpdateDeploymentGroupCommandOutput>;
|