@aws-sdk/client-codestar-notifications 3.928.0 → 3.930.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 +492 -694
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodestarNotificationsClient.js +2 -0
- package/dist-es/commands/CreateNotificationRuleCommand.js +3 -10
- package/dist-es/commands/DeleteNotificationRuleCommand.js +3 -9
- package/dist-es/commands/DeleteTargetCommand.js +3 -10
- package/dist-es/commands/DescribeNotificationRuleCommand.js +3 -10
- package/dist-es/commands/ListEventTypesCommand.js +3 -9
- package/dist-es/commands/ListNotificationRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetsCommand.js +3 -10
- package/dist-es/commands/SubscribeCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UnsubscribeCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateNotificationRuleCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -40
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +446 -0
- package/dist-types/CodestarNotificationsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +69 -0
- package/dist-types/ts3.4/CodestarNotificationsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -25
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -534
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodestarNotificationsHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var NotificationRuleName: StaticSimpleSchema;
|
|
9
|
+
export declare var TargetAddress: StaticSimpleSchema;
|
|
10
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
11
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
12
|
+
export declare var ConfigurationException: StaticErrorSchema;
|
|
13
|
+
export declare var CreateNotificationRuleRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CreateNotificationRuleResult: StaticStructureSchema;
|
|
15
|
+
export declare var DeleteNotificationRuleRequest: StaticStructureSchema;
|
|
16
|
+
export declare var DeleteNotificationRuleResult: StaticStructureSchema;
|
|
17
|
+
export declare var DeleteTargetRequest: StaticStructureSchema;
|
|
18
|
+
export declare var DeleteTargetResult: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeNotificationRuleRequest: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeNotificationRuleResult: StaticStructureSchema;
|
|
21
|
+
export declare var EventTypeSummary: StaticStructureSchema;
|
|
22
|
+
export declare var InvalidNextTokenException: StaticErrorSchema;
|
|
23
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
24
|
+
export declare var ListEventTypesFilter: StaticStructureSchema;
|
|
25
|
+
export declare var ListEventTypesRequest: StaticStructureSchema;
|
|
26
|
+
export declare var ListEventTypesResult: StaticStructureSchema;
|
|
27
|
+
export declare var ListNotificationRulesFilter: StaticStructureSchema;
|
|
28
|
+
export declare var ListNotificationRulesRequest: StaticStructureSchema;
|
|
29
|
+
export declare var ListNotificationRulesResult: StaticStructureSchema;
|
|
30
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
31
|
+
export declare var ListTagsForResourceResult: StaticStructureSchema;
|
|
32
|
+
export declare var ListTargetsFilter: StaticStructureSchema;
|
|
33
|
+
export declare var ListTargetsRequest: StaticStructureSchema;
|
|
34
|
+
export declare var ListTargetsResult: StaticStructureSchema;
|
|
35
|
+
export declare var NotificationRuleSummary: StaticStructureSchema;
|
|
36
|
+
export declare var ResourceAlreadyExistsException: StaticErrorSchema;
|
|
37
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
38
|
+
export declare var SubscribeRequest: StaticStructureSchema;
|
|
39
|
+
export declare var SubscribeResult: StaticStructureSchema;
|
|
40
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
41
|
+
export declare var TagResourceResult: StaticStructureSchema;
|
|
42
|
+
export declare var Target: StaticStructureSchema;
|
|
43
|
+
export declare var TargetSummary: StaticStructureSchema;
|
|
44
|
+
export declare var UnsubscribeRequest: StaticStructureSchema;
|
|
45
|
+
export declare var UnsubscribeResult: StaticStructureSchema;
|
|
46
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
47
|
+
export declare var UntagResourceResult: StaticStructureSchema;
|
|
48
|
+
export declare var UpdateNotificationRuleRequest: StaticStructureSchema;
|
|
49
|
+
export declare var UpdateNotificationRuleResult: StaticStructureSchema;
|
|
50
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
51
|
+
export declare var __Unit: "unit";
|
|
52
|
+
export declare var CodestarNotificationsServiceException: StaticErrorSchema;
|
|
53
|
+
export declare var EventTypeBatch: StaticListSchema;
|
|
54
|
+
export declare var EventTypeIds: number;
|
|
55
|
+
export declare var ListEventTypesFilters: StaticListSchema;
|
|
56
|
+
export declare var ListNotificationRulesFilters: StaticListSchema;
|
|
57
|
+
export declare var ListTargetsFilters: StaticListSchema;
|
|
58
|
+
export declare var NotificationRuleBatch: StaticListSchema;
|
|
59
|
+
export declare var TagKeys: number;
|
|
60
|
+
export declare var Targets: StaticListSchema;
|
|
61
|
+
export declare var TargetsBatch: StaticListSchema;
|
|
62
|
+
export declare var Tags: number;
|
|
63
|
+
export declare var CreateNotificationRule: StaticOperationSchema;
|
|
64
|
+
export declare var DeleteNotificationRule: StaticOperationSchema;
|
|
65
|
+
export declare var DeleteTarget: StaticOperationSchema;
|
|
66
|
+
export declare var DescribeNotificationRule: StaticOperationSchema;
|
|
67
|
+
export declare var ListEventTypes: StaticOperationSchema;
|
|
68
|
+
export declare var ListNotificationRules: StaticOperationSchema;
|
|
69
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
70
|
+
export declare var ListTargets: StaticOperationSchema;
|
|
71
|
+
export declare var Subscribe: StaticOperationSchema;
|
|
72
|
+
export declare var TagResource: StaticOperationSchema;
|
|
73
|
+
export declare var Unsubscribe: StaticOperationSchema;
|
|
74
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
75
|
+
export declare var UpdateNotificationRule: StaticOperationSchema;
|
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.930.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,43 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|