@aws-sdk/client-cloudwatch-events 3.289.0 → 3.290.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 +16 -0
- package/dist-types/commands/CancelReplayCommand.d.ts +14 -0
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +14 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +20 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventBusCommand.d.ts +23 -0
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +17 -0
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +10 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteEventBusCommand.d.ts +7 -0
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +10 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +18 -0
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +7 -0
- package/dist-types/commands/DescribeArchiveCommand.d.ts +10 -0
- package/dist-types/commands/DescribeConnectionCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventBusCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +10 -0
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReplayCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +7 -0
- package/dist-types/commands/DisableRuleCommand.d.ts +18 -0
- package/dist-types/commands/EnableRuleCommand.d.ts +18 -0
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +4 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +7 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListEventBusesCommand.d.ts +4 -0
- package/dist-types/commands/ListEventSourcesCommand.d.ts +7 -0
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +10 -0
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +7 -0
- package/dist-types/commands/ListReplaysCommand.d.ts +4 -0
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +7 -0
- package/dist-types/commands/ListRulesCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -0
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +7 -0
- package/dist-types/commands/PutEventsCommand.d.ts +4 -0
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +7 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
- package/dist-types/commands/PutRuleCommand.d.ts +25 -0
- package/dist-types/commands/PutTargetsCommand.d.ts +22 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +13 -0
- package/dist-types/commands/RemoveTargetsCommand.d.ts +18 -0
- package/dist-types/commands/StartReplayCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +18 -0
- package/dist-types/commands/TestEventPatternCommand.d.ts +7 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +18 -0
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +17 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +14 -0
- package/package.json +29 -29
|
@@ -30,6 +30,22 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link ActivateEventSourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
40
|
+
* <p>The specified state is not a valid state for an event source.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
43
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>An entity that you specified does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class ActivateEventSourceCommand extends $Command<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
51
|
readonly input: ActivateEventSourceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
|
|
|
29
29
|
* @see {@link CancelReplayCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IllegalStatusException} (client fault)
|
|
36
|
+
* <p>An error occurred because a replay can be canceled only when the state is Running or
|
|
37
|
+
* Starting.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalException} (server fault)
|
|
40
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>An entity that you specified does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class CancelReplayCommand extends $Command<CancelReplayCommandInput, CancelReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
48
|
readonly input: CancelReplayCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR
|
|
|
30
30
|
* @see {@link CreateApiDestinationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
38
|
+
* quota.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>An entity that you specified does not exist.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class CreateApiDestinationCommand extends $Command<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
49
|
readonly input: CreateApiDestinationCommandInput;
|
|
@@ -33,6 +33,26 @@ export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __Met
|
|
|
33
33
|
* @see {@link CreateArchiveCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
37
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalException} (server fault)
|
|
40
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidEventPatternException} (client fault)
|
|
43
|
+
* <p>The event pattern is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
47
|
+
* quota.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
50
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>An entity that you specified does not exist.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
36
56
|
*/
|
|
37
57
|
export declare class CreateArchiveCommand extends $Command<CreateArchiveCommandInput, CreateArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
38
58
|
readonly input: CreateArchiveCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
30
30
|
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
38
|
+
* quota.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
41
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
46
|
readonly input: CreateConnectionCommandInput;
|
|
@@ -31,6 +31,29 @@ export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __M
|
|
|
31
31
|
* @see {@link CreateEventBusCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
35
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
41
|
+
* <p>The specified state is not a valid state for an event source.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
44
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
45
|
+
* quota.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
48
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
51
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>An entity that you specified does not exist.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
34
57
|
*/
|
|
35
58
|
export declare class CreateEventBusCommand extends $Command<CreateEventBusCommandInput, CreateEventBusCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
36
59
|
readonly input: CreateEventBusCommandInput;
|
|
@@ -52,6 +52,23 @@ export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEven
|
|
|
52
52
|
* @see {@link CreatePartnerEventSourceCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
56
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalException} (server fault)
|
|
59
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
62
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
63
|
+
* quota.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
66
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
69
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
55
72
|
*/
|
|
56
73
|
export declare class CreatePartnerEventSourceCommand extends $Command<CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
57
74
|
readonly input: CreatePartnerEventSourceCommandInput;
|
|
@@ -33,6 +33,22 @@ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DeactivateEventSourceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
37
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalException} (server fault)
|
|
40
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
43
|
+
* <p>The specified state is not a valid state for an event source.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
46
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>An entity that you specified does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
36
52
|
*/
|
|
37
53
|
export declare class DeactivateEventSourceCommand extends $Command<DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
38
54
|
readonly input: DeactivateEventSourceCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectio
|
|
|
30
30
|
* @see {@link DeauthorizeConnectionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>An entity that you specified does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DeauthorizeConnectionCommand extends $Command<DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
45
|
readonly input: DeauthorizeConnectionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationR
|
|
|
29
29
|
* @see {@link DeleteApiDestinationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An entity that you specified does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteApiDestinationCommand extends $Command<DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteApiDestinationCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteArchiveCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An entity that you specified does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteArchiveCommand extends $Command<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteArchiveCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
29
29
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An entity that you specified does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteConnectionCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DeleteEventBusCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* @see {@link DeleteEventBusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DeleteEventBusCommand extends $Command<DeleteEventBusCommandInput, DeleteEventBusCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: DeleteEventBusCommandInput;
|
|
@@ -33,6 +33,16 @@ export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer
|
|
|
33
33
|
* @see {@link DeletePartnerEventSourceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
37
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalException} (server fault)
|
|
40
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
43
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class DeletePartnerEventSourceCommand extends $Command<DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
38
48
|
readonly input: DeletePartnerEventSourceCommandInput;
|
|
@@ -42,6 +42,24 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
|
|
|
42
42
|
* @see {@link DeleteRuleCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
46
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalException} (server fault)
|
|
49
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
52
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
53
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
54
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
55
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
56
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
57
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>An entity that you specified does not exist.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
45
63
|
*/
|
|
46
64
|
export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
47
65
|
readonly input: DeleteRuleCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinat
|
|
|
29
29
|
* @see {@link DescribeApiDestinationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>An entity that you specified does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeApiDestinationCommand extends $Command<DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeApiDestinationCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, _
|
|
|
29
29
|
* @see {@link DescribeArchiveCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
36
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>An entity that you specified does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeArchiveCommand extends $Command<DescribeArchiveCommandInput, DescribeArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeArchiveCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeConnectionCommandOutput extends DescribeConnectionRespo
|
|
|
29
29
|
* @see {@link DescribeConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>An entity that you specified does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeConnectionCommand extends $Command<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeConnectionCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse,
|
|
|
35
35
|
* @see {@link DescribeEventBusCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>An entity that you specified does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class DescribeEventBusCommand extends $Command<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
40
47
|
readonly input: DescribeEventBusCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes
|
|
|
30
30
|
* @see {@link DescribeEventSourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
37
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>An entity that you specified does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DescribeEventSourceCommand extends $Command<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
45
|
readonly input: DescribeEventSourceCommandInput;
|
|
@@ -32,6 +32,16 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner
|
|
|
32
32
|
* @see {@link DescribePartnerEventSourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
39
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>An entity that you specified does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class DescribePartnerEventSourceCommand extends $Command<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
37
47
|
readonly input: DescribePartnerEventSourceCommandInput;
|
|
@@ -37,6 +37,13 @@ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __M
|
|
|
37
37
|
* @see {@link DescribeReplayCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InternalException} (server fault)
|
|
41
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>An entity that you specified does not exist.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
40
47
|
*/
|
|
41
48
|
export declare class DescribeReplayCommand extends $Command<DescribeReplayCommandInput, DescribeReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
42
49
|
readonly input: DescribeReplayCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
|
|
|
31
31
|
* @see {@link DescribeRuleCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>An entity that you specified does not exist.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class DescribeRuleCommand extends $Command<DescribeRuleCommandInput, DescribeRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
36
43
|
readonly input: DescribeRuleCommandInput;
|
|
@@ -33,6 +33,24 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link DisableRuleCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
37
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalException} (server fault)
|
|
40
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
43
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
44
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
45
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
46
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
47
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
48
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>An entity that you specified does not exist.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
36
54
|
*/
|
|
37
55
|
export declare class DisableRuleCommand extends $Command<DisableRuleCommandInput, DisableRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
38
56
|
readonly input: DisableRuleCommandInput;
|
|
@@ -32,6 +32,24 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link EnableRuleCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
42
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
43
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
44
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
45
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
46
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
47
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>An entity that you specified does not exist.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
35
53
|
*/
|
|
36
54
|
export declare class EnableRuleCommand extends $Command<EnableRuleCommandInput, EnableRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
37
55
|
readonly input: EnableRuleCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
|
|
|
29
29
|
* @see {@link ListApiDestinationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListApiDestinationsCommand extends $Command<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
38
|
readonly input: ListApiDestinationsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
|
|
|
30
30
|
* @see {@link ListArchivesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>An entity that you specified does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListArchivesCommand extends $Command<ListArchivesCommandInput, ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListArchivesCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
|
|
|
29
29
|
* @see {@link ListConnectionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
38
|
readonly input: ListConnectionsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
|
|
|
30
30
|
* @see {@link ListEventBusesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListEventBusesCommand extends $Command<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
39
|
readonly input: ListEventBusesCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
|
|
|
30
30
|
* @see {@link ListEventSourcesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
37
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListEventSourcesCommand extends $Command<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListEventSourcesCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
|
|
|
31
31
|
* @see {@link ListPartnerEventSourceAccountsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalException} (server fault)
|
|
35
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
38
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>An entity that you specified does not exist.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class ListPartnerEventSourceAccountsCommand extends $Command<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
36
46
|
readonly input: ListPartnerEventSourceAccountsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
|
|
|
30
30
|
* @see {@link ListPartnerEventSourcesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
37
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListPartnerEventSourcesCommand extends $Command<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListPartnerEventSourcesCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListReplaysCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListReplaysCommand extends $Command<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
39
|
readonly input: ListReplaysCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
|
|
|
30
30
|
* @see {@link ListRuleNamesByTargetCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>An entity that you specified does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListRuleNamesByTargetCommand extends $Command<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListRuleNamesByTargetCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
33
33
|
* @see {@link ListRulesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>An entity that you specified does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
38
45
|
readonly input: ListRulesCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
30
30
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>An entity that you specified does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
|
|
|
29
29
|
* @see {@link ListTargetsByRuleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>An entity that you specified does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListTargetsByRuleCommand extends $Command<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
41
|
readonly input: ListTargetsByRuleCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link PutEventsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalException} (server fault)
|
|
33
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
38
|
readonly input: PutEventsCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
|
|
|
30
30
|
* @see {@link PutPartnerEventsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalException} (server fault)
|
|
34
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
37
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class PutPartnerEventsCommand extends $Command<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
42
|
readonly input: PutPartnerEventsCommandInput;
|
|
@@ -48,6 +48,22 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
|
48
48
|
* @see {@link PutPermissionCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
52
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InternalException} (server fault)
|
|
55
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
58
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link PolicyLengthExceededException} (client fault)
|
|
61
|
+
* <p>The event bus policy is too long. For more information, see the limits.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>An entity that you specified does not exist.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
51
67
|
*/
|
|
52
68
|
export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
53
69
|
readonly input: PutPermissionCommandInput;
|
|
@@ -75,6 +75,31 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
|
|
|
75
75
|
* @see {@link PutRuleCommandOutput} for command's `response` shape.
|
|
76
76
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
77
77
|
*
|
|
78
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
79
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InternalException} (server fault)
|
|
82
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidEventPatternException} (client fault)
|
|
85
|
+
* <p>The event pattern is not valid.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
88
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
89
|
+
* quota.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
92
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
93
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
94
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
95
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
96
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
97
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
100
|
+
* <p>An entity that you specified does not exist.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
78
103
|
*/
|
|
79
104
|
export declare class PutRuleCommand extends $Command<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
80
105
|
readonly input: PutRuleCommandInput;
|
|
@@ -194,6 +194,28 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
|
|
|
194
194
|
* @see {@link PutTargetsCommandOutput} for command's `response` shape.
|
|
195
195
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
196
196
|
*
|
|
197
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
198
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
199
|
+
*
|
|
200
|
+
* @throws {@link InternalException} (server fault)
|
|
201
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
202
|
+
*
|
|
203
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
204
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
205
|
+
* quota.</p>
|
|
206
|
+
*
|
|
207
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
208
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
209
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
210
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
211
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
212
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
213
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
214
|
+
*
|
|
215
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
216
|
+
* <p>An entity that you specified does not exist.</p>
|
|
217
|
+
*
|
|
218
|
+
*
|
|
197
219
|
*/
|
|
198
220
|
export declare class PutTargetsCommand extends $Command<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
199
221
|
readonly input: PutTargetsCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link RemovePermissionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
36
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link OperationDisabledException} (client fault)
|
|
42
|
+
* <p>The operation you are attempting is not available in this region.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>An entity that you specified does not exist.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
37
50
|
readonly input: RemovePermissionCommandInput;
|
|
@@ -37,6 +37,24 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
|
|
|
37
37
|
* @see {@link RemoveTargetsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
41
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalException} (server fault)
|
|
44
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
47
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
48
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
49
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
50
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
51
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
52
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>An entity that you specified does not exist.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
40
58
|
*/
|
|
41
59
|
export declare class RemoveTargetsCommand extends $Command<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
42
60
|
readonly input: RemoveTargetsCommandInput;
|
|
@@ -37,6 +37,23 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
|
|
|
37
37
|
* @see {@link StartReplayCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InternalException} (server fault)
|
|
41
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidEventPatternException} (client fault)
|
|
44
|
+
* <p>The event pattern is not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
47
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
48
|
+
* quota.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
51
|
+
* <p>The resource you are trying to create already exists.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>An entity that you specified does not exist.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
40
57
|
*/
|
|
41
58
|
export declare class StartReplayCommand extends $Command<StartReplayCommandInput, StartReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
42
59
|
readonly input: StartReplayCommandInput;
|
|
@@ -39,6 +39,24 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
39
39
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
43
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalException} (server fault)
|
|
46
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
49
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
50
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
51
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
52
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
53
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
54
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>An entity that you specified does not exist.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
42
60
|
*/
|
|
43
61
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
44
62
|
readonly input: TagResourceCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
|
|
|
33
33
|
* @see {@link TestEventPatternCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidEventPatternException} (client fault)
|
|
40
|
+
* <p>The event pattern is not valid.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class TestEventPatternCommand extends $Command<TestEventPatternCommandInput, TestEventPatternCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
38
45
|
readonly input: TestEventPatternCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ManagedRuleException} (client fault)
|
|
40
|
+
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
41
|
+
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
42
|
+
* <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
|
|
43
|
+
* delete the rule or remove targets from the rule. You cannot modify these managed rules by
|
|
44
|
+
* using <code>DisableRule</code>, <code>EnableRule</code>, <code>PutTargets</code>,
|
|
45
|
+
* <code>PutRule</code>, <code>TagResource</code>, or <code>UntagResource</code>. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>An entity that you specified does not exist.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
35
53
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR
|
|
|
29
29
|
* @see {@link UpdateApiDestinationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
40
|
+
* quota.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>An entity that you specified does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UpdateApiDestinationCommand extends $Command<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
48
|
readonly input: UpdateApiDestinationCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateArchiveCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidEventPatternException} (client fault)
|
|
39
|
+
* <p>The event pattern is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
42
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
43
|
+
* quota.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>An entity that you specified does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateArchiveCommand extends $Command<UpdateArchiveCommandInput, UpdateArchiveCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateArchiveCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
|
|
|
29
29
|
* @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudWatchEventsClientResolvedConfig | config} for CloudWatchEventsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
40
|
+
* quota.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>An entity that you specified does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
34
48
|
readonly input: UpdateConnectionCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Events Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|