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

breakfix: correct nullability of apigateway services #2329

Merged
merged 1 commit into from
Oct 23, 2023
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
25 changes: 25 additions & 0 deletions .changelog/2f21357c3f8e45c98ce2c27bf18622f6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "2f21357c-3f8e-45c9-8ce2-c27bf18622f6",
"type": "feature",
"description": "**BREAKFIX**: Correct nullability representation of APIGateway-based services.",
"modules": [
"service/amplifybackend",
"service/apigatewayv2",
"service/greengrass",
"service/iot1clickdevicesservice",
"service/kafka",
"service/macie2",
"service/mediaconnect",
"service/mediaconvert",
"service/medialive",
"service/mediapackage",
"service/mediapackagevod",
"service/mq",
"service/pinpoint",
"service/pinpointsmsvoice",
"service/route53recoverycontrolconfig",
"service/route53recoveryreadiness",
"service/schemas",
"service/serverlessapplicationrepository"
]
}

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ software.amazon.smithy.aws.go.codegen.customization.AdjustAwsRestJsonContentType
software.amazon.smithy.aws.go.codegen.customization.SQSValidateMessageChecksum
software.amazon.smithy.aws.go.codegen.EndpointDiscoveryGenerator
software.amazon.smithy.aws.go.codegen.customization.S3100Continue
software.amazon.smithy.aws.go.codegen.customization.ApiGatewayExportsNullabilityExceptionIntegration
software.amazon.smithy.aws.go.codegen.customization.LambdaRecursionDetection
software.amazon.smithy.aws.go.codegen.customization.SQSCustomizations
software.amazon.smithy.aws.go.codegen.AwsEndpointResolverInitializerGenerator
Expand Down