@aws-sdk/client-codedeploy 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/CodeDeploy.d.ts +868 -240
- package/dist-types/ts3.4/CodeDeployClient.d.ts +411 -120
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2991 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,120 +1,411 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddTagsToOnPremisesInstancesCommandInput,
|
|
47
|
+
AddTagsToOnPremisesInstancesCommandOutput,
|
|
48
|
+
} from "./commands/AddTagsToOnPremisesInstancesCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchGetApplicationRevisionsCommandInput,
|
|
51
|
+
BatchGetApplicationRevisionsCommandOutput,
|
|
52
|
+
} from "./commands/BatchGetApplicationRevisionsCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchGetApplicationsCommandInput,
|
|
55
|
+
BatchGetApplicationsCommandOutput,
|
|
56
|
+
} from "./commands/BatchGetApplicationsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchGetDeploymentGroupsCommandInput,
|
|
59
|
+
BatchGetDeploymentGroupsCommandOutput,
|
|
60
|
+
} from "./commands/BatchGetDeploymentGroupsCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchGetDeploymentInstancesCommandInput,
|
|
63
|
+
BatchGetDeploymentInstancesCommandOutput,
|
|
64
|
+
} from "./commands/BatchGetDeploymentInstancesCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchGetDeploymentsCommandInput,
|
|
67
|
+
BatchGetDeploymentsCommandOutput,
|
|
68
|
+
} from "./commands/BatchGetDeploymentsCommand";
|
|
69
|
+
import {
|
|
70
|
+
BatchGetDeploymentTargetsCommandInput,
|
|
71
|
+
BatchGetDeploymentTargetsCommandOutput,
|
|
72
|
+
} from "./commands/BatchGetDeploymentTargetsCommand";
|
|
73
|
+
import {
|
|
74
|
+
BatchGetOnPremisesInstancesCommandInput,
|
|
75
|
+
BatchGetOnPremisesInstancesCommandOutput,
|
|
76
|
+
} from "./commands/BatchGetOnPremisesInstancesCommand";
|
|
77
|
+
import {
|
|
78
|
+
ContinueDeploymentCommandInput,
|
|
79
|
+
ContinueDeploymentCommandOutput,
|
|
80
|
+
} from "./commands/ContinueDeploymentCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateApplicationCommandInput,
|
|
83
|
+
CreateApplicationCommandOutput,
|
|
84
|
+
} from "./commands/CreateApplicationCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateDeploymentCommandInput,
|
|
87
|
+
CreateDeploymentCommandOutput,
|
|
88
|
+
} from "./commands/CreateDeploymentCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateDeploymentConfigCommandInput,
|
|
91
|
+
CreateDeploymentConfigCommandOutput,
|
|
92
|
+
} from "./commands/CreateDeploymentConfigCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateDeploymentGroupCommandInput,
|
|
95
|
+
CreateDeploymentGroupCommandOutput,
|
|
96
|
+
} from "./commands/CreateDeploymentGroupCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteApplicationCommandInput,
|
|
99
|
+
DeleteApplicationCommandOutput,
|
|
100
|
+
} from "./commands/DeleteApplicationCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDeploymentConfigCommandInput,
|
|
103
|
+
DeleteDeploymentConfigCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDeploymentConfigCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteDeploymentGroupCommandInput,
|
|
107
|
+
DeleteDeploymentGroupCommandOutput,
|
|
108
|
+
} from "./commands/DeleteDeploymentGroupCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteGitHubAccountTokenCommandInput,
|
|
111
|
+
DeleteGitHubAccountTokenCommandOutput,
|
|
112
|
+
} from "./commands/DeleteGitHubAccountTokenCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteResourcesByExternalIdCommandInput,
|
|
115
|
+
DeleteResourcesByExternalIdCommandOutput,
|
|
116
|
+
} from "./commands/DeleteResourcesByExternalIdCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeregisterOnPremisesInstanceCommandInput,
|
|
119
|
+
DeregisterOnPremisesInstanceCommandOutput,
|
|
120
|
+
} from "./commands/DeregisterOnPremisesInstanceCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetApplicationCommandInput,
|
|
123
|
+
GetApplicationCommandOutput,
|
|
124
|
+
} from "./commands/GetApplicationCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetApplicationRevisionCommandInput,
|
|
127
|
+
GetApplicationRevisionCommandOutput,
|
|
128
|
+
} from "./commands/GetApplicationRevisionCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetDeploymentCommandInput,
|
|
131
|
+
GetDeploymentCommandOutput,
|
|
132
|
+
} from "./commands/GetDeploymentCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetDeploymentConfigCommandInput,
|
|
135
|
+
GetDeploymentConfigCommandOutput,
|
|
136
|
+
} from "./commands/GetDeploymentConfigCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetDeploymentGroupCommandInput,
|
|
139
|
+
GetDeploymentGroupCommandOutput,
|
|
140
|
+
} from "./commands/GetDeploymentGroupCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetDeploymentInstanceCommandInput,
|
|
143
|
+
GetDeploymentInstanceCommandOutput,
|
|
144
|
+
} from "./commands/GetDeploymentInstanceCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetDeploymentTargetCommandInput,
|
|
147
|
+
GetDeploymentTargetCommandOutput,
|
|
148
|
+
} from "./commands/GetDeploymentTargetCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetOnPremisesInstanceCommandInput,
|
|
151
|
+
GetOnPremisesInstanceCommandOutput,
|
|
152
|
+
} from "./commands/GetOnPremisesInstanceCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListApplicationRevisionsCommandInput,
|
|
155
|
+
ListApplicationRevisionsCommandOutput,
|
|
156
|
+
} from "./commands/ListApplicationRevisionsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListApplicationsCommandInput,
|
|
159
|
+
ListApplicationsCommandOutput,
|
|
160
|
+
} from "./commands/ListApplicationsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListDeploymentConfigsCommandInput,
|
|
163
|
+
ListDeploymentConfigsCommandOutput,
|
|
164
|
+
} from "./commands/ListDeploymentConfigsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListDeploymentGroupsCommandInput,
|
|
167
|
+
ListDeploymentGroupsCommandOutput,
|
|
168
|
+
} from "./commands/ListDeploymentGroupsCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListDeploymentInstancesCommandInput,
|
|
171
|
+
ListDeploymentInstancesCommandOutput,
|
|
172
|
+
} from "./commands/ListDeploymentInstancesCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListDeploymentsCommandInput,
|
|
175
|
+
ListDeploymentsCommandOutput,
|
|
176
|
+
} from "./commands/ListDeploymentsCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListDeploymentTargetsCommandInput,
|
|
179
|
+
ListDeploymentTargetsCommandOutput,
|
|
180
|
+
} from "./commands/ListDeploymentTargetsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListGitHubAccountTokenNamesCommandInput,
|
|
183
|
+
ListGitHubAccountTokenNamesCommandOutput,
|
|
184
|
+
} from "./commands/ListGitHubAccountTokenNamesCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListOnPremisesInstancesCommandInput,
|
|
187
|
+
ListOnPremisesInstancesCommandOutput,
|
|
188
|
+
} from "./commands/ListOnPremisesInstancesCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListTagsForResourceCommandInput,
|
|
191
|
+
ListTagsForResourceCommandOutput,
|
|
192
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
195
|
+
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
196
|
+
} from "./commands/PutLifecycleEventHookExecutionStatusCommand";
|
|
197
|
+
import {
|
|
198
|
+
RegisterApplicationRevisionCommandInput,
|
|
199
|
+
RegisterApplicationRevisionCommandOutput,
|
|
200
|
+
} from "./commands/RegisterApplicationRevisionCommand";
|
|
201
|
+
import {
|
|
202
|
+
RegisterOnPremisesInstanceCommandInput,
|
|
203
|
+
RegisterOnPremisesInstanceCommandOutput,
|
|
204
|
+
} from "./commands/RegisterOnPremisesInstanceCommand";
|
|
205
|
+
import {
|
|
206
|
+
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
207
|
+
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
208
|
+
} from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
|
|
209
|
+
import {
|
|
210
|
+
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
211
|
+
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
212
|
+
} from "./commands/SkipWaitTimeForInstanceTerminationCommand";
|
|
213
|
+
import {
|
|
214
|
+
StopDeploymentCommandInput,
|
|
215
|
+
StopDeploymentCommandOutput,
|
|
216
|
+
} from "./commands/StopDeploymentCommand";
|
|
217
|
+
import {
|
|
218
|
+
TagResourceCommandInput,
|
|
219
|
+
TagResourceCommandOutput,
|
|
220
|
+
} from "./commands/TagResourceCommand";
|
|
221
|
+
import {
|
|
222
|
+
UntagResourceCommandInput,
|
|
223
|
+
UntagResourceCommandOutput,
|
|
224
|
+
} from "./commands/UntagResourceCommand";
|
|
225
|
+
import {
|
|
226
|
+
UpdateApplicationCommandInput,
|
|
227
|
+
UpdateApplicationCommandOutput,
|
|
228
|
+
} from "./commands/UpdateApplicationCommand";
|
|
229
|
+
import {
|
|
230
|
+
UpdateDeploymentGroupCommandInput,
|
|
231
|
+
UpdateDeploymentGroupCommandOutput,
|
|
232
|
+
} from "./commands/UpdateDeploymentGroupCommand";
|
|
233
|
+
export declare type ServiceInputTypes =
|
|
234
|
+
| AddTagsToOnPremisesInstancesCommandInput
|
|
235
|
+
| BatchGetApplicationRevisionsCommandInput
|
|
236
|
+
| BatchGetApplicationsCommandInput
|
|
237
|
+
| BatchGetDeploymentGroupsCommandInput
|
|
238
|
+
| BatchGetDeploymentInstancesCommandInput
|
|
239
|
+
| BatchGetDeploymentTargetsCommandInput
|
|
240
|
+
| BatchGetDeploymentsCommandInput
|
|
241
|
+
| BatchGetOnPremisesInstancesCommandInput
|
|
242
|
+
| ContinueDeploymentCommandInput
|
|
243
|
+
| CreateApplicationCommandInput
|
|
244
|
+
| CreateDeploymentCommandInput
|
|
245
|
+
| CreateDeploymentConfigCommandInput
|
|
246
|
+
| CreateDeploymentGroupCommandInput
|
|
247
|
+
| DeleteApplicationCommandInput
|
|
248
|
+
| DeleteDeploymentConfigCommandInput
|
|
249
|
+
| DeleteDeploymentGroupCommandInput
|
|
250
|
+
| DeleteGitHubAccountTokenCommandInput
|
|
251
|
+
| DeleteResourcesByExternalIdCommandInput
|
|
252
|
+
| DeregisterOnPremisesInstanceCommandInput
|
|
253
|
+
| GetApplicationCommandInput
|
|
254
|
+
| GetApplicationRevisionCommandInput
|
|
255
|
+
| GetDeploymentCommandInput
|
|
256
|
+
| GetDeploymentConfigCommandInput
|
|
257
|
+
| GetDeploymentGroupCommandInput
|
|
258
|
+
| GetDeploymentInstanceCommandInput
|
|
259
|
+
| GetDeploymentTargetCommandInput
|
|
260
|
+
| GetOnPremisesInstanceCommandInput
|
|
261
|
+
| ListApplicationRevisionsCommandInput
|
|
262
|
+
| ListApplicationsCommandInput
|
|
263
|
+
| ListDeploymentConfigsCommandInput
|
|
264
|
+
| ListDeploymentGroupsCommandInput
|
|
265
|
+
| ListDeploymentInstancesCommandInput
|
|
266
|
+
| ListDeploymentTargetsCommandInput
|
|
267
|
+
| ListDeploymentsCommandInput
|
|
268
|
+
| ListGitHubAccountTokenNamesCommandInput
|
|
269
|
+
| ListOnPremisesInstancesCommandInput
|
|
270
|
+
| ListTagsForResourceCommandInput
|
|
271
|
+
| PutLifecycleEventHookExecutionStatusCommandInput
|
|
272
|
+
| RegisterApplicationRevisionCommandInput
|
|
273
|
+
| RegisterOnPremisesInstanceCommandInput
|
|
274
|
+
| RemoveTagsFromOnPremisesInstancesCommandInput
|
|
275
|
+
| SkipWaitTimeForInstanceTerminationCommandInput
|
|
276
|
+
| StopDeploymentCommandInput
|
|
277
|
+
| TagResourceCommandInput
|
|
278
|
+
| UntagResourceCommandInput
|
|
279
|
+
| UpdateApplicationCommandInput
|
|
280
|
+
| UpdateDeploymentGroupCommandInput;
|
|
281
|
+
export declare type ServiceOutputTypes =
|
|
282
|
+
| AddTagsToOnPremisesInstancesCommandOutput
|
|
283
|
+
| BatchGetApplicationRevisionsCommandOutput
|
|
284
|
+
| BatchGetApplicationsCommandOutput
|
|
285
|
+
| BatchGetDeploymentGroupsCommandOutput
|
|
286
|
+
| BatchGetDeploymentInstancesCommandOutput
|
|
287
|
+
| BatchGetDeploymentTargetsCommandOutput
|
|
288
|
+
| BatchGetDeploymentsCommandOutput
|
|
289
|
+
| BatchGetOnPremisesInstancesCommandOutput
|
|
290
|
+
| ContinueDeploymentCommandOutput
|
|
291
|
+
| CreateApplicationCommandOutput
|
|
292
|
+
| CreateDeploymentCommandOutput
|
|
293
|
+
| CreateDeploymentConfigCommandOutput
|
|
294
|
+
| CreateDeploymentGroupCommandOutput
|
|
295
|
+
| DeleteApplicationCommandOutput
|
|
296
|
+
| DeleteDeploymentConfigCommandOutput
|
|
297
|
+
| DeleteDeploymentGroupCommandOutput
|
|
298
|
+
| DeleteGitHubAccountTokenCommandOutput
|
|
299
|
+
| DeleteResourcesByExternalIdCommandOutput
|
|
300
|
+
| DeregisterOnPremisesInstanceCommandOutput
|
|
301
|
+
| GetApplicationCommandOutput
|
|
302
|
+
| GetApplicationRevisionCommandOutput
|
|
303
|
+
| GetDeploymentCommandOutput
|
|
304
|
+
| GetDeploymentConfigCommandOutput
|
|
305
|
+
| GetDeploymentGroupCommandOutput
|
|
306
|
+
| GetDeploymentInstanceCommandOutput
|
|
307
|
+
| GetDeploymentTargetCommandOutput
|
|
308
|
+
| GetOnPremisesInstanceCommandOutput
|
|
309
|
+
| ListApplicationRevisionsCommandOutput
|
|
310
|
+
| ListApplicationsCommandOutput
|
|
311
|
+
| ListDeploymentConfigsCommandOutput
|
|
312
|
+
| ListDeploymentGroupsCommandOutput
|
|
313
|
+
| ListDeploymentInstancesCommandOutput
|
|
314
|
+
| ListDeploymentTargetsCommandOutput
|
|
315
|
+
| ListDeploymentsCommandOutput
|
|
316
|
+
| ListGitHubAccountTokenNamesCommandOutput
|
|
317
|
+
| ListOnPremisesInstancesCommandOutput
|
|
318
|
+
| ListTagsForResourceCommandOutput
|
|
319
|
+
| PutLifecycleEventHookExecutionStatusCommandOutput
|
|
320
|
+
| RegisterApplicationRevisionCommandOutput
|
|
321
|
+
| RegisterOnPremisesInstanceCommandOutput
|
|
322
|
+
| RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
323
|
+
| SkipWaitTimeForInstanceTerminationCommandOutput
|
|
324
|
+
| StopDeploymentCommandOutput
|
|
325
|
+
| TagResourceCommandOutput
|
|
326
|
+
| UntagResourceCommandOutput
|
|
327
|
+
| UpdateApplicationCommandOutput
|
|
328
|
+
| UpdateDeploymentGroupCommandOutput;
|
|
329
|
+
export interface ClientDefaults
|
|
330
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
331
|
+
requestHandler?: __HttpHandler;
|
|
332
|
+
|
|
333
|
+
sha256?: __HashConstructor;
|
|
334
|
+
|
|
335
|
+
urlParser?: __UrlParser;
|
|
336
|
+
|
|
337
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
338
|
+
|
|
339
|
+
streamCollector?: __StreamCollector;
|
|
340
|
+
|
|
341
|
+
base64Decoder?: __Decoder;
|
|
342
|
+
|
|
343
|
+
base64Encoder?: __Encoder;
|
|
344
|
+
|
|
345
|
+
utf8Decoder?: __Decoder;
|
|
346
|
+
|
|
347
|
+
utf8Encoder?: __Encoder;
|
|
348
|
+
|
|
349
|
+
runtime?: string;
|
|
350
|
+
|
|
351
|
+
disableHostPrefix?: boolean;
|
|
352
|
+
|
|
353
|
+
maxAttempts?: number | __Provider<number>;
|
|
354
|
+
|
|
355
|
+
retryMode?: string | __Provider<string>;
|
|
356
|
+
|
|
357
|
+
logger?: __Logger;
|
|
358
|
+
|
|
359
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
360
|
+
|
|
361
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
362
|
+
|
|
363
|
+
serviceId?: string;
|
|
364
|
+
|
|
365
|
+
region?: string | __Provider<string>;
|
|
366
|
+
|
|
367
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
368
|
+
|
|
369
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
370
|
+
|
|
371
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
372
|
+
|
|
373
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
374
|
+
}
|
|
375
|
+
declare type CodeDeployClientConfigType = Partial<
|
|
376
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
377
|
+
> &
|
|
378
|
+
ClientDefaults &
|
|
379
|
+
RegionInputConfig &
|
|
380
|
+
EndpointsInputConfig &
|
|
381
|
+
RetryInputConfig &
|
|
382
|
+
HostHeaderInputConfig &
|
|
383
|
+
AwsAuthInputConfig &
|
|
384
|
+
UserAgentInputConfig;
|
|
385
|
+
|
|
386
|
+
export interface CodeDeployClientConfig extends CodeDeployClientConfigType {}
|
|
387
|
+
declare type CodeDeployClientResolvedConfigType =
|
|
388
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
389
|
+
Required<ClientDefaults> &
|
|
390
|
+
RegionResolvedConfig &
|
|
391
|
+
EndpointsResolvedConfig &
|
|
392
|
+
RetryResolvedConfig &
|
|
393
|
+
HostHeaderResolvedConfig &
|
|
394
|
+
AwsAuthResolvedConfig &
|
|
395
|
+
UserAgentResolvedConfig;
|
|
396
|
+
|
|
397
|
+
export interface CodeDeployClientResolvedConfig
|
|
398
|
+
extends CodeDeployClientResolvedConfigType {}
|
|
399
|
+
|
|
400
|
+
export declare class CodeDeployClient extends __Client<
|
|
401
|
+
__HttpHandlerOptions,
|
|
402
|
+
ServiceInputTypes,
|
|
403
|
+
ServiceOutputTypes,
|
|
404
|
+
CodeDeployClientResolvedConfig
|
|
405
|
+
> {
|
|
406
|
+
readonly config: CodeDeployClientResolvedConfig;
|
|
407
|
+
constructor(configuration: CodeDeployClientConfig);
|
|
408
|
+
|
|
409
|
+
destroy(): void;
|
|
410
|
+
}
|
|
411
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
|
|
14
|
+
export interface AddTagsToOnPremisesInstancesCommandInput
|
|
15
|
+
extends AddTagsToOnPremisesInstancesInput {}
|
|
16
|
+
export interface AddTagsToOnPremisesInstancesCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AddTagsToOnPremisesInstancesCommand extends $Command<
|
|
20
|
+
AddTagsToOnPremisesInstancesCommandInput,
|
|
21
|
+
AddTagsToOnPremisesInstancesCommandOutput,
|
|
22
|
+
CodeDeployClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AddTagsToOnPremisesInstancesCommandInput;
|
|
25
|
+
constructor(input: AddTagsToOnPremisesInstancesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
AddTagsToOnPremisesInstancesCommandInput,
|
|
33
|
+
AddTagsToOnPremisesInstancesCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetApplicationRevisionsInput,
|
|
15
|
+
BatchGetApplicationRevisionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetApplicationRevisionsCommandInput
|
|
18
|
+
extends BatchGetApplicationRevisionsInput {}
|
|
19
|
+
export interface BatchGetApplicationRevisionsCommandOutput
|
|
20
|
+
extends BatchGetApplicationRevisionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetApplicationRevisionsCommand extends $Command<
|
|
24
|
+
BatchGetApplicationRevisionsCommandInput,
|
|
25
|
+
BatchGetApplicationRevisionsCommandOutput,
|
|
26
|
+
CodeDeployClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetApplicationRevisionsCommandInput;
|
|
29
|
+
constructor(input: BatchGetApplicationRevisionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetApplicationRevisionsCommandInput,
|
|
37
|
+
BatchGetApplicationRevisionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|