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

chore(codegen): bump codegen version to 0.19.0 #5450

Merged
merged 4 commits into from
Nov 6, 2023

Conversation

hpmellema
Copy link
Contributor

@hpmellema hpmellema commented Nov 3, 2023

Description

Bump codegen version to 0.19.0

Generated clients have a diff for exporting RuntimeExtension and Client ExtensionConfiguration, e.g. for Access Analyzer:

diff --git a/clients/client-accessanalyzer/src/index.ts b/clients/client-accessanalyzer/src/index.ts
index 50b2e0692a6..74d473da178 100644
--- a/clients/client-accessanalyzer/src/index.ts
+++ b/clients/client-accessanalyzer/src/index.ts
@@ -16,6 +16,8 @@
 export * from "./AccessAnalyzerClient";
 export * from "./AccessAnalyzer";
 export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
+export { RuntimeExtension } from "./runtimeExtensions";
+export { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
 export * from "./commands";
 export * from "./pagination";
 export * from "./models";

Also added experimental identity and auth private client package.

Also see: smithy-lang/smithy-typescript#1060


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@hpmellema hpmellema requested a review from a team as a code owner November 3, 2023 14:37
scripts/generate-clients/config.js Outdated Show resolved Hide resolved
@syall syall changed the title Bump codegen version to 0.19.0 chore(codegen): bump codegen version to 0.19.0 Nov 6, 2023
lib/lib-dynamodb/src/index.ts Outdated Show resolved Hide resolved
@haydenbaker haydenbaker merged commit 5538f3b into aws:main Nov 6, 2023
2 checks passed
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants