@aws-sdk/client-cloudwatch-events 3.300.0 → 3.301.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.
Files changed (52) hide show
  1. package/dist-types/commands/ActivateEventSourceCommand.d.ts +1 -1
  2. package/dist-types/commands/CancelReplayCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateApiDestinationCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateArchiveCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateConnectionCommand.d.ts +13 -13
  6. package/dist-types/commands/CreateEventBusCommand.d.ts +3 -3
  7. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +1 -1
  8. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +1 -1
  9. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteArchiveCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteEventBusCommand.d.ts +1 -1
  14. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeArchiveCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeConnectionCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeEventBusCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeEventSourceCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeReplayCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
  24. package/dist-types/commands/DisableRuleCommand.d.ts +1 -1
  25. package/dist-types/commands/EnableRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/ListApiDestinationsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListArchivesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListConnectionsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListEventBusesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListEventSourcesCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListReplaysCommand.d.ts +1 -1
  34. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +1 -1
  35. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +1 -1
  38. package/dist-types/commands/PutEventsCommand.d.ts +4 -4
  39. package/dist-types/commands/PutPartnerEventsCommand.d.ts +4 -4
  40. package/dist-types/commands/PutPermissionCommand.d.ts +2 -2
  41. package/dist-types/commands/PutRuleCommand.d.ts +3 -3
  42. package/dist-types/commands/PutTargetsCommand.d.ts +36 -36
  43. package/dist-types/commands/RemovePermissionCommand.d.ts +1 -1
  44. package/dist-types/commands/RemoveTargetsCommand.d.ts +2 -2
  45. package/dist-types/commands/StartReplayCommand.d.ts +3 -3
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  47. package/dist-types/commands/TestEventPatternCommand.d.ts +1 -1
  48. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  49. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateArchiveCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateConnectionCommand.d.ts +13 -13
  52. package/package.json +3 -3
@@ -27,7 +27,7 @@ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
27
27
  * import { CloudWatchEventsClient, ActivateEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ActivateEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ActivateEventSourceRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new ActivateEventSourceCommand(input);
@@ -26,7 +26,7 @@ export interface CancelReplayCommandOutput extends CancelReplayResponse, __Metad
26
26
  * import { CloudWatchEventsClient, CancelReplayCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, CancelReplayCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // CancelReplayRequest
30
30
  * ReplayName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CancelReplayCommand(input);
@@ -27,7 +27,7 @@ export interface CreateApiDestinationCommandOutput extends CreateApiDestinationR
27
27
  * import { CloudWatchEventsClient, CreateApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, CreateApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // CreateApiDestinationRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
33
  * ConnectionArn: "STRING_VALUE", // required
@@ -30,7 +30,7 @@ export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __Met
30
30
  * import { CloudWatchEventsClient, CreateArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
31
31
  * // const { CloudWatchEventsClient, CreateArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
32
32
  * const client = new CloudWatchEventsClient(config);
33
- * const input = {
33
+ * const input = { // CreateArchiveRequest
34
34
  * ArchiveName: "STRING_VALUE", // required
35
35
  * EventSourceArn: "STRING_VALUE", // required
36
36
  * Description: "STRING_VALUE",
@@ -27,39 +27,39 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
27
27
  * import { CloudWatchEventsClient, CreateConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, CreateConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // CreateConnectionRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
33
  * AuthorizationType: "STRING_VALUE", // required
34
- * AuthParameters: {
35
- * BasicAuthParameters: {
34
+ * AuthParameters: { // CreateConnectionAuthRequestParameters
35
+ * BasicAuthParameters: { // CreateConnectionBasicAuthRequestParameters
36
36
  * Username: "STRING_VALUE", // required
37
37
  * Password: "STRING_VALUE", // required
38
38
  * },
39
- * OAuthParameters: {
40
- * ClientParameters: {
39
+ * OAuthParameters: { // CreateConnectionOAuthRequestParameters
40
+ * ClientParameters: { // CreateConnectionOAuthClientRequestParameters
41
41
  * ClientID: "STRING_VALUE", // required
42
42
  * ClientSecret: "STRING_VALUE", // required
43
43
  * },
44
44
  * AuthorizationEndpoint: "STRING_VALUE", // required
45
45
  * HttpMethod: "STRING_VALUE", // required
46
- * OAuthHttpParameters: {
47
- * HeaderParameters: [
48
- * {
46
+ * OAuthHttpParameters: { // ConnectionHttpParameters
47
+ * HeaderParameters: [ // ConnectionHeaderParametersList
48
+ * { // ConnectionHeaderParameter
49
49
  * Key: "STRING_VALUE",
50
50
  * Value: "STRING_VALUE",
51
51
  * IsValueSecret: true || false,
52
52
  * },
53
53
  * ],
54
- * QueryStringParameters: [
55
- * {
54
+ * QueryStringParameters: [ // ConnectionQueryStringParametersList
55
+ * { // ConnectionQueryStringParameter
56
56
  * Key: "STRING_VALUE",
57
57
  * Value: "STRING_VALUE",
58
58
  * IsValueSecret: true || false,
59
59
  * },
60
60
  * ],
61
- * BodyParameters: [
62
- * {
61
+ * BodyParameters: [ // ConnectionBodyParametersList
62
+ * { // ConnectionBodyParameter
63
63
  * Key: "STRING_VALUE",
64
64
  * Value: "STRING_VALUE",
65
65
  * IsValueSecret: true || false,
@@ -67,7 +67,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
67
67
  * ],
68
68
  * },
69
69
  * },
70
- * ApiKeyAuthParameters: {
70
+ * ApiKeyAuthParameters: { // CreateConnectionApiKeyAuthRequestParameters
71
71
  * ApiKeyName: "STRING_VALUE", // required
72
72
  * ApiKeyValue: "STRING_VALUE", // required
73
73
  * },
@@ -28,11 +28,11 @@ export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __M
28
28
  * import { CloudWatchEventsClient, CreateEventBusCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
29
29
  * // const { CloudWatchEventsClient, CreateEventBusCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
30
30
  * const client = new CloudWatchEventsClient(config);
31
- * const input = {
31
+ * const input = { // CreateEventBusRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * EventSourceName: "STRING_VALUE",
34
- * Tags: [
35
- * {
34
+ * Tags: [ // TagList
35
+ * { // Tag
36
36
  * Key: "STRING_VALUE", // required
37
37
  * Value: "STRING_VALUE", // required
38
38
  * },
@@ -49,7 +49,7 @@ export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEven
49
49
  * import { CloudWatchEventsClient, CreatePartnerEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
50
50
  * // const { CloudWatchEventsClient, CreatePartnerEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
51
51
  * const client = new CloudWatchEventsClient(config);
52
- * const input = {
52
+ * const input = { // CreatePartnerEventSourceRequest
53
53
  * Name: "STRING_VALUE", // required
54
54
  * Account: "STRING_VALUE", // required
55
55
  * };
@@ -30,7 +30,7 @@ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {
30
30
  * import { CloudWatchEventsClient, DeactivateEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
31
31
  * // const { CloudWatchEventsClient, DeactivateEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
32
32
  * const client = new CloudWatchEventsClient(config);
33
- * const input = {
33
+ * const input = { // DeactivateEventSourceRequest
34
34
  * Name: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new DeactivateEventSourceCommand(input);
@@ -27,7 +27,7 @@ export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectio
27
27
  * import { CloudWatchEventsClient, DeauthorizeConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, DeauthorizeConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // DeauthorizeConnectionRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeauthorizeConnectionCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationR
26
26
  * import { CloudWatchEventsClient, DeleteApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, DeleteApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // DeleteApiDestinationRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteApiDestinationCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __Met
26
26
  * import { CloudWatchEventsClient, DeleteArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, DeleteArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // DeleteArchiveRequest
30
30
  * ArchiveName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteArchiveCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
26
26
  * import { CloudWatchEventsClient, DeleteConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, DeleteConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // DeleteConnectionRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteConnectionCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteEventBusCommandOutput extends __MetadataBearer {
27
27
  * import { CloudWatchEventsClient, DeleteEventBusCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, DeleteEventBusCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // DeleteEventBusRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteEventBusCommand(input);
@@ -30,7 +30,7 @@ export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer
30
30
  * import { CloudWatchEventsClient, DeletePartnerEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
31
31
  * // const { CloudWatchEventsClient, DeletePartnerEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
32
32
  * const client = new CloudWatchEventsClient(config);
33
- * const input = {
33
+ * const input = { // DeletePartnerEventSourceRequest
34
34
  * Name: "STRING_VALUE", // required
35
35
  * Account: "STRING_VALUE", // required
36
36
  * };
@@ -39,7 +39,7 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
39
39
  * import { CloudWatchEventsClient, DeleteRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
40
40
  * // const { CloudWatchEventsClient, DeleteRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
41
41
  * const client = new CloudWatchEventsClient(config);
42
- * const input = {
42
+ * const input = { // DeleteRuleRequest
43
43
  * Name: "STRING_VALUE", // required
44
44
  * EventBusName: "STRING_VALUE",
45
45
  * Force: true || false,
@@ -26,7 +26,7 @@ export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinat
26
26
  * import { CloudWatchEventsClient, DescribeApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, DescribeApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // DescribeApiDestinationRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeApiDestinationCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, _
26
26
  * import { CloudWatchEventsClient, DescribeArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, DescribeArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // DescribeArchiveRequest
30
30
  * ArchiveName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeArchiveCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeConnectionCommandOutput extends DescribeConnectionRespo
26
26
  * import { CloudWatchEventsClient, DescribeConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, DescribeConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // DescribeConnectionRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeConnectionCommand(input);
@@ -32,7 +32,7 @@ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse,
32
32
  * import { CloudWatchEventsClient, DescribeEventBusCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
33
33
  * // const { CloudWatchEventsClient, DescribeEventBusCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
34
34
  * const client = new CloudWatchEventsClient(config);
35
- * const input = {
35
+ * const input = { // DescribeEventBusRequest
36
36
  * Name: "STRING_VALUE",
37
37
  * };
38
38
  * const command = new DescribeEventBusCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes
27
27
  * import { CloudWatchEventsClient, DescribeEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, DescribeEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // DescribeEventSourceRequest
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeEventSourceCommand(input);
@@ -29,7 +29,7 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner
29
29
  * import { CloudWatchEventsClient, DescribePartnerEventSourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
30
30
  * // const { CloudWatchEventsClient, DescribePartnerEventSourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
31
31
  * const client = new CloudWatchEventsClient(config);
32
- * const input = {
32
+ * const input = { // DescribePartnerEventSourceRequest
33
33
  * Name: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DescribePartnerEventSourceCommand(input);
@@ -34,7 +34,7 @@ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __M
34
34
  * import { CloudWatchEventsClient, DescribeReplayCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
35
35
  * // const { CloudWatchEventsClient, DescribeReplayCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
36
36
  * const client = new CloudWatchEventsClient(config);
37
- * const input = {
37
+ * const input = { // DescribeReplayRequest
38
38
  * ReplayName: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new DescribeReplayCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
28
28
  * import { CloudWatchEventsClient, DescribeRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
29
29
  * // const { CloudWatchEventsClient, DescribeRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
30
30
  * const client = new CloudWatchEventsClient(config);
31
- * const input = {
31
+ * const input = { // DescribeRuleRequest
32
32
  * Name: "STRING_VALUE", // required
33
33
  * EventBusName: "STRING_VALUE",
34
34
  * };
@@ -30,7 +30,7 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {
30
30
  * import { CloudWatchEventsClient, DisableRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
31
31
  * // const { CloudWatchEventsClient, DisableRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
32
32
  * const client = new CloudWatchEventsClient(config);
33
- * const input = {
33
+ * const input = { // DisableRuleRequest
34
34
  * Name: "STRING_VALUE", // required
35
35
  * EventBusName: "STRING_VALUE",
36
36
  * };
@@ -29,7 +29,7 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {
29
29
  * import { CloudWatchEventsClient, EnableRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
30
30
  * // const { CloudWatchEventsClient, EnableRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
31
31
  * const client = new CloudWatchEventsClient(config);
32
- * const input = {
32
+ * const input = { // EnableRuleRequest
33
33
  * Name: "STRING_VALUE", // required
34
34
  * EventBusName: "STRING_VALUE",
35
35
  * };
@@ -26,7 +26,7 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
26
26
  * import { CloudWatchEventsClient, ListApiDestinationsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, ListApiDestinationsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // ListApiDestinationsRequest
30
30
  * NamePrefix: "STRING_VALUE",
31
31
  * ConnectionArn: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
27
27
  * import { CloudWatchEventsClient, ListArchivesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListArchivesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListArchivesRequest
31
31
  * NamePrefix: "STRING_VALUE",
32
32
  * EventSourceArn: "STRING_VALUE",
33
33
  * State: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
26
26
  * import { CloudWatchEventsClient, ListConnectionsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, ListConnectionsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // ListConnectionsRequest
30
30
  * NamePrefix: "STRING_VALUE",
31
31
  * ConnectionState: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
27
27
  * import { CloudWatchEventsClient, ListEventBusesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListEventBusesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListEventBusesRequest
31
31
  * NamePrefix: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
33
33
  * Limit: Number("int"),
@@ -27,7 +27,7 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
27
27
  * import { CloudWatchEventsClient, ListEventSourcesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListEventSourcesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListEventSourcesRequest
31
31
  * NamePrefix: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
33
33
  * Limit: Number("int"),
@@ -28,7 +28,7 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
28
28
  * import { CloudWatchEventsClient, ListPartnerEventSourceAccountsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
29
29
  * // const { CloudWatchEventsClient, ListPartnerEventSourceAccountsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
30
30
  * const client = new CloudWatchEventsClient(config);
31
- * const input = {
31
+ * const input = { // ListPartnerEventSourceAccountsRequest
32
32
  * EventSourceName: "STRING_VALUE", // required
33
33
  * NextToken: "STRING_VALUE",
34
34
  * Limit: Number("int"),
@@ -27,7 +27,7 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
27
27
  * import { CloudWatchEventsClient, ListPartnerEventSourcesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListPartnerEventSourcesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListPartnerEventSourcesRequest
31
31
  * NamePrefix: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * Limit: Number("int"),
@@ -27,7 +27,7 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
27
27
  * import { CloudWatchEventsClient, ListReplaysCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListReplaysCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListReplaysRequest
31
31
  * NamePrefix: "STRING_VALUE",
32
32
  * State: "STRING_VALUE",
33
33
  * EventSourceArn: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
27
27
  * import { CloudWatchEventsClient, ListRuleNamesByTargetCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListRuleNamesByTargetCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListRuleNamesByTargetRequest
31
31
  * TargetArn: "STRING_VALUE", // required
32
32
  * EventBusName: "STRING_VALUE",
33
33
  * NextToken: "STRING_VALUE",
@@ -30,7 +30,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
30
30
  * import { CloudWatchEventsClient, ListRulesCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
31
31
  * // const { CloudWatchEventsClient, ListRulesCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
32
32
  * const client = new CloudWatchEventsClient(config);
33
- * const input = {
33
+ * const input = { // ListRulesRequest
34
34
  * NamePrefix: "STRING_VALUE",
35
35
  * EventBusName: "STRING_VALUE",
36
36
  * NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
27
  * import { CloudWatchEventsClient, ListTagsForResourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // ListTagsForResourceRequest
31
31
  * ResourceARN: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new ListTagsForResourceCommand(input);
@@ -26,7 +26,7 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
26
26
  * import { CloudWatchEventsClient, ListTargetsByRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, ListTargetsByRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // ListTargetsByRuleRequest
30
30
  * Rule: "STRING_VALUE", // required
31
31
  * EventBusName: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,12 +26,12 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
26
26
  * import { CloudWatchEventsClient, PutEventsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, PutEventsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
30
- * Entries: [ // required
31
- * {
29
+ * const input = { // PutEventsRequest
30
+ * Entries: [ // PutEventsRequestEntryList // required
31
+ * { // PutEventsRequestEntry
32
32
  * Time: new Date("TIMESTAMP"),
33
33
  * Source: "STRING_VALUE",
34
- * Resources: [
34
+ * Resources: [ // EventResourceList
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * DetailType: "STRING_VALUE",
@@ -27,12 +27,12 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
27
27
  * import { CloudWatchEventsClient, PutPartnerEventsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, PutPartnerEventsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
31
- * Entries: [ // required
32
- * {
30
+ * const input = { // PutPartnerEventsRequest
31
+ * Entries: [ // PutPartnerEventsRequestEntryList // required
32
+ * { // PutPartnerEventsRequestEntry
33
33
  * Time: new Date("TIMESTAMP"),
34
34
  * Source: "STRING_VALUE",
35
- * Resources: [
35
+ * Resources: [ // EventResourceList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * DetailType: "STRING_VALUE",
@@ -45,12 +45,12 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
45
45
  * import { CloudWatchEventsClient, PutPermissionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
46
46
  * // const { CloudWatchEventsClient, PutPermissionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
47
47
  * const client = new CloudWatchEventsClient(config);
48
- * const input = {
48
+ * const input = { // PutPermissionRequest
49
49
  * EventBusName: "STRING_VALUE",
50
50
  * Action: "STRING_VALUE",
51
51
  * Principal: "STRING_VALUE",
52
52
  * StatementId: "STRING_VALUE",
53
- * Condition: {
53
+ * Condition: { // Condition
54
54
  * Type: "STRING_VALUE", // required
55
55
  * Key: "STRING_VALUE", // required
56
56
  * Value: "STRING_VALUE", // required
@@ -72,15 +72,15 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
72
72
  * import { CloudWatchEventsClient, PutRuleCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
73
73
  * // const { CloudWatchEventsClient, PutRuleCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
74
74
  * const client = new CloudWatchEventsClient(config);
75
- * const input = {
75
+ * const input = { // PutRuleRequest
76
76
  * Name: "STRING_VALUE", // required
77
77
  * ScheduleExpression: "STRING_VALUE",
78
78
  * EventPattern: "STRING_VALUE",
79
79
  * State: "STRING_VALUE",
80
80
  * Description: "STRING_VALUE",
81
81
  * RoleArn: "STRING_VALUE",
82
- * Tags: [
83
- * {
82
+ * Tags: [ // TagList
83
+ * { // Tag
84
84
  * Key: "STRING_VALUE", // required
85
85
  * Value: "STRING_VALUE", // required
86
86
  * },
@@ -191,42 +191,42 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
191
191
  * import { CloudWatchEventsClient, PutTargetsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
192
192
  * // const { CloudWatchEventsClient, PutTargetsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
193
193
  * const client = new CloudWatchEventsClient(config);
194
- * const input = {
194
+ * const input = { // PutTargetsRequest
195
195
  * Rule: "STRING_VALUE", // required
196
196
  * EventBusName: "STRING_VALUE",
197
- * Targets: [ // required
198
- * {
197
+ * Targets: [ // TargetList // required
198
+ * { // Target
199
199
  * Id: "STRING_VALUE", // required
200
200
  * Arn: "STRING_VALUE", // required
201
201
  * RoleArn: "STRING_VALUE",
202
202
  * Input: "STRING_VALUE",
203
203
  * InputPath: "STRING_VALUE",
204
- * InputTransformer: {
205
- * InputPathsMap: {
204
+ * InputTransformer: { // InputTransformer
205
+ * InputPathsMap: { // TransformerPaths
206
206
  * "<keys>": "STRING_VALUE",
207
207
  * },
208
208
  * InputTemplate: "STRING_VALUE", // required
209
209
  * },
210
- * KinesisParameters: {
210
+ * KinesisParameters: { // KinesisParameters
211
211
  * PartitionKeyPath: "STRING_VALUE", // required
212
212
  * },
213
- * RunCommandParameters: {
214
- * RunCommandTargets: [ // required
215
- * {
213
+ * RunCommandParameters: { // RunCommandParameters
214
+ * RunCommandTargets: [ // RunCommandTargets // required
215
+ * { // RunCommandTarget
216
216
  * Key: "STRING_VALUE", // required
217
- * Values: [ // required
217
+ * Values: [ // RunCommandTargetValues // required
218
218
  * "STRING_VALUE",
219
219
  * ],
220
220
  * },
221
221
  * ],
222
222
  * },
223
- * EcsParameters: {
223
+ * EcsParameters: { // EcsParameters
224
224
  * TaskDefinitionArn: "STRING_VALUE", // required
225
225
  * TaskCount: Number("int"),
226
226
  * LaunchType: "STRING_VALUE",
227
- * NetworkConfiguration: {
228
- * awsvpcConfiguration: {
229
- * Subnets: [ // required
227
+ * NetworkConfiguration: { // NetworkConfiguration
228
+ * awsvpcConfiguration: { // AwsVpcConfiguration
229
+ * Subnets: [ // StringList // required
230
230
  * "STRING_VALUE",
231
231
  * ],
232
232
  * SecurityGroups: [
@@ -237,8 +237,8 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
237
237
  * },
238
238
  * PlatformVersion: "STRING_VALUE",
239
239
  * Group: "STRING_VALUE",
240
- * CapacityProviderStrategy: [
241
- * {
240
+ * CapacityProviderStrategy: [ // CapacityProviderStrategy
241
+ * { // CapacityProviderStrategyItem
242
242
  * capacityProvider: "STRING_VALUE", // required
243
243
  * weight: Number("int"),
244
244
  * base: Number("int"),
@@ -246,52 +246,52 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
246
246
  * ],
247
247
  * EnableECSManagedTags: true || false,
248
248
  * EnableExecuteCommand: true || false,
249
- * PlacementConstraints: [
250
- * {
249
+ * PlacementConstraints: [ // PlacementConstraints
250
+ * { // PlacementConstraint
251
251
  * type: "STRING_VALUE",
252
252
  * expression: "STRING_VALUE",
253
253
  * },
254
254
  * ],
255
- * PlacementStrategy: [
256
- * {
255
+ * PlacementStrategy: [ // PlacementStrategies
256
+ * { // PlacementStrategy
257
257
  * type: "STRING_VALUE",
258
258
  * field: "STRING_VALUE",
259
259
  * },
260
260
  * ],
261
261
  * PropagateTags: "STRING_VALUE",
262
262
  * ReferenceId: "STRING_VALUE",
263
- * Tags: [
264
- * {
263
+ * Tags: [ // TagList
264
+ * { // Tag
265
265
  * Key: "STRING_VALUE", // required
266
266
  * Value: "STRING_VALUE", // required
267
267
  * },
268
268
  * ],
269
269
  * },
270
- * BatchParameters: {
270
+ * BatchParameters: { // BatchParameters
271
271
  * JobDefinition: "STRING_VALUE", // required
272
272
  * JobName: "STRING_VALUE", // required
273
- * ArrayProperties: {
273
+ * ArrayProperties: { // BatchArrayProperties
274
274
  * Size: Number("int"),
275
275
  * },
276
- * RetryStrategy: {
276
+ * RetryStrategy: { // BatchRetryStrategy
277
277
  * Attempts: Number("int"),
278
278
  * },
279
279
  * },
280
- * SqsParameters: {
280
+ * SqsParameters: { // SqsParameters
281
281
  * MessageGroupId: "STRING_VALUE",
282
282
  * },
283
- * HttpParameters: {
284
- * PathParameterValues: [
283
+ * HttpParameters: { // HttpParameters
284
+ * PathParameterValues: [ // PathParameterList
285
285
  * "STRING_VALUE",
286
286
  * ],
287
- * HeaderParameters: {
287
+ * HeaderParameters: { // HeaderParametersMap
288
288
  * "<keys>": "STRING_VALUE",
289
289
  * },
290
- * QueryStringParameters: {
290
+ * QueryStringParameters: { // QueryStringParametersMap
291
291
  * "<keys>": "STRING_VALUE",
292
292
  * },
293
293
  * },
294
- * RedshiftDataParameters: {
294
+ * RedshiftDataParameters: { // RedshiftDataParameters
295
295
  * SecretManagerArn: "STRING_VALUE",
296
296
  * Database: "STRING_VALUE", // required
297
297
  * DbUser: "STRING_VALUE",
@@ -299,18 +299,18 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
299
299
  * StatementName: "STRING_VALUE",
300
300
  * WithEvent: true || false,
301
301
  * },
302
- * SageMakerPipelineParameters: {
303
- * PipelineParameterList: [
304
- * {
302
+ * SageMakerPipelineParameters: { // SageMakerPipelineParameters
303
+ * PipelineParameterList: [ // SageMakerPipelineParameterList
304
+ * { // SageMakerPipelineParameter
305
305
  * Name: "STRING_VALUE", // required
306
306
  * Value: "STRING_VALUE", // required
307
307
  * },
308
308
  * ],
309
309
  * },
310
- * DeadLetterConfig: {
310
+ * DeadLetterConfig: { // DeadLetterConfig
311
311
  * Arn: "STRING_VALUE",
312
312
  * },
313
- * RetryPolicy: {
313
+ * RetryPolicy: { // RetryPolicy
314
314
  * MaximumRetryAttempts: Number("int"),
315
315
  * MaximumEventAgeInSeconds: Number("int"),
316
316
  * },
@@ -29,7 +29,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
29
29
  * import { CloudWatchEventsClient, RemovePermissionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
30
30
  * // const { CloudWatchEventsClient, RemovePermissionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
31
31
  * const client = new CloudWatchEventsClient(config);
32
- * const input = {
32
+ * const input = { // RemovePermissionRequest
33
33
  * StatementId: "STRING_VALUE",
34
34
  * RemoveAllPermissions: true || false,
35
35
  * EventBusName: "STRING_VALUE",
@@ -34,10 +34,10 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
34
34
  * import { CloudWatchEventsClient, RemoveTargetsCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
35
35
  * // const { CloudWatchEventsClient, RemoveTargetsCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
36
36
  * const client = new CloudWatchEventsClient(config);
37
- * const input = {
37
+ * const input = { // RemoveTargetsRequest
38
38
  * Rule: "STRING_VALUE", // required
39
39
  * EventBusName: "STRING_VALUE",
40
- * Ids: [ // required
40
+ * Ids: [ // TargetIdList // required
41
41
  * "STRING_VALUE",
42
42
  * ],
43
43
  * Force: true || false,
@@ -34,15 +34,15 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
34
34
  * import { CloudWatchEventsClient, StartReplayCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
35
35
  * // const { CloudWatchEventsClient, StartReplayCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
36
36
  * const client = new CloudWatchEventsClient(config);
37
- * const input = {
37
+ * const input = { // StartReplayRequest
38
38
  * ReplayName: "STRING_VALUE", // required
39
39
  * Description: "STRING_VALUE",
40
40
  * EventSourceArn: "STRING_VALUE", // required
41
41
  * EventStartTime: new Date("TIMESTAMP"), // required
42
42
  * EventEndTime: new Date("TIMESTAMP"), // required
43
- * Destination: {
43
+ * Destination: { // ReplayDestination
44
44
  * Arn: "STRING_VALUE", // required
45
- * FilterArns: [
45
+ * FilterArns: [ // ReplayDestinationFilters
46
46
  * "STRING_VALUE",
47
47
  * ],
48
48
  * },
@@ -36,10 +36,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
36
36
  * import { CloudWatchEventsClient, TagResourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
37
37
  * // const { CloudWatchEventsClient, TagResourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
38
38
  * const client = new CloudWatchEventsClient(config);
39
- * const input = {
39
+ * const input = { // TagResourceRequest
40
40
  * ResourceARN: "STRING_VALUE", // required
41
- * Tags: [ // required
42
- * {
41
+ * Tags: [ // TagList // required
42
+ * { // Tag
43
43
  * Key: "STRING_VALUE", // required
44
44
  * Value: "STRING_VALUE", // required
45
45
  * },
@@ -30,7 +30,7 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
30
30
  * import { CloudWatchEventsClient, TestEventPatternCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
31
31
  * // const { CloudWatchEventsClient, TestEventPatternCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
32
32
  * const client = new CloudWatchEventsClient(config);
33
- * const input = {
33
+ * const input = { // TestEventPatternRequest
34
34
  * EventPattern: "STRING_VALUE", // required
35
35
  * Event: "STRING_VALUE", // required
36
36
  * };
@@ -27,9 +27,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
27
  * import { CloudWatchEventsClient, UntagResourceCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
28
28
  * // const { CloudWatchEventsClient, UntagResourceCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
29
29
  * const client = new CloudWatchEventsClient(config);
30
- * const input = {
30
+ * const input = { // UntagResourceRequest
31
31
  * ResourceARN: "STRING_VALUE", // required
32
- * TagKeys: [ // required
32
+ * TagKeys: [ // TagKeyList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -26,7 +26,7 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR
26
26
  * import { CloudWatchEventsClient, UpdateApiDestinationCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, UpdateApiDestinationCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // UpdateApiDestinationRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * ConnectionArn: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met
26
26
  * import { CloudWatchEventsClient, UpdateArchiveCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, UpdateArchiveCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // UpdateArchiveRequest
30
30
  * ArchiveName: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * EventPattern: "STRING_VALUE",
@@ -26,39 +26,39 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
26
26
  * import { CloudWatchEventsClient, UpdateConnectionCommand } from "@aws-sdk/client-cloudwatch-events"; // ES Modules import
27
27
  * // const { CloudWatchEventsClient, UpdateConnectionCommand } = require("@aws-sdk/client-cloudwatch-events"); // CommonJS import
28
28
  * const client = new CloudWatchEventsClient(config);
29
- * const input = {
29
+ * const input = { // UpdateConnectionRequest
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * AuthorizationType: "STRING_VALUE",
33
- * AuthParameters: {
34
- * BasicAuthParameters: {
33
+ * AuthParameters: { // UpdateConnectionAuthRequestParameters
34
+ * BasicAuthParameters: { // UpdateConnectionBasicAuthRequestParameters
35
35
  * Username: "STRING_VALUE",
36
36
  * Password: "STRING_VALUE",
37
37
  * },
38
- * OAuthParameters: {
39
- * ClientParameters: {
38
+ * OAuthParameters: { // UpdateConnectionOAuthRequestParameters
39
+ * ClientParameters: { // UpdateConnectionOAuthClientRequestParameters
40
40
  * ClientID: "STRING_VALUE",
41
41
  * ClientSecret: "STRING_VALUE",
42
42
  * },
43
43
  * AuthorizationEndpoint: "STRING_VALUE",
44
44
  * HttpMethod: "STRING_VALUE",
45
- * OAuthHttpParameters: {
46
- * HeaderParameters: [
47
- * {
45
+ * OAuthHttpParameters: { // ConnectionHttpParameters
46
+ * HeaderParameters: [ // ConnectionHeaderParametersList
47
+ * { // ConnectionHeaderParameter
48
48
  * Key: "STRING_VALUE",
49
49
  * Value: "STRING_VALUE",
50
50
  * IsValueSecret: true || false,
51
51
  * },
52
52
  * ],
53
- * QueryStringParameters: [
54
- * {
53
+ * QueryStringParameters: [ // ConnectionQueryStringParametersList
54
+ * { // ConnectionQueryStringParameter
55
55
  * Key: "STRING_VALUE",
56
56
  * Value: "STRING_VALUE",
57
57
  * IsValueSecret: true || false,
58
58
  * },
59
59
  * ],
60
- * BodyParameters: [
61
- * {
60
+ * BodyParameters: [ // ConnectionBodyParametersList
61
+ * { // ConnectionBodyParameter
62
62
  * Key: "STRING_VALUE",
63
63
  * Value: "STRING_VALUE",
64
64
  * IsValueSecret: true || false,
@@ -66,7 +66,7 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
66
66
  * ],
67
67
  * },
68
68
  * },
69
- * ApiKeyAuthParameters: {
69
+ * ApiKeyAuthParameters: { // UpdateConnectionApiKeyAuthRequestParameters
70
70
  * ApiKeyName: "STRING_VALUE",
71
71
  * ApiKeyValue: "STRING_VALUE",
72
72
  * },
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.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",