@aws-sdk/client-codestar-notifications 3.943.0 → 3.947.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 +22 -133
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CodestarNotificationsClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +22 -134
- package/dist-types/CodestarNotifications.d.ts +1 -1
- package/dist-types/CodestarNotificationsClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateNotificationRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNotificationRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTargetCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotificationRuleCommand.d.ts +3 -3
- package/dist-types/commands/ListEventTypesCommand.d.ts +3 -3
- package/dist-types/commands/ListNotificationRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTargetsCommand.d.ts +3 -3
- package/dist-types/commands/SubscribeCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UnsubscribeCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotificationRuleCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CodestarNotificationsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListEventTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTargetsPaginator.d.ts +1 -1
- 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/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/CodestarNotificationsClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CodestarNotificationsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -330,41 +330,11 @@ const _tK = "tagKeys";
|
|
|
330
330
|
const n0 = "com.amazonaws.codestarnotifications";
|
|
331
331
|
var NotificationRuleName = [0, n0, _NRN, 8, 0];
|
|
332
332
|
var TargetAddress = [0, n0, _TA, 8, 0];
|
|
333
|
-
var AccessDeniedException = [
|
|
334
|
-
-3,
|
|
335
|
-
n0,
|
|
336
|
-
_ADE,
|
|
337
|
-
{
|
|
338
|
-
[_e]: _c,
|
|
339
|
-
[_hE]: 403,
|
|
340
|
-
},
|
|
341
|
-
[_M],
|
|
342
|
-
[0],
|
|
343
|
-
];
|
|
333
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
344
334
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
345
|
-
var ConcurrentModificationException = [
|
|
346
|
-
-3,
|
|
347
|
-
n0,
|
|
348
|
-
_CME,
|
|
349
|
-
{
|
|
350
|
-
[_e]: _c,
|
|
351
|
-
[_hE]: 400,
|
|
352
|
-
},
|
|
353
|
-
[_M],
|
|
354
|
-
[0],
|
|
355
|
-
];
|
|
335
|
+
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
356
336
|
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
|
|
357
|
-
var ConfigurationException = [
|
|
358
|
-
-3,
|
|
359
|
-
n0,
|
|
360
|
-
_CE,
|
|
361
|
-
{
|
|
362
|
-
[_e]: _c,
|
|
363
|
-
[_hE]: 400,
|
|
364
|
-
},
|
|
365
|
-
[_M],
|
|
366
|
-
[0],
|
|
367
|
-
];
|
|
337
|
+
var ConfigurationException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
368
338
|
schema.TypeRegistry.for(n0).registerError(ConfigurationException, ConfigurationException$1);
|
|
369
339
|
var CreateNotificationRuleRequest = [
|
|
370
340
|
3,
|
|
@@ -389,29 +359,9 @@ var DescribeNotificationRuleResult = [
|
|
|
389
359
|
[0, [() => NotificationRuleName, 0], () => EventTypeBatch, 0, [() => TargetsBatch, 0], 0, 0, 0, 4, 4, 128 | 0],
|
|
390
360
|
];
|
|
391
361
|
var EventTypeSummary = [3, n0, _ETS, 0, [_ETIv, _SN, _ETN, _RT], [0, 0, 0, 0]];
|
|
392
|
-
var InvalidNextTokenException = [
|
|
393
|
-
-3,
|
|
394
|
-
n0,
|
|
395
|
-
_INTE,
|
|
396
|
-
{
|
|
397
|
-
[_e]: _c,
|
|
398
|
-
[_hE]: 400,
|
|
399
|
-
},
|
|
400
|
-
[_M],
|
|
401
|
-
[0],
|
|
402
|
-
];
|
|
362
|
+
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
403
363
|
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
|
|
404
|
-
var LimitExceededException = [
|
|
405
|
-
-3,
|
|
406
|
-
n0,
|
|
407
|
-
_LEE,
|
|
408
|
-
{
|
|
409
|
-
[_e]: _c,
|
|
410
|
-
[_hE]: 400,
|
|
411
|
-
},
|
|
412
|
-
[_M],
|
|
413
|
-
[0],
|
|
414
|
-
];
|
|
364
|
+
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
415
365
|
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
416
366
|
var ListEventTypesFilter = [3, n0, _LETF, 0, [_N, _V], [0, 0]];
|
|
417
367
|
var ListEventTypesRequest = [
|
|
@@ -453,29 +403,9 @@ var ListTargetsRequest = [
|
|
|
453
403
|
];
|
|
454
404
|
var ListTargetsResult = [3, n0, _LTRi, 0, [_T, _NT], [[() => TargetsBatch, 0], 0]];
|
|
455
405
|
var NotificationRuleSummary = [3, n0, _NRS, 0, [_I, _A], [0, 0]];
|
|
456
|
-
var ResourceAlreadyExistsException = [
|
|
457
|
-
-3,
|
|
458
|
-
n0,
|
|
459
|
-
_RAEE,
|
|
460
|
-
{
|
|
461
|
-
[_e]: _c,
|
|
462
|
-
[_hE]: 409,
|
|
463
|
-
},
|
|
464
|
-
[_M],
|
|
465
|
-
[0],
|
|
466
|
-
];
|
|
406
|
+
var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
467
407
|
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
|
|
468
|
-
var ResourceNotFoundException = [
|
|
469
|
-
-3,
|
|
470
|
-
n0,
|
|
471
|
-
_RNFE,
|
|
472
|
-
{
|
|
473
|
-
[_e]: _c,
|
|
474
|
-
[_hE]: 404,
|
|
475
|
-
},
|
|
476
|
-
[_M],
|
|
477
|
-
[0],
|
|
478
|
-
];
|
|
408
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
479
409
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
480
410
|
var SubscribeRequest = [3, n0, _SR, 0, [_A, _Tar, _CRT], [0, [() => Target, 0], 0]];
|
|
481
411
|
var SubscribeResult = [3, n0, _SRu, 0, [_A], [0]];
|
|
@@ -493,12 +423,7 @@ var UntagResourceRequest = [
|
|
|
493
423
|
[_A, _TK],
|
|
494
424
|
[
|
|
495
425
|
[0, 1],
|
|
496
|
-
[
|
|
497
|
-
64 | 0,
|
|
498
|
-
{
|
|
499
|
-
[_hQ]: _tK,
|
|
500
|
-
},
|
|
501
|
-
],
|
|
426
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
502
427
|
],
|
|
503
428
|
];
|
|
504
429
|
var UntagResourceResult = [3, n0, _URRn, 0, [], []];
|
|
@@ -511,17 +436,7 @@ var UpdateNotificationRuleRequest = [
|
|
|
511
436
|
[0, [() => NotificationRuleName, 0], 0, 64 | 0, [() => Targets, 0], 0],
|
|
512
437
|
];
|
|
513
438
|
var UpdateNotificationRuleResult = [3, n0, _UNRRp, 0, [], []];
|
|
514
|
-
var ValidationException = [
|
|
515
|
-
-3,
|
|
516
|
-
n0,
|
|
517
|
-
_VE,
|
|
518
|
-
{
|
|
519
|
-
[_e]: _c,
|
|
520
|
-
[_hE]: 400,
|
|
521
|
-
},
|
|
522
|
-
[_M],
|
|
523
|
-
[0],
|
|
524
|
-
];
|
|
439
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
525
440
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
526
441
|
var CodestarNotificationsServiceException = [
|
|
527
442
|
-3,
|
|
@@ -543,9 +458,7 @@ var CreateNotificationRule = [
|
|
|
543
458
|
9,
|
|
544
459
|
n0,
|
|
545
460
|
_CNR,
|
|
546
|
-
{
|
|
547
|
-
[_h]: ["POST", "/createNotificationRule", 200],
|
|
548
|
-
},
|
|
461
|
+
{ [_h]: ["POST", "/createNotificationRule", 200] },
|
|
549
462
|
() => CreateNotificationRuleRequest,
|
|
550
463
|
() => CreateNotificationRuleResult,
|
|
551
464
|
];
|
|
@@ -553,9 +466,7 @@ var DeleteNotificationRule = [
|
|
|
553
466
|
9,
|
|
554
467
|
n0,
|
|
555
468
|
_DNR,
|
|
556
|
-
{
|
|
557
|
-
[_h]: ["POST", "/deleteNotificationRule", 200],
|
|
558
|
-
},
|
|
469
|
+
{ [_h]: ["POST", "/deleteNotificationRule", 200] },
|
|
559
470
|
() => DeleteNotificationRuleRequest,
|
|
560
471
|
() => DeleteNotificationRuleResult,
|
|
561
472
|
];
|
|
@@ -563,9 +474,7 @@ var DeleteTarget = [
|
|
|
563
474
|
9,
|
|
564
475
|
n0,
|
|
565
476
|
_DTe,
|
|
566
|
-
{
|
|
567
|
-
[_h]: ["POST", "/deleteTarget", 200],
|
|
568
|
-
},
|
|
477
|
+
{ [_h]: ["POST", "/deleteTarget", 200] },
|
|
569
478
|
() => DeleteTargetRequest,
|
|
570
479
|
() => DeleteTargetResult,
|
|
571
480
|
];
|
|
@@ -573,9 +482,7 @@ var DescribeNotificationRule = [
|
|
|
573
482
|
9,
|
|
574
483
|
n0,
|
|
575
484
|
_DNRe,
|
|
576
|
-
{
|
|
577
|
-
[_h]: ["POST", "/describeNotificationRule", 200],
|
|
578
|
-
},
|
|
485
|
+
{ [_h]: ["POST", "/describeNotificationRule", 200] },
|
|
579
486
|
() => DescribeNotificationRuleRequest,
|
|
580
487
|
() => DescribeNotificationRuleResult,
|
|
581
488
|
];
|
|
@@ -583,9 +490,7 @@ var ListEventTypes = [
|
|
|
583
490
|
9,
|
|
584
491
|
n0,
|
|
585
492
|
_LET,
|
|
586
|
-
{
|
|
587
|
-
[_h]: ["POST", "/listEventTypes", 200],
|
|
588
|
-
},
|
|
493
|
+
{ [_h]: ["POST", "/listEventTypes", 200] },
|
|
589
494
|
() => ListEventTypesRequest,
|
|
590
495
|
() => ListEventTypesResult,
|
|
591
496
|
];
|
|
@@ -593,9 +498,7 @@ var ListNotificationRules = [
|
|
|
593
498
|
9,
|
|
594
499
|
n0,
|
|
595
500
|
_LNR,
|
|
596
|
-
{
|
|
597
|
-
[_h]: ["POST", "/listNotificationRules", 200],
|
|
598
|
-
},
|
|
501
|
+
{ [_h]: ["POST", "/listNotificationRules", 200] },
|
|
599
502
|
() => ListNotificationRulesRequest,
|
|
600
503
|
() => ListNotificationRulesResult,
|
|
601
504
|
];
|
|
@@ -603,9 +506,7 @@ var ListTagsForResource = [
|
|
|
603
506
|
9,
|
|
604
507
|
n0,
|
|
605
508
|
_LTFR,
|
|
606
|
-
{
|
|
607
|
-
[_h]: ["POST", "/listTagsForResource", 200],
|
|
608
|
-
},
|
|
509
|
+
{ [_h]: ["POST", "/listTagsForResource", 200] },
|
|
609
510
|
() => ListTagsForResourceRequest,
|
|
610
511
|
() => ListTagsForResourceResult,
|
|
611
512
|
];
|
|
@@ -613,9 +514,7 @@ var ListTargets = [
|
|
|
613
514
|
9,
|
|
614
515
|
n0,
|
|
615
516
|
_LT,
|
|
616
|
-
{
|
|
617
|
-
[_h]: ["POST", "/listTargets", 200],
|
|
618
|
-
},
|
|
517
|
+
{ [_h]: ["POST", "/listTargets", 200] },
|
|
619
518
|
() => ListTargetsRequest,
|
|
620
519
|
() => ListTargetsResult,
|
|
621
520
|
];
|
|
@@ -623,9 +522,7 @@ var Subscribe = [
|
|
|
623
522
|
9,
|
|
624
523
|
n0,
|
|
625
524
|
_Su,
|
|
626
|
-
{
|
|
627
|
-
[_h]: ["POST", "/subscribe", 200],
|
|
628
|
-
},
|
|
525
|
+
{ [_h]: ["POST", "/subscribe", 200] },
|
|
629
526
|
() => SubscribeRequest,
|
|
630
527
|
() => SubscribeResult,
|
|
631
528
|
];
|
|
@@ -633,9 +530,7 @@ var TagResource = [
|
|
|
633
530
|
9,
|
|
634
531
|
n0,
|
|
635
532
|
_TR,
|
|
636
|
-
{
|
|
637
|
-
[_h]: ["POST", "/tagResource", 200],
|
|
638
|
-
},
|
|
533
|
+
{ [_h]: ["POST", "/tagResource", 200] },
|
|
639
534
|
() => TagResourceRequest,
|
|
640
535
|
() => TagResourceResult,
|
|
641
536
|
];
|
|
@@ -643,9 +538,7 @@ var Unsubscribe = [
|
|
|
643
538
|
9,
|
|
644
539
|
n0,
|
|
645
540
|
_U,
|
|
646
|
-
{
|
|
647
|
-
[_h]: ["POST", "/unsubscribe", 200],
|
|
648
|
-
},
|
|
541
|
+
{ [_h]: ["POST", "/unsubscribe", 200] },
|
|
649
542
|
() => UnsubscribeRequest,
|
|
650
543
|
() => UnsubscribeResult,
|
|
651
544
|
];
|
|
@@ -653,9 +546,7 @@ var UntagResource = [
|
|
|
653
546
|
9,
|
|
654
547
|
n0,
|
|
655
548
|
_URnt,
|
|
656
|
-
{
|
|
657
|
-
[_h]: ["POST", "/untagResource/{Arn}", 200],
|
|
658
|
-
},
|
|
549
|
+
{ [_h]: ["POST", "/untagResource/{Arn}", 200] },
|
|
659
550
|
() => UntagResourceRequest,
|
|
660
551
|
() => UntagResourceResult,
|
|
661
552
|
];
|
|
@@ -663,9 +554,7 @@ var UpdateNotificationRule = [
|
|
|
663
554
|
9,
|
|
664
555
|
n0,
|
|
665
556
|
_UNR,
|
|
666
|
-
{
|
|
667
|
-
[_h]: ["POST", "/updateNotificationRule", 200],
|
|
668
|
-
},
|
|
557
|
+
{ [_h]: ["POST", "/updateNotificationRule", 200] },
|
|
669
558
|
() => UpdateNotificationRuleRequest,
|
|
670
559
|
() => UpdateNotificationRuleResult,
|
|
671
560
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultCodestarNotificationsHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -101,41 +101,11 @@ import { CodestarNotificationsServiceException as __CodestarNotificationsService
|
|
|
101
101
|
import { AccessDeniedException as __AccessDeniedException, ConcurrentModificationException as __ConcurrentModificationException, ConfigurationException as __ConfigurationException, InvalidNextTokenException as __InvalidNextTokenException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceNotFoundException as __ResourceNotFoundException, ValidationException as __ValidationException, } from "../models/errors";
|
|
102
102
|
export var NotificationRuleName = [0, n0, _NRN, 8, 0];
|
|
103
103
|
export var TargetAddress = [0, n0, _TA, 8, 0];
|
|
104
|
-
export var AccessDeniedException = [
|
|
105
|
-
-3,
|
|
106
|
-
n0,
|
|
107
|
-
_ADE,
|
|
108
|
-
{
|
|
109
|
-
[_e]: _c,
|
|
110
|
-
[_hE]: 403,
|
|
111
|
-
},
|
|
112
|
-
[_M],
|
|
113
|
-
[0],
|
|
114
|
-
];
|
|
104
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
115
105
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
116
|
-
export var ConcurrentModificationException = [
|
|
117
|
-
-3,
|
|
118
|
-
n0,
|
|
119
|
-
_CME,
|
|
120
|
-
{
|
|
121
|
-
[_e]: _c,
|
|
122
|
-
[_hE]: 400,
|
|
123
|
-
},
|
|
124
|
-
[_M],
|
|
125
|
-
[0],
|
|
126
|
-
];
|
|
106
|
+
export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
127
107
|
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
128
|
-
export var ConfigurationException = [
|
|
129
|
-
-3,
|
|
130
|
-
n0,
|
|
131
|
-
_CE,
|
|
132
|
-
{
|
|
133
|
-
[_e]: _c,
|
|
134
|
-
[_hE]: 400,
|
|
135
|
-
},
|
|
136
|
-
[_M],
|
|
137
|
-
[0],
|
|
138
|
-
];
|
|
108
|
+
export var ConfigurationException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
139
109
|
TypeRegistry.for(n0).registerError(ConfigurationException, __ConfigurationException);
|
|
140
110
|
export var CreateNotificationRuleRequest = [
|
|
141
111
|
3,
|
|
@@ -160,29 +130,9 @@ export var DescribeNotificationRuleResult = [
|
|
|
160
130
|
[0, [() => NotificationRuleName, 0], () => EventTypeBatch, 0, [() => TargetsBatch, 0], 0, 0, 0, 4, 4, 128 | 0],
|
|
161
131
|
];
|
|
162
132
|
export var EventTypeSummary = [3, n0, _ETS, 0, [_ETIv, _SN, _ETN, _RT], [0, 0, 0, 0]];
|
|
163
|
-
export var InvalidNextTokenException = [
|
|
164
|
-
-3,
|
|
165
|
-
n0,
|
|
166
|
-
_INTE,
|
|
167
|
-
{
|
|
168
|
-
[_e]: _c,
|
|
169
|
-
[_hE]: 400,
|
|
170
|
-
},
|
|
171
|
-
[_M],
|
|
172
|
-
[0],
|
|
173
|
-
];
|
|
133
|
+
export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
174
134
|
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
175
|
-
export var LimitExceededException = [
|
|
176
|
-
-3,
|
|
177
|
-
n0,
|
|
178
|
-
_LEE,
|
|
179
|
-
{
|
|
180
|
-
[_e]: _c,
|
|
181
|
-
[_hE]: 400,
|
|
182
|
-
},
|
|
183
|
-
[_M],
|
|
184
|
-
[0],
|
|
185
|
-
];
|
|
135
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
186
136
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
187
137
|
export var ListEventTypesFilter = [3, n0, _LETF, 0, [_N, _V], [0, 0]];
|
|
188
138
|
export var ListEventTypesRequest = [
|
|
@@ -224,29 +174,9 @@ export var ListTargetsRequest = [
|
|
|
224
174
|
];
|
|
225
175
|
export var ListTargetsResult = [3, n0, _LTRi, 0, [_T, _NT], [[() => TargetsBatch, 0], 0]];
|
|
226
176
|
export var NotificationRuleSummary = [3, n0, _NRS, 0, [_I, _A], [0, 0]];
|
|
227
|
-
export var ResourceAlreadyExistsException = [
|
|
228
|
-
-3,
|
|
229
|
-
n0,
|
|
230
|
-
_RAEE,
|
|
231
|
-
{
|
|
232
|
-
[_e]: _c,
|
|
233
|
-
[_hE]: 409,
|
|
234
|
-
},
|
|
235
|
-
[_M],
|
|
236
|
-
[0],
|
|
237
|
-
];
|
|
177
|
+
export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
238
178
|
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
|
|
239
|
-
export var ResourceNotFoundException = [
|
|
240
|
-
-3,
|
|
241
|
-
n0,
|
|
242
|
-
_RNFE,
|
|
243
|
-
{
|
|
244
|
-
[_e]: _c,
|
|
245
|
-
[_hE]: 404,
|
|
246
|
-
},
|
|
247
|
-
[_M],
|
|
248
|
-
[0],
|
|
249
|
-
];
|
|
179
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
250
180
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
251
181
|
export var SubscribeRequest = [3, n0, _SR, 0, [_A, _Tar, _CRT], [0, [() => Target, 0], 0]];
|
|
252
182
|
export var SubscribeResult = [3, n0, _SRu, 0, [_A], [0]];
|
|
@@ -264,12 +194,7 @@ export var UntagResourceRequest = [
|
|
|
264
194
|
[_A, _TK],
|
|
265
195
|
[
|
|
266
196
|
[0, 1],
|
|
267
|
-
[
|
|
268
|
-
64 | 0,
|
|
269
|
-
{
|
|
270
|
-
[_hQ]: _tK,
|
|
271
|
-
},
|
|
272
|
-
],
|
|
197
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
273
198
|
],
|
|
274
199
|
];
|
|
275
200
|
export var UntagResourceResult = [3, n0, _URRn, 0, [], []];
|
|
@@ -282,19 +207,8 @@ export var UpdateNotificationRuleRequest = [
|
|
|
282
207
|
[0, [() => NotificationRuleName, 0], 0, 64 | 0, [() => Targets, 0], 0],
|
|
283
208
|
];
|
|
284
209
|
export var UpdateNotificationRuleResult = [3, n0, _UNRRp, 0, [], []];
|
|
285
|
-
export var ValidationException = [
|
|
286
|
-
-3,
|
|
287
|
-
n0,
|
|
288
|
-
_VE,
|
|
289
|
-
{
|
|
290
|
-
[_e]: _c,
|
|
291
|
-
[_hE]: 400,
|
|
292
|
-
},
|
|
293
|
-
[_M],
|
|
294
|
-
[0],
|
|
295
|
-
];
|
|
210
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
296
211
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
297
|
-
export var __Unit = "unit";
|
|
298
212
|
export var CodestarNotificationsServiceException = [
|
|
299
213
|
-3,
|
|
300
214
|
_s,
|
|
@@ -318,9 +232,7 @@ export var CreateNotificationRule = [
|
|
|
318
232
|
9,
|
|
319
233
|
n0,
|
|
320
234
|
_CNR,
|
|
321
|
-
{
|
|
322
|
-
[_h]: ["POST", "/createNotificationRule", 200],
|
|
323
|
-
},
|
|
235
|
+
{ [_h]: ["POST", "/createNotificationRule", 200] },
|
|
324
236
|
() => CreateNotificationRuleRequest,
|
|
325
237
|
() => CreateNotificationRuleResult,
|
|
326
238
|
];
|
|
@@ -328,9 +240,7 @@ export var DeleteNotificationRule = [
|
|
|
328
240
|
9,
|
|
329
241
|
n0,
|
|
330
242
|
_DNR,
|
|
331
|
-
{
|
|
332
|
-
[_h]: ["POST", "/deleteNotificationRule", 200],
|
|
333
|
-
},
|
|
243
|
+
{ [_h]: ["POST", "/deleteNotificationRule", 200] },
|
|
334
244
|
() => DeleteNotificationRuleRequest,
|
|
335
245
|
() => DeleteNotificationRuleResult,
|
|
336
246
|
];
|
|
@@ -338,9 +248,7 @@ export var DeleteTarget = [
|
|
|
338
248
|
9,
|
|
339
249
|
n0,
|
|
340
250
|
_DTe,
|
|
341
|
-
{
|
|
342
|
-
[_h]: ["POST", "/deleteTarget", 200],
|
|
343
|
-
},
|
|
251
|
+
{ [_h]: ["POST", "/deleteTarget", 200] },
|
|
344
252
|
() => DeleteTargetRequest,
|
|
345
253
|
() => DeleteTargetResult,
|
|
346
254
|
];
|
|
@@ -348,9 +256,7 @@ export var DescribeNotificationRule = [
|
|
|
348
256
|
9,
|
|
349
257
|
n0,
|
|
350
258
|
_DNRe,
|
|
351
|
-
{
|
|
352
|
-
[_h]: ["POST", "/describeNotificationRule", 200],
|
|
353
|
-
},
|
|
259
|
+
{ [_h]: ["POST", "/describeNotificationRule", 200] },
|
|
354
260
|
() => DescribeNotificationRuleRequest,
|
|
355
261
|
() => DescribeNotificationRuleResult,
|
|
356
262
|
];
|
|
@@ -358,9 +264,7 @@ export var ListEventTypes = [
|
|
|
358
264
|
9,
|
|
359
265
|
n0,
|
|
360
266
|
_LET,
|
|
361
|
-
{
|
|
362
|
-
[_h]: ["POST", "/listEventTypes", 200],
|
|
363
|
-
},
|
|
267
|
+
{ [_h]: ["POST", "/listEventTypes", 200] },
|
|
364
268
|
() => ListEventTypesRequest,
|
|
365
269
|
() => ListEventTypesResult,
|
|
366
270
|
];
|
|
@@ -368,9 +272,7 @@ export var ListNotificationRules = [
|
|
|
368
272
|
9,
|
|
369
273
|
n0,
|
|
370
274
|
_LNR,
|
|
371
|
-
{
|
|
372
|
-
[_h]: ["POST", "/listNotificationRules", 200],
|
|
373
|
-
},
|
|
275
|
+
{ [_h]: ["POST", "/listNotificationRules", 200] },
|
|
374
276
|
() => ListNotificationRulesRequest,
|
|
375
277
|
() => ListNotificationRulesResult,
|
|
376
278
|
];
|
|
@@ -378,9 +280,7 @@ export var ListTagsForResource = [
|
|
|
378
280
|
9,
|
|
379
281
|
n0,
|
|
380
282
|
_LTFR,
|
|
381
|
-
{
|
|
382
|
-
[_h]: ["POST", "/listTagsForResource", 200],
|
|
383
|
-
},
|
|
283
|
+
{ [_h]: ["POST", "/listTagsForResource", 200] },
|
|
384
284
|
() => ListTagsForResourceRequest,
|
|
385
285
|
() => ListTagsForResourceResult,
|
|
386
286
|
];
|
|
@@ -388,9 +288,7 @@ export var ListTargets = [
|
|
|
388
288
|
9,
|
|
389
289
|
n0,
|
|
390
290
|
_LT,
|
|
391
|
-
{
|
|
392
|
-
[_h]: ["POST", "/listTargets", 200],
|
|
393
|
-
},
|
|
291
|
+
{ [_h]: ["POST", "/listTargets", 200] },
|
|
394
292
|
() => ListTargetsRequest,
|
|
395
293
|
() => ListTargetsResult,
|
|
396
294
|
];
|
|
@@ -398,9 +296,7 @@ export var Subscribe = [
|
|
|
398
296
|
9,
|
|
399
297
|
n0,
|
|
400
298
|
_Su,
|
|
401
|
-
{
|
|
402
|
-
[_h]: ["POST", "/subscribe", 200],
|
|
403
|
-
},
|
|
299
|
+
{ [_h]: ["POST", "/subscribe", 200] },
|
|
404
300
|
() => SubscribeRequest,
|
|
405
301
|
() => SubscribeResult,
|
|
406
302
|
];
|
|
@@ -408,9 +304,7 @@ export var TagResource = [
|
|
|
408
304
|
9,
|
|
409
305
|
n0,
|
|
410
306
|
_TR,
|
|
411
|
-
{
|
|
412
|
-
[_h]: ["POST", "/tagResource", 200],
|
|
413
|
-
},
|
|
307
|
+
{ [_h]: ["POST", "/tagResource", 200] },
|
|
414
308
|
() => TagResourceRequest,
|
|
415
309
|
() => TagResourceResult,
|
|
416
310
|
];
|
|
@@ -418,9 +312,7 @@ export var Unsubscribe = [
|
|
|
418
312
|
9,
|
|
419
313
|
n0,
|
|
420
314
|
_U,
|
|
421
|
-
{
|
|
422
|
-
[_h]: ["POST", "/unsubscribe", 200],
|
|
423
|
-
},
|
|
315
|
+
{ [_h]: ["POST", "/unsubscribe", 200] },
|
|
424
316
|
() => UnsubscribeRequest,
|
|
425
317
|
() => UnsubscribeResult,
|
|
426
318
|
];
|
|
@@ -428,9 +320,7 @@ export var UntagResource = [
|
|
|
428
320
|
9,
|
|
429
321
|
n0,
|
|
430
322
|
_URnt,
|
|
431
|
-
{
|
|
432
|
-
[_h]: ["POST", "/untagResource/{Arn}", 200],
|
|
433
|
-
},
|
|
323
|
+
{ [_h]: ["POST", "/untagResource/{Arn}", 200] },
|
|
434
324
|
() => UntagResourceRequest,
|
|
435
325
|
() => UntagResourceResult,
|
|
436
326
|
];
|
|
@@ -438,9 +328,7 @@ export var UpdateNotificationRule = [
|
|
|
438
328
|
9,
|
|
439
329
|
n0,
|
|
440
330
|
_UNR,
|
|
441
|
-
{
|
|
442
|
-
[_h]: ["POST", "/updateNotificationRule", 200],
|
|
443
|
-
},
|
|
331
|
+
{ [_h]: ["POST", "/updateNotificationRule", 200] },
|
|
444
332
|
() => UpdateNotificationRuleRequest,
|
|
445
333
|
() => UpdateNotificationRuleResult,
|
|
446
334
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CodestarNotificationsClient } from "./CodestarNotificationsClient";
|
|
3
3
|
import { CreateNotificationRuleCommandInput, CreateNotificationRuleCommandOutput } from "./commands/CreateNotificationRuleCommand";
|
|
4
4
|
import { DeleteNotificationRuleCommandInput, DeleteNotificationRuleCommandOutput } from "./commands/DeleteNotificationRuleCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateNotificationRuleCommandInput, CreateNotificationRuleCommandOutput } from "./commands/CreateNotificationRuleCommand";
|
|
11
11
|
import { DeleteNotificationRuleCommandInput, DeleteNotificationRuleCommandOutput } from "./commands/DeleteNotificationRuleCommand";
|
|
12
12
|
import { DeleteTargetCommandInput, DeleteTargetCommandOutput } from "./commands/DeleteTargetCommand";
|
|
@@ -21,7 +21,7 @@ import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "./commands/Un
|
|
|
21
21
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
22
22
|
import { UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput } from "./commands/UpdateNotificationRuleCommand";
|
|
23
23
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
24
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
24
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
25
25
|
export { __Client };
|
|
26
26
|
/**
|
|
27
27
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { CodestarNotificationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { CodestarNotificationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig } from "../CodestarNotificationsClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type CodestarNotificationsClientResolvedConfig } from "../CodestarNotificationsClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { CreateNotificationRuleRequest, CreateNotificationRuleResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { CreateNotificationRuleRequest, CreateNotificationRuleResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { DeleteNotificationRuleRequest, DeleteNotificationRuleResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { DeleteNotificationRuleRequest, DeleteNotificationRuleResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { DeleteTargetRequest, DeleteTargetResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { DeleteTargetRequest, DeleteTargetResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { DescribeNotificationRuleRequest, DescribeNotificationRuleResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { DescribeNotificationRuleRequest, DescribeNotificationRuleResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { ListEventTypesRequest, ListEventTypesResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { ListEventTypesRequest, ListEventTypesResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { ListNotificationRulesRequest, ListNotificationRulesResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { ListNotificationRulesRequest, ListNotificationRulesResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { ListTargetsRequest, ListTargetsResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { ListTargetsRequest, ListTargetsResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { SubscribeRequest, SubscribeResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { SubscribeRequest, SubscribeResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { UnsubscribeRequest, UnsubscribeResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { UnsubscribeRequest, UnsubscribeResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
-
import { UpdateNotificationRuleRequest, UpdateNotificationRuleResult } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
|
|
4
|
+
import type { UpdateNotificationRuleRequest, UpdateNotificationRuleResult } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
1
|
+
import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
11
14
|
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
15
|
defaultSigningName: string;
|
|
13
16
|
};
|
|
17
|
+
/**
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
14
20
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
15
24
|
export declare const commonParams: {
|
|
16
25
|
readonly UseFIPS: {
|
|
17
26
|
readonly type: "builtInParams";
|
|
@@ -30,6 +39,9 @@ export declare const commonParams: {
|
|
|
30
39
|
readonly name: "useDualstackEndpoint";
|
|
31
40
|
};
|
|
32
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
33
45
|
export interface EndpointParameters extends __EndpointParameters {
|
|
34
46
|
Region?: string | undefined;
|
|
35
47
|
UseDualStack?: boolean | undefined;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
-
import { EndpointParameters } from "./EndpointParameters";
|
|
1
|
+
import type { EndpointV2, Logger } from "@smithy/types";
|
|
2
|
+
import type { EndpointParameters } from "./EndpointParameters";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
3
6
|
export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
|
|
4
7
|
logger?: Logger;
|
|
5
8
|
}) => EndpointV2;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
-
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
-
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
1
|
+
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>CodeStar Notifications can't create the notification rule because you do not have sufficient
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventTypesCommandInput, ListEventTypesCommandOutput } from "../commands/ListEventTypesCommand";
|
|
3
3
|
import { CodestarNotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNotificationRulesCommandInput, ListNotificationRulesCommandOutput } from "../commands/ListNotificationRulesCommand";
|
|
3
3
|
import { CodestarNotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Paginator } from "@smithy/types";
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTargetsCommandInput, ListTargetsCommandOutput } from "../commands/ListTargetsCommand";
|
|
3
3
|
import { CodestarNotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
-
import { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient";
|
|
2
|
+
import type { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
-
import { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient";
|
|
2
|
+
import type { CodestarNotificationsClientConfig } from "./CodestarNotificationsClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
2
|
export declare var NotificationRuleName: StaticSimpleSchema;
|
|
3
3
|
export declare var TargetAddress: StaticSimpleSchema;
|
|
4
4
|
export declare var AccessDeniedException: StaticErrorSchema;
|
|
@@ -42,7 +42,6 @@ export declare var UntagResourceResult: StaticStructureSchema;
|
|
|
42
42
|
export declare var UpdateNotificationRuleRequest: StaticStructureSchema;
|
|
43
43
|
export declare var UpdateNotificationRuleResult: StaticStructureSchema;
|
|
44
44
|
export declare var ValidationException: StaticErrorSchema;
|
|
45
|
-
export declare var __Unit: "unit";
|
|
46
45
|
export declare var CodestarNotificationsServiceException: StaticErrorSchema;
|
|
47
46
|
export declare var EventTypeBatch: StaticListSchema;
|
|
48
47
|
export declare var EventTypeIds: number;
|
|
@@ -20,13 +20,12 @@ import {
|
|
|
20
20
|
} from "@smithy/middleware-retry";
|
|
21
21
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
22
|
import {
|
|
23
|
-
Client as __Client,
|
|
24
23
|
DefaultsMode as __DefaultsMode,
|
|
25
24
|
SmithyConfiguration as __SmithyConfiguration,
|
|
26
25
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
-
AwsCredentialIdentityProvider,
|
|
30
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -39,9 +38,10 @@ import {
|
|
|
39
38
|
HttpResponse,
|
|
40
39
|
Logger as __Logger,
|
|
41
40
|
Provider as __Provider,
|
|
42
|
-
Provider,
|
|
43
41
|
StreamCollector as __StreamCollector,
|
|
44
42
|
UrlParser as __UrlParser,
|
|
43
|
+
AwsCredentialIdentityProvider,
|
|
44
|
+
Provider,
|
|
45
45
|
UserAgent as __UserAgent,
|
|
46
46
|
} from "@smithy/types";
|
|
47
47
|
import {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
+
HttpAuthScheme,
|
|
2
3
|
AwsCredentialIdentity,
|
|
3
4
|
AwsCredentialIdentityProvider,
|
|
4
|
-
HttpAuthScheme,
|
|
5
5
|
} from "@smithy/types";
|
|
6
6
|
import { CodestarNotificationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
@@ -48,7 +48,6 @@ export declare var UntagResourceResult: StaticStructureSchema;
|
|
|
48
48
|
export declare var UpdateNotificationRuleRequest: StaticStructureSchema;
|
|
49
49
|
export declare var UpdateNotificationRuleResult: StaticStructureSchema;
|
|
50
50
|
export declare var ValidationException: StaticErrorSchema;
|
|
51
|
-
export declare var __Unit: "unit";
|
|
52
51
|
export declare var CodestarNotificationsServiceException: StaticErrorSchema;
|
|
53
52
|
export declare var EventTypeBatch: StaticListSchema;
|
|
54
53
|
export declare var EventTypeIds: number;
|
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.947.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",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo codestar-notifications"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo codestar-notifications",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|