Skip to content

Commit

Permalink
Fix iotsecuretunneling and mobile API clients to use correct signing …
Browse files Browse the repository at this point in the history
…name (#1711)

Fixes iotsecuretunneling and mobile API clients to use the correct name for signing requests. The models for these APIs contained the wrong name. This PR fixes that, and regenerates the API clients.

Fixes #1686
  • Loading branch information
jasdel committed May 16, 2022
1 parent 40a800b commit b344246
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 22 deletions.
9 changes: 9 additions & 0 deletions .changelog/e4cddb5c443e4c7ab265dd02f294fbde.json
@@ -0,0 +1,9 @@
{
"id": "e4cddb5c-443e-4c7a-b265-dd02f294fbde",
"type": "bugfix",
"description": "Fixes iotsecuretunneling and mobile API clients to use the correct name for signing requests, Fixes [#1686](https://github.com/aws/aws-sdk-go-v2/issues/1686).",
"modules": [
"service/iotsecuretunneling",
"service/mobile"
]
}
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
2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_CloseTunnel.go

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

2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_DescribeTunnel.go

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

2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_ListTagsForResource.go

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

2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_ListTunnels.go

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

2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_OpenTunnel.go

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

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

2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_TagResource.go

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

2 changes: 1 addition & 1 deletion service/iotsecuretunneling/api_op_UntagResource.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_CreateProject.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_DeleteProject.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_DescribeBundle.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_DescribeProject.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_ExportBundle.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_ExportProject.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_ListBundles.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_ListProjects.go

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

2 changes: 1 addition & 1 deletion service/mobile/api_op_UpdateProject.go

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

0 comments on commit b344246

Please sign in to comment.