Amazon.CDK.aws_bedrockagentcore
Amazon.CDK.AWS.BedrockAgentCore
aws-aiops, aws-applicationsignals, aws-apptest, aws-arcregionswitch, aws-arczonalshift,
aws-b2bi, aws-backupgateway, aws-bcmdataexports, aws-bedrock, aws-bedrockagentcore,
aws-billing, aws-cleanrooms, aws-cleanroomsml, aws-codeconnections, aws-connectcampaignsv2,
aws-datazone, aws-deadline, aws-dsql, aws-entityresolution, aws-evs, aws-gameliftstreams,
aws-healthimaging, aws-invoicing, aws-launchwizard, aws-mediapackagev2, aws-mpa,
aws-neptunegraph, aws-notifications, aws-notificationscontacts, aws-observabilityadmin,
aws-odb, aws-osis, aws-paymentcryptography, aws-pcaconnectorad, aws-pcaconnectorscep,
aws-pcs, aws-proton, aws-qbusiness, aws-rbin, aws-route53profiles, aws-rtbfabric,
aws-s3express, aws-s3tables, aws-s3vectors, aws-securitylake, aws-shield, aws-smsvoice,
aws-ssmguiconnect, aws-ssmquicksetup, aws-verifiedpermissions, aws-workspacesinstances,
aws-workspacesthinclient, aws-workspacesweb
The incorrect names were generated due to a bug in our build configuration. Since this was a mistake, we're correcting it now.
If you're using any of the 53 affected submodules in .NET, you'll need to update your using statements when upgrading to the version containing this fix.
Summary
PR #36002 fixes incorrect .NET package names for 53 submodules in the
Amazon.CDK.Libpackage. This is a breaking change for .NET users.What Changed
The .NET namespace format changed from incorrect to correct:
Before (incorrect):
After (correct):
Affected Submodules (53 total)
Why This Change
The incorrect names were generated due to a bug in our build configuration. Since this was a mistake, we're correcting it now.
Action Required for .NET Users
If you're using any of the 53 affected submodules in .NET, you'll need to update your
usingstatements when upgrading to the version containing this fix.Related PR
#36002