Skip to content

Commit

Permalink
chore(codegen): refactor generic client configs to separate file (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Jul 8, 2021
1 parent a51c2f4 commit 0254e00
Show file tree
Hide file tree
Showing 281 changed files with 3,299 additions and 3,119 deletions.
22 changes: 11 additions & 11 deletions clients/client-accessanalyzer/AccessAnalyzerClient.ts
Expand Up @@ -228,17 +228,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -255,6 +244,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-acm-pca/ACMPCAClient.ts
Expand Up @@ -228,17 +228,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -255,6 +244,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-acm/ACMClient.ts
Expand Up @@ -189,17 +189,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -216,6 +205,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-alexa-for-business/AlexaForBusinessClient.ts
Expand Up @@ -516,17 +516,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -543,6 +532,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-amp/AmpClient.ts
Expand Up @@ -138,17 +138,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -165,6 +154,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-amplify/AmplifyClient.ts
Expand Up @@ -261,17 +261,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -288,6 +277,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-amplifybackend/AmplifyBackendClient.ts
Expand Up @@ -210,17 +210,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -237,6 +226,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-api-gateway/APIGatewayClient.ts
Expand Up @@ -589,17 +589,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -616,6 +605,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
Expand Up @@ -126,17 +126,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -153,6 +142,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-apigatewayv2/ApiGatewayV2Client.ts
Expand Up @@ -375,17 +375,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -402,6 +391,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down
22 changes: 11 additions & 11 deletions clients/client-app-mesh/AppMeshClient.ts
Expand Up @@ -285,17 +285,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
Expand All @@ -312,6 +301,17 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
logger?: __Logger;

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;

/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

/**
* Default credentials provider; Not available in browser runtime.
* @internal
Expand Down

0 comments on commit 0254e00

Please sign in to comment.