@aws-sdk/client-eventbridge 3.952.0 → 3.954.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 (77) hide show
  1. package/dist-cjs/index.js +797 -522
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
  4. package/dist-es/commands/CancelReplayCommand.js +2 -2
  5. package/dist-es/commands/CreateApiDestinationCommand.js +2 -2
  6. package/dist-es/commands/CreateArchiveCommand.js +2 -2
  7. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  8. package/dist-es/commands/CreateEndpointCommand.js +2 -2
  9. package/dist-es/commands/CreateEventBusCommand.js +2 -2
  10. package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -2
  11. package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
  12. package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -2
  13. package/dist-es/commands/DeleteApiDestinationCommand.js +2 -2
  14. package/dist-es/commands/DeleteArchiveCommand.js +2 -2
  15. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  16. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  17. package/dist-es/commands/DeleteEventBusCommand.js +2 -2
  18. package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
  19. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  20. package/dist-es/commands/DescribeApiDestinationCommand.js +2 -2
  21. package/dist-es/commands/DescribeArchiveCommand.js +2 -2
  22. package/dist-es/commands/DescribeConnectionCommand.js +2 -2
  23. package/dist-es/commands/DescribeEndpointCommand.js +2 -2
  24. package/dist-es/commands/DescribeEventBusCommand.js +2 -2
  25. package/dist-es/commands/DescribeEventSourceCommand.js +2 -2
  26. package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -2
  27. package/dist-es/commands/DescribeReplayCommand.js +2 -2
  28. package/dist-es/commands/DescribeRuleCommand.js +2 -2
  29. package/dist-es/commands/DisableRuleCommand.js +2 -2
  30. package/dist-es/commands/EnableRuleCommand.js +2 -2
  31. package/dist-es/commands/ListApiDestinationsCommand.js +2 -2
  32. package/dist-es/commands/ListArchivesCommand.js +2 -2
  33. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  34. package/dist-es/commands/ListEndpointsCommand.js +2 -2
  35. package/dist-es/commands/ListEventBusesCommand.js +2 -2
  36. package/dist-es/commands/ListEventSourcesCommand.js +2 -2
  37. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
  38. package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -2
  39. package/dist-es/commands/ListReplaysCommand.js +2 -2
  40. package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -2
  41. package/dist-es/commands/ListRulesCommand.js +2 -2
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-es/commands/ListTargetsByRuleCommand.js +2 -2
  44. package/dist-es/commands/PutEventsCommand.js +2 -2
  45. package/dist-es/commands/PutPartnerEventsCommand.js +2 -2
  46. package/dist-es/commands/PutPermissionCommand.js +2 -2
  47. package/dist-es/commands/PutRuleCommand.js +2 -2
  48. package/dist-es/commands/PutTargetsCommand.js +2 -2
  49. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  50. package/dist-es/commands/RemoveTargetsCommand.js +2 -2
  51. package/dist-es/commands/StartReplayCommand.js +2 -2
  52. package/dist-es/commands/TagResourceCommand.js +2 -2
  53. package/dist-es/commands/TestEventPatternCommand.js +2 -2
  54. package/dist-es/commands/UntagResourceCommand.js +2 -2
  55. package/dist-es/commands/UpdateApiDestinationCommand.js +2 -2
  56. package/dist-es/commands/UpdateArchiveCommand.js +2 -2
  57. package/dist-es/commands/UpdateConnectionCommand.js +2 -2
  58. package/dist-es/commands/UpdateEndpointCommand.js +2 -2
  59. package/dist-es/commands/UpdateEventBusCommand.js +2 -2
  60. package/dist-es/index.js +1 -0
  61. package/dist-es/runtimeConfig.shared.js +7 -6
  62. package/dist-es/schemas/schemas_0.js +474 -446
  63. package/dist-types/EventBridgeClient.d.ts +1 -10
  64. package/dist-types/index.d.ts +1 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  66. package/dist-types/runtimeConfig.d.ts +6 -2
  67. package/dist-types/runtimeConfig.native.d.ts +6 -2
  68. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  69. package/dist-types/schemas/schemas_0.d.ts +248 -294
  70. package/dist-types/ts3.4/EventBridgeClient.d.ts +0 -4
  71. package/dist-types/ts3.4/index.d.ts +1 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -295
  77. package/package.json +36 -36
@@ -32,12 +32,13 @@ const getRuntimeConfig = (config) => {
32
32
  },
33
33
  ],
34
34
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
35
- protocol: config?.protocol ??
36
- new protocols_1.AwsJson1_1Protocol({
37
- defaultNamespace: "com.amazonaws.eventbridge",
38
- serviceTarget: "AWSEvents",
39
- awsQueryCompatible: false,
40
- }),
35
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
36
+ protocolSettings: config?.protocolSettings ?? {
37
+ defaultNamespace: "com.amazonaws.eventbridge",
38
+ xmlNamespace: "http://events.amazonaws.com/doc/2015-10-07",
39
+ version: "2015-10-07",
40
+ serviceTarget: "AWSEvents",
41
+ },
41
42
  serviceId: config?.serviceId ?? "EventBridge",
42
43
  signerConstructor: config?.signerConstructor ?? signature_v4_multi_region_1.SignatureV4MultiRegion,
43
44
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ActivateEventSource } from "../schemas/schemas_0";
4
+ import { ActivateEventSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ActivateEventSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ActivateEventSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ActivateEventSource", {})
13
13
  .n("EventBridgeClient", "ActivateEventSourceCommand")
14
- .sc(ActivateEventSource)
14
+ .sc(ActivateEventSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CancelReplay } from "../schemas/schemas_0";
4
+ import { CancelReplay$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CancelReplayCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CancelReplayCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CancelReplay", {})
13
13
  .n("EventBridgeClient", "CancelReplayCommand")
14
- .sc(CancelReplay)
14
+ .sc(CancelReplay$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateApiDestination } from "../schemas/schemas_0";
4
+ import { CreateApiDestination$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateApiDestinationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateApiDestinationCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CreateApiDestination", {})
13
13
  .n("EventBridgeClient", "CreateApiDestinationCommand")
14
- .sc(CreateApiDestination)
14
+ .sc(CreateApiDestination$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateArchive } from "../schemas/schemas_0";
4
+ import { CreateArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateArchiveCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CreateArchive", {})
13
13
  .n("EventBridgeClient", "CreateArchiveCommand")
14
- .sc(CreateArchive)
14
+ .sc(CreateArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateConnection } from "../schemas/schemas_0";
4
+ import { CreateConnection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateConnectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateConnectionCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CreateConnection", {})
13
13
  .n("EventBridgeClient", "CreateConnectionCommand")
14
- .sc(CreateConnection)
14
+ .sc(CreateConnection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateEndpoint } from "../schemas/schemas_0";
4
+ import { CreateEndpoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateEndpointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateEndpointCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CreateEndpoint", {})
13
13
  .n("EventBridgeClient", "CreateEndpointCommand")
14
- .sc(CreateEndpoint)
14
+ .sc(CreateEndpoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateEventBus } from "../schemas/schemas_0";
4
+ import { CreateEventBus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateEventBusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateEventBusCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CreateEventBus", {})
13
13
  .n("EventBridgeClient", "CreateEventBusCommand")
14
- .sc(CreateEventBus)
14
+ .sc(CreateEventBus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreatePartnerEventSource } from "../schemas/schemas_0";
4
+ import { CreatePartnerEventSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreatePartnerEventSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreatePartnerEventSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "CreatePartnerEventSource", {})
13
13
  .n("EventBridgeClient", "CreatePartnerEventSourceCommand")
14
- .sc(CreatePartnerEventSource)
14
+ .sc(CreatePartnerEventSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeactivateEventSource } from "../schemas/schemas_0";
4
+ import { DeactivateEventSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeactivateEventSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeactivateEventSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeactivateEventSource", {})
13
13
  .n("EventBridgeClient", "DeactivateEventSourceCommand")
14
- .sc(DeactivateEventSource)
14
+ .sc(DeactivateEventSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeauthorizeConnection } from "../schemas/schemas_0";
4
+ import { DeauthorizeConnection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeauthorizeConnectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeauthorizeConnectionCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeauthorizeConnection", {})
13
13
  .n("EventBridgeClient", "DeauthorizeConnectionCommand")
14
- .sc(DeauthorizeConnection)
14
+ .sc(DeauthorizeConnection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteApiDestination } from "../schemas/schemas_0";
4
+ import { DeleteApiDestination$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteApiDestinationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteApiDestinationCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeleteApiDestination", {})
13
13
  .n("EventBridgeClient", "DeleteApiDestinationCommand")
14
- .sc(DeleteApiDestination)
14
+ .sc(DeleteApiDestination$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteArchive } from "../schemas/schemas_0";
4
+ import { DeleteArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteArchiveCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeleteArchive", {})
13
13
  .n("EventBridgeClient", "DeleteArchiveCommand")
14
- .sc(DeleteArchive)
14
+ .sc(DeleteArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteConnection } from "../schemas/schemas_0";
4
+ import { DeleteConnection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteConnectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteConnectionCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeleteConnection", {})
13
13
  .n("EventBridgeClient", "DeleteConnectionCommand")
14
- .sc(DeleteConnection)
14
+ .sc(DeleteConnection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteEndpoint } from "../schemas/schemas_0";
4
+ import { DeleteEndpoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteEndpointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteEndpointCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeleteEndpoint", {})
13
13
  .n("EventBridgeClient", "DeleteEndpointCommand")
14
- .sc(DeleteEndpoint)
14
+ .sc(DeleteEndpoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteEventBus } from "../schemas/schemas_0";
4
+ import { DeleteEventBus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteEventBusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteEventBusCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeleteEventBus", {})
13
13
  .n("EventBridgeClient", "DeleteEventBusCommand")
14
- .sc(DeleteEventBus)
14
+ .sc(DeleteEventBus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeletePartnerEventSource } from "../schemas/schemas_0";
4
+ import { DeletePartnerEventSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeletePartnerEventSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeletePartnerEventSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeletePartnerEventSource", {})
13
13
  .n("EventBridgeClient", "DeletePartnerEventSourceCommand")
14
- .sc(DeletePartnerEventSource)
14
+ .sc(DeletePartnerEventSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteRule } from "../schemas/schemas_0";
4
+ import { DeleteRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteRuleCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DeleteRule", {})
13
13
  .n("EventBridgeClient", "DeleteRuleCommand")
14
- .sc(DeleteRule)
14
+ .sc(DeleteRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeApiDestination } from "../schemas/schemas_0";
4
+ import { DescribeApiDestination$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeApiDestinationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeApiDestinationCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeApiDestination", {})
13
13
  .n("EventBridgeClient", "DescribeApiDestinationCommand")
14
- .sc(DescribeApiDestination)
14
+ .sc(DescribeApiDestination$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeArchive } from "../schemas/schemas_0";
4
+ import { DescribeArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeArchiveCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeArchive", {})
13
13
  .n("EventBridgeClient", "DescribeArchiveCommand")
14
- .sc(DescribeArchive)
14
+ .sc(DescribeArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeConnection } from "../schemas/schemas_0";
4
+ import { DescribeConnection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeConnectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeConnectionCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeConnection", {})
13
13
  .n("EventBridgeClient", "DescribeConnectionCommand")
14
- .sc(DescribeConnection)
14
+ .sc(DescribeConnection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeEndpoint } from "../schemas/schemas_0";
4
+ import { DescribeEndpoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeEndpointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeEndpointCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeEndpoint", {})
13
13
  .n("EventBridgeClient", "DescribeEndpointCommand")
14
- .sc(DescribeEndpoint)
14
+ .sc(DescribeEndpoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeEventBus } from "../schemas/schemas_0";
4
+ import { DescribeEventBus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeEventBusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeEventBusCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeEventBus", {})
13
13
  .n("EventBridgeClient", "DescribeEventBusCommand")
14
- .sc(DescribeEventBus)
14
+ .sc(DescribeEventBus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeEventSource } from "../schemas/schemas_0";
4
+ import { DescribeEventSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeEventSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeEventSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeEventSource", {})
13
13
  .n("EventBridgeClient", "DescribeEventSourceCommand")
14
- .sc(DescribeEventSource)
14
+ .sc(DescribeEventSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribePartnerEventSource } from "../schemas/schemas_0";
4
+ import { DescribePartnerEventSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribePartnerEventSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribePartnerEventSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribePartnerEventSource", {})
13
13
  .n("EventBridgeClient", "DescribePartnerEventSourceCommand")
14
- .sc(DescribePartnerEventSource)
14
+ .sc(DescribePartnerEventSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeReplay } from "../schemas/schemas_0";
4
+ import { DescribeReplay$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeReplayCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeReplayCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeReplay", {})
13
13
  .n("EventBridgeClient", "DescribeReplayCommand")
14
- .sc(DescribeReplay)
14
+ .sc(DescribeReplay$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeRule } from "../schemas/schemas_0";
4
+ import { DescribeRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeRuleCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DescribeRule", {})
13
13
  .n("EventBridgeClient", "DescribeRuleCommand")
14
- .sc(DescribeRule)
14
+ .sc(DescribeRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DisableRule } from "../schemas/schemas_0";
4
+ import { DisableRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DisableRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DisableRuleCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "DisableRule", {})
13
13
  .n("EventBridgeClient", "DisableRuleCommand")
14
- .sc(DisableRule)
14
+ .sc(DisableRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { EnableRule } from "../schemas/schemas_0";
4
+ import { EnableRule$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class EnableRuleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class EnableRuleCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "EnableRule", {})
13
13
  .n("EventBridgeClient", "EnableRuleCommand")
14
- .sc(EnableRule)
14
+ .sc(EnableRule$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListApiDestinations } from "../schemas/schemas_0";
4
+ import { ListApiDestinations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListApiDestinationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListApiDestinationsCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListApiDestinations", {})
13
13
  .n("EventBridgeClient", "ListApiDestinationsCommand")
14
- .sc(ListApiDestinations)
14
+ .sc(ListApiDestinations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListArchives } from "../schemas/schemas_0";
4
+ import { ListArchives$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListArchivesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListArchivesCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListArchives", {})
13
13
  .n("EventBridgeClient", "ListArchivesCommand")
14
- .sc(ListArchives)
14
+ .sc(ListArchives$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListConnections } from "../schemas/schemas_0";
4
+ import { ListConnections$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListConnectionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListConnectionsCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListConnections", {})
13
13
  .n("EventBridgeClient", "ListConnectionsCommand")
14
- .sc(ListConnections)
14
+ .sc(ListConnections$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEndpoints } from "../schemas/schemas_0";
4
+ import { ListEndpoints$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEndpointsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEndpointsCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListEndpoints", {})
13
13
  .n("EventBridgeClient", "ListEndpointsCommand")
14
- .sc(ListEndpoints)
14
+ .sc(ListEndpoints$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEventBuses } from "../schemas/schemas_0";
4
+ import { ListEventBuses$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEventBusesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEventBusesCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListEventBuses", {})
13
13
  .n("EventBridgeClient", "ListEventBusesCommand")
14
- .sc(ListEventBuses)
14
+ .sc(ListEventBuses$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListEventSources } from "../schemas/schemas_0";
4
+ import { ListEventSources$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListEventSourcesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListEventSourcesCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListEventSources", {})
13
13
  .n("EventBridgeClient", "ListEventSourcesCommand")
14
- .sc(ListEventSources)
14
+ .sc(ListEventSources$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPartnerEventSourceAccounts } from "../schemas/schemas_0";
4
+ import { ListPartnerEventSourceAccounts$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPartnerEventSourceAccountsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPartnerEventSourceAccountsCommand extends $Command
11
11
  })
12
12
  .s("AWSEvents", "ListPartnerEventSourceAccounts", {})
13
13
  .n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
14
- .sc(ListPartnerEventSourceAccounts)
14
+ .sc(ListPartnerEventSourceAccounts$)
15
15
  .build() {
16
16
  }