Skip to content

Commit 2ad549f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent fdbd882 commit 2ad549f

File tree

4 files changed

+162
-3
lines changed

4 files changed

+162
-3
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4321,7 +4321,7 @@
43214321
"HttpVersion": {
43224322
"target": "com.amazonaws.cloudfront#HttpVersion",
43234323
"traits": {
4324-
"smithy.api#documentation": "<p>(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.</p> \n\t\t <p>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).</p> \n\t\t <p>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.\" </p>"
4324+
"smithy.api#documentation": "<p>(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 <code>http2</code>. Viewers\n\t\t\tthat don't support HTTP/2 automatically use an earlier HTTP version.</p> \n\t\t <p>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).</p>\n\t\t <p>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 <a href=\"https://www.rfc-editor.org/rfc/rfc9000.html#name-connection-migration\">Connection Migration</a> at RFC 9000. For more information about\n\t\t\tsupported 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>"
43254325
}
43264326
},
43274327
"IsIPV6Enabled": {
@@ -7056,6 +7056,14 @@
70567056
{
70577057
"value": "http2",
70587058
"name": "http2"
7059+
},
7060+
{
7061+
"value": "http3",
7062+
"name": "http3"
7063+
},
7064+
{
7065+
"value": "http2and3",
7066+
"name": "http2and3"
70597067
}
70607068
]
70617069
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"name": "identitystore"
4444
},
4545
"aws.protocols#awsJson1_1": {},
46-
"smithy.api#documentation": "<p>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 <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User\n Guide</a>.</p>",
46+
"smithy.api#documentation": "<p>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 <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User\n Guide</a>.</p>\n \n <note>\n <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and\n <code>identitystore</code> API namespaces will continue to retain their original name for\n 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>\n </note>\n \n <p>This reference guide describes the identity store operations that you can call\n programatically and includes detailed information on data types and errors.</p>",
4747
"smithy.api#title": "AWS SSO Identity Store"
4848
},
4949
"version": "2020-06-15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
"name": "awsssoportal"
496496
},
497497
"aws.protocols#restJson1": {},
498-
"smithy.api#documentation": "<p>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.</p>\n\n <note>\n <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and\n <code>identitystore</code> API namespaces will continue to retain their original name for\n 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>\n </note>\n\n <p>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.</p>\n\n <note>\n <p>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 <a href=\"http://aws.amazon.com/tools/\">Tools for Amazon Web Services</a>.</p>\n </note>",
498+
"smithy.api#documentation": "<p>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.</p>\n\n <note>\n <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and\n <code>identitystore</code> API namespaces will continue to retain their original name for\n 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>\n </note>\n\n <p>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.</p>\n\n <note>\n <p>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 <a href=\"http://aws.amazon.com/tools/\">Tools for Amazon Web Services</a>.</p>\n </note>",
499499
"smithy.api#title": "AWS Single Sign-On"
500500
},
501501
"version": "2019-06-10",

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

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
{
6969
"target": "com.amazonaws.wisdom#NotifyRecommendationsReceived"
7070
},
71+
{
72+
"target": "com.amazonaws.wisdom#PutFeedback"
73+
},
7174
{
7275
"target": "com.amazonaws.wisdom#QueryAssistant"
7376
},
@@ -1535,6 +1538,21 @@
15351538
"smithy.api#documentation": "<p>The text of the document.</p>"
15361539
}
15371540
},
1541+
"com.amazonaws.wisdom#FeedbackData": {
1542+
"type": "structure",
1543+
"members": {
1544+
"relevance": {
1545+
"target": "com.amazonaws.wisdom#Relevance",
1546+
"traits": {
1547+
"smithy.api#documentation": "<p>The relevance of the target this feedback is for.</p>",
1548+
"smithy.api#required": {}
1549+
}
1550+
}
1551+
},
1552+
"traits": {
1553+
"smithy.api#documentation": "<p>The feedback to submit to Wisdom.</p>"
1554+
}
1555+
},
15381556
"com.amazonaws.wisdom#Filter": {
15391557
"type": "structure",
15401558
"members": {
@@ -2851,6 +2869,109 @@
28512869
"smithy.api#httpError": 412
28522870
}
28532871
},
2872+
"com.amazonaws.wisdom#PutFeedback": {
2873+
"type": "operation",
2874+
"input": {
2875+
"target": "com.amazonaws.wisdom#PutFeedbackRequest"
2876+
},
2877+
"output": {
2878+
"target": "com.amazonaws.wisdom#PutFeedbackResponse"
2879+
},
2880+
"errors": [
2881+
{
2882+
"target": "com.amazonaws.wisdom#AccessDeniedException"
2883+
},
2884+
{
2885+
"target": "com.amazonaws.wisdom#ResourceNotFoundException"
2886+
},
2887+
{
2888+
"target": "com.amazonaws.wisdom#ValidationException"
2889+
}
2890+
],
2891+
"traits": {
2892+
"smithy.api#documentation": "<p>Submits feedback to Wisdom. The feedback is used to improve future recommendations from\n <a href=\"https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetRecommendations.html\">GetRecommendations</a> or\n results from <a href=\"https://docs.aws.amazon.com/wisdom/latest/APIReference/API_QueryAssistant.html\">QueryAssistant</a>.\n Feedback can be resubmitted up to 6 hours after submission.\n </p>",
2893+
"smithy.api#http": {
2894+
"uri": "/assistants/{assistantId}/feedback",
2895+
"method": "PUT"
2896+
},
2897+
"smithy.api#idempotent": {},
2898+
"smithy.api#private": {}
2899+
}
2900+
},
2901+
"com.amazonaws.wisdom#PutFeedbackRequest": {
2902+
"type": "structure",
2903+
"members": {
2904+
"assistantId": {
2905+
"target": "com.amazonaws.wisdom#UuidOrArn",
2906+
"traits": {
2907+
"smithy.api#documentation": "<p>The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>",
2908+
"smithy.api#httpLabel": {},
2909+
"smithy.api#required": {}
2910+
}
2911+
},
2912+
"targetId": {
2913+
"target": "smithy.api#String",
2914+
"traits": {
2915+
"smithy.api#documentation": "<p>The identifier of a recommendation. or The identifier of the result data.</p>",
2916+
"smithy.api#required": {}
2917+
}
2918+
},
2919+
"targetType": {
2920+
"target": "com.amazonaws.wisdom#TargetType",
2921+
"traits": {
2922+
"smithy.api#documentation": "<p>The type of the targetId for which The feedback. is targeted.</p>",
2923+
"smithy.api#required": {}
2924+
}
2925+
},
2926+
"feedback": {
2927+
"target": "com.amazonaws.wisdom#FeedbackData",
2928+
"traits": {
2929+
"smithy.api#documentation": "<p>The feedback.</p>",
2930+
"smithy.api#required": {}
2931+
}
2932+
}
2933+
}
2934+
},
2935+
"com.amazonaws.wisdom#PutFeedbackResponse": {
2936+
"type": "structure",
2937+
"members": {
2938+
"assistantId": {
2939+
"target": "com.amazonaws.wisdom#Uuid",
2940+
"traits": {
2941+
"smithy.api#documentation": "<p>The identifier of the Wisdom assistant.</p>",
2942+
"smithy.api#required": {}
2943+
}
2944+
},
2945+
"assistantArn": {
2946+
"target": "com.amazonaws.wisdom#UuidOrArn",
2947+
"traits": {
2948+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Wisdom assistant.</p>",
2949+
"smithy.api#required": {}
2950+
}
2951+
},
2952+
"targetId": {
2953+
"target": "com.amazonaws.wisdom#Uuid",
2954+
"traits": {
2955+
"smithy.api#documentation": "<p>The identifier of a recommendation. or The identifier of the result data.</p>",
2956+
"smithy.api#required": {}
2957+
}
2958+
},
2959+
"targetType": {
2960+
"target": "com.amazonaws.wisdom#TargetType",
2961+
"traits": {
2962+
"smithy.api#documentation": "<p>The type of the targetId for which The feedback. is targeted.</p>",
2963+
"smithy.api#required": {}
2964+
}
2965+
},
2966+
"feedback": {
2967+
"target": "com.amazonaws.wisdom#FeedbackData",
2968+
"traits": {
2969+
"smithy.api#documentation": "<p>The feedback.</p>",
2970+
"smithy.api#required": {}
2971+
}
2972+
}
2973+
}
2974+
},
28542975
"com.amazonaws.wisdom#QueryAssistant": {
28552976
"type": "operation",
28562977
"input": {
@@ -3120,6 +3241,21 @@
31203241
]
31213242
}
31223243
},
3244+
"com.amazonaws.wisdom#Relevance": {
3245+
"type": "string",
3246+
"traits": {
3247+
"smithy.api#enum": [
3248+
{
3249+
"value": "HELPFUL",
3250+
"name": "HELPFUL"
3251+
},
3252+
{
3253+
"value": "NOT_HELPFUL",
3254+
"name": "NOT_HELPFUL"
3255+
}
3256+
]
3257+
}
3258+
},
31233259
"com.amazonaws.wisdom#RelevanceLevel": {
31243260
"type": "string",
31253261
"traits": {
@@ -3763,6 +3899,21 @@
37633899
"target": "com.amazonaws.wisdom#TagValue"
37643900
}
37653901
},
3902+
"com.amazonaws.wisdom#TargetType": {
3903+
"type": "string",
3904+
"traits": {
3905+
"smithy.api#enum": [
3906+
{
3907+
"value": "RECOMMENDATION",
3908+
"name": "RECOMMENDATION"
3909+
},
3910+
{
3911+
"value": "RESULT",
3912+
"name": "RESULT"
3913+
}
3914+
]
3915+
}
3916+
},
37663917
"com.amazonaws.wisdom#TooManyTagsException": {
37673918
"type": "structure",
37683919
"members": {

0 commit comments

Comments
 (0)