@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +868 -240
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +411 -120
  4. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +7 -7
  54. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +2991 -2482
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  70. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  71. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +13 -7
  72. package/package.json +35 -35
@@ -1,120 +1,411 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput } from "./commands/AddTagsToOnPremisesInstancesCommand";
10
- import { BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput } from "./commands/BatchGetApplicationRevisionsCommand";
11
- import { BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput } from "./commands/BatchGetApplicationsCommand";
12
- import { BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput } from "./commands/BatchGetDeploymentGroupsCommand";
13
- import { BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput } from "./commands/BatchGetDeploymentInstancesCommand";
14
- import { BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput } from "./commands/BatchGetDeploymentsCommand";
15
- import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
16
- import { BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput } from "./commands/BatchGetOnPremisesInstancesCommand";
17
- import { ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput } from "./commands/ContinueDeploymentCommand";
18
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
19
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
20
- import { CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput } from "./commands/CreateDeploymentConfigCommand";
21
- import { CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput } from "./commands/CreateDeploymentGroupCommand";
22
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
23
- import { DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput } from "./commands/DeleteDeploymentConfigCommand";
24
- import { DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput } from "./commands/DeleteDeploymentGroupCommand";
25
- import { DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput } from "./commands/DeleteGitHubAccountTokenCommand";
26
- import { DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput } from "./commands/DeleteResourcesByExternalIdCommand";
27
- import { DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput } from "./commands/DeregisterOnPremisesInstanceCommand";
28
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
29
- import { GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput } from "./commands/GetApplicationRevisionCommand";
30
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
31
- import { GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput } from "./commands/GetDeploymentConfigCommand";
32
- import { GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput } from "./commands/GetDeploymentGroupCommand";
33
- import { GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput } from "./commands/GetDeploymentInstanceCommand";
34
- import { GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput } from "./commands/GetDeploymentTargetCommand";
35
- import { GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput } from "./commands/GetOnPremisesInstanceCommand";
36
- import { ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput } from "./commands/ListApplicationRevisionsCommand";
37
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
38
- import { ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput } from "./commands/ListDeploymentConfigsCommand";
39
- import { ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput } from "./commands/ListDeploymentGroupsCommand";
40
- import { ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput } from "./commands/ListDeploymentInstancesCommand";
41
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
42
- import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
43
- import { ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput } from "./commands/ListGitHubAccountTokenNamesCommand";
44
- import { ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput } from "./commands/ListOnPremisesInstancesCommand";
45
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
46
- import { PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput } from "./commands/PutLifecycleEventHookExecutionStatusCommand";
47
- import { RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput } from "./commands/RegisterApplicationRevisionCommand";
48
- import { RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput } from "./commands/RegisterOnPremisesInstanceCommand";
49
- import { RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput } from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
50
- import { SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput } from "./commands/SkipWaitTimeForInstanceTerminationCommand";
51
- import { StopDeploymentCommandInput, StopDeploymentCommandOutput } from "./commands/StopDeploymentCommand";
52
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
53
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
54
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
55
- import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
56
- export declare type ServiceInputTypes = AddTagsToOnPremisesInstancesCommandInput | BatchGetApplicationRevisionsCommandInput | BatchGetApplicationsCommandInput | BatchGetDeploymentGroupsCommandInput | BatchGetDeploymentInstancesCommandInput | BatchGetDeploymentTargetsCommandInput | BatchGetDeploymentsCommandInput | BatchGetOnPremisesInstancesCommandInput | ContinueDeploymentCommandInput | CreateApplicationCommandInput | CreateDeploymentCommandInput | CreateDeploymentConfigCommandInput | CreateDeploymentGroupCommandInput | DeleteApplicationCommandInput | DeleteDeploymentConfigCommandInput | DeleteDeploymentGroupCommandInput | DeleteGitHubAccountTokenCommandInput | DeleteResourcesByExternalIdCommandInput | DeregisterOnPremisesInstanceCommandInput | GetApplicationCommandInput | GetApplicationRevisionCommandInput | GetDeploymentCommandInput | GetDeploymentConfigCommandInput | GetDeploymentGroupCommandInput | GetDeploymentInstanceCommandInput | GetDeploymentTargetCommandInput | GetOnPremisesInstanceCommandInput | ListApplicationRevisionsCommandInput | ListApplicationsCommandInput | ListDeploymentConfigsCommandInput | ListDeploymentGroupsCommandInput | ListDeploymentInstancesCommandInput | ListDeploymentTargetsCommandInput | ListDeploymentsCommandInput | ListGitHubAccountTokenNamesCommandInput | ListOnPremisesInstancesCommandInput | ListTagsForResourceCommandInput | PutLifecycleEventHookExecutionStatusCommandInput | RegisterApplicationRevisionCommandInput | RegisterOnPremisesInstanceCommandInput | RemoveTagsFromOnPremisesInstancesCommandInput | SkipWaitTimeForInstanceTerminationCommandInput | StopDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDeploymentGroupCommandInput;
57
- export declare type ServiceOutputTypes = AddTagsToOnPremisesInstancesCommandOutput | BatchGetApplicationRevisionsCommandOutput | BatchGetApplicationsCommandOutput | BatchGetDeploymentGroupsCommandOutput | BatchGetDeploymentInstancesCommandOutput | BatchGetDeploymentTargetsCommandOutput | BatchGetDeploymentsCommandOutput | BatchGetOnPremisesInstancesCommandOutput | ContinueDeploymentCommandOutput | CreateApplicationCommandOutput | CreateDeploymentCommandOutput | CreateDeploymentConfigCommandOutput | CreateDeploymentGroupCommandOutput | DeleteApplicationCommandOutput | DeleteDeploymentConfigCommandOutput | DeleteDeploymentGroupCommandOutput | DeleteGitHubAccountTokenCommandOutput | DeleteResourcesByExternalIdCommandOutput | DeregisterOnPremisesInstanceCommandOutput | GetApplicationCommandOutput | GetApplicationRevisionCommandOutput | GetDeploymentCommandOutput | GetDeploymentConfigCommandOutput | GetDeploymentGroupCommandOutput | GetDeploymentInstanceCommandOutput | GetDeploymentTargetCommandOutput | GetOnPremisesInstanceCommandOutput | ListApplicationRevisionsCommandOutput | ListApplicationsCommandOutput | ListDeploymentConfigsCommandOutput | ListDeploymentGroupsCommandOutput | ListDeploymentInstancesCommandOutput | ListDeploymentTargetsCommandOutput | ListDeploymentsCommandOutput | ListGitHubAccountTokenNamesCommandOutput | ListOnPremisesInstancesCommandOutput | ListTagsForResourceCommandOutput | PutLifecycleEventHookExecutionStatusCommandOutput | RegisterApplicationRevisionCommandOutput | RegisterOnPremisesInstanceCommandOutput | RemoveTagsFromOnPremisesInstancesCommandOutput | SkipWaitTimeForInstanceTerminationCommandOutput | StopDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDeploymentGroupCommandOutput;
58
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
59
-
60
- requestHandler?: __HttpHandler;
61
-
62
- sha256?: __HashConstructor;
63
-
64
- urlParser?: __UrlParser;
65
-
66
- bodyLengthChecker?: __BodyLengthCalculator;
67
-
68
- streamCollector?: __StreamCollector;
69
-
70
- base64Decoder?: __Decoder;
71
-
72
- base64Encoder?: __Encoder;
73
-
74
- utf8Decoder?: __Decoder;
75
-
76
- utf8Encoder?: __Encoder;
77
-
78
- runtime?: string;
79
-
80
- disableHostPrefix?: boolean;
81
-
82
- maxAttempts?: number | __Provider<number>;
83
-
84
- retryMode?: string | __Provider<string>;
85
-
86
- logger?: __Logger;
87
-
88
- useDualstackEndpoint?: boolean | __Provider<boolean>;
89
-
90
- useFipsEndpoint?: boolean | __Provider<boolean>;
91
-
92
- serviceId?: string;
93
-
94
- region?: string | __Provider<string>;
95
-
96
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
97
-
98
- regionInfoProvider?: RegionInfoProvider;
99
-
100
- defaultUserAgentProvider?: Provider<__UserAgent>;
101
-
102
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
103
- }
104
- declare type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
105
-
106
- export interface CodeDeployClientConfig extends CodeDeployClientConfigType {
107
- }
108
- declare type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
109
-
110
- export interface CodeDeployClientResolvedConfig extends CodeDeployClientResolvedConfigType {
111
- }
112
-
113
- export declare class CodeDeployClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeDeployClientResolvedConfig> {
114
-
115
- readonly config: CodeDeployClientResolvedConfig;
116
- constructor(configuration: CodeDeployClientConfig);
117
-
118
- destroy(): void;
119
- }
120
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
5
- export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPremisesInstancesInput {
6
- }
7
- export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsToOnPremisesInstancesCommand extends $Command<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: AddTagsToOnPremisesInstancesCommandInput;
12
- constructor(input: AddTagsToOnPremisesInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
5
- export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplicationRevisionsInput {
6
- }
7
- export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetApplicationRevisionsCommand extends $Command<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: BatchGetApplicationRevisionsCommandInput;
12
- constructor(input: BatchGetApplicationRevisionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }