Skip to content

Commit

Permalink
chore(codegen): update client config
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase committed Feb 10, 2023
1 parent 17a2a9b commit 2ed2fd0
Show file tree
Hide file tree
Showing 345 changed files with 5,173 additions and 5,173 deletions.
30 changes: 15 additions & 15 deletions clients/client-accessanalyzer/src/AccessAnalyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,21 +236,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -284,6 +269,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-account/src/AccountClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -206,6 +191,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-acm-pca/src/ACMPCAClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,21 +236,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -284,6 +269,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-acm/src/ACMClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,21 +197,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -245,6 +230,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-alexa-for-business/src/AlexaForBusinessClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,21 +524,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -572,6 +557,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-amp/src/AmpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,21 +236,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -284,6 +269,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-amplify/src/AmplifyClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,21 +269,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -317,6 +302,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-amplifybackend/src/AmplifyBackendClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,21 +248,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -296,6 +281,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
30 changes: 15 additions & 15 deletions clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,21 +197,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
disableHostPrefix?: boolean;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* Enables IPv6/IPv4 dualstack endpoint.
*/
Expand Down Expand Up @@ -245,6 +230,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
*/
defaultUserAgentProvider?: Provider<__UserAgent>;

/**
* Value for how many times a request will be made at most in case of retry.
*/
maxAttempts?: number | __Provider<number>;

/**
* Specifies which retry algorithm to use.
*/
retryMode?: string | __Provider<string>;

/**
* Optional logger for logging debug/info/warn/error.
*/
logger?: __Logger;

/**
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
Expand Down
Loading

0 comments on commit 2ed2fd0

Please sign in to comment.