@aws-sdk/client-codestar-notifications 3.716.0 → 3.723.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/index.js +125 -89
- package/dist-es/CodestarNotificationsClient.js +1 -0
- package/dist-es/models/models_0.js +24 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -163,7 +163,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
163
163
|
}, "resolveRuntimeExtensions");
|
|
164
164
|
|
|
165
165
|
// src/CodestarNotificationsClient.ts
|
|
166
|
-
var
|
|
166
|
+
var CodestarNotificationsClient = class extends import_smithy_client.Client {
|
|
167
|
+
static {
|
|
168
|
+
__name(this, "CodestarNotificationsClient");
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* The resolved configuration of CodestarNotificationsClient class. This is resolved and normalized from the {@link CodestarNotificationsClientConfig | constructor configuration interface}.
|
|
172
|
+
*/
|
|
173
|
+
config;
|
|
167
174
|
constructor(...[configuration]) {
|
|
168
175
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
169
176
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -173,7 +180,7 @@ var _CodestarNotificationsClient = class _CodestarNotificationsClient extends im
|
|
|
173
180
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
174
181
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
175
182
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
176
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
183
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
177
184
|
super(_config_8);
|
|
178
185
|
this.config = _config_8;
|
|
179
186
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -201,8 +208,6 @@ var _CodestarNotificationsClient = class _CodestarNotificationsClient extends im
|
|
|
201
208
|
super.destroy();
|
|
202
209
|
}
|
|
203
210
|
};
|
|
204
|
-
__name(_CodestarNotificationsClient, "CodestarNotificationsClient");
|
|
205
|
-
var CodestarNotificationsClient = _CodestarNotificationsClient;
|
|
206
211
|
|
|
207
212
|
// src/CodestarNotifications.ts
|
|
208
213
|
|
|
@@ -217,7 +222,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
217
222
|
|
|
218
223
|
// src/models/CodestarNotificationsServiceException.ts
|
|
219
224
|
|
|
220
|
-
var
|
|
225
|
+
var CodestarNotificationsServiceException = class _CodestarNotificationsServiceException extends import_smithy_client.ServiceException {
|
|
226
|
+
static {
|
|
227
|
+
__name(this, "CodestarNotificationsServiceException");
|
|
228
|
+
}
|
|
221
229
|
/**
|
|
222
230
|
* @internal
|
|
223
231
|
*/
|
|
@@ -226,11 +234,15 @@ var _CodestarNotificationsServiceException = class _CodestarNotificationsService
|
|
|
226
234
|
Object.setPrototypeOf(this, _CodestarNotificationsServiceException.prototype);
|
|
227
235
|
}
|
|
228
236
|
};
|
|
229
|
-
__name(_CodestarNotificationsServiceException, "CodestarNotificationsServiceException");
|
|
230
|
-
var CodestarNotificationsServiceException = _CodestarNotificationsServiceException;
|
|
231
237
|
|
|
232
238
|
// src/models/models_0.ts
|
|
233
|
-
var
|
|
239
|
+
var AccessDeniedException = class _AccessDeniedException extends CodestarNotificationsServiceException {
|
|
240
|
+
static {
|
|
241
|
+
__name(this, "AccessDeniedException");
|
|
242
|
+
}
|
|
243
|
+
name = "AccessDeniedException";
|
|
244
|
+
$fault = "client";
|
|
245
|
+
Message;
|
|
234
246
|
/**
|
|
235
247
|
* @internal
|
|
236
248
|
*/
|
|
@@ -240,15 +252,17 @@ var _AccessDeniedException = class _AccessDeniedException extends CodestarNotifi
|
|
|
240
252
|
$fault: "client",
|
|
241
253
|
...opts
|
|
242
254
|
});
|
|
243
|
-
this.name = "AccessDeniedException";
|
|
244
|
-
this.$fault = "client";
|
|
245
255
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
246
256
|
this.Message = opts.Message;
|
|
247
257
|
}
|
|
248
258
|
};
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
259
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends CodestarNotificationsServiceException {
|
|
260
|
+
static {
|
|
261
|
+
__name(this, "ConcurrentModificationException");
|
|
262
|
+
}
|
|
263
|
+
name = "ConcurrentModificationException";
|
|
264
|
+
$fault = "client";
|
|
265
|
+
Message;
|
|
252
266
|
/**
|
|
253
267
|
* @internal
|
|
254
268
|
*/
|
|
@@ -258,15 +272,17 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
258
272
|
$fault: "client",
|
|
259
273
|
...opts
|
|
260
274
|
});
|
|
261
|
-
this.name = "ConcurrentModificationException";
|
|
262
|
-
this.$fault = "client";
|
|
263
275
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
264
276
|
this.Message = opts.Message;
|
|
265
277
|
}
|
|
266
278
|
};
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
279
|
+
var ConfigurationException = class _ConfigurationException extends CodestarNotificationsServiceException {
|
|
280
|
+
static {
|
|
281
|
+
__name(this, "ConfigurationException");
|
|
282
|
+
}
|
|
283
|
+
name = "ConfigurationException";
|
|
284
|
+
$fault = "client";
|
|
285
|
+
Message;
|
|
270
286
|
/**
|
|
271
287
|
* @internal
|
|
272
288
|
*/
|
|
@@ -276,14 +292,10 @@ var _ConfigurationException = class _ConfigurationException extends CodestarNoti
|
|
|
276
292
|
$fault: "client",
|
|
277
293
|
...opts
|
|
278
294
|
});
|
|
279
|
-
this.name = "ConfigurationException";
|
|
280
|
-
this.$fault = "client";
|
|
281
295
|
Object.setPrototypeOf(this, _ConfigurationException.prototype);
|
|
282
296
|
this.Message = opts.Message;
|
|
283
297
|
}
|
|
284
298
|
};
|
|
285
|
-
__name(_ConfigurationException, "ConfigurationException");
|
|
286
|
-
var ConfigurationException = _ConfigurationException;
|
|
287
299
|
var DetailType = {
|
|
288
300
|
BASIC: "BASIC",
|
|
289
301
|
FULL: "FULL"
|
|
@@ -292,7 +304,13 @@ var NotificationRuleStatus = {
|
|
|
292
304
|
DISABLED: "DISABLED",
|
|
293
305
|
ENABLED: "ENABLED"
|
|
294
306
|
};
|
|
295
|
-
var
|
|
307
|
+
var LimitExceededException = class _LimitExceededException extends CodestarNotificationsServiceException {
|
|
308
|
+
static {
|
|
309
|
+
__name(this, "LimitExceededException");
|
|
310
|
+
}
|
|
311
|
+
name = "LimitExceededException";
|
|
312
|
+
$fault = "client";
|
|
313
|
+
Message;
|
|
296
314
|
/**
|
|
297
315
|
* @internal
|
|
298
316
|
*/
|
|
@@ -302,15 +320,17 @@ var _LimitExceededException = class _LimitExceededException extends CodestarNoti
|
|
|
302
320
|
$fault: "client",
|
|
303
321
|
...opts
|
|
304
322
|
});
|
|
305
|
-
this.name = "LimitExceededException";
|
|
306
|
-
this.$fault = "client";
|
|
307
323
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
308
324
|
this.Message = opts.Message;
|
|
309
325
|
}
|
|
310
326
|
};
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
327
|
+
var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends CodestarNotificationsServiceException {
|
|
328
|
+
static {
|
|
329
|
+
__name(this, "ResourceAlreadyExistsException");
|
|
330
|
+
}
|
|
331
|
+
name = "ResourceAlreadyExistsException";
|
|
332
|
+
$fault = "client";
|
|
333
|
+
Message;
|
|
314
334
|
/**
|
|
315
335
|
* @internal
|
|
316
336
|
*/
|
|
@@ -320,15 +340,17 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
|
|
|
320
340
|
$fault: "client",
|
|
321
341
|
...opts
|
|
322
342
|
});
|
|
323
|
-
this.name = "ResourceAlreadyExistsException";
|
|
324
|
-
this.$fault = "client";
|
|
325
343
|
Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
|
|
326
344
|
this.Message = opts.Message;
|
|
327
345
|
}
|
|
328
346
|
};
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
347
|
+
var ValidationException = class _ValidationException extends CodestarNotificationsServiceException {
|
|
348
|
+
static {
|
|
349
|
+
__name(this, "ValidationException");
|
|
350
|
+
}
|
|
351
|
+
name = "ValidationException";
|
|
352
|
+
$fault = "client";
|
|
353
|
+
Message;
|
|
332
354
|
/**
|
|
333
355
|
* @internal
|
|
334
356
|
*/
|
|
@@ -338,14 +360,10 @@ var _ValidationException = class _ValidationException extends CodestarNotificati
|
|
|
338
360
|
$fault: "client",
|
|
339
361
|
...opts
|
|
340
362
|
});
|
|
341
|
-
this.name = "ValidationException";
|
|
342
|
-
this.$fault = "client";
|
|
343
363
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
344
364
|
this.Message = opts.Message;
|
|
345
365
|
}
|
|
346
366
|
};
|
|
347
|
-
__name(_ValidationException, "ValidationException");
|
|
348
|
-
var ValidationException = _ValidationException;
|
|
349
367
|
var TargetStatus = {
|
|
350
368
|
ACTIVE: "ACTIVE",
|
|
351
369
|
DEACTIVATED: "DEACTIVATED",
|
|
@@ -353,7 +371,13 @@ var TargetStatus = {
|
|
|
353
371
|
PENDING: "PENDING",
|
|
354
372
|
UNREACHABLE: "UNREACHABLE"
|
|
355
373
|
};
|
|
356
|
-
var
|
|
374
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends CodestarNotificationsServiceException {
|
|
375
|
+
static {
|
|
376
|
+
__name(this, "ResourceNotFoundException");
|
|
377
|
+
}
|
|
378
|
+
name = "ResourceNotFoundException";
|
|
379
|
+
$fault = "client";
|
|
380
|
+
Message;
|
|
357
381
|
/**
|
|
358
382
|
* @internal
|
|
359
383
|
*/
|
|
@@ -363,15 +387,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Codest
|
|
|
363
387
|
$fault: "client",
|
|
364
388
|
...opts
|
|
365
389
|
});
|
|
366
|
-
this.name = "ResourceNotFoundException";
|
|
367
|
-
this.$fault = "client";
|
|
368
390
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
369
391
|
this.Message = opts.Message;
|
|
370
392
|
}
|
|
371
393
|
};
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
394
|
+
var InvalidNextTokenException = class _InvalidNextTokenException extends CodestarNotificationsServiceException {
|
|
395
|
+
static {
|
|
396
|
+
__name(this, "InvalidNextTokenException");
|
|
397
|
+
}
|
|
398
|
+
name = "InvalidNextTokenException";
|
|
399
|
+
$fault = "client";
|
|
400
|
+
Message;
|
|
375
401
|
/**
|
|
376
402
|
* @internal
|
|
377
403
|
*/
|
|
@@ -381,14 +407,10 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends Codest
|
|
|
381
407
|
$fault: "client",
|
|
382
408
|
...opts
|
|
383
409
|
});
|
|
384
|
-
this.name = "InvalidNextTokenException";
|
|
385
|
-
this.$fault = "client";
|
|
386
410
|
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
387
411
|
this.Message = opts.Message;
|
|
388
412
|
}
|
|
389
413
|
};
|
|
390
|
-
__name(_InvalidNextTokenException, "InvalidNextTokenException");
|
|
391
|
-
var InvalidNextTokenException = _InvalidNextTokenException;
|
|
392
414
|
var ListEventTypesFilterName = {
|
|
393
415
|
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
394
416
|
SERVICE_NAME: "SERVICE_NAME"
|
|
@@ -1002,183 +1024,196 @@ var _TK = "TagKeys";
|
|
|
1002
1024
|
var _tK = "tagKeys";
|
|
1003
1025
|
|
|
1004
1026
|
// src/commands/CreateNotificationRuleCommand.ts
|
|
1005
|
-
var
|
|
1027
|
+
var CreateNotificationRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1006
1028
|
return [
|
|
1007
1029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1008
1030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1009
1031
|
];
|
|
1010
1032
|
}).s("CodeStarNotifications_20191015", "CreateNotificationRule", {}).n("CodestarNotificationsClient", "CreateNotificationRuleCommand").f(CreateNotificationRuleRequestFilterSensitiveLog, void 0).ser(se_CreateNotificationRuleCommand).de(de_CreateNotificationRuleCommand).build() {
|
|
1033
|
+
static {
|
|
1034
|
+
__name(this, "CreateNotificationRuleCommand");
|
|
1035
|
+
}
|
|
1011
1036
|
};
|
|
1012
|
-
__name(_CreateNotificationRuleCommand, "CreateNotificationRuleCommand");
|
|
1013
|
-
var CreateNotificationRuleCommand = _CreateNotificationRuleCommand;
|
|
1014
1037
|
|
|
1015
1038
|
// src/commands/DeleteNotificationRuleCommand.ts
|
|
1016
1039
|
|
|
1017
1040
|
|
|
1018
1041
|
|
|
1019
|
-
var
|
|
1042
|
+
var DeleteNotificationRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1020
1043
|
return [
|
|
1021
1044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1022
1045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1023
1046
|
];
|
|
1024
1047
|
}).s("CodeStarNotifications_20191015", "DeleteNotificationRule", {}).n("CodestarNotificationsClient", "DeleteNotificationRuleCommand").f(void 0, void 0).ser(se_DeleteNotificationRuleCommand).de(de_DeleteNotificationRuleCommand).build() {
|
|
1048
|
+
static {
|
|
1049
|
+
__name(this, "DeleteNotificationRuleCommand");
|
|
1050
|
+
}
|
|
1025
1051
|
};
|
|
1026
|
-
__name(_DeleteNotificationRuleCommand, "DeleteNotificationRuleCommand");
|
|
1027
|
-
var DeleteNotificationRuleCommand = _DeleteNotificationRuleCommand;
|
|
1028
1052
|
|
|
1029
1053
|
// src/commands/DeleteTargetCommand.ts
|
|
1030
1054
|
|
|
1031
1055
|
|
|
1032
1056
|
|
|
1033
|
-
var
|
|
1057
|
+
var DeleteTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1034
1058
|
return [
|
|
1035
1059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1036
1060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1037
1061
|
];
|
|
1038
1062
|
}).s("CodeStarNotifications_20191015", "DeleteTarget", {}).n("CodestarNotificationsClient", "DeleteTargetCommand").f(DeleteTargetRequestFilterSensitiveLog, void 0).ser(se_DeleteTargetCommand).de(de_DeleteTargetCommand).build() {
|
|
1063
|
+
static {
|
|
1064
|
+
__name(this, "DeleteTargetCommand");
|
|
1065
|
+
}
|
|
1039
1066
|
};
|
|
1040
|
-
__name(_DeleteTargetCommand, "DeleteTargetCommand");
|
|
1041
|
-
var DeleteTargetCommand = _DeleteTargetCommand;
|
|
1042
1067
|
|
|
1043
1068
|
// src/commands/DescribeNotificationRuleCommand.ts
|
|
1044
1069
|
|
|
1045
1070
|
|
|
1046
1071
|
|
|
1047
|
-
var
|
|
1072
|
+
var DescribeNotificationRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1048
1073
|
return [
|
|
1049
1074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1050
1075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1051
1076
|
];
|
|
1052
1077
|
}).s("CodeStarNotifications_20191015", "DescribeNotificationRule", {}).n("CodestarNotificationsClient", "DescribeNotificationRuleCommand").f(void 0, DescribeNotificationRuleResultFilterSensitiveLog).ser(se_DescribeNotificationRuleCommand).de(de_DescribeNotificationRuleCommand).build() {
|
|
1078
|
+
static {
|
|
1079
|
+
__name(this, "DescribeNotificationRuleCommand");
|
|
1080
|
+
}
|
|
1053
1081
|
};
|
|
1054
|
-
__name(_DescribeNotificationRuleCommand, "DescribeNotificationRuleCommand");
|
|
1055
|
-
var DescribeNotificationRuleCommand = _DescribeNotificationRuleCommand;
|
|
1056
1082
|
|
|
1057
1083
|
// src/commands/ListEventTypesCommand.ts
|
|
1058
1084
|
|
|
1059
1085
|
|
|
1060
1086
|
|
|
1061
|
-
var
|
|
1087
|
+
var ListEventTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1062
1088
|
return [
|
|
1063
1089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1064
1090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1065
1091
|
];
|
|
1066
1092
|
}).s("CodeStarNotifications_20191015", "ListEventTypes", {}).n("CodestarNotificationsClient", "ListEventTypesCommand").f(void 0, void 0).ser(se_ListEventTypesCommand).de(de_ListEventTypesCommand).build() {
|
|
1093
|
+
static {
|
|
1094
|
+
__name(this, "ListEventTypesCommand");
|
|
1095
|
+
}
|
|
1067
1096
|
};
|
|
1068
|
-
__name(_ListEventTypesCommand, "ListEventTypesCommand");
|
|
1069
|
-
var ListEventTypesCommand = _ListEventTypesCommand;
|
|
1070
1097
|
|
|
1071
1098
|
// src/commands/ListNotificationRulesCommand.ts
|
|
1072
1099
|
|
|
1073
1100
|
|
|
1074
1101
|
|
|
1075
|
-
var
|
|
1102
|
+
var ListNotificationRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1076
1103
|
return [
|
|
1077
1104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1078
1105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1079
1106
|
];
|
|
1080
1107
|
}).s("CodeStarNotifications_20191015", "ListNotificationRules", {}).n("CodestarNotificationsClient", "ListNotificationRulesCommand").f(void 0, void 0).ser(se_ListNotificationRulesCommand).de(de_ListNotificationRulesCommand).build() {
|
|
1108
|
+
static {
|
|
1109
|
+
__name(this, "ListNotificationRulesCommand");
|
|
1110
|
+
}
|
|
1081
1111
|
};
|
|
1082
|
-
__name(_ListNotificationRulesCommand, "ListNotificationRulesCommand");
|
|
1083
|
-
var ListNotificationRulesCommand = _ListNotificationRulesCommand;
|
|
1084
1112
|
|
|
1085
1113
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1086
1114
|
|
|
1087
1115
|
|
|
1088
1116
|
|
|
1089
|
-
var
|
|
1117
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1090
1118
|
return [
|
|
1091
1119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1092
1120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1093
1121
|
];
|
|
1094
1122
|
}).s("CodeStarNotifications_20191015", "ListTagsForResource", {}).n("CodestarNotificationsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1123
|
+
static {
|
|
1124
|
+
__name(this, "ListTagsForResourceCommand");
|
|
1125
|
+
}
|
|
1095
1126
|
};
|
|
1096
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1097
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1098
1127
|
|
|
1099
1128
|
// src/commands/ListTargetsCommand.ts
|
|
1100
1129
|
|
|
1101
1130
|
|
|
1102
1131
|
|
|
1103
|
-
var
|
|
1132
|
+
var ListTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1104
1133
|
return [
|
|
1105
1134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1106
1135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1107
1136
|
];
|
|
1108
1137
|
}).s("CodeStarNotifications_20191015", "ListTargets", {}).n("CodestarNotificationsClient", "ListTargetsCommand").f(void 0, ListTargetsResultFilterSensitiveLog).ser(se_ListTargetsCommand).de(de_ListTargetsCommand).build() {
|
|
1138
|
+
static {
|
|
1139
|
+
__name(this, "ListTargetsCommand");
|
|
1140
|
+
}
|
|
1109
1141
|
};
|
|
1110
|
-
__name(_ListTargetsCommand, "ListTargetsCommand");
|
|
1111
|
-
var ListTargetsCommand = _ListTargetsCommand;
|
|
1112
1142
|
|
|
1113
1143
|
// src/commands/SubscribeCommand.ts
|
|
1114
1144
|
|
|
1115
1145
|
|
|
1116
1146
|
|
|
1117
|
-
var
|
|
1147
|
+
var SubscribeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1118
1148
|
return [
|
|
1119
1149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1120
1150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1121
1151
|
];
|
|
1122
1152
|
}).s("CodeStarNotifications_20191015", "Subscribe", {}).n("CodestarNotificationsClient", "SubscribeCommand").f(SubscribeRequestFilterSensitiveLog, void 0).ser(se_SubscribeCommand).de(de_SubscribeCommand).build() {
|
|
1153
|
+
static {
|
|
1154
|
+
__name(this, "SubscribeCommand");
|
|
1155
|
+
}
|
|
1123
1156
|
};
|
|
1124
|
-
__name(_SubscribeCommand, "SubscribeCommand");
|
|
1125
|
-
var SubscribeCommand = _SubscribeCommand;
|
|
1126
1157
|
|
|
1127
1158
|
// src/commands/TagResourceCommand.ts
|
|
1128
1159
|
|
|
1129
1160
|
|
|
1130
1161
|
|
|
1131
|
-
var
|
|
1162
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1132
1163
|
return [
|
|
1133
1164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1134
1165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1135
1166
|
];
|
|
1136
1167
|
}).s("CodeStarNotifications_20191015", "TagResource", {}).n("CodestarNotificationsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
1168
|
+
static {
|
|
1169
|
+
__name(this, "TagResourceCommand");
|
|
1170
|
+
}
|
|
1137
1171
|
};
|
|
1138
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1139
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1140
1172
|
|
|
1141
1173
|
// src/commands/UnsubscribeCommand.ts
|
|
1142
1174
|
|
|
1143
1175
|
|
|
1144
1176
|
|
|
1145
|
-
var
|
|
1177
|
+
var UnsubscribeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1146
1178
|
return [
|
|
1147
1179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1148
1180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1149
1181
|
];
|
|
1150
1182
|
}).s("CodeStarNotifications_20191015", "Unsubscribe", {}).n("CodestarNotificationsClient", "UnsubscribeCommand").f(UnsubscribeRequestFilterSensitiveLog, void 0).ser(se_UnsubscribeCommand).de(de_UnsubscribeCommand).build() {
|
|
1183
|
+
static {
|
|
1184
|
+
__name(this, "UnsubscribeCommand");
|
|
1185
|
+
}
|
|
1151
1186
|
};
|
|
1152
|
-
__name(_UnsubscribeCommand, "UnsubscribeCommand");
|
|
1153
|
-
var UnsubscribeCommand = _UnsubscribeCommand;
|
|
1154
1187
|
|
|
1155
1188
|
// src/commands/UntagResourceCommand.ts
|
|
1156
1189
|
|
|
1157
1190
|
|
|
1158
1191
|
|
|
1159
|
-
var
|
|
1192
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1160
1193
|
return [
|
|
1161
1194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1162
1195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1163
1196
|
];
|
|
1164
1197
|
}).s("CodeStarNotifications_20191015", "UntagResource", {}).n("CodestarNotificationsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
1198
|
+
static {
|
|
1199
|
+
__name(this, "UntagResourceCommand");
|
|
1200
|
+
}
|
|
1165
1201
|
};
|
|
1166
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1167
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
1168
1202
|
|
|
1169
1203
|
// src/commands/UpdateNotificationRuleCommand.ts
|
|
1170
1204
|
|
|
1171
1205
|
|
|
1172
1206
|
|
|
1173
|
-
var
|
|
1207
|
+
var UpdateNotificationRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1174
1208
|
return [
|
|
1175
1209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1176
1210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1177
1211
|
];
|
|
1178
1212
|
}).s("CodeStarNotifications_20191015", "UpdateNotificationRule", {}).n("CodestarNotificationsClient", "UpdateNotificationRuleCommand").f(UpdateNotificationRuleRequestFilterSensitiveLog, void 0).ser(se_UpdateNotificationRuleCommand).de(de_UpdateNotificationRuleCommand).build() {
|
|
1213
|
+
static {
|
|
1214
|
+
__name(this, "UpdateNotificationRuleCommand");
|
|
1215
|
+
}
|
|
1179
1216
|
};
|
|
1180
|
-
__name(_UpdateNotificationRuleCommand, "UpdateNotificationRuleCommand");
|
|
1181
|
-
var UpdateNotificationRuleCommand = _UpdateNotificationRuleCommand;
|
|
1182
1217
|
|
|
1183
1218
|
// src/CodestarNotifications.ts
|
|
1184
1219
|
var commands = {
|
|
@@ -1196,10 +1231,11 @@ var commands = {
|
|
|
1196
1231
|
UntagResourceCommand,
|
|
1197
1232
|
UpdateNotificationRuleCommand
|
|
1198
1233
|
};
|
|
1199
|
-
var
|
|
1234
|
+
var CodestarNotifications = class extends CodestarNotificationsClient {
|
|
1235
|
+
static {
|
|
1236
|
+
__name(this, "CodestarNotifications");
|
|
1237
|
+
}
|
|
1200
1238
|
};
|
|
1201
|
-
__name(_CodestarNotifications, "CodestarNotifications");
|
|
1202
|
-
var CodestarNotifications = _CodestarNotifications;
|
|
1203
1239
|
(0, import_smithy_client.createAggregatedClient)(commands, CodestarNotifications);
|
|
1204
1240
|
|
|
1205
1241
|
// src/pagination/ListEventTypesPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class CodestarNotificationsClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,40 +1,43 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
6
|
+
Message;
|
|
4
7
|
constructor(opts) {
|
|
5
8
|
super({
|
|
6
9
|
name: "AccessDeniedException",
|
|
7
10
|
$fault: "client",
|
|
8
11
|
...opts,
|
|
9
12
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
13
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
14
|
this.Message = opts.Message;
|
|
14
15
|
}
|
|
15
16
|
}
|
|
16
17
|
export class ConcurrentModificationException extends __BaseException {
|
|
18
|
+
name = "ConcurrentModificationException";
|
|
19
|
+
$fault = "client";
|
|
20
|
+
Message;
|
|
17
21
|
constructor(opts) {
|
|
18
22
|
super({
|
|
19
23
|
name: "ConcurrentModificationException",
|
|
20
24
|
$fault: "client",
|
|
21
25
|
...opts,
|
|
22
26
|
});
|
|
23
|
-
this.name = "ConcurrentModificationException";
|
|
24
|
-
this.$fault = "client";
|
|
25
27
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
26
28
|
this.Message = opts.Message;
|
|
27
29
|
}
|
|
28
30
|
}
|
|
29
31
|
export class ConfigurationException extends __BaseException {
|
|
32
|
+
name = "ConfigurationException";
|
|
33
|
+
$fault = "client";
|
|
34
|
+
Message;
|
|
30
35
|
constructor(opts) {
|
|
31
36
|
super({
|
|
32
37
|
name: "ConfigurationException",
|
|
33
38
|
$fault: "client",
|
|
34
39
|
...opts,
|
|
35
40
|
});
|
|
36
|
-
this.name = "ConfigurationException";
|
|
37
|
-
this.$fault = "client";
|
|
38
41
|
Object.setPrototypeOf(this, ConfigurationException.prototype);
|
|
39
42
|
this.Message = opts.Message;
|
|
40
43
|
}
|
|
@@ -48,40 +51,43 @@ export const NotificationRuleStatus = {
|
|
|
48
51
|
ENABLED: "ENABLED",
|
|
49
52
|
};
|
|
50
53
|
export class LimitExceededException extends __BaseException {
|
|
54
|
+
name = "LimitExceededException";
|
|
55
|
+
$fault = "client";
|
|
56
|
+
Message;
|
|
51
57
|
constructor(opts) {
|
|
52
58
|
super({
|
|
53
59
|
name: "LimitExceededException",
|
|
54
60
|
$fault: "client",
|
|
55
61
|
...opts,
|
|
56
62
|
});
|
|
57
|
-
this.name = "LimitExceededException";
|
|
58
|
-
this.$fault = "client";
|
|
59
63
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
60
64
|
this.Message = opts.Message;
|
|
61
65
|
}
|
|
62
66
|
}
|
|
63
67
|
export class ResourceAlreadyExistsException extends __BaseException {
|
|
68
|
+
name = "ResourceAlreadyExistsException";
|
|
69
|
+
$fault = "client";
|
|
70
|
+
Message;
|
|
64
71
|
constructor(opts) {
|
|
65
72
|
super({
|
|
66
73
|
name: "ResourceAlreadyExistsException",
|
|
67
74
|
$fault: "client",
|
|
68
75
|
...opts,
|
|
69
76
|
});
|
|
70
|
-
this.name = "ResourceAlreadyExistsException";
|
|
71
|
-
this.$fault = "client";
|
|
72
77
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
73
78
|
this.Message = opts.Message;
|
|
74
79
|
}
|
|
75
80
|
}
|
|
76
81
|
export class ValidationException extends __BaseException {
|
|
82
|
+
name = "ValidationException";
|
|
83
|
+
$fault = "client";
|
|
84
|
+
Message;
|
|
77
85
|
constructor(opts) {
|
|
78
86
|
super({
|
|
79
87
|
name: "ValidationException",
|
|
80
88
|
$fault: "client",
|
|
81
89
|
...opts,
|
|
82
90
|
});
|
|
83
|
-
this.name = "ValidationException";
|
|
84
|
-
this.$fault = "client";
|
|
85
91
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
86
92
|
this.Message = opts.Message;
|
|
87
93
|
}
|
|
@@ -94,27 +100,29 @@ export const TargetStatus = {
|
|
|
94
100
|
UNREACHABLE: "UNREACHABLE",
|
|
95
101
|
};
|
|
96
102
|
export class ResourceNotFoundException extends __BaseException {
|
|
103
|
+
name = "ResourceNotFoundException";
|
|
104
|
+
$fault = "client";
|
|
105
|
+
Message;
|
|
97
106
|
constructor(opts) {
|
|
98
107
|
super({
|
|
99
108
|
name: "ResourceNotFoundException",
|
|
100
109
|
$fault: "client",
|
|
101
110
|
...opts,
|
|
102
111
|
});
|
|
103
|
-
this.name = "ResourceNotFoundException";
|
|
104
|
-
this.$fault = "client";
|
|
105
112
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
106
113
|
this.Message = opts.Message;
|
|
107
114
|
}
|
|
108
115
|
}
|
|
109
116
|
export class InvalidNextTokenException extends __BaseException {
|
|
117
|
+
name = "InvalidNextTokenException";
|
|
118
|
+
$fault = "client";
|
|
119
|
+
Message;
|
|
110
120
|
constructor(opts) {
|
|
111
121
|
super({
|
|
112
122
|
name: "InvalidNextTokenException",
|
|
113
123
|
$fault: "client",
|
|
114
124
|
...opts,
|
|
115
125
|
});
|
|
116
|
-
this.name = "InvalidNextTokenException";
|
|
117
|
-
this.$fault = "client";
|
|
118
126
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
119
127
|
this.Message = opts.Message;
|
|
120
128
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CodestarNotificationsClientConfi
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CodestarNotificationsClientConfi
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: CodestarNotificationsClientConfi
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodestarNotificationsClientConfi
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.723.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codestar-notifications",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|