Skip to content

Commit 30477ef

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent ac8da7e commit 30477ef

File tree

8 files changed

+2998
-507
lines changed

8 files changed

+2998
-507
lines changed

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

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,6 +2472,17 @@
24722472
"smithy.api#timestampFormat": "date-time"
24732473
}
24742474
},
2475+
"com.amazonaws.connectcases#CustomEntity": {
2476+
"type": "string",
2477+
"traits": {
2478+
"smithy.api#length": {
2479+
"min": 1,
2480+
"max": 500
2481+
},
2482+
"smithy.api#pattern": "^[a-zA-Z0-9_\\-\\.@:/ ]*[a-zA-Z0-9_\\-\\.@:/]$",
2483+
"smithy.api#sensitive": {}
2484+
}
2485+
},
24752486
"com.amazonaws.connectcases#DeleteCaseRule": {
24762487
"type": "operation",
24772488
"input": {
@@ -5580,7 +5591,7 @@
55805591
"smithy.api#documentation": "<p>The maximum number of cases to return. The current maximum supported value is 25. This is\n also the default value when no other value is provided.</p>",
55815592
"smithy.api#range": {
55825593
"min": 1,
5583-
"max": 25
5594+
"max": 100
55845595
}
55855596
}
55865597
},
@@ -5642,7 +5653,7 @@
56425653
"traits": {
56435654
"smithy.api#documentation": "<p>A list of case documents where each case contains the properties <code>CaseId</code> and\n <code>Fields</code> where each field is a complex union structure. </p>",
56445655
"smithy.api#length": {
5645-
"max": 25
5656+
"max": 100
56465657
},
56475658
"smithy.api#required": {}
56485659
}
@@ -6907,10 +6918,16 @@
69076918
"traits": {
69086919
"smithy.api#documentation": "<p>Represents the Amazon Connect ARN of the user.</p>"
69096920
}
6921+
},
6922+
"customEntity": {
6923+
"target": "com.amazonaws.connectcases#CustomEntity",
6924+
"traits": {
6925+
"smithy.api#documentation": "<p>Any provided entity.</p>"
6926+
}
69106927
}
69116928
},
69126929
"traits": {
6913-
"smithy.api#documentation": "<p>Represents the identity of the person who performed the action.</p>"
6930+
"smithy.api#documentation": "<p>Represents the entity that performed the action.</p>"
69146931
}
69156932
},
69166933
"com.amazonaws.connectcases#ValidationException": {

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

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

codegen/sdk-codegen/aws-models/pinpoint-sms-voice-v2.json

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

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

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,86 @@
26452645
"smithy.api#documentation": "<p>The source reference for an existing attachment.</p>"
26462646
}
26472647
},
2648+
"com.amazonaws.qbusiness#CreateAnonymousWebExperienceUrl": {
2649+
"type": "operation",
2650+
"input": {
2651+
"target": "com.amazonaws.qbusiness#CreateAnonymousWebExperienceUrlRequest"
2652+
},
2653+
"output": {
2654+
"target": "com.amazonaws.qbusiness#CreateAnonymousWebExperienceUrlResponse"
2655+
},
2656+
"errors": [
2657+
{
2658+
"target": "com.amazonaws.qbusiness#AccessDeniedException"
2659+
},
2660+
{
2661+
"target": "com.amazonaws.qbusiness#InternalServerException"
2662+
},
2663+
{
2664+
"target": "com.amazonaws.qbusiness#ResourceNotFoundException"
2665+
},
2666+
{
2667+
"target": "com.amazonaws.qbusiness#ServiceQuotaExceededException"
2668+
},
2669+
{
2670+
"target": "com.amazonaws.qbusiness#ThrottlingException"
2671+
},
2672+
{
2673+
"target": "com.amazonaws.qbusiness#ValidationException"
2674+
}
2675+
],
2676+
"traits": {
2677+
"smithy.api#documentation": "<p>Creates a unique URL for anonymous Amazon Q Business web experience. This URL can only be used once and must be used within 5 minutes after it's generated.</p>",
2678+
"smithy.api#http": {
2679+
"uri": "/applications/{applicationId}/experiences/{webExperienceId}/anonymous-url",
2680+
"method": "POST"
2681+
}
2682+
}
2683+
},
2684+
"com.amazonaws.qbusiness#CreateAnonymousWebExperienceUrlRequest": {
2685+
"type": "structure",
2686+
"members": {
2687+
"applicationId": {
2688+
"target": "com.amazonaws.qbusiness#ApplicationId",
2689+
"traits": {
2690+
"smithy.api#documentation": "<p>The identifier of the Amazon Q Business application environment attached to the web experience.</p>",
2691+
"smithy.api#httpLabel": {},
2692+
"smithy.api#required": {}
2693+
}
2694+
},
2695+
"webExperienceId": {
2696+
"target": "com.amazonaws.qbusiness#WebExperienceId",
2697+
"traits": {
2698+
"smithy.api#documentation": "<p>The identifier of the web experience.</p>",
2699+
"smithy.api#httpLabel": {},
2700+
"smithy.api#required": {}
2701+
}
2702+
},
2703+
"sessionDurationInMinutes": {
2704+
"target": "com.amazonaws.qbusiness#SessionDurationInMinutes",
2705+
"traits": {
2706+
"smithy.api#documentation": "<p>The duration of the session associated with the unique URL for the web experience.</p>"
2707+
}
2708+
}
2709+
},
2710+
"traits": {
2711+
"smithy.api#input": {}
2712+
}
2713+
},
2714+
"com.amazonaws.qbusiness#CreateAnonymousWebExperienceUrlResponse": {
2715+
"type": "structure",
2716+
"members": {
2717+
"anonymousUrl": {
2718+
"target": "com.amazonaws.qbusiness#Url",
2719+
"traits": {
2720+
"smithy.api#documentation": "<p>The unique URL for accessing the web experience.</p> <important> <p>This URL can only be used once and must be used within 5 minutes after it's generated.</p> </important>"
2721+
}
2722+
}
2723+
},
2724+
"traits": {
2725+
"smithy.api#output": {}
2726+
}
2727+
},
26482728
"com.amazonaws.qbusiness#CreateApplication": {
26492729
"type": "operation",
26502730
"input": {
@@ -6256,6 +6336,9 @@
62566336
{
62576337
"target": "com.amazonaws.qbusiness#CheckDocumentAccess"
62586338
},
6339+
{
6340+
"target": "com.amazonaws.qbusiness#CreateAnonymousWebExperienceUrl"
6341+
},
62596342
{
62606343
"target": "com.amazonaws.qbusiness#CreateSubscription"
62616344
},
@@ -8518,7 +8601,7 @@
85188601
}
85198602
},
85208603
"traits": {
8521-
"smithy.api#documentation": "<p>Configuration information required to setup hallucination reduction. For more information, see <a href=\"amazonq/latest/qbusiness-ug/hallucination-reduction.html\">hallucination reduction</a>.</p> <note> <p>The hallucination reduction feature won't work if chat orchestration controls are enabled for your application.</p> </note>"
8604+
"smithy.api#documentation": "<p>Configuration information required to setup hallucination reduction. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/hallucination-reduction.html\"> hallucination reduction</a>.</p> <note> <p>The hallucination reduction feature won't work if chat orchestration controls are enabled for your application.</p> </note>"
85228605
}
85238606
},
85248607
"com.amazonaws.qbusiness#HallucinationReductionControl": {
@@ -8652,6 +8735,12 @@
86528735
"traits": {
86538736
"smithy.api#enumValue": "AWS_QUICKSIGHT_IDP"
86548737
}
8738+
},
8739+
"ANONYMOUS": {
8740+
"target": "smithy.api#Unit",
8741+
"traits": {
8742+
"smithy.api#enumValue": "ANONYMOUS"
8743+
}
86558744
}
86568745
}
86578746
},
@@ -13080,6 +13169,15 @@
1308013169
"smithy.api#httpError": 402
1308113170
}
1308213171
},
13172+
"com.amazonaws.qbusiness#SessionDurationInMinutes": {
13173+
"type": "integer",
13174+
"traits": {
13175+
"smithy.api#range": {
13176+
"min": 15,
13177+
"max": 60
13178+
}
13179+
}
13180+
},
1308313181
"com.amazonaws.qbusiness#SnippetExcerpt": {
1308413182
"type": "structure",
1308513183
"members": {

0 commit comments

Comments
 (0)