@aws-sdk/client-codestar-connections 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeStarConnections.d.ts +0 -12
- package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeStarConnectionsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -78
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codestar-connections
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-codestar-connections
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-codestar-connections
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -48,7 +48,6 @@ import {
|
|
|
48
48
|
UpdateHostCommandInput,
|
|
49
49
|
UpdateHostCommandOutput,
|
|
50
50
|
} from "./commands/UpdateHostCommand";
|
|
51
|
-
|
|
52
51
|
export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
53
52
|
createConnection(
|
|
54
53
|
args: CreateConnectionCommandInput,
|
|
@@ -63,7 +62,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
63
62
|
options: __HttpHandlerOptions,
|
|
64
63
|
cb: (err: any, data?: CreateConnectionCommandOutput) => void
|
|
65
64
|
): void;
|
|
66
|
-
|
|
67
65
|
createHost(
|
|
68
66
|
args: CreateHostCommandInput,
|
|
69
67
|
options?: __HttpHandlerOptions
|
|
@@ -77,7 +75,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
77
75
|
options: __HttpHandlerOptions,
|
|
78
76
|
cb: (err: any, data?: CreateHostCommandOutput) => void
|
|
79
77
|
): void;
|
|
80
|
-
|
|
81
78
|
deleteConnection(
|
|
82
79
|
args: DeleteConnectionCommandInput,
|
|
83
80
|
options?: __HttpHandlerOptions
|
|
@@ -91,7 +88,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
91
88
|
options: __HttpHandlerOptions,
|
|
92
89
|
cb: (err: any, data?: DeleteConnectionCommandOutput) => void
|
|
93
90
|
): void;
|
|
94
|
-
|
|
95
91
|
deleteHost(
|
|
96
92
|
args: DeleteHostCommandInput,
|
|
97
93
|
options?: __HttpHandlerOptions
|
|
@@ -105,7 +101,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
105
101
|
options: __HttpHandlerOptions,
|
|
106
102
|
cb: (err: any, data?: DeleteHostCommandOutput) => void
|
|
107
103
|
): void;
|
|
108
|
-
|
|
109
104
|
getConnection(
|
|
110
105
|
args: GetConnectionCommandInput,
|
|
111
106
|
options?: __HttpHandlerOptions
|
|
@@ -119,7 +114,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
119
114
|
options: __HttpHandlerOptions,
|
|
120
115
|
cb: (err: any, data?: GetConnectionCommandOutput) => void
|
|
121
116
|
): void;
|
|
122
|
-
|
|
123
117
|
getHost(
|
|
124
118
|
args: GetHostCommandInput,
|
|
125
119
|
options?: __HttpHandlerOptions
|
|
@@ -133,7 +127,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
133
127
|
options: __HttpHandlerOptions,
|
|
134
128
|
cb: (err: any, data?: GetHostCommandOutput) => void
|
|
135
129
|
): void;
|
|
136
|
-
|
|
137
130
|
listConnections(
|
|
138
131
|
args: ListConnectionsCommandInput,
|
|
139
132
|
options?: __HttpHandlerOptions
|
|
@@ -147,7 +140,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
147
140
|
options: __HttpHandlerOptions,
|
|
148
141
|
cb: (err: any, data?: ListConnectionsCommandOutput) => void
|
|
149
142
|
): void;
|
|
150
|
-
|
|
151
143
|
listHosts(
|
|
152
144
|
args: ListHostsCommandInput,
|
|
153
145
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +153,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
161
153
|
options: __HttpHandlerOptions,
|
|
162
154
|
cb: (err: any, data?: ListHostsCommandOutput) => void
|
|
163
155
|
): void;
|
|
164
|
-
|
|
165
156
|
listTagsForResource(
|
|
166
157
|
args: ListTagsForResourceCommandInput,
|
|
167
158
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +166,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
175
166
|
options: __HttpHandlerOptions,
|
|
176
167
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
177
168
|
): void;
|
|
178
|
-
|
|
179
169
|
tagResource(
|
|
180
170
|
args: TagResourceCommandInput,
|
|
181
171
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +179,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
189
179
|
options: __HttpHandlerOptions,
|
|
190
180
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
191
181
|
): void;
|
|
192
|
-
|
|
193
182
|
untagResource(
|
|
194
183
|
args: UntagResourceCommandInput,
|
|
195
184
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +192,6 @@ export declare class CodeStarConnections extends CodeStarConnectionsClient {
|
|
|
203
192
|
options: __HttpHandlerOptions,
|
|
204
193
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
205
194
|
): void;
|
|
206
|
-
|
|
207
195
|
updateHost(
|
|
208
196
|
args: UpdateHostCommandInput,
|
|
209
197
|
options?: __HttpHandlerOptions
|
|
@@ -119,47 +119,26 @@ export declare type ServiceOutputTypes =
|
|
|
119
119
|
export interface ClientDefaults
|
|
120
120
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
121
121
|
requestHandler?: __HttpHandler;
|
|
122
|
-
|
|
123
122
|
sha256?: __HashConstructor;
|
|
124
|
-
|
|
125
123
|
urlParser?: __UrlParser;
|
|
126
|
-
|
|
127
124
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
128
|
-
|
|
129
125
|
streamCollector?: __StreamCollector;
|
|
130
|
-
|
|
131
126
|
base64Decoder?: __Decoder;
|
|
132
|
-
|
|
133
127
|
base64Encoder?: __Encoder;
|
|
134
|
-
|
|
135
128
|
utf8Decoder?: __Decoder;
|
|
136
|
-
|
|
137
129
|
utf8Encoder?: __Encoder;
|
|
138
|
-
|
|
139
130
|
runtime?: string;
|
|
140
|
-
|
|
141
131
|
disableHostPrefix?: boolean;
|
|
142
|
-
|
|
143
132
|
maxAttempts?: number | __Provider<number>;
|
|
144
|
-
|
|
145
133
|
retryMode?: string | __Provider<string>;
|
|
146
|
-
|
|
147
134
|
logger?: __Logger;
|
|
148
|
-
|
|
149
135
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
150
|
-
|
|
151
136
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
152
|
-
|
|
153
137
|
serviceId?: string;
|
|
154
|
-
|
|
155
138
|
region?: string | __Provider<string>;
|
|
156
|
-
|
|
157
139
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
158
|
-
|
|
159
140
|
regionInfoProvider?: RegionInfoProvider;
|
|
160
|
-
|
|
161
141
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
162
|
-
|
|
163
142
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
164
143
|
}
|
|
165
144
|
declare type CodeStarConnectionsClientConfigType = Partial<
|
|
@@ -172,7 +151,6 @@ declare type CodeStarConnectionsClientConfigType = Partial<
|
|
|
172
151
|
HostHeaderInputConfig &
|
|
173
152
|
AwsAuthInputConfig &
|
|
174
153
|
UserAgentInputConfig;
|
|
175
|
-
|
|
176
154
|
export interface CodeStarConnectionsClientConfig
|
|
177
155
|
extends CodeStarConnectionsClientConfigType {}
|
|
178
156
|
declare type CodeStarConnectionsClientResolvedConfigType =
|
|
@@ -184,10 +162,8 @@ declare type CodeStarConnectionsClientResolvedConfigType =
|
|
|
184
162
|
HostHeaderResolvedConfig &
|
|
185
163
|
AwsAuthResolvedConfig &
|
|
186
164
|
UserAgentResolvedConfig;
|
|
187
|
-
|
|
188
165
|
export interface CodeStarConnectionsClientResolvedConfig
|
|
189
166
|
extends CodeStarConnectionsClientResolvedConfigType {}
|
|
190
|
-
|
|
191
167
|
export declare class CodeStarConnectionsClient extends __Client<
|
|
192
168
|
__HttpHandlerOptions,
|
|
193
169
|
ServiceInputTypes,
|
|
@@ -196,7 +172,6 @@ export declare class CodeStarConnectionsClient extends __Client<
|
|
|
196
172
|
> {
|
|
197
173
|
readonly config: CodeStarConnectionsClientResolvedConfig;
|
|
198
174
|
constructor(configuration: CodeStarConnectionsClientConfig);
|
|
199
|
-
|
|
200
175
|
destroy(): void;
|
|
201
176
|
}
|
|
202
177
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateConnectionCommandInput extends CreateConnectionInput {}
|
|
|
18
18
|
export interface CreateConnectionCommandOutput
|
|
19
19
|
extends CreateConnectionOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateConnectionCommand extends $Command<
|
|
23
22
|
CreateConnectionCommandInput,
|
|
24
23
|
CreateConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateConnectionCommandInput;
|
|
28
27
|
constructor(input: CreateConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateHostCommandInput extends CreateHostInput {}
|
|
|
15
15
|
export interface CreateHostCommandOutput
|
|
16
16
|
extends CreateHostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateHostCommand extends $Command<
|
|
20
19
|
CreateHostCommandInput,
|
|
21
20
|
CreateHostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateHostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateHostCommandInput;
|
|
25
24
|
constructor(input: CreateHostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteConnectionCommandInput extends DeleteConnectionInput {}
|
|
|
18
18
|
export interface DeleteConnectionCommandOutput
|
|
19
19
|
extends DeleteConnectionOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteConnectionCommand extends $Command<
|
|
23
22
|
DeleteConnectionCommandInput,
|
|
24
23
|
DeleteConnectionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteConnectionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteConnectionCommandInput;
|
|
28
27
|
constructor(input: DeleteConnectionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteHostCommandInput extends DeleteHostInput {}
|
|
|
15
15
|
export interface DeleteHostCommandOutput
|
|
16
16
|
extends DeleteHostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHostCommand extends $Command<
|
|
20
19
|
DeleteHostCommandInput,
|
|
21
20
|
DeleteHostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHostCommandInput;
|
|
25
24
|
constructor(input: DeleteHostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetConnectionCommandInput extends GetConnectionInput {}
|
|
|
15
15
|
export interface GetConnectionCommandOutput
|
|
16
16
|
extends GetConnectionOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetConnectionCommand extends $Command<
|
|
20
19
|
GetConnectionCommandInput,
|
|
21
20
|
GetConnectionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetConnectionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetConnectionCommandInput;
|
|
25
24
|
constructor(input: GetConnectionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetHostInput, GetHostOutput } from "../models/models_0";
|
|
14
14
|
export interface GetHostCommandInput extends GetHostInput {}
|
|
15
15
|
export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetHostCommand extends $Command<
|
|
18
17
|
GetHostCommandInput,
|
|
19
18
|
GetHostCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetHostCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetHostCommandInput;
|
|
23
22
|
constructor(input: GetHostCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListConnectionsCommandInput extends ListConnectionsInput {}
|
|
|
18
18
|
export interface ListConnectionsCommandOutput
|
|
19
19
|
extends ListConnectionsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListConnectionsCommand extends $Command<
|
|
23
22
|
ListConnectionsCommandInput,
|
|
24
23
|
ListConnectionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListConnectionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListConnectionsCommandInput;
|
|
28
27
|
constructor(input: ListConnectionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListHostsCommandInput extends ListHostsInput {}
|
|
|
15
15
|
export interface ListHostsCommandOutput
|
|
16
16
|
extends ListHostsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListHostsCommand extends $Command<
|
|
20
19
|
ListHostsCommandInput,
|
|
21
20
|
ListHostsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListHostsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListHostsCommandInput;
|
|
25
24
|
constructor(input: ListHostsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateHostCommandInput extends UpdateHostInput {}
|
|
|
15
15
|
export interface UpdateHostCommandOutput
|
|
16
16
|
extends UpdateHostOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateHostCommand extends $Command<
|
|
20
19
|
UpdateHostCommandInput,
|
|
21
20
|
UpdateHostCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateHostCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateHostCommandInput;
|
|
25
24
|
constructor(input: UpdateHostCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodeStarConnectionsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -5,73 +5,54 @@ export declare enum ProviderType {
|
|
|
5
5
|
GITHUB = "GitHub",
|
|
6
6
|
GITHUB_ENTERPRISE_SERVER = "GitHubEnterpriseServer",
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
export interface Tag {
|
|
10
9
|
Key: string | undefined;
|
|
11
|
-
|
|
12
10
|
Value: string | undefined;
|
|
13
11
|
}
|
|
14
12
|
export interface CreateConnectionInput {
|
|
15
13
|
ProviderType?: ProviderType | string;
|
|
16
|
-
|
|
17
14
|
ConnectionName: string | undefined;
|
|
18
|
-
|
|
19
15
|
Tags?: Tag[];
|
|
20
|
-
|
|
21
16
|
HostArn?: string;
|
|
22
17
|
}
|
|
23
18
|
export interface CreateConnectionOutput {
|
|
24
19
|
ConnectionArn: string | undefined;
|
|
25
|
-
|
|
26
20
|
Tags?: Tag[];
|
|
27
21
|
}
|
|
28
|
-
|
|
29
22
|
export declare class LimitExceededException extends __BaseException {
|
|
30
23
|
readonly name: "LimitExceededException";
|
|
31
24
|
readonly $fault: "client";
|
|
32
25
|
Message?: string;
|
|
33
|
-
|
|
34
26
|
constructor(
|
|
35
27
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
36
28
|
);
|
|
37
29
|
}
|
|
38
|
-
|
|
39
30
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
40
31
|
readonly name: "ResourceNotFoundException";
|
|
41
32
|
readonly $fault: "client";
|
|
42
33
|
Message?: string;
|
|
43
|
-
|
|
44
34
|
constructor(
|
|
45
35
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
46
36
|
);
|
|
47
37
|
}
|
|
48
|
-
|
|
49
38
|
export declare class ResourceUnavailableException extends __BaseException {
|
|
50
39
|
readonly name: "ResourceUnavailableException";
|
|
51
40
|
readonly $fault: "client";
|
|
52
41
|
Message?: string;
|
|
53
|
-
|
|
54
42
|
constructor(
|
|
55
43
|
opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
|
|
56
44
|
);
|
|
57
45
|
}
|
|
58
|
-
|
|
59
46
|
export interface VpcConfiguration {
|
|
60
47
|
VpcId: string | undefined;
|
|
61
|
-
|
|
62
48
|
SubnetIds: string[] | undefined;
|
|
63
|
-
|
|
64
49
|
SecurityGroupIds: string[] | undefined;
|
|
65
|
-
|
|
66
50
|
TlsCertificate?: string;
|
|
67
51
|
}
|
|
68
52
|
export interface CreateHostInput {
|
|
69
53
|
Name: string | undefined;
|
|
70
|
-
|
|
71
54
|
ProviderType: ProviderType | string | undefined;
|
|
72
|
-
|
|
73
55
|
ProviderEndpoint: string | undefined;
|
|
74
|
-
|
|
75
56
|
VpcConfiguration?: VpcConfiguration;
|
|
76
57
|
Tags?: Tag[];
|
|
77
58
|
}
|
|
@@ -95,18 +76,12 @@ export declare enum ConnectionStatus {
|
|
|
95
76
|
ERROR = "ERROR",
|
|
96
77
|
PENDING = "PENDING",
|
|
97
78
|
}
|
|
98
|
-
|
|
99
79
|
export interface Connection {
|
|
100
80
|
ConnectionName?: string;
|
|
101
|
-
|
|
102
81
|
ConnectionArn?: string;
|
|
103
|
-
|
|
104
82
|
ProviderType?: ProviderType | string;
|
|
105
|
-
|
|
106
83
|
OwnerAccountId?: string;
|
|
107
|
-
|
|
108
84
|
ConnectionStatus?: ConnectionStatus | string;
|
|
109
|
-
|
|
110
85
|
HostArn?: string;
|
|
111
86
|
}
|
|
112
87
|
export interface GetConnectionOutput {
|
|
@@ -117,53 +92,36 @@ export interface GetHostInput {
|
|
|
117
92
|
}
|
|
118
93
|
export interface GetHostOutput {
|
|
119
94
|
Name?: string;
|
|
120
|
-
|
|
121
95
|
Status?: string;
|
|
122
|
-
|
|
123
96
|
ProviderType?: ProviderType | string;
|
|
124
|
-
|
|
125
97
|
ProviderEndpoint?: string;
|
|
126
|
-
|
|
127
98
|
VpcConfiguration?: VpcConfiguration;
|
|
128
99
|
}
|
|
129
100
|
export interface ListConnectionsInput {
|
|
130
101
|
ProviderTypeFilter?: ProviderType | string;
|
|
131
|
-
|
|
132
102
|
HostArnFilter?: string;
|
|
133
|
-
|
|
134
103
|
MaxResults?: number;
|
|
135
|
-
|
|
136
104
|
NextToken?: string;
|
|
137
105
|
}
|
|
138
106
|
export interface ListConnectionsOutput {
|
|
139
107
|
Connections?: Connection[];
|
|
140
|
-
|
|
141
108
|
NextToken?: string;
|
|
142
109
|
}
|
|
143
110
|
export interface ListHostsInput {
|
|
144
111
|
MaxResults?: number;
|
|
145
|
-
|
|
146
112
|
NextToken?: string;
|
|
147
113
|
}
|
|
148
|
-
|
|
149
114
|
export interface Host {
|
|
150
115
|
Name?: string;
|
|
151
|
-
|
|
152
116
|
HostArn?: string;
|
|
153
|
-
|
|
154
117
|
ProviderType?: ProviderType | string;
|
|
155
|
-
|
|
156
118
|
ProviderEndpoint?: string;
|
|
157
|
-
|
|
158
119
|
VpcConfiguration?: VpcConfiguration;
|
|
159
|
-
|
|
160
120
|
Status?: string;
|
|
161
|
-
|
|
162
121
|
StatusMessage?: string;
|
|
163
122
|
}
|
|
164
123
|
export interface ListHostsOutput {
|
|
165
124
|
Hosts?: Host[];
|
|
166
|
-
|
|
167
125
|
NextToken?: string;
|
|
168
126
|
}
|
|
169
127
|
export interface ListTagsForResourceInput {
|
|
@@ -174,143 +132,107 @@ export interface ListTagsForResourceOutput {
|
|
|
174
132
|
}
|
|
175
133
|
export interface TagResourceInput {
|
|
176
134
|
ResourceArn: string | undefined;
|
|
177
|
-
|
|
178
135
|
Tags: Tag[] | undefined;
|
|
179
136
|
}
|
|
180
137
|
export interface TagResourceOutput {}
|
|
181
138
|
export interface UntagResourceInput {
|
|
182
139
|
ResourceArn: string | undefined;
|
|
183
|
-
|
|
184
140
|
TagKeys: string[] | undefined;
|
|
185
141
|
}
|
|
186
142
|
export interface UntagResourceOutput {}
|
|
187
|
-
|
|
188
143
|
export declare class ConflictException extends __BaseException {
|
|
189
144
|
readonly name: "ConflictException";
|
|
190
145
|
readonly $fault: "client";
|
|
191
146
|
Message?: string;
|
|
192
|
-
|
|
193
147
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
194
148
|
}
|
|
195
|
-
|
|
196
149
|
export declare class UnsupportedOperationException extends __BaseException {
|
|
197
150
|
readonly name: "UnsupportedOperationException";
|
|
198
151
|
readonly $fault: "client";
|
|
199
152
|
Message?: string;
|
|
200
|
-
|
|
201
153
|
constructor(
|
|
202
154
|
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
203
155
|
);
|
|
204
156
|
}
|
|
205
157
|
export interface UpdateHostInput {
|
|
206
158
|
HostArn: string | undefined;
|
|
207
|
-
|
|
208
159
|
ProviderEndpoint?: string;
|
|
209
|
-
|
|
210
160
|
VpcConfiguration?: VpcConfiguration;
|
|
211
161
|
}
|
|
212
162
|
export interface UpdateHostOutput {}
|
|
213
|
-
|
|
214
163
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
215
|
-
|
|
216
164
|
export declare const CreateConnectionInputFilterSensitiveLog: (
|
|
217
165
|
obj: CreateConnectionInput
|
|
218
166
|
) => any;
|
|
219
|
-
|
|
220
167
|
export declare const CreateConnectionOutputFilterSensitiveLog: (
|
|
221
168
|
obj: CreateConnectionOutput
|
|
222
169
|
) => any;
|
|
223
|
-
|
|
224
170
|
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
225
171
|
obj: VpcConfiguration
|
|
226
172
|
) => any;
|
|
227
|
-
|
|
228
173
|
export declare const CreateHostInputFilterSensitiveLog: (
|
|
229
174
|
obj: CreateHostInput
|
|
230
175
|
) => any;
|
|
231
|
-
|
|
232
176
|
export declare const CreateHostOutputFilterSensitiveLog: (
|
|
233
177
|
obj: CreateHostOutput
|
|
234
178
|
) => any;
|
|
235
|
-
|
|
236
179
|
export declare const DeleteConnectionInputFilterSensitiveLog: (
|
|
237
180
|
obj: DeleteConnectionInput
|
|
238
181
|
) => any;
|
|
239
|
-
|
|
240
182
|
export declare const DeleteConnectionOutputFilterSensitiveLog: (
|
|
241
183
|
obj: DeleteConnectionOutput
|
|
242
184
|
) => any;
|
|
243
|
-
|
|
244
185
|
export declare const DeleteHostInputFilterSensitiveLog: (
|
|
245
186
|
obj: DeleteHostInput
|
|
246
187
|
) => any;
|
|
247
|
-
|
|
248
188
|
export declare const DeleteHostOutputFilterSensitiveLog: (
|
|
249
189
|
obj: DeleteHostOutput
|
|
250
190
|
) => any;
|
|
251
|
-
|
|
252
191
|
export declare const GetConnectionInputFilterSensitiveLog: (
|
|
253
192
|
obj: GetConnectionInput
|
|
254
193
|
) => any;
|
|
255
|
-
|
|
256
194
|
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
257
|
-
|
|
258
195
|
export declare const GetConnectionOutputFilterSensitiveLog: (
|
|
259
196
|
obj: GetConnectionOutput
|
|
260
197
|
) => any;
|
|
261
|
-
|
|
262
198
|
export declare const GetHostInputFilterSensitiveLog: (obj: GetHostInput) => any;
|
|
263
|
-
|
|
264
199
|
export declare const GetHostOutputFilterSensitiveLog: (
|
|
265
200
|
obj: GetHostOutput
|
|
266
201
|
) => any;
|
|
267
|
-
|
|
268
202
|
export declare const ListConnectionsInputFilterSensitiveLog: (
|
|
269
203
|
obj: ListConnectionsInput
|
|
270
204
|
) => any;
|
|
271
|
-
|
|
272
205
|
export declare const ListConnectionsOutputFilterSensitiveLog: (
|
|
273
206
|
obj: ListConnectionsOutput
|
|
274
207
|
) => any;
|
|
275
|
-
|
|
276
208
|
export declare const ListHostsInputFilterSensitiveLog: (
|
|
277
209
|
obj: ListHostsInput
|
|
278
210
|
) => any;
|
|
279
|
-
|
|
280
211
|
export declare const HostFilterSensitiveLog: (obj: Host) => any;
|
|
281
|
-
|
|
282
212
|
export declare const ListHostsOutputFilterSensitiveLog: (
|
|
283
213
|
obj: ListHostsOutput
|
|
284
214
|
) => any;
|
|
285
|
-
|
|
286
215
|
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
287
216
|
obj: ListTagsForResourceInput
|
|
288
217
|
) => any;
|
|
289
|
-
|
|
290
218
|
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
291
219
|
obj: ListTagsForResourceOutput
|
|
292
220
|
) => any;
|
|
293
|
-
|
|
294
221
|
export declare const TagResourceInputFilterSensitiveLog: (
|
|
295
222
|
obj: TagResourceInput
|
|
296
223
|
) => any;
|
|
297
|
-
|
|
298
224
|
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
299
225
|
obj: TagResourceOutput
|
|
300
226
|
) => any;
|
|
301
|
-
|
|
302
227
|
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
303
228
|
obj: UntagResourceInput
|
|
304
229
|
) => any;
|
|
305
|
-
|
|
306
230
|
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
307
231
|
obj: UntagResourceOutput
|
|
308
232
|
) => any;
|
|
309
|
-
|
|
310
233
|
export declare const UpdateHostInputFilterSensitiveLog: (
|
|
311
234
|
obj: UpdateHostInput
|
|
312
235
|
) => any;
|
|
313
|
-
|
|
314
236
|
export declare const UpdateHostOutputFilterSensitiveLog: (
|
|
315
237
|
obj: UpdateHostOutput
|
|
316
238
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: CodeStarConnectionsClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: CodeStarConnectionsClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: CodeStarConnectionsClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
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.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|