Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.77 #4520

Merged
merged 1 commit into from Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.77 (2022-08-15)
===

### Service Client Updates
* `service/cloudfront`: Updates service API and documentation
* Adds Http 3 support to distributions
* `service/identitystore`: Updates service documentation
* `service/sso`: Updates service documentation
* Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
* `service/wisdom`: Updates service API and documentation

Release v1.44.76 (2022-08-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.76"
const SDKVersion = "1.44.77"
4 changes: 3 additions & 1 deletion models/apis/cloudfront/2020-05-31/api-2.json
Expand Up @@ -4085,7 +4085,9 @@
"type":"string",
"enum":[
"http1.1",
"http2"
"http2",
"http3",
"http2and3"
]
},
"ICPRecordalStatus":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/cloudfront/2020-05-31/docs-2.json
Expand Up @@ -1344,7 +1344,7 @@
"HttpVersion": {
"base": null,
"refs": {
"DistributionConfig$HttpVersion": "<p>(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.</p> <p>For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI).</p> <p>In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for \"http/2 optimization.\" </p>",
"DistributionConfig$HttpVersion": "<p>(Optional) Specify the maximum HTTP version(s) that you want viewers to use to communicate with CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't support HTTP/2 automatically use an earlier HTTP version.</p> <p>For viewers and CloudFront to use HTTP/2, viewers must support TLSv1.2 or later, and must support Server Name Indication (SNI).</p> <p>For viewers and CloudFront to use HTTP/3, viewers must support TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3 connection migration to allow the viewer to switch networks without losing connection. For more information about connection migration, see <a href=\"https://www.rfc-editor.org/rfc/rfc9000.html#name-connection-migration\">Connection Migration</a> at RFC 9000. For more information about supported TLSv1.3 ciphers, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html\">Supported protocols and ciphers between viewers and CloudFront</a>.</p>",
"DistributionSummary$HttpVersion": "<p> Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that don't support <code>HTTP/2</code> will automatically use an earlier version.</p>"
}
},
Expand Down
2 changes: 1 addition & 1 deletion models/apis/identitystore/2020-06-15/docs-2.json
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User Guide</a>.</p>",
"service": "<p>The Identity Store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User Guide</a>.</p> <note> <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed\">Amazon Web Services SSO rename</a>.</p> </note> <p>This reference guide describes the identity store operations that you can call programatically and includes detailed information on data types and errors.</p>",
"operations": {
"DescribeGroup": "<p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity store.</p>",
"DescribeUser": "<p>Retrieves the user metadata and attributes from <code>UserId</code> in an identity store.</p>",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/sso/2019-06-10/docs-2.json
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles assigned to them and get federated into the application.</p> <note> <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed\">Amazon Web Services SSO rename</a>.</p> </note> <p>This API reference guide describes the Amazon Web Services SSO Portal operations that you can call programatically and includes detailed information on data types and errors.</p> <note> <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see <a href=\"http://aws.amazon.com/tools/\">Tools for Amazon Web Services</a>.</p> </note>",
"service": "<p>Amazon Web Services Single Sign On Portal is a web service that makes it easy for you to assign user access to Amazon Web Services SSO resources such as the AWS access portal. Users can get Amazon Web Services account applications and roles assigned to them and get federated into the application.</p> <note> <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed\">Amazon Web Services SSO rename</a>.</p> </note> <p>This reference guide describes the Amazon Web Services SSO Portal operations that you can call programatically and includes detailed information on data types and errors.</p> <note> <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see <a href=\"http://aws.amazon.com/tools/\">Tools for Amazon Web Services</a>.</p> </note>",
"operations": {
"GetRoleCredentials": "<p>Returns the STS short-term credentials for a given role name that is assigned to the user.</p>",
"ListAccountRoles": "<p>Lists all roles that are assigned to the user for a given Amazon Web Services account.</p>",
Expand Down
73 changes: 73 additions & 0 deletions models/apis/wisdom/2020-10-19/api-2.json
Expand Up @@ -355,6 +355,22 @@
],
"idempotent":true
},
"PutFeedback":{
"name":"PutFeedback",
"http":{
"method":"PUT",
"requestUri":"/assistants/{assistantId}/feedback",
"responseCode":200
},
"input":{"shape":"PutFeedbackRequest"},
"output":{"shape":"PutFeedbackResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"}
],
"idempotent":true
},
"QueryAssistant":{
"name":"QueryAssistant",
"http":{
Expand Down Expand Up @@ -999,6 +1015,13 @@
"text":{"shape":"SensitiveString"}
}
},
"FeedbackData":{
"type":"structure",
"required":["relevance"],
"members":{
"relevance":{"shape":"Relevance"}
}
},
"Filter":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1492,6 +1515,42 @@
},
"exception":true
},
"PutFeedbackRequest":{
"type":"structure",
"required":[
"assistantId",
"feedback",
"targetId",
"targetType"
],
"members":{
"assistantId":{
"shape":"UuidOrArn",
"location":"uri",
"locationName":"assistantId"
},
"feedback":{"shape":"FeedbackData"},
"targetId":{"shape":"String"},
"targetType":{"shape":"TargetType"}
}
},
"PutFeedbackResponse":{
"type":"structure",
"required":[
"assistantArn",
"assistantId",
"feedback",
"targetId",
"targetType"
],
"members":{
"assistantArn":{"shape":"UuidOrArn"},
"assistantId":{"shape":"Uuid"},
"feedback":{"shape":"FeedbackData"},
"targetId":{"shape":"Uuid"},
"targetType":{"shape":"TargetType"}
}
},
"QueryAssistantRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1597,6 +1656,13 @@
"type":"string",
"enum":["KNOWLEDGE_CONTENT"]
},
"Relevance":{
"type":"string",
"enum":[
"HELPFUL",
"NOT_HELPFUL"
]
},
"RelevanceLevel":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1867,6 +1933,13 @@
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"}
},
"TargetType":{
"type":"string",
"enum":[
"RECOMMENDATION",
"RESULT"
]
},
"TooManyTagsException":{
"type":"structure",
"members":{
Expand Down
36 changes: 36 additions & 0 deletions models/apis/wisdom/2020-10-19/docs-2.json
Expand Up @@ -24,6 +24,7 @@
"ListKnowledgeBases": "<p>Lists the knowledge bases.</p>",
"ListTagsForResource": "<p>Lists the tags for the specified resource.</p>",
"NotifyRecommendationsReceived": "<p>Removes the specified recommendations from the specified assistant's queue of newly available recommendations. You can use this API in conjunction with <a href=\"https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html\">GetRecommendations</a> and a <code>waitTimeSeconds</code> input for long-polling behavior and avoiding duplicate recommendations.</p>",
"PutFeedback": "<p>Submits feedback to Wisdom. The feedback is used to improve future recommendations from <a href=\"https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html\">GetRecommendations</a> or results from <a href=\"https://docs.aws.amazon.com/wisdom/latest/APIReference/API_QueryAssistant.html\">QueryAssistant</a>. Feedback can be resubmitted up to 6 hours after submission. </p>",
"QueryAssistant": "<p>Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use <a href=\"https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html\">GetRecommendations</a>. </p>",
"RemoveKnowledgeBaseTemplateUri": "<p>Removes a URI template from a knowledge base.</p>",
"SearchContent": "<p>Searches for content in a specified knowledge base. Can be used to get a specific content resource by its name.</p>",
Expand Down Expand Up @@ -343,6 +344,13 @@
"Document$title": "<p>The title of the document.</p>"
}
},
"FeedbackData": {
"base": "<p>The feedback to submit to Wisdom.</p>",
"refs": {
"PutFeedbackRequest$feedback": "<p>The feedback.</p>",
"PutFeedbackResponse$feedback": "<p>The feedback.</p>"
}
},
"Filter": {
"base": "<p>A search filter.</p>",
"refs": {
Expand Down Expand Up @@ -666,6 +674,16 @@
"refs": {
}
},
"PutFeedbackRequest": {
"base": null,
"refs": {
}
},
"PutFeedbackResponse": {
"base": null,
"refs": {
}
},
"QueryAssistantRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -751,6 +769,12 @@
"RecommendationData$type": "<p>The type of recommendation.</p>"
}
},
"Relevance": {
"base": null,
"refs": {
"FeedbackData$relevance": "<p>The relevance of the target this feedback is for.</p>"
}
},
"RelevanceLevel": {
"base": null,
"refs": {
Expand Down Expand Up @@ -886,6 +910,7 @@
"ConflictException$message": null,
"NotifyRecommendationsReceivedError$recommendationId": "<p>The identifier of the recommendation that is in error.</p>",
"PreconditionFailedException$message": null,
"PutFeedbackRequest$targetId": "<p>The identifier of a recommendation. or The identifier of the result data.</p>",
"RecommendationData$recommendationId": "<p>The identifier of the recommendation.</p>",
"RecommendationIdList$member": null,
"ResourceNotFoundException$message": null,
Expand Down Expand Up @@ -954,6 +979,13 @@
"TagResourceRequest$tags": "<p>The tags used to organize, track, or control access for this resource.</p>"
}
},
"TargetType": {
"base": null,
"refs": {
"PutFeedbackRequest$targetType": "<p>The type of the targetId for which The feedback. is targeted.</p>",
"PutFeedbackResponse$targetType": "<p>The type of the targetId for which The feedback. is targeted.</p>"
}
},
"TooManyTagsException": {
"base": "<p>Amazon Connect Wisdom throws this exception if you have too many tags in your tag set.</p>",
"refs": {
Expand Down Expand Up @@ -1025,6 +1057,8 @@
"KnowledgeBaseAssociationData$knowledgeBaseId": "<p>The identifier of the knowledge base.</p>",
"KnowledgeBaseData$knowledgeBaseId": "<p>The identifier of the knowledge base.</p>",
"KnowledgeBaseSummary$knowledgeBaseId": "<p>The identifier of the knowledge base.</p>",
"PutFeedbackResponse$assistantId": "<p>The identifier of the Wisdom assistant.</p>",
"PutFeedbackResponse$targetId": "<p>The identifier of a recommendation. or The identifier of the result data.</p>",
"RecommendationTrigger$id": "<p>The identifier of the recommendation trigger.</p>",
"ResultData$resultId": "<p>The identifier of the result data.</p>",
"SessionData$sessionId": "<p>The identifier of the session.</p>",
Expand Down Expand Up @@ -1060,6 +1094,8 @@
"ListContentsRequest$knowledgeBaseId": "<p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
"NotifyRecommendationsReceivedRequest$assistantId": "<p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
"NotifyRecommendationsReceivedRequest$sessionId": "<p>The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
"PutFeedbackRequest$assistantId": "<p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
"PutFeedbackResponse$assistantArn": "<p>The Amazon Resource Name (ARN) of the Wisdom assistant.</p>",
"QueryAssistantRequest$assistantId": "<p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
"RemoveKnowledgeBaseTemplateUriRequest$knowledgeBaseId": "<p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
"SearchContentRequest$knowledgeBaseId": "<p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
Expand Down
23 changes: 17 additions & 6 deletions service/cloudfront/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.