@aws-sdk/client-codestar-notifications 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +28 -27
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1522,48 +1522,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1522
1522
  // Annotate the CommonJS export names for ESM import in node:
1523
1523
 
1524
1524
  0 && (module.exports = {
1525
- AccessDeniedException,
1526
- CodestarNotifications,
1527
- CodestarNotificationsClient,
1528
1525
  CodestarNotificationsServiceException,
1529
- ConcurrentModificationException,
1530
- ConfigurationException,
1526
+ __Client,
1527
+ CodestarNotificationsClient,
1528
+ CodestarNotifications,
1529
+ $Command,
1531
1530
  CreateNotificationRuleCommand,
1532
- CreateNotificationRuleRequestFilterSensitiveLog,
1533
1531
  DeleteNotificationRuleCommand,
1534
1532
  DeleteTargetCommand,
1535
- DeleteTargetRequestFilterSensitiveLog,
1536
1533
  DescribeNotificationRuleCommand,
1537
- DescribeNotificationRuleResultFilterSensitiveLog,
1538
- DetailType,
1539
- InvalidNextTokenException,
1540
- LimitExceededException,
1541
1534
  ListEventTypesCommand,
1542
- ListEventTypesFilterName,
1543
1535
  ListNotificationRulesCommand,
1544
- ListNotificationRulesFilterName,
1545
1536
  ListTagsForResourceCommand,
1546
1537
  ListTargetsCommand,
1547
- ListTargetsFilterName,
1548
- ListTargetsResultFilterSensitiveLog,
1549
- NotificationRuleStatus,
1550
- ResourceAlreadyExistsException,
1551
- ResourceNotFoundException,
1552
1538
  SubscribeCommand,
1553
- SubscribeRequestFilterSensitiveLog,
1554
1539
  TagResourceCommand,
1555
- TargetFilterSensitiveLog,
1556
- TargetStatus,
1557
- TargetSummaryFilterSensitiveLog,
1558
1540
  UnsubscribeCommand,
1559
- UnsubscribeRequestFilterSensitiveLog,
1560
1541
  UntagResourceCommand,
1561
1542
  UpdateNotificationRuleCommand,
1562
- UpdateNotificationRuleRequestFilterSensitiveLog,
1563
- ValidationException,
1564
- __Client,
1565
1543
  paginateListEventTypes,
1566
1544
  paginateListNotificationRules,
1567
- paginateListTargets
1545
+ paginateListTargets,
1546
+ AccessDeniedException,
1547
+ ConcurrentModificationException,
1548
+ ConfigurationException,
1549
+ DetailType,
1550
+ NotificationRuleStatus,
1551
+ LimitExceededException,
1552
+ ResourceAlreadyExistsException,
1553
+ ValidationException,
1554
+ TargetStatus,
1555
+ ResourceNotFoundException,
1556
+ InvalidNextTokenException,
1557
+ ListEventTypesFilterName,
1558
+ ListNotificationRulesFilterName,
1559
+ ListTargetsFilterName,
1560
+ TargetFilterSensitiveLog,
1561
+ CreateNotificationRuleRequestFilterSensitiveLog,
1562
+ DeleteTargetRequestFilterSensitiveLog,
1563
+ TargetSummaryFilterSensitiveLog,
1564
+ DescribeNotificationRuleResultFilterSensitiveLog,
1565
+ ListTargetsResultFilterSensitiveLog,
1566
+ SubscribeRequestFilterSensitiveLog,
1567
+ UnsubscribeRequestFilterSensitiveLog,
1568
+ UpdateNotificationRuleRequestFilterSensitiveLog
1568
1569
  });
1569
1570
 
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",