@aws-sdk/client-cloudwatch-events 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudWatchEvents.d.ts +871 -260
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +411 -124
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +51 -51
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudWatchEventsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1381 -1803
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +617 -155
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateApiDestinationRequest,
|
|
15
|
+
UpdateApiDestinationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateApiDestinationCommandInput
|
|
18
|
+
extends UpdateApiDestinationRequest {}
|
|
19
|
+
export interface UpdateApiDestinationCommandOutput
|
|
20
|
+
extends UpdateApiDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateApiDestinationCommand extends $Command<
|
|
23
|
+
UpdateApiDestinationCommandInput,
|
|
24
|
+
UpdateApiDestinationCommandOutput,
|
|
25
|
+
CloudWatchEventsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateApiDestinationCommandInput;
|
|
28
|
+
constructor(input: UpdateApiDestinationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateApiDestinationCommandInput,
|
|
35
|
+
UpdateApiDestinationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateArchiveRequest,
|
|
15
|
+
UpdateArchiveResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {}
|
|
18
|
+
export interface UpdateArchiveCommandOutput
|
|
19
|
+
extends UpdateArchiveResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateArchiveCommand extends $Command<
|
|
22
|
+
UpdateArchiveCommandInput,
|
|
23
|
+
UpdateArchiveCommandOutput,
|
|
24
|
+
CloudWatchEventsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateArchiveCommandInput;
|
|
27
|
+
constructor(input: UpdateArchiveCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateArchiveCommandInput, UpdateArchiveCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateConnectionRequest,
|
|
15
|
+
UpdateConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
|
|
18
|
+
export interface UpdateConnectionCommandOutput
|
|
19
|
+
extends UpdateConnectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateConnectionCommand extends $Command<
|
|
22
|
+
UpdateConnectionCommandInput,
|
|
23
|
+
UpdateConnectionCommandOutput,
|
|
24
|
+
CloudWatchEventsClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateConnectionCommandInput;
|
|
27
|
+
constructor(input: UpdateConnectionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateConnectionCommandInput, UpdateConnectionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export * from "./ActivateEventSourceCommand";
|
|
2
|
-
export * from "./CancelReplayCommand";
|
|
3
|
-
export * from "./CreateApiDestinationCommand";
|
|
4
|
-
export * from "./CreateArchiveCommand";
|
|
5
|
-
export * from "./CreateConnectionCommand";
|
|
6
|
-
export * from "./CreateEventBusCommand";
|
|
7
|
-
export * from "./CreatePartnerEventSourceCommand";
|
|
8
|
-
export * from "./DeactivateEventSourceCommand";
|
|
9
|
-
export * from "./DeauthorizeConnectionCommand";
|
|
10
|
-
export * from "./DeleteApiDestinationCommand";
|
|
11
|
-
export * from "./DeleteArchiveCommand";
|
|
12
|
-
export * from "./DeleteConnectionCommand";
|
|
13
|
-
export * from "./DeleteEventBusCommand";
|
|
14
|
-
export * from "./DeletePartnerEventSourceCommand";
|
|
15
|
-
export * from "./DeleteRuleCommand";
|
|
16
|
-
export * from "./DescribeApiDestinationCommand";
|
|
17
|
-
export * from "./DescribeArchiveCommand";
|
|
18
|
-
export * from "./DescribeConnectionCommand";
|
|
19
|
-
export * from "./DescribeEventBusCommand";
|
|
20
|
-
export * from "./DescribeEventSourceCommand";
|
|
21
|
-
export * from "./DescribePartnerEventSourceCommand";
|
|
22
|
-
export * from "./DescribeReplayCommand";
|
|
23
|
-
export * from "./DescribeRuleCommand";
|
|
24
|
-
export * from "./DisableRuleCommand";
|
|
25
|
-
export * from "./EnableRuleCommand";
|
|
26
|
-
export * from "./ListApiDestinationsCommand";
|
|
27
|
-
export * from "./ListArchivesCommand";
|
|
28
|
-
export * from "./ListConnectionsCommand";
|
|
29
|
-
export * from "./ListEventBusesCommand";
|
|
30
|
-
export * from "./ListEventSourcesCommand";
|
|
31
|
-
export * from "./ListPartnerEventSourceAccountsCommand";
|
|
32
|
-
export * from "./ListPartnerEventSourcesCommand";
|
|
33
|
-
export * from "./ListReplaysCommand";
|
|
34
|
-
export * from "./ListRuleNamesByTargetCommand";
|
|
35
|
-
export * from "./ListRulesCommand";
|
|
36
|
-
export * from "./ListTagsForResourceCommand";
|
|
37
|
-
export * from "./ListTargetsByRuleCommand";
|
|
38
|
-
export * from "./PutEventsCommand";
|
|
39
|
-
export * from "./PutPartnerEventsCommand";
|
|
40
|
-
export * from "./PutPermissionCommand";
|
|
41
|
-
export * from "./PutRuleCommand";
|
|
42
|
-
export * from "./PutTargetsCommand";
|
|
43
|
-
export * from "./RemovePermissionCommand";
|
|
44
|
-
export * from "./RemoveTargetsCommand";
|
|
45
|
-
export * from "./StartReplayCommand";
|
|
46
|
-
export * from "./TagResourceCommand";
|
|
47
|
-
export * from "./TestEventPatternCommand";
|
|
48
|
-
export * from "./UntagResourceCommand";
|
|
49
|
-
export * from "./UpdateApiDestinationCommand";
|
|
50
|
-
export * from "./UpdateArchiveCommand";
|
|
51
|
-
export * from "./UpdateConnectionCommand";
|
|
1
|
+
export * from "./ActivateEventSourceCommand";
|
|
2
|
+
export * from "./CancelReplayCommand";
|
|
3
|
+
export * from "./CreateApiDestinationCommand";
|
|
4
|
+
export * from "./CreateArchiveCommand";
|
|
5
|
+
export * from "./CreateConnectionCommand";
|
|
6
|
+
export * from "./CreateEventBusCommand";
|
|
7
|
+
export * from "./CreatePartnerEventSourceCommand";
|
|
8
|
+
export * from "./DeactivateEventSourceCommand";
|
|
9
|
+
export * from "./DeauthorizeConnectionCommand";
|
|
10
|
+
export * from "./DeleteApiDestinationCommand";
|
|
11
|
+
export * from "./DeleteArchiveCommand";
|
|
12
|
+
export * from "./DeleteConnectionCommand";
|
|
13
|
+
export * from "./DeleteEventBusCommand";
|
|
14
|
+
export * from "./DeletePartnerEventSourceCommand";
|
|
15
|
+
export * from "./DeleteRuleCommand";
|
|
16
|
+
export * from "./DescribeApiDestinationCommand";
|
|
17
|
+
export * from "./DescribeArchiveCommand";
|
|
18
|
+
export * from "./DescribeConnectionCommand";
|
|
19
|
+
export * from "./DescribeEventBusCommand";
|
|
20
|
+
export * from "./DescribeEventSourceCommand";
|
|
21
|
+
export * from "./DescribePartnerEventSourceCommand";
|
|
22
|
+
export * from "./DescribeReplayCommand";
|
|
23
|
+
export * from "./DescribeRuleCommand";
|
|
24
|
+
export * from "./DisableRuleCommand";
|
|
25
|
+
export * from "./EnableRuleCommand";
|
|
26
|
+
export * from "./ListApiDestinationsCommand";
|
|
27
|
+
export * from "./ListArchivesCommand";
|
|
28
|
+
export * from "./ListConnectionsCommand";
|
|
29
|
+
export * from "./ListEventBusesCommand";
|
|
30
|
+
export * from "./ListEventSourcesCommand";
|
|
31
|
+
export * from "./ListPartnerEventSourceAccountsCommand";
|
|
32
|
+
export * from "./ListPartnerEventSourcesCommand";
|
|
33
|
+
export * from "./ListReplaysCommand";
|
|
34
|
+
export * from "./ListRuleNamesByTargetCommand";
|
|
35
|
+
export * from "./ListRulesCommand";
|
|
36
|
+
export * from "./ListTagsForResourceCommand";
|
|
37
|
+
export * from "./ListTargetsByRuleCommand";
|
|
38
|
+
export * from "./PutEventsCommand";
|
|
39
|
+
export * from "./PutPartnerEventsCommand";
|
|
40
|
+
export * from "./PutPermissionCommand";
|
|
41
|
+
export * from "./PutRuleCommand";
|
|
42
|
+
export * from "./PutTargetsCommand";
|
|
43
|
+
export * from "./RemovePermissionCommand";
|
|
44
|
+
export * from "./RemoveTargetsCommand";
|
|
45
|
+
export * from "./StartReplayCommand";
|
|
46
|
+
export * from "./TagResourceCommand";
|
|
47
|
+
export * from "./TestEventPatternCommand";
|
|
48
|
+
export * from "./UntagResourceCommand";
|
|
49
|
+
export * from "./UpdateApiDestinationCommand";
|
|
50
|
+
export * from "./UpdateArchiveCommand";
|
|
51
|
+
export * from "./UpdateConnectionCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./CloudWatchEvents";
|
|
2
|
-
export * from "./CloudWatchEventsClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export { CloudWatchEventsServiceException } from "./models/CloudWatchEventsServiceException";
|
|
1
|
+
export * from "./CloudWatchEvents";
|
|
2
|
+
export * from "./CloudWatchEventsClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export { CloudWatchEventsServiceException } from "./models/CloudWatchEventsServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class CloudWatchEventsServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|