@aws-sdk/client-eventbridge 3.650.0 → 3.654.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 (115) hide show
  1. package/dist-types/commands/ActivateEventSourceCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelReplayCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateApiDestinationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateEventBusCommand.d.ts +11 -0
  8. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +11 -0
  9. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +11 -0
  10. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteEventBusCommand.d.ts +11 -0
  16. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeArchiveCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeConnectionCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeEventBusCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeReplayCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeRuleCommand.d.ts +11 -0
  27. package/dist-types/commands/DisableRuleCommand.d.ts +11 -0
  28. package/dist-types/commands/EnableRuleCommand.d.ts +11 -0
  29. package/dist-types/commands/ListApiDestinationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListEventBusesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListEventSourcesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListReplaysCommand.d.ts +11 -0
  38. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +11 -0
  39. package/dist-types/commands/ListRulesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +11 -0
  42. package/dist-types/commands/PutEventsCommand.d.ts +11 -0
  43. package/dist-types/commands/PutPartnerEventsCommand.d.ts +11 -0
  44. package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
  45. package/dist-types/commands/PutRuleCommand.d.ts +11 -0
  46. package/dist-types/commands/PutTargetsCommand.d.ts +11 -0
  47. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  48. package/dist-types/commands/RemoveTargetsCommand.d.ts +11 -0
  49. package/dist-types/commands/StartReplayCommand.d.ts +11 -0
  50. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  51. package/dist-types/commands/TestEventPatternCommand.d.ts +11 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateEventBusCommand.d.ts +11 -0
  58. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +12 -1
  115. package/package.json +37 -37
@@ -71,4 +71,15 @@ declare const ActivateEventSourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ActivateEventSourceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: ActivateEventSourceCommandInput;
82
+ output: ActivateEventSourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -72,4 +72,15 @@ declare const CancelReplayCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class CancelReplayCommand extends CancelReplayCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: CancelReplayRequest;
79
+ output: CancelReplayResponse;
80
+ };
81
+ sdk: {
82
+ input: CancelReplayCommandInput;
83
+ output: CancelReplayCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -83,4 +83,15 @@ declare const CreateApiDestinationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateApiDestinationRequest;
90
+ output: CreateApiDestinationResponse;
91
+ };
92
+ sdk: {
93
+ input: CreateApiDestinationCommandInput;
94
+ output: CreateApiDestinationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -110,4 +110,15 @@ declare const CreateArchiveCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: CreateArchiveRequest;
117
+ output: CreateArchiveResponse;
118
+ };
119
+ sdk: {
120
+ input: CreateArchiveCommandInput;
121
+ output: CreateArchiveCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -137,4 +137,15 @@ declare const CreateConnectionCommand_base: {
137
137
  * @public
138
138
  */
139
139
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: CreateConnectionRequest;
144
+ output: CreateConnectionResponse;
145
+ };
146
+ sdk: {
147
+ input: CreateConnectionCommandInput;
148
+ output: CreateConnectionCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -113,4 +113,15 @@ declare const CreateEndpointCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: CreateEndpointRequest;
120
+ output: CreateEndpointResponse;
121
+ };
122
+ sdk: {
123
+ input: CreateEndpointCommandInput;
124
+ output: CreateEndpointCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -98,4 +98,15 @@ declare const CreateEventBusCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreateEventBusCommand extends CreateEventBusCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreateEventBusRequest;
105
+ output: CreateEventBusResponse;
106
+ };
107
+ sdk: {
108
+ input: CreateEventBusCommandInput;
109
+ output: CreateEventBusCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -113,4 +113,15 @@ declare const CreatePartnerEventSourceCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: CreatePartnerEventSourceRequest;
120
+ output: CreatePartnerEventSourceResponse;
121
+ };
122
+ sdk: {
123
+ input: CreatePartnerEventSourceCommandInput;
124
+ output: CreatePartnerEventSourceCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -74,4 +74,15 @@ declare const DeactivateEventSourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeactivateEventSourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeactivateEventSourceCommandInput;
85
+ output: DeactivateEventSourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -71,4 +71,15 @@ declare const DeauthorizeConnectionCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeauthorizeConnectionRequest;
78
+ output: DeauthorizeConnectionResponse;
79
+ };
80
+ sdk: {
81
+ input: DeauthorizeConnectionCommandInput;
82
+ output: DeauthorizeConnectionCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -64,4 +64,15 @@ declare const DeleteApiDestinationCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteApiDestinationRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteApiDestinationCommandInput;
75
+ output: DeleteApiDestinationCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -64,4 +64,15 @@ declare const DeleteArchiveCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteArchiveRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteArchiveCommandInput;
75
+ output: DeleteArchiveCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -70,4 +70,15 @@ declare const DeleteConnectionCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteConnectionRequest;
77
+ output: DeleteConnectionResponse;
78
+ };
79
+ sdk: {
80
+ input: DeleteConnectionCommandInput;
81
+ output: DeleteConnectionCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -68,4 +68,15 @@ declare const DeleteEndpointCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteEndpointRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteEndpointCommandInput;
79
+ output: DeleteEndpointCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -62,4 +62,15 @@ declare const DeleteEventBusCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteEventBusRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteEventBusCommandInput;
73
+ output: DeleteEventBusCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -69,4 +69,15 @@ declare const DeletePartnerEventSourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeletePartnerEventSourceRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeletePartnerEventSourceCommandInput;
80
+ output: DeletePartnerEventSourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -85,4 +85,15 @@ declare const DeleteRuleCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DeleteRuleRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: DeleteRuleCommandInput;
96
+ output: DeleteRuleCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -72,4 +72,15 @@ declare const DescribeApiDestinationCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DescribeApiDestinationRequest;
79
+ output: DescribeApiDestinationResponse;
80
+ };
81
+ sdk: {
82
+ input: DescribeApiDestinationCommandInput;
83
+ output: DescribeApiDestinationCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -76,4 +76,15 @@ declare const DescribeArchiveCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DescribeArchiveRequest;
83
+ output: DescribeArchiveResponse;
84
+ };
85
+ sdk: {
86
+ input: DescribeArchiveCommandInput;
87
+ output: DescribeArchiveCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -133,4 +133,15 @@ declare const DescribeConnectionCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: DescribeConnectionRequest;
140
+ output: DescribeConnectionResponse;
141
+ };
142
+ sdk: {
143
+ input: DescribeConnectionCommandInput;
144
+ output: DescribeConnectionCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -96,4 +96,15 @@ declare const DescribeEndpointCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DescribeEndpointRequest;
103
+ output: DescribeEndpointResponse;
104
+ };
105
+ sdk: {
106
+ input: DescribeEndpointCommandInput;
107
+ output: DescribeEndpointCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -77,4 +77,15 @@ declare const DescribeEventBusCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class DescribeEventBusCommand extends DescribeEventBusCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DescribeEventBusRequest;
84
+ output: DescribeEventBusResponse;
85
+ };
86
+ sdk: {
87
+ input: DescribeEventBusCommandInput;
88
+ output: DescribeEventBusCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -72,4 +72,15 @@ declare const DescribeEventSourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DescribeEventSourceCommand extends DescribeEventSourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DescribeEventSourceRequest;
79
+ output: DescribeEventSourceResponse;
80
+ };
81
+ sdk: {
82
+ input: DescribeEventSourceCommandInput;
83
+ output: DescribeEventSourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -69,4 +69,15 @@ declare const DescribePartnerEventSourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DescribePartnerEventSourceRequest;
76
+ output: DescribePartnerEventSourceResponse;
77
+ };
78
+ sdk: {
79
+ input: DescribePartnerEventSourceCommandInput;
80
+ output: DescribePartnerEventSourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -87,4 +87,15 @@ declare const DescribeReplayCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DescribeReplayCommand extends DescribeReplayCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DescribeReplayRequest;
94
+ output: DescribeReplayResponse;
95
+ };
96
+ sdk: {
97
+ input: DescribeReplayCommandInput;
98
+ output: DescribeReplayCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -75,4 +75,15 @@ declare const DescribeRuleCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DescribeRuleCommand extends DescribeRuleCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DescribeRuleRequest;
82
+ output: DescribeRuleResponse;
83
+ };
84
+ sdk: {
85
+ input: DescribeRuleCommandInput;
86
+ output: DescribeRuleCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -76,4 +76,15 @@ declare const DisableRuleCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DisableRuleCommand extends DisableRuleCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DisableRuleRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: DisableRuleCommandInput;
87
+ output: DisableRuleCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -75,4 +75,15 @@ declare const EnableRuleCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class EnableRuleCommand extends EnableRuleCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: EnableRuleRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: EnableRuleCommandInput;
86
+ output: EnableRuleCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -76,4 +76,15 @@ declare const ListApiDestinationsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListApiDestinationsRequest;
83
+ output: ListApiDestinationsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListApiDestinationsCommandInput;
87
+ output: ListApiDestinationsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -80,4 +80,15 @@ declare const ListArchivesCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListArchivesCommand extends ListArchivesCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListArchivesRequest;
87
+ output: ListArchivesResponse;
88
+ };
89
+ sdk: {
90
+ input: ListArchivesCommandInput;
91
+ output: ListArchivesCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -75,4 +75,15 @@ declare const ListConnectionsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListConnectionsRequest;
82
+ output: ListConnectionsResponse;
83
+ };
84
+ sdk: {
85
+ input: ListConnectionsCommandInput;
86
+ output: ListConnectionsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -100,4 +100,15 @@ declare const ListEndpointsCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: ListEndpointsRequest;
107
+ output: ListEndpointsResponse;
108
+ };
109
+ sdk: {
110
+ input: ListEndpointsCommandInput;
111
+ output: ListEndpointsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -73,4 +73,15 @@ declare const ListEventBusesCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListEventBusesCommand extends ListEventBusesCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListEventBusesRequest;
80
+ output: ListEventBusesResponse;
81
+ };
82
+ sdk: {
83
+ input: ListEventBusesCommandInput;
84
+ output: ListEventBusesCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -76,4 +76,15 @@ declare const ListEventSourcesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListEventSourcesRequest;
83
+ output: ListEventSourcesResponse;
84
+ };
85
+ sdk: {
86
+ input: ListEventSourcesCommandInput;
87
+ output: ListEventSourcesCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -77,4 +77,15 @@ declare const ListPartnerEventSourceAccountsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListPartnerEventSourceAccountsRequest;
84
+ output: ListPartnerEventSourceAccountsResponse;
85
+ };
86
+ sdk: {
87
+ input: ListPartnerEventSourceAccountsCommandInput;
88
+ output: ListPartnerEventSourceAccountsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -72,4 +72,15 @@ declare const ListPartnerEventSourcesCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListPartnerEventSourcesCommand extends ListPartnerEventSourcesCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListPartnerEventSourcesRequest;
79
+ output: ListPartnerEventSourcesResponse;
80
+ };
81
+ sdk: {
82
+ input: ListPartnerEventSourcesCommandInput;
83
+ output: ListPartnerEventSourcesCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -78,4 +78,15 @@ declare const ListReplaysCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListReplaysCommand extends ListReplaysCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListReplaysRequest;
85
+ output: ListReplaysResponse;
86
+ };
87
+ sdk: {
88
+ input: ListReplaysCommandInput;
89
+ output: ListReplaysCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -71,4 +71,15 @@ declare const ListRuleNamesByTargetCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListRuleNamesByTargetRequest;
78
+ output: ListRuleNamesByTargetResponse;
79
+ };
80
+ sdk: {
81
+ input: ListRuleNamesByTargetCommandInput;
82
+ output: ListRuleNamesByTargetCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -83,4 +83,15 @@ declare const ListRulesCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListRulesCommand extends ListRulesCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListRulesRequest;
90
+ output: ListRulesResponse;
91
+ };
92
+ sdk: {
93
+ input: ListRulesCommandInput;
94
+ output: ListRulesCommandOutput;
95
+ };
96
+ };
86
97
  }