@aws-sdk/client-codestar-connections 3.296.0 → 3.298.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 (47) hide show
  1. package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
  2. package/dist-cjs/commands/CreateHostCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteHostCommand.js +2 -3
  5. package/dist-cjs/commands/GetConnectionCommand.js +2 -3
  6. package/dist-cjs/commands/GetHostCommand.js +2 -3
  7. package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
  8. package/dist-cjs/commands/ListHostsCommand.js +2 -3
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  10. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  11. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  12. package/dist-cjs/commands/UpdateHostCommand.js +2 -3
  13. package/dist-cjs/models/models_0.js +1 -113
  14. package/dist-es/commands/CreateConnectionCommand.js +2 -3
  15. package/dist-es/commands/CreateHostCommand.js +2 -3
  16. package/dist-es/commands/DeleteConnectionCommand.js +2 -3
  17. package/dist-es/commands/DeleteHostCommand.js +2 -3
  18. package/dist-es/commands/GetConnectionCommand.js +2 -3
  19. package/dist-es/commands/GetHostCommand.js +2 -3
  20. package/dist-es/commands/ListConnectionsCommand.js +2 -3
  21. package/dist-es/commands/ListHostsCommand.js +2 -3
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  23. package/dist-es/commands/TagResourceCommand.js +2 -3
  24. package/dist-es/commands/UntagResourceCommand.js +2 -3
  25. package/dist-es/commands/UpdateHostCommand.js +2 -3
  26. package/dist-es/models/models_0.js +0 -84
  27. package/dist-types/CodeStarConnections.d.ts +13 -0
  28. package/dist-types/CodeStarConnectionsClient.d.ts +24 -4
  29. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateHostCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteHostCommand.d.ts +16 -0
  33. package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
  34. package/dist-types/commands/GetHostCommand.d.ts +16 -0
  35. package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListHostsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateHostCommand.d.ts +16 -0
  41. package/dist-types/models/CodeStarConnectionsServiceException.d.ts +2 -0
  42. package/dist-types/models/models_0.d.ts +87 -112
  43. package/dist-types/pagination/Interfaces.d.ts +3 -0
  44. package/dist-types/pagination/ListConnectionsPaginator.d.ts +3 -0
  45. package/dist-types/pagination/ListHostsPaginator.d.ts +3 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -76
  47. package/package.json +4 -3
@@ -76,87 +76,3 @@ export class UnsupportedOperationException extends __BaseException {
76
76
  this.Message = opts.Message;
77
77
  }
78
78
  }
79
- export const TagFilterSensitiveLog = (obj) => ({
80
- ...obj,
81
- });
82
- export const CreateConnectionInputFilterSensitiveLog = (obj) => ({
83
- ...obj,
84
- });
85
- export const CreateConnectionOutputFilterSensitiveLog = (obj) => ({
86
- ...obj,
87
- });
88
- export const VpcConfigurationFilterSensitiveLog = (obj) => ({
89
- ...obj,
90
- });
91
- export const CreateHostInputFilterSensitiveLog = (obj) => ({
92
- ...obj,
93
- });
94
- export const CreateHostOutputFilterSensitiveLog = (obj) => ({
95
- ...obj,
96
- });
97
- export const DeleteConnectionInputFilterSensitiveLog = (obj) => ({
98
- ...obj,
99
- });
100
- export const DeleteConnectionOutputFilterSensitiveLog = (obj) => ({
101
- ...obj,
102
- });
103
- export const DeleteHostInputFilterSensitiveLog = (obj) => ({
104
- ...obj,
105
- });
106
- export const DeleteHostOutputFilterSensitiveLog = (obj) => ({
107
- ...obj,
108
- });
109
- export const GetConnectionInputFilterSensitiveLog = (obj) => ({
110
- ...obj,
111
- });
112
- export const ConnectionFilterSensitiveLog = (obj) => ({
113
- ...obj,
114
- });
115
- export const GetConnectionOutputFilterSensitiveLog = (obj) => ({
116
- ...obj,
117
- });
118
- export const GetHostInputFilterSensitiveLog = (obj) => ({
119
- ...obj,
120
- });
121
- export const GetHostOutputFilterSensitiveLog = (obj) => ({
122
- ...obj,
123
- });
124
- export const ListConnectionsInputFilterSensitiveLog = (obj) => ({
125
- ...obj,
126
- });
127
- export const ListConnectionsOutputFilterSensitiveLog = (obj) => ({
128
- ...obj,
129
- });
130
- export const ListHostsInputFilterSensitiveLog = (obj) => ({
131
- ...obj,
132
- });
133
- export const HostFilterSensitiveLog = (obj) => ({
134
- ...obj,
135
- });
136
- export const ListHostsOutputFilterSensitiveLog = (obj) => ({
137
- ...obj,
138
- });
139
- export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
140
- ...obj,
141
- });
142
- export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
143
- ...obj,
144
- });
145
- export const TagResourceInputFilterSensitiveLog = (obj) => ({
146
- ...obj,
147
- });
148
- export const TagResourceOutputFilterSensitiveLog = (obj) => ({
149
- ...obj,
150
- });
151
- export const UntagResourceInputFilterSensitiveLog = (obj) => ({
152
- ...obj,
153
- });
154
- export const UntagResourceOutputFilterSensitiveLog = (obj) => ({
155
- ...obj,
156
- });
157
- export const UpdateHostInputFilterSensitiveLog = (obj) => ({
158
- ...obj,
159
- });
160
- export const UpdateHostOutputFilterSensitiveLog = (obj) => ({
161
- ...obj,
162
- });
@@ -13,6 +13,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
13
13
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
14
14
  import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/UpdateHostCommand";
15
15
  /**
16
+ * @public
16
17
  * <fullname>AWS CodeStar Connections</fullname>
17
18
  * <p>This AWS CodeStar Connections API Reference provides descriptions and usage examples of
18
19
  * the operations and data types for the AWS CodeStar Connections API. You can use the
@@ -96,6 +97,7 @@ import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/Upda
96
97
  */
97
98
  export declare class CodeStarConnections extends CodeStarConnectionsClient {
98
99
  /**
100
+ * @public
99
101
  * <p>Creates a connection that can then be given to other AWS services like CodePipeline so
100
102
  * that it can access third-party code repositories. The connection is in pending status until
101
103
  * the third-party connection handshake is completed from the console.</p>
@@ -104,6 +106,7 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
104
106
  createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
105
107
  createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
106
108
  /**
109
+ * @public
107
110
  * <p>Creates a resource that represents the infrastructure where a third-party provider is
108
111
  * installed. The host is used when you create connections to an installed third-party provider
109
112
  * type, such as GitHub Enterprise Server. You create one host for all connections to that
@@ -117,12 +120,14 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
117
120
  createHost(args: CreateHostCommandInput, cb: (err: any, data?: CreateHostCommandOutput) => void): void;
118
121
  createHost(args: CreateHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostCommandOutput) => void): void;
119
122
  /**
123
+ * @public
120
124
  * <p>The connection to be deleted.</p>
121
125
  */
122
126
  deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
123
127
  deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
124
128
  deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
125
129
  /**
130
+ * @public
126
131
  * <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
127
132
  * <note>
128
133
  * <p>A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.</p>
@@ -132,12 +137,14 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
132
137
  deleteHost(args: DeleteHostCommandInput, cb: (err: any, data?: DeleteHostCommandOutput) => void): void;
133
138
  deleteHost(args: DeleteHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostCommandOutput) => void): void;
134
139
  /**
140
+ * @public
135
141
  * <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
136
142
  */
137
143
  getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
138
144
  getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
139
145
  getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
140
146
  /**
147
+ * @public
141
148
  * <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
142
149
  * applicable, the VPC configuration.</p>
143
150
  */
@@ -145,24 +152,28 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
145
152
  getHost(args: GetHostCommandInput, cb: (err: any, data?: GetHostCommandOutput) => void): void;
146
153
  getHost(args: GetHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostCommandOutput) => void): void;
147
154
  /**
155
+ * @public
148
156
  * <p>Lists the connections associated with your account.</p>
149
157
  */
150
158
  listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
151
159
  listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
152
160
  listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
153
161
  /**
162
+ * @public
154
163
  * <p>Lists the hosts associated with your account.</p>
155
164
  */
156
165
  listHosts(args: ListHostsCommandInput, options?: __HttpHandlerOptions): Promise<ListHostsCommandOutput>;
157
166
  listHosts(args: ListHostsCommandInput, cb: (err: any, data?: ListHostsCommandOutput) => void): void;
158
167
  listHosts(args: ListHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostsCommandOutput) => void): void;
159
168
  /**
169
+ * @public
160
170
  * <p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
161
171
  */
162
172
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
163
173
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
164
174
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
165
175
  /**
176
+ * @public
166
177
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
167
178
  * to manage a resource.</p>
168
179
  */
@@ -170,12 +181,14 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
170
181
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
171
182
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
172
183
  /**
184
+ * @public
173
185
  * <p>Removes tags from an AWS resource.</p>
174
186
  */
175
187
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
176
188
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
177
189
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
178
190
  /**
191
+ * @public
179
192
  * <p>Updates a specified host with the provided configurations.</p>
180
193
  */
181
194
  updateHost(args: UpdateHostCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostCommandOutput>;
@@ -20,15 +20,24 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
20
20
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
21
21
  import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/UpdateHostCommand";
22
22
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
23
+ /**
24
+ * @public
25
+ */
23
26
  export type ServiceInputTypes = CreateConnectionCommandInput | CreateHostCommandInput | DeleteConnectionCommandInput | DeleteHostCommandInput | GetConnectionCommandInput | GetHostCommandInput | ListConnectionsCommandInput | ListHostsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateHostCommandInput;
27
+ /**
28
+ * @public
29
+ */
24
30
  export type ServiceOutputTypes = CreateConnectionCommandOutput | CreateHostCommandOutput | DeleteConnectionCommandOutput | DeleteHostCommandOutput | GetConnectionCommandOutput | GetHostCommandOutput | ListConnectionsCommandOutput | ListHostsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateHostCommandOutput;
31
+ /**
32
+ * @public
33
+ */
25
34
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
26
35
  /**
27
36
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
28
37
  */
29
38
  requestHandler?: __HttpHandler;
30
39
  /**
31
- * A constructor for a class implementing the {@link __Checksum} interface
40
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
32
41
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
33
42
  * @internal
34
43
  */
@@ -118,23 +127,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
118
127
  */
119
128
  logger?: __Logger;
120
129
  /**
121
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
130
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
122
131
  */
123
132
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
124
133
  }
134
+ /**
135
+ * @public
136
+ */
125
137
  type CodeStarConnectionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
126
138
  /**
127
- * The configuration interface of CodeStarConnectionsClient class constructor that set the region, credentials and other options.
139
+ * @public
140
+ *
141
+ * The configuration interface of CodeStarConnectionsClient class constructor that set the region, credentials and other options.
128
142
  */
129
143
  export interface CodeStarConnectionsClientConfig extends CodeStarConnectionsClientConfigType {
130
144
  }
145
+ /**
146
+ * @public
147
+ */
131
148
  type CodeStarConnectionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
132
149
  /**
133
- * The resolved configuration interface of CodeStarConnectionsClient class. This is resolved and normalized from the {@link CodeStarConnectionsClientConfig | constructor configuration interface}.
150
+ * @public
151
+ *
152
+ * The resolved configuration interface of CodeStarConnectionsClient class. This is resolved and normalized from the {@link CodeStarConnectionsClientConfig | constructor configuration interface}.
134
153
  */
135
154
  export interface CodeStarConnectionsClientResolvedConfig extends CodeStarConnectionsClientResolvedConfigType {
136
155
  }
137
156
  /**
157
+ * @public
138
158
  * <fullname>AWS CodeStar Connections</fullname>
139
159
  * <p>This AWS CodeStar Connections API Reference provides descriptions and usage examples of
140
160
  * the operations and data types for the AWS CodeStar Connections API. You can use the
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConnectionCommand}.
8
10
  */
9
11
  export interface CreateConnectionCommandInput extends CreateConnectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConnectionCommand}.
13
17
  */
14
18
  export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a connection that can then be given to other AWS services like CodePipeline so
18
23
  * that it can access third-party code repositories. The connection is in pending status until
19
24
  * the third-party connection handshake is completed from the console.</p>
@@ -27,6 +32,8 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
36
+ * @returns {@link CreateConnectionCommandOutput}
30
37
  * @see {@link CreateConnectionCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
32
39
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -45,11 +52,20 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
45
52
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
46
53
  readonly input: CreateConnectionCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: CreateConnectionCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { CreateHostInput, CreateHostOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateHostCommand}.
8
10
  */
9
11
  export interface CreateHostCommandInput extends CreateHostInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateHostCommand}.
13
17
  */
14
18
  export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a resource that represents the infrastructure where a third-party provider is
18
23
  * installed. The host is used when you create connections to an installed third-party provider
19
24
  * type, such as GitHub Enterprise Server. You create one host for all connections to that
@@ -32,6 +37,8 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param CreateHostCommandInput - {@link CreateHostCommandInput}
41
+ * @returns {@link CreateHostCommandOutput}
35
42
  * @see {@link CreateHostCommandInput} for command's `input` shape.
36
43
  * @see {@link CreateHostCommandOutput} for command's `response` shape.
37
44
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -44,11 +51,20 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea
44
51
  export declare class CreateHostCommand extends $Command<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
45
52
  readonly input: CreateHostCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: CreateHostCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostCommandInput, CreateHostCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConnectionCommand}.
8
10
  */
9
11
  export interface DeleteConnectionCommandInput extends DeleteConnectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConnectionCommand}.
13
17
  */
14
18
  export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>The connection to be deleted.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
34
+ * @returns {@link DeleteConnectionCommandOutput}
28
35
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, _
37
44
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
38
45
  readonly input: DeleteConnectionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteConnectionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { DeleteHostInput, DeleteHostOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteHostCommand}.
8
10
  */
9
11
  export interface DeleteHostCommandInput extends DeleteHostInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteHostCommand}.
13
17
  */
14
18
  export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
18
23
  * <note>
19
24
  * <p>A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.</p>
@@ -28,6 +33,8 @@ export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBea
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteHostCommandInput - {@link DeleteHostCommandInput}
37
+ * @returns {@link DeleteHostCommandOutput}
31
38
  * @see {@link DeleteHostCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteHostCommandOutput} for command's `response` shape.
33
40
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBea
43
50
  export declare class DeleteHostCommand extends $Command<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
44
51
  readonly input: DeleteHostCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteHostCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostCommandInput, DeleteHostCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConnectionCommand}.
8
10
  */
9
11
  export interface GetConnectionCommandInput extends GetConnectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConnectionCommand}.
13
17
  */
14
18
  export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConnectionCommandInput - {@link GetConnectionCommandInput}
34
+ * @returns {@link GetConnectionCommandOutput}
28
35
  * @see {@link GetConnectionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConnectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad
40
47
  export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
41
48
  readonly input: GetConnectionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetConnectionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { GetHostInput, GetHostOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetHostCommand}.
8
10
  */
9
11
  export interface GetHostCommandInput extends GetHostInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetHostCommand}.
13
17
  */
14
18
  export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
18
23
  * applicable, the VPC configuration.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetHostCommandInput - {@link GetHostCommandInput}
35
+ * @returns {@link GetHostCommandOutput}
29
36
  * @see {@link GetHostCommandInput} for command's `input` shape.
30
37
  * @see {@link GetHostCommandOutput} for command's `response` shape.
31
38
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -41,11 +48,20 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
41
48
  export declare class GetHostCommand extends $Command<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
42
49
  readonly input: GetHostCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: GetHostCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHostCommandInput, GetHostCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { ListConnectionsInput, ListConnectionsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConnectionsCommand}.
8
10
  */
9
11
  export interface ListConnectionsCommandInput extends ListConnectionsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConnectionsCommand}.
13
17
  */
14
18
  export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the connections associated with your account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListConnectionsCommandInput - {@link ListConnectionsCommandInput}
34
+ * @returns {@link ListConnectionsCommandOutput}
28
35
  * @see {@link ListConnectionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListConnectionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M
34
41
  export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
35
42
  readonly input: ListConnectionsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListConnectionsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
5
  import { ListHostsInput, ListHostsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListHostsCommand}.
8
10
  */
9
11
  export interface ListHostsCommandInput extends ListHostsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListHostsCommand}.
13
17
  */
14
18
  export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the hosts associated with your account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListHostsCommandInput - {@link ListHostsCommandInput}
34
+ * @returns {@link ListHostsCommandOutput}
28
35
  * @see {@link ListHostsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListHostsCommandOutput} for command's `response` shape.
30
37
  * @see {@link CodeStarConnectionsClientResolvedConfig | config} for CodeStarConnectionsClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBeare
34
41
  export declare class ListHostsCommand extends $Command<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
35
42
  readonly input: ListHostsCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListHostsCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostsCommandInput, ListHostsCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }