@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.
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
- package/dist-cjs/commands/CreateHostCommand.js +2 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteHostCommand.js +2 -3
- package/dist-cjs/commands/GetConnectionCommand.js +2 -3
- package/dist-cjs/commands/GetHostCommand.js +2 -3
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
- package/dist-cjs/commands/ListHostsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateHostCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -113
- package/dist-es/commands/CreateConnectionCommand.js +2 -3
- package/dist-es/commands/CreateHostCommand.js +2 -3
- package/dist-es/commands/DeleteConnectionCommand.js +2 -3
- package/dist-es/commands/DeleteHostCommand.js +2 -3
- package/dist-es/commands/GetConnectionCommand.js +2 -3
- package/dist-es/commands/GetHostCommand.js +2 -3
- package/dist-es/commands/ListConnectionsCommand.js +2 -3
- package/dist-es/commands/ListHostsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateHostCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -84
- package/dist-types/CodeStarConnections.d.ts +13 -0
- package/dist-types/CodeStarConnectionsClient.d.ts +24 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateHostCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHostCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -0
- package/dist-types/commands/GetHostCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListHostsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateHostCommand.d.ts +16 -0
- package/dist-types/models/CodeStarConnectionsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +87 -112
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHostsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -76
- package/package.json +4 -3
|
@@ -160,79 +160,3 @@ export interface UpdateHostInput {
|
|
|
160
160
|
VpcConfiguration?: VpcConfiguration;
|
|
161
161
|
}
|
|
162
162
|
export interface UpdateHostOutput {}
|
|
163
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
164
|
-
export declare const CreateConnectionInputFilterSensitiveLog: (
|
|
165
|
-
obj: CreateConnectionInput
|
|
166
|
-
) => any;
|
|
167
|
-
export declare const CreateConnectionOutputFilterSensitiveLog: (
|
|
168
|
-
obj: CreateConnectionOutput
|
|
169
|
-
) => any;
|
|
170
|
-
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
171
|
-
obj: VpcConfiguration
|
|
172
|
-
) => any;
|
|
173
|
-
export declare const CreateHostInputFilterSensitiveLog: (
|
|
174
|
-
obj: CreateHostInput
|
|
175
|
-
) => any;
|
|
176
|
-
export declare const CreateHostOutputFilterSensitiveLog: (
|
|
177
|
-
obj: CreateHostOutput
|
|
178
|
-
) => any;
|
|
179
|
-
export declare const DeleteConnectionInputFilterSensitiveLog: (
|
|
180
|
-
obj: DeleteConnectionInput
|
|
181
|
-
) => any;
|
|
182
|
-
export declare const DeleteConnectionOutputFilterSensitiveLog: (
|
|
183
|
-
obj: DeleteConnectionOutput
|
|
184
|
-
) => any;
|
|
185
|
-
export declare const DeleteHostInputFilterSensitiveLog: (
|
|
186
|
-
obj: DeleteHostInput
|
|
187
|
-
) => any;
|
|
188
|
-
export declare const DeleteHostOutputFilterSensitiveLog: (
|
|
189
|
-
obj: DeleteHostOutput
|
|
190
|
-
) => any;
|
|
191
|
-
export declare const GetConnectionInputFilterSensitiveLog: (
|
|
192
|
-
obj: GetConnectionInput
|
|
193
|
-
) => any;
|
|
194
|
-
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
195
|
-
export declare const GetConnectionOutputFilterSensitiveLog: (
|
|
196
|
-
obj: GetConnectionOutput
|
|
197
|
-
) => any;
|
|
198
|
-
export declare const GetHostInputFilterSensitiveLog: (obj: GetHostInput) => any;
|
|
199
|
-
export declare const GetHostOutputFilterSensitiveLog: (
|
|
200
|
-
obj: GetHostOutput
|
|
201
|
-
) => any;
|
|
202
|
-
export declare const ListConnectionsInputFilterSensitiveLog: (
|
|
203
|
-
obj: ListConnectionsInput
|
|
204
|
-
) => any;
|
|
205
|
-
export declare const ListConnectionsOutputFilterSensitiveLog: (
|
|
206
|
-
obj: ListConnectionsOutput
|
|
207
|
-
) => any;
|
|
208
|
-
export declare const ListHostsInputFilterSensitiveLog: (
|
|
209
|
-
obj: ListHostsInput
|
|
210
|
-
) => any;
|
|
211
|
-
export declare const HostFilterSensitiveLog: (obj: Host) => any;
|
|
212
|
-
export declare const ListHostsOutputFilterSensitiveLog: (
|
|
213
|
-
obj: ListHostsOutput
|
|
214
|
-
) => any;
|
|
215
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
216
|
-
obj: ListTagsForResourceInput
|
|
217
|
-
) => any;
|
|
218
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
219
|
-
obj: ListTagsForResourceOutput
|
|
220
|
-
) => any;
|
|
221
|
-
export declare const TagResourceInputFilterSensitiveLog: (
|
|
222
|
-
obj: TagResourceInput
|
|
223
|
-
) => any;
|
|
224
|
-
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
225
|
-
obj: TagResourceOutput
|
|
226
|
-
) => any;
|
|
227
|
-
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
228
|
-
obj: UntagResourceInput
|
|
229
|
-
) => any;
|
|
230
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
231
|
-
obj: UntagResourceOutput
|
|
232
|
-
) => any;
|
|
233
|
-
export declare const UpdateHostInputFilterSensitiveLog: (
|
|
234
|
-
obj: UpdateHostInput
|
|
235
|
-
) => any;
|
|
236
|
-
export declare const UpdateHostOutputFilterSensitiveLog: (
|
|
237
|
-
obj: UpdateHostOutput
|
|
238
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codestar-connections",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo codestar-connections"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|