Skip to content

Commit 9e45f28

Browse files
feat: update AWS API models
1 parent 41170fc commit 9e45f28

14 files changed

+4443
-976
lines changed

codegen/sdk/aws-models/application-signals.json

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

codegen/sdk/aws-models/bedrock-agentcore-control.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,12 @@
24832483
"traits": {
24842484
"smithy.api#documentation": "<p>The level of detail in error messages returned when invoking the gateway.</p> <ul> <li> <p>If the value is <code>DEBUG</code>, granular exception messages are returned to help a user debug the gateway.</p> </li> <li> <p>If the value is omitted, a generic error message is returned to the end user.</p> </li> </ul>"
24852485
}
2486+
},
2487+
"tags": {
2488+
"target": "com.amazonaws.bedrockagentcorecontrol#TagsMap",
2489+
"traits": {
2490+
"smithy.api#documentation": "<p>A map of key-value pairs to associate with the gateway as metadata tags.</p>"
2491+
}
24862492
}
24872493
},
24882494
"traits": {
@@ -7053,7 +7059,7 @@
70537059
}
70547060
],
70557061
"traits": {
7056-
"smithy.api#documentation": "<p>Lists the tags associated with the specified resource.</p>",
7062+
"smithy.api#documentation": "<p>Lists the tags associated with the specified resource.</p> <note> <p>This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.</p> </note>",
70577063
"smithy.api#http": {
70587064
"code": 200,
70597065
"method": "GET",
@@ -9163,7 +9169,7 @@
91639169
}
91649170
],
91659171
"traits": {
9166-
"smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.</p>",
9172+
"smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.</p> <note> <p>This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.</p> </note>",
91679173
"smithy.api#http": {
91689174
"code": 204,
91699175
"method": "POST",
@@ -9528,7 +9534,7 @@
95289534
}
95299535
],
95309536
"traits": {
9531-
"smithy.api#documentation": "<p>Removes the specified tags from the specified resource.</p>",
9537+
"smithy.api#documentation": "<p>Removes the specified tags from the specified resource.</p> <note> <p>This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.</p> </note>",
95329538
"smithy.api#http": {
95339539
"code": 204,
95349540
"method": "DELETE",

codegen/sdk/aws-models/chime-sdk-voice.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,6 +2346,12 @@
23462346
"traits": {
23472347
"smithy.api#documentation": "<p>The connectors for use with Amazon Connect.</p>\n <p>The following options are available:</p>\n <ul>\n <li>\n <p>\n <code>CONNECT_CALL_TRANSFER_CONNECTOR</code> - Enables enterprises to integrate\n Amazon Connect with other voice systems to directly transfer voice calls and\n metadata without using the public telephone network. They can use Amazon Connect\n telephony and Interactive Voice Response (IVR) with their existing voice systems to\n modernize the IVR experience of their existing contact center and their enterprise\n and branch voice systems. Additionally, enterprises migrating their contact center to\n Amazon Connect can start with Connect telephony and IVR for immediate\n modernization ahead of agent migration.</p>\n </li>\n <li>\n <p>\n <code>CONNECT_ANALYTICS_CONNECTOR</code> - Enables enterprises to integrate\n Amazon Connect with other voice systems for real-time and post-call analytics.\n They can use Amazon Connect Contact Lens with their existing voice systems to\n provides call recordings, conversational analytics (including contact transcript,\n sensitive data redaction, content categorization, theme detection, sentiment\n analysis, real-time alerts, and post-contact summary), and agent performance\n evaluations (including evaluation forms, automated evaluation, supervisor review)\n with a rich user experience to display, search and filter customer interactions, and\n programmatic access to data streams and the data lake. Additionally, enterprises\n migrating their contact center to Amazon Connect can start with Contact Lens\n analytics and performance insights ahead of agent migration.</p>\n </li>\n </ul>"
23482348
}
2349+
},
2350+
"NetworkType": {
2351+
"target": "com.amazonaws.chimesdkvoice#NetworkType",
2352+
"traits": {
2353+
"smithy.api#documentation": "<p>The type of network for the Voice Connector. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>"
2354+
}
23492355
}
23502356
},
23512357
"traits": {
@@ -6662,6 +6668,23 @@
66626668
"smithy.api#documentation": "<p>The configuration for a call analytics task.</p>"
66636669
}
66646670
},
6671+
"com.amazonaws.chimesdkvoice#NetworkType": {
6672+
"type": "enum",
6673+
"members": {
6674+
"IPV4_ONLY": {
6675+
"target": "smithy.api#Unit",
6676+
"traits": {
6677+
"smithy.api#enumValue": "IPV4_ONLY"
6678+
}
6679+
},
6680+
"DUAL_STACK": {
6681+
"target": "smithy.api#Unit",
6682+
"traits": {
6683+
"smithy.api#enumValue": "DUAL_STACK"
6684+
}
6685+
}
6686+
}
6687+
},
66656688
"com.amazonaws.chimesdkvoice#NextTokenString": {
66666689
"type": "string",
66676690
"traits": {
@@ -11091,6 +11114,12 @@
1109111114
"traits": {
1109211115
"smithy.api#documentation": "<p>The connectors for use with Amazon Connect.</p>"
1109311116
}
11117+
},
11118+
"NetworkType": {
11119+
"target": "com.amazonaws.chimesdkvoice#NetworkType",
11120+
"traits": {
11121+
"smithy.api#documentation": "<p>The type of network of the Voice Connector. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>"
11122+
}
1109411123
}
1109511124
},
1109611125
"traits": {

codegen/sdk/aws-models/connectcases.json

Lines changed: 180 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,50 @@
16881688
"smithy.api#httpError": 409
16891689
}
16901690
},
1691+
"com.amazonaws.connectcases#ConnectCaseContent": {
1692+
"type": "structure",
1693+
"members": {
1694+
"caseId": {
1695+
"target": "com.amazonaws.connectcases#CaseId",
1696+
"traits": {
1697+
"smithy.api#documentation": "The unique identifier of the related case",
1698+
"smithy.api#required": {}
1699+
}
1700+
}
1701+
},
1702+
"traits": {
1703+
"smithy.api#documentation": "Represents the content of a Case related item"
1704+
}
1705+
},
1706+
"com.amazonaws.connectcases#ConnectCaseFilter": {
1707+
"type": "structure",
1708+
"members": {
1709+
"caseId": {
1710+
"target": "com.amazonaws.connectcases#CaseId",
1711+
"traits": {
1712+
"smithy.api#documentation": "The unique identifier of the case to filter by"
1713+
}
1714+
}
1715+
},
1716+
"traits": {
1717+
"smithy.api#documentation": "A filter for related items of type Case"
1718+
}
1719+
},
1720+
"com.amazonaws.connectcases#ConnectCaseInputContent": {
1721+
"type": "structure",
1722+
"members": {
1723+
"caseId": {
1724+
"target": "com.amazonaws.connectcases#CaseId",
1725+
"traits": {
1726+
"smithy.api#documentation": "The unique identifier of the case to be related",
1727+
"smithy.api#required": {}
1728+
}
1729+
}
1730+
},
1731+
"traits": {
1732+
"smithy.api#documentation": "Represents the input content of a Case related item"
1733+
}
1734+
},
16911735
"com.amazonaws.connectcases#ConnectedToSystemTime": {
16921736
"type": "timestamp",
16931737
"traits": {
@@ -2431,6 +2475,21 @@
24312475
"smithy.api#timestampFormat": "date-time"
24322476
}
24332477
},
2478+
"com.amazonaws.connectcases#CustomContent": {
2479+
"type": "structure",
2480+
"members": {
2481+
"fields": {
2482+
"target": "com.amazonaws.connectcases#FieldValueList",
2483+
"traits": {
2484+
"smithy.api#documentation": "List of field values for the custom related item",
2485+
"smithy.api#required": {}
2486+
}
2487+
}
2488+
},
2489+
"traits": {
2490+
"smithy.api#documentation": "Represents the content of a Custom related item"
2491+
}
2492+
},
24342493
"com.amazonaws.connectcases#CustomEntity": {
24352494
"type": "string",
24362495
"traits": {
@@ -2442,6 +2501,80 @@
24422501
"smithy.api#sensitive": {}
24432502
}
24442503
},
2504+
"com.amazonaws.connectcases#CustomFieldsFilter": {
2505+
"type": "union",
2506+
"members": {
2507+
"field": {
2508+
"target": "com.amazonaws.connectcases#FieldFilter"
2509+
},
2510+
"not": {
2511+
"target": "com.amazonaws.connectcases#CustomFieldsFilter",
2512+
"traits": {
2513+
"smithy.api#documentation": "Excludes items matching the filter"
2514+
}
2515+
},
2516+
"andAll": {
2517+
"target": "com.amazonaws.connectcases#CustomFieldsFilterList",
2518+
"traits": {
2519+
"smithy.api#documentation": "Matches items that satisfy all of the specified filter conditions",
2520+
"smithy.api#length": {
2521+
"max": 10
2522+
}
2523+
}
2524+
},
2525+
"orAll": {
2526+
"target": "com.amazonaws.connectcases#CustomFieldsFilterList",
2527+
"traits": {
2528+
"smithy.api#documentation": "Matches items that satisfy any of the specified filter conditions",
2529+
"smithy.api#length": {
2530+
"max": 10
2531+
}
2532+
}
2533+
}
2534+
},
2535+
"traits": {
2536+
"smithy.api#documentation": "A filter for fields in related items of type Custom"
2537+
}
2538+
},
2539+
"com.amazonaws.connectcases#CustomFieldsFilterList": {
2540+
"type": "list",
2541+
"member": {
2542+
"target": "com.amazonaws.connectcases#CustomFieldsFilter"
2543+
}
2544+
},
2545+
"com.amazonaws.connectcases#CustomFilter": {
2546+
"type": "structure",
2547+
"members": {
2548+
"fields": {
2549+
"target": "com.amazonaws.connectcases#CustomFieldsFilter",
2550+
"traits": {
2551+
"smithy.api#documentation": "Filter conditions for custom fields"
2552+
}
2553+
}
2554+
},
2555+
"traits": {
2556+
"smithy.api#documentation": "A filter for related items of type Custom"
2557+
}
2558+
},
2559+
"com.amazonaws.connectcases#CustomInputContent": {
2560+
"type": "structure",
2561+
"members": {
2562+
"fields": {
2563+
"target": "com.amazonaws.connectcases#FieldValueList",
2564+
"traits": {
2565+
"smithy.api#documentation": "List of field values for the custom related item",
2566+
"smithy.api#length": {
2567+
"min": 1,
2568+
"max": 50
2569+
},
2570+
"smithy.api#required": {}
2571+
}
2572+
}
2573+
},
2574+
"traits": {
2575+
"smithy.api#documentation": "Represents the input content of a Custom related item"
2576+
}
2577+
},
24452578
"com.amazonaws.connectcases#DeleteCase": {
24462579
"type": "operation",
24472580
"input": {
@@ -2468,7 +2601,7 @@
24682601
}
24692602
],
24702603
"traits": {
2471-
"smithy.api#documentation": "<p> The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:</p> <ul> <li> <p>Retrieve related items</p> </li> <li> <p>Access audit history</p> </li> <li> <p>Perform any operations that require the CaseID</p> </li> </ul> <important> <p>This action is irreversible. Once you delete a case, you cannot recover its data.</p> </important>",
2604+
"smithy.api#documentation": "<p> The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:</p> <ul> <li> <p>Retrieve related items</p> </li> <li> <p>Access audit history</p> </li> <li> <p>Perform any operations that require the CaseID</p> </li> </ul> <important> <p>This action is irreversible. After you delete a case, you cannot recover its data.</p> </important>",
24722605
"smithy.api#http": {
24732606
"uri": "/domains/{domainId}/cases/{caseId}",
24742607
"method": "DELETE"
@@ -3696,7 +3829,7 @@
36963829
"target": "smithy.api#Integer",
36973830
"traits": {
36983831
"smithy.api#default": null,
3699-
"smithy.api#documentation": "<p>The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.</p>",
3832+
"smithy.api#documentation": "<p>The maximum number of audit events to return. When no value is provided, 25 is the default.</p>",
37003833
"smithy.api#range": {
37013834
"min": 1,
37023835
"max": 25
@@ -5421,6 +5554,18 @@
54215554
"traits": {
54225555
"smithy.api#documentation": "<p>Represents the content of an SLA to be returned to agents.</p>"
54235556
}
5557+
},
5558+
"connectCase": {
5559+
"target": "com.amazonaws.connectcases#ConnectCaseContent",
5560+
"traits": {
5561+
"smithy.api#documentation": "Content for a related Connect case"
5562+
}
5563+
},
5564+
"custom": {
5565+
"target": "com.amazonaws.connectcases#CustomContent",
5566+
"traits": {
5567+
"smithy.api#documentation": "Content for a custom related item"
5568+
}
54245569
}
54255570
},
54265571
"traits": {
@@ -5483,6 +5628,18 @@
54835628
"traits": {
54845629
"smithy.api#documentation": "<p>Represents the content of an SLA to be created.</p>"
54855630
}
5631+
},
5632+
"connectCase": {
5633+
"target": "com.amazonaws.connectcases#ConnectCaseInputContent",
5634+
"traits": {
5635+
"smithy.api#documentation": "Input content for a related Connect case"
5636+
}
5637+
},
5638+
"custom": {
5639+
"target": "com.amazonaws.connectcases#CustomInputContent",
5640+
"traits": {
5641+
"smithy.api#documentation": "Input content for a custom related item"
5642+
}
54865643
}
54875644
},
54885645
"traits": {
@@ -5508,6 +5665,14 @@
55085665
{
55095666
"value": "Sla",
55105667
"name": "SLA"
5668+
},
5669+
{
5670+
"value": "ConnectCase",
5671+
"name": "CONNECT_CASE"
5672+
},
5673+
{
5674+
"value": "Custom",
5675+
"name": "CUSTOM"
55115676
}
55125677
]
55135678
}
@@ -5538,6 +5703,18 @@
55385703
"traits": {
55395704
"smithy.api#documentation": "<p> Filter for related items of type <code>SLA</code>.</p>"
55405705
}
5706+
},
5707+
"connectCase": {
5708+
"target": "com.amazonaws.connectcases#ConnectCaseFilter",
5709+
"traits": {
5710+
"smithy.api#documentation": "Filter for related items of type Connect case"
5711+
}
5712+
},
5713+
"custom": {
5714+
"target": "com.amazonaws.connectcases#CustomFilter",
5715+
"traits": {
5716+
"smithy.api#documentation": "Filter for related items of type Custom"
5717+
}
55415718
}
55425719
},
55435720
"traits": {
@@ -5688,7 +5865,7 @@
56885865
"target": "smithy.api#Integer",
56895866
"traits": {
56905867
"smithy.api#default": null,
5691-
"smithy.api#documentation": "<p>The maximum number of cases to return. The current maximum supported value is 25. This is also the default value when no other value is provided.</p>",
5868+
"smithy.api#documentation": "<p>The maximum number of cases to return. When no value is provided, 25 is the default.</p>",
56925869
"smithy.api#range": {
56935870
"min": 1,
56945871
"max": 100

0 commit comments

Comments
 (0)