Skip to content

Commit 9acfc8d

Browse files
Update SDK models
1 parent 9332f07 commit 9acfc8d

File tree

99 files changed

+1176
-433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1176
-433
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/webassembly",
54
"examples/examples",
65
"examples/lambda",
7-
"examples/cross_service",
6+
"examples/webassembly",
87
"examples/test-utils",
9-
"tests/webassembly",
10-
"tests/no-default-features"
8+
"examples/cross_service",
9+
"tests/no-default-features",
10+
"tests/webassembly"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",

aws-models/acm-pca.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@
12081208
"traits": {
12091209
"smithy.api#length": {
12101210
"min": 1,
1211-
"max": 20480
1211+
"max": 81920
12121212
},
12131213
"smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+$"
12141214
}
@@ -2004,6 +2004,18 @@
20042004
"traits": {
20052005
"smithy.api#documentation": "<p>Configures the behavior of the CRL Distribution Point extension for certificates issued by your certificate authority. If this field is not provided, then the CRl Distribution Point Extension will be present and contain the default CRL URL.</p>"
20062006
}
2007+
},
2008+
"CrlType": {
2009+
"target": "com.amazonaws.acmpca#CrlType",
2010+
"traits": {
2011+
"smithy.api#documentation": "<p>Choose whether to use a partitioned or complete CRL. Your choice determines the maximum number of certificates that the certificate authority can issue and revoke, as described in the <a href=\"https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca-connector-ad\">Amazon Web Services Private CA quotas</a>.</p>\n <ul>\n <li>\n <p>\n <code>PARTITIONED</code> - The default setting. Partitioned CRLs are an especially good option for devices that have limited processing power or storage capacity, such as certain IoT devices. Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. Each certificate that Amazon Web Services Private CA issues is bound to a specific CRL partition through the CRL distribution point (CDP) defined in <a href=\"https://datatracker.ietf.org/doc/html/rfc5280\">RFC 5280</a>.</p>\n <important>\n <p>To make sure that your client fetches the CRL from a valid endpoint, we recommend that you programmatically validate that the CRL's issuing distribution point (IDP) URI matches the certificate's CDP URI. Amazon Web Services Private CA marks the IDP extension as critical, which your client must be able to process.</p>\n </important>\n </li>\n <li>\n <p>\n <code>COMPLETE</code> - Amazon Web Services Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason.</p>\n </li>\n </ul>"
2012+
}
2013+
},
2014+
"CustomPath": {
2015+
"target": "com.amazonaws.acmpca#CrlPathString",
2016+
"traits": {
2017+
"smithy.api#documentation": "<p>Designates a custom file path in S3 for CRL(s). For example, <code>http://&lt;CustomName&gt;/&lt;CustomPath&gt;/&lt;CrlPartition_GUID&gt;.crl</code>. You can change the custom path up to five times.</p>"
2018+
}
20072019
}
20082020
},
20092021
"traits": {
@@ -2026,6 +2038,33 @@
20262038
"smithy.api#documentation": "<p>Contains configuration information for the default behavior of the CRL Distribution Point (CDP) extension in certificates issued by your CA. This extension \n\t\t\tcontains a link to download the CRL, so you can check whether a certificate has been revoked. To choose whether you want this extension\n\t\t\tomitted or not in certificates issued by your CA, you can set the <b>OmitExtension</b> parameter.</p>"
20272039
}
20282040
},
2041+
"com.amazonaws.acmpca#CrlPathString": {
2042+
"type": "string",
2043+
"traits": {
2044+
"smithy.api#length": {
2045+
"min": 0,
2046+
"max": 253
2047+
},
2048+
"smithy.api#pattern": "^[-a-zA-Z0-9;?:@&=+$,%_.!~*()']+(/[-a-zA-Z0-9;?:@&=+$,%_.!~*()']+)*$"
2049+
}
2050+
},
2051+
"com.amazonaws.acmpca#CrlType": {
2052+
"type": "enum",
2053+
"members": {
2054+
"COMPLETE": {
2055+
"target": "smithy.api#Unit",
2056+
"traits": {
2057+
"smithy.api#enumValue": "COMPLETE"
2058+
}
2059+
},
2060+
"PARTITIONED": {
2061+
"target": "smithy.api#Unit",
2062+
"traits": {
2063+
"smithy.api#enumValue": "PARTITIONED"
2064+
}
2065+
}
2066+
}
2067+
},
20292068
"com.amazonaws.acmpca#CsrBlob": {
20302069
"type": "blob",
20312070
"traits": {

aws-models/appsync.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@
12771277
}
12781278
},
12791279
"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>"
12811281
}
12821282
},
12831283
"com.amazonaws.appsync#ApiAssociation": {
@@ -1325,7 +1325,7 @@
13251325
"apiCachingBehavior": {
13261326
"target": "com.amazonaws.appsync#ApiCachingBehavior",
13271327
"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>"
13291329
}
13301330
},
13311331
"transitEncryptionEnabled": {
@@ -1509,6 +1509,12 @@
15091509
"traits": {
15101510
"smithy.api#enumValue": "PER_RESOLVER_CACHING"
15111511
}
1512+
},
1513+
"OPERATION_LEVEL_CACHING": {
1514+
"target": "smithy.api#Unit",
1515+
"traits": {
1516+
"smithy.api#enumValue": "OPERATION_LEVEL_CACHING"
1517+
}
15121518
}
15131519
}
15141520
},
@@ -2203,7 +2209,7 @@
22032209
}
22042210
},
22052211
"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>"
22072213
}
22082214
},
22092215
"com.amazonaws.appsync#ChannelNamespaces": {
@@ -2394,7 +2400,7 @@
23942400
}
23952401
},
23962402
"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>",
23982404
"smithy.api#error": "client",
23992405
"smithy.api#httpError": 409
24002406
}
@@ -2542,7 +2548,7 @@
25422548
"apiCachingBehavior": {
25432549
"target": "com.amazonaws.appsync#ApiCachingBehavior",
25442550
"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>",
25462552
"smithy.api#required": {}
25472553
}
25482554
},
@@ -3545,7 +3551,7 @@
35453551
"type": {
35463552
"target": "com.amazonaws.appsync#DataSourceType",
35473553
"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>"
35493555
}
35503556
},
35513557
"serviceRoleArn": {
@@ -7069,7 +7075,7 @@
70697075
}
70707076
],
70717077
"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>",
70737079
"smithy.api#http": {
70747080
"method": "GET",
70757081
"uri": "/v2/apis/{apiId}/channelNamespaces",
@@ -9573,7 +9579,7 @@
95739579
"apiCachingBehavior": {
95749580
"target": "com.amazonaws.appsync#ApiCachingBehavior",
95759581
"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>",
95779583
"smithy.api#required": {}
95789584
}
95799585
},

0 commit comments

Comments
 (0)