Skip to content

Commit 1441033

Browse files
Update SDK models
1 parent 574a018 commit 1441033

File tree

1,637 files changed

+177331
-1665
lines changed

Some content is hidden

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

1,637 files changed

+177331
-1665
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4+
"examples/cross_service",
45
"examples/examples",
56
"examples/lambda",
67
"examples/webassembly",
7-
"examples/cross_service",
88
"examples/test-utils",
99
"tests/no-default-features",
1010
"tests/webassembly"
@@ -191,6 +191,9 @@ members = [
191191
"sdk/freetier",
192192
"sdk/fsx",
193193
"sdk/gamelift",
194+
"sdk/geomaps",
195+
"sdk/geoplaces",
196+
"sdk/georoutes",
194197
"sdk/glacier",
195198
"sdk/globalaccelerator",
196199
"sdk/glue",

aws-models/appsync.json

Lines changed: 1425 additions & 233 deletions
Large diffs are not rendered by default.

aws-models/connect.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@
329329
"type": "string",
330330
"traits": {
331331
"smithy.api#length": {
332-
"min": 1,
333-
"max": 100
332+
"min": 0,
333+
"max": 255
334334
},
335335
"smithy.api#sensitive": {}
336336
}
@@ -447,8 +447,8 @@
447447
"type": "string",
448448
"traits": {
449449
"smithy.api#length": {
450-
"min": 1,
451-
"max": 100
450+
"min": 0,
451+
"max": 300
452452
},
453453
"smithy.api#sensitive": {}
454454
}
@@ -40511,7 +40511,7 @@
4051140511
}
4051240512
},
4051340513
"traits": {
40514-
"smithy.api#documentation": "<p>Contains information about the identity of a user.</p>\n <note>\n <p>For Amazon Connect instances that are created with the <code>EXISTING_DIRECTORY</code>\n identity management type, <code>FirstName</code>, <code>LastName</code>, and <code>Email</code>\n cannot be updated from within Amazon Connect because they are managed by the\n directory.</p>\n </note>"
40514+
"smithy.api#documentation": "<p>Contains information about the identity of a user.</p>\n <note>\n <p>For Amazon Connect instances that are created with the <code>EXISTING_DIRECTORY</code>\n identity management type, <code>FirstName</code>, <code>LastName</code>, and <code>Email</code>\n cannot be updated from within Amazon Connect because they are managed by the\n directory.</p>\n </note>\n <important>\n <p>The <code>FirstName</code> and <code>LastName</code> length constraints below apply only to\n instances using SAML for identity management. If you are using Amazon Connect for identity\n management, the length constraints are 1-255 for <code>FirstName</code>, and 1-256 for\n <code>LastName</code>. </p>\n </important>"
4051540515
}
4051640516
},
4051740517
"com.amazonaws.connect#UserIdentityInfoLite": {

aws-models/datasync.json

Lines changed: 190 additions & 66 deletions
Large diffs are not rendered by default.

aws-models/ec2.json

Lines changed: 469 additions & 14 deletions
Large diffs are not rendered by default.

aws-models/ecs.json

Lines changed: 824 additions & 34 deletions
Large diffs are not rendered by default.

aws-models/geo-maps.json

Lines changed: 2181 additions & 0 deletions
Large diffs are not rendered by default.

aws-models/geo-places.json

Lines changed: 5840 additions & 0 deletions
Large diffs are not rendered by default.

aws-models/geo-routes.json

Lines changed: 11353 additions & 0 deletions
Large diffs are not rendered by default.

aws-models/keyspaces.json

Lines changed: 469 additions & 8 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)