Skip to content

Commit

Permalink
Update API models out of band of releases to pull in changes
Browse files Browse the repository at this point in the history
Updates the API models the SDK uses to pull in changes that were not
included in automated releases. iotsecuretunnling and mobile model
updates fix aws#1686 where the
request was being signed with the wrong name.
  • Loading branch information
jasdel committed May 16, 2022
1 parent 40a800b commit 073aeab
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/iotsecuretunneling.json
Expand Up @@ -238,7 +238,7 @@
"endpointPrefix": "api.tunneling.iot"
},
"aws.auth#sigv4": {
"name": "iotsecuredtunneling"
"name": "IoTSecuredTunneling"
},
"aws.protocols#awsJson1_1": {},
"smithy.api#documentation": "<fullname>IoT Secure Tunneling</fullname>\n\t\t <p>IoT Secure Tunneling creates remote connections to devices deployed in the\n\t\t\tfield.</p>\n\t\t <p>For more information about how IoT Secure Tunneling works, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/secure-tunneling.html\">IoT\n\t\t\t\tSecure Tunneling</a>.</p>",
Expand Down
5 changes: 4 additions & 1 deletion codegen/sdk-codegen/aws-models/kinesis.json
Expand Up @@ -1277,7 +1277,10 @@
"aws.auth#sigv4": {
"name": "kinesis"
},
"aws.protocols#awsJson1_1": {},
"aws.protocols#awsJson1_1": {
"http": ["http/1.1", "h2"],
"eventStreamHttp": ["h2"]
},
"smithy.api#documentation": "<fullname>Amazon Kinesis Data Streams Service API Reference</fullname>\n <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time\n processing of streaming big data.</p>",
"smithy.api#title": "Amazon Kinesis",
"smithy.api#xmlNamespace": {
Expand Down
5 changes: 4 additions & 1 deletion codegen/sdk-codegen/aws-models/lex-runtime-v2.json
Expand Up @@ -42,7 +42,10 @@
"aws.auth#sigv4": {
"name": "lex"
},
"aws.protocols#restJson1": {},
"aws.protocols#restJson1": {
"http": ["http/1.1", "h2"],
"eventStreamHttp": ["h2"]
},
"smithy.api#documentation": "<p></p>",
"smithy.api#title": "Amazon Lex Runtime V2"
},
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/mobile.json
Expand Up @@ -70,7 +70,7 @@
"endpointPrefix": "mobile"
},
"aws.auth#sigv4": {
"name": "awsmobilehubservice"
"name": "AWSMobileHubService"
},
"aws.protocols#restJson1": {},
"smithy.api#documentation": "<p>\n AWS Mobile Service provides mobile app and website developers with capabilities\n required to configure AWS resources and bootstrap their developer desktop projects\n with the necessary SDKs, constants, tools and samples to make use of those resources.\n </p>",
Expand Down
5 changes: 4 additions & 1 deletion codegen/sdk-codegen/aws-models/transcribe-streaming.json
Expand Up @@ -1447,7 +1447,10 @@
"aws.auth#sigv4": {
"name": "transcribe"
},
"aws.protocols#restJson1": {},
"aws.protocols#restJson1": {
"http": ["http/1.1", "h2"],
"eventStreamHttp": ["h2"]
},
"smithy.api#documentation": "<p>Operations and objects for transcribing streaming speech to text.</p>",
"smithy.api#title": "Amazon Transcribe Streaming Service"
},
Expand Down

0 comments on commit 073aeab

Please sign in to comment.