@aws-sdk/client-cloudwatch-events 3.1045.0 → 3.1047.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +118 -119
- package/dist-cjs/models/CloudWatchEventsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudWatchEvents.js +1 -1
- package/dist-es/CloudWatchEventsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
- package/dist-es/commands/CancelReplayCommand.js +2 -2
- package/dist-es/commands/CreateApiDestinationCommand.js +2 -2
- package/dist-es/commands/CreateArchiveCommand.js +2 -2
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateEventBusCommand.js +2 -2
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
- package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteApiDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteEventBusCommand.js +2 -2
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DescribeApiDestinationCommand.js +2 -2
- package/dist-es/commands/DescribeArchiveCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionCommand.js +2 -2
- package/dist-es/commands/DescribeEventBusCommand.js +2 -2
- package/dist-es/commands/DescribeEventSourceCommand.js +2 -2
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DescribeReplayCommand.js +2 -2
- package/dist-es/commands/DescribeRuleCommand.js +2 -2
- package/dist-es/commands/DisableRuleCommand.js +2 -2
- package/dist-es/commands/EnableRuleCommand.js +2 -2
- package/dist-es/commands/ListApiDestinationsCommand.js +2 -2
- package/dist-es/commands/ListArchivesCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListEventBusesCommand.js +2 -2
- package/dist-es/commands/ListEventSourcesCommand.js +2 -2
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -2
- package/dist-es/commands/ListReplaysCommand.js +2 -2
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetsByRuleCommand.js +2 -2
- package/dist-es/commands/PutEventsCommand.js +2 -2
- package/dist-es/commands/PutPartnerEventsCommand.js +2 -2
- package/dist-es/commands/PutPermissionCommand.js +2 -2
- package/dist-es/commands/PutRuleCommand.js +2 -2
- package/dist-es/commands/PutTargetsCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/RemoveTargetsCommand.js +2 -2
- package/dist-es/commands/StartReplayCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestEventPatternCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateArchiveCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudWatchEventsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CloudWatchEventsClient.d.ts +5 -5
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +6 -4
- package/dist-types/commands/CancelReplayCommand.d.ts +6 -4
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +6 -4
- package/dist-types/commands/CreateArchiveCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventBusCommand.d.ts +6 -4
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventBusCommand.d.ts +6 -4
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeArchiveCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventBusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplayCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRuleCommand.d.ts +6 -4
- package/dist-types/commands/DisableRuleCommand.d.ts +6 -4
- package/dist-types/commands/EnableRuleCommand.d.ts +6 -4
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/ListArchivesCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventBusesCommand.d.ts +6 -4
- package/dist-types/commands/ListEventSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -4
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListReplaysCommand.d.ts +6 -4
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +6 -4
- package/dist-types/commands/ListRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +6 -4
- package/dist-types/commands/PutEventsCommand.d.ts +6 -4
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +6 -4
- package/dist-types/commands/PutPermissionCommand.d.ts +6 -4
- package/dist-types/commands/PutRuleCommand.d.ts +6 -4
- package/dist-types/commands/PutTargetsCommand.d.ts +6 -4
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTargetsCommand.d.ts +6 -4
- package/dist-types/commands/StartReplayCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestEventPatternCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateArchiveCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudWatchEventsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudWatchEventsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConnectionCommandInput extends DescribeConnectionReques
|
|
|
22
22
|
export interface DescribeConnectionCommandOutput extends DescribeConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConnectionCommand_base: {
|
|
25
|
-
new (input: DescribeConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves details about a connection.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {
|
|
|
22
22
|
export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEventBusCommand_base: {
|
|
25
|
-
new (input: DescribeEventBusCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEventBusCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEventBusCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventBusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays details about an event bus in your account. This can include the external Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEventSourceCommandInput extends DescribeEventSourceRequ
|
|
|
22
22
|
export interface DescribeEventSourceCommandOutput extends DescribeEventSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEventSourceCommand_base: {
|
|
25
|
-
new (input: DescribeEventSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeEventSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEventSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeEventSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists details about a partner event source that is shared with your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribePartnerEventSourceCommandInput extends DescribePartnerE
|
|
|
22
22
|
export interface DescribePartnerEventSourceCommandOutput extends DescribePartnerEventSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePartnerEventSourceCommand_base: {
|
|
25
|
-
new (input: DescribePartnerEventSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePartnerEventSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePartnerEventSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePartnerEventSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An SaaS partner can use this operation to list details about a partner event source that
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeReplayCommandInput extends DescribeReplayRequest {
|
|
|
22
22
|
export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeReplayCommand_base: {
|
|
25
|
-
new (input: DescribeReplayCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeReplayCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeReplayCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplayCommandInput, DescribeReplayCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReplayCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplayCommandInput, DescribeReplayCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves details about a replay. Use <code>DescribeReplay</code> to determine the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRuleCommandInput extends DescribeRuleRequest {
|
|
|
22
22
|
export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRuleCommand_base: {
|
|
25
|
-
new (input: DescribeRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleCommandInput, DescribeRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeRuleCommandInput, DescribeRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { DisableRuleRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisableRuleCommandInput extends DisableRuleRequest {
|
|
|
22
22
|
export interface DisableRuleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableRuleCommand_base: {
|
|
25
|
-
new (input: DisableRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableRuleCommandInput): import("@smithy/core/client").CommandImpl<DisableRuleCommandInput, DisableRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableRuleCommandInput): import("@smithy/core/client").CommandImpl<DisableRuleCommandInput, DisableRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables the specified rule. A disabled rule won't match any events, and won't
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { EnableRuleRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableRuleCommandInput extends EnableRuleRequest {
|
|
|
22
22
|
export interface EnableRuleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableRuleCommand_base: {
|
|
25
|
-
new (input: EnableRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableRuleCommandInput): import("@smithy/core/client").CommandImpl<EnableRuleCommandInput, EnableRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableRuleCommandInput): import("@smithy/core/client").CommandImpl<EnableRuleCommandInput, EnableRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables the specified rule. If the rule does not exist, the operation fails.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApiDestinationsCommandInput extends ListApiDestinationsRequ
|
|
|
22
22
|
export interface ListApiDestinationsCommandOutput extends ListApiDestinationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApiDestinationsCommand_base: {
|
|
25
|
-
new (input: ListApiDestinationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApiDestinationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApiDestinationsCommandInput): import("@smithy/core/client").CommandImpl<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApiDestinationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of API destination in the account in the current Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListArchivesCommandInput extends ListArchivesRequest {
|
|
|
22
22
|
export interface ListArchivesCommandOutput extends ListArchivesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListArchivesCommand_base: {
|
|
25
|
-
new (input: ListArchivesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListArchivesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListArchivesCommandInput): import("@smithy/core/client").CommandImpl<ListArchivesCommandInput, ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListArchivesCommandInput]): import("@smithy/core/client").CommandImpl<ListArchivesCommandInput, ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists your archives. You can either list all the archives or you can provide a prefix to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
|
22
22
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConnectionsCommand_base: {
|
|
25
|
-
new (input: ListConnectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of connections from the account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEventBusesCommandInput extends ListEventBusesRequest {
|
|
|
22
22
|
export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEventBusesCommand_base: {
|
|
25
|
-
new (input: ListEventBusesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEventBusesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEventBusesCommandInput): import("@smithy/core/client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEventBusesCommandInput]): import("@smithy/core/client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the event buses in your account, including the default event bus, custom event
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {
|
|
|
22
22
|
export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEventSourcesCommand_base: {
|
|
25
|
-
new (input: ListEventSourcesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEventSourcesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEventSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>You can use this to see all the partner event sources that have been shared with your Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPartnerEventSourceAccountsCommandInput extends ListPartnerE
|
|
|
22
22
|
export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartnerEventSourceAccountsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
25
|
-
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPartnerEventSourcesCommandInput extends ListPartnerEventSou
|
|
|
22
22
|
export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPartnerEventSourcesCommand_base: {
|
|
25
|
-
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>An SaaS partner can use this operation to list all the partner event source names that
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListReplaysCommandInput extends ListReplaysRequest {
|
|
|
22
22
|
export interface ListReplaysCommandOutput extends ListReplaysResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReplaysCommand_base: {
|
|
25
|
-
new (input: ListReplaysCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReplaysCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReplaysCommandInput): import("@smithy/core/client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReplaysCommandInput]): import("@smithy/core/client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists your replays. You can either list all the replays or you can provide a prefix to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRuleNamesByTargetCommandInput extends ListRuleNamesByTarget
|
|
|
22
22
|
export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTargetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRuleNamesByTargetCommand_base: {
|
|
25
|
-
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/core/client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/core/client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the rules for the specified target. You can see which of the rules in Amazon
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRulesCommandInput extends ListRulesRequest {
|
|
|
22
22
|
export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRulesCommand_base: {
|
|
25
|
-
new (input: ListRulesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRulesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists your Amazon EventBridge rules. You can either list all the rules or you can provide
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays the tags associated with an EventBridge resource. In EventBridge, rules and event
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTargetsByRuleCommandInput extends ListTargetsByRuleRequest
|
|
|
22
22
|
export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTargetsByRuleCommand_base: {
|
|
25
|
-
new (input: ListTargetsByRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTargetsByRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTargetsByRuleCommandInput): import("@smithy/core/client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTargetsByRuleCommandInput): import("@smithy/core/client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the targets assigned to the specified rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { PutEventsRequest, PutEventsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutEventsCommandInput extends PutEventsRequest {
|
|
|
22
22
|
export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutEventsCommand_base: {
|
|
25
|
-
new (input: PutEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sends custom events to Amazon EventBridge so that they can be matched to rules.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutPartnerEventsCommandInput extends PutPartnerEventsRequest {
|
|
|
22
22
|
export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutPartnerEventsCommand_base: {
|
|
25
|
-
new (input: PutPartnerEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutPartnerEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutPartnerEventsCommandInput): import("@smithy/core/client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutPartnerEventsCommandInput): import("@smithy/core/client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { PutPermissionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
|
22
22
|
export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutPermissionCommand_base: {
|
|
25
|
-
new (input: PutPermissionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutPermissionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutPermissionCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutPermissionCommandInput]): import("@smithy/core/client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Running <code>PutPermission</code> permits the specified Amazon Web Services account or Amazon Web Services organization
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { PutRuleRequest, PutRuleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutRuleCommandInput extends PutRuleRequest {
|
|
|
22
22
|
export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutRuleCommand_base: {
|
|
25
|
-
new (input: PutRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates the specified rule. Rules are enabled by default, or based on value of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutTargetsCommandInput extends PutTargetsRequest {
|
|
|
22
22
|
export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutTargetsCommand_base: {
|
|
25
|
-
new (input: PutTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutTargetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutTargetsCommandInput): import("@smithy/core/client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutTargetsCommandInput): import("@smithy/core/client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the specified targets to the specified rule, or updates the targets if they are
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
4
|
import type { RemovePermissionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
|
22
22
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemovePermissionCommand_base: {
|
|
25
|
-
new (input: RemovePermissionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [RemovePermissionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [RemovePermissionCommandInput]): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Revokes the permission of another Amazon Web Services account to be able to put events to the specified
|