@aws-sdk/client-cloudwatch-events 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/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/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/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/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/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/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/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/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/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/package.json +35 -35
|
@@ -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
|
}
|
|
@@ -79,4 +79,15 @@ declare const CreateApiDestinationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: CreateApiDestinationRequest;
|
|
86
|
+
output: CreateApiDestinationResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: CreateApiDestinationCommandInput;
|
|
90
|
+
output: CreateApiDestinationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -87,4 +87,15 @@ declare const CreateArchiveCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: CreateArchiveRequest;
|
|
94
|
+
output: CreateArchiveResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: CreateArchiveCommandInput;
|
|
98
|
+
output: CreateArchiveCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -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
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateEventBusCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateEventBusCommand extends CreateEventBusCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateEventBusRequest;
|
|
95
|
+
output: CreateEventBusResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateEventBusCommandInput;
|
|
99
|
+
output: CreateEventBusCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -97,4 +97,15 @@ declare const CreatePartnerEventSourceCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: CreatePartnerEventSourceRequest;
|
|
104
|
+
output: CreatePartnerEventSourceResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: CreatePartnerEventSourceCommandInput;
|
|
108
|
+
output: CreatePartnerEventSourceCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteRuleCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteRuleRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteRuleCommandInput;
|
|
95
|
+
output: DeleteRuleCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -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
|
}
|
|
@@ -71,4 +71,15 @@ declare const DescribeEventBusCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DescribeEventBusCommand extends DescribeEventBusCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DescribeEventBusRequest;
|
|
78
|
+
output: DescribeEventBusResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DescribeEventBusCommandInput;
|
|
82
|
+
output: DescribeEventBusCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -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
|
}
|
|
@@ -70,4 +70,15 @@ declare const DescribePartnerEventSourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DescribePartnerEventSourceRequest;
|
|
77
|
+
output: DescribePartnerEventSourceResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DescribePartnerEventSourceCommandInput;
|
|
81
|
+
output: DescribePartnerEventSourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -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
|
}
|
|
@@ -70,4 +70,15 @@ declare const ListEventBusesCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class ListEventBusesCommand extends ListEventBusesCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: ListEventBusesRequest;
|
|
77
|
+
output: ListEventBusesResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: ListEventBusesCommandInput;
|
|
81
|
+
output: ListEventBusesCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -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
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListPartnerEventSourceAccountsRequest;
|
|
85
|
+
output: ListPartnerEventSourceAccountsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListPartnerEventSourceAccountsCommandInput;
|
|
89
|
+
output: ListPartnerEventSourceAccountsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -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
|
}
|
|
@@ -70,4 +70,15 @@ declare const ListRuleNamesByTargetCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: ListRuleNamesByTargetRequest;
|
|
77
|
+
output: ListRuleNamesByTargetResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: ListRuleNamesByTargetCommandInput;
|
|
81
|
+
output: ListRuleNamesByTargetCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListRulesCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListRulesRequest;
|
|
89
|
+
output: ListRulesResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListRulesCommandInput;
|
|
93
|
+
output: ListRulesCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -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
|
}
|
|
@@ -188,4 +188,15 @@ declare const ListTargetsByRuleCommand_base: {
|
|
|
188
188
|
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: ListTargetsByRuleRequest;
|
|
195
|
+
output: ListTargetsByRuleResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: ListTargetsByRuleCommandInput;
|
|
199
|
+
output: ListTargetsByRuleCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -79,4 +79,15 @@ declare const PutEventsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: PutEventsRequest;
|
|
86
|
+
output: PutEventsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: PutEventsCommandInput;
|
|
90
|
+
output: PutEventsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -81,4 +81,15 @@ declare const PutPartnerEventsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class PutPartnerEventsCommand extends PutPartnerEventsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: PutPartnerEventsRequest;
|
|
88
|
+
output: PutPartnerEventsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: PutPartnerEventsCommandInput;
|
|
92
|
+
output: PutPartnerEventsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|