From 073aeabad12875277c77d9e17f4208211a8022be Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Mon, 16 May 2022 13:26:29 -0700 Subject: [PATCH] Update API models out of band of releases to pull in changes Updates the API models the SDK uses to pull in changes that were not included in automated releases. iotsecuretunnling and mobile model updates fix https://github.com/aws/aws-sdk-go-v2/issues/1686 where the request was being signed with the wrong name. --- codegen/sdk-codegen/aws-models/iotsecuretunneling.json | 2 +- codegen/sdk-codegen/aws-models/kinesis.json | 5 ++++- codegen/sdk-codegen/aws-models/lex-runtime-v2.json | 5 ++++- codegen/sdk-codegen/aws-models/mobile.json | 2 +- codegen/sdk-codegen/aws-models/transcribe-streaming.json | 5 ++++- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/codegen/sdk-codegen/aws-models/iotsecuretunneling.json b/codegen/sdk-codegen/aws-models/iotsecuretunneling.json index 26d2606846a..caa781f3097 100644 --- a/codegen/sdk-codegen/aws-models/iotsecuretunneling.json +++ b/codegen/sdk-codegen/aws-models/iotsecuretunneling.json @@ -238,7 +238,7 @@ "endpointPrefix": "api.tunneling.iot" }, "aws.auth#sigv4": { - "name": "iotsecuredtunneling" + "name": "IoTSecuredTunneling" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "IoT Secure Tunneling\n\t\t

IoT Secure Tunneling creates remote connections to devices deployed in the\n\t\t\tfield.

\n\t\t

For more information about how IoT Secure Tunneling works, see IoT\n\t\t\t\tSecure Tunneling.

", diff --git a/codegen/sdk-codegen/aws-models/kinesis.json b/codegen/sdk-codegen/aws-models/kinesis.json index 519a8f2fab8..e18cd110707 100644 --- a/codegen/sdk-codegen/aws-models/kinesis.json +++ b/codegen/sdk-codegen/aws-models/kinesis.json @@ -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": "Amazon Kinesis Data Streams Service API Reference\n

Amazon Kinesis Data Streams is a managed service that scales elastically for real-time\n processing of streaming big data.

", "smithy.api#title": "Amazon Kinesis", "smithy.api#xmlNamespace": { diff --git a/codegen/sdk-codegen/aws-models/lex-runtime-v2.json b/codegen/sdk-codegen/aws-models/lex-runtime-v2.json index 66daa20ada7..61c201dbd6f 100644 --- a/codegen/sdk-codegen/aws-models/lex-runtime-v2.json +++ b/codegen/sdk-codegen/aws-models/lex-runtime-v2.json @@ -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": "

", "smithy.api#title": "Amazon Lex Runtime V2" }, diff --git a/codegen/sdk-codegen/aws-models/mobile.json b/codegen/sdk-codegen/aws-models/mobile.json index 785148ffd59..731bea56020 100644 --- a/codegen/sdk-codegen/aws-models/mobile.json +++ b/codegen/sdk-codegen/aws-models/mobile.json @@ -70,7 +70,7 @@ "endpointPrefix": "mobile" }, "aws.auth#sigv4": { - "name": "awsmobilehubservice" + "name": "AWSMobileHubService" }, "aws.protocols#restJson1": {}, "smithy.api#documentation": "

\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

", diff --git a/codegen/sdk-codegen/aws-models/transcribe-streaming.json b/codegen/sdk-codegen/aws-models/transcribe-streaming.json index 3f54217ce28..0fc0c6da42d 100644 --- a/codegen/sdk-codegen/aws-models/transcribe-streaming.json +++ b/codegen/sdk-codegen/aws-models/transcribe-streaming.json @@ -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": "

Operations and objects for transcribing streaming speech to text.

", "smithy.api#title": "Amazon Transcribe Streaming Service" },