Skip to content

Commit 8fc04a9

Browse files
Update to latest models
1 parent 441beea commit 8fc04a9

7 files changed

Lines changed: 1133 additions & 14 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``connect``",
4+
"description": "Amazon Connect now offers public APIs to programmatically configure and run automated tests for contact center experiences. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of voice interactions and workflows."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``datazone``",
4+
"description": "Added api for deleting data export configuration for a domain"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``qconnect``",
4+
"description": "Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes."
5+
}

awscli/botocore/data/connect/2017-08-08/paginators-1.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,21 @@
555555
],
556556
"output_token": "NextToken",
557557
"result_key": "ChildHoursOfOperationsSummaryList"
558+
},
559+
"ListTestCases": {
560+
"input_token": "NextToken",
561+
"limit_key": "MaxResults",
562+
"output_token": "NextToken",
563+
"result_key": "TestCaseSummaryList"
564+
},
565+
"SearchTestCases": {
566+
"input_token": "NextToken",
567+
"limit_key": "MaxResults",
568+
"non_aggregate_keys": [
569+
"ApproximateTotalCount"
570+
],
571+
"output_token": "NextToken",
572+
"result_key": "TestCases"
558573
}
559574
}
560575
}

awscli/botocore/data/connect/2017-08-08/service-2.json

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

awscli/botocore/data/datazone/2018-05-10/service-2.json

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,27 @@
908908
"documentation":"<p>Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>",
909909
"idempotent":true
910910
},
911+
"DeleteDataExportConfiguration":{
912+
"name":"DeleteDataExportConfiguration",
913+
"http":{
914+
"method":"DELETE",
915+
"requestUri":"/v2/domains/{domainIdentifier}/data-export-configuration",
916+
"responseCode":204
917+
},
918+
"input":{"shape":"DeleteDataExportConfigurationInput"},
919+
"output":{"shape":"DeleteDataExportConfigurationOutput"},
920+
"errors":[
921+
{"shape":"InternalServerException"},
922+
{"shape":"ResourceNotFoundException"},
923+
{"shape":"AccessDeniedException"},
924+
{"shape":"ThrottlingException"},
925+
{"shape":"ConflictException"},
926+
{"shape":"ValidationException"},
927+
{"shape":"UnauthorizedException"}
928+
],
929+
"documentation":"<p>Deletes data export configuration for a domain.</p> <p>This operation does not delete the S3 table created by the PutDataExportConfiguration operation.</p> <p>To temporarily disable export without deleting the configuration, use the PutDataExportConfiguration operation with the <code>--no-enable-export</code> flag instead. This allows you to re-enable export for the same domain using the <code>--enable-export</code> flag without deleting S3 table.</p>",
930+
"idempotent":true
931+
},
911932
"DeleteDataProduct":{
912933
"name":"DeleteDataProduct",
913934
"http":{
@@ -2818,7 +2839,7 @@
28182839
{"shape":"ValidationException"},
28192840
{"shape":"UnauthorizedException"}
28202841
],
2821-
"documentation":"<p>Creates data export configuration details.</p> <p>In the current release, you can enable exporting asset metadata only for one domain per Amazon Web Services account per region. If you disable exporting asset metadata feature for a domain where it's already enabled, you cannot enable this feature for another domain in the same Amazon Web Services account and region.</p>",
2842+
"documentation":"<p>Creates data export configuration details.</p> <p>If you want to temporarily disable export and later re-enable it for the same domain, use the <code>--no-enable-export</code> flag to disable and the <code>--enable-export</code> flag to re-enable. This preserves the configuration and allows you to re-enable export without deleting S3 table.</p> <note> <p>You can enable asset metadata export for only one domain per account per Region. To enable export for a different domain, complete the following steps:</p> <ol> <li> <p>Delete the export configuration for the currently enabled domain using the DeleteDataExportConfiguration operation.</p> </li> <li> <p>Delete the asset S3 table under the aws-sagemaker-catalog S3 table bucket. We recommend backing up the S3 table before deletion.</p> </li> <li> <p>Call the PutDataExportConfiguration API to enable export for the new domain.</p> </li> </ol> </note>",
28222843
"idempotent":true
28232844
},
28242845
"PutEnvironmentBlueprintConfiguration":{
@@ -9609,6 +9630,22 @@
96099630
}
96109631
}
96119632
},
9633+
"DeleteDataExportConfigurationInput":{
9634+
"type":"structure",
9635+
"required":["domainIdentifier"],
9636+
"members":{
9637+
"domainIdentifier":{
9638+
"shape":"DomainId",
9639+
"documentation":"<p>The domain ID for which you want to delete the data export configuration.</p>",
9640+
"location":"uri",
9641+
"locationName":"domainIdentifier"
9642+
}
9643+
}
9644+
},
9645+
"DeleteDataExportConfigurationOutput":{
9646+
"type":"structure",
9647+
"members":{}
9648+
},
96129649
"DeleteDataProductInput":{
96139650
"type":"structure",
96149651
"required":[
@@ -19637,7 +19674,7 @@
1963719674
"members":{
1963819675
"domainIdentifier":{
1963919676
"shape":"DomainId",
19640-
"documentation":"<p>The domain ID where you want to create data export configuration details.</p>",
19677+
"documentation":"<p>The domain ID for which you want to create data export configuration details.</p>",
1964119678
"location":"uri",
1964219679
"locationName":"domainIdentifier"
1964319680
},

awscli/botocore/data/qconnect/2020-10-19/service-2.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,8 @@
25432543
"documentation":"<p>A hint indicating that the annotation contains potentially destructive content.</p>"
25442544
}
25452545
},
2546-
"documentation":"<p>An annotation that provides additional context or metadata.</p>"
2546+
"documentation":"<p>An annotation that provides additional context or metadata.</p>",
2547+
"sensitive":true
25472548
},
25482549
"AnswerRecommendationAIAgentConfiguration":{
25492550
"type":"structure",
@@ -2998,7 +2999,7 @@
29982999
"type":"structure",
29993000
"members":{
30003001
"completion":{
3001-
"shape":"NonEmptyString",
3002+
"shape":"NonEmptySensitiveString",
30023003
"documentation":"<p>A chunk of the case summarization completion.</p>"
30033004
},
30043005
"nextChunkToken":{
@@ -6855,7 +6856,8 @@
68556856
"JSONDocument":{
68566857
"type":"structure",
68576858
"members":{},
6858-
"document":true
6859+
"document":true,
6860+
"sensitive":true
68596861
},
68606862
"KnowledgeBaseAssociationConfigurationData":{
68616863
"type":"structure",
@@ -11483,7 +11485,8 @@
1148311485
"type":"string",
1148411486
"enum":[
1148511487
"RECOMMENDATION",
11486-
"RESULT"
11488+
"RESULT",
11489+
"MESSAGE"
1148711490
]
1148811491
},
1148911492
"TextAIPrompt":{
@@ -11588,15 +11591,15 @@
1158811591
"documentation":"<p>The type of the tool.</p>"
1158911592
},
1159011593
"title":{
11591-
"shape":"NonEmptyString",
11594+
"shape":"NonEmptySensitiveString",
1159211595
"documentation":"<p>The title of the tool configuration.</p>"
1159311596
},
1159411597
"toolId":{
1159511598
"shape":"NonEmptyString",
1159611599
"documentation":"<p>The identifier of the tool, for example toolName from Model Context Provider server.</p>"
1159711600
},
1159811601
"description":{
11599-
"shape":"String",
11602+
"shape":"NonEmptySensitiveString",
1160011603
"documentation":"<p>The description of the tool configuration.</p>"
1160111604
},
1160211605
"instruction":{
@@ -11650,7 +11653,8 @@
1165011653
"documentation":"<p>Examples for using the tool.</p>"
1165111654
}
1165211655
},
11653-
"documentation":"<p>Instructions for using a tool.</p>"
11656+
"documentation":"<p>Instructions for using a tool.</p>",
11657+
"sensitive":true
1165411658
},
1165511659
"ToolOutputConfiguration":{
1165611660
"type":"structure",
@@ -11683,7 +11687,8 @@
1168311687
},
1168411688
"ToolOutputFilterList":{
1168511689
"type":"list",
11686-
"member":{"shape":"ToolOutputFilter"}
11690+
"member":{"shape":"ToolOutputFilter"},
11691+
"sensitive":true
1168711692
},
1168811693
"ToolOverrideConstantInputValue":{
1168911694
"type":"structure",
@@ -11734,7 +11739,8 @@
1173411739
},
1173511740
"ToolOverrideInputValueList":{
1173611741
"type":"list",
11737-
"member":{"shape":"ToolOverrideInputValue"}
11742+
"member":{"shape":"ToolOverrideInputValue"},
11743+
"sensitive":true
1173811744
},
1173911745
"ToolOverrideInputValueType":{
1174011746
"type":"string",
@@ -12035,9 +12041,9 @@
1203512041
"shape":"AIAgentConfigurationData",
1203612042
"documentation":"<p>The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.</p>"
1203712043
},
12038-
"orchestratorConfigurationList":{
12039-
"shape":"OrchestratorConfigurationList",
12040-
"documentation":"<p>The updated list of orchestrator configurations for the assistant AI Agent.</p>"
12044+
"orchestratorUseCase":{
12045+
"shape":"NonEmptyString",
12046+
"documentation":"<p>The orchestrator use case for the AI Agent being added.</p>"
1204112047
}
1204212048
}
1204312049
},

0 commit comments

Comments
 (0)