@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,240 +1,821 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CodeDeployClient } from "./CodeDeployClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
import {
|
|
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
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CodeDeployClient } from "./CodeDeployClient";
|
|
3
|
+
import {
|
|
4
|
+
AddTagsToOnPremisesInstancesCommandInput,
|
|
5
|
+
AddTagsToOnPremisesInstancesCommandOutput,
|
|
6
|
+
} from "./commands/AddTagsToOnPremisesInstancesCommand";
|
|
7
|
+
import {
|
|
8
|
+
BatchGetApplicationRevisionsCommandInput,
|
|
9
|
+
BatchGetApplicationRevisionsCommandOutput,
|
|
10
|
+
} from "./commands/BatchGetApplicationRevisionsCommand";
|
|
11
|
+
import {
|
|
12
|
+
BatchGetApplicationsCommandInput,
|
|
13
|
+
BatchGetApplicationsCommandOutput,
|
|
14
|
+
} from "./commands/BatchGetApplicationsCommand";
|
|
15
|
+
import {
|
|
16
|
+
BatchGetDeploymentGroupsCommandInput,
|
|
17
|
+
BatchGetDeploymentGroupsCommandOutput,
|
|
18
|
+
} from "./commands/BatchGetDeploymentGroupsCommand";
|
|
19
|
+
import {
|
|
20
|
+
BatchGetDeploymentInstancesCommandInput,
|
|
21
|
+
BatchGetDeploymentInstancesCommandOutput,
|
|
22
|
+
} from "./commands/BatchGetDeploymentInstancesCommand";
|
|
23
|
+
import {
|
|
24
|
+
BatchGetDeploymentsCommandInput,
|
|
25
|
+
BatchGetDeploymentsCommandOutput,
|
|
26
|
+
} from "./commands/BatchGetDeploymentsCommand";
|
|
27
|
+
import {
|
|
28
|
+
BatchGetDeploymentTargetsCommandInput,
|
|
29
|
+
BatchGetDeploymentTargetsCommandOutput,
|
|
30
|
+
} from "./commands/BatchGetDeploymentTargetsCommand";
|
|
31
|
+
import {
|
|
32
|
+
BatchGetOnPremisesInstancesCommandInput,
|
|
33
|
+
BatchGetOnPremisesInstancesCommandOutput,
|
|
34
|
+
} from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
35
|
+
import {
|
|
36
|
+
ContinueDeploymentCommandInput,
|
|
37
|
+
ContinueDeploymentCommandOutput,
|
|
38
|
+
} from "./commands/ContinueDeploymentCommand";
|
|
39
|
+
import {
|
|
40
|
+
CreateApplicationCommandInput,
|
|
41
|
+
CreateApplicationCommandOutput,
|
|
42
|
+
} from "./commands/CreateApplicationCommand";
|
|
43
|
+
import {
|
|
44
|
+
CreateDeploymentCommandInput,
|
|
45
|
+
CreateDeploymentCommandOutput,
|
|
46
|
+
} from "./commands/CreateDeploymentCommand";
|
|
47
|
+
import {
|
|
48
|
+
CreateDeploymentConfigCommandInput,
|
|
49
|
+
CreateDeploymentConfigCommandOutput,
|
|
50
|
+
} from "./commands/CreateDeploymentConfigCommand";
|
|
51
|
+
import {
|
|
52
|
+
CreateDeploymentGroupCommandInput,
|
|
53
|
+
CreateDeploymentGroupCommandOutput,
|
|
54
|
+
} from "./commands/CreateDeploymentGroupCommand";
|
|
55
|
+
import {
|
|
56
|
+
DeleteApplicationCommandInput,
|
|
57
|
+
DeleteApplicationCommandOutput,
|
|
58
|
+
} from "./commands/DeleteApplicationCommand";
|
|
59
|
+
import {
|
|
60
|
+
DeleteDeploymentConfigCommandInput,
|
|
61
|
+
DeleteDeploymentConfigCommandOutput,
|
|
62
|
+
} from "./commands/DeleteDeploymentConfigCommand";
|
|
63
|
+
import {
|
|
64
|
+
DeleteDeploymentGroupCommandInput,
|
|
65
|
+
DeleteDeploymentGroupCommandOutput,
|
|
66
|
+
} from "./commands/DeleteDeploymentGroupCommand";
|
|
67
|
+
import {
|
|
68
|
+
DeleteGitHubAccountTokenCommandInput,
|
|
69
|
+
DeleteGitHubAccountTokenCommandOutput,
|
|
70
|
+
} from "./commands/DeleteGitHubAccountTokenCommand";
|
|
71
|
+
import {
|
|
72
|
+
DeleteResourcesByExternalIdCommandInput,
|
|
73
|
+
DeleteResourcesByExternalIdCommandOutput,
|
|
74
|
+
} from "./commands/DeleteResourcesByExternalIdCommand";
|
|
75
|
+
import {
|
|
76
|
+
DeregisterOnPremisesInstanceCommandInput,
|
|
77
|
+
DeregisterOnPremisesInstanceCommandOutput,
|
|
78
|
+
} from "./commands/DeregisterOnPremisesInstanceCommand";
|
|
79
|
+
import {
|
|
80
|
+
GetApplicationCommandInput,
|
|
81
|
+
GetApplicationCommandOutput,
|
|
82
|
+
} from "./commands/GetApplicationCommand";
|
|
83
|
+
import {
|
|
84
|
+
GetApplicationRevisionCommandInput,
|
|
85
|
+
GetApplicationRevisionCommandOutput,
|
|
86
|
+
} from "./commands/GetApplicationRevisionCommand";
|
|
87
|
+
import {
|
|
88
|
+
GetDeploymentCommandInput,
|
|
89
|
+
GetDeploymentCommandOutput,
|
|
90
|
+
} from "./commands/GetDeploymentCommand";
|
|
91
|
+
import {
|
|
92
|
+
GetDeploymentConfigCommandInput,
|
|
93
|
+
GetDeploymentConfigCommandOutput,
|
|
94
|
+
} from "./commands/GetDeploymentConfigCommand";
|
|
95
|
+
import {
|
|
96
|
+
GetDeploymentGroupCommandInput,
|
|
97
|
+
GetDeploymentGroupCommandOutput,
|
|
98
|
+
} from "./commands/GetDeploymentGroupCommand";
|
|
99
|
+
import {
|
|
100
|
+
GetDeploymentInstanceCommandInput,
|
|
101
|
+
GetDeploymentInstanceCommandOutput,
|
|
102
|
+
} from "./commands/GetDeploymentInstanceCommand";
|
|
103
|
+
import {
|
|
104
|
+
GetDeploymentTargetCommandInput,
|
|
105
|
+
GetDeploymentTargetCommandOutput,
|
|
106
|
+
} from "./commands/GetDeploymentTargetCommand";
|
|
107
|
+
import {
|
|
108
|
+
GetOnPremisesInstanceCommandInput,
|
|
109
|
+
GetOnPremisesInstanceCommandOutput,
|
|
110
|
+
} from "./commands/GetOnPremisesInstanceCommand";
|
|
111
|
+
import {
|
|
112
|
+
ListApplicationRevisionsCommandInput,
|
|
113
|
+
ListApplicationRevisionsCommandOutput,
|
|
114
|
+
} from "./commands/ListApplicationRevisionsCommand";
|
|
115
|
+
import {
|
|
116
|
+
ListApplicationsCommandInput,
|
|
117
|
+
ListApplicationsCommandOutput,
|
|
118
|
+
} from "./commands/ListApplicationsCommand";
|
|
119
|
+
import {
|
|
120
|
+
ListDeploymentConfigsCommandInput,
|
|
121
|
+
ListDeploymentConfigsCommandOutput,
|
|
122
|
+
} from "./commands/ListDeploymentConfigsCommand";
|
|
123
|
+
import {
|
|
124
|
+
ListDeploymentGroupsCommandInput,
|
|
125
|
+
ListDeploymentGroupsCommandOutput,
|
|
126
|
+
} from "./commands/ListDeploymentGroupsCommand";
|
|
127
|
+
import {
|
|
128
|
+
ListDeploymentInstancesCommandInput,
|
|
129
|
+
ListDeploymentInstancesCommandOutput,
|
|
130
|
+
} from "./commands/ListDeploymentInstancesCommand";
|
|
131
|
+
import {
|
|
132
|
+
ListDeploymentsCommandInput,
|
|
133
|
+
ListDeploymentsCommandOutput,
|
|
134
|
+
} from "./commands/ListDeploymentsCommand";
|
|
135
|
+
import {
|
|
136
|
+
ListDeploymentTargetsCommandInput,
|
|
137
|
+
ListDeploymentTargetsCommandOutput,
|
|
138
|
+
} from "./commands/ListDeploymentTargetsCommand";
|
|
139
|
+
import {
|
|
140
|
+
ListGitHubAccountTokenNamesCommandInput,
|
|
141
|
+
ListGitHubAccountTokenNamesCommandOutput,
|
|
142
|
+
} from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
143
|
+
import {
|
|
144
|
+
ListOnPremisesInstancesCommandInput,
|
|
145
|
+
ListOnPremisesInstancesCommandOutput,
|
|
146
|
+
} from "./commands/ListOnPremisesInstancesCommand";
|
|
147
|
+
import {
|
|
148
|
+
ListTagsForResourceCommandInput,
|
|
149
|
+
ListTagsForResourceCommandOutput,
|
|
150
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
151
|
+
import {
|
|
152
|
+
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
153
|
+
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
154
|
+
} from "./commands/PutLifecycleEventHookExecutionStatusCommand";
|
|
155
|
+
import {
|
|
156
|
+
RegisterApplicationRevisionCommandInput,
|
|
157
|
+
RegisterApplicationRevisionCommandOutput,
|
|
158
|
+
} from "./commands/RegisterApplicationRevisionCommand";
|
|
159
|
+
import {
|
|
160
|
+
RegisterOnPremisesInstanceCommandInput,
|
|
161
|
+
RegisterOnPremisesInstanceCommandOutput,
|
|
162
|
+
} from "./commands/RegisterOnPremisesInstanceCommand";
|
|
163
|
+
import {
|
|
164
|
+
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
165
|
+
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
166
|
+
} from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
|
|
167
|
+
import {
|
|
168
|
+
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
169
|
+
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
170
|
+
} from "./commands/SkipWaitTimeForInstanceTerminationCommand";
|
|
171
|
+
import {
|
|
172
|
+
StopDeploymentCommandInput,
|
|
173
|
+
StopDeploymentCommandOutput,
|
|
174
|
+
} from "./commands/StopDeploymentCommand";
|
|
175
|
+
import {
|
|
176
|
+
TagResourceCommandInput,
|
|
177
|
+
TagResourceCommandOutput,
|
|
178
|
+
} from "./commands/TagResourceCommand";
|
|
179
|
+
import {
|
|
180
|
+
UntagResourceCommandInput,
|
|
181
|
+
UntagResourceCommandOutput,
|
|
182
|
+
} from "./commands/UntagResourceCommand";
|
|
183
|
+
import {
|
|
184
|
+
UpdateApplicationCommandInput,
|
|
185
|
+
UpdateApplicationCommandOutput,
|
|
186
|
+
} from "./commands/UpdateApplicationCommand";
|
|
187
|
+
import {
|
|
188
|
+
UpdateDeploymentGroupCommandInput,
|
|
189
|
+
UpdateDeploymentGroupCommandOutput,
|
|
190
|
+
} from "./commands/UpdateDeploymentGroupCommand";
|
|
191
|
+
export declare class CodeDeploy extends CodeDeployClient {
|
|
192
|
+
addTagsToOnPremisesInstances(
|
|
193
|
+
args: AddTagsToOnPremisesInstancesCommandInput,
|
|
194
|
+
options?: __HttpHandlerOptions
|
|
195
|
+
): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
|
|
196
|
+
addTagsToOnPremisesInstances(
|
|
197
|
+
args: AddTagsToOnPremisesInstancesCommandInput,
|
|
198
|
+
cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
addTagsToOnPremisesInstances(
|
|
201
|
+
args: AddTagsToOnPremisesInstancesCommandInput,
|
|
202
|
+
options: __HttpHandlerOptions,
|
|
203
|
+
cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
|
|
204
|
+
): void;
|
|
205
|
+
batchGetApplicationRevisions(
|
|
206
|
+
args: BatchGetApplicationRevisionsCommandInput,
|
|
207
|
+
options?: __HttpHandlerOptions
|
|
208
|
+
): Promise<BatchGetApplicationRevisionsCommandOutput>;
|
|
209
|
+
batchGetApplicationRevisions(
|
|
210
|
+
args: BatchGetApplicationRevisionsCommandInput,
|
|
211
|
+
cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
batchGetApplicationRevisions(
|
|
214
|
+
args: BatchGetApplicationRevisionsCommandInput,
|
|
215
|
+
options: __HttpHandlerOptions,
|
|
216
|
+
cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
|
|
217
|
+
): void;
|
|
218
|
+
batchGetApplications(
|
|
219
|
+
args: BatchGetApplicationsCommandInput,
|
|
220
|
+
options?: __HttpHandlerOptions
|
|
221
|
+
): Promise<BatchGetApplicationsCommandOutput>;
|
|
222
|
+
batchGetApplications(
|
|
223
|
+
args: BatchGetApplicationsCommandInput,
|
|
224
|
+
cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
batchGetApplications(
|
|
227
|
+
args: BatchGetApplicationsCommandInput,
|
|
228
|
+
options: __HttpHandlerOptions,
|
|
229
|
+
cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
batchGetDeploymentGroups(
|
|
232
|
+
args: BatchGetDeploymentGroupsCommandInput,
|
|
233
|
+
options?: __HttpHandlerOptions
|
|
234
|
+
): Promise<BatchGetDeploymentGroupsCommandOutput>;
|
|
235
|
+
batchGetDeploymentGroups(
|
|
236
|
+
args: BatchGetDeploymentGroupsCommandInput,
|
|
237
|
+
cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
batchGetDeploymentGroups(
|
|
240
|
+
args: BatchGetDeploymentGroupsCommandInput,
|
|
241
|
+
options: __HttpHandlerOptions,
|
|
242
|
+
cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
|
|
243
|
+
): void;
|
|
244
|
+
batchGetDeploymentInstances(
|
|
245
|
+
args: BatchGetDeploymentInstancesCommandInput,
|
|
246
|
+
options?: __HttpHandlerOptions
|
|
247
|
+
): Promise<BatchGetDeploymentInstancesCommandOutput>;
|
|
248
|
+
batchGetDeploymentInstances(
|
|
249
|
+
args: BatchGetDeploymentInstancesCommandInput,
|
|
250
|
+
cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
|
|
251
|
+
): void;
|
|
252
|
+
batchGetDeploymentInstances(
|
|
253
|
+
args: BatchGetDeploymentInstancesCommandInput,
|
|
254
|
+
options: __HttpHandlerOptions,
|
|
255
|
+
cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
|
|
256
|
+
): void;
|
|
257
|
+
batchGetDeployments(
|
|
258
|
+
args: BatchGetDeploymentsCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<BatchGetDeploymentsCommandOutput>;
|
|
261
|
+
batchGetDeployments(
|
|
262
|
+
args: BatchGetDeploymentsCommandInput,
|
|
263
|
+
cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
batchGetDeployments(
|
|
266
|
+
args: BatchGetDeploymentsCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
batchGetDeploymentTargets(
|
|
271
|
+
args: BatchGetDeploymentTargetsCommandInput,
|
|
272
|
+
options?: __HttpHandlerOptions
|
|
273
|
+
): Promise<BatchGetDeploymentTargetsCommandOutput>;
|
|
274
|
+
batchGetDeploymentTargets(
|
|
275
|
+
args: BatchGetDeploymentTargetsCommandInput,
|
|
276
|
+
cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
batchGetDeploymentTargets(
|
|
279
|
+
args: BatchGetDeploymentTargetsCommandInput,
|
|
280
|
+
options: __HttpHandlerOptions,
|
|
281
|
+
cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
batchGetOnPremisesInstances(
|
|
284
|
+
args: BatchGetOnPremisesInstancesCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<BatchGetOnPremisesInstancesCommandOutput>;
|
|
287
|
+
batchGetOnPremisesInstances(
|
|
288
|
+
args: BatchGetOnPremisesInstancesCommandInput,
|
|
289
|
+
cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
batchGetOnPremisesInstances(
|
|
292
|
+
args: BatchGetOnPremisesInstancesCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
continueDeployment(
|
|
297
|
+
args: ContinueDeploymentCommandInput,
|
|
298
|
+
options?: __HttpHandlerOptions
|
|
299
|
+
): Promise<ContinueDeploymentCommandOutput>;
|
|
300
|
+
continueDeployment(
|
|
301
|
+
args: ContinueDeploymentCommandInput,
|
|
302
|
+
cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
|
|
303
|
+
): void;
|
|
304
|
+
continueDeployment(
|
|
305
|
+
args: ContinueDeploymentCommandInput,
|
|
306
|
+
options: __HttpHandlerOptions,
|
|
307
|
+
cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
|
|
308
|
+
): void;
|
|
309
|
+
createApplication(
|
|
310
|
+
args: CreateApplicationCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
313
|
+
createApplication(
|
|
314
|
+
args: CreateApplicationCommandInput,
|
|
315
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
createApplication(
|
|
318
|
+
args: CreateApplicationCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
321
|
+
): void;
|
|
322
|
+
createDeployment(
|
|
323
|
+
args: CreateDeploymentCommandInput,
|
|
324
|
+
options?: __HttpHandlerOptions
|
|
325
|
+
): Promise<CreateDeploymentCommandOutput>;
|
|
326
|
+
createDeployment(
|
|
327
|
+
args: CreateDeploymentCommandInput,
|
|
328
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
createDeployment(
|
|
331
|
+
args: CreateDeploymentCommandInput,
|
|
332
|
+
options: __HttpHandlerOptions,
|
|
333
|
+
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
334
|
+
): void;
|
|
335
|
+
createDeploymentConfig(
|
|
336
|
+
args: CreateDeploymentConfigCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<CreateDeploymentConfigCommandOutput>;
|
|
339
|
+
createDeploymentConfig(
|
|
340
|
+
args: CreateDeploymentConfigCommandInput,
|
|
341
|
+
cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
createDeploymentConfig(
|
|
344
|
+
args: CreateDeploymentConfigCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
createDeploymentGroup(
|
|
349
|
+
args: CreateDeploymentGroupCommandInput,
|
|
350
|
+
options?: __HttpHandlerOptions
|
|
351
|
+
): Promise<CreateDeploymentGroupCommandOutput>;
|
|
352
|
+
createDeploymentGroup(
|
|
353
|
+
args: CreateDeploymentGroupCommandInput,
|
|
354
|
+
cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
createDeploymentGroup(
|
|
357
|
+
args: CreateDeploymentGroupCommandInput,
|
|
358
|
+
options: __HttpHandlerOptions,
|
|
359
|
+
cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
deleteApplication(
|
|
362
|
+
args: DeleteApplicationCommandInput,
|
|
363
|
+
options?: __HttpHandlerOptions
|
|
364
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
365
|
+
deleteApplication(
|
|
366
|
+
args: DeleteApplicationCommandInput,
|
|
367
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
368
|
+
): void;
|
|
369
|
+
deleteApplication(
|
|
370
|
+
args: DeleteApplicationCommandInput,
|
|
371
|
+
options: __HttpHandlerOptions,
|
|
372
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
373
|
+
): void;
|
|
374
|
+
deleteDeploymentConfig(
|
|
375
|
+
args: DeleteDeploymentConfigCommandInput,
|
|
376
|
+
options?: __HttpHandlerOptions
|
|
377
|
+
): Promise<DeleteDeploymentConfigCommandOutput>;
|
|
378
|
+
deleteDeploymentConfig(
|
|
379
|
+
args: DeleteDeploymentConfigCommandInput,
|
|
380
|
+
cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
deleteDeploymentConfig(
|
|
383
|
+
args: DeleteDeploymentConfigCommandInput,
|
|
384
|
+
options: __HttpHandlerOptions,
|
|
385
|
+
cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
|
|
386
|
+
): void;
|
|
387
|
+
deleteDeploymentGroup(
|
|
388
|
+
args: DeleteDeploymentGroupCommandInput,
|
|
389
|
+
options?: __HttpHandlerOptions
|
|
390
|
+
): Promise<DeleteDeploymentGroupCommandOutput>;
|
|
391
|
+
deleteDeploymentGroup(
|
|
392
|
+
args: DeleteDeploymentGroupCommandInput,
|
|
393
|
+
cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
deleteDeploymentGroup(
|
|
396
|
+
args: DeleteDeploymentGroupCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
|
|
399
|
+
): void;
|
|
400
|
+
deleteGitHubAccountToken(
|
|
401
|
+
args: DeleteGitHubAccountTokenCommandInput,
|
|
402
|
+
options?: __HttpHandlerOptions
|
|
403
|
+
): Promise<DeleteGitHubAccountTokenCommandOutput>;
|
|
404
|
+
deleteGitHubAccountToken(
|
|
405
|
+
args: DeleteGitHubAccountTokenCommandInput,
|
|
406
|
+
cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
|
|
407
|
+
): void;
|
|
408
|
+
deleteGitHubAccountToken(
|
|
409
|
+
args: DeleteGitHubAccountTokenCommandInput,
|
|
410
|
+
options: __HttpHandlerOptions,
|
|
411
|
+
cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
deleteResourcesByExternalId(
|
|
414
|
+
args: DeleteResourcesByExternalIdCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<DeleteResourcesByExternalIdCommandOutput>;
|
|
417
|
+
deleteResourcesByExternalId(
|
|
418
|
+
args: DeleteResourcesByExternalIdCommandInput,
|
|
419
|
+
cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
deleteResourcesByExternalId(
|
|
422
|
+
args: DeleteResourcesByExternalIdCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
deregisterOnPremisesInstance(
|
|
427
|
+
args: DeregisterOnPremisesInstanceCommandInput,
|
|
428
|
+
options?: __HttpHandlerOptions
|
|
429
|
+
): Promise<DeregisterOnPremisesInstanceCommandOutput>;
|
|
430
|
+
deregisterOnPremisesInstance(
|
|
431
|
+
args: DeregisterOnPremisesInstanceCommandInput,
|
|
432
|
+
cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
|
|
433
|
+
): void;
|
|
434
|
+
deregisterOnPremisesInstance(
|
|
435
|
+
args: DeregisterOnPremisesInstanceCommandInput,
|
|
436
|
+
options: __HttpHandlerOptions,
|
|
437
|
+
cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
getApplication(
|
|
440
|
+
args: GetApplicationCommandInput,
|
|
441
|
+
options?: __HttpHandlerOptions
|
|
442
|
+
): Promise<GetApplicationCommandOutput>;
|
|
443
|
+
getApplication(
|
|
444
|
+
args: GetApplicationCommandInput,
|
|
445
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
446
|
+
): void;
|
|
447
|
+
getApplication(
|
|
448
|
+
args: GetApplicationCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
getApplicationRevision(
|
|
453
|
+
args: GetApplicationRevisionCommandInput,
|
|
454
|
+
options?: __HttpHandlerOptions
|
|
455
|
+
): Promise<GetApplicationRevisionCommandOutput>;
|
|
456
|
+
getApplicationRevision(
|
|
457
|
+
args: GetApplicationRevisionCommandInput,
|
|
458
|
+
cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
getApplicationRevision(
|
|
461
|
+
args: GetApplicationRevisionCommandInput,
|
|
462
|
+
options: __HttpHandlerOptions,
|
|
463
|
+
cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
|
|
464
|
+
): void;
|
|
465
|
+
getDeployment(
|
|
466
|
+
args: GetDeploymentCommandInput,
|
|
467
|
+
options?: __HttpHandlerOptions
|
|
468
|
+
): Promise<GetDeploymentCommandOutput>;
|
|
469
|
+
getDeployment(
|
|
470
|
+
args: GetDeploymentCommandInput,
|
|
471
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
472
|
+
): void;
|
|
473
|
+
getDeployment(
|
|
474
|
+
args: GetDeploymentCommandInput,
|
|
475
|
+
options: __HttpHandlerOptions,
|
|
476
|
+
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
477
|
+
): void;
|
|
478
|
+
getDeploymentConfig(
|
|
479
|
+
args: GetDeploymentConfigCommandInput,
|
|
480
|
+
options?: __HttpHandlerOptions
|
|
481
|
+
): Promise<GetDeploymentConfigCommandOutput>;
|
|
482
|
+
getDeploymentConfig(
|
|
483
|
+
args: GetDeploymentConfigCommandInput,
|
|
484
|
+
cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
getDeploymentConfig(
|
|
487
|
+
args: GetDeploymentConfigCommandInput,
|
|
488
|
+
options: __HttpHandlerOptions,
|
|
489
|
+
cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
getDeploymentGroup(
|
|
492
|
+
args: GetDeploymentGroupCommandInput,
|
|
493
|
+
options?: __HttpHandlerOptions
|
|
494
|
+
): Promise<GetDeploymentGroupCommandOutput>;
|
|
495
|
+
getDeploymentGroup(
|
|
496
|
+
args: GetDeploymentGroupCommandInput,
|
|
497
|
+
cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
getDeploymentGroup(
|
|
500
|
+
args: GetDeploymentGroupCommandInput,
|
|
501
|
+
options: __HttpHandlerOptions,
|
|
502
|
+
cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
|
|
503
|
+
): void;
|
|
504
|
+
getDeploymentInstance(
|
|
505
|
+
args: GetDeploymentInstanceCommandInput,
|
|
506
|
+
options?: __HttpHandlerOptions
|
|
507
|
+
): Promise<GetDeploymentInstanceCommandOutput>;
|
|
508
|
+
getDeploymentInstance(
|
|
509
|
+
args: GetDeploymentInstanceCommandInput,
|
|
510
|
+
cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
getDeploymentInstance(
|
|
513
|
+
args: GetDeploymentInstanceCommandInput,
|
|
514
|
+
options: __HttpHandlerOptions,
|
|
515
|
+
cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
|
|
516
|
+
): void;
|
|
517
|
+
getDeploymentTarget(
|
|
518
|
+
args: GetDeploymentTargetCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<GetDeploymentTargetCommandOutput>;
|
|
521
|
+
getDeploymentTarget(
|
|
522
|
+
args: GetDeploymentTargetCommandInput,
|
|
523
|
+
cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
getDeploymentTarget(
|
|
526
|
+
args: GetDeploymentTargetCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
getOnPremisesInstance(
|
|
531
|
+
args: GetOnPremisesInstanceCommandInput,
|
|
532
|
+
options?: __HttpHandlerOptions
|
|
533
|
+
): Promise<GetOnPremisesInstanceCommandOutput>;
|
|
534
|
+
getOnPremisesInstance(
|
|
535
|
+
args: GetOnPremisesInstanceCommandInput,
|
|
536
|
+
cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
getOnPremisesInstance(
|
|
539
|
+
args: GetOnPremisesInstanceCommandInput,
|
|
540
|
+
options: __HttpHandlerOptions,
|
|
541
|
+
cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
|
|
542
|
+
): void;
|
|
543
|
+
listApplicationRevisions(
|
|
544
|
+
args: ListApplicationRevisionsCommandInput,
|
|
545
|
+
options?: __HttpHandlerOptions
|
|
546
|
+
): Promise<ListApplicationRevisionsCommandOutput>;
|
|
547
|
+
listApplicationRevisions(
|
|
548
|
+
args: ListApplicationRevisionsCommandInput,
|
|
549
|
+
cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
|
|
550
|
+
): void;
|
|
551
|
+
listApplicationRevisions(
|
|
552
|
+
args: ListApplicationRevisionsCommandInput,
|
|
553
|
+
options: __HttpHandlerOptions,
|
|
554
|
+
cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
|
|
555
|
+
): void;
|
|
556
|
+
listApplications(
|
|
557
|
+
args: ListApplicationsCommandInput,
|
|
558
|
+
options?: __HttpHandlerOptions
|
|
559
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
560
|
+
listApplications(
|
|
561
|
+
args: ListApplicationsCommandInput,
|
|
562
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
563
|
+
): void;
|
|
564
|
+
listApplications(
|
|
565
|
+
args: ListApplicationsCommandInput,
|
|
566
|
+
options: __HttpHandlerOptions,
|
|
567
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
568
|
+
): void;
|
|
569
|
+
listDeploymentConfigs(
|
|
570
|
+
args: ListDeploymentConfigsCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<ListDeploymentConfigsCommandOutput>;
|
|
573
|
+
listDeploymentConfigs(
|
|
574
|
+
args: ListDeploymentConfigsCommandInput,
|
|
575
|
+
cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
listDeploymentConfigs(
|
|
578
|
+
args: ListDeploymentConfigsCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
listDeploymentGroups(
|
|
583
|
+
args: ListDeploymentGroupsCommandInput,
|
|
584
|
+
options?: __HttpHandlerOptions
|
|
585
|
+
): Promise<ListDeploymentGroupsCommandOutput>;
|
|
586
|
+
listDeploymentGroups(
|
|
587
|
+
args: ListDeploymentGroupsCommandInput,
|
|
588
|
+
cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
listDeploymentGroups(
|
|
591
|
+
args: ListDeploymentGroupsCommandInput,
|
|
592
|
+
options: __HttpHandlerOptions,
|
|
593
|
+
cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
listDeploymentInstances(
|
|
596
|
+
args: ListDeploymentInstancesCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<ListDeploymentInstancesCommandOutput>;
|
|
599
|
+
listDeploymentInstances(
|
|
600
|
+
args: ListDeploymentInstancesCommandInput,
|
|
601
|
+
cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
listDeploymentInstances(
|
|
604
|
+
args: ListDeploymentInstancesCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
listDeployments(
|
|
609
|
+
args: ListDeploymentsCommandInput,
|
|
610
|
+
options?: __HttpHandlerOptions
|
|
611
|
+
): Promise<ListDeploymentsCommandOutput>;
|
|
612
|
+
listDeployments(
|
|
613
|
+
args: ListDeploymentsCommandInput,
|
|
614
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
615
|
+
): void;
|
|
616
|
+
listDeployments(
|
|
617
|
+
args: ListDeploymentsCommandInput,
|
|
618
|
+
options: __HttpHandlerOptions,
|
|
619
|
+
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
listDeploymentTargets(
|
|
622
|
+
args: ListDeploymentTargetsCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<ListDeploymentTargetsCommandOutput>;
|
|
625
|
+
listDeploymentTargets(
|
|
626
|
+
args: ListDeploymentTargetsCommandInput,
|
|
627
|
+
cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
listDeploymentTargets(
|
|
630
|
+
args: ListDeploymentTargetsCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
listGitHubAccountTokenNames(
|
|
635
|
+
args: ListGitHubAccountTokenNamesCommandInput,
|
|
636
|
+
options?: __HttpHandlerOptions
|
|
637
|
+
): Promise<ListGitHubAccountTokenNamesCommandOutput>;
|
|
638
|
+
listGitHubAccountTokenNames(
|
|
639
|
+
args: ListGitHubAccountTokenNamesCommandInput,
|
|
640
|
+
cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
listGitHubAccountTokenNames(
|
|
643
|
+
args: ListGitHubAccountTokenNamesCommandInput,
|
|
644
|
+
options: __HttpHandlerOptions,
|
|
645
|
+
cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
listOnPremisesInstances(
|
|
648
|
+
args: ListOnPremisesInstancesCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<ListOnPremisesInstancesCommandOutput>;
|
|
651
|
+
listOnPremisesInstances(
|
|
652
|
+
args: ListOnPremisesInstancesCommandInput,
|
|
653
|
+
cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
listOnPremisesInstances(
|
|
656
|
+
args: ListOnPremisesInstancesCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
listTagsForResource(
|
|
661
|
+
args: ListTagsForResourceCommandInput,
|
|
662
|
+
options?: __HttpHandlerOptions
|
|
663
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
664
|
+
listTagsForResource(
|
|
665
|
+
args: ListTagsForResourceCommandInput,
|
|
666
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
667
|
+
): void;
|
|
668
|
+
listTagsForResource(
|
|
669
|
+
args: ListTagsForResourceCommandInput,
|
|
670
|
+
options: __HttpHandlerOptions,
|
|
671
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
672
|
+
): void;
|
|
673
|
+
putLifecycleEventHookExecutionStatus(
|
|
674
|
+
args: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
675
|
+
options?: __HttpHandlerOptions
|
|
676
|
+
): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
|
|
677
|
+
putLifecycleEventHookExecutionStatus(
|
|
678
|
+
args: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
679
|
+
cb: (
|
|
680
|
+
err: any,
|
|
681
|
+
data?: PutLifecycleEventHookExecutionStatusCommandOutput
|
|
682
|
+
) => void
|
|
683
|
+
): void;
|
|
684
|
+
putLifecycleEventHookExecutionStatus(
|
|
685
|
+
args: PutLifecycleEventHookExecutionStatusCommandInput,
|
|
686
|
+
options: __HttpHandlerOptions,
|
|
687
|
+
cb: (
|
|
688
|
+
err: any,
|
|
689
|
+
data?: PutLifecycleEventHookExecutionStatusCommandOutput
|
|
690
|
+
) => void
|
|
691
|
+
): void;
|
|
692
|
+
registerApplicationRevision(
|
|
693
|
+
args: RegisterApplicationRevisionCommandInput,
|
|
694
|
+
options?: __HttpHandlerOptions
|
|
695
|
+
): Promise<RegisterApplicationRevisionCommandOutput>;
|
|
696
|
+
registerApplicationRevision(
|
|
697
|
+
args: RegisterApplicationRevisionCommandInput,
|
|
698
|
+
cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
|
|
699
|
+
): void;
|
|
700
|
+
registerApplicationRevision(
|
|
701
|
+
args: RegisterApplicationRevisionCommandInput,
|
|
702
|
+
options: __HttpHandlerOptions,
|
|
703
|
+
cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
|
|
704
|
+
): void;
|
|
705
|
+
registerOnPremisesInstance(
|
|
706
|
+
args: RegisterOnPremisesInstanceCommandInput,
|
|
707
|
+
options?: __HttpHandlerOptions
|
|
708
|
+
): Promise<RegisterOnPremisesInstanceCommandOutput>;
|
|
709
|
+
registerOnPremisesInstance(
|
|
710
|
+
args: RegisterOnPremisesInstanceCommandInput,
|
|
711
|
+
cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
registerOnPremisesInstance(
|
|
714
|
+
args: RegisterOnPremisesInstanceCommandInput,
|
|
715
|
+
options: __HttpHandlerOptions,
|
|
716
|
+
cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
removeTagsFromOnPremisesInstances(
|
|
719
|
+
args: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
720
|
+
options?: __HttpHandlerOptions
|
|
721
|
+
): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
|
|
722
|
+
removeTagsFromOnPremisesInstances(
|
|
723
|
+
args: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
724
|
+
cb: (
|
|
725
|
+
err: any,
|
|
726
|
+
data?: RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
727
|
+
) => void
|
|
728
|
+
): void;
|
|
729
|
+
removeTagsFromOnPremisesInstances(
|
|
730
|
+
args: RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (
|
|
733
|
+
err: any,
|
|
734
|
+
data?: RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
735
|
+
) => void
|
|
736
|
+
): void;
|
|
737
|
+
skipWaitTimeForInstanceTermination(
|
|
738
|
+
args: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
|
|
741
|
+
skipWaitTimeForInstanceTermination(
|
|
742
|
+
args: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
743
|
+
cb: (
|
|
744
|
+
err: any,
|
|
745
|
+
data?: SkipWaitTimeForInstanceTerminationCommandOutput
|
|
746
|
+
) => void
|
|
747
|
+
): void;
|
|
748
|
+
skipWaitTimeForInstanceTermination(
|
|
749
|
+
args: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
750
|
+
options: __HttpHandlerOptions,
|
|
751
|
+
cb: (
|
|
752
|
+
err: any,
|
|
753
|
+
data?: SkipWaitTimeForInstanceTerminationCommandOutput
|
|
754
|
+
) => void
|
|
755
|
+
): void;
|
|
756
|
+
stopDeployment(
|
|
757
|
+
args: StopDeploymentCommandInput,
|
|
758
|
+
options?: __HttpHandlerOptions
|
|
759
|
+
): Promise<StopDeploymentCommandOutput>;
|
|
760
|
+
stopDeployment(
|
|
761
|
+
args: StopDeploymentCommandInput,
|
|
762
|
+
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
763
|
+
): void;
|
|
764
|
+
stopDeployment(
|
|
765
|
+
args: StopDeploymentCommandInput,
|
|
766
|
+
options: __HttpHandlerOptions,
|
|
767
|
+
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
tagResource(
|
|
770
|
+
args: TagResourceCommandInput,
|
|
771
|
+
options?: __HttpHandlerOptions
|
|
772
|
+
): Promise<TagResourceCommandOutput>;
|
|
773
|
+
tagResource(
|
|
774
|
+
args: TagResourceCommandInput,
|
|
775
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
776
|
+
): void;
|
|
777
|
+
tagResource(
|
|
778
|
+
args: TagResourceCommandInput,
|
|
779
|
+
options: __HttpHandlerOptions,
|
|
780
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
781
|
+
): void;
|
|
782
|
+
untagResource(
|
|
783
|
+
args: UntagResourceCommandInput,
|
|
784
|
+
options?: __HttpHandlerOptions
|
|
785
|
+
): Promise<UntagResourceCommandOutput>;
|
|
786
|
+
untagResource(
|
|
787
|
+
args: UntagResourceCommandInput,
|
|
788
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
789
|
+
): void;
|
|
790
|
+
untagResource(
|
|
791
|
+
args: UntagResourceCommandInput,
|
|
792
|
+
options: __HttpHandlerOptions,
|
|
793
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
794
|
+
): void;
|
|
795
|
+
updateApplication(
|
|
796
|
+
args: UpdateApplicationCommandInput,
|
|
797
|
+
options?: __HttpHandlerOptions
|
|
798
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
799
|
+
updateApplication(
|
|
800
|
+
args: UpdateApplicationCommandInput,
|
|
801
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
802
|
+
): void;
|
|
803
|
+
updateApplication(
|
|
804
|
+
args: UpdateApplicationCommandInput,
|
|
805
|
+
options: __HttpHandlerOptions,
|
|
806
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
807
|
+
): void;
|
|
808
|
+
updateDeploymentGroup(
|
|
809
|
+
args: UpdateDeploymentGroupCommandInput,
|
|
810
|
+
options?: __HttpHandlerOptions
|
|
811
|
+
): Promise<UpdateDeploymentGroupCommandOutput>;
|
|
812
|
+
updateDeploymentGroup(
|
|
813
|
+
args: UpdateDeploymentGroupCommandInput,
|
|
814
|
+
cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
|
|
815
|
+
): void;
|
|
816
|
+
updateDeploymentGroup(
|
|
817
|
+
args: UpdateDeploymentGroupCommandInput,
|
|
818
|
+
options: __HttpHandlerOptions,
|
|
819
|
+
cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
|
|
820
|
+
): void;
|
|
821
|
+
}
|