@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.
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/CancelReplayCommand.d.ts +11 -0
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventBusCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventBusCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeArchiveCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventBusCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReplayCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +11 -0
- package/dist-types/commands/DisableRuleCommand.d.ts +11 -0
- package/dist-types/commands/EnableRuleCommand.d.ts +11 -0
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +11 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventBusesCommand.d.ts +11 -0
- package/dist-types/commands/ListEventSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +11 -0
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListReplaysCommand.d.ts +11 -0
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +11 -0
- package/dist-types/commands/ListRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +11 -0
- package/dist-types/commands/PutEventsCommand.d.ts +11 -0
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +11 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
- package/dist-types/commands/PutRuleCommand.d.ts +11 -0
- package/dist-types/commands/PutTargetsCommand.d.ts +11 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTargetsCommand.d.ts +11 -0
- package/dist-types/commands/StartReplayCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestEventPatternCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEventBusCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -69,4 +69,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: ListTagsForResourceRequest;
|
|
76
|
+
output: ListTagsForResourceResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: ListTagsForResourceCommandInput;
|
|
80
|
+
output: ListTagsForResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -195,4 +195,15 @@ declare const ListTargetsByRuleCommand_base: {
|
|
|
195
195
|
* @public
|
|
196
196
|
*/
|
|
197
197
|
export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {
|
|
198
|
+
/** @internal type navigation helper, not in runtime. */
|
|
199
|
+
protected static __types: {
|
|
200
|
+
api: {
|
|
201
|
+
input: ListTargetsByRuleRequest;
|
|
202
|
+
output: ListTargetsByRuleResponse;
|
|
203
|
+
};
|
|
204
|
+
sdk: {
|
|
205
|
+
input: ListTargetsByRuleCommandInput;
|
|
206
|
+
output: ListTargetsByRuleCommandOutput;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
198
209
|
}
|
|
@@ -93,4 +93,15 @@ declare const PutEventsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: PutEventsRequest;
|
|
100
|
+
output: PutEventsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: PutEventsCommandInput;
|
|
104
|
+
output: PutEventsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -82,4 +82,15 @@ declare const PutPartnerEventsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class PutPartnerEventsCommand extends PutPartnerEventsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: PutPartnerEventsRequest;
|
|
89
|
+
output: PutPartnerEventsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: PutPartnerEventsCommandInput;
|
|
93
|
+
output: PutPartnerEventsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -95,4 +95,15 @@ declare const PutPermissionCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class PutPermissionCommand extends PutPermissionCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: PutPermissionRequest;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: PutPermissionCommandInput;
|
|
106
|
+
output: PutPermissionCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -131,4 +131,15 @@ declare const PutRuleCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class PutRuleCommand extends PutRuleCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: PutRuleRequest;
|
|
138
|
+
output: PutRuleResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: PutRuleCommandInput;
|
|
142
|
+
output: PutRuleCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -326,4 +326,15 @@ declare const PutTargetsCommand_base: {
|
|
|
326
326
|
* @public
|
|
327
327
|
*/
|
|
328
328
|
export declare class PutTargetsCommand extends PutTargetsCommand_base {
|
|
329
|
+
/** @internal type navigation helper, not in runtime. */
|
|
330
|
+
protected static __types: {
|
|
331
|
+
api: {
|
|
332
|
+
input: PutTargetsRequest;
|
|
333
|
+
output: PutTargetsResponse;
|
|
334
|
+
};
|
|
335
|
+
sdk: {
|
|
336
|
+
input: PutTargetsCommandInput;
|
|
337
|
+
output: PutTargetsCommandOutput;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
329
340
|
}
|
|
@@ -72,4 +72,15 @@ declare const RemovePermissionCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: RemovePermissionRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: RemovePermissionCommandInput;
|
|
83
|
+
output: RemovePermissionCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -97,4 +97,15 @@ declare const RemoveTargetsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class RemoveTargetsCommand extends RemoveTargetsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: RemoveTargetsRequest;
|
|
104
|
+
output: RemoveTargetsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: RemoveTargetsCommandInput;
|
|
108
|
+
output: RemoveTargetsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -94,4 +94,15 @@ declare const StartReplayCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class StartReplayCommand extends StartReplayCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: StartReplayRequest;
|
|
101
|
+
output: StartReplayResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: StartReplayCommandInput;
|
|
105
|
+
output: StartReplayCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -88,4 +88,15 @@ declare const TagResourceCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: TagResourceRequest;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: TagResourceCommandInput;
|
|
99
|
+
output: TagResourceCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -68,4 +68,15 @@ declare const TestEventPatternCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class TestEventPatternCommand extends TestEventPatternCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: TestEventPatternRequest;
|
|
75
|
+
output: TestEventPatternResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: TestEventPatternCommandInput;
|
|
79
|
+
output: TestEventPatternCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UntagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UntagResourceCommandInput;
|
|
87
|
+
output: UntagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -78,4 +78,15 @@ declare const UpdateApiDestinationCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateApiDestinationCommand extends UpdateApiDestinationCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateApiDestinationRequest;
|
|
85
|
+
output: UpdateApiDestinationResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateApiDestinationCommandInput;
|
|
89
|
+
output: UpdateApiDestinationCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -79,4 +79,15 @@ declare const UpdateArchiveCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UpdateArchiveRequest;
|
|
86
|
+
output: UpdateArchiveResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UpdateArchiveCommandInput;
|
|
90
|
+
output: UpdateArchiveCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -140,4 +140,15 @@ declare const UpdateConnectionCommand_base: {
|
|
|
140
140
|
* @public
|
|
141
141
|
*/
|
|
142
142
|
export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: UpdateConnectionRequest;
|
|
147
|
+
output: UpdateConnectionResponse;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: UpdateConnectionCommandInput;
|
|
151
|
+
output: UpdateConnectionCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -113,4 +113,15 @@ declare const UpdateEndpointCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: UpdateEndpointRequest;
|
|
120
|
+
output: UpdateEndpointResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: UpdateEndpointCommandInput;
|
|
124
|
+
output: UpdateEndpointCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateEventBusCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateEventBusCommand extends UpdateEventBusCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateEventBusRequest;
|
|
87
|
+
output: UpdateEventBusResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateEventBusCommandInput;
|
|
91
|
+
output: UpdateEventBusCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -32,4 +32,15 @@ declare const ActivateEventSourceCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {
|
|
35
|
+
export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: ActivateEventSourceRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: ActivateEventSourceCommandInput;
|
|
43
|
+
output: ActivateEventSourceCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CancelReplayCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelReplayCommand extends CancelReplayCommand_base {
|
|
36
|
+
export declare class CancelReplayCommand extends CancelReplayCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelReplayRequest;
|
|
40
|
+
output: CancelReplayResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelReplayCommandInput;
|
|
44
|
+
output: CancelReplayCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateApiDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {
|
|
40
|
+
export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateApiDestinationRequest;
|
|
44
|
+
output: CreateApiDestinationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateApiDestinationCommandInput;
|
|
48
|
+
output: CreateApiDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateArchiveCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
|
|
39
|
+
export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateArchiveRequest;
|
|
43
|
+
output: CreateArchiveResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateArchiveCommandInput;
|
|
47
|
+
output: CreateArchiveCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateConnectionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
39
|
+
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateConnectionRequest;
|
|
43
|
+
output: CreateConnectionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateConnectionCommandInput;
|
|
47
|
+
output: CreateConnectionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateEndpointCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
|
|
39
|
+
export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateEndpointRequest;
|
|
43
|
+
output: CreateEndpointResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateEndpointCommandInput;
|
|
47
|
+
output: CreateEndpointCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateEventBusCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateEventBusCommand extends CreateEventBusCommand_base {
|
|
39
|
+
export declare class CreateEventBusCommand extends CreateEventBusCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateEventBusRequest;
|
|
43
|
+
output: CreateEventBusResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateEventBusCommandInput;
|
|
47
|
+
output: CreateEventBusCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePartnerEventSourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {
|
|
40
|
+
export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePartnerEventSourceRequest;
|
|
44
|
+
output: CreatePartnerEventSourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePartnerEventSourceCommandInput;
|
|
48
|
+
output: CreatePartnerEventSourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeactivateEventSourceCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {
|
|
35
|
+
export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeactivateEventSourceRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeactivateEventSourceCommandInput;
|
|
43
|
+
output: DeactivateEventSourceCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeauthorizeConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {
|
|
40
|
+
export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeauthorizeConnectionRequest;
|
|
44
|
+
output: DeauthorizeConnectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeauthorizeConnectionCommandInput;
|
|
48
|
+
output: DeauthorizeConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteApiDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {
|
|
40
|
+
export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteApiDestinationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteApiDestinationCommandInput;
|
|
48
|
+
output: DeleteApiDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteArchiveCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
|
|
39
|
+
export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteArchiveRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteArchiveCommandInput;
|
|
47
|
+
output: DeleteArchiveCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteConnectionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
39
|
+
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteConnectionRequest;
|
|
43
|
+
output: DeleteConnectionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteConnectionCommandInput;
|
|
47
|
+
output: DeleteConnectionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteEndpointCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
39
|
+
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteEndpointRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteEndpointCommandInput;
|
|
47
|
+
output: DeleteEndpointCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteEventBusCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {
|
|
34
|
+
export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteEventBusRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteEventBusCommandInput;
|
|
42
|
+
output: DeleteEventBusCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePartnerEventSourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {
|
|
36
|
+
export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePartnerEventSourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePartnerEventSourceCommandInput;
|
|
44
|
+
output: DeletePartnerEventSourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
34
|
+
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteRuleRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteRuleCommandInput;
|
|
42
|
+
output: DeleteRuleCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeApiDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {
|
|
40
|
+
export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeApiDestinationRequest;
|
|
44
|
+
output: DescribeApiDestinationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeApiDestinationCommandInput;
|
|
48
|
+
output: DescribeApiDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeArchiveCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {
|
|
39
|
+
export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeArchiveRequest;
|
|
43
|
+
output: DescribeArchiveResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeArchiveCommandInput;
|
|
47
|
+
output: DescribeArchiveCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {
|
|
40
|
+
export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectionRequest;
|
|
44
|
+
output: DescribeConnectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectionCommandInput;
|
|
48
|
+
output: DescribeConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|