Skip to content

Commit

Permalink
feat(clients): codegen cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jun 20, 2023
1 parent df939bc commit 3341149
Show file tree
Hide file tree
Showing 406 changed files with 413 additions and 413 deletions.
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/src/AccessAnalyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/src/AccountClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/src/ACMPCAClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/src/ACMClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/src/AmpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/src/AmplifyClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/src/AmplifyBackendClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/src/APIGatewayClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface GetExportCommandInput extends GetExportRequest {}
export type GetExportCommandOutputType = Omit<ExportResponse, "body"> & {
body?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
1 change: 1 addition & 0 deletions clients/client-api-gateway/src/commands/GetSdkCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface GetSdkCommandInput extends GetSdkRequest {}
export type GetSdkCommandOutputType = Omit<SdkResponse, "body"> & {
body?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command };
export type ImportApiKeysCommandInputType = Omit<ImportApiKeysRequest, "body"> & {
body: BlobTypes;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command };
export type ImportDocumentationPartsCommandInputType = Omit<ImportDocumentationPartsRequest, "body"> & {
body: BlobTypes;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command };
export type ImportRestApiCommandInputType = Omit<ImportRestApiRequest, "body"> & {
body: BlobTypes;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export { __MetadataBearer, $Command };
export type PutRestApiCommandInputType = Omit<PutRestApiRequest, "body"> & {
body: BlobTypes;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export { __MetadataBearer, $Command };
export type PostToConnectionCommandInputType = Omit<PostToConnectionRequest, "Data"> & {
Data: BlobTypes;
};

/**
* @public
*
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/src/ApiGatewayV2Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface ExportApiCommandInput extends ExportApiRequest {}
export type ExportApiCommandOutputType = Omit<ExportApiResponse, "body"> & {
body?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/src/AppMeshClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/src/AppConfigClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export type CreateHostedConfigurationVersionCommandInputType = Omit<
> & {
Content: BlobTypes;
};

/**
* @public
*
Expand All @@ -53,6 +54,7 @@ export interface CreateHostedConfigurationVersionCommandInput
export type CreateHostedConfigurationVersionCommandOutputType = Omit<HostedConfigurationVersion, "Content"> & {
Content?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
export type GetConfigurationCommandOutputType = Omit<Configuration, "Content"> & {
Content?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface GetHostedConfigurationVersionCommandInput extends GetHostedConf
export type GetHostedConfigurationVersionCommandOutputType = Omit<HostedConfigurationVersion, "Content"> & {
Content?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfigdata/src/AppConfigDataClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface GetLatestConfigurationCommandInput extends GetLatestConfigurati
export type GetLatestConfigurationCommandOutputType = Omit<GetLatestConfigurationResponse, "Configuration"> & {
Configuration?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/src/AppflowClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/src/AppRunnerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/src/AppStreamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/src/AppSyncClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface GetIntrospectionSchemaCommandInput extends GetIntrospectionSche
export type GetIntrospectionSchemaCommandOutputType = Omit<GetIntrospectionSchemaResponse, "schema"> & {
schema?: Uint8ArrayBlobAdapter;
};

/**
* @public
*
Expand Down
2 changes: 1 addition & 1 deletion clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/src/AthenaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/src/AuditManagerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/src/AutoScalingClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup-gateway/src/BackupGatewayClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup/src/BackupClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backupstorage/src/BackupStorageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
runtime?: string;

/**
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
* Disable dynamically changing the endpoint of the client based on the hostPrefix
* trait of an operation.
*/
disableHostPrefix?: boolean;
Expand Down
Loading

0 comments on commit 3341149

Please sign in to comment.