|
1277 | 1277 | }
|
1278 | 1278 | },
|
1279 | 1279 | "traits": {
|
1280 |
| - "smithy.api#documentation": "<p>Describes an AppSync API. You can use <code>Api</code> for an AppSync\n API with your preferred configuration, such as an Event API that provides real-time message\n publishing and message subscriptions over WebSockets.</p>" |
| 1280 | + "smithy.api#documentation": "<p>Describes an AppSync API. You can use <code>Api</code> for an AppSync API with your preferred configuration, such as an Event API that provides\n real-time message publishing and message subscriptions over WebSockets.</p>" |
1281 | 1281 | }
|
1282 | 1282 | },
|
1283 | 1283 | "com.amazonaws.appsync#ApiAssociation": {
|
|
1325 | 1325 | "apiCachingBehavior": {
|
1326 | 1326 | "target": "com.amazonaws.appsync#ApiCachingBehavior",
|
1327 | 1327 | "traits": {
|
1328 |
| - "smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests are fully\n cached.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n </ul>" |
| 1328 | + "smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests from the\n same user are cached. Individual resolvers are automatically cached. All API calls\n will try to return responses from the cache.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n <li>\n <p>\n <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p>\n </li>\n </ul>" |
1329 | 1329 | }
|
1330 | 1330 | },
|
1331 | 1331 | "transitEncryptionEnabled": {
|
|
1509 | 1509 | "traits": {
|
1510 | 1510 | "smithy.api#enumValue": "PER_RESOLVER_CACHING"
|
1511 | 1511 | }
|
| 1512 | + }, |
| 1513 | + "OPERATION_LEVEL_CACHING": { |
| 1514 | + "target": "smithy.api#Unit", |
| 1515 | + "traits": { |
| 1516 | + "smithy.api#enumValue": "OPERATION_LEVEL_CACHING" |
| 1517 | + } |
1512 | 1518 | }
|
1513 | 1519 | }
|
1514 | 1520 | },
|
|
2203 | 2209 | }
|
2204 | 2210 | },
|
2205 | 2211 | "traits": {
|
2206 |
| - "smithy.api#documentation": "<p>Describes a channel namespace associated with an <code>Api</code>. The <code>ChannelNamespace</code> contains the definitions for code handlers for the <code>Api</code>.</p>" |
| 2212 | + "smithy.api#documentation": "<p>Describes a channel namespace associated with an <code>Api</code>. The\n <code>ChannelNamespace</code> contains the definitions for code handlers for the\n <code>Api</code>.</p>" |
2207 | 2213 | }
|
2208 | 2214 | },
|
2209 | 2215 | "com.amazonaws.appsync#ChannelNamespaces": {
|
|
2394 | 2400 | }
|
2395 | 2401 | },
|
2396 | 2402 | "traits": {
|
2397 |
| - "smithy.api#documentation": "<p>A conflict with a previous successful update is detected. This typically\n occurs when the previous update did not have time to propagate before the next update was\n made. A retry (with appropriate backoff logic) is the recommended response to this\n exception.</p>", |
| 2403 | + "smithy.api#documentation": "<p>A conflict with a previous successful update is detected. This typically occurs when the\n previous update did not have time to propagate before the next update was made. A retry\n (with appropriate backoff logic) is the recommended response to this exception.</p>", |
2398 | 2404 | "smithy.api#error": "client",
|
2399 | 2405 | "smithy.api#httpError": 409
|
2400 | 2406 | }
|
|
2542 | 2548 | "apiCachingBehavior": {
|
2543 | 2549 | "target": "com.amazonaws.appsync#ApiCachingBehavior",
|
2544 | 2550 | "traits": {
|
2545 |
| - "smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests are fully\n cached.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n </ul>", |
| 2551 | + "smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests from the\n same user are cached. Individual resolvers are automatically cached. All API calls\n will try to return responses from the cache.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n <li>\n <p>\n <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p>\n </li>\n </ul>", |
2546 | 2552 | "smithy.api#required": {}
|
2547 | 2553 | }
|
2548 | 2554 | },
|
|
3545 | 3551 | "type": {
|
3546 | 3552 | "target": "com.amazonaws.appsync#DataSourceType",
|
3547 | 3553 | "traits": {
|
3548 |
| - "smithy.api#documentation": "<p>The type of the data source.</p>\n <ul>\n <li>\n <p>\n <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_ELASTICSEARCH</b>: The data source is an\n Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is\n an Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_EVENTBRIDGE</b>: The data source is an\n Amazon EventBridge configuration.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the Amazon Bedrock runtime.</p>\n </li>\n <li>\n <p>\n <b>NONE</b>: There is no data source. Use this type\n when you want to invoke a GraphQL operation without connecting to a data source, such\n as when you're performing data transformation with resolvers or invoking a\n subscription from a mutation.</p>\n </li>\n <li>\n <p>\n <b>HTTP</b>: The data source is an HTTP\n endpoint.</p>\n </li>\n <li>\n <p>\n <b>RELATIONAL_DATABASE</b>: The data source is a\n relational database.</p>\n </li>\n </ul>" |
| 3554 | + "smithy.api#documentation": "<p>The type of the data source.</p>\n <ul>\n <li>\n <p>\n <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_ELASTICSEARCH</b>: The data source is an\n Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is\n an Amazon OpenSearch Service domain.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_EVENTBRIDGE</b>: The data source is an\n Amazon EventBridge configuration.</p>\n </li>\n <li>\n <p>\n <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the\n Amazon Bedrock runtime.</p>\n </li>\n <li>\n <p>\n <b>NONE</b>: There is no data source. Use this type\n when you want to invoke a GraphQL operation without connecting to a data source, such\n as when you're performing data transformation with resolvers or invoking a\n subscription from a mutation.</p>\n </li>\n <li>\n <p>\n <b>HTTP</b>: The data source is an HTTP\n endpoint.</p>\n </li>\n <li>\n <p>\n <b>RELATIONAL_DATABASE</b>: The data source is a\n relational database.</p>\n </li>\n </ul>" |
3549 | 3555 | }
|
3550 | 3556 | },
|
3551 | 3557 | "serviceRoleArn": {
|
|
7069 | 7075 | }
|
7070 | 7076 | ],
|
7071 | 7077 | "traits": {
|
7072 |
| - "smithy.api#documentation": "<p>Lists the channel namespaces for a specified <code>Api</code>.</p>\n <p>\n <code>ListChannelNamespaces</code> returns only high level details for the channel\n namespace. To retrieve code handlers, use\n <code>GetChannelNamespace</code>.</p>", |
| 7078 | + "smithy.api#documentation": "<p>Lists the channel namespaces for a specified <code>Api</code>.</p>\n <p>\n <code>ListChannelNamespaces</code> returns only high level details for the channel\n namespace. To retrieve code handlers, use <code>GetChannelNamespace</code>.</p>", |
7073 | 7079 | "smithy.api#http": {
|
7074 | 7080 | "method": "GET",
|
7075 | 7081 | "uri": "/v2/apis/{apiId}/channelNamespaces",
|
|
9573 | 9579 | "apiCachingBehavior": {
|
9574 | 9580 | "target": "com.amazonaws.appsync#ApiCachingBehavior",
|
9575 | 9581 | "traits": {
|
9576 |
| - "smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests are fully\n cached.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n </ul>", |
| 9582 | + "smithy.api#documentation": "<p>Caching behavior.</p>\n <ul>\n <li>\n <p>\n <b>FULL_REQUEST_CACHING</b>: All requests from the\n same user are cached. Individual resolvers are automatically cached. All API calls\n will try to return responses from the cache.</p>\n </li>\n <li>\n <p>\n <b>PER_RESOLVER_CACHING</b>: Individual resolvers\n that you specify are cached.</p>\n </li>\n <li>\n <p>\n <b>OPERATION_LEVEL_CACHING</b>: Full requests are cached together and returned without executing resolvers.</p>\n </li>\n </ul>", |
9577 | 9583 | "smithy.api#required": {}
|
9578 | 9584 | }
|
9579 | 9585 | },
|
|
0 commit comments