@aws-sdk/client-cloudwatch-events 3.53.0 → 3.55.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 +27 -0
- package/dist-cjs/CloudWatchEventsClient.js +13 -13
- package/dist-cjs/commands/ActivateEventSourceCommand.js +3 -3
- package/dist-cjs/commands/CancelReplayCommand.js +3 -3
- package/dist-cjs/commands/CreateApiDestinationCommand.js +3 -3
- package/dist-cjs/commands/CreateArchiveCommand.js +3 -3
- package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateEventBusCommand.js +3 -3
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +3 -3
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +3 -3
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +3 -3
- package/dist-cjs/commands/DeleteArchiveCommand.js +3 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventBusCommand.js +3 -3
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +3 -3
- package/dist-cjs/commands/DeleteRuleCommand.js +3 -3
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +3 -3
- package/dist-cjs/commands/DescribeArchiveCommand.js +3 -3
- package/dist-cjs/commands/DescribeConnectionCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventBusCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventSourceCommand.js +3 -3
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplayCommand.js +3 -3
- package/dist-cjs/commands/DescribeRuleCommand.js +3 -3
- package/dist-cjs/commands/DisableRuleCommand.js +3 -3
- package/dist-cjs/commands/EnableRuleCommand.js +3 -3
- package/dist-cjs/commands/ListApiDestinationsCommand.js +3 -3
- package/dist-cjs/commands/ListArchivesCommand.js +3 -3
- package/dist-cjs/commands/ListConnectionsCommand.js +3 -3
- package/dist-cjs/commands/ListEventBusesCommand.js +3 -3
- package/dist-cjs/commands/ListEventSourcesCommand.js +3 -3
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +3 -3
- package/dist-cjs/commands/ListReplaysCommand.js +3 -3
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +3 -3
- package/dist-cjs/commands/ListRulesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +3 -3
- package/dist-cjs/commands/PutEventsCommand.js +3 -3
- package/dist-cjs/commands/PutPartnerEventsCommand.js +3 -3
- package/dist-cjs/commands/PutPermissionCommand.js +3 -3
- package/dist-cjs/commands/PutRuleCommand.js +3 -3
- package/dist-cjs/commands/PutTargetsCommand.js +3 -3
- package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
- package/dist-cjs/commands/RemoveTargetsCommand.js +3 -3
- package/dist-cjs/commands/StartReplayCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestEventPatternCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateArchiveCommand.js +3 -3
- package/dist-cjs/commands/UpdateConnectionCommand.js +3 -3
- package/dist-cjs/endpoints.js +4 -6
- package/dist-cjs/protocols/Aws_json1_1.js +333 -333
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/CloudWatchEvents.js +51 -51
- package/dist-es/endpoints.js +3 -5
- package/dist-types/CloudWatchEventsClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
package/dist-cjs/endpoints.js
CHANGED
|
@@ -23,19 +23,17 @@ const regionHash = {
|
|
|
23
23
|
variants: [
|
|
24
24
|
{
|
|
25
25
|
hostname: "events.us-gov-east-1.amazonaws.com",
|
|
26
|
-
tags: [],
|
|
26
|
+
tags: ["fips"],
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
|
-
signingRegion: "us-gov-east-1",
|
|
30
29
|
},
|
|
31
30
|
"us-gov-west-1": {
|
|
32
31
|
variants: [
|
|
33
32
|
{
|
|
34
33
|
hostname: "events.us-gov-west-1.amazonaws.com",
|
|
35
|
-
tags: [],
|
|
34
|
+
tags: ["fips"],
|
|
36
35
|
},
|
|
37
36
|
],
|
|
38
|
-
signingRegion: "us-gov-west-1",
|
|
39
37
|
},
|
|
40
38
|
"us-west-1": {
|
|
41
39
|
variants: [
|
|
@@ -155,7 +153,7 @@ const partitionHash = {
|
|
|
155
153
|
],
|
|
156
154
|
},
|
|
157
155
|
"aws-us-gov": {
|
|
158
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
156
|
+
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
159
157
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
160
158
|
variants: [
|
|
161
159
|
{
|
|
@@ -177,7 +175,7 @@ const partitionHash = {
|
|
|
177
175
|
],
|
|
178
176
|
},
|
|
179
177
|
};
|
|
180
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
178
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
181
179
|
...options,
|
|
182
180
|
signingService: "events",
|
|
183
181
|
regionHash,
|