@aws-sdk/client-codestar-notifications 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodestarNotifications.d.ts +0 -13
- package/dist-types/ts3.4/CodestarNotificationsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateNotificationRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNotificationRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNotificationRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNotificationRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNotificationRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodestarNotificationsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -103
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codestar-notifications
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-codestar-notifications
|
|
@@ -52,7 +52,6 @@ import {
|
|
|
52
52
|
UpdateNotificationRuleCommandInput,
|
|
53
53
|
UpdateNotificationRuleCommandOutput,
|
|
54
54
|
} from "./commands/UpdateNotificationRuleCommand";
|
|
55
|
-
|
|
56
55
|
export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
57
56
|
createNotificationRule(
|
|
58
57
|
args: CreateNotificationRuleCommandInput,
|
|
@@ -67,7 +66,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
67
66
|
options: __HttpHandlerOptions,
|
|
68
67
|
cb: (err: any, data?: CreateNotificationRuleCommandOutput) => void
|
|
69
68
|
): void;
|
|
70
|
-
|
|
71
69
|
deleteNotificationRule(
|
|
72
70
|
args: DeleteNotificationRuleCommandInput,
|
|
73
71
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +79,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
81
79
|
options: __HttpHandlerOptions,
|
|
82
80
|
cb: (err: any, data?: DeleteNotificationRuleCommandOutput) => void
|
|
83
81
|
): void;
|
|
84
|
-
|
|
85
82
|
deleteTarget(
|
|
86
83
|
args: DeleteTargetCommandInput,
|
|
87
84
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +92,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
95
92
|
options: __HttpHandlerOptions,
|
|
96
93
|
cb: (err: any, data?: DeleteTargetCommandOutput) => void
|
|
97
94
|
): void;
|
|
98
|
-
|
|
99
95
|
describeNotificationRule(
|
|
100
96
|
args: DescribeNotificationRuleCommandInput,
|
|
101
97
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +105,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
109
105
|
options: __HttpHandlerOptions,
|
|
110
106
|
cb: (err: any, data?: DescribeNotificationRuleCommandOutput) => void
|
|
111
107
|
): void;
|
|
112
|
-
|
|
113
108
|
listEventTypes(
|
|
114
109
|
args: ListEventTypesCommandInput,
|
|
115
110
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +118,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
123
118
|
options: __HttpHandlerOptions,
|
|
124
119
|
cb: (err: any, data?: ListEventTypesCommandOutput) => void
|
|
125
120
|
): void;
|
|
126
|
-
|
|
127
121
|
listNotificationRules(
|
|
128
122
|
args: ListNotificationRulesCommandInput,
|
|
129
123
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +131,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
137
131
|
options: __HttpHandlerOptions,
|
|
138
132
|
cb: (err: any, data?: ListNotificationRulesCommandOutput) => void
|
|
139
133
|
): void;
|
|
140
|
-
|
|
141
134
|
listTagsForResource(
|
|
142
135
|
args: ListTagsForResourceCommandInput,
|
|
143
136
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +144,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
151
144
|
options: __HttpHandlerOptions,
|
|
152
145
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
153
146
|
): void;
|
|
154
|
-
|
|
155
147
|
listTargets(
|
|
156
148
|
args: ListTargetsCommandInput,
|
|
157
149
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +157,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
165
157
|
options: __HttpHandlerOptions,
|
|
166
158
|
cb: (err: any, data?: ListTargetsCommandOutput) => void
|
|
167
159
|
): void;
|
|
168
|
-
|
|
169
160
|
subscribe(
|
|
170
161
|
args: SubscribeCommandInput,
|
|
171
162
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +170,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
179
170
|
options: __HttpHandlerOptions,
|
|
180
171
|
cb: (err: any, data?: SubscribeCommandOutput) => void
|
|
181
172
|
): void;
|
|
182
|
-
|
|
183
173
|
tagResource(
|
|
184
174
|
args: TagResourceCommandInput,
|
|
185
175
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +183,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
193
183
|
options: __HttpHandlerOptions,
|
|
194
184
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
195
185
|
): void;
|
|
196
|
-
|
|
197
186
|
unsubscribe(
|
|
198
187
|
args: UnsubscribeCommandInput,
|
|
199
188
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +196,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
207
196
|
options: __HttpHandlerOptions,
|
|
208
197
|
cb: (err: any, data?: UnsubscribeCommandOutput) => void
|
|
209
198
|
): void;
|
|
210
|
-
|
|
211
199
|
untagResource(
|
|
212
200
|
args: UntagResourceCommandInput,
|
|
213
201
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +209,6 @@ export declare class CodestarNotifications extends CodestarNotificationsClient {
|
|
|
221
209
|
options: __HttpHandlerOptions,
|
|
222
210
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
223
211
|
): void;
|
|
224
|
-
|
|
225
212
|
updateNotificationRule(
|
|
226
213
|
args: UpdateNotificationRuleCommandInput,
|
|
227
214
|
options?: __HttpHandlerOptions
|
|
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
|
|
|
125
125
|
export interface ClientDefaults
|
|
126
126
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
127
|
requestHandler?: __HttpHandler;
|
|
128
|
-
|
|
129
128
|
sha256?: __HashConstructor;
|
|
130
|
-
|
|
131
129
|
urlParser?: __UrlParser;
|
|
132
|
-
|
|
133
130
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
-
|
|
135
131
|
streamCollector?: __StreamCollector;
|
|
136
|
-
|
|
137
132
|
base64Decoder?: __Decoder;
|
|
138
|
-
|
|
139
133
|
base64Encoder?: __Encoder;
|
|
140
|
-
|
|
141
134
|
utf8Decoder?: __Decoder;
|
|
142
|
-
|
|
143
135
|
utf8Encoder?: __Encoder;
|
|
144
|
-
|
|
145
136
|
runtime?: string;
|
|
146
|
-
|
|
147
137
|
disableHostPrefix?: boolean;
|
|
148
|
-
|
|
149
138
|
maxAttempts?: number | __Provider<number>;
|
|
150
|
-
|
|
151
139
|
retryMode?: string | __Provider<string>;
|
|
152
|
-
|
|
153
140
|
logger?: __Logger;
|
|
154
|
-
|
|
155
141
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
-
|
|
157
142
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
-
|
|
159
143
|
serviceId?: string;
|
|
160
|
-
|
|
161
144
|
region?: string | __Provider<string>;
|
|
162
|
-
|
|
163
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
-
|
|
165
146
|
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
-
|
|
167
147
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
-
|
|
169
148
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
149
|
}
|
|
171
150
|
declare type CodestarNotificationsClientConfigType = Partial<
|
|
@@ -178,7 +157,6 @@ declare type CodestarNotificationsClientConfigType = Partial<
|
|
|
178
157
|
HostHeaderInputConfig &
|
|
179
158
|
AwsAuthInputConfig &
|
|
180
159
|
UserAgentInputConfig;
|
|
181
|
-
|
|
182
160
|
export interface CodestarNotificationsClientConfig
|
|
183
161
|
extends CodestarNotificationsClientConfigType {}
|
|
184
162
|
declare type CodestarNotificationsClientResolvedConfigType =
|
|
@@ -190,10 +168,8 @@ declare type CodestarNotificationsClientResolvedConfigType =
|
|
|
190
168
|
HostHeaderResolvedConfig &
|
|
191
169
|
AwsAuthResolvedConfig &
|
|
192
170
|
UserAgentResolvedConfig;
|
|
193
|
-
|
|
194
171
|
export interface CodestarNotificationsClientResolvedConfig
|
|
195
172
|
extends CodestarNotificationsClientResolvedConfigType {}
|
|
196
|
-
|
|
197
173
|
export declare class CodestarNotificationsClient extends __Client<
|
|
198
174
|
__HttpHandlerOptions,
|
|
199
175
|
ServiceInputTypes,
|
|
@@ -202,7 +178,6 @@ export declare class CodestarNotificationsClient extends __Client<
|
|
|
202
178
|
> {
|
|
203
179
|
readonly config: CodestarNotificationsClientResolvedConfig;
|
|
204
180
|
constructor(configuration: CodestarNotificationsClientConfig);
|
|
205
|
-
|
|
206
181
|
destroy(): void;
|
|
207
182
|
}
|
|
208
183
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateNotificationRuleCommandInput
|
|
|
19
19
|
export interface CreateNotificationRuleCommandOutput
|
|
20
20
|
extends CreateNotificationRuleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateNotificationRuleCommand extends $Command<
|
|
24
23
|
CreateNotificationRuleCommandInput,
|
|
25
24
|
CreateNotificationRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateNotificationRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateNotificationRuleCommandInput;
|
|
29
28
|
constructor(input: CreateNotificationRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteNotificationRuleCommandInput
|
|
|
19
19
|
export interface DeleteNotificationRuleCommandOutput
|
|
20
20
|
extends DeleteNotificationRuleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteNotificationRuleCommand extends $Command<
|
|
24
23
|
DeleteNotificationRuleCommandInput,
|
|
25
24
|
DeleteNotificationRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteNotificationRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteNotificationRuleCommandInput;
|
|
29
28
|
constructor(input: DeleteNotificationRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTargetCommandInput extends DeleteTargetRequest {}
|
|
|
15
15
|
export interface DeleteTargetCommandOutput
|
|
16
16
|
extends DeleteTargetResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTargetCommand extends $Command<
|
|
20
19
|
DeleteTargetCommandInput,
|
|
21
20
|
DeleteTargetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTargetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTargetCommandInput;
|
|
25
24
|
constructor(input: DeleteTargetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeNotificationRuleCommandInput
|
|
|
19
19
|
export interface DescribeNotificationRuleCommandOutput
|
|
20
20
|
extends DescribeNotificationRuleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeNotificationRuleCommand extends $Command<
|
|
24
23
|
DescribeNotificationRuleCommandInput,
|
|
25
24
|
DescribeNotificationRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeNotificationRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeNotificationRuleCommandInput;
|
|
29
28
|
constructor(input: DescribeNotificationRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListEventTypesCommandInput extends ListEventTypesRequest {}
|
|
|
18
18
|
export interface ListEventTypesCommandOutput
|
|
19
19
|
extends ListEventTypesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListEventTypesCommand extends $Command<
|
|
23
22
|
ListEventTypesCommandInput,
|
|
24
23
|
ListEventTypesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListEventTypesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListEventTypesCommandInput;
|
|
28
27
|
constructor(input: ListEventTypesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListNotificationRulesCommandInput
|
|
|
19
19
|
export interface ListNotificationRulesCommandOutput
|
|
20
20
|
extends ListNotificationRulesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListNotificationRulesCommand extends $Command<
|
|
24
23
|
ListNotificationRulesCommandInput,
|
|
25
24
|
ListNotificationRulesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListNotificationRulesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListNotificationRulesCommandInput;
|
|
29
28
|
constructor(input: ListNotificationRulesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResult,
|
|
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: CodestarNotificationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTargetsCommandInput extends ListTargetsRequest {}
|
|
|
15
15
|
export interface ListTargetsCommandOutput
|
|
16
16
|
extends ListTargetsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTargetsCommand extends $Command<
|
|
20
19
|
ListTargetsCommandInput,
|
|
21
20
|
ListTargetsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTargetsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTargetsCommandInput;
|
|
25
24
|
constructor(input: ListTargetsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SubscribeCommandInput extends SubscribeRequest {}
|
|
|
15
15
|
export interface SubscribeCommandOutput
|
|
16
16
|
extends SubscribeResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SubscribeCommand extends $Command<
|
|
20
19
|
SubscribeCommandInput,
|
|
21
20
|
SubscribeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SubscribeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SubscribeCommandInput;
|
|
25
24
|
constructor(input: SubscribeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResult,
|
|
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: CodestarNotificationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UnsubscribeCommandInput extends UnsubscribeRequest {}
|
|
|
15
15
|
export interface UnsubscribeCommandOutput
|
|
16
16
|
extends UnsubscribeResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UnsubscribeCommand extends $Command<
|
|
20
19
|
UnsubscribeCommandInput,
|
|
21
20
|
UnsubscribeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UnsubscribeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UnsubscribeCommandInput;
|
|
25
24
|
constructor(input: UnsubscribeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceResult,
|
|
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: CodestarNotificationsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateNotificationRuleCommandInput
|
|
|
19
19
|
export interface UpdateNotificationRuleCommandOutput
|
|
20
20
|
extends UpdateNotificationRuleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateNotificationRuleCommand extends $Command<
|
|
24
23
|
UpdateNotificationRuleCommandInput,
|
|
25
24
|
UpdateNotificationRuleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateNotificationRuleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateNotificationRuleCommandInput;
|
|
29
28
|
constructor(input: UpdateNotificationRuleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodestarNotificationsClientResolvedConfig,
|
|
@@ -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 CodestarNotificationsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message?: string;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
15
12
|
readonly name: "ConcurrentModificationException";
|
|
16
13
|
readonly $fault: "client";
|
|
17
14
|
Message?: string;
|
|
18
|
-
|
|
19
15
|
constructor(
|
|
20
16
|
opts: __ExceptionOptionType<
|
|
21
17
|
ConcurrentModificationException,
|
|
@@ -23,12 +19,10 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
23
19
|
>
|
|
24
20
|
);
|
|
25
21
|
}
|
|
26
|
-
|
|
27
22
|
export declare class ConfigurationException extends __BaseException {
|
|
28
23
|
readonly name: "ConfigurationException";
|
|
29
24
|
readonly $fault: "client";
|
|
30
25
|
Message?: string;
|
|
31
|
-
|
|
32
26
|
constructor(
|
|
33
27
|
opts: __ExceptionOptionType<ConfigurationException, __BaseException>
|
|
34
28
|
);
|
|
@@ -41,58 +35,43 @@ export declare enum NotificationRuleStatus {
|
|
|
41
35
|
DISABLED = "DISABLED",
|
|
42
36
|
ENABLED = "ENABLED",
|
|
43
37
|
}
|
|
44
|
-
|
|
45
38
|
export interface Target {
|
|
46
39
|
TargetType?: string;
|
|
47
|
-
|
|
48
40
|
TargetAddress?: string;
|
|
49
41
|
}
|
|
50
42
|
export interface CreateNotificationRuleRequest {
|
|
51
43
|
Name: string | undefined;
|
|
52
|
-
|
|
53
44
|
EventTypeIds: string[] | undefined;
|
|
54
|
-
|
|
55
45
|
Resource: string | undefined;
|
|
56
|
-
|
|
57
46
|
Targets: Target[] | undefined;
|
|
58
|
-
|
|
59
47
|
DetailType: DetailType | string | undefined;
|
|
60
|
-
|
|
61
48
|
ClientRequestToken?: string;
|
|
62
|
-
|
|
63
49
|
Tags?: Record<string, string>;
|
|
64
|
-
|
|
65
50
|
Status?: NotificationRuleStatus | string;
|
|
66
51
|
}
|
|
67
52
|
export interface CreateNotificationRuleResult {
|
|
68
53
|
Arn?: string;
|
|
69
54
|
}
|
|
70
|
-
|
|
71
55
|
export declare class LimitExceededException extends __BaseException {
|
|
72
56
|
readonly name: "LimitExceededException";
|
|
73
57
|
readonly $fault: "client";
|
|
74
58
|
Message?: string;
|
|
75
|
-
|
|
76
59
|
constructor(
|
|
77
60
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
78
61
|
);
|
|
79
62
|
}
|
|
80
|
-
|
|
81
63
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
82
64
|
readonly name: "ResourceAlreadyExistsException";
|
|
83
65
|
readonly $fault: "client";
|
|
84
66
|
Message?: string;
|
|
85
|
-
|
|
86
67
|
constructor(
|
|
87
68
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
88
69
|
);
|
|
89
70
|
}
|
|
90
|
-
|
|
91
71
|
export declare class ValidationException extends __BaseException {
|
|
92
72
|
readonly name: "ValidationException";
|
|
93
73
|
readonly $fault: "client";
|
|
94
74
|
Message?: string;
|
|
95
|
-
|
|
96
75
|
constructor(
|
|
97
76
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
98
77
|
);
|
|
@@ -105,21 +84,16 @@ export interface DeleteNotificationRuleResult {
|
|
|
105
84
|
}
|
|
106
85
|
export interface DeleteTargetRequest {
|
|
107
86
|
TargetAddress: string | undefined;
|
|
108
|
-
|
|
109
87
|
ForceUnsubscribeAll?: boolean;
|
|
110
88
|
}
|
|
111
89
|
export interface DeleteTargetResult {}
|
|
112
90
|
export interface DescribeNotificationRuleRequest {
|
|
113
91
|
Arn: string | undefined;
|
|
114
92
|
}
|
|
115
|
-
|
|
116
93
|
export interface EventTypeSummary {
|
|
117
94
|
EventTypeId?: string;
|
|
118
|
-
|
|
119
95
|
ServiceName?: string;
|
|
120
|
-
|
|
121
96
|
EventTypeName?: string;
|
|
122
|
-
|
|
123
97
|
ResourceType?: string;
|
|
124
98
|
}
|
|
125
99
|
export declare enum TargetStatus {
|
|
@@ -129,53 +103,36 @@ export declare enum TargetStatus {
|
|
|
129
103
|
PENDING = "PENDING",
|
|
130
104
|
UNREACHABLE = "UNREACHABLE",
|
|
131
105
|
}
|
|
132
|
-
|
|
133
106
|
export interface TargetSummary {
|
|
134
107
|
TargetAddress?: string;
|
|
135
|
-
|
|
136
108
|
TargetType?: string;
|
|
137
|
-
|
|
138
109
|
TargetStatus?: TargetStatus | string;
|
|
139
110
|
}
|
|
140
111
|
export interface DescribeNotificationRuleResult {
|
|
141
112
|
Arn: string | undefined;
|
|
142
|
-
|
|
143
113
|
Name?: string;
|
|
144
|
-
|
|
145
114
|
EventTypes?: EventTypeSummary[];
|
|
146
|
-
|
|
147
115
|
Resource?: string;
|
|
148
|
-
|
|
149
116
|
Targets?: TargetSummary[];
|
|
150
|
-
|
|
151
117
|
DetailType?: DetailType | string;
|
|
152
|
-
|
|
153
118
|
CreatedBy?: string;
|
|
154
|
-
|
|
155
119
|
Status?: NotificationRuleStatus | string;
|
|
156
|
-
|
|
157
120
|
CreatedTimestamp?: Date;
|
|
158
|
-
|
|
159
121
|
LastModifiedTimestamp?: Date;
|
|
160
|
-
|
|
161
122
|
Tags?: Record<string, string>;
|
|
162
123
|
}
|
|
163
|
-
|
|
164
124
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
165
125
|
readonly name: "ResourceNotFoundException";
|
|
166
126
|
readonly $fault: "client";
|
|
167
127
|
Message?: string;
|
|
168
|
-
|
|
169
128
|
constructor(
|
|
170
129
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
171
130
|
);
|
|
172
131
|
}
|
|
173
|
-
|
|
174
132
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
175
133
|
readonly name: "InvalidNextTokenException";
|
|
176
134
|
readonly $fault: "client";
|
|
177
135
|
Message?: string;
|
|
178
|
-
|
|
179
136
|
constructor(
|
|
180
137
|
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
181
138
|
);
|
|
@@ -184,22 +141,17 @@ export declare enum ListEventTypesFilterName {
|
|
|
184
141
|
RESOURCE_TYPE = "RESOURCE_TYPE",
|
|
185
142
|
SERVICE_NAME = "SERVICE_NAME",
|
|
186
143
|
}
|
|
187
|
-
|
|
188
144
|
export interface ListEventTypesFilter {
|
|
189
145
|
Name: ListEventTypesFilterName | string | undefined;
|
|
190
|
-
|
|
191
146
|
Value: string | undefined;
|
|
192
147
|
}
|
|
193
148
|
export interface ListEventTypesRequest {
|
|
194
149
|
Filters?: ListEventTypesFilter[];
|
|
195
|
-
|
|
196
150
|
NextToken?: string;
|
|
197
|
-
|
|
198
151
|
MaxResults?: number;
|
|
199
152
|
}
|
|
200
153
|
export interface ListEventTypesResult {
|
|
201
154
|
EventTypes?: EventTypeSummary[];
|
|
202
|
-
|
|
203
155
|
NextToken?: string;
|
|
204
156
|
}
|
|
205
157
|
export declare enum ListNotificationRulesFilterName {
|
|
@@ -208,28 +160,21 @@ export declare enum ListNotificationRulesFilterName {
|
|
|
208
160
|
RESOURCE = "RESOURCE",
|
|
209
161
|
TARGET_ADDRESS = "TARGET_ADDRESS",
|
|
210
162
|
}
|
|
211
|
-
|
|
212
163
|
export interface ListNotificationRulesFilter {
|
|
213
164
|
Name: ListNotificationRulesFilterName | string | undefined;
|
|
214
|
-
|
|
215
165
|
Value: string | undefined;
|
|
216
166
|
}
|
|
217
167
|
export interface ListNotificationRulesRequest {
|
|
218
168
|
Filters?: ListNotificationRulesFilter[];
|
|
219
|
-
|
|
220
169
|
NextToken?: string;
|
|
221
|
-
|
|
222
170
|
MaxResults?: number;
|
|
223
171
|
}
|
|
224
|
-
|
|
225
172
|
export interface NotificationRuleSummary {
|
|
226
173
|
Id?: string;
|
|
227
|
-
|
|
228
174
|
Arn?: string;
|
|
229
175
|
}
|
|
230
176
|
export interface ListNotificationRulesResult {
|
|
231
177
|
NextToken?: string;
|
|
232
|
-
|
|
233
178
|
NotificationRules?: NotificationRuleSummary[];
|
|
234
179
|
}
|
|
235
180
|
export interface ListTagsForResourceRequest {
|
|
@@ -243,29 +188,22 @@ export declare enum ListTargetsFilterName {
|
|
|
243
188
|
TARGET_STATUS = "TARGET_STATUS",
|
|
244
189
|
TARGET_TYPE = "TARGET_TYPE",
|
|
245
190
|
}
|
|
246
|
-
|
|
247
191
|
export interface ListTargetsFilter {
|
|
248
192
|
Name: ListTargetsFilterName | string | undefined;
|
|
249
|
-
|
|
250
193
|
Value: string | undefined;
|
|
251
194
|
}
|
|
252
195
|
export interface ListTargetsRequest {
|
|
253
196
|
Filters?: ListTargetsFilter[];
|
|
254
|
-
|
|
255
197
|
NextToken?: string;
|
|
256
|
-
|
|
257
198
|
MaxResults?: number;
|
|
258
199
|
}
|
|
259
200
|
export interface ListTargetsResult {
|
|
260
201
|
Targets?: TargetSummary[];
|
|
261
|
-
|
|
262
202
|
NextToken?: string;
|
|
263
203
|
}
|
|
264
204
|
export interface SubscribeRequest {
|
|
265
205
|
Arn: string | undefined;
|
|
266
|
-
|
|
267
206
|
Target: Target | undefined;
|
|
268
|
-
|
|
269
207
|
ClientRequestToken?: string;
|
|
270
208
|
}
|
|
271
209
|
export interface SubscribeResult {
|
|
@@ -273,7 +211,6 @@ export interface SubscribeResult {
|
|
|
273
211
|
}
|
|
274
212
|
export interface TagResourceRequest {
|
|
275
213
|
Arn: string | undefined;
|
|
276
|
-
|
|
277
214
|
Tags: Record<string, string> | undefined;
|
|
278
215
|
}
|
|
279
216
|
export interface TagResourceResult {
|
|
@@ -281,7 +218,6 @@ export interface TagResourceResult {
|
|
|
281
218
|
}
|
|
282
219
|
export interface UnsubscribeRequest {
|
|
283
220
|
Arn: string | undefined;
|
|
284
|
-
|
|
285
221
|
TargetAddress: string | undefined;
|
|
286
222
|
}
|
|
287
223
|
export interface UnsubscribeResult {
|
|
@@ -289,151 +225,112 @@ export interface UnsubscribeResult {
|
|
|
289
225
|
}
|
|
290
226
|
export interface UntagResourceRequest {
|
|
291
227
|
Arn: string | undefined;
|
|
292
|
-
|
|
293
228
|
TagKeys: string[] | undefined;
|
|
294
229
|
}
|
|
295
230
|
export interface UntagResourceResult {}
|
|
296
231
|
export interface UpdateNotificationRuleRequest {
|
|
297
232
|
Arn: string | undefined;
|
|
298
|
-
|
|
299
233
|
Name?: string;
|
|
300
|
-
|
|
301
234
|
Status?: NotificationRuleStatus | string;
|
|
302
|
-
|
|
303
235
|
EventTypeIds?: string[];
|
|
304
|
-
|
|
305
236
|
Targets?: Target[];
|
|
306
|
-
|
|
307
237
|
DetailType?: DetailType | string;
|
|
308
238
|
}
|
|
309
239
|
export interface UpdateNotificationRuleResult {}
|
|
310
|
-
|
|
311
240
|
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
312
|
-
|
|
313
241
|
export declare const CreateNotificationRuleRequestFilterSensitiveLog: (
|
|
314
242
|
obj: CreateNotificationRuleRequest
|
|
315
243
|
) => any;
|
|
316
|
-
|
|
317
244
|
export declare const CreateNotificationRuleResultFilterSensitiveLog: (
|
|
318
245
|
obj: CreateNotificationRuleResult
|
|
319
246
|
) => any;
|
|
320
|
-
|
|
321
247
|
export declare const DeleteNotificationRuleRequestFilterSensitiveLog: (
|
|
322
248
|
obj: DeleteNotificationRuleRequest
|
|
323
249
|
) => any;
|
|
324
|
-
|
|
325
250
|
export declare const DeleteNotificationRuleResultFilterSensitiveLog: (
|
|
326
251
|
obj: DeleteNotificationRuleResult
|
|
327
252
|
) => any;
|
|
328
|
-
|
|
329
253
|
export declare const DeleteTargetRequestFilterSensitiveLog: (
|
|
330
254
|
obj: DeleteTargetRequest
|
|
331
255
|
) => any;
|
|
332
|
-
|
|
333
256
|
export declare const DeleteTargetResultFilterSensitiveLog: (
|
|
334
257
|
obj: DeleteTargetResult
|
|
335
258
|
) => any;
|
|
336
|
-
|
|
337
259
|
export declare const DescribeNotificationRuleRequestFilterSensitiveLog: (
|
|
338
260
|
obj: DescribeNotificationRuleRequest
|
|
339
261
|
) => any;
|
|
340
|
-
|
|
341
262
|
export declare const EventTypeSummaryFilterSensitiveLog: (
|
|
342
263
|
obj: EventTypeSummary
|
|
343
264
|
) => any;
|
|
344
|
-
|
|
345
265
|
export declare const TargetSummaryFilterSensitiveLog: (
|
|
346
266
|
obj: TargetSummary
|
|
347
267
|
) => any;
|
|
348
|
-
|
|
349
268
|
export declare const DescribeNotificationRuleResultFilterSensitiveLog: (
|
|
350
269
|
obj: DescribeNotificationRuleResult
|
|
351
270
|
) => any;
|
|
352
|
-
|
|
353
271
|
export declare const ListEventTypesFilterFilterSensitiveLog: (
|
|
354
272
|
obj: ListEventTypesFilter
|
|
355
273
|
) => any;
|
|
356
|
-
|
|
357
274
|
export declare const ListEventTypesRequestFilterSensitiveLog: (
|
|
358
275
|
obj: ListEventTypesRequest
|
|
359
276
|
) => any;
|
|
360
|
-
|
|
361
277
|
export declare const ListEventTypesResultFilterSensitiveLog: (
|
|
362
278
|
obj: ListEventTypesResult
|
|
363
279
|
) => any;
|
|
364
|
-
|
|
365
280
|
export declare const ListNotificationRulesFilterFilterSensitiveLog: (
|
|
366
281
|
obj: ListNotificationRulesFilter
|
|
367
282
|
) => any;
|
|
368
|
-
|
|
369
283
|
export declare const ListNotificationRulesRequestFilterSensitiveLog: (
|
|
370
284
|
obj: ListNotificationRulesRequest
|
|
371
285
|
) => any;
|
|
372
|
-
|
|
373
286
|
export declare const NotificationRuleSummaryFilterSensitiveLog: (
|
|
374
287
|
obj: NotificationRuleSummary
|
|
375
288
|
) => any;
|
|
376
|
-
|
|
377
289
|
export declare const ListNotificationRulesResultFilterSensitiveLog: (
|
|
378
290
|
obj: ListNotificationRulesResult
|
|
379
291
|
) => any;
|
|
380
|
-
|
|
381
292
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
382
293
|
obj: ListTagsForResourceRequest
|
|
383
294
|
) => any;
|
|
384
|
-
|
|
385
295
|
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
386
296
|
obj: ListTagsForResourceResult
|
|
387
297
|
) => any;
|
|
388
|
-
|
|
389
298
|
export declare const ListTargetsFilterFilterSensitiveLog: (
|
|
390
299
|
obj: ListTargetsFilter
|
|
391
300
|
) => any;
|
|
392
|
-
|
|
393
301
|
export declare const ListTargetsRequestFilterSensitiveLog: (
|
|
394
302
|
obj: ListTargetsRequest
|
|
395
303
|
) => any;
|
|
396
|
-
|
|
397
304
|
export declare const ListTargetsResultFilterSensitiveLog: (
|
|
398
305
|
obj: ListTargetsResult
|
|
399
306
|
) => any;
|
|
400
|
-
|
|
401
307
|
export declare const SubscribeRequestFilterSensitiveLog: (
|
|
402
308
|
obj: SubscribeRequest
|
|
403
309
|
) => any;
|
|
404
|
-
|
|
405
310
|
export declare const SubscribeResultFilterSensitiveLog: (
|
|
406
311
|
obj: SubscribeResult
|
|
407
312
|
) => any;
|
|
408
|
-
|
|
409
313
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
410
314
|
obj: TagResourceRequest
|
|
411
315
|
) => any;
|
|
412
|
-
|
|
413
316
|
export declare const TagResourceResultFilterSensitiveLog: (
|
|
414
317
|
obj: TagResourceResult
|
|
415
318
|
) => any;
|
|
416
|
-
|
|
417
319
|
export declare const UnsubscribeRequestFilterSensitiveLog: (
|
|
418
320
|
obj: UnsubscribeRequest
|
|
419
321
|
) => any;
|
|
420
|
-
|
|
421
322
|
export declare const UnsubscribeResultFilterSensitiveLog: (
|
|
422
323
|
obj: UnsubscribeResult
|
|
423
324
|
) => any;
|
|
424
|
-
|
|
425
325
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
426
326
|
obj: UntagResourceRequest
|
|
427
327
|
) => any;
|
|
428
|
-
|
|
429
328
|
export declare const UntagResourceResultFilterSensitiveLog: (
|
|
430
329
|
obj: UntagResourceResult
|
|
431
330
|
) => any;
|
|
432
|
-
|
|
433
331
|
export declare const UpdateNotificationRuleRequestFilterSensitiveLog: (
|
|
434
332
|
obj: UpdateNotificationRuleRequest
|
|
435
333
|
) => any;
|
|
436
|
-
|
|
437
334
|
export declare const UpdateNotificationRuleResultFilterSensitiveLog: (
|
|
438
335
|
obj: UpdateNotificationRuleResult
|
|
439
336
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codestar-notifications",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codestar Notifications Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.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.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.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.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.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",
|