@aws-sdk/client-eventbridge 3.279.0 → 3.282.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 (58) hide show
  1. package/README.md +451 -0
  2. package/dist-types/commands/ActivateEventSourceCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelReplayCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateApiDestinationCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateArchiveCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateEventBusCommand.d.ts +6 -0
  9. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -0
  10. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +6 -0
  11. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteEventBusCommand.d.ts +6 -0
  17. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeArchiveCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeConnectionCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeEventBusCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeEventSourceCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeReplayCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeRuleCommand.d.ts +6 -0
  28. package/dist-types/commands/DisableRuleCommand.d.ts +6 -0
  29. package/dist-types/commands/EnableRuleCommand.d.ts +6 -0
  30. package/dist-types/commands/ListApiDestinationsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListArchivesCommand.d.ts +6 -0
  32. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListEndpointsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListEventBusesCommand.d.ts +6 -0
  35. package/dist-types/commands/ListEventSourcesCommand.d.ts +6 -0
  36. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -0
  37. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +6 -0
  38. package/dist-types/commands/ListReplaysCommand.d.ts +6 -0
  39. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +6 -0
  40. package/dist-types/commands/ListRulesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  42. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +6 -0
  43. package/dist-types/commands/PutEventsCommand.d.ts +6 -0
  44. package/dist-types/commands/PutPartnerEventsCommand.d.ts +6 -0
  45. package/dist-types/commands/PutPermissionCommand.d.ts +6 -0
  46. package/dist-types/commands/PutRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/PutTargetsCommand.d.ts +6 -0
  48. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -0
  49. package/dist-types/commands/RemoveTargetsCommand.d.ts +6 -0
  50. package/dist-types/commands/StartReplayCommand.d.ts +6 -0
  51. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/TestEventPatternCommand.d.ts +6 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +6 -0
  55. package/dist-types/commands/UpdateArchiveCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -0
  58. package/package.json +18 -18
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TestEventPatternCommand}.
8
+ */
6
9
  export interface TestEventPatternCommandInput extends TestEventPatternRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TestEventPatternCommand}.
13
+ */
8
14
  export interface TestEventPatternCommandOutput extends TestEventPatternResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateApiDestinationCommand}.
8
+ */
6
9
  export interface UpdateApiDestinationCommandInput extends UpdateApiDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApiDestinationCommand}.
13
+ */
8
14
  export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateArchiveCommand}.
8
+ */
6
9
  export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateArchiveCommand}.
13
+ */
8
14
  export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConnectionCommand}.
8
+ */
6
9
  export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConnectionCommand}.
13
+ */
8
14
  export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
5
5
  import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateEndpointCommand}.
8
+ */
6
9
  export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEndpointCommand}.
13
+ */
8
14
  export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eventbridge",
3
3
  "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,26 +22,26 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "3.0.0",
24
24
  "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/client-sts": "3.279.0",
26
- "@aws-sdk/config-resolver": "3.272.0",
27
- "@aws-sdk/credential-provider-node": "3.279.0",
28
- "@aws-sdk/fetch-http-handler": "3.272.0",
25
+ "@aws-sdk/client-sts": "3.282.0",
26
+ "@aws-sdk/config-resolver": "3.282.0",
27
+ "@aws-sdk/credential-provider-node": "3.282.0",
28
+ "@aws-sdk/fetch-http-handler": "3.282.0",
29
29
  "@aws-sdk/hash-node": "3.272.0",
30
30
  "@aws-sdk/invalid-dependency": "3.272.0",
31
- "@aws-sdk/middleware-content-length": "3.272.0",
32
- "@aws-sdk/middleware-endpoint": "3.272.0",
33
- "@aws-sdk/middleware-host-header": "3.278.0",
31
+ "@aws-sdk/middleware-content-length": "3.282.0",
32
+ "@aws-sdk/middleware-endpoint": "3.282.0",
33
+ "@aws-sdk/middleware-host-header": "3.282.0",
34
34
  "@aws-sdk/middleware-logger": "3.272.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
36
- "@aws-sdk/middleware-retry": "3.272.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
36
+ "@aws-sdk/middleware-retry": "3.282.0",
37
37
  "@aws-sdk/middleware-serde": "3.272.0",
38
- "@aws-sdk/middleware-signing": "3.272.0",
38
+ "@aws-sdk/middleware-signing": "3.282.0",
39
39
  "@aws-sdk/middleware-stack": "3.272.0",
40
- "@aws-sdk/middleware-user-agent": "3.272.0",
40
+ "@aws-sdk/middleware-user-agent": "3.282.0",
41
41
  "@aws-sdk/node-config-provider": "3.272.0",
42
- "@aws-sdk/node-http-handler": "3.272.0",
43
- "@aws-sdk/protocol-http": "3.272.0",
44
- "@aws-sdk/signature-v4-multi-region": "3.272.0",
42
+ "@aws-sdk/node-http-handler": "3.282.0",
43
+ "@aws-sdk/protocol-http": "3.282.0",
44
+ "@aws-sdk/signature-v4-multi-region": "3.282.0",
45
45
  "@aws-sdk/smithy-client": "3.279.0",
46
46
  "@aws-sdk/types": "3.272.0",
47
47
  "@aws-sdk/url-parser": "3.272.0",
@@ -49,11 +49,11 @@
49
49
  "@aws-sdk/util-body-length-browser": "3.188.0",
50
50
  "@aws-sdk/util-body-length-node": "3.208.0",
51
51
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
52
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
52
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
53
53
  "@aws-sdk/util-endpoints": "3.272.0",
54
54
  "@aws-sdk/util-retry": "3.272.0",
55
- "@aws-sdk/util-user-agent-browser": "3.272.0",
56
- "@aws-sdk/util-user-agent-node": "3.272.0",
55
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
56
+ "@aws-sdk/util-user-agent-node": "3.282.0",
57
57
  "@aws-sdk/util-utf8": "3.254.0",
58
58
  "tslib": "^2.3.1"
59
59
  },