Package | Description |
---|---|
software.amazon.awssdk.codegen.customization | |
software.amazon.awssdk.codegen.customization.processors |
Modifier and Type | Class and Description |
---|---|
class |
CodegenCustomizationProcessorChain |
Constructor and Description |
---|
CodegenCustomizationProcessorChain(CodegenCustomizationProcessor... processors) |
Modifier and Type | Class and Description |
---|---|
class |
MetadataModifiersProcessor
This processor handles preprocess modifications to service metadata and
postprocess modifications to intermediate model metadata.
|
class |
NewAndLegacyEventStreamProcessor
Services that have "legacy" streams, Kinesis and Transcribe Streaming builds should fail if there is a new
evenstream added, that codegen doesn't know about.
|
class |
RemoveExceptionMessagePropertyProcessor
This processor removes the member *message* in the exception shapes from the
intermediate model.
|
class |
RenameShapesProcessor |
class |
UseLegacyEventGenerationSchemeProcessor
This process enforces constraints placed on the "useLegacyEventGenerationSchemeProcessor"; i.e.
|
Modifier and Type | Method and Description |
---|---|
static CodegenCustomizationProcessor |
DefaultCustomizationProcessor.getProcessorFor(CustomizationConfig config) |
Copyright © 2022. All rights reserved.