Skip to content

Commit 688d06a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 6c2b819 commit 688d06a

File tree

6 files changed

+339
-170
lines changed

6 files changed

+339
-170
lines changed

codegen/sdk-codegen/aws-models/bedrock-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@
13681368
"smithy.api#documentation": "<p>A name for the document.</p>",
13691369
"smithy.api#length": {
13701370
"min": 1,
1371-
"max": 64
1371+
"max": 200
13721372
},
13731373
"smithy.api#required": {}
13741374
}

codegen/sdk-codegen/aws-models/customer-profiles.json

Lines changed: 138 additions & 80 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/ec2.json

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

codegen/sdk-codegen/aws-models/qbusiness.json

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
"containsAny": {
761761
"target": "com.amazonaws.qbusiness#DocumentAttribute",
762762
"traits": {
763-
"smithy.api#documentation": "<p>Returns <code>true</code> when a document contains any of the specified document\n attributes or metadata fields. Supported for the following <a href=\"https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html\">document attribute value types</a>: <code>dateValue</code>,\n <code>longValue</code>, <code>stringListValue</code> and\n <code>stringValue</code>.</p>"
763+
"smithy.api#documentation": "<p>Returns <code>true</code> when a document contains any of the specified document\n attributes or metadata fields. Supported for the following <a href=\"https://docs.aws.amazon.com/amazonq/latest/api-reference/API_DocumentAttributeValue.html\">document attribute value types</a>:\n <code>stringListValue</code>.</p>"
764764
}
765765
},
766766
"greaterThan": {
@@ -1539,7 +1539,7 @@
15391539
"parentMessageId": {
15401540
"target": "com.amazonaws.qbusiness#MessageId",
15411541
"traits": {
1542-
"smithy.api#documentation": "<p>The identifier of the previous end user text input message in a conversation.</p>"
1542+
"smithy.api#documentation": "<p>The identifier of the previous system message in a conversation.</p>"
15431543
}
15441544
},
15451545
"attributeFilter": {
@@ -1878,7 +1878,7 @@
18781878
"kms:DescribeKey",
18791879
"kms:CreateGrant"
18801880
],
1881-
"smithy.api#documentation": "<p>Creates an Amazon Q Business application.</p>\n <note>\n <p>There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are \n also available in Amazon Q Business Lite. For information on what's included in \n Amazon Q Business Lite and what's included in \n Amazon Q Business Pro, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/what-is.html#tiers\">Amazon Q Business tiers</a>. \n You must use the Amazon Q Business console to assign subscription tiers to users.</p>\n </note>",
1881+
"smithy.api#documentation": "<p>Creates an Amazon Q Business application.</p>\n <note>\n <p>There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are \n also available in Amazon Q Business Lite. For information on what's included in \n Amazon Q Business Lite and what's included in \n Amazon Q Business Pro, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers\">Amazon Q Business tiers</a>. \n You must use the Amazon Q Business console to assign subscription tiers to users.</p>\n </note>",
18821882
"smithy.api#http": {
18831883
"uri": "/applications",
18841884
"method": "POST"
@@ -1940,6 +1940,12 @@
19401940
"aws.cloudformation#cfnMutability": "full",
19411941
"smithy.api#documentation": "<p>An option to allow end users to upload files directly during chat.</p>"
19421942
}
1943+
},
1944+
"qAppsConfiguration": {
1945+
"target": "com.amazonaws.qbusiness#QAppsConfiguration",
1946+
"traits": {
1947+
"smithy.api#documentation": "<p>An option to allow end users to create and use Amazon Q Apps in the web experience.</p>"
1948+
}
19431949
}
19441950
},
19451951
"traits": {
@@ -2178,7 +2184,7 @@
21782184
"type": {
21792185
"target": "com.amazonaws.qbusiness#IndexType",
21802186
"traits": {
2181-
"smithy.api#documentation": "<p>The index type that's suitable for your needs. For more information on what's included\n in each type of index or index tier, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/what-is.html#tiers\">Amazon Q Business\n tiers</a>.</p>"
2187+
"smithy.api#documentation": "<p>The index type that's suitable for your needs. For more information on what's included\n in each type of index, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#index-tiers\">Amazon Q Business\n tiers</a>.</p>"
21822188
}
21832189
},
21842190
"description": {
@@ -5246,6 +5252,12 @@
52465252
"aws.cloudformation#cfnExcludeProperty": {},
52475253
"smithy.api#documentation": "<p>Settings for whether end users can upload files directly during chat.</p>"
52485254
}
5255+
},
5256+
"qAppsConfiguration": {
5257+
"target": "com.amazonaws.qbusiness#QAppsConfiguration",
5258+
"traits": {
5259+
"smithy.api#documentation": "<p>Settings for whether end users can create and use Amazon Q Apps in the web experience.</p>"
5260+
}
52495261
}
52505262
},
52515263
"traits": {
@@ -9046,6 +9058,38 @@
90469058
"smithy.api#output": {}
90479059
}
90489060
},
9061+
"com.amazonaws.qbusiness#QAppsConfiguration": {
9062+
"type": "structure",
9063+
"members": {
9064+
"qAppsControlMode": {
9065+
"target": "com.amazonaws.qbusiness#QAppsControlMode",
9066+
"traits": {
9067+
"smithy.api#documentation": "<p>Status information about whether end users can create and use Amazon Q Apps in the web experience.</p>",
9068+
"smithy.api#required": {}
9069+
}
9070+
}
9071+
},
9072+
"traits": {
9073+
"smithy.api#documentation": "<p>Configuration information about Amazon Q Apps. (preview feature)</p>"
9074+
}
9075+
},
9076+
"com.amazonaws.qbusiness#QAppsControlMode": {
9077+
"type": "enum",
9078+
"members": {
9079+
"ENABLED": {
9080+
"target": "smithy.api#Unit",
9081+
"traits": {
9082+
"smithy.api#enumValue": "ENABLED"
9083+
}
9084+
},
9085+
"DISABLED": {
9086+
"target": "smithy.api#Unit",
9087+
"traits": {
9088+
"smithy.api#enumValue": "DISABLED"
9089+
}
9090+
}
9091+
}
9092+
},
90499093
"com.amazonaws.qbusiness#ReadAccessType": {
90509094
"type": "enum",
90519095
"members": {
@@ -10371,6 +10415,12 @@
1037110415
"traits": {
1037210416
"smithy.api#documentation": "<p>An option to allow end users to upload files directly during chat.</p>"
1037310417
}
10418+
},
10419+
"qAppsConfiguration": {
10420+
"target": "com.amazonaws.qbusiness#QAppsConfiguration",
10421+
"traits": {
10422+
"smithy.api#documentation": "<p>An option to allow end users to create and use Amazon Q Apps in the web experience.</p>"
10423+
}
1037410424
}
1037510425
},
1037610426
"traits": {

codegen/sdk-codegen/aws-models/ssm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14454,7 +14454,8 @@
1445414454
"smithy.api#length": {
1445514455
"min": 1,
1445614456
"max": 46
14457-
}
14457+
},
14458+
"smithy.api#sensitive": {}
1445814459
}
1445914460
},
1446014461
"com.amazonaws.ssm#ISO8601String": {

codegen/sdk-codegen/aws-models/workspaces-web.json

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"name": "workspaces-web"
6565
},
6666
"aws.protocols#restJson1": {},
67-
"smithy.api#documentation": "<p>WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate\n secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide\n their employees with access to internal websites and SaaS web applications without the\n administrative burden of appliances or specialized client software. WorkSpaces Web provides\n simple policy tools tailored for user interactions, while offloading common tasks like\n capacity management, scaling, and maintaining browser images.</p>",
67+
"smithy.api#documentation": "<p>Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate\n secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide\n their employees with access to internal websites and SaaS web applications without the\n administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides\n simple policy tools tailored for user interactions, while offloading common tasks like\n capacity management, scaling, and maintaining browser images.</p>",
6868
"smithy.api#title": "Amazon WorkSpaces Web",
6969
"smithy.rules#endpointRuleSet": {
7070
"version": "1.0",
@@ -1008,6 +1008,9 @@
10081008
{
10091009
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
10101010
},
1011+
{
1012+
"target": "com.amazonaws.workspacesweb#ConflictException"
1013+
},
10111014
{
10121015
"target": "com.amazonaws.workspacesweb#InternalServerException"
10131016
},
@@ -1822,6 +1825,12 @@
18221825
"smithy.api#documentation": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the\n request. Idempotency ensures that an API request completes only once. With an idempotent\n request, if the original request completes successfully, subsequent retries with the same\n client token returns the result from the original successful request.</p>\n <p>If you do not specify a client token, one is automatically generated by the Amazon Web Services\n SDK.</p>",
18231826
"smithy.api#idempotencyToken": {}
18241827
}
1828+
},
1829+
"tags": {
1830+
"target": "com.amazonaws.workspacesweb#TagList",
1831+
"traits": {
1832+
"smithy.api#documentation": "<p>The tags to add to the identity provider resource. A tag is a key-value pair.</p>"
1833+
}
18251834
}
18261835
},
18271836
"traits": {
@@ -1899,7 +1908,7 @@
18991908
"target": "com.amazonaws.workspacesweb#TagList",
19001909
"traits": {
19011910
"aws.cloudformation#cfnMutability": "full",
1902-
"smithy.api#documentation": "<p>The tags to add to the browser settings resource. A tag is a key-value pair.</p>"
1911+
"smithy.api#documentation": "<p>The tags to add to the IP access settings resource. A tag is a key-value pair.</p>"
19031912
}
19041913
},
19051914
"customerManagedKey": {
@@ -2445,6 +2454,12 @@
24452454
"traits": {
24462455
"smithy.api#documentation": "<p>The additional encryption context of the user settings.</p>"
24472456
}
2457+
},
2458+
"deepLinkAllowed": {
2459+
"target": "com.amazonaws.workspacesweb#EnabledType",
2460+
"traits": {
2461+
"smithy.api#documentation": "<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>"
2462+
}
24482463
}
24492464
},
24502465
"traits": {
@@ -2953,6 +2968,9 @@
29532968
{
29542969
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
29552970
},
2971+
{
2972+
"target": "com.amazonaws.workspacesweb#ConflictException"
2973+
},
29562974
{
29572975
"target": "com.amazonaws.workspacesweb#InternalServerException"
29582976
},
@@ -3011,6 +3029,9 @@
30113029
{
30123030
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
30133031
},
3032+
{
3033+
"target": "com.amazonaws.workspacesweb#ConflictException"
3034+
},
30143035
{
30153036
"target": "com.amazonaws.workspacesweb#InternalServerException"
30163037
},
@@ -3069,6 +3090,9 @@
30693090
{
30703091
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
30713092
},
3093+
{
3094+
"target": "com.amazonaws.workspacesweb#ConflictException"
3095+
},
30723096
{
30733097
"target": "com.amazonaws.workspacesweb#InternalServerException"
30743098
},
@@ -3127,6 +3151,9 @@
31273151
{
31283152
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
31293153
},
3154+
{
3155+
"target": "com.amazonaws.workspacesweb#ConflictException"
3156+
},
31303157
{
31313158
"target": "com.amazonaws.workspacesweb#InternalServerException"
31323159
},
@@ -3185,6 +3212,9 @@
31853212
{
31863213
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
31873214
},
3215+
{
3216+
"target": "com.amazonaws.workspacesweb#ConflictException"
3217+
},
31883218
{
31893219
"target": "com.amazonaws.workspacesweb#InternalServerException"
31903220
},
@@ -3243,6 +3273,9 @@
32433273
{
32443274
"target": "com.amazonaws.workspacesweb#AccessDeniedException"
32453275
},
3276+
{
3277+
"target": "com.amazonaws.workspacesweb#ConflictException"
3278+
},
32463279
{
32473280
"target": "com.amazonaws.workspacesweb#InternalServerException"
32483281
},
@@ -4106,6 +4139,9 @@
41064139
},
41074140
"identityProviderDetails": {
41084141
"target": "com.amazonaws.workspacesweb#IdentityProviderDetails"
4142+
},
4143+
"tags": {
4144+
"target": "com.amazonaws.workspacesweb#TagList"
41094145
}
41104146
},
41114147
"create": {
@@ -4128,6 +4164,9 @@
41284164
"template": "{identityProviderArn}",
41294165
"absolute": true
41304166
},
4167+
"aws.api#taggable": {
4168+
"property": "tags"
4169+
},
41314170
"aws.cloudformation#cfnResource": {
41324171
"name": "IdentityProvider"
41334172
}
@@ -7081,6 +7120,12 @@
70817120
"traits": {
70827121
"smithy.api#documentation": "<p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>\n <p>If the allowlist and blocklist are empty, the configuration becomes null.</p>"
70837122
}
7123+
},
7124+
"deepLinkAllowed": {
7125+
"target": "com.amazonaws.workspacesweb#EnabledType",
7126+
"traits": {
7127+
"smithy.api#documentation": "<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>"
7128+
}
70847129
}
70857130
},
70867131
"traits": {
@@ -7283,6 +7328,12 @@
72837328
"traits": {
72847329
"smithy.api#documentation": "<p>The additional encryption context of the user settings.</p>"
72857330
}
7331+
},
7332+
"deepLinkAllowed": {
7333+
"target": "com.amazonaws.workspacesweb#EnabledType",
7334+
"traits": {
7335+
"smithy.api#documentation": "<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>"
7336+
}
72867337
}
72877338
},
72887339
"traits": {
@@ -7338,6 +7389,9 @@
73387389
},
73397390
"cookieSynchronizationConfiguration": {
73407391
"target": "com.amazonaws.workspacesweb#CookieSynchronizationConfiguration"
7392+
},
7393+
"deepLinkAllowed": {
7394+
"target": "com.amazonaws.workspacesweb#EnabledType"
73417395
}
73427396
},
73437397
"create": {
@@ -7428,6 +7482,12 @@
74287482
"traits": {
74297483
"smithy.api#documentation": "<p>The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.</p>"
74307484
}
7485+
},
7486+
"deepLinkAllowed": {
7487+
"target": "com.amazonaws.workspacesweb#EnabledType",
7488+
"traits": {
7489+
"smithy.api#documentation": "<p>Specifies whether the user can use deep links that open automatically when connecting to a session.</p>"
7490+
}
74317491
}
74327492
},
74337493
"traits": {

0 commit comments

Comments
 (0)