@aws-sdk/client-cloudwatch-events 3.325.0 → 3.327.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 +4 -0
- package/dist-types/commands/CancelReplayCommand.d.ts +8 -0
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +9 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +9 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +9 -0
- package/dist-types/commands/CreateEventBusCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteEventBusCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +15 -0
- package/dist-types/commands/DescribeArchiveCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionCommand.d.ts +76 -0
- package/dist-types/commands/DescribeEventBusCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +7 -0
- package/dist-types/commands/DescribeReplayCommand.d.ts +22 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +15 -0
- package/dist-types/commands/DisableRuleCommand.d.ts +4 -0
- package/dist-types/commands/EnableRuleCommand.d.ts +4 -0
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +19 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +18 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +18 -0
- package/dist-types/commands/ListEventBusesCommand.d.ts +13 -0
- package/dist-types/commands/ListEventSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +14 -0
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +12 -0
- package/dist-types/commands/ListReplaysCommand.d.ts +19 -0
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +9 -0
- package/dist-types/commands/ListRulesCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +128 -0
- package/dist-types/commands/PutEventsCommand.d.ts +13 -0
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +13 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +4 -0
- package/dist-types/commands/PutRuleCommand.d.ts +6 -0
- package/dist-types/commands/PutTargetsCommand.d.ts +13 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTargetsCommand.d.ts +13 -0
- package/dist-types/commands/StartReplayCommand.d.ts +9 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestEventPatternCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +9 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +9 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +10 -0
- package/package.json +7 -7
|
@@ -34,6 +34,23 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListApiDestinationsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListApiDestinationsResponse
|
|
38
|
+
* // ApiDestinations: [ // ApiDestinationResponseList
|
|
39
|
+
* // { // ApiDestination
|
|
40
|
+
* // ApiDestinationArn: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // ApiDestinationState: "STRING_VALUE",
|
|
43
|
+
* // ConnectionArn: "STRING_VALUE",
|
|
44
|
+
* // InvocationEndpoint: "STRING_VALUE",
|
|
45
|
+
* // HttpMethod: "STRING_VALUE",
|
|
46
|
+
* // InvocationRateLimitPerSecond: Number("int"),
|
|
47
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
37
54
|
* ```
|
|
38
55
|
*
|
|
39
56
|
* @param ListApiDestinationsCommandInput - {@link ListApiDestinationsCommandInput}
|
|
@@ -45,6 +62,8 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
|
|
|
45
62
|
* @throws {@link InternalException} (server fault)
|
|
46
63
|
* <p>This exception occurs due to unexpected causes.</p>
|
|
47
64
|
*
|
|
65
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
48
67
|
*
|
|
49
68
|
*/
|
|
50
69
|
export declare class ListApiDestinationsCommand extends $Command<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -36,6 +36,22 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListArchivesCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ListArchivesResponse
|
|
40
|
+
* // Archives: [ // ArchiveResponseList
|
|
41
|
+
* // { // Archive
|
|
42
|
+
* // ArchiveName: "STRING_VALUE",
|
|
43
|
+
* // EventSourceArn: "STRING_VALUE",
|
|
44
|
+
* // State: "STRING_VALUE",
|
|
45
|
+
* // StateReason: "STRING_VALUE",
|
|
46
|
+
* // RetentionDays: Number("int"),
|
|
47
|
+
* // SizeBytes: Number("long"),
|
|
48
|
+
* // EventCount: Number("long"),
|
|
49
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
39
55
|
* ```
|
|
40
56
|
*
|
|
41
57
|
* @param ListArchivesCommandInput - {@link ListArchivesCommandInput}
|
|
@@ -50,6 +66,8 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
|
|
|
50
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
67
|
* <p>An entity that you specified does not exist.</p>
|
|
52
68
|
*
|
|
69
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
53
71
|
*
|
|
54
72
|
*/
|
|
55
73
|
export declare class ListArchivesCommand extends $Command<ListArchivesCommandInput, ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -34,6 +34,22 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListConnectionsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListConnectionsResponse
|
|
38
|
+
* // Connections: [ // ConnectionResponseList
|
|
39
|
+
* // { // Connection
|
|
40
|
+
* // ConnectionArn: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // ConnectionState: "STRING_VALUE",
|
|
43
|
+
* // StateReason: "STRING_VALUE",
|
|
44
|
+
* // AuthorizationType: "STRING_VALUE",
|
|
45
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
46
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastAuthorizedTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // NextToken: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
37
53
|
* ```
|
|
38
54
|
*
|
|
39
55
|
* @param ListConnectionsCommandInput - {@link ListConnectionsCommandInput}
|
|
@@ -45,6 +61,8 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
|
|
|
45
61
|
* @throws {@link InternalException} (server fault)
|
|
46
62
|
* <p>This exception occurs due to unexpected causes.</p>
|
|
47
63
|
*
|
|
64
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
48
66
|
*
|
|
49
67
|
*/
|
|
50
68
|
export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -34,6 +34,17 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListEventBusesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListEventBusesResponse
|
|
38
|
+
* // EventBuses: [ // EventBusList
|
|
39
|
+
* // { // EventBus
|
|
40
|
+
* // Name: "STRING_VALUE",
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // Policy: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
37
48
|
* ```
|
|
38
49
|
*
|
|
39
50
|
* @param ListEventBusesCommandInput - {@link ListEventBusesCommandInput}
|
|
@@ -45,6 +56,8 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
|
|
|
45
56
|
* @throws {@link InternalException} (server fault)
|
|
46
57
|
* <p>This exception occurs due to unexpected causes.</p>
|
|
47
58
|
*
|
|
59
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
48
61
|
*
|
|
49
62
|
*/
|
|
50
63
|
export declare class ListEventBusesCommand extends $Command<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -34,6 +34,20 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListEventSourcesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListEventSourcesResponse
|
|
38
|
+
* // EventSources: [ // EventSourceList
|
|
39
|
+
* // { // EventSource
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // CreatedBy: "STRING_VALUE",
|
|
42
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // ExpirationTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // Name: "STRING_VALUE",
|
|
45
|
+
* // State: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // NextToken: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
37
51
|
* ```
|
|
38
52
|
*
|
|
39
53
|
* @param ListEventSourcesCommandInput - {@link ListEventSourcesCommandInput}
|
|
@@ -48,6 +62,8 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
|
|
|
48
62
|
* @throws {@link OperationDisabledException} (client fault)
|
|
49
63
|
* <p>The operation you are attempting is not available in this region.</p>
|
|
50
64
|
*
|
|
65
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
51
67
|
*
|
|
52
68
|
*/
|
|
53
69
|
export declare class ListEventSourcesCommand extends $Command<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -35,6 +35,18 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListPartnerEventSourceAccountsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListPartnerEventSourceAccountsResponse
|
|
39
|
+
* // PartnerEventSourceAccounts: [ // PartnerEventSourceAccountList
|
|
40
|
+
* // { // PartnerEventSourceAccount
|
|
41
|
+
* // Account: "STRING_VALUE",
|
|
42
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
43
|
+
* // ExpirationTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // State: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // NextToken: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
38
50
|
* ```
|
|
39
51
|
*
|
|
40
52
|
* @param ListPartnerEventSourceAccountsCommandInput - {@link ListPartnerEventSourceAccountsCommandInput}
|
|
@@ -52,6 +64,8 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
|
|
|
52
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
65
|
* <p>An entity that you specified does not exist.</p>
|
|
54
66
|
*
|
|
67
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
55
69
|
*
|
|
56
70
|
*/
|
|
57
71
|
export declare class ListPartnerEventSourceAccountsCommand extends $Command<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -34,6 +34,16 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListPartnerEventSourcesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListPartnerEventSourcesResponse
|
|
38
|
+
* // PartnerEventSources: [ // PartnerEventSourceList
|
|
39
|
+
* // { // PartnerEventSource
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
37
47
|
* ```
|
|
38
48
|
*
|
|
39
49
|
* @param ListPartnerEventSourcesCommandInput - {@link ListPartnerEventSourcesCommandInput}
|
|
@@ -48,6 +58,8 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
|
|
|
48
58
|
* @throws {@link OperationDisabledException} (client fault)
|
|
49
59
|
* <p>The operation you are attempting is not available in this region.</p>
|
|
50
60
|
*
|
|
61
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
51
63
|
*
|
|
52
64
|
*/
|
|
53
65
|
export declare class ListPartnerEventSourcesCommand extends $Command<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -36,6 +36,23 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListReplaysCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ListReplaysResponse
|
|
40
|
+
* // Replays: [ // ReplayList
|
|
41
|
+
* // { // Replay
|
|
42
|
+
* // ReplayName: "STRING_VALUE",
|
|
43
|
+
* // EventSourceArn: "STRING_VALUE",
|
|
44
|
+
* // State: "STRING_VALUE",
|
|
45
|
+
* // StateReason: "STRING_VALUE",
|
|
46
|
+
* // EventStartTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // EventEndTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // EventLastReplayedTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // ReplayStartTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // ReplayEndTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // NextToken: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
39
56
|
* ```
|
|
40
57
|
*
|
|
41
58
|
* @param ListReplaysCommandInput - {@link ListReplaysCommandInput}
|
|
@@ -47,6 +64,8 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
|
|
|
47
64
|
* @throws {@link InternalException} (server fault)
|
|
48
65
|
* <p>This exception occurs due to unexpected causes.</p>
|
|
49
66
|
*
|
|
67
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
50
69
|
*
|
|
51
70
|
*/
|
|
52
71
|
export declare class ListReplaysCommand extends $Command<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -35,6 +35,13 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListRuleNamesByTargetCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListRuleNamesByTargetResponse
|
|
39
|
+
* // RuleNames: [ // RuleNameList
|
|
40
|
+
* // "STRING_VALUE",
|
|
41
|
+
* // ],
|
|
42
|
+
* // NextToken: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
38
45
|
* ```
|
|
39
46
|
*
|
|
40
47
|
* @param ListRuleNamesByTargetCommandInput - {@link ListRuleNamesByTargetCommandInput}
|
|
@@ -49,6 +56,8 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
|
|
|
49
56
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
57
|
* <p>An entity that you specified does not exist.</p>
|
|
51
58
|
*
|
|
59
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
52
61
|
*
|
|
53
62
|
*/
|
|
54
63
|
export declare class ListRuleNamesByTargetCommand extends $Command<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -38,6 +38,23 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new ListRulesCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // ListRulesResponse
|
|
42
|
+
* // Rules: [ // RuleResponseList
|
|
43
|
+
* // { // Rule
|
|
44
|
+
* // Name: "STRING_VALUE",
|
|
45
|
+
* // Arn: "STRING_VALUE",
|
|
46
|
+
* // EventPattern: "STRING_VALUE",
|
|
47
|
+
* // State: "STRING_VALUE",
|
|
48
|
+
* // Description: "STRING_VALUE",
|
|
49
|
+
* // ScheduleExpression: "STRING_VALUE",
|
|
50
|
+
* // RoleArn: "STRING_VALUE",
|
|
51
|
+
* // ManagedBy: "STRING_VALUE",
|
|
52
|
+
* // EventBusName: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // NextToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
41
58
|
* ```
|
|
42
59
|
*
|
|
43
60
|
* @param ListRulesCommandInput - {@link ListRulesCommandInput}
|
|
@@ -52,6 +69,8 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
52
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
70
|
* <p>An entity that you specified does not exist.</p>
|
|
54
71
|
*
|
|
72
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
55
74
|
*
|
|
56
75
|
*/
|
|
57
76
|
export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -32,6 +32,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListTagsForResourceCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListTagsForResourceResponse
|
|
36
|
+
* // Tags: [ // TagList
|
|
37
|
+
* // { // Tag
|
|
38
|
+
* // Key: "STRING_VALUE", // required
|
|
39
|
+
* // Value: "STRING_VALUE", // required
|
|
40
|
+
* // },
|
|
41
|
+
* // ],
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
35
44
|
* ```
|
|
36
45
|
*
|
|
37
46
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -46,6 +55,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
46
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
56
|
* <p>An entity that you specified does not exist.</p>
|
|
48
57
|
*
|
|
58
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
49
60
|
*
|
|
50
61
|
*/
|
|
51
62
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -34,6 +34,132 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListTargetsByRuleCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListTargetsByRuleResponse
|
|
38
|
+
* // Targets: [ // TargetList
|
|
39
|
+
* // { // Target
|
|
40
|
+
* // Id: "STRING_VALUE", // required
|
|
41
|
+
* // Arn: "STRING_VALUE", // required
|
|
42
|
+
* // RoleArn: "STRING_VALUE",
|
|
43
|
+
* // Input: "STRING_VALUE",
|
|
44
|
+
* // InputPath: "STRING_VALUE",
|
|
45
|
+
* // InputTransformer: { // InputTransformer
|
|
46
|
+
* // InputPathsMap: { // TransformerPaths
|
|
47
|
+
* // "<keys>": "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // InputTemplate: "STRING_VALUE", // required
|
|
50
|
+
* // },
|
|
51
|
+
* // KinesisParameters: { // KinesisParameters
|
|
52
|
+
* // PartitionKeyPath: "STRING_VALUE", // required
|
|
53
|
+
* // },
|
|
54
|
+
* // RunCommandParameters: { // RunCommandParameters
|
|
55
|
+
* // RunCommandTargets: [ // RunCommandTargets // required
|
|
56
|
+
* // { // RunCommandTarget
|
|
57
|
+
* // Key: "STRING_VALUE", // required
|
|
58
|
+
* // Values: [ // RunCommandTargetValues // required
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // EcsParameters: { // EcsParameters
|
|
65
|
+
* // TaskDefinitionArn: "STRING_VALUE", // required
|
|
66
|
+
* // TaskCount: Number("int"),
|
|
67
|
+
* // LaunchType: "STRING_VALUE",
|
|
68
|
+
* // NetworkConfiguration: { // NetworkConfiguration
|
|
69
|
+
* // awsvpcConfiguration: { // AwsVpcConfiguration
|
|
70
|
+
* // Subnets: [ // StringList // required
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // SecurityGroups: [
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // AssignPublicIp: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // },
|
|
79
|
+
* // PlatformVersion: "STRING_VALUE",
|
|
80
|
+
* // Group: "STRING_VALUE",
|
|
81
|
+
* // CapacityProviderStrategy: [ // CapacityProviderStrategy
|
|
82
|
+
* // { // CapacityProviderStrategyItem
|
|
83
|
+
* // capacityProvider: "STRING_VALUE", // required
|
|
84
|
+
* // weight: Number("int"),
|
|
85
|
+
* // base: Number("int"),
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // EnableECSManagedTags: true || false,
|
|
89
|
+
* // EnableExecuteCommand: true || false,
|
|
90
|
+
* // PlacementConstraints: [ // PlacementConstraints
|
|
91
|
+
* // { // PlacementConstraint
|
|
92
|
+
* // type: "STRING_VALUE",
|
|
93
|
+
* // expression: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // ],
|
|
96
|
+
* // PlacementStrategy: [ // PlacementStrategies
|
|
97
|
+
* // { // PlacementStrategy
|
|
98
|
+
* // type: "STRING_VALUE",
|
|
99
|
+
* // field: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // PropagateTags: "STRING_VALUE",
|
|
103
|
+
* // ReferenceId: "STRING_VALUE",
|
|
104
|
+
* // Tags: [ // TagList
|
|
105
|
+
* // { // Tag
|
|
106
|
+
* // Key: "STRING_VALUE", // required
|
|
107
|
+
* // Value: "STRING_VALUE", // required
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // },
|
|
111
|
+
* // BatchParameters: { // BatchParameters
|
|
112
|
+
* // JobDefinition: "STRING_VALUE", // required
|
|
113
|
+
* // JobName: "STRING_VALUE", // required
|
|
114
|
+
* // ArrayProperties: { // BatchArrayProperties
|
|
115
|
+
* // Size: Number("int"),
|
|
116
|
+
* // },
|
|
117
|
+
* // RetryStrategy: { // BatchRetryStrategy
|
|
118
|
+
* // Attempts: Number("int"),
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // SqsParameters: { // SqsParameters
|
|
122
|
+
* // MessageGroupId: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // HttpParameters: { // HttpParameters
|
|
125
|
+
* // PathParameterValues: [ // PathParameterList
|
|
126
|
+
* // "STRING_VALUE",
|
|
127
|
+
* // ],
|
|
128
|
+
* // HeaderParameters: { // HeaderParametersMap
|
|
129
|
+
* // "<keys>": "STRING_VALUE",
|
|
130
|
+
* // },
|
|
131
|
+
* // QueryStringParameters: { // QueryStringParametersMap
|
|
132
|
+
* // "<keys>": "STRING_VALUE",
|
|
133
|
+
* // },
|
|
134
|
+
* // },
|
|
135
|
+
* // RedshiftDataParameters: { // RedshiftDataParameters
|
|
136
|
+
* // SecretManagerArn: "STRING_VALUE",
|
|
137
|
+
* // Database: "STRING_VALUE", // required
|
|
138
|
+
* // DbUser: "STRING_VALUE",
|
|
139
|
+
* // Sql: "STRING_VALUE", // required
|
|
140
|
+
* // StatementName: "STRING_VALUE",
|
|
141
|
+
* // WithEvent: true || false,
|
|
142
|
+
* // },
|
|
143
|
+
* // SageMakerPipelineParameters: { // SageMakerPipelineParameters
|
|
144
|
+
* // PipelineParameterList: [ // SageMakerPipelineParameterList
|
|
145
|
+
* // { // SageMakerPipelineParameter
|
|
146
|
+
* // Name: "STRING_VALUE", // required
|
|
147
|
+
* // Value: "STRING_VALUE", // required
|
|
148
|
+
* // },
|
|
149
|
+
* // ],
|
|
150
|
+
* // },
|
|
151
|
+
* // DeadLetterConfig: { // DeadLetterConfig
|
|
152
|
+
* // Arn: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // RetryPolicy: { // RetryPolicy
|
|
155
|
+
* // MaximumRetryAttempts: Number("int"),
|
|
156
|
+
* // MaximumEventAgeInSeconds: Number("int"),
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // ],
|
|
160
|
+
* // NextToken: "STRING_VALUE",
|
|
161
|
+
* // };
|
|
162
|
+
*
|
|
37
163
|
* ```
|
|
38
164
|
*
|
|
39
165
|
* @param ListTargetsByRuleCommandInput - {@link ListTargetsByRuleCommandInput}
|
|
@@ -48,6 +174,8 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
|
|
|
48
174
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
175
|
* <p>An entity that you specified does not exist.</p>
|
|
50
176
|
*
|
|
177
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
178
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
51
179
|
*
|
|
52
180
|
*/
|
|
53
181
|
export declare class ListTargetsByRuleCommand extends $Command<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -43,6 +43,17 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new PutEventsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // PutEventsResponse
|
|
47
|
+
* // FailedEntryCount: Number("int"),
|
|
48
|
+
* // Entries: [ // PutEventsResultEntryList
|
|
49
|
+
* // { // PutEventsResultEntry
|
|
50
|
+
* // EventId: "STRING_VALUE",
|
|
51
|
+
* // ErrorCode: "STRING_VALUE",
|
|
52
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
46
57
|
* ```
|
|
47
58
|
*
|
|
48
59
|
* @param PutEventsCommandInput - {@link PutEventsCommandInput}
|
|
@@ -54,6 +65,8 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
|
|
|
54
65
|
* @throws {@link InternalException} (server fault)
|
|
55
66
|
* <p>This exception occurs due to unexpected causes.</p>
|
|
56
67
|
*
|
|
68
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
57
70
|
*
|
|
58
71
|
*/
|
|
59
72
|
export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -42,6 +42,17 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new PutPartnerEventsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // PutPartnerEventsResponse
|
|
46
|
+
* // FailedEntryCount: Number("int"),
|
|
47
|
+
* // Entries: [ // PutPartnerEventsResultEntryList
|
|
48
|
+
* // { // PutPartnerEventsResultEntry
|
|
49
|
+
* // EventId: "STRING_VALUE",
|
|
50
|
+
* // ErrorCode: "STRING_VALUE",
|
|
51
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
45
56
|
* ```
|
|
46
57
|
*
|
|
47
58
|
* @param PutPartnerEventsCommandInput - {@link PutPartnerEventsCommandInput}
|
|
@@ -56,6 +67,8 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
|
|
|
56
67
|
* @throws {@link OperationDisabledException} (client fault)
|
|
57
68
|
* <p>The operation you are attempting is not available in this region.</p>
|
|
58
69
|
*
|
|
70
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
59
72
|
*
|
|
60
73
|
*/
|
|
61
74
|
export declare class PutPartnerEventsCommand extends $Command<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -59,6 +59,8 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new PutPermissionCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // {};
|
|
63
|
+
*
|
|
62
64
|
* ```
|
|
63
65
|
*
|
|
64
66
|
* @param PutPermissionCommandInput - {@link PutPermissionCommandInput}
|
|
@@ -82,6 +84,8 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
|
82
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
85
|
* <p>An entity that you specified does not exist.</p>
|
|
84
86
|
*
|
|
87
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
85
89
|
*
|
|
86
90
|
*/
|
|
87
91
|
export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -89,6 +89,10 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
|
|
|
89
89
|
* };
|
|
90
90
|
* const command = new PutRuleCommand(input);
|
|
91
91
|
* const response = await client.send(command);
|
|
92
|
+
* // { // PutRuleResponse
|
|
93
|
+
* // RuleArn: "STRING_VALUE",
|
|
94
|
+
* // };
|
|
95
|
+
*
|
|
92
96
|
* ```
|
|
93
97
|
*
|
|
94
98
|
* @param PutRuleCommandInput - {@link PutRuleCommandInput}
|
|
@@ -121,6 +125,8 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
|
|
|
121
125
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
122
126
|
* <p>An entity that you specified does not exist.</p>
|
|
123
127
|
*
|
|
128
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
129
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
124
130
|
*
|
|
125
131
|
*/
|
|
126
132
|
export declare class PutRuleCommand extends $Command<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -319,6 +319,17 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
|
|
|
319
319
|
* };
|
|
320
320
|
* const command = new PutTargetsCommand(input);
|
|
321
321
|
* const response = await client.send(command);
|
|
322
|
+
* // { // PutTargetsResponse
|
|
323
|
+
* // FailedEntryCount: Number("int"),
|
|
324
|
+
* // FailedEntries: [ // PutTargetsResultEntryList
|
|
325
|
+
* // { // PutTargetsResultEntry
|
|
326
|
+
* // TargetId: "STRING_VALUE",
|
|
327
|
+
* // ErrorCode: "STRING_VALUE",
|
|
328
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
329
|
+
* // },
|
|
330
|
+
* // ],
|
|
331
|
+
* // };
|
|
332
|
+
*
|
|
322
333
|
* ```
|
|
323
334
|
*
|
|
324
335
|
* @param PutTargetsCommandInput - {@link PutTargetsCommandInput}
|
|
@@ -348,6 +359,8 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
|
|
|
348
359
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
349
360
|
* <p>An entity that you specified does not exist.</p>
|
|
350
361
|
*
|
|
362
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
363
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
351
364
|
*
|
|
352
365
|
*/
|
|
353
366
|
export declare class PutTargetsCommand extends $Command<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new RemovePermissionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param RemovePermissionCommandInput - {@link RemovePermissionCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
56
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
59
|
* <p>An entity that you specified does not exist.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -44,6 +44,17 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new RemoveTargetsCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // RemoveTargetsResponse
|
|
48
|
+
* // FailedEntryCount: Number("int"),
|
|
49
|
+
* // FailedEntries: [ // RemoveTargetsResultEntryList
|
|
50
|
+
* // { // RemoveTargetsResultEntry
|
|
51
|
+
* // TargetId: "STRING_VALUE",
|
|
52
|
+
* // ErrorCode: "STRING_VALUE",
|
|
53
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
47
58
|
* ```
|
|
48
59
|
*
|
|
49
60
|
* @param RemoveTargetsCommandInput - {@link RemoveTargetsCommandInput}
|
|
@@ -69,6 +80,8 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
|
|
|
69
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
81
|
* <p>An entity that you specified does not exist.</p>
|
|
71
82
|
*
|
|
83
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
72
85
|
*
|
|
73
86
|
*/
|
|
74
87
|
export declare class RemoveTargetsCommand extends $Command<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, CloudWatchEventsClientResolvedConfig> {
|
|
@@ -49,6 +49,13 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new StartReplayCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // StartReplayResponse
|
|
53
|
+
* // ReplayArn: "STRING_VALUE",
|
|
54
|
+
* // State: "STRING_VALUE",
|
|
55
|
+
* // StateReason: "STRING_VALUE",
|
|
56
|
+
* // ReplayStartTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
52
59
|
* ```
|
|
53
60
|
*
|
|
54
61
|
* @param StartReplayCommandInput - {@link StartReplayCommandInput}
|
|
@@ -73,6 +80,8 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
|
|
|
73
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
81
|
* <p>An entity that you specified does not exist.</p>
|
|
75
82
|
*
|
|
83
|
+
* @throws {@link CloudWatchEventsServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
76
85
|
*
|
|
77
86
|
*/
|
|
78
87
|
export declare class StartReplayCommand extends $Command<StartReplayCommandInput, StartReplayCommandOutput, CloudWatchEventsClientResolvedConfig> {
|