@aws-sdk/client-codestar-notifications 3.590.0 → 3.592.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 (31) hide show
  1. package/dist-cjs/index.js +0 -13
  2. package/dist-types/commands/CreateNotificationRuleCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteNotificationRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteTargetCommand.d.ts +2 -1
  5. package/dist-types/commands/DescribeNotificationRuleCommand.d.ts +2 -1
  6. package/dist-types/commands/ListEventTypesCommand.d.ts +2 -1
  7. package/dist-types/commands/ListNotificationRulesCommand.d.ts +2 -1
  8. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  9. package/dist-types/commands/ListTargetsCommand.d.ts +2 -1
  10. package/dist-types/commands/SubscribeCommand.d.ts +2 -1
  11. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UnsubscribeCommand.d.ts +2 -1
  13. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/UpdateNotificationRuleCommand.d.ts +2 -1
  15. package/dist-types/index.d.ts +2 -2
  16. package/dist-types/models/CodestarNotificationsServiceException.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/CreateNotificationRuleCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/DeleteNotificationRuleCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/DeleteTargetCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/DescribeNotificationRuleCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/ListEventTypesCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/ListNotificationRulesCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/UpdateNotificationRuleCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/models/CodestarNotificationsServiceException.d.ts +2 -1
  31. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -217,7 +217,6 @@ var CodestarNotificationsClient = _CodestarNotificationsClient;
217
217
 
218
218
  var import_middleware_serde = require("@smithy/middleware-serde");
219
219
 
220
- var import_types = require("@smithy/types");
221
220
 
222
221
  // src/models/models_0.ts
223
222
 
@@ -1028,7 +1027,6 @@ var CreateNotificationRuleCommand = _CreateNotificationRuleCommand;
1028
1027
 
1029
1028
 
1030
1029
 
1031
-
1032
1030
  var _DeleteNotificationRuleCommand = class _DeleteNotificationRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1033
1031
  ...commonParams
1034
1032
  }).m(function(Command, cs, config, o) {
@@ -1045,7 +1043,6 @@ var DeleteNotificationRuleCommand = _DeleteNotificationRuleCommand;
1045
1043
 
1046
1044
 
1047
1045
 
1048
-
1049
1046
  var _DeleteTargetCommand = class _DeleteTargetCommand extends import_smithy_client.Command.classBuilder().ep({
1050
1047
  ...commonParams
1051
1048
  }).m(function(Command, cs, config, o) {
@@ -1062,7 +1059,6 @@ var DeleteTargetCommand = _DeleteTargetCommand;
1062
1059
 
1063
1060
 
1064
1061
 
1065
-
1066
1062
  var _DescribeNotificationRuleCommand = class _DescribeNotificationRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1067
1063
  ...commonParams
1068
1064
  }).m(function(Command, cs, config, o) {
@@ -1079,7 +1075,6 @@ var DescribeNotificationRuleCommand = _DescribeNotificationRuleCommand;
1079
1075
 
1080
1076
 
1081
1077
 
1082
-
1083
1078
  var _ListEventTypesCommand = class _ListEventTypesCommand extends import_smithy_client.Command.classBuilder().ep({
1084
1079
  ...commonParams
1085
1080
  }).m(function(Command, cs, config, o) {
@@ -1096,7 +1091,6 @@ var ListEventTypesCommand = _ListEventTypesCommand;
1096
1091
 
1097
1092
 
1098
1093
 
1099
-
1100
1094
  var _ListNotificationRulesCommand = class _ListNotificationRulesCommand extends import_smithy_client.Command.classBuilder().ep({
1101
1095
  ...commonParams
1102
1096
  }).m(function(Command, cs, config, o) {
@@ -1113,7 +1107,6 @@ var ListNotificationRulesCommand = _ListNotificationRulesCommand;
1113
1107
 
1114
1108
 
1115
1109
 
1116
-
1117
1110
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1118
1111
  ...commonParams
1119
1112
  }).m(function(Command, cs, config, o) {
@@ -1130,7 +1123,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1130
1123
 
1131
1124
 
1132
1125
 
1133
-
1134
1126
  var _ListTargetsCommand = class _ListTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
1135
1127
  ...commonParams
1136
1128
  }).m(function(Command, cs, config, o) {
@@ -1147,7 +1139,6 @@ var ListTargetsCommand = _ListTargetsCommand;
1147
1139
 
1148
1140
 
1149
1141
 
1150
-
1151
1142
  var _SubscribeCommand = class _SubscribeCommand extends import_smithy_client.Command.classBuilder().ep({
1152
1143
  ...commonParams
1153
1144
  }).m(function(Command, cs, config, o) {
@@ -1164,7 +1155,6 @@ var SubscribeCommand = _SubscribeCommand;
1164
1155
 
1165
1156
 
1166
1157
 
1167
-
1168
1158
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1169
1159
  ...commonParams
1170
1160
  }).m(function(Command, cs, config, o) {
@@ -1181,7 +1171,6 @@ var TagResourceCommand = _TagResourceCommand;
1181
1171
 
1182
1172
 
1183
1173
 
1184
-
1185
1174
  var _UnsubscribeCommand = class _UnsubscribeCommand extends import_smithy_client.Command.classBuilder().ep({
1186
1175
  ...commonParams
1187
1176
  }).m(function(Command, cs, config, o) {
@@ -1198,7 +1187,6 @@ var UnsubscribeCommand = _UnsubscribeCommand;
1198
1187
 
1199
1188
 
1200
1189
 
1201
-
1202
1190
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1203
1191
  ...commonParams
1204
1192
  }).m(function(Command, cs, config, o) {
@@ -1215,7 +1203,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1215
1203
 
1216
1204
 
1217
1205
 
1218
-
1219
1206
  var _UpdateNotificationRuleCommand = class _UpdateNotificationRuleCommand extends import_smithy_client.Command.classBuilder().ep({
1220
1207
  ...commonParams
1221
1208
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateNotificationRuleRequest, CreateNotificationRuleResult } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteNotificationRuleRequest, DeleteNotificationRuleResult } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTargetRequest, DeleteTargetResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeNotificationRuleRequest, DescribeNotificationRuleResult } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEventTypesRequest, ListEventTypesResult } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListNotificationRulesRequest, ListNotificationRulesResult } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTargetsRequest, ListTargetsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SubscribeRequest, SubscribeResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UnsubscribeRequest, UnsubscribeResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateNotificationRuleRequest, UpdateNotificationRuleResult } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -83,8 +83,8 @@
83
83
  export * from "./CodestarNotificationsClient";
84
84
  export * from "./CodestarNotifications";
85
85
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
86
- export { RuntimeExtension } from "./runtimeExtensions";
87
- export { CodestarNotificationsExtensionConfiguration } from "./extensionConfiguration";
86
+ export type { RuntimeExtension } from "./runtimeExtensions";
87
+ export type { CodestarNotificationsExtensionConfiguration } from "./extensionConfiguration";
88
88
  export * from "./commands";
89
89
  export * from "./pagination";
90
90
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateNotificationRuleRequest,
10
10
  CreateNotificationRuleResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateNotificationRuleCommandInput
14
15
  extends CreateNotificationRuleRequest {}
15
16
  export interface CreateNotificationRuleCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteNotificationRuleRequest,
10
10
  DeleteNotificationRuleResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteNotificationRuleCommandInput
14
15
  extends DeleteNotificationRuleRequest {}
15
16
  export interface DeleteNotificationRuleCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CodestarNotificationsClient";
8
8
  import { DeleteTargetRequest, DeleteTargetResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTargetCommandInput extends DeleteTargetRequest {}
11
12
  export interface DeleteTargetCommandOutput
12
13
  extends DeleteTargetResult,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeNotificationRuleRequest,
10
10
  DescribeNotificationRuleResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeNotificationRuleCommandInput
14
15
  extends DescribeNotificationRuleRequest {}
15
16
  export interface DescribeNotificationRuleCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEventTypesRequest,
10
10
  ListEventTypesResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEventTypesCommandInput extends ListEventTypesRequest {}
14
15
  export interface ListEventTypesCommandOutput
15
16
  extends ListEventTypesResult,
@@ -9,7 +9,8 @@ import {
9
9
  ListNotificationRulesRequest,
10
10
  ListNotificationRulesResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListNotificationRulesCommandInput
14
15
  extends ListNotificationRulesRequest {}
15
16
  export interface ListNotificationRulesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CodestarNotificationsClient";
8
8
  import { ListTargetsRequest, ListTargetsResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTargetsCommandInput extends ListTargetsRequest {}
11
12
  export interface ListTargetsCommandOutput
12
13
  extends ListTargetsResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CodestarNotificationsClient";
8
8
  import { SubscribeRequest, SubscribeResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SubscribeCommandInput extends SubscribeRequest {}
11
12
  export interface SubscribeCommandOutput
12
13
  extends SubscribeResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CodestarNotificationsClient";
8
8
  import { TagResourceRequest, TagResourceResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CodestarNotificationsClient";
8
8
  import { UnsubscribeRequest, UnsubscribeResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UnsubscribeCommandInput extends UnsubscribeRequest {}
11
12
  export interface UnsubscribeCommandOutput
12
13
  extends UnsubscribeResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CodestarNotificationsClient";
8
8
  import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceResult,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateNotificationRuleRequest,
10
10
  UpdateNotificationRuleResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateNotificationRuleCommandInput
14
15
  extends UpdateNotificationRuleRequest {}
15
16
  export interface UpdateNotificationRuleCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CodestarNotificationsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.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,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",