@aws-sdk/client-cloudwatch-events 3.40.0 → 3.45.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 (55) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/ActivateEventSourceCommand.d.ts +1 -1
  5. package/dist-types/commands/CancelReplayCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateApiDestinationCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateArchiveCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateEventBusCommand.d.ts +1 -1
  10. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +1 -1
  11. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +1 -1
  12. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteArchiveCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteEventBusCommand.d.ts +1 -1
  17. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeArchiveCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeConnectionCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeEventBusCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeEventSourceCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeReplayCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
  27. package/dist-types/commands/DisableRuleCommand.d.ts +1 -1
  28. package/dist-types/commands/EnableRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/ListApiDestinationsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListArchivesCommand.d.ts +1 -1
  31. package/dist-types/commands/ListConnectionsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListEventBusesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListEventSourcesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListReplaysCommand.d.ts +1 -1
  37. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +1 -1
  38. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +1 -1
  41. package/dist-types/commands/PutEventsCommand.d.ts +1 -1
  42. package/dist-types/commands/PutPartnerEventsCommand.d.ts +1 -1
  43. package/dist-types/commands/PutPermissionCommand.d.ts +1 -1
  44. package/dist-types/commands/PutRuleCommand.d.ts +1 -1
  45. package/dist-types/commands/PutTargetsCommand.d.ts +1 -1
  46. package/dist-types/commands/RemovePermissionCommand.d.ts +1 -1
  47. package/dist-types/commands/RemoveTargetsCommand.d.ts +1 -1
  48. package/dist-types/commands/StartReplayCommand.d.ts +1 -1
  49. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/TestEventPatternCommand.d.ts +1 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateArchiveCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  55. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-cloudwatch-events
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-cloudwatch-events
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -81,6 +81,7 @@ const partitionHash = {
81
81
  "ap-south-1",
82
82
  "ap-southeast-1",
83
83
  "ap-southeast-2",
84
+ "ap-southeast-3",
84
85
  "ca-central-1",
85
86
  "eu-central-1",
86
87
  "eu-north-1",
@@ -149,6 +150,10 @@ const partitionHash = {
149
150
  hostname: "events.{region}.c2s.ic.gov",
150
151
  tags: [],
151
152
  },
153
+ {
154
+ hostname: "events-fips.{region}.c2s.ic.gov",
155
+ tags: ["fips"],
156
+ },
152
157
  ],
153
158
  },
154
159
  "aws-iso-b": {
@@ -159,6 +164,10 @@ const partitionHash = {
159
164
  hostname: "events.{region}.sc2s.sgov.gov",
160
165
  tags: [],
161
166
  },
167
+ {
168
+ hostname: "events-fips.{region}.sc2s.sgov.gov",
169
+ tags: ["fips"],
170
+ },
162
171
  ],
163
172
  },
164
173
  "aws-us-gov": {
@@ -79,6 +79,7 @@ var partitionHash = {
79
79
  "ap-south-1",
80
80
  "ap-southeast-1",
81
81
  "ap-southeast-2",
82
+ "ap-southeast-3",
82
83
  "ca-central-1",
83
84
  "eu-central-1",
84
85
  "eu-north-1",
@@ -147,6 +148,10 @@ var partitionHash = {
147
148
  hostname: "events.{region}.c2s.ic.gov",
148
149
  tags: [],
149
150
  },
151
+ {
152
+ hostname: "events-fips.{region}.c2s.ic.gov",
153
+ tags: ["fips"],
154
+ },
150
155
  ],
151
156
  },
152
157
  "aws-iso-b": {
@@ -157,6 +162,10 @@ var partitionHash = {
157
162
  hostname: "events.{region}.sc2s.sgov.gov",
158
163
  tags: [],
159
164
  },
165
+ {
166
+ hostname: "events-fips.{region}.sc2s.sgov.gov",
167
+ tags: ["fips"],
168
+ },
160
169
  ],
161
170
  },
162
171
  "aws-us-gov": {
@@ -21,7 +21,7 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link ActivateEventSourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ActivateEventSourceCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ActivateEventSourceCommand extends $Command<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
20
20
  *
21
21
  * @see {@link CancelReplayCommandInput} for command's `input` shape.
22
22
  * @see {@link CancelReplayCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CancelReplayCommand extends $Command<CancelReplayCommandInput, CancelReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR
21
21
  *
22
22
  * @see {@link CreateApiDestinationCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateApiDestinationCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateApiDestinationCommand extends $Command<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __Met
24
24
  *
25
25
  * @see {@link CreateArchiveCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateArchiveCommandOutput} for command's `response` shape.
27
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateArchiveCommand extends $Command<CreateArchiveCommandInput, CreateArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
21
21
  *
22
22
  * @see {@link CreateConnectionCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __M
22
22
  *
23
23
  * @see {@link CreateEventBusCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateEventBusCommandOutput} for command's `response` shape.
25
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateEventBusCommand extends $Command<CreateEventBusCommandInput, CreateEventBusCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEven
43
43
  *
44
44
  * @see {@link CreatePartnerEventSourceCommandInput} for command's `input` shape.
45
45
  * @see {@link CreatePartnerEventSourceCommandOutput} for command's `response` shape.
46
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class CreatePartnerEventSourceCommand extends $Command<CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link DeactivateEventSourceCommandInput} for command's `input` shape.
26
26
  * @see {@link DeactivateEventSourceCommandOutput} for command's `response` shape.
27
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeactivateEventSourceCommand extends $Command<DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectio
21
21
  *
22
22
  * @see {@link DeauthorizeConnectionCommandInput} for command's `input` shape.
23
23
  * @see {@link DeauthorizeConnectionCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeauthorizeConnectionCommand extends $Command<DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationR
20
20
  *
21
21
  * @see {@link DeleteApiDestinationCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApiDestinationCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApiDestinationCommand extends $Command<DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __Met
20
20
  *
21
21
  * @see {@link DeleteArchiveCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteArchiveCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteArchiveCommand extends $Command<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
20
20
  *
21
21
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteEventBusCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteEventBusCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteEventBusCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteEventBusCommand extends $Command<DeleteEventBusCommandInput, DeleteEventBusCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer
24
24
  *
25
25
  * @see {@link DeletePartnerEventSourceCommandInput} for command's `input` shape.
26
26
  * @see {@link DeletePartnerEventSourceCommandOutput} for command's `response` shape.
27
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeletePartnerEventSourceCommand extends $Command<DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
33
33
  *
34
34
  * @see {@link DeleteRuleCommandInput} for command's `input` shape.
35
35
  * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
36
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinat
20
20
  *
21
21
  * @see {@link DescribeApiDestinationCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeApiDestinationCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeApiDestinationCommand extends $Command<DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, _
20
20
  *
21
21
  * @see {@link DescribeArchiveCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeArchiveCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeArchiveCommand extends $Command<DescribeArchiveCommandInput, DescribeArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeConnectionCommandOutput extends DescribeConnectionRespo
20
20
  *
21
21
  * @see {@link DescribeConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeConnectionCommand extends $Command<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse,
26
26
  *
27
27
  * @see {@link DescribeEventBusCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeEventBusCommandOutput} for command's `response` shape.
29
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeEventBusCommand extends $Command<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes
21
21
  *
22
22
  * @see {@link DescribeEventSourceCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeEventSourceCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeEventSourceCommand extends $Command<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner
23
23
  *
24
24
  * @see {@link DescribePartnerEventSourceCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribePartnerEventSourceCommandOutput} for command's `response` shape.
26
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribePartnerEventSourceCommand extends $Command<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __M
28
28
  *
29
29
  * @see {@link DescribeReplayCommandInput} for command's `input` shape.
30
30
  * @see {@link DescribeReplayCommandOutput} for command's `response` shape.
31
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class DescribeReplayCommand extends $Command<DescribeReplayCommandInput, DescribeReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
22
22
  *
23
23
  * @see {@link DescribeRuleCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeRuleCommandOutput} for command's `response` shape.
25
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeRuleCommand extends $Command<DescribeRuleCommandInput, DescribeRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link DisableRuleCommandInput} for command's `input` shape.
26
26
  * @see {@link DisableRuleCommandOutput} for command's `response` shape.
27
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DisableRuleCommand extends $Command<DisableRuleCommandInput, DisableRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link EnableRuleCommandInput} for command's `input` shape.
25
25
  * @see {@link EnableRuleCommandOutput} for command's `response` shape.
26
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class EnableRuleCommand extends $Command<EnableRuleCommandInput, EnableRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
20
20
  *
21
21
  * @see {@link ListApiDestinationsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListApiDestinationsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListApiDestinationsCommand extends $Command<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
21
21
  *
22
22
  * @see {@link ListArchivesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListArchivesCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListArchivesCommand extends $Command<ListArchivesCommandInput, ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
20
20
  *
21
21
  * @see {@link ListConnectionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListConnectionsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
21
21
  *
22
22
  * @see {@link ListEventBusesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListEventBusesCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListEventBusesCommand extends $Command<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
21
21
  *
22
22
  * @see {@link ListEventSourcesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListEventSourcesCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListEventSourcesCommand extends $Command<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
22
22
  *
23
23
  * @see {@link ListPartnerEventSourceAccountsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListPartnerEventSourceAccountsCommandOutput} for command's `response` shape.
25
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListPartnerEventSourceAccountsCommand extends $Command<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
21
21
  *
22
22
  * @see {@link ListPartnerEventSourcesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListPartnerEventSourcesCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListPartnerEventSourcesCommand extends $Command<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListReplaysCommandInput} for command's `input` shape.
23
23
  * @see {@link ListReplaysCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListReplaysCommand extends $Command<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
21
21
  *
22
22
  * @see {@link ListRuleNamesByTargetCommandInput} for command's `input` shape.
23
23
  * @see {@link ListRuleNamesByTargetCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListRuleNamesByTargetCommand extends $Command<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
24
24
  *
25
25
  * @see {@link ListRulesCommandInput} for command's `input` shape.
26
26
  * @see {@link ListRulesCommandOutput} for command's `response` shape.
27
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
21
  *
22
22
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
20
20
  *
21
21
  * @see {@link ListTargetsByRuleCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTargetsByRuleCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTargetsByRuleCommand extends $Command<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link PutEventsCommandInput} for command's `input` shape.
22
22
  * @see {@link PutEventsCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
21
21
  *
22
22
  * @see {@link PutPartnerEventsCommandInput} for command's `input` shape.
23
23
  * @see {@link PutPartnerEventsCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutPartnerEventsCommand extends $Command<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
39
39
  *
40
40
  * @see {@link PutPermissionCommandInput} for command's `input` shape.
41
41
  * @see {@link PutPermissionCommandOutput} for command's `response` shape.
42
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
66
66
  *
67
67
  * @see {@link PutRuleCommandInput} for command's `input` shape.
68
68
  * @see {@link PutRuleCommandOutput} for command's `response` shape.
69
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class PutRuleCommand extends $Command<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -185,7 +185,7 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
185
185
  *
186
186
  * @see {@link PutTargetsCommandInput} for command's `input` shape.
187
187
  * @see {@link PutTargetsCommandOutput} for command's `response` shape.
188
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
188
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
189
189
  *
190
190
  */
191
191
  export declare class PutTargetsCommand extends $Command<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link RemovePermissionCommandInput} for command's `input` shape.
25
25
  * @see {@link RemovePermissionCommandOutput} for command's `response` shape.
26
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
28
28
  *
29
29
  * @see {@link RemoveTargetsCommandInput} for command's `input` shape.
30
30
  * @see {@link RemoveTargetsCommandOutput} for command's `response` shape.
31
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class RemoveTargetsCommand extends $Command<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
28
28
  *
29
29
  * @see {@link StartReplayCommandInput} for command's `input` shape.
30
30
  * @see {@link StartReplayCommandOutput} for command's `response` shape.
31
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class StartReplayCommand extends $Command<StartReplayCommandInput, StartReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
30
  *
31
31
  * @see {@link TagResourceCommandInput} for command's `input` shape.
32
32
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
33
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
24
24
  *
25
25
  * @see {@link TestEventPatternCommandInput} for command's `input` shape.
26
26
  * @see {@link TestEventPatternCommandOutput} for command's `response` shape.
27
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class TestEventPatternCommand extends $Command<TestEventPatternCommandInput, TestEventPatternCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
21
21
  *
22
22
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
24
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR
20
20
  *
21
21
  * @see {@link UpdateApiDestinationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApiDestinationCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApiDestinationCommand extends $Command<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met
20
20
  *
21
21
  * @see {@link UpdateArchiveCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateArchiveCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateArchiveCommand extends $Command<UpdateArchiveCommandInput, UpdateArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
20
20
  *
21
21
  * @see {@link UpdateConnectionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
23
- * @see {@link CloudWatchEventsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",