@aws-sdk/client-cloudwatch-events 3.46.0 → 3.48.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/CHANGELOG.md +35 -0
- package/dist-cjs/endpoints.js +0 -16
- package/dist-cjs/models/models_0.js +4 -70
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -16
- package/dist-es/models/models_0.js +0 -44
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CloudWatchEventsClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -66
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -44
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-events
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-events
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch-events
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
42
|
|
|
8
43
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "events.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "events-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "events.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "events-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -47,10 +39,6 @@ const regionHash = {
|
|
|
47
39
|
},
|
|
48
40
|
"us-west-1": {
|
|
49
41
|
variants: [
|
|
50
|
-
{
|
|
51
|
-
hostname: "events.us-west-1.amazonaws.com",
|
|
52
|
-
tags: [],
|
|
53
|
-
},
|
|
54
42
|
{
|
|
55
43
|
hostname: "events-fips.us-west-1.amazonaws.com",
|
|
56
44
|
tags: ["fips"],
|
|
@@ -59,10 +47,6 @@ const regionHash = {
|
|
|
59
47
|
},
|
|
60
48
|
"us-west-2": {
|
|
61
49
|
variants: [
|
|
62
|
-
{
|
|
63
|
-
hostname: "events.us-west-2.amazonaws.com",
|
|
64
|
-
tags: [],
|
|
65
|
-
},
|
|
66
50
|
{
|
|
67
51
|
hostname: "events-fips.us-west-2.amazonaws.com",
|
|
68
52
|
tags: ["fips"],
|
|
@@ -1,45 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateConnectionResponse = exports.UpdateConnectionRequest = exports.UpdateConnectionAuthRequestParameters = exports.UpdateConnectionOAuthRequestParameters = exports.UpdateConnectionOAuthClientRequestParameters = exports.UpdateConnectionBasicAuthRequestParameters = exports.UpdateConnectionApiKeyAuthRequestParameters = exports.UpdateArchiveResponse = exports.UpdateArchiveRequest = exports.UpdateApiDestinationResponse = exports.UpdateApiDestinationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestEventPatternResponse = exports.TestEventPatternRequest =
|
|
3
|
+
exports.DescribeConnectionRequest = exports.DescribeArchiveResponse = exports.DescribeArchiveRequest = exports.DescribeApiDestinationResponse = exports.DescribeApiDestinationRequest = exports.DeleteRuleRequest = exports.DeletePartnerEventSourceRequest = exports.DeleteEventBusRequest = exports.DeleteConnectionResponse = exports.DeleteConnectionRequest = exports.DeleteArchiveResponse = exports.DeleteArchiveRequest = exports.DeleteApiDestinationResponse = exports.DeleteApiDestinationRequest = exports.DeauthorizeConnectionResponse = exports.DeauthorizeConnectionRequest = exports.DeactivateEventSourceRequest = exports.CreatePartnerEventSourceResponse = exports.CreatePartnerEventSourceRequest = exports.CreateEventBusResponse = exports.CreateEventBusRequest = exports.Tag = exports.CreateConnectionResponse = exports.ConnectionState = exports.CreateConnectionRequest = exports.CreateConnectionAuthRequestParameters = exports.CreateConnectionOAuthRequestParameters = exports.ConnectionOAuthHttpMethod = exports.CreateConnectionOAuthClientRequestParameters = exports.ConnectionHttpParameters = exports.ConnectionQueryStringParameter = exports.ConnectionHeaderParameter = exports.ConnectionBodyParameter = exports.CreateConnectionBasicAuthRequestParameters = exports.CreateConnectionApiKeyAuthRequestParameters = exports.ConnectionAuthorizationType = exports.CreateArchiveResponse = exports.CreateArchiveRequest = exports.CreateApiDestinationResponse = exports.CreateApiDestinationRequest = exports.CancelReplayResponse = exports.ReplayState = exports.CancelReplayRequest = exports.AssignPublicIp = exports.Archive = exports.ArchiveState = exports.ApiDestination = exports.ApiDestinationHttpMethod = exports.ApiDestinationState = exports.ActivateEventSourceRequest = void 0;
|
|
4
|
+
exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListRulesResponse = exports.Rule = exports.ListRulesRequest = exports.ListRuleNamesByTargetResponse = exports.ListRuleNamesByTargetRequest = exports.ListReplaysResponse = exports.Replay = exports.ListReplaysRequest = exports.ListPartnerEventSourcesResponse = exports.PartnerEventSource = exports.ListPartnerEventSourcesRequest = exports.ListPartnerEventSourceAccountsResponse = exports.PartnerEventSourceAccount = exports.ListPartnerEventSourceAccountsRequest = exports.ListEventSourcesResponse = exports.EventSource = exports.ListEventSourcesRequest = exports.ListEventBusesResponse = exports.EventBus = exports.ListEventBusesRequest = exports.ListConnectionsResponse = exports.Connection = exports.ListConnectionsRequest = exports.ListArchivesResponse = exports.ListArchivesRequest = exports.ListApiDestinationsResponse = exports.ListApiDestinationsRequest = exports.EnableRuleRequest = exports.DisableRuleRequest = exports.DescribeRuleResponse = exports.RuleState = exports.DescribeRuleRequest = exports.DescribeReplayResponse = exports.ReplayDestination = exports.DescribeReplayRequest = exports.DescribePartnerEventSourceResponse = exports.DescribePartnerEventSourceRequest = exports.DescribeEventSourceResponse = exports.EventSourceState = exports.DescribeEventSourceRequest = exports.DescribeEventBusResponse = exports.DescribeEventBusRequest = exports.DescribeConnectionResponse = exports.ConnectionAuthResponseParameters = exports.ConnectionOAuthResponseParameters = exports.ConnectionOAuthClientResponseParameters = exports.ConnectionBasicAuthResponseParameters = exports.ConnectionApiKeyAuthResponseParameters = void 0;
|
|
5
|
+
exports.TagResourceResponse = exports.TagResourceRequest = exports.StartReplayResponse = exports.StartReplayRequest = exports.RemoveTargetsResponse = exports.RemoveTargetsResultEntry = exports.RemoveTargetsRequest = exports.RemovePermissionRequest = exports.PutTargetsResponse = exports.PutTargetsResultEntry = exports.PutTargetsRequest = exports.PutRuleResponse = exports.PutRuleRequest = exports.PutPermissionRequest = exports.Condition = exports.PutPartnerEventsResponse = exports.PutPartnerEventsResultEntry = exports.PutPartnerEventsRequest = exports.PutPartnerEventsRequestEntry = exports.PutEventsResponse = exports.PutEventsResultEntry = exports.PutEventsRequest = exports.PutEventsRequestEntry = exports.ListTargetsByRuleResponse = exports.Target = exports.SqsParameters = exports.SageMakerPipelineParameters = exports.SageMakerPipelineParameter = exports.RunCommandParameters = exports.RunCommandTarget = exports.RetryPolicy = exports.RedshiftDataParameters = exports.KinesisParameters = exports.InputTransformer = exports.HttpParameters = exports.EcsParameters = exports.PropagateTags = exports.PlacementStrategy = exports.PlacementStrategyType = exports.PlacementConstraint = exports.PlacementConstraintType = exports.NetworkConfiguration = exports.AwsVpcConfiguration = exports.LaunchType = exports.CapacityProviderStrategyItem = exports.DeadLetterConfig = exports.BatchParameters = exports.BatchRetryStrategy = exports.BatchArrayProperties = exports.ListTargetsByRuleRequest = void 0;
|
|
6
|
+
exports.UpdateConnectionResponse = exports.UpdateConnectionRequest = exports.UpdateConnectionAuthRequestParameters = exports.UpdateConnectionOAuthRequestParameters = exports.UpdateConnectionOAuthClientRequestParameters = exports.UpdateConnectionBasicAuthRequestParameters = exports.UpdateConnectionApiKeyAuthRequestParameters = exports.UpdateArchiveResponse = exports.UpdateArchiveRequest = exports.UpdateApiDestinationResponse = exports.UpdateApiDestinationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestEventPatternResponse = exports.TestEventPatternRequest = void 0;
|
|
7
7
|
var ActivateEventSourceRequest;
|
|
8
8
|
(function (ActivateEventSourceRequest) {
|
|
9
9
|
ActivateEventSourceRequest.filterSensitiveLog = (obj) => ({
|
|
10
10
|
...obj,
|
|
11
11
|
});
|
|
12
12
|
})(ActivateEventSourceRequest = exports.ActivateEventSourceRequest || (exports.ActivateEventSourceRequest = {}));
|
|
13
|
-
var ConcurrentModificationException;
|
|
14
|
-
(function (ConcurrentModificationException) {
|
|
15
|
-
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
16
|
-
...obj,
|
|
17
|
-
});
|
|
18
|
-
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
19
|
-
var InternalException;
|
|
20
|
-
(function (InternalException) {
|
|
21
|
-
InternalException.filterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
})(InternalException = exports.InternalException || (exports.InternalException = {}));
|
|
25
|
-
var InvalidStateException;
|
|
26
|
-
(function (InvalidStateException) {
|
|
27
|
-
InvalidStateException.filterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
})(InvalidStateException = exports.InvalidStateException || (exports.InvalidStateException = {}));
|
|
31
|
-
var OperationDisabledException;
|
|
32
|
-
(function (OperationDisabledException) {
|
|
33
|
-
OperationDisabledException.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(OperationDisabledException = exports.OperationDisabledException || (exports.OperationDisabledException = {}));
|
|
37
|
-
var ResourceNotFoundException;
|
|
38
|
-
(function (ResourceNotFoundException) {
|
|
39
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
43
13
|
var ApiDestinationState;
|
|
44
14
|
(function (ApiDestinationState) {
|
|
45
15
|
ApiDestinationState["ACTIVE"] = "ACTIVE";
|
|
@@ -102,12 +72,6 @@ var CancelReplayResponse;
|
|
|
102
72
|
...obj,
|
|
103
73
|
});
|
|
104
74
|
})(CancelReplayResponse = exports.CancelReplayResponse || (exports.CancelReplayResponse = {}));
|
|
105
|
-
var IllegalStatusException;
|
|
106
|
-
(function (IllegalStatusException) {
|
|
107
|
-
IllegalStatusException.filterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
})(IllegalStatusException = exports.IllegalStatusException || (exports.IllegalStatusException = {}));
|
|
111
75
|
var CreateApiDestinationRequest;
|
|
112
76
|
(function (CreateApiDestinationRequest) {
|
|
113
77
|
CreateApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -120,18 +84,6 @@ var CreateApiDestinationResponse;
|
|
|
120
84
|
...obj,
|
|
121
85
|
});
|
|
122
86
|
})(CreateApiDestinationResponse = exports.CreateApiDestinationResponse || (exports.CreateApiDestinationResponse = {}));
|
|
123
|
-
var LimitExceededException;
|
|
124
|
-
(function (LimitExceededException) {
|
|
125
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
129
|
-
var ResourceAlreadyExistsException;
|
|
130
|
-
(function (ResourceAlreadyExistsException) {
|
|
131
|
-
ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
})(ResourceAlreadyExistsException = exports.ResourceAlreadyExistsException || (exports.ResourceAlreadyExistsException = {}));
|
|
135
87
|
var CreateArchiveRequest;
|
|
136
88
|
(function (CreateArchiveRequest) {
|
|
137
89
|
CreateArchiveRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -144,12 +96,6 @@ var CreateArchiveResponse;
|
|
|
144
96
|
...obj,
|
|
145
97
|
});
|
|
146
98
|
})(CreateArchiveResponse = exports.CreateArchiveResponse || (exports.CreateArchiveResponse = {}));
|
|
147
|
-
var InvalidEventPatternException;
|
|
148
|
-
(function (InvalidEventPatternException) {
|
|
149
|
-
InvalidEventPatternException.filterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
})(InvalidEventPatternException = exports.InvalidEventPatternException || (exports.InvalidEventPatternException = {}));
|
|
153
99
|
var ConnectionAuthorizationType;
|
|
154
100
|
(function (ConnectionAuthorizationType) {
|
|
155
101
|
ConnectionAuthorizationType["API_KEY"] = "API_KEY";
|
|
@@ -340,12 +286,6 @@ var DeleteRuleRequest;
|
|
|
340
286
|
...obj,
|
|
341
287
|
});
|
|
342
288
|
})(DeleteRuleRequest = exports.DeleteRuleRequest || (exports.DeleteRuleRequest = {}));
|
|
343
|
-
var ManagedRuleException;
|
|
344
|
-
(function (ManagedRuleException) {
|
|
345
|
-
ManagedRuleException.filterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
})(ManagedRuleException = exports.ManagedRuleException || (exports.ManagedRuleException = {}));
|
|
349
289
|
var DescribeApiDestinationRequest;
|
|
350
290
|
(function (DescribeApiDestinationRequest) {
|
|
351
291
|
DescribeApiDestinationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -882,12 +822,6 @@ var PutPartnerEventsResponse;
|
|
|
882
822
|
...obj,
|
|
883
823
|
});
|
|
884
824
|
})(PutPartnerEventsResponse = exports.PutPartnerEventsResponse || (exports.PutPartnerEventsResponse = {}));
|
|
885
|
-
var PolicyLengthExceededException;
|
|
886
|
-
(function (PolicyLengthExceededException) {
|
|
887
|
-
PolicyLengthExceededException.filterSensitiveLog = (obj) => ({
|
|
888
|
-
...obj,
|
|
889
|
-
});
|
|
890
|
-
})(PolicyLengthExceededException = exports.PolicyLengthExceededException || (exports.PolicyLengthExceededException = {}));
|
|
891
825
|
var Condition;
|
|
892
826
|
(function (Condition) {
|
|
893
827
|
Condition.filterSensitiveLog = (obj) => ({
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "events.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "events-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "events.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "events-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -45,10 +37,6 @@ var regionHash = {
|
|
|
45
37
|
},
|
|
46
38
|
"us-west-1": {
|
|
47
39
|
variants: [
|
|
48
|
-
{
|
|
49
|
-
hostname: "events.us-west-1.amazonaws.com",
|
|
50
|
-
tags: [],
|
|
51
|
-
},
|
|
52
40
|
{
|
|
53
41
|
hostname: "events-fips.us-west-1.amazonaws.com",
|
|
54
42
|
tags: ["fips"],
|
|
@@ -57,10 +45,6 @@ var regionHash = {
|
|
|
57
45
|
},
|
|
58
46
|
"us-west-2": {
|
|
59
47
|
variants: [
|
|
60
|
-
{
|
|
61
|
-
hostname: "events.us-west-2.amazonaws.com",
|
|
62
|
-
tags: [],
|
|
63
|
-
},
|
|
64
48
|
{
|
|
65
49
|
hostname: "events-fips.us-west-2.amazonaws.com",
|
|
66
50
|
tags: ["fips"],
|
|
@@ -3,26 +3,6 @@ export var ActivateEventSourceRequest;
|
|
|
3
3
|
(function (ActivateEventSourceRequest) {
|
|
4
4
|
ActivateEventSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
5
|
})(ActivateEventSourceRequest || (ActivateEventSourceRequest = {}));
|
|
6
|
-
export var ConcurrentModificationException;
|
|
7
|
-
(function (ConcurrentModificationException) {
|
|
8
|
-
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
-
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
10
|
-
export var InternalException;
|
|
11
|
-
(function (InternalException) {
|
|
12
|
-
InternalException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
-
})(InternalException || (InternalException = {}));
|
|
14
|
-
export var InvalidStateException;
|
|
15
|
-
(function (InvalidStateException) {
|
|
16
|
-
InvalidStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
-
})(InvalidStateException || (InvalidStateException = {}));
|
|
18
|
-
export var OperationDisabledException;
|
|
19
|
-
(function (OperationDisabledException) {
|
|
20
|
-
OperationDisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(OperationDisabledException || (OperationDisabledException = {}));
|
|
22
|
-
export var ResourceNotFoundException;
|
|
23
|
-
(function (ResourceNotFoundException) {
|
|
24
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
26
6
|
export var ApiDestinationState;
|
|
27
7
|
(function (ApiDestinationState) {
|
|
28
8
|
ApiDestinationState["ACTIVE"] = "ACTIVE";
|
|
@@ -77,10 +57,6 @@ export var CancelReplayResponse;
|
|
|
77
57
|
(function (CancelReplayResponse) {
|
|
78
58
|
CancelReplayResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
59
|
})(CancelReplayResponse || (CancelReplayResponse = {}));
|
|
80
|
-
export var IllegalStatusException;
|
|
81
|
-
(function (IllegalStatusException) {
|
|
82
|
-
IllegalStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(IllegalStatusException || (IllegalStatusException = {}));
|
|
84
60
|
export var CreateApiDestinationRequest;
|
|
85
61
|
(function (CreateApiDestinationRequest) {
|
|
86
62
|
CreateApiDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -89,14 +65,6 @@ export var CreateApiDestinationResponse;
|
|
|
89
65
|
(function (CreateApiDestinationResponse) {
|
|
90
66
|
CreateApiDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
67
|
})(CreateApiDestinationResponse || (CreateApiDestinationResponse = {}));
|
|
92
|
-
export var LimitExceededException;
|
|
93
|
-
(function (LimitExceededException) {
|
|
94
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
96
|
-
export var ResourceAlreadyExistsException;
|
|
97
|
-
(function (ResourceAlreadyExistsException) {
|
|
98
|
-
ResourceAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(ResourceAlreadyExistsException || (ResourceAlreadyExistsException = {}));
|
|
100
68
|
export var CreateArchiveRequest;
|
|
101
69
|
(function (CreateArchiveRequest) {
|
|
102
70
|
CreateArchiveRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -105,10 +73,6 @@ export var CreateArchiveResponse;
|
|
|
105
73
|
(function (CreateArchiveResponse) {
|
|
106
74
|
CreateArchiveResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
75
|
})(CreateArchiveResponse || (CreateArchiveResponse = {}));
|
|
108
|
-
export var InvalidEventPatternException;
|
|
109
|
-
(function (InvalidEventPatternException) {
|
|
110
|
-
InvalidEventPatternException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(InvalidEventPatternException || (InvalidEventPatternException = {}));
|
|
112
76
|
export var ConnectionAuthorizationType;
|
|
113
77
|
(function (ConnectionAuthorizationType) {
|
|
114
78
|
ConnectionAuthorizationType["API_KEY"] = "API_KEY";
|
|
@@ -243,10 +207,6 @@ export var DeleteRuleRequest;
|
|
|
243
207
|
(function (DeleteRuleRequest) {
|
|
244
208
|
DeleteRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
209
|
})(DeleteRuleRequest || (DeleteRuleRequest = {}));
|
|
246
|
-
export var ManagedRuleException;
|
|
247
|
-
(function (ManagedRuleException) {
|
|
248
|
-
ManagedRuleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(ManagedRuleException || (ManagedRuleException = {}));
|
|
250
210
|
export var DescribeApiDestinationRequest;
|
|
251
211
|
(function (DescribeApiDestinationRequest) {
|
|
252
212
|
DescribeApiDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -615,10 +575,6 @@ export var PutPartnerEventsResponse;
|
|
|
615
575
|
(function (PutPartnerEventsResponse) {
|
|
616
576
|
PutPartnerEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
577
|
})(PutPartnerEventsResponse || (PutPartnerEventsResponse = {}));
|
|
618
|
-
export var PolicyLengthExceededException;
|
|
619
|
-
(function (PolicyLengthExceededException) {
|
|
620
|
-
PolicyLengthExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
-
})(PolicyLengthExceededException || (PolicyLengthExceededException = {}));
|
|
622
578
|
export var Condition;
|
|
623
579
|
(function (Condition) {
|
|
624
580
|
Condition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
5
|
-
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
7
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
8
8
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
@@ -10,8 +10,17 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
10
10
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
11
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
12
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
13
15
|
export var getRuntimeConfig = function (config) {
|
|
14
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
18
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
15
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
16
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
21
|
+
switch (_a.label) {
|
|
22
|
+
case 0: return [4, defaultConfigProvider()];
|
|
23
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
24
|
+
}
|
|
25
|
+
}); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
17
26
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
|
-
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
15
17
|
export var getRuntimeConfig = function (config) {
|
|
16
18
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
19
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
17
21
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new
|
|
22
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
23
|
+
switch (_a.label) {
|
|
24
|
+
case 0: return [4, defaultConfigProvider()];
|
|
25
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
26
|
+
}
|
|
27
|
+
}); }); } })), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
19
28
|
};
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
|
|
10
10
|
import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
|
|
@@ -159,6 +159,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
159
159
|
* @internal
|
|
160
160
|
*/
|
|
161
161
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
162
|
+
/**
|
|
163
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
164
|
+
*/
|
|
165
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
162
166
|
}
|
|
163
167
|
declare type CloudWatchEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
164
168
|
/**
|
|
@@ -19,12 +19,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
19
19
|
$fault: "client";
|
|
20
20
|
message?: string;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace ConcurrentModificationException {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
27
|
-
}
|
|
28
22
|
/**
|
|
29
23
|
* <p>This exception occurs due to unexpected causes.</p>
|
|
30
24
|
*/
|
|
@@ -33,12 +27,6 @@ export interface InternalException extends __SmithyException, $MetadataBearer {
|
|
|
33
27
|
$fault: "server";
|
|
34
28
|
message?: string;
|
|
35
29
|
}
|
|
36
|
-
export declare namespace InternalException {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
const filterSensitiveLog: (obj: InternalException) => any;
|
|
41
|
-
}
|
|
42
30
|
/**
|
|
43
31
|
* <p>The specified state is not a valid state for an event source.</p>
|
|
44
32
|
*/
|
|
@@ -47,12 +35,6 @@ export interface InvalidStateException extends __SmithyException, $MetadataBeare
|
|
|
47
35
|
$fault: "client";
|
|
48
36
|
message?: string;
|
|
49
37
|
}
|
|
50
|
-
export declare namespace InvalidStateException {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
|
-
const filterSensitiveLog: (obj: InvalidStateException) => any;
|
|
55
|
-
}
|
|
56
38
|
/**
|
|
57
39
|
* <p>The operation you are attempting is not available in this region.</p>
|
|
58
40
|
*/
|
|
@@ -61,12 +43,6 @@ export interface OperationDisabledException extends __SmithyException, $Metadata
|
|
|
61
43
|
$fault: "client";
|
|
62
44
|
message?: string;
|
|
63
45
|
}
|
|
64
|
-
export declare namespace OperationDisabledException {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
const filterSensitiveLog: (obj: OperationDisabledException) => any;
|
|
69
|
-
}
|
|
70
46
|
/**
|
|
71
47
|
* <p>An entity that you specified does not exist.</p>
|
|
72
48
|
*/
|
|
@@ -75,12 +51,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
75
51
|
$fault: "client";
|
|
76
52
|
message?: string;
|
|
77
53
|
}
|
|
78
|
-
export declare namespace ResourceNotFoundException {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
83
|
-
}
|
|
84
54
|
export declare enum ApiDestinationState {
|
|
85
55
|
ACTIVE = "ACTIVE",
|
|
86
56
|
INACTIVE = "INACTIVE"
|
|
@@ -246,12 +216,6 @@ export interface IllegalStatusException extends __SmithyException, $MetadataBear
|
|
|
246
216
|
$fault: "client";
|
|
247
217
|
message?: string;
|
|
248
218
|
}
|
|
249
|
-
export declare namespace IllegalStatusException {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
const filterSensitiveLog: (obj: IllegalStatusException) => any;
|
|
254
|
-
}
|
|
255
219
|
export interface CreateApiDestinationRequest {
|
|
256
220
|
/**
|
|
257
221
|
* <p>The name for the API destination to create.</p>
|
|
@@ -318,12 +282,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
318
282
|
$fault: "client";
|
|
319
283
|
message?: string;
|
|
320
284
|
}
|
|
321
|
-
export declare namespace LimitExceededException {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
326
|
-
}
|
|
327
285
|
/**
|
|
328
286
|
* <p>The resource you are trying to create already exists.</p>
|
|
329
287
|
*/
|
|
@@ -332,12 +290,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
332
290
|
$fault: "client";
|
|
333
291
|
message?: string;
|
|
334
292
|
}
|
|
335
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
340
|
-
}
|
|
341
293
|
export interface CreateArchiveRequest {
|
|
342
294
|
/**
|
|
343
295
|
* <p>The name for the archive to create.</p>
|
|
@@ -399,12 +351,6 @@ export interface InvalidEventPatternException extends __SmithyException, $Metada
|
|
|
399
351
|
$fault: "client";
|
|
400
352
|
message?: string;
|
|
401
353
|
}
|
|
402
|
-
export declare namespace InvalidEventPatternException {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
|
-
const filterSensitiveLog: (obj: InvalidEventPatternException) => any;
|
|
407
|
-
}
|
|
408
354
|
export declare enum ConnectionAuthorizationType {
|
|
409
355
|
API_KEY = "API_KEY",
|
|
410
356
|
BASIC = "BASIC",
|
|
@@ -983,12 +929,6 @@ export interface ManagedRuleException extends __SmithyException, $MetadataBearer
|
|
|
983
929
|
$fault: "client";
|
|
984
930
|
message?: string;
|
|
985
931
|
}
|
|
986
|
-
export declare namespace ManagedRuleException {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
|
-
const filterSensitiveLog: (obj: ManagedRuleException) => any;
|
|
991
|
-
}
|
|
992
932
|
export interface DescribeApiDestinationRequest {
|
|
993
933
|
/**
|
|
994
934
|
* <p>The name of the API destination to retrieve.</p>
|
|
@@ -3283,12 +3223,6 @@ export interface PolicyLengthExceededException extends __SmithyException, $Metad
|
|
|
3283
3223
|
$fault: "client";
|
|
3284
3224
|
message?: string;
|
|
3285
3225
|
}
|
|
3286
|
-
export declare namespace PolicyLengthExceededException {
|
|
3287
|
-
/**
|
|
3288
|
-
* @internal
|
|
3289
|
-
*/
|
|
3290
|
-
const filterSensitiveLog: (obj: PolicyLengthExceededException) => any;
|
|
3291
|
-
}
|
|
3292
3226
|
/**
|
|
3293
3227
|
* <p>A JSON string which you can use to limit the event bus permissions you are granting to
|
|
3294
3228
|
* only accounts that fulfill the condition. Currently, the only supported condition is
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
|
|
10
10
|
import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
|
|
@@ -102,6 +102,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
102
102
|
regionInfoProvider?: RegionInfoProvider;
|
|
103
103
|
|
|
104
104
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
105
|
+
|
|
106
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
105
107
|
}
|
|
106
108
|
declare type CloudWatchEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
107
109
|
|
|
@@ -13,50 +13,30 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
13
13
|
$fault: "client";
|
|
14
14
|
message?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare namespace ConcurrentModificationException {
|
|
17
|
-
|
|
18
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
19
|
-
}
|
|
20
16
|
|
|
21
17
|
export interface InternalException extends __SmithyException, $MetadataBearer {
|
|
22
18
|
name: "InternalException";
|
|
23
19
|
$fault: "server";
|
|
24
20
|
message?: string;
|
|
25
21
|
}
|
|
26
|
-
export declare namespace InternalException {
|
|
27
|
-
|
|
28
|
-
const filterSensitiveLog: (obj: InternalException) => any;
|
|
29
|
-
}
|
|
30
22
|
|
|
31
23
|
export interface InvalidStateException extends __SmithyException, $MetadataBearer {
|
|
32
24
|
name: "InvalidStateException";
|
|
33
25
|
$fault: "client";
|
|
34
26
|
message?: string;
|
|
35
27
|
}
|
|
36
|
-
export declare namespace InvalidStateException {
|
|
37
|
-
|
|
38
|
-
const filterSensitiveLog: (obj: InvalidStateException) => any;
|
|
39
|
-
}
|
|
40
28
|
|
|
41
29
|
export interface OperationDisabledException extends __SmithyException, $MetadataBearer {
|
|
42
30
|
name: "OperationDisabledException";
|
|
43
31
|
$fault: "client";
|
|
44
32
|
message?: string;
|
|
45
33
|
}
|
|
46
|
-
export declare namespace OperationDisabledException {
|
|
47
|
-
|
|
48
|
-
const filterSensitiveLog: (obj: OperationDisabledException) => any;
|
|
49
|
-
}
|
|
50
34
|
|
|
51
35
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
52
36
|
name: "ResourceNotFoundException";
|
|
53
37
|
$fault: "client";
|
|
54
38
|
message?: string;
|
|
55
39
|
}
|
|
56
|
-
export declare namespace ResourceNotFoundException {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
59
|
-
}
|
|
60
40
|
export declare enum ApiDestinationState {
|
|
61
41
|
ACTIVE = "ACTIVE",
|
|
62
42
|
INACTIVE = "INACTIVE"
|
|
@@ -164,10 +144,6 @@ export interface IllegalStatusException extends __SmithyException, $MetadataBear
|
|
|
164
144
|
$fault: "client";
|
|
165
145
|
message?: string;
|
|
166
146
|
}
|
|
167
|
-
export declare namespace IllegalStatusException {
|
|
168
|
-
|
|
169
|
-
const filterSensitiveLog: (obj: IllegalStatusException) => any;
|
|
170
|
-
}
|
|
171
147
|
export interface CreateApiDestinationRequest {
|
|
172
148
|
|
|
173
149
|
Name: string | undefined;
|
|
@@ -206,20 +182,12 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
206
182
|
$fault: "client";
|
|
207
183
|
message?: string;
|
|
208
184
|
}
|
|
209
|
-
export declare namespace LimitExceededException {
|
|
210
|
-
|
|
211
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
212
|
-
}
|
|
213
185
|
|
|
214
186
|
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
215
187
|
name: "ResourceAlreadyExistsException";
|
|
216
188
|
$fault: "client";
|
|
217
189
|
message?: string;
|
|
218
190
|
}
|
|
219
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
222
|
-
}
|
|
223
191
|
export interface CreateArchiveRequest {
|
|
224
192
|
|
|
225
193
|
ArchiveName: string | undefined;
|
|
@@ -256,10 +224,6 @@ export interface InvalidEventPatternException extends __SmithyException, $Metada
|
|
|
256
224
|
$fault: "client";
|
|
257
225
|
message?: string;
|
|
258
226
|
}
|
|
259
|
-
export declare namespace InvalidEventPatternException {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: InvalidEventPatternException) => any;
|
|
262
|
-
}
|
|
263
227
|
export declare enum ConnectionAuthorizationType {
|
|
264
228
|
API_KEY = "API_KEY",
|
|
265
229
|
BASIC = "BASIC",
|
|
@@ -591,10 +555,6 @@ export interface ManagedRuleException extends __SmithyException, $MetadataBearer
|
|
|
591
555
|
$fault: "client";
|
|
592
556
|
message?: string;
|
|
593
557
|
}
|
|
594
|
-
export declare namespace ManagedRuleException {
|
|
595
|
-
|
|
596
|
-
const filterSensitiveLog: (obj: ManagedRuleException) => any;
|
|
597
|
-
}
|
|
598
558
|
export interface DescribeApiDestinationRequest {
|
|
599
559
|
|
|
600
560
|
Name: string | undefined;
|
|
@@ -1757,10 +1717,6 @@ export interface PolicyLengthExceededException extends __SmithyException, $Metad
|
|
|
1757
1717
|
$fault: "client";
|
|
1758
1718
|
message?: string;
|
|
1759
1719
|
}
|
|
1760
|
-
export declare namespace PolicyLengthExceededException {
|
|
1761
|
-
|
|
1762
|
-
const filterSensitiveLog: (obj: PolicyLengthExceededException) => any;
|
|
1763
|
-
}
|
|
1764
1720
|
|
|
1765
1721
|
export interface Condition {
|
|
1766
1722
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Events Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.48.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +18,40 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.48.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.48.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
55
|
"@types/node": "^12.7.5"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|