diff --git a/codegen/sdk-codegen/aws-models/cloudfront.json b/codegen/sdk-codegen/aws-models/cloudfront.json index cb590c05b44..3b9b57fcf52 100644 --- a/codegen/sdk-codegen/aws-models/cloudfront.json +++ b/codegen/sdk-codegen/aws-models/cloudfront.json @@ -4321,7 +4321,7 @@ "HttpVersion": { "target": "com.amazonaws.cloudfront#HttpVersion", "traits": { - "smithy.api#documentation": "

(Optional) Specify the maximum HTTP version that you want viewers to use to communicate \n\t\t\twith CloudFront. The default value for new web distributions is http2. Viewers that don't support \n\t\t\tHTTP/2 automatically use an earlier HTTP version.

\n\t\t

For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must \n\t\t\tsupport Server Name Identification (SNI).

\n\t\t

In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. \n\t\t\tYou can improve performance by optimizing for HTTP/2. For more information, do an Internet \n\t\t\tsearch for \"http/2 optimization.\"

" + "smithy.api#documentation": "

(Optional) Specify the maximum HTTP version(s) that you want viewers to use to communicate\n\t\t\twith CloudFront. The default value for new web distributions is http2. Viewers\n\t\t\tthat don't support HTTP/2 automatically use an earlier HTTP version.

\n\t\t

For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must \n\t\t\tsupport Server Name Indication (SNI).

\n\t\t

For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name\n\t\t\tIndication (SNI). CloudFront supports HTTP/3 connection migration to allow the\n\t\t\tviewer to switch networks without losing connection. For more information\n\t\t\tabout connection migration, see Connection Migration at RFC 9000. For more information about\n\t\t\tsupported TLSv1.3 ciphers, see Supported protocols and ciphers between viewers and CloudFront.

" } }, "IsIPV6Enabled": { @@ -7056,6 +7056,14 @@ { "value": "http2", "name": "http2" + }, + { + "value": "http3", + "name": "http3" + }, + { + "value": "http2and3", + "name": "http2and3" } ] } diff --git a/codegen/sdk-codegen/aws-models/identitystore.json b/codegen/sdk-codegen/aws-models/identitystore.json index ab9073c6b54..244bc513980 100644 --- a/codegen/sdk-codegen/aws-models/identitystore.json +++ b/codegen/sdk-codegen/aws-models/identitystore.json @@ -43,7 +43,7 @@ "name": "identitystore" }, "aws.protocols#awsJson1_1": {}, - "smithy.api#documentation": "

The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of\n your identities (users and groups). For more information, see the Amazon Web Services SSO User\n Guide.

", + "smithy.api#documentation": "

The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of\n your identities (users and groups). For more information, see the Amazon Web Services SSO User\n Guide.

\n \n \n

Although Amazon Web Services Single Sign-On was renamed, the sso and\n identitystore API namespaces will continue to retain their original name for\n backward compatibility purposes. For more information, see Amazon Web Services SSO rename.

\n
\n \n

This reference guide describes the identity store operations that you can call\n programatically and includes detailed information on data types and errors.

", "smithy.api#title": "AWS SSO Identity Store" }, "version": "2020-06-15", diff --git a/codegen/sdk-codegen/aws-models/sso.json b/codegen/sdk-codegen/aws-models/sso.json index 6d36d06a3d5..2e61fa66730 100644 --- a/codegen/sdk-codegen/aws-models/sso.json +++ b/codegen/sdk-codegen/aws-models/sso.json @@ -495,7 +495,7 @@ "name": "awsssoportal" }, "aws.protocols#restJson1": {}, - "smithy.api#documentation": "

Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to\n Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles\n assigned to them and get federated into the application.

\n\n \n

Although Amazon Web Services Single Sign-On was renamed, the sso and\n identitystore API namespaces will continue to retain their original name for\n backward compatibility purposes. For more information, see Amazon Web Services SSO rename.

\n
\n\n

This API reference guide describes the Amazon Web Services SSO Portal operations that you can call\n programatically and includes detailed information on data types and errors.

\n\n \n

Amazon Web Services provides SDKs that consist of libraries and sample code for various programming\n languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a\n convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more\n information about the Amazon Web Services SDKs, including how to download and install them, see Tools for Amazon Web Services.

\n
", + "smithy.api#documentation": "

Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to\n Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles\n assigned to them and get federated into the application.

\n\n \n

Although Amazon Web Services Single Sign-On was renamed, the sso and\n identitystore API namespaces will continue to retain their original name for\n backward compatibility purposes. For more information, see Amazon Web Services SSO rename.

\n
\n\n

This reference guide describes the Amazon Web Services SSO Portal operations that you can call\n programatically and includes detailed information on data types and errors.

\n\n \n

Amazon Web Services provides SDKs that consist of libraries and sample code for various programming\n languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a\n convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more\n information about the Amazon Web Services SDKs, including how to download and install them, see Tools for Amazon Web Services.

\n
", "smithy.api#title": "AWS Single Sign-On" }, "version": "2019-06-10", diff --git a/codegen/sdk-codegen/aws-models/wisdom.json b/codegen/sdk-codegen/aws-models/wisdom.json index 9e1e171fc65..761d503b834 100644 --- a/codegen/sdk-codegen/aws-models/wisdom.json +++ b/codegen/sdk-codegen/aws-models/wisdom.json @@ -68,6 +68,9 @@ { "target": "com.amazonaws.wisdom#NotifyRecommendationsReceived" }, + { + "target": "com.amazonaws.wisdom#PutFeedback" + }, { "target": "com.amazonaws.wisdom#QueryAssistant" }, @@ -1535,6 +1538,21 @@ "smithy.api#documentation": "

The text of the document.

" } }, + "com.amazonaws.wisdom#FeedbackData": { + "type": "structure", + "members": { + "relevance": { + "target": "com.amazonaws.wisdom#Relevance", + "traits": { + "smithy.api#documentation": "

The relevance of the target this feedback is for.

", + "smithy.api#required": {} + } + } + }, + "traits": { + "smithy.api#documentation": "

The feedback to submit to Wisdom.

" + } + }, "com.amazonaws.wisdom#Filter": { "type": "structure", "members": { @@ -2851,6 +2869,109 @@ "smithy.api#httpError": 412 } }, + "com.amazonaws.wisdom#PutFeedback": { + "type": "operation", + "input": { + "target": "com.amazonaws.wisdom#PutFeedbackRequest" + }, + "output": { + "target": "com.amazonaws.wisdom#PutFeedbackResponse" + }, + "errors": [ + { + "target": "com.amazonaws.wisdom#AccessDeniedException" + }, + { + "target": "com.amazonaws.wisdom#ResourceNotFoundException" + }, + { + "target": "com.amazonaws.wisdom#ValidationException" + } + ], + "traits": { + "smithy.api#documentation": "

Submits feedback to Wisdom. The feedback is used to improve future recommendations from\n GetRecommendations or\n results from QueryAssistant.\n Feedback can be resubmitted up to 6 hours after submission.\n

", + "smithy.api#http": { + "uri": "/assistants/{assistantId}/feedback", + "method": "PUT" + }, + "smithy.api#idempotent": {}, + "smithy.api#private": {} + } + }, + "com.amazonaws.wisdom#PutFeedbackRequest": { + "type": "structure", + "members": { + "assistantId": { + "target": "com.amazonaws.wisdom#UuidOrArn", + "traits": { + "smithy.api#documentation": "

The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

", + "smithy.api#httpLabel": {}, + "smithy.api#required": {} + } + }, + "targetId": { + "target": "smithy.api#String", + "traits": { + "smithy.api#documentation": "

The identifier of a recommendation. or The identifier of the result data.

", + "smithy.api#required": {} + } + }, + "targetType": { + "target": "com.amazonaws.wisdom#TargetType", + "traits": { + "smithy.api#documentation": "

The type of the targetId for which The feedback. is targeted.

", + "smithy.api#required": {} + } + }, + "feedback": { + "target": "com.amazonaws.wisdom#FeedbackData", + "traits": { + "smithy.api#documentation": "

The feedback.

", + "smithy.api#required": {} + } + } + } + }, + "com.amazonaws.wisdom#PutFeedbackResponse": { + "type": "structure", + "members": { + "assistantId": { + "target": "com.amazonaws.wisdom#Uuid", + "traits": { + "smithy.api#documentation": "

The identifier of the Wisdom assistant.

", + "smithy.api#required": {} + } + }, + "assistantArn": { + "target": "com.amazonaws.wisdom#UuidOrArn", + "traits": { + "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the Wisdom assistant.

", + "smithy.api#required": {} + } + }, + "targetId": { + "target": "com.amazonaws.wisdom#Uuid", + "traits": { + "smithy.api#documentation": "

The identifier of a recommendation. or The identifier of the result data.

", + "smithy.api#required": {} + } + }, + "targetType": { + "target": "com.amazonaws.wisdom#TargetType", + "traits": { + "smithy.api#documentation": "

The type of the targetId for which The feedback. is targeted.

", + "smithy.api#required": {} + } + }, + "feedback": { + "target": "com.amazonaws.wisdom#FeedbackData", + "traits": { + "smithy.api#documentation": "

The feedback.

", + "smithy.api#required": {} + } + } + } + }, "com.amazonaws.wisdom#QueryAssistant": { "type": "operation", "input": { @@ -3120,6 +3241,21 @@ ] } }, + "com.amazonaws.wisdom#Relevance": { + "type": "string", + "traits": { + "smithy.api#enum": [ + { + "value": "HELPFUL", + "name": "HELPFUL" + }, + { + "value": "NOT_HELPFUL", + "name": "NOT_HELPFUL" + } + ] + } + }, "com.amazonaws.wisdom#RelevanceLevel": { "type": "string", "traits": { @@ -3763,6 +3899,21 @@ "target": "com.amazonaws.wisdom#TagValue" } }, + "com.amazonaws.wisdom#TargetType": { + "type": "string", + "traits": { + "smithy.api#enum": [ + { + "value": "RECOMMENDATION", + "name": "RECOMMENDATION" + }, + { + "value": "RESULT", + "name": "RESULT" + } + ] + } + }, "com.amazonaws.wisdom#TooManyTagsException": { "type": "structure", "members": {