You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.</p>
213
+
*/
214
+
exportinterfaceAppSyncParameters{
215
+
/**
216
+
* @public
217
+
* <p>The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.</p>
218
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/appsync/latest/devguide/graphql-architecture.html#graphql-operations">Operations</a> in the <i>AppSync User Guide</i>.</p>
219
+
*/
220
+
GraphQLOperation?: string;
221
+
}
222
+
210
223
/**
211
224
* @public
212
225
* @enum
@@ -3124,31 +3137,6 @@ export interface Rule {
3124
3137
/**
3125
3138
* @public
3126
3139
* <p>The state of the rule.</p>
3127
-
* <p>Valid values include:</p>
3128
-
* <ul>
3129
-
* <li>
3130
-
* <p>
3131
-
* <code>DISABLED</code>: The rule is disabled. EventBridge does not match any events against the rule.</p>
3132
-
* </li>
3133
-
* <li>
3134
-
* <p>
3135
-
* <code>ENABLED</code>: The rule is enabled.
3136
-
* EventBridge matches events against the rule, <i>except</i> for Amazon Web Services management events delivered through CloudTrail.</p>
3137
-
* </li>
3138
-
* <li>
3139
-
* <p>
3140
-
* <code>ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS</code>: The rule is enabled for all
3141
-
* events, including Amazon Web Services management events delivered through CloudTrail.</p>
3142
-
* <p>Management events provide visibility into management operations that are performed on
3143
-
* resources in your Amazon Web Services account. These are also known as control plane
3144
-
* operations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events">Logging management events</a> in the <i>CloudTrail User
3145
-
* Guide</i>, and <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail">Filtering management events from Amazon Web Services services</a> in the
3146
-
* <i>Amazon EventBridge User Guide</i>.</p>
3147
-
* <p>This value is only valid for rules on the <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses">default</a> event bus
3148
-
* or <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html">custom event buses</a>.
3149
-
* It does not apply to <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html">partner event buses</a>.</p>
3150
-
* </li>
3151
-
* </ul>
3152
3140
*/
3153
3141
State?: RuleState;
3154
3142
@@ -4072,6 +4060,12 @@ export interface Target {
4072
4060
* for the dead-letter queue.</p>
4073
4061
*/
4074
4062
RetryPolicy?: RetryPolicy;
4063
+
4064
+
/**
4065
+
* @public
4066
+
* <p>Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.</p>
* <code>DISABLED</code>: The rule is disabled. EventBridge does not match any events against the rule.</p>
4577
-
* </li>
4578
-
* <li>
4579
-
* <p>
4580
-
* <code>ENABLED</code>: The rule is enabled.
4581
-
* EventBridge matches events against the rule, <i>except</i> for Amazon Web Services management events delivered through CloudTrail.</p>
4582
-
* </li>
4583
-
* <li>
4584
-
* <p>
4585
-
* <code>ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS</code>: The rule is enabled for all
4586
-
* events, including Amazon Web Services management events delivered through CloudTrail.</p>
4587
-
* <p>Management events provide visibility into management operations that are performed on
4588
-
* resources in your Amazon Web Services account. These are also known as control plane
4589
-
* operations. For more information, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events">Logging management events</a> in the <i>CloudTrail User
4590
-
* Guide</i>, and <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail">Filtering management events from Amazon Web Services services</a> in the
4591
-
* <i>Amazon EventBridge User Guide</i>.</p>
4592
-
* <p>This value is only valid for rules on the <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses">default</a> event bus
4593
-
* or <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html">custom event buses</a>.
4594
-
* It does not apply to <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html">partner event buses</a>.</p>
4595
-
* </li>
4596
-
* </ul>
4565
+
* <p>Indicates whether the rule is enabled or disabled.</p>
"smithy.api#documentation": "<p>The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/appsync/latest/devguide/graphql-architecture.html#graphql-operations\">Operations</a> in the <i>AppSync User Guide</i>.</p>"
1827
+
}
1828
+
}
1829
+
},
1830
+
"traits": {
1831
+
"smithy.api#documentation": "<p>Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.</p>"
1832
+
}
1833
+
},
1820
1834
"com.amazonaws.eventbridge#Archive": {
1821
1835
"type": "structure",
1822
1836
"members": {
@@ -5431,6 +5445,16 @@
5431
5445
"smithy.api#documentation": "<p>The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.</p>"
5432
5446
}
5433
5447
},
5448
+
"com.amazonaws.eventbridge#GraphQLOperation": {
5449
+
"type": "string",
5450
+
"traits": {
5451
+
"smithy.api#length": {
5452
+
"min": 1,
5453
+
"max": 1048576
5454
+
},
5455
+
"smithy.api#sensitive": {}
5456
+
}
5457
+
},
5434
5458
"com.amazonaws.eventbridge#HeaderKey": {
5435
5459
"type": "string",
5436
5460
"traits": {
@@ -7381,7 +7405,7 @@
7381
7405
"State": {
7382
7406
"target": "com.amazonaws.eventbridge#RuleState",
7383
7407
"traits": {
7384
-
"smithy.api#documentation": "<p>The state of the rule.</p>\n <p>Valid values include:</p>\n <ul>\n <li>\n <p>\n <code>DISABLED</code>: The rule is disabled. EventBridge does not match any events against the rule.</p>\n </li>\n <li>\n <p>\n <code>ENABLED</code>: The rule is enabled. \n EventBridge matches events against the rule, <i>except</i> for Amazon Web Services management events delivered through CloudTrail.</p>\n </li>\n <li>\n <p>\n <code>ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS</code>: The rule is enabled for all\n events, including Amazon Web Services management events delivered through CloudTrail.</p>\n <p>Management events provide visibility into management operations that are performed on\n resources in your Amazon Web Services account. These are also known as control plane\n operations. For more information, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events\">Logging management events</a> in the <i>CloudTrail User\n Guide</i>, and <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail\">Filtering management events from Amazon Web Services services</a> in the\n <i>Amazon EventBridge User Guide</i>.</p>\n <p>This value is only valid for rules on the <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses\">default</a> event bus \n or <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html\">custom event buses</a>. \n It does not apply to <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html\">partner event buses</a>.</p>\n </li>\n </ul>"
7408
+
"smithy.api#documentation": "<p>Indicates whether the rule is enabled or disabled.</p>"
7385
7409
}
7386
7410
},
7387
7411
"Description": {
@@ -8142,7 +8166,7 @@
8142
8166
"State": {
8143
8167
"target": "com.amazonaws.eventbridge#RuleState",
8144
8168
"traits": {
8145
-
"smithy.api#documentation": "<p>The state of the rule.</p>\n <p>Valid values include:</p>\n <ul>\n <li>\n <p>\n <code>DISABLED</code>: The rule is disabled. EventBridge does not match any events against the rule.</p>\n </li>\n <li>\n <p>\n <code>ENABLED</code>: The rule is enabled. \n EventBridge matches events against the rule, <i>except</i> for Amazon Web Services management events delivered through CloudTrail.</p>\n </li>\n <li>\n <p>\n <code>ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS</code>: The rule is enabled for all\n events, including Amazon Web Services management events delivered through CloudTrail.</p>\n <p>Management events provide visibility into management operations that are performed on\n resources in your Amazon Web Services account. These are also known as control plane\n operations. For more information, see <a href=\"https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events\">Logging management events</a> in the <i>CloudTrail User\n Guide</i>, and <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail\">Filtering management events from Amazon Web Services services</a> in the\n <i>Amazon EventBridge User Guide</i>.</p>\n <p>This value is only valid for rules on the <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses\">default</a> event bus \n or <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html\">custom event buses</a>. \n It does not apply to <a href=\"https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html\">partner event buses</a>.</p>\n </li>\n </ul>"
8169
+
"smithy.api#documentation": "<p>The state of the rule.</p>"
8146
8170
}
8147
8171
},
8148
8172
"Description": {
@@ -8815,6 +8839,12 @@
8815
8839
"traits": {
8816
8840
"smithy.api#documentation": "<p>The <code>RetryPolicy</code> object that contains the retry policy configuration to use\n for the dead-letter queue.</p>"
0 commit comments