diff --git a/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts b/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts index 6f716b3f7707..42979dfc8a39 100644 --- a/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts +++ b/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-account/src/AccountClient.ts b/clients/client-account/src/AccountClient.ts index 251b5ff648af..6bea0441fccf 100644 --- a/clients/client-account/src/AccountClient.ts +++ b/clients/client-account/src/AccountClient.ts @@ -171,19 +171,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -195,12 +186,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -218,6 +203,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-acm-pca/src/ACMPCAClient.ts b/clients/client-acm-pca/src/ACMPCAClient.ts index 1e65a3d31f2e..6f4e5767076c 100644 --- a/clients/client-acm-pca/src/ACMPCAClient.ts +++ b/clients/client-acm-pca/src/ACMPCAClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-acm/src/ACMClient.ts b/clients/client-acm/src/ACMClient.ts index d6fdc265f3e0..91743f94e620 100644 --- a/clients/client-acm/src/ACMClient.ts +++ b/clients/client-acm/src/ACMClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts index 581bd90a2cfb..f7f8df3a31b8 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts @@ -525,19 +525,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -549,12 +540,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-amp/src/AmpClient.ts b/clients/client-amp/src/AmpClient.ts index fe54d8fd663f..bfcc2627bf00 100644 --- a/clients/client-amp/src/AmpClient.ts +++ b/clients/client-amp/src/AmpClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-amplify/src/AmplifyClient.ts b/clients/client-amplify/src/AmplifyClient.ts index 3c2b6f6637b7..190e82a532bc 100644 --- a/clients/client-amplify/src/AmplifyClient.ts +++ b/clients/client-amplify/src/AmplifyClient.ts @@ -270,19 +270,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -294,12 +285,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-amplifybackend/src/AmplifyBackendClient.ts b/clients/client-amplifybackend/src/AmplifyBackendClient.ts index 1686bf30180c..1b1b915e931a 100644 --- a/clients/client-amplifybackend/src/AmplifyBackendClient.ts +++ b/clients/client-amplifybackend/src/AmplifyBackendClient.ts @@ -249,19 +249,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -273,12 +264,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts b/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts index 33d0dc6eb1bd..7745a019c1cb 100644 --- a/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts +++ b/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-api-gateway/src/APIGatewayClient.ts b/clients/client-api-gateway/src/APIGatewayClient.ts index 6f7abd208b8a..300a15e94eac 100644 --- a/clients/client-api-gateway/src/APIGatewayClient.ts +++ b/clients/client-api-gateway/src/APIGatewayClient.ts @@ -598,19 +598,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -622,12 +613,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -645,6 +630,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts index 0b4c6123ec58..73ef274289e5 100644 --- a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts +++ b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts @@ -135,19 +135,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -159,12 +150,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -182,6 +167,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts b/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts index b84c1a98d7af..8b9fdc95c4b0 100644 --- a/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts +++ b/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts @@ -384,19 +384,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -408,12 +399,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -431,6 +416,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-app-mesh/src/AppMeshClient.ts b/clients/client-app-mesh/src/AppMeshClient.ts index 8c255a0009d6..8cdf91902498 100644 --- a/clients/client-app-mesh/src/AppMeshClient.ts +++ b/clients/client-app-mesh/src/AppMeshClient.ts @@ -294,19 +294,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -318,12 +309,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -341,6 +326,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-appconfig/src/AppConfigClient.ts b/clients/client-appconfig/src/AppConfigClient.ts index dbdce3cef170..da64e746ce1e 100644 --- a/clients/client-appconfig/src/AppConfigClient.ts +++ b/clients/client-appconfig/src/AppConfigClient.ts @@ -321,19 +321,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -345,12 +336,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -368,6 +353,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-appconfigdata/src/AppConfigDataClient.ts b/clients/client-appconfigdata/src/AppConfigDataClient.ts index a1302cbee3dd..a42b2f94c41e 100644 --- a/clients/client-appconfigdata/src/AppConfigDataClient.ts +++ b/clients/client-appconfigdata/src/AppConfigDataClient.ts @@ -137,19 +137,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -161,12 +152,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -184,6 +169,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-appflow/src/AppflowClient.ts b/clients/client-appflow/src/AppflowClient.ts index 627b0939407a..d703ca14f051 100644 --- a/clients/client-appflow/src/AppflowClient.ts +++ b/clients/client-appflow/src/AppflowClient.ts @@ -228,19 +228,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -252,12 +243,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -275,6 +260,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-appintegrations/src/AppIntegrationsClient.ts b/clients/client-appintegrations/src/AppIntegrationsClient.ts index 9f4febbbc708..54a504da80ac 100644 --- a/clients/client-appintegrations/src/AppIntegrationsClient.ts +++ b/clients/client-appintegrations/src/AppIntegrationsClient.ts @@ -210,19 +210,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -234,12 +225,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -257,6 +242,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts b/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts index 28e636bae19a..6134cd296a8c 100644 --- a/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts +++ b/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts @@ -183,19 +183,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -207,12 +198,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -230,6 +215,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts b/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts index 1e8f41b23174..0cdc98753373 100644 --- a/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts +++ b/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts @@ -249,19 +249,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -273,12 +264,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-application-insights/src/ApplicationInsightsClient.ts b/clients/client-application-insights/src/ApplicationInsightsClient.ts index b3cc0263849f..6b995648336c 100644 --- a/clients/client-application-insights/src/ApplicationInsightsClient.ts +++ b/clients/client-application-insights/src/ApplicationInsightsClient.ts @@ -234,19 +234,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -258,12 +249,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -281,6 +266,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts b/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts index faa01966510b..002051c97f31 100644 --- a/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts +++ b/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts @@ -165,19 +165,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -189,12 +180,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -212,6 +197,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-apprunner/src/AppRunnerClient.ts b/clients/client-apprunner/src/AppRunnerClient.ts index a976f1e4ecba..bca89f031e91 100644 --- a/clients/client-apprunner/src/AppRunnerClient.ts +++ b/clients/client-apprunner/src/AppRunnerClient.ts @@ -288,19 +288,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -312,12 +303,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -335,6 +320,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-appstream/src/AppStreamClient.ts b/clients/client-appstream/src/AppStreamClient.ts index ad35e475ca5a..6b6bf804d13c 100644 --- a/clients/client-appstream/src/AppStreamClient.ts +++ b/clients/client-appstream/src/AppStreamClient.ts @@ -402,19 +402,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -426,12 +417,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -449,6 +434,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-appsync/src/AppSyncClient.ts b/clients/client-appsync/src/AppSyncClient.ts index d7e840b4a228..295448f7b71f 100644 --- a/clients/client-appsync/src/AppSyncClient.ts +++ b/clients/client-appsync/src/AppSyncClient.ts @@ -300,19 +300,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -324,12 +315,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -347,6 +332,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts b/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts index c4ebc53ef013..1f39b08a2c67 100644 --- a/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts +++ b/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts @@ -150,19 +150,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -174,12 +165,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -197,6 +182,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-athena/src/AthenaClient.ts b/clients/client-athena/src/AthenaClient.ts index 851973e9ccd7..5665455d70dc 100644 --- a/clients/client-athena/src/AthenaClient.ts +++ b/clients/client-athena/src/AthenaClient.ts @@ -378,19 +378,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -402,12 +393,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -425,6 +410,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-auditmanager/src/AuditManagerClient.ts b/clients/client-auditmanager/src/AuditManagerClient.ts index 4e001c69a5fc..33335022661c 100644 --- a/clients/client-auditmanager/src/AuditManagerClient.ts +++ b/clients/client-auditmanager/src/AuditManagerClient.ts @@ -423,19 +423,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -447,12 +438,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -470,6 +455,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts b/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts index a131d2cc02bd..d8c060c19301 100644 --- a/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts +++ b/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts @@ -156,19 +156,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -180,12 +171,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -203,6 +188,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-auto-scaling/src/AutoScalingClient.ts b/clients/client-auto-scaling/src/AutoScalingClient.ts index 41c67e7afec6..3439db058f01 100644 --- a/clients/client-auto-scaling/src/AutoScalingClient.ts +++ b/clients/client-auto-scaling/src/AutoScalingClient.ts @@ -462,19 +462,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -486,12 +477,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -509,6 +494,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-backup-gateway/src/BackupGatewayClient.ts b/clients/client-backup-gateway/src/BackupGatewayClient.ts index 15d83ab62c4a..169424349733 100644 --- a/clients/client-backup-gateway/src/BackupGatewayClient.ts +++ b/clients/client-backup-gateway/src/BackupGatewayClient.ts @@ -246,19 +246,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -270,12 +261,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -293,6 +278,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-backup/src/BackupClient.ts b/clients/client-backup/src/BackupClient.ts index 0aff6e6a76ee..ac185ef1bf88 100644 --- a/clients/client-backup/src/BackupClient.ts +++ b/clients/client-backup/src/BackupClient.ts @@ -444,19 +444,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -468,12 +459,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -491,6 +476,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-backupstorage/src/BackupStorageClient.ts b/clients/client-backupstorage/src/BackupStorageClient.ts index 82818a6b9eb4..675c789e7b63 100644 --- a/clients/client-backupstorage/src/BackupStorageClient.ts +++ b/clients/client-backupstorage/src/BackupStorageClient.ts @@ -160,19 +160,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -184,12 +175,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -207,6 +192,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-batch/src/BatchClient.ts b/clients/client-batch/src/BatchClient.ts index b0e6130df070..ed20f1ddd80f 100644 --- a/clients/client-batch/src/BatchClient.ts +++ b/clients/client-batch/src/BatchClient.ts @@ -240,19 +240,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -264,12 +255,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -287,6 +272,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-billingconductor/src/BillingconductorClient.ts b/clients/client-billingconductor/src/BillingconductorClient.ts index 00b3ec44f6cd..f689c43242f1 100644 --- a/clients/client-billingconductor/src/BillingconductorClient.ts +++ b/clients/client-billingconductor/src/BillingconductorClient.ts @@ -270,19 +270,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -294,12 +285,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-braket/src/BraketClient.ts b/clients/client-braket/src/BraketClient.ts index faf21f0963c6..ed73bff9654b 100644 --- a/clients/client-braket/src/BraketClient.ts +++ b/clients/client-braket/src/BraketClient.ts @@ -171,19 +171,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -195,12 +186,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -218,6 +203,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-budgets/src/BudgetsClient.ts b/clients/client-budgets/src/BudgetsClient.ts index 1f469b7601d6..da9f52184e35 100644 --- a/clients/client-budgets/src/BudgetsClient.ts +++ b/clients/client-budgets/src/BudgetsClient.ts @@ -225,19 +225,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -249,12 +240,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -272,6 +257,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts b/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts index a47a674473f4..161d7da5ae2f 100644 --- a/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts +++ b/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts @@ -255,19 +255,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -279,12 +270,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -302,6 +287,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts index 1bf713184f64..6a0316d52ba9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts +++ b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts @@ -189,19 +189,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -213,12 +204,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -236,6 +221,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts index 7235ff3c9df2..5d3a6170da16 100644 --- a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts +++ b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts b/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts index a5dfe215a60b..ba6877414f47 100644 --- a/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts +++ b/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts @@ -354,19 +354,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -378,12 +369,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -401,6 +386,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts b/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts index a385b2bcff43..ff42bef54d73 100644 --- a/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts +++ b/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts @@ -522,19 +522,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -546,12 +537,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -569,6 +554,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-chime/src/ChimeClient.ts b/clients/client-chime/src/ChimeClient.ts index db4e6135984c..2d86d7fa367f 100644 --- a/clients/client-chime/src/ChimeClient.ts +++ b/clients/client-chime/src/ChimeClient.ts @@ -1047,19 +1047,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -1071,12 +1062,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -1094,6 +1079,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cleanrooms/src/CleanRoomsClient.ts b/clients/client-cleanrooms/src/CleanRoomsClient.ts index 88dbafb71b7b..90a129d356b4 100644 --- a/clients/client-cleanrooms/src/CleanRoomsClient.ts +++ b/clients/client-cleanrooms/src/CleanRoomsClient.ts @@ -291,19 +291,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -315,12 +306,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -338,6 +323,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloud9/src/Cloud9Client.ts b/clients/client-cloud9/src/Cloud9Client.ts index c6aebfcf6c14..f8ea84880806 100644 --- a/clients/client-cloud9/src/Cloud9Client.ts +++ b/clients/client-cloud9/src/Cloud9Client.ts @@ -192,19 +192,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -216,12 +207,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -239,6 +224,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudcontrol/src/CloudControlClient.ts b/clients/client-cloudcontrol/src/CloudControlClient.ts index ac5b80abf11b..a02b659e17d4 100644 --- a/clients/client-cloudcontrol/src/CloudControlClient.ts +++ b/clients/client-cloudcontrol/src/CloudControlClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-clouddirectory/src/CloudDirectoryClient.ts b/clients/client-clouddirectory/src/CloudDirectoryClient.ts index 4fdaa04f73a0..2b8db336c65e 100644 --- a/clients/client-clouddirectory/src/CloudDirectoryClient.ts +++ b/clients/client-clouddirectory/src/CloudDirectoryClient.ts @@ -405,19 +405,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -429,12 +420,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -452,6 +437,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudformation/src/CloudFormationClient.ts b/clients/client-cloudformation/src/CloudFormationClient.ts index 8a5e1cd7111a..16c32042752d 100644 --- a/clients/client-cloudformation/src/CloudFormationClient.ts +++ b/clients/client-cloudformation/src/CloudFormationClient.ts @@ -408,19 +408,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -432,12 +423,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -455,6 +440,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudfront/src/CloudFrontClient.ts b/clients/client-cloudfront/src/CloudFrontClient.ts index 047dcffabcdb..06c3557ca9f6 100644 --- a/clients/client-cloudfront/src/CloudFrontClient.ts +++ b/clients/client-cloudfront/src/CloudFrontClient.ts @@ -654,19 +654,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -678,12 +669,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -701,6 +686,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts b/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts index 82f9bf28b51c..23ab3ea408d6 100644 --- a/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts +++ b/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts @@ -177,19 +177,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -201,12 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -224,6 +209,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudhsm/src/CloudHSMClient.ts b/clients/client-cloudhsm/src/CloudHSMClient.ts index 1db5551ee0da..94b210d6c1c6 100644 --- a/clients/client-cloudhsm/src/CloudHSMClient.ts +++ b/clients/client-cloudhsm/src/CloudHSMClient.ts @@ -195,19 +195,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -219,12 +210,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -242,6 +227,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts b/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts index e2e28c5fc5dd..e6e4810f463b 100644 --- a/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts +++ b/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts @@ -132,19 +132,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -156,12 +147,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -179,6 +164,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudsearch/src/CloudSearchClient.ts b/clients/client-cloudsearch/src/CloudSearchClient.ts index b4aef8c6b6f7..678900a2c242 100644 --- a/clients/client-cloudsearch/src/CloudSearchClient.ts +++ b/clients/client-cloudsearch/src/CloudSearchClient.ts @@ -246,19 +246,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -270,12 +261,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -293,6 +278,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts b/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts index 7a3b03c8d3b7..cb711a6f012b 100644 --- a/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts +++ b/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts @@ -130,19 +130,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -154,12 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -177,6 +162,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudtrail/src/CloudTrailClient.ts b/clients/client-cloudtrail/src/CloudTrailClient.ts index 396de396ed9b..ca1b21f16faf 100644 --- a/clients/client-cloudtrail/src/CloudTrailClient.ts +++ b/clients/client-cloudtrail/src/CloudTrailClient.ts @@ -291,19 +291,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -315,12 +306,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -338,6 +323,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts b/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts index 2d9963b30928..347ced980a4c 100644 --- a/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts +++ b/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts @@ -330,19 +330,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -354,12 +345,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -377,6 +362,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts b/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts index 349c03770cec..700947065b50 100644 --- a/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts +++ b/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts @@ -321,19 +321,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -345,12 +336,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -368,6 +353,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cloudwatch/src/CloudWatchClient.ts b/clients/client-cloudwatch/src/CloudWatchClient.ts index b3ed6e171e18..83e1e21e8bc1 100644 --- a/clients/client-cloudwatch/src/CloudWatchClient.ts +++ b/clients/client-cloudwatch/src/CloudWatchClient.ts @@ -282,19 +282,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -306,12 +297,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -329,6 +314,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codeartifact/src/CodeartifactClient.ts b/clients/client-codeartifact/src/CodeartifactClient.ts index 4c296de5a5cd..d8212c24a447 100644 --- a/clients/client-codeartifact/src/CodeartifactClient.ts +++ b/clients/client-codeartifact/src/CodeartifactClient.ts @@ -310,19 +310,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -334,12 +325,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -357,6 +342,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codebuild/src/CodeBuildClient.ts b/clients/client-codebuild/src/CodeBuildClient.ts index 1c7cd6412314..a08b0e13d45c 100644 --- a/clients/client-codebuild/src/CodeBuildClient.ts +++ b/clients/client-codebuild/src/CodeBuildClient.ts @@ -309,19 +309,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -333,12 +324,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -356,6 +341,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codecatalyst/src/CodeCatalystClient.ts b/clients/client-codecatalyst/src/CodeCatalystClient.ts index de1ab0117f31..7c8f9b4d7275 100644 --- a/clients/client-codecatalyst/src/CodeCatalystClient.ts +++ b/clients/client-codecatalyst/src/CodeCatalystClient.ts @@ -225,41 +225,41 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ disableHostPrefix?: boolean; /** - * Value for how many times a request will be made at most in case of retry. + * Unique service identifier. + * @internal */ - maxAttempts?: number | __Provider; + serviceId?: string; /** - * Specifies which retry algorithm to use. + * Enables IPv6/IPv4 dualstack endpoint. */ - retryMode?: string | __Provider; + useDualstackEndpoint?: boolean | __Provider; /** - * Optional logger for logging debug/info/warn/error. + * Enables FIPS compatible endpoints. */ - logger?: __Logger; + useFipsEndpoint?: boolean | __Provider; /** - * Enables IPv6/IPv4 dualstack endpoint. + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header + * @internal */ - useDualstackEndpoint?: boolean | __Provider; + defaultUserAgentProvider?: Provider<__UserAgent>; /** - * Enables FIPS compatible endpoints. + * Value for how many times a request will be made at most in case of retry. */ - useFipsEndpoint?: boolean | __Provider; + maxAttempts?: number | __Provider; /** - * Unique service identifier. - * @internal + * Specifies which retry algorithm to use. */ - serviceId?: string; + retryMode?: string | __Provider; /** - * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header - * @internal + * Optional logger for logging debug/info/warn/error. */ - defaultUserAgentProvider?: Provider<__UserAgent>; + logger?: __Logger; /** * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. diff --git a/clients/client-codecommit/src/CodeCommitClient.ts b/clients/client-codecommit/src/CodeCommitClient.ts index cd50cb269be6..8fe8b3123a12 100644 --- a/clients/client-codecommit/src/CodeCommitClient.ts +++ b/clients/client-codecommit/src/CodeCommitClient.ts @@ -504,19 +504,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -528,12 +519,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -551,6 +536,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codedeploy/src/CodeDeployClient.ts b/clients/client-codedeploy/src/CodeDeployClient.ts index 4219325c0427..183317e2c126 100644 --- a/clients/client-codedeploy/src/CodeDeployClient.ts +++ b/clients/client-codedeploy/src/CodeDeployClient.ts @@ -372,19 +372,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -396,12 +387,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -419,6 +404,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts b/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts index 78155daf5ba4..9ce0a8a3f1f0 100644 --- a/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts +++ b/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts b/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts index 462105e81255..017f56aba526 100644 --- a/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts +++ b/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts @@ -234,19 +234,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -258,12 +249,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -281,6 +266,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codepipeline/src/CodePipelineClient.ts b/clients/client-codepipeline/src/CodePipelineClient.ts index b39084e41050..5190e005d1a0 100644 --- a/clients/client-codepipeline/src/CodePipelineClient.ts +++ b/clients/client-codepipeline/src/CodePipelineClient.ts @@ -306,19 +306,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -330,12 +321,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -353,6 +338,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts b/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts index 1f8f9f76bc6c..87e5f9d78bd7 100644 --- a/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts +++ b/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts @@ -168,19 +168,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -192,12 +183,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -215,6 +200,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts b/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts index 9510aecf036c..0be5eb532ef8 100644 --- a/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts +++ b/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -233,6 +218,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-codestar/src/CodeStarClient.ts b/clients/client-codestar/src/CodeStarClient.ts index a67e706a8abe..61038ccf27cb 100644 --- a/clients/client-codestar/src/CodeStarClient.ts +++ b/clients/client-codestar/src/CodeStarClient.ts @@ -192,19 +192,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -216,12 +207,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -239,6 +224,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts b/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts index 5e54bd8da069..e138bd18712b 100644 --- a/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts +++ b/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts @@ -595,19 +595,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -619,12 +610,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -642,6 +627,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cognito-identity/src/CognitoIdentityClient.ts b/clients/client-cognito-identity/src/CognitoIdentityClient.ts index 68186d839b5d..74f974e2bb33 100644 --- a/clients/client-cognito-identity/src/CognitoIdentityClient.ts +++ b/clients/client-cognito-identity/src/CognitoIdentityClient.ts @@ -226,19 +226,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -250,12 +241,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -273,6 +258,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cognito-sync/src/CognitoSyncClient.ts b/clients/client-cognito-sync/src/CognitoSyncClient.ts index 46e996be13a3..83b73d3534c1 100644 --- a/clients/client-cognito-sync/src/CognitoSyncClient.ts +++ b/clients/client-cognito-sync/src/CognitoSyncClient.ts @@ -201,19 +201,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -225,12 +216,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -248,6 +233,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-comprehend/src/ComprehendClient.ts b/clients/client-comprehend/src/ComprehendClient.ts index d1d729c1c4f1..28197ce3e42a 100644 --- a/clients/client-comprehend/src/ComprehendClient.ts +++ b/clients/client-comprehend/src/ComprehendClient.ts @@ -519,19 +519,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -543,12 +534,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -566,6 +551,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts index 24fe851c1593..eacab19f1c57 100644 --- a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts +++ b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts @@ -267,19 +267,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -291,12 +282,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -314,6 +299,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts b/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts index bb605b57c637..ba3acd5bb52c 100644 --- a/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts +++ b/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts @@ -255,19 +255,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -279,12 +270,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -302,6 +287,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-config-service/src/ConfigServiceClient.ts b/clients/client-config-service/src/ConfigServiceClient.ts index 3f5e9cf2e6b5..3d3c19e34493 100644 --- a/clients/client-config-service/src/ConfigServiceClient.ts +++ b/clients/client-config-service/src/ConfigServiceClient.ts @@ -645,19 +645,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -669,12 +660,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -692,6 +677,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts b/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts index 172cd06f82e1..b55c4e005ed6 100644 --- a/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts +++ b/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts @@ -133,19 +133,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -157,12 +148,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -180,6 +165,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-connect/src/ConnectClient.ts b/clients/client-connect/src/ConnectClient.ts index 50a3d3a6451f..3340cd7847f8 100644 --- a/clients/client-connect/src/ConnectClient.ts +++ b/clients/client-connect/src/ConnectClient.ts @@ -936,19 +936,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -960,12 +951,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -983,6 +968,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts b/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts index c90ff21de3ec..db0569a186b5 100644 --- a/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts +++ b/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts @@ -225,19 +225,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -249,12 +240,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -272,6 +257,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-connectcases/src/ConnectCasesClient.ts b/clients/client-connectcases/src/ConnectCasesClient.ts index 55f589ba5087..092abae656d9 100644 --- a/clients/client-connectcases/src/ConnectCasesClient.ts +++ b/clients/client-connectcases/src/ConnectCasesClient.ts @@ -231,19 +231,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -255,12 +246,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -278,6 +263,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-connectparticipant/src/ConnectParticipantClient.ts b/clients/client-connectparticipant/src/ConnectParticipantClient.ts index c0206714d1e5..5f172cb68555 100644 --- a/clients/client-connectparticipant/src/ConnectParticipantClient.ts +++ b/clients/client-connectparticipant/src/ConnectParticipantClient.ts @@ -171,19 +171,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -195,12 +186,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -218,6 +203,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-controltower/src/ControlTowerClient.ts b/clients/client-controltower/src/ControlTowerClient.ts index 759f6d17f448..e3c9ff57967f 100644 --- a/clients/client-controltower/src/ControlTowerClient.ts +++ b/clients/client-controltower/src/ControlTowerClient.ts @@ -147,19 +147,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -171,12 +162,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -194,6 +179,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts index f235bae295df..f18848457c6c 100644 --- a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts +++ b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts @@ -153,19 +153,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -177,12 +168,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -200,6 +185,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-cost-explorer/src/CostExplorerClient.ts b/clients/client-cost-explorer/src/CostExplorerClient.ts index 337f3b920fa2..7b4c1e5c526d 100644 --- a/clients/client-cost-explorer/src/CostExplorerClient.ts +++ b/clients/client-cost-explorer/src/CostExplorerClient.ts @@ -321,19 +321,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -345,12 +336,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -368,6 +353,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-customer-profiles/src/CustomerProfilesClient.ts b/clients/client-customer-profiles/src/CustomerProfilesClient.ts index 5759728ff595..0536d5791724 100644 --- a/clients/client-customer-profiles/src/CustomerProfilesClient.ts +++ b/clients/client-customer-profiles/src/CustomerProfilesClient.ts @@ -282,19 +282,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -306,12 +297,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -329,6 +314,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-data-pipeline/src/DataPipelineClient.ts b/clients/client-data-pipeline/src/DataPipelineClient.ts index a1a725ee226a..05026cee0cd1 100644 --- a/clients/client-data-pipeline/src/DataPipelineClient.ts +++ b/clients/client-data-pipeline/src/DataPipelineClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts b/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts index d64921f86d53..445439d5b362 100644 --- a/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts +++ b/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts @@ -480,19 +480,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -504,12 +495,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -527,6 +512,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-databrew/src/DataBrewClient.ts b/clients/client-databrew/src/DataBrewClient.ts index e81cb6ce6c11..94273dbd2703 100644 --- a/clients/client-databrew/src/DataBrewClient.ts +++ b/clients/client-databrew/src/DataBrewClient.ts @@ -282,19 +282,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -306,12 +297,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -329,6 +314,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-dataexchange/src/DataExchangeClient.ts b/clients/client-dataexchange/src/DataExchangeClient.ts index 78caa2ba3786..772917307416 100644 --- a/clients/client-dataexchange/src/DataExchangeClient.ts +++ b/clients/client-dataexchange/src/DataExchangeClient.ts @@ -222,19 +222,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -246,12 +237,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -269,6 +254,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-datasync/src/DataSyncClient.ts b/clients/client-datasync/src/DataSyncClient.ts index c8c650e43ce9..1655af8a8b92 100644 --- a/clients/client-datasync/src/DataSyncClient.ts +++ b/clients/client-datasync/src/DataSyncClient.ts @@ -318,19 +318,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -342,12 +333,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -365,6 +350,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-dax/src/DAXClient.ts b/clients/client-dax/src/DAXClient.ts index 9a6fc8ce011d..9067310c9d1f 100644 --- a/clients/client-dax/src/DAXClient.ts +++ b/clients/client-dax/src/DAXClient.ts @@ -216,19 +216,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -240,12 +231,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -263,6 +248,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-detective/src/DetectiveClient.ts b/clients/client-detective/src/DetectiveClient.ts index 3603ddc9e539..92f074f6987d 100644 --- a/clients/client-detective/src/DetectiveClient.ts +++ b/clients/client-detective/src/DetectiveClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-device-farm/src/DeviceFarmClient.ts b/clients/client-device-farm/src/DeviceFarmClient.ts index 2962f033cc11..9dc3033f0db6 100644 --- a/clients/client-device-farm/src/DeviceFarmClient.ts +++ b/clients/client-device-farm/src/DeviceFarmClient.ts @@ -456,19 +456,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -480,12 +471,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -503,6 +488,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-devops-guru/src/DevOpsGuruClient.ts b/clients/client-devops-guru/src/DevOpsGuruClient.ts index db648f9ef143..b643cd5cbbbe 100644 --- a/clients/client-devops-guru/src/DevOpsGuruClient.ts +++ b/clients/client-devops-guru/src/DevOpsGuruClient.ts @@ -288,19 +288,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -312,12 +303,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -335,6 +320,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-direct-connect/src/DirectConnectClient.ts b/clients/client-direct-connect/src/DirectConnectClient.ts index b3b68c3085a4..d37f513dcfbb 100644 --- a/clients/client-direct-connect/src/DirectConnectClient.ts +++ b/clients/client-direct-connect/src/DirectConnectClient.ts @@ -453,19 +453,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -477,12 +468,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -500,6 +485,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-directory-service/src/DirectoryServiceClient.ts b/clients/client-directory-service/src/DirectoryServiceClient.ts index c0a64188f19d..07bd78cba17b 100644 --- a/clients/client-directory-service/src/DirectoryServiceClient.ts +++ b/clients/client-directory-service/src/DirectoryServiceClient.ts @@ -420,19 +420,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -444,12 +435,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -467,6 +452,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-dlm/src/DLMClient.ts b/clients/client-dlm/src/DLMClient.ts index d81df0234185..d31fb9418ece 100644 --- a/clients/client-dlm/src/DLMClient.ts +++ b/clients/client-dlm/src/DLMClient.ts @@ -168,19 +168,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -192,12 +183,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -215,6 +200,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-docdb-elastic/src/DocDBElasticClient.ts b/clients/client-docdb-elastic/src/DocDBElasticClient.ts index 911015cb45a5..5a82072a206e 100644 --- a/clients/client-docdb-elastic/src/DocDBElasticClient.ts +++ b/clients/client-docdb-elastic/src/DocDBElasticClient.ts @@ -183,19 +183,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -207,12 +198,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -230,6 +215,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-docdb/src/DocDBClient.ts b/clients/client-docdb/src/DocDBClient.ts index 70a50c5be06c..8c32efd9b5aa 100644 --- a/clients/client-docdb/src/DocDBClient.ts +++ b/clients/client-docdb/src/DocDBClient.ts @@ -408,19 +408,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -432,12 +423,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -455,6 +440,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-drs/src/DrsClient.ts b/clients/client-drs/src/DrsClient.ts index 5163bf4ab358..ef88f0d01e4b 100644 --- a/clients/client-drs/src/DrsClient.ts +++ b/clients/client-drs/src/DrsClient.ts @@ -306,19 +306,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -330,12 +321,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -353,6 +338,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts b/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts index a3520edc5cd9..bb8589edc7c3 100644 --- a/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts +++ b/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts @@ -141,19 +141,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -165,12 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -188,6 +173,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-dynamodb/src/DynamoDBClient.ts b/clients/client-dynamodb/src/DynamoDBClient.ts index c55f3e6f7128..2b433eb5c4ce 100644 --- a/clients/client-dynamodb/src/DynamoDBClient.ts +++ b/clients/client-dynamodb/src/DynamoDBClient.ts @@ -348,19 +348,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -372,12 +363,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -402,6 +387,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ endpointDiscoveryEnabledProvider?: __Provider; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ebs/src/EBSClient.ts b/clients/client-ebs/src/EBSClient.ts index a1f611a2340a..72287c6bfbcc 100644 --- a/clients/client-ebs/src/EBSClient.ts +++ b/clients/client-ebs/src/EBSClient.ts @@ -148,19 +148,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -172,12 +163,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -195,6 +180,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts b/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts index 4da08d73e7aa..7737161d9b97 100644 --- a/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts +++ b/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -181,6 +166,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ec2/src/EC2Client.ts b/clients/client-ec2/src/EC2Client.ts index 15ed9dc9feef..302c6f99f15e 100644 --- a/clients/client-ec2/src/EC2Client.ts +++ b/clients/client-ec2/src/EC2Client.ts @@ -3300,19 +3300,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -3324,12 +3315,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -3347,6 +3332,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ecr-public/src/ECRPUBLICClient.ts b/clients/client-ecr-public/src/ECRPUBLICClient.ts index 7e8920eec78c..5c0d4a8420c6 100644 --- a/clients/client-ecr-public/src/ECRPUBLICClient.ts +++ b/clients/client-ecr-public/src/ECRPUBLICClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ecr/src/ECRClient.ts b/clients/client-ecr/src/ECRClient.ts index f6b9b65d2c26..7f909c1eb7cd 100644 --- a/clients/client-ecr/src/ECRClient.ts +++ b/clients/client-ecr/src/ECRClient.ts @@ -327,19 +327,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -351,12 +342,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -374,6 +359,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ecs/src/ECSClient.ts b/clients/client-ecs/src/ECSClient.ts index 7a932447137f..26a780259bc1 100644 --- a/clients/client-ecs/src/ECSClient.ts +++ b/clients/client-ecs/src/ECSClient.ts @@ -378,19 +378,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -402,12 +393,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -425,6 +410,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-efs/src/EFSClient.ts b/clients/client-efs/src/EFSClient.ts index 36353922a629..11f7a6f6802b 100644 --- a/clients/client-efs/src/EFSClient.ts +++ b/clients/client-efs/src/EFSClient.ts @@ -270,19 +270,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -294,12 +285,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-eks/src/EKSClient.ts b/clients/client-eks/src/EKSClient.ts index bea8e2c04148..a836055f1d81 100644 --- a/clients/client-eks/src/EKSClient.ts +++ b/clients/client-eks/src/EKSClient.ts @@ -282,19 +282,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -306,12 +297,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -329,6 +314,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts b/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts index 0ac854a45e6a..4abcd0f277de 100644 --- a/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts +++ b/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts @@ -387,19 +387,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -411,12 +402,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -434,6 +419,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elastic-inference/src/ElasticInferenceClient.ts b/clients/client-elastic-inference/src/ElasticInferenceClient.ts index e00647243ac9..ef4771bb4c86 100644 --- a/clients/client-elastic-inference/src/ElasticInferenceClient.ts +++ b/clients/client-elastic-inference/src/ElasticInferenceClient.ts @@ -159,19 +159,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -183,12 +174,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts index ddc9a9f815f5..8db189b66d39 100644 --- a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts +++ b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts @@ -267,19 +267,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -291,12 +282,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -314,6 +299,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts b/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts index 0e7937237485..af783d8c6f0d 100644 --- a/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts +++ b/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts @@ -288,19 +288,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -312,12 +303,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -335,6 +320,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts b/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts index 94663667fd99..4600b445f688 100644 --- a/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts +++ b/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -233,6 +218,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elasticache/src/ElastiCacheClient.ts b/clients/client-elasticache/src/ElastiCacheClient.ts index dcf69288f0bc..549d1a7e0ebb 100644 --- a/clients/client-elasticache/src/ElastiCacheClient.ts +++ b/clients/client-elasticache/src/ElastiCacheClient.ts @@ -456,19 +456,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -480,12 +471,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -503,6 +488,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts b/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts index 39087a714913..39b389004c10 100644 --- a/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts +++ b/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts @@ -381,19 +381,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -405,12 +396,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -428,6 +413,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-emr-containers/src/EMRContainersClient.ts b/clients/client-emr-containers/src/EMRContainersClient.ts index a6f64dcabf73..f3d64a64c616 100644 --- a/clients/client-emr-containers/src/EMRContainersClient.ts +++ b/clients/client-emr-containers/src/EMRContainersClient.ts @@ -216,19 +216,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -240,12 +231,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -263,6 +248,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-emr-serverless/src/EMRServerlessClient.ts b/clients/client-emr-serverless/src/EMRServerlessClient.ts index d6f1138f8b86..d223bd1c328b 100644 --- a/clients/client-emr-serverless/src/EMRServerlessClient.ts +++ b/clients/client-emr-serverless/src/EMRServerlessClient.ts @@ -180,19 +180,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -204,12 +195,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -227,6 +212,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-emr/src/EMRClient.ts b/clients/client-emr/src/EMRClient.ts index 145000971751..9d283b9b60ba 100644 --- a/clients/client-emr/src/EMRClient.ts +++ b/clients/client-emr/src/EMRClient.ts @@ -378,19 +378,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -402,12 +393,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -425,6 +410,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-eventbridge/src/EventBridgeClient.ts b/clients/client-eventbridge/src/EventBridgeClient.ts index c4945ffee1e2..26f07ab81aa0 100644 --- a/clients/client-eventbridge/src/EventBridgeClient.ts +++ b/clients/client-eventbridge/src/EventBridgeClient.ts @@ -345,19 +345,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -369,12 +360,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -392,6 +377,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-evidently/src/EvidentlyClient.ts b/clients/client-evidently/src/EvidentlyClient.ts index c58f84c84b2b..82ff107309fd 100644 --- a/clients/client-evidently/src/EvidentlyClient.ts +++ b/clients/client-evidently/src/EvidentlyClient.ts @@ -258,19 +258,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -282,12 +273,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -305,6 +290,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-finspace-data/src/FinspaceDataClient.ts b/clients/client-finspace-data/src/FinspaceDataClient.ts index 7478665ca5f6..5ffb6f3b7220 100644 --- a/clients/client-finspace-data/src/FinspaceDataClient.ts +++ b/clients/client-finspace-data/src/FinspaceDataClient.ts @@ -252,19 +252,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -276,12 +267,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -299,6 +284,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-finspace/src/FinspaceClient.ts b/clients/client-finspace/src/FinspaceClient.ts index 7bd9df6f927f..e79fc89e6bb1 100644 --- a/clients/client-finspace/src/FinspaceClient.ts +++ b/clients/client-finspace/src/FinspaceClient.ts @@ -156,19 +156,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -180,12 +171,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -203,6 +188,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-firehose/src/FirehoseClient.ts b/clients/client-firehose/src/FirehoseClient.ts index 56a3eb3d3357..ecba18571dd0 100644 --- a/clients/client-firehose/src/FirehoseClient.ts +++ b/clients/client-firehose/src/FirehoseClient.ts @@ -189,19 +189,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -213,12 +204,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -236,6 +221,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-fis/src/FisClient.ts b/clients/client-fis/src/FisClient.ts index d6cc5ac9824e..50d869bb27ee 100644 --- a/clients/client-fis/src/FisClient.ts +++ b/clients/client-fis/src/FisClient.ts @@ -201,19 +201,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -225,12 +216,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -248,6 +233,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-fms/src/FMSClient.ts b/clients/client-fms/src/FMSClient.ts index cb15dec94091..557639c6c0e3 100644 --- a/clients/client-fms/src/FMSClient.ts +++ b/clients/client-fms/src/FMSClient.ts @@ -300,19 +300,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -324,12 +315,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -347,6 +332,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-forecast/src/ForecastClient.ts b/clients/client-forecast/src/ForecastClient.ts index ed51fd17ea88..e1092772cd19 100644 --- a/clients/client-forecast/src/ForecastClient.ts +++ b/clients/client-forecast/src/ForecastClient.ts @@ -426,19 +426,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -450,12 +441,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -473,6 +458,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-forecastquery/src/ForecastqueryClient.ts b/clients/client-forecastquery/src/ForecastqueryClient.ts index 79b27329f0d5..9b3687a3e867 100644 --- a/clients/client-forecastquery/src/ForecastqueryClient.ts +++ b/clients/client-forecastquery/src/ForecastqueryClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -181,6 +166,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-frauddetector/src/FraudDetectorClient.ts b/clients/client-frauddetector/src/FraudDetectorClient.ts index e74e58b4c589..53e0776ab7e4 100644 --- a/clients/client-frauddetector/src/FraudDetectorClient.ts +++ b/clients/client-frauddetector/src/FraudDetectorClient.ts @@ -402,19 +402,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -426,12 +417,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -449,6 +434,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-fsx/src/FSxClient.ts b/clients/client-fsx/src/FSxClient.ts index d3c18022424d..d4cfd388db87 100644 --- a/clients/client-fsx/src/FSxClient.ts +++ b/clients/client-fsx/src/FSxClient.ts @@ -312,19 +312,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -336,12 +327,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -359,6 +344,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-gamelift/src/GameLiftClient.ts b/clients/client-gamelift/src/GameLiftClient.ts index a654207e0d68..8b2ce9103c57 100644 --- a/clients/client-gamelift/src/GameLiftClient.ts +++ b/clients/client-gamelift/src/GameLiftClient.ts @@ -615,19 +615,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -639,12 +630,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -662,6 +647,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-gamesparks/src/GameSparksClient.ts b/clients/client-gamesparks/src/GameSparksClient.ts index d0e8bf1b84d4..d8f8f5ecfe53 100644 --- a/clients/client-gamesparks/src/GameSparksClient.ts +++ b/clients/client-gamesparks/src/GameSparksClient.ts @@ -264,19 +264,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -288,12 +279,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -311,6 +296,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-glacier/src/GlacierClient.ts b/clients/client-glacier/src/GlacierClient.ts index b9615666d92e..bf364334015b 100644 --- a/clients/client-glacier/src/GlacierClient.ts +++ b/clients/client-glacier/src/GlacierClient.ts @@ -279,19 +279,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -303,12 +294,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -335,6 +320,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts b/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts index e68a4dc0e692..7b487707af9f 100644 --- a/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts +++ b/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts @@ -369,19 +369,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -393,12 +384,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -416,6 +401,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-glue/src/GlueClient.ts b/clients/client-glue/src/GlueClient.ts index f5da8a80eb40..0cf9527ec6eb 100644 --- a/clients/client-glue/src/GlueClient.ts +++ b/clients/client-glue/src/GlueClient.ts @@ -954,19 +954,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -978,12 +969,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -1001,6 +986,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-grafana/src/GrafanaClient.ts b/clients/client-grafana/src/GrafanaClient.ts index fd65fb4b93e3..4bdb86f22af8 100644 --- a/clients/client-grafana/src/GrafanaClient.ts +++ b/clients/client-grafana/src/GrafanaClient.ts @@ -207,19 +207,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -231,12 +222,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -254,6 +239,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-greengrass/src/GreengrassClient.ts b/clients/client-greengrass/src/GreengrassClient.ts index 813dbcf70d9e..19a6d0fd30b3 100644 --- a/clients/client-greengrass/src/GreengrassClient.ts +++ b/clients/client-greengrass/src/GreengrassClient.ts @@ -633,19 +633,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -657,12 +648,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -680,6 +665,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-greengrassv2/src/GreengrassV2Client.ts b/clients/client-greengrassv2/src/GreengrassV2Client.ts index b2203dfe9609..340cb26f1b5f 100644 --- a/clients/client-greengrassv2/src/GreengrassV2Client.ts +++ b/clients/client-greengrassv2/src/GreengrassV2Client.ts @@ -261,19 +261,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -285,12 +276,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -308,6 +293,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-groundstation/src/GroundStationClient.ts b/clients/client-groundstation/src/GroundStationClient.ts index 028cfaded27a..cda081499537 100644 --- a/clients/client-groundstation/src/GroundStationClient.ts +++ b/clients/client-groundstation/src/GroundStationClient.ts @@ -258,19 +258,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -282,12 +273,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -305,6 +290,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-guardduty/src/GuardDutyClient.ts b/clients/client-guardduty/src/GuardDutyClient.ts index 43d7d8c2a51a..895a557414d4 100644 --- a/clients/client-guardduty/src/GuardDutyClient.ts +++ b/clients/client-guardduty/src/GuardDutyClient.ts @@ -417,19 +417,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -441,12 +432,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -464,6 +449,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-health/src/HealthClient.ts b/clients/client-health/src/HealthClient.ts index e6c939b62fff..03ad36afffe1 100644 --- a/clients/client-health/src/HealthClient.ts +++ b/clients/client-health/src/HealthClient.ts @@ -201,19 +201,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -225,12 +216,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -248,6 +233,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-healthlake/src/HealthLakeClient.ts b/clients/client-healthlake/src/HealthLakeClient.ts index 2089fd93aedb..d66441e2d94c 100644 --- a/clients/client-healthlake/src/HealthLakeClient.ts +++ b/clients/client-healthlake/src/HealthLakeClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -233,6 +218,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-honeycode/src/HoneycodeClient.ts b/clients/client-honeycode/src/HoneycodeClient.ts index c7f46dc1add3..1bbad1112a8d 100644 --- a/clients/client-honeycode/src/HoneycodeClient.ts +++ b/clients/client-honeycode/src/HoneycodeClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iam/src/IAMClient.ts b/clients/client-iam/src/IAMClient.ts index e092e8b43295..08283816fa98 100644 --- a/clients/client-iam/src/IAMClient.ts +++ b/clients/client-iam/src/IAMClient.ts @@ -828,19 +828,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -852,12 +843,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -875,6 +860,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-identitystore/src/IdentitystoreClient.ts b/clients/client-identitystore/src/IdentitystoreClient.ts index 43a9c01cbe04..4db9ce43ca87 100644 --- a/clients/client-identitystore/src/IdentitystoreClient.ts +++ b/clients/client-identitystore/src/IdentitystoreClient.ts @@ -204,19 +204,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -228,12 +219,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -251,6 +236,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-imagebuilder/src/ImagebuilderClient.ts b/clients/client-imagebuilder/src/ImagebuilderClient.ts index e7ca23fbddf1..a80ea9e918c6 100644 --- a/clients/client-imagebuilder/src/ImagebuilderClient.ts +++ b/clients/client-imagebuilder/src/ImagebuilderClient.ts @@ -357,19 +357,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -381,12 +372,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -404,6 +389,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-inspector/src/InspectorClient.ts b/clients/client-inspector/src/InspectorClient.ts index f87819122346..84e21cf684f8 100644 --- a/clients/client-inspector/src/InspectorClient.ts +++ b/clients/client-inspector/src/InspectorClient.ts @@ -318,19 +318,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -342,12 +333,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -365,6 +350,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-inspector2/src/Inspector2Client.ts b/clients/client-inspector2/src/Inspector2Client.ts index bbfa5593cfb5..221321a765e5 100644 --- a/clients/client-inspector2/src/Inspector2Client.ts +++ b/clients/client-inspector2/src/Inspector2Client.ts @@ -273,19 +273,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -297,12 +288,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -320,6 +305,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts index 11b5da33f781..5fed8c083264 100644 --- a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts +++ b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts @@ -180,19 +180,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -204,12 +195,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -227,6 +212,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts b/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts index b74e85f493f2..0e108747e34a 100644 --- a/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts +++ b/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts @@ -189,19 +189,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -213,12 +204,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -236,6 +221,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts b/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts index 769153809192..2ab96122c39a 100644 --- a/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts +++ b/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts @@ -156,19 +156,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -180,12 +171,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -203,6 +188,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-events-data/src/IoTEventsDataClient.ts b/clients/client-iot-events-data/src/IoTEventsDataClient.ts index 41d8d324805f..297443ef404c 100644 --- a/clients/client-iot-events-data/src/IoTEventsDataClient.ts +++ b/clients/client-iot-events-data/src/IoTEventsDataClient.ts @@ -174,19 +174,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -198,12 +189,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -221,6 +206,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-events/src/IoTEventsClient.ts b/clients/client-iot-events/src/IoTEventsClient.ts index ec1a8b62b22b..df41d169f6d5 100644 --- a/clients/client-iot-events/src/IoTEventsClient.ts +++ b/clients/client-iot-events/src/IoTEventsClient.ts @@ -240,19 +240,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -264,12 +255,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -287,6 +272,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts index e63a44ad96ad..6c02a4801b2a 100644 --- a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts +++ b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts @@ -150,19 +150,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -174,12 +165,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -197,6 +182,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts b/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts index 374f5648ed46..798b09dd634d 100644 --- a/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts +++ b/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts @@ -189,19 +189,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -213,12 +204,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -236,6 +221,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot-wireless/src/IoTWirelessClient.ts b/clients/client-iot-wireless/src/IoTWirelessClient.ts index a0ae0270485a..c7c893757002 100644 --- a/clients/client-iot-wireless/src/IoTWirelessClient.ts +++ b/clients/client-iot-wireless/src/IoTWirelessClient.ts @@ -660,19 +660,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -684,12 +675,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -707,6 +692,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iot/src/IoTClient.ts b/clients/client-iot/src/IoTClient.ts index 88da4aaff581..7cc2b377fcc5 100644 --- a/clients/client-iot/src/IoTClient.ts +++ b/clients/client-iot/src/IoTClient.ts @@ -1260,19 +1260,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -1284,12 +1275,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -1307,6 +1292,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotanalytics/src/IoTAnalyticsClient.ts b/clients/client-iotanalytics/src/IoTAnalyticsClient.ts index 41edafa84621..3cee6b765962 100644 --- a/clients/client-iotanalytics/src/IoTAnalyticsClient.ts +++ b/clients/client-iotanalytics/src/IoTAnalyticsClient.ts @@ -255,19 +255,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -279,12 +270,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -302,6 +287,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts index 4853bbc2ea6a..c9c0db2e5eb1 100644 --- a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts +++ b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -233,6 +218,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotfleethub/src/IoTFleetHubClient.ts b/clients/client-iotfleethub/src/IoTFleetHubClient.ts index 168cde676431..53a48119662b 100644 --- a/clients/client-iotfleethub/src/IoTFleetHubClient.ts +++ b/clients/client-iotfleethub/src/IoTFleetHubClient.ts @@ -159,19 +159,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -183,12 +174,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts b/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts index cd9bd110e58d..2a53b7674f84 100644 --- a/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts +++ b/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts @@ -345,19 +345,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -369,12 +360,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -392,6 +377,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts b/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts index 23bd92abf001..ebf1816cea2a 100644 --- a/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts +++ b/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts @@ -159,19 +159,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -183,12 +174,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotsitewise/src/IoTSiteWiseClient.ts b/clients/client-iotsitewise/src/IoTSiteWiseClient.ts index 7a1f3b16a6f6..e58a1aec86b5 100644 --- a/clients/client-iotsitewise/src/IoTSiteWiseClient.ts +++ b/clients/client-iotsitewise/src/IoTSiteWiseClient.ts @@ -435,19 +435,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -459,12 +450,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -482,6 +467,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts b/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts index 20be09200a5c..f0ae2d70ffb7 100644 --- a/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts +++ b/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts @@ -297,19 +297,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -321,12 +312,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -344,6 +329,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts b/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts index a7e1d1f07f48..9f7b9dfde9a7 100644 --- a/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts +++ b/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts @@ -249,19 +249,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -273,12 +264,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ivs/src/IvsClient.ts b/clients/client-ivs/src/IvsClient.ts index 6128e9f0fa4d..ee5022ba156f 100644 --- a/clients/client-ivs/src/IvsClient.ts +++ b/clients/client-ivs/src/IvsClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ivschat/src/IvschatClient.ts b/clients/client-ivschat/src/IvschatClient.ts index 23a019d0bcdd..8ca39ec998b3 100644 --- a/clients/client-ivschat/src/IvschatClient.ts +++ b/clients/client-ivschat/src/IvschatClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kafka/src/KafkaClient.ts b/clients/client-kafka/src/KafkaClient.ts index b36a015978c5..61554bd22413 100644 --- a/clients/client-kafka/src/KafkaClient.ts +++ b/clients/client-kafka/src/KafkaClient.ts @@ -285,19 +285,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -309,12 +300,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -332,6 +317,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kafkaconnect/src/KafkaConnectClient.ts b/clients/client-kafkaconnect/src/KafkaConnectClient.ts index b9edf2cb7274..126944c9f52a 100644 --- a/clients/client-kafkaconnect/src/KafkaConnectClient.ts +++ b/clients/client-kafkaconnect/src/KafkaConnectClient.ts @@ -177,19 +177,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -201,12 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -224,6 +209,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kendra-ranking/src/KendraRankingClient.ts b/clients/client-kendra-ranking/src/KendraRankingClient.ts index 6b14f6577e6b..3a078f38b88e 100644 --- a/clients/client-kendra-ranking/src/KendraRankingClient.ts +++ b/clients/client-kendra-ranking/src/KendraRankingClient.ts @@ -174,19 +174,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -198,12 +189,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -221,6 +206,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kendra/src/KendraClient.ts b/clients/client-kendra/src/KendraClient.ts index 4e0749e79a33..c6bd75972e0e 100644 --- a/clients/client-kendra/src/KendraClient.ts +++ b/clients/client-kendra/src/KendraClient.ts @@ -396,19 +396,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -420,12 +411,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -443,6 +428,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-keyspaces/src/KeyspacesClient.ts b/clients/client-keyspaces/src/KeyspacesClient.ts index fa14dc342d2e..5377553769c7 100644 --- a/clients/client-keyspaces/src/KeyspacesClient.ts +++ b/clients/client-keyspaces/src/KeyspacesClient.ts @@ -171,19 +171,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -195,12 +186,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -218,6 +203,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts index 02c4f2d9a7b6..d4697815f3f7 100644 --- a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts +++ b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts @@ -291,19 +291,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -315,12 +306,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -338,6 +323,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts b/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts index ba4bb93811a8..b9687704305b 100644 --- a/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts +++ b/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts @@ -225,19 +225,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -249,12 +240,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -272,6 +257,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts index bb8bdafc5045..3c4a640a9f80 100644 --- a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts +++ b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts @@ -157,19 +157,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -181,12 +172,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -204,6 +189,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts b/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts index 07d6dee21d50..b78f9e67519c 100644 --- a/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts +++ b/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts @@ -131,19 +131,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -155,12 +146,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -178,6 +163,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts b/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts index 69b7c4509602..7c1114517e4f 100644 --- a/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts +++ b/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts @@ -140,19 +140,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -164,12 +155,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -187,6 +172,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts index 0ba90c7b04da..8bf956e52cf4 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts @@ -130,19 +130,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -154,12 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -177,6 +162,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis-video/src/KinesisVideoClient.ts b/clients/client-kinesis-video/src/KinesisVideoClient.ts index e28c835e871a..23a498145db9 100644 --- a/clients/client-kinesis-video/src/KinesisVideoClient.ts +++ b/clients/client-kinesis-video/src/KinesisVideoClient.ts @@ -264,19 +264,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -288,12 +279,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -311,6 +296,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-kinesis/src/KinesisClient.ts b/clients/client-kinesis/src/KinesisClient.ts index e1a91f6a859e..8aeb93787cc3 100644 --- a/clients/client-kinesis/src/KinesisClient.ts +++ b/clients/client-kinesis/src/KinesisClient.ts @@ -258,19 +258,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -282,12 +273,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -305,6 +290,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** * The function that provides necessary utilities for generating and parsing event stream */ diff --git a/clients/client-kms/src/KMSClient.ts b/clients/client-kms/src/KMSClient.ts index aac90ad09573..25159c0d41e8 100644 --- a/clients/client-kms/src/KMSClient.ts +++ b/clients/client-kms/src/KMSClient.ts @@ -327,19 +327,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -351,12 +342,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -374,6 +359,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lakeformation/src/LakeFormationClient.ts b/clients/client-lakeformation/src/LakeFormationClient.ts index 0d113509d0ef..3df3f3e27efb 100644 --- a/clients/client-lakeformation/src/LakeFormationClient.ts +++ b/clients/client-lakeformation/src/LakeFormationClient.ts @@ -322,19 +322,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -346,12 +337,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -369,6 +354,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lambda/src/LambdaClient.ts b/clients/client-lambda/src/LambdaClient.ts index a44724ac4001..be434c67f6ff 100644 --- a/clients/client-lambda/src/LambdaClient.ts +++ b/clients/client-lambda/src/LambdaClient.ts @@ -447,19 +447,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -471,12 +462,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -494,6 +479,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts b/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts index d50c72bb82d3..372a96577a34 100644 --- a/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts +++ b/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts @@ -285,19 +285,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -309,12 +300,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -332,6 +317,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lex-models-v2/src/LexModelsV2Client.ts b/clients/client-lex-models-v2/src/LexModelsV2Client.ts index 31449fa604a5..041c0d435669 100644 --- a/clients/client-lex-models-v2/src/LexModelsV2Client.ts +++ b/clients/client-lex-models-v2/src/LexModelsV2Client.ts @@ -408,19 +408,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -432,12 +423,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -455,6 +440,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts b/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts index d7cd292224a1..3c254fe2301e 100644 --- a/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts +++ b/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts @@ -145,19 +145,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -169,12 +160,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -192,6 +177,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts b/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts index 944726a0f4c1..98ca00739091 100644 --- a/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts +++ b/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts @@ -160,19 +160,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -184,12 +175,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -213,6 +198,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** * The function that provides necessary utilities for generating and parsing event stream */ diff --git a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts index 3992974ccafd..89d03509c45a 100644 --- a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts +++ b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts @@ -150,19 +150,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -174,12 +165,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -197,6 +182,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts index 3ebe486b770a..8d17601c9f3c 100644 --- a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts +++ b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -233,6 +218,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-license-manager/src/LicenseManagerClient.ts b/clients/client-license-manager/src/LicenseManagerClient.ts index dd464263f3b6..d4e80e75ce3d 100644 --- a/clients/client-license-manager/src/LicenseManagerClient.ts +++ b/clients/client-license-manager/src/LicenseManagerClient.ts @@ -366,19 +366,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -390,12 +381,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -413,6 +398,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lightsail/src/LightsailClient.ts b/clients/client-lightsail/src/LightsailClient.ts index cda3849a4cf9..7b3ed74c3b29 100644 --- a/clients/client-lightsail/src/LightsailClient.ts +++ b/clients/client-lightsail/src/LightsailClient.ts @@ -825,19 +825,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -849,12 +840,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -872,6 +857,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-location/src/LocationClient.ts b/clients/client-location/src/LocationClient.ts index e67cdefd0e3a..1dbdf4ab785f 100644 --- a/clients/client-location/src/LocationClient.ts +++ b/clients/client-location/src/LocationClient.ts @@ -366,19 +366,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -390,12 +381,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -413,6 +398,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts b/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts index fb4ba9e0be95..814a97b4fbea 100644 --- a/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts +++ b/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts @@ -270,19 +270,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -294,12 +285,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts b/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts index e7e2887ec913..e9934f4e9a64 100644 --- a/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts +++ b/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts @@ -264,19 +264,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -288,12 +279,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -311,6 +296,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-lookoutvision/src/LookoutVisionClient.ts b/clients/client-lookoutvision/src/LookoutVisionClient.ts index 36d7312b074b..b84cbebbaa8f 100644 --- a/clients/client-lookoutvision/src/LookoutVisionClient.ts +++ b/clients/client-lookoutvision/src/LookoutVisionClient.ts @@ -210,19 +210,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -234,12 +225,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -257,6 +242,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-m2/src/M2Client.ts b/clients/client-m2/src/M2Client.ts index 6257b7119f45..731a651ecdc6 100644 --- a/clients/client-m2/src/M2Client.ts +++ b/clients/client-m2/src/M2Client.ts @@ -258,19 +258,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -282,12 +273,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -305,6 +290,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-machine-learning/src/MachineLearningClient.ts b/clients/client-machine-learning/src/MachineLearningClient.ts index 2d4e0024a41e..6154996e85cb 100644 --- a/clients/client-machine-learning/src/MachineLearningClient.ts +++ b/clients/client-machine-learning/src/MachineLearningClient.ts @@ -246,19 +246,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -270,12 +261,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -293,6 +278,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-macie/src/MacieClient.ts b/clients/client-macie/src/MacieClient.ts index 48bf02315ce6..398f3de6a74e 100644 --- a/clients/client-macie/src/MacieClient.ts +++ b/clients/client-macie/src/MacieClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-macie2/src/Macie2Client.ts b/clients/client-macie2/src/Macie2Client.ts index 59857f5e0cc7..e2919f6c665d 100644 --- a/clients/client-macie2/src/Macie2Client.ts +++ b/clients/client-macie2/src/Macie2Client.ts @@ -513,19 +513,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -537,12 +528,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -560,6 +545,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-managedblockchain/src/ManagedBlockchainClient.ts b/clients/client-managedblockchain/src/ManagedBlockchainClient.ts index 4fb6b867c610..fae67759026f 100644 --- a/clients/client-managedblockchain/src/ManagedBlockchainClient.ts +++ b/clients/client-managedblockchain/src/ManagedBlockchainClient.ts @@ -213,19 +213,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -237,12 +228,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -260,6 +245,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts b/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts index 474f3c8c3843..ed929c6153ae 100644 --- a/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts +++ b/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts @@ -159,19 +159,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -183,12 +174,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts index b42c532f7c37..e3676308550e 100644 --- a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts +++ b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -181,6 +166,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts index 534cddc24abf..ac71dbfb25fa 100644 --- a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts +++ b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts @@ -130,19 +130,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -154,12 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -177,6 +162,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts b/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts index b7804900f290..10f8f84d4387 100644 --- a/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts +++ b/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts @@ -141,19 +141,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -165,12 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -188,6 +173,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediaconnect/src/MediaConnectClient.ts b/clients/client-mediaconnect/src/MediaConnectClient.ts index ec2c57c3b4ff..ad234b63de11 100644 --- a/clients/client-mediaconnect/src/MediaConnectClient.ts +++ b/clients/client-mediaconnect/src/MediaConnectClient.ts @@ -249,19 +249,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -273,12 +264,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediaconvert/src/MediaConvertClient.ts b/clients/client-mediaconvert/src/MediaConvertClient.ts index fa524299c22d..e3c9aa04b21d 100644 --- a/clients/client-mediaconvert/src/MediaConvertClient.ts +++ b/clients/client-mediaconvert/src/MediaConvertClient.ts @@ -222,19 +222,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -246,12 +237,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -269,6 +254,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-medialive/src/MediaLiveClient.ts b/clients/client-medialive/src/MediaLiveClient.ts index ba1a932edc09..d066a9268e3f 100644 --- a/clients/client-medialive/src/MediaLiveClient.ts +++ b/clients/client-medialive/src/MediaLiveClient.ts @@ -370,19 +370,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -394,12 +385,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -417,6 +402,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts b/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts index b8b0f34a2bd3..d7d09dd2db3b 100644 --- a/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts +++ b/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts @@ -210,19 +210,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -234,12 +225,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -257,6 +242,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediapackage/src/MediaPackageClient.ts b/clients/client-mediapackage/src/MediaPackageClient.ts index a22957bdfc70..8565755c1beb 100644 --- a/clients/client-mediapackage/src/MediaPackageClient.ts +++ b/clients/client-mediapackage/src/MediaPackageClient.ts @@ -210,19 +210,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -234,12 +225,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -257,6 +242,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediastore-data/src/MediaStoreDataClient.ts b/clients/client-mediastore-data/src/MediaStoreDataClient.ts index 9b73d6d762b6..40040eca67d0 100644 --- a/clients/client-mediastore-data/src/MediaStoreDataClient.ts +++ b/clients/client-mediastore-data/src/MediaStoreDataClient.ts @@ -145,19 +145,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -169,12 +160,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -192,6 +177,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediastore/src/MediaStoreClient.ts b/clients/client-mediastore/src/MediaStoreClient.ts index f3099d113332..396e5c8fcaa9 100644 --- a/clients/client-mediastore/src/MediaStoreClient.ts +++ b/clients/client-mediastore/src/MediaStoreClient.ts @@ -201,19 +201,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -225,12 +216,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -248,6 +233,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mediatailor/src/MediaTailorClient.ts b/clients/client-mediatailor/src/MediaTailorClient.ts index ca094e6fceaa..dcf56693dbc2 100644 --- a/clients/client-mediatailor/src/MediaTailorClient.ts +++ b/clients/client-mediatailor/src/MediaTailorClient.ts @@ -312,19 +312,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -336,12 +327,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -359,6 +344,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-memorydb/src/MemoryDBClient.ts b/clients/client-memorydb/src/MemoryDBClient.ts index 16533179c612..35e6e8fbd269 100644 --- a/clients/client-memorydb/src/MemoryDBClient.ts +++ b/clients/client-memorydb/src/MemoryDBClient.ts @@ -279,19 +279,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -303,12 +294,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -326,6 +311,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mgn/src/MgnClient.ts b/clients/client-mgn/src/MgnClient.ts index 9b93836c4943..449a18bfb477 100644 --- a/clients/client-mgn/src/MgnClient.ts +++ b/clients/client-mgn/src/MgnClient.ts @@ -390,19 +390,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -414,12 +405,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -437,6 +422,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts index 3eff47eea6de..557d24bdddb2 100644 --- a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts +++ b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts @@ -210,19 +210,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -234,12 +225,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -257,6 +242,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-migration-hub/src/MigrationHubClient.ts b/clients/client-migration-hub/src/MigrationHubClient.ts index 927411ddb5a8..68a0d09fd7f4 100644 --- a/clients/client-migration-hub/src/MigrationHubClient.ts +++ b/clients/client-migration-hub/src/MigrationHubClient.ts @@ -228,19 +228,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -252,12 +243,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -275,6 +260,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts b/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts index 7a3a5c3a380f..197e1a9dd2ca 100644 --- a/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts +++ b/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts @@ -144,19 +144,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -168,12 +159,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -191,6 +176,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts index 3e88df42f7b4..84b2e2e1ec57 100644 --- a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts +++ b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts b/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts index 5e0559b40c93..e42bf11392ec 100644 --- a/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts +++ b/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts @@ -228,19 +228,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -252,12 +243,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -275,6 +260,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mobile/src/MobileClient.ts b/clients/client-mobile/src/MobileClient.ts index 752b9e0ad7ce..294e98ccc3de 100644 --- a/clients/client-mobile/src/MobileClient.ts +++ b/clients/client-mobile/src/MobileClient.ts @@ -156,19 +156,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -180,12 +171,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -203,6 +188,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mq/src/MqClient.ts b/clients/client-mq/src/MqClient.ts index 55fc8e773f08..ef21616421d9 100644 --- a/clients/client-mq/src/MqClient.ts +++ b/clients/client-mq/src/MqClient.ts @@ -216,19 +216,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -240,12 +231,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -263,6 +248,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mturk/src/MTurkClient.ts b/clients/client-mturk/src/MTurkClient.ts index 386bf024d14b..8160d1613425 100644 --- a/clients/client-mturk/src/MTurkClient.ts +++ b/clients/client-mturk/src/MTurkClient.ts @@ -309,19 +309,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -333,12 +324,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -356,6 +341,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-mwaa/src/MWAAClient.ts b/clients/client-mwaa/src/MWAAClient.ts index 844d423ab60f..85dcbc7ec1b6 100644 --- a/clients/client-mwaa/src/MWAAClient.ts +++ b/clients/client-mwaa/src/MWAAClient.ts @@ -168,19 +168,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -192,12 +183,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -215,6 +200,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-neptune/src/NeptuneClient.ts b/clients/client-neptune/src/NeptuneClient.ts index a2ce73a5a457..4cd480a3a18b 100644 --- a/clients/client-neptune/src/NeptuneClient.ts +++ b/clients/client-neptune/src/NeptuneClient.ts @@ -501,19 +501,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -525,12 +516,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -548,6 +533,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-network-firewall/src/NetworkFirewallClient.ts b/clients/client-network-firewall/src/NetworkFirewallClient.ts index 4bf56b6c1f48..dd9353b68ef1 100644 --- a/clients/client-network-firewall/src/NetworkFirewallClient.ts +++ b/clients/client-network-firewall/src/NetworkFirewallClient.ts @@ -276,19 +276,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -300,12 +291,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -323,6 +308,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-networkmanager/src/NetworkManagerClient.ts b/clients/client-networkmanager/src/NetworkManagerClient.ts index ac2b5e3b89bb..6988a2d12cba 100644 --- a/clients/client-networkmanager/src/NetworkManagerClient.ts +++ b/clients/client-networkmanager/src/NetworkManagerClient.ts @@ -516,19 +516,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -540,12 +531,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -563,6 +548,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-nimble/src/NimbleClient.ts b/clients/client-nimble/src/NimbleClient.ts index c2b2304db3b2..d368096c8a01 100644 --- a/clients/client-nimble/src/NimbleClient.ts +++ b/clients/client-nimble/src/NimbleClient.ts @@ -369,19 +369,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -393,12 +384,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -416,6 +401,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-oam/src/OAMClient.ts b/clients/client-oam/src/OAMClient.ts index 852ff3f75ca0..b029d40a4cc0 100644 --- a/clients/client-oam/src/OAMClient.ts +++ b/clients/client-oam/src/OAMClient.ts @@ -177,19 +177,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -201,12 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -224,6 +209,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-omics/src/OmicsClient.ts b/clients/client-omics/src/OmicsClient.ts index 7a13c3654da3..3e7451de64dc 100644 --- a/clients/client-omics/src/OmicsClient.ts +++ b/clients/client-omics/src/OmicsClient.ts @@ -421,19 +421,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -445,12 +436,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -468,6 +453,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-opensearch/src/OpenSearchClient.ts b/clients/client-opensearch/src/OpenSearchClient.ts index 358a86895a75..72057689ae40 100644 --- a/clients/client-opensearch/src/OpenSearchClient.ts +++ b/clients/client-opensearch/src/OpenSearchClient.ts @@ -360,19 +360,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -384,12 +375,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -407,6 +392,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts b/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts index 41eb2b1e87a7..d742004f7591 100644 --- a/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts +++ b/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts @@ -255,19 +255,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -279,12 +270,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -302,6 +287,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-opsworks/src/OpsWorksClient.ts b/clients/client-opsworks/src/OpsWorksClient.ts index 437de41ff6e8..322123887069 100644 --- a/clients/client-opsworks/src/OpsWorksClient.ts +++ b/clients/client-opsworks/src/OpsWorksClient.ts @@ -429,19 +429,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -453,12 +444,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -476,6 +461,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-opsworkscm/src/OpsWorksCMClient.ts b/clients/client-opsworkscm/src/OpsWorksCMClient.ts index cb07c0a1647d..33b94e2f4d9c 100644 --- a/clients/client-opsworkscm/src/OpsWorksCMClient.ts +++ b/clients/client-opsworkscm/src/OpsWorksCMClient.ts @@ -201,19 +201,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -225,12 +216,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -248,6 +233,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-organizations/src/OrganizationsClient.ts b/clients/client-organizations/src/OrganizationsClient.ts index 36f01316edbf..1d840820ed4a 100644 --- a/clients/client-organizations/src/OrganizationsClient.ts +++ b/clients/client-organizations/src/OrganizationsClient.ts @@ -375,19 +375,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -399,12 +390,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -422,6 +407,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-outposts/src/OutpostsClient.ts b/clients/client-outposts/src/OutpostsClient.ts index 4a0e009b4ab9..89d74f13c1a4 100644 --- a/clients/client-outposts/src/OutpostsClient.ts +++ b/clients/client-outposts/src/OutpostsClient.ts @@ -216,19 +216,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -240,12 +231,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -263,6 +248,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-panorama/src/PanoramaClient.ts b/clients/client-panorama/src/PanoramaClient.ts index 0542925bb4dd..2dc5dd553ce3 100644 --- a/clients/client-panorama/src/PanoramaClient.ts +++ b/clients/client-panorama/src/PanoramaClient.ts @@ -291,19 +291,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -315,12 +306,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -338,6 +323,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-personalize-events/src/PersonalizeEventsClient.ts b/clients/client-personalize-events/src/PersonalizeEventsClient.ts index f1991d975679..0fee81ae0d2f 100644 --- a/clients/client-personalize-events/src/PersonalizeEventsClient.ts +++ b/clients/client-personalize-events/src/PersonalizeEventsClient.ts @@ -132,19 +132,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -156,12 +147,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -179,6 +164,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts b/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts index f54e14346ddf..0a6708588bc5 100644 --- a/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts +++ b/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -181,6 +166,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-personalize/src/PersonalizeClient.ts b/clients/client-personalize/src/PersonalizeClient.ts index a506fc1f7f30..599efa7fae46 100644 --- a/clients/client-personalize/src/PersonalizeClient.ts +++ b/clients/client-personalize/src/PersonalizeClient.ts @@ -408,19 +408,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -432,12 +423,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -455,6 +440,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pi/src/PIClient.ts b/clients/client-pi/src/PIClient.ts index d564678f8c68..209cec1410d0 100644 --- a/clients/client-pi/src/PIClient.ts +++ b/clients/client-pi/src/PIClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pinpoint-email/src/PinpointEmailClient.ts b/clients/client-pinpoint-email/src/PinpointEmailClient.ts index ea406c987d9e..ffa8af1c1f3e 100644 --- a/clients/client-pinpoint-email/src/PinpointEmailClient.ts +++ b/clients/client-pinpoint-email/src/PinpointEmailClient.ts @@ -360,19 +360,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -384,12 +375,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -407,6 +392,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts index c4b8a614f4fa..a7f3c89b9f29 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts @@ -330,19 +330,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -354,12 +345,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -377,6 +362,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts index b3f84c8358a2..6d8c6c051f97 100644 --- a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts +++ b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts @@ -174,19 +174,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -198,12 +189,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -221,6 +206,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pinpoint/src/PinpointClient.ts b/clients/client-pinpoint/src/PinpointClient.ts index c852168c8939..828717528c36 100644 --- a/clients/client-pinpoint/src/PinpointClient.ts +++ b/clients/client-pinpoint/src/PinpointClient.ts @@ -603,19 +603,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -627,12 +618,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -650,6 +635,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pipes/src/PipesClient.ts b/clients/client-pipes/src/PipesClient.ts index 5c7734209a83..da0fe2577d36 100644 --- a/clients/client-pipes/src/PipesClient.ts +++ b/clients/client-pipes/src/PipesClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-polly/src/PollyClient.ts b/clients/client-polly/src/PollyClient.ts index c5fc81d87301..33f9a2f9a83a 100644 --- a/clients/client-polly/src/PollyClient.ts +++ b/clients/client-polly/src/PollyClient.ts @@ -166,19 +166,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -190,12 +181,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -213,6 +198,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-pricing/src/PricingClient.ts b/clients/client-pricing/src/PricingClient.ts index 7d5c0247e288..75e188650c31 100644 --- a/clients/client-pricing/src/PricingClient.ts +++ b/clients/client-pricing/src/PricingClient.ts @@ -135,19 +135,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -159,12 +150,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -182,6 +167,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-privatenetworks/src/PrivateNetworksClient.ts b/clients/client-privatenetworks/src/PrivateNetworksClient.ts index eee27acd4cdd..c4a7e99b826b 100644 --- a/clients/client-privatenetworks/src/PrivateNetworksClient.ts +++ b/clients/client-privatenetworks/src/PrivateNetworksClient.ts @@ -234,19 +234,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -258,12 +249,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -281,6 +266,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-proton/src/ProtonClient.ts b/clients/client-proton/src/ProtonClient.ts index 1cb44daf24b3..a6119c228119 100644 --- a/clients/client-proton/src/ProtonClient.ts +++ b/clients/client-proton/src/ProtonClient.ts @@ -513,19 +513,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -537,12 +528,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -560,6 +545,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-qldb-session/src/QLDBSessionClient.ts b/clients/client-qldb-session/src/QLDBSessionClient.ts index 72859077361c..c665ef486dcb 100644 --- a/clients/client-qldb-session/src/QLDBSessionClient.ts +++ b/clients/client-qldb-session/src/QLDBSessionClient.ts @@ -130,19 +130,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -154,12 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -177,6 +162,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-qldb/src/QLDBClient.ts b/clients/client-qldb/src/QLDBClient.ts index a942f38e4dbf..c1cd8ee07e43 100644 --- a/clients/client-qldb/src/QLDBClient.ts +++ b/clients/client-qldb/src/QLDBClient.ts @@ -216,19 +216,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -240,12 +231,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -263,6 +248,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-quicksight/src/QuickSightClient.ts b/clients/client-quicksight/src/QuickSightClient.ts index a7b5445e42b1..610132e57a9e 100644 --- a/clients/client-quicksight/src/QuickSightClient.ts +++ b/clients/client-quicksight/src/QuickSightClient.ts @@ -672,19 +672,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -696,12 +687,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -719,6 +704,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ram/src/RAMClient.ts b/clients/client-ram/src/RAMClient.ts index 7b2db7681287..99969a607f21 100644 --- a/clients/client-ram/src/RAMClient.ts +++ b/clients/client-ram/src/RAMClient.ts @@ -255,19 +255,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -279,12 +270,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -302,6 +287,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-rbin/src/RbinClient.ts b/clients/client-rbin/src/RbinClient.ts index 052399515d75..bab5228524ed 100644 --- a/clients/client-rbin/src/RbinClient.ts +++ b/clients/client-rbin/src/RbinClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-rds-data/src/RDSDataClient.ts b/clients/client-rds-data/src/RDSDataClient.ts index 92035b548f0f..51e8fb0e2563 100644 --- a/clients/client-rds-data/src/RDSDataClient.ts +++ b/clients/client-rds-data/src/RDSDataClient.ts @@ -153,19 +153,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -177,12 +168,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -200,6 +185,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-rds/src/RDSClient.ts b/clients/client-rds/src/RDSClient.ts index ff3179e15a9d..86628dc36a1d 100644 --- a/clients/client-rds/src/RDSClient.ts +++ b/clients/client-rds/src/RDSClient.ts @@ -867,19 +867,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -891,12 +882,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -914,6 +899,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-redshift-data/src/RedshiftDataClient.ts b/clients/client-redshift-data/src/RedshiftDataClient.ts index 4d41d0c1f7c7..7c0df3a13ac8 100644 --- a/clients/client-redshift-data/src/RedshiftDataClient.ts +++ b/clients/client-redshift-data/src/RedshiftDataClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts b/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts index b8c259c636f2..adcb02ec4ecb 100644 --- a/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts +++ b/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts @@ -282,19 +282,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -306,12 +297,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -329,6 +314,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-redshift/src/RedshiftClient.ts b/clients/client-redshift/src/RedshiftClient.ts index c3f7211ba6df..06a9dceaaa86 100644 --- a/clients/client-redshift/src/RedshiftClient.ts +++ b/clients/client-redshift/src/RedshiftClient.ts @@ -762,19 +762,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -786,12 +777,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -809,6 +794,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-rekognition/src/RekognitionClient.ts b/clients/client-rekognition/src/RekognitionClient.ts index a9dafff7d2a5..786d1c354848 100644 --- a/clients/client-rekognition/src/RekognitionClient.ts +++ b/clients/client-rekognition/src/RekognitionClient.ts @@ -399,19 +399,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -423,12 +414,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -446,6 +431,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-resiliencehub/src/ResiliencehubClient.ts b/clients/client-resiliencehub/src/ResiliencehubClient.ts index d80735060251..d96155a3b498 100644 --- a/clients/client-resiliencehub/src/ResiliencehubClient.ts +++ b/clients/client-resiliencehub/src/ResiliencehubClient.ts @@ -330,19 +330,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -354,12 +345,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -377,6 +362,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts b/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts index f62166286c9d..524f05f3adfe 100644 --- a/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts +++ b/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts index c4eba10b2919..6cca2f4ade35 100644 --- a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts +++ b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts @@ -162,19 +162,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -186,12 +177,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -209,6 +194,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-resource-groups/src/ResourceGroupsClient.ts b/clients/client-resource-groups/src/ResourceGroupsClient.ts index 5f511dec99d3..3805341289db 100644 --- a/clients/client-resource-groups/src/ResourceGroupsClient.ts +++ b/clients/client-resource-groups/src/ResourceGroupsClient.ts @@ -192,19 +192,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -216,12 +207,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -239,6 +224,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-robomaker/src/RoboMakerClient.ts b/clients/client-robomaker/src/RoboMakerClient.ts index 913318e5f154..0251171afde9 100644 --- a/clients/client-robomaker/src/RoboMakerClient.ts +++ b/clients/client-robomaker/src/RoboMakerClient.ts @@ -414,19 +414,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -438,12 +429,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -461,6 +446,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-rolesanywhere/src/RolesAnywhereClient.ts b/clients/client-rolesanywhere/src/RolesAnywhereClient.ts index be750d969d86..b2aa0e37a2ac 100644 --- a/clients/client-rolesanywhere/src/RolesAnywhereClient.ts +++ b/clients/client-rolesanywhere/src/RolesAnywhereClient.ts @@ -210,19 +210,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -234,12 +225,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -257,6 +242,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-route-53-domains/src/Route53DomainsClient.ts b/clients/client-route-53-domains/src/Route53DomainsClient.ts index e908cf3d5da7..3980321cfb73 100644 --- a/clients/client-route-53-domains/src/Route53DomainsClient.ts +++ b/clients/client-route-53-domains/src/Route53DomainsClient.ts @@ -297,19 +297,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -321,12 +312,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -344,6 +329,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-route-53/src/Route53Client.ts b/clients/client-route-53/src/Route53Client.ts index 1e603502b553..2c03308a9e99 100644 --- a/clients/client-route-53/src/Route53Client.ts +++ b/clients/client-route-53/src/Route53Client.ts @@ -486,19 +486,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -510,12 +501,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -533,6 +518,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts b/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts index e57b175dc53d..4a25233fd6f3 100644 --- a/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts +++ b/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts @@ -153,19 +153,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -177,12 +168,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -200,6 +185,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts index 639850429640..77094e5b7034 100644 --- a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts +++ b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts @@ -222,19 +222,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -246,12 +237,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -269,6 +254,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts index fe59219e2780..0111ff510ed0 100644 --- a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts +++ b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts @@ -273,19 +273,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -297,12 +288,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -320,6 +305,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-route53resolver/src/Route53ResolverClient.ts b/clients/client-route53resolver/src/Route53ResolverClient.ts index 0b25740112e7..311637fb6999 100644 --- a/clients/client-route53resolver/src/Route53ResolverClient.ts +++ b/clients/client-route53resolver/src/Route53ResolverClient.ts @@ -468,19 +468,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -492,12 +483,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -515,6 +500,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-rum/src/RUMClient.ts b/clients/client-rum/src/RUMClient.ts index 0ac2f13f632e..20ba213935ef 100644 --- a/clients/client-rum/src/RUMClient.ts +++ b/clients/client-rum/src/RUMClient.ts @@ -204,19 +204,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -228,12 +219,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -251,6 +236,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-s3-control/src/S3ControlClient.ts b/clients/client-s3-control/src/S3ControlClient.ts index 498a8ca55bc4..92ab2fa873a1 100644 --- a/clients/client-s3-control/src/S3ControlClient.ts +++ b/clients/client-s3-control/src/S3ControlClient.ts @@ -443,19 +443,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -467,12 +458,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -490,6 +475,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** * A function that, given a hash constructor and a stream, calculates the * hash of the streamed value. diff --git a/clients/client-s3/src/S3Client.ts b/clients/client-s3/src/S3Client.ts index fdb6d12f3887..b3903dbd9633 100644 --- a/clients/client-s3/src/S3Client.ts +++ b/clients/client-s3/src/S3Client.ts @@ -581,19 +581,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -605,12 +596,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -664,6 +649,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ getAwsChunkedEncodingStream?: GetAwsChunkedEncodingStream; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** * The function that provides necessary utilities for generating and parsing event stream */ diff --git a/clients/client-s3outposts/src/S3OutpostsClient.ts b/clients/client-s3outposts/src/S3OutpostsClient.ts index aa5fe03a53c4..eb1796191ceb 100644 --- a/clients/client-s3outposts/src/S3OutpostsClient.ts +++ b/clients/client-s3outposts/src/S3OutpostsClient.ts @@ -144,19 +144,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -168,12 +159,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -191,6 +176,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts index 01ac1e66ab3a..8ed6d511a85a 100644 --- a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts +++ b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts @@ -144,19 +144,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -168,12 +159,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -191,6 +176,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts b/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts index 71f9d1021bb0..48af6c449757 100644 --- a/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts +++ b/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts @@ -141,19 +141,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -165,12 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -188,6 +173,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts index d7c774356bc7..030549a31dfb 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts @@ -141,19 +141,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -165,12 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -188,6 +173,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts b/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts index cd179b5be12a..7a34e288564d 100644 --- a/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts +++ b/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts @@ -235,19 +235,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -259,12 +250,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -282,6 +267,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts b/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts index 9649d42d1664..e8aeea6eea8d 100644 --- a/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts +++ b/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts @@ -130,19 +130,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -154,12 +145,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -177,6 +162,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts b/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts index 7a5c9404c832..88136b7ee667 100644 --- a/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts +++ b/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -181,6 +166,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sagemaker/src/SageMakerClient.ts b/clients/client-sagemaker/src/SageMakerClient.ts index bde9ce7e2ff9..1d21aac9e1ff 100644 --- a/clients/client-sagemaker/src/SageMakerClient.ts +++ b/clients/client-sagemaker/src/SageMakerClient.ts @@ -1482,19 +1482,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -1506,12 +1497,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -1529,6 +1514,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-savingsplans/src/SavingsplansClient.ts b/clients/client-savingsplans/src/SavingsplansClient.ts index 6bb0113ab188..1f6daba0062c 100644 --- a/clients/client-savingsplans/src/SavingsplansClient.ts +++ b/clients/client-savingsplans/src/SavingsplansClient.ts @@ -174,19 +174,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -198,12 +189,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -221,6 +206,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-scheduler/src/SchedulerClient.ts b/clients/client-scheduler/src/SchedulerClient.ts index 80a7e98213f5..15f108c9ac4b 100644 --- a/clients/client-scheduler/src/SchedulerClient.ts +++ b/clients/client-scheduler/src/SchedulerClient.ts @@ -174,19 +174,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -198,12 +189,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -221,6 +206,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-schemas/src/SchemasClient.ts b/clients/client-schemas/src/SchemasClient.ts index a45b4afdb2b3..bf40921527e9 100644 --- a/clients/client-schemas/src/SchemasClient.ts +++ b/clients/client-schemas/src/SchemasClient.ts @@ -240,19 +240,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -264,12 +255,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -287,6 +272,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-secrets-manager/src/SecretsManagerClient.ts b/clients/client-secrets-manager/src/SecretsManagerClient.ts index 34191055d3da..d79ff3bca1f0 100644 --- a/clients/client-secrets-manager/src/SecretsManagerClient.ts +++ b/clients/client-secrets-manager/src/SecretsManagerClient.ts @@ -216,19 +216,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -240,12 +231,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -263,6 +248,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-securityhub/src/SecurityHubClient.ts b/clients/client-securityhub/src/SecurityHubClient.ts index 6273e36ba6eb..4c33bb3c8ca4 100644 --- a/clients/client-securityhub/src/SecurityHubClient.ts +++ b/clients/client-securityhub/src/SecurityHubClient.ts @@ -384,19 +384,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -408,12 +399,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -431,6 +416,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-securitylake/src/SecurityLakeClient.ts b/clients/client-securitylake/src/SecurityLakeClient.ts index 490300a5fc78..db06bad711c4 100644 --- a/clients/client-securitylake/src/SecurityLakeClient.ts +++ b/clients/client-securitylake/src/SecurityLakeClient.ts @@ -270,19 +270,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -294,12 +285,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts index c2fcdd287a19..d6da050459ce 100644 --- a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts +++ b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts @@ -195,19 +195,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -219,12 +210,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -242,6 +227,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts index 337bbf581795..da16ee614465 100644 --- a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts +++ b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts @@ -237,19 +237,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -261,12 +252,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-service-catalog/src/ServiceCatalogClient.ts b/clients/client-service-catalog/src/ServiceCatalogClient.ts index 9c1c89bb9f11..c040a274bab6 100644 --- a/clients/client-service-catalog/src/ServiceCatalogClient.ts +++ b/clients/client-service-catalog/src/ServiceCatalogClient.ts @@ -576,19 +576,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -600,12 +591,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -623,6 +608,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-service-quotas/src/ServiceQuotasClient.ts b/clients/client-service-quotas/src/ServiceQuotasClient.ts index 7d9de9acf3a6..afc5a88cfd5a 100644 --- a/clients/client-service-quotas/src/ServiceQuotasClient.ts +++ b/clients/client-service-quotas/src/ServiceQuotasClient.ts @@ -228,19 +228,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -252,12 +243,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -275,6 +260,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts b/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts index c7718ed5d523..ec049fb3ff7e 100644 --- a/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts +++ b/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts @@ -234,19 +234,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -258,12 +249,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -281,6 +266,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ses/src/SESClient.ts b/clients/client-ses/src/SESClient.ts index 86fd487d8dfb..8bfe21cfe6df 100644 --- a/clients/client-ses/src/SESClient.ts +++ b/clients/client-ses/src/SESClient.ts @@ -492,19 +492,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -516,12 +507,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -539,6 +524,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sesv2/src/SESv2Client.ts b/clients/client-sesv2/src/SESv2Client.ts index 447c35d8a09a..32c2162e702c 100644 --- a/clients/client-sesv2/src/SESv2Client.ts +++ b/clients/client-sesv2/src/SESv2Client.ts @@ -567,19 +567,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -591,12 +582,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -614,6 +599,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sfn/src/SFNClient.ts b/clients/client-sfn/src/SFNClient.ts index fcf02261345b..b094634c2eba 100644 --- a/clients/client-sfn/src/SFNClient.ts +++ b/clients/client-sfn/src/SFNClient.ts @@ -219,19 +219,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -243,12 +234,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -266,6 +251,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-shield/src/ShieldClient.ts b/clients/client-shield/src/ShieldClient.ts index 7c3e24e08745..15562d066baf 100644 --- a/clients/client-shield/src/ShieldClient.ts +++ b/clients/client-shield/src/ShieldClient.ts @@ -306,19 +306,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -330,12 +321,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -353,6 +338,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-signer/src/SignerClient.ts b/clients/client-signer/src/SignerClient.ts index cc34c0cb2df4..6681e5b2f83b 100644 --- a/clients/client-signer/src/SignerClient.ts +++ b/clients/client-signer/src/SignerClient.ts @@ -204,19 +204,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -228,12 +219,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -251,6 +236,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts b/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts index 4b722e71c05e..185750047641 100644 --- a/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts +++ b/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts @@ -177,19 +177,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -201,12 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -224,6 +209,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sms/src/SMSClient.ts b/clients/client-sms/src/SMSClient.ts index ced72fbef660..a738667fdcf0 100644 --- a/clients/client-sms/src/SMSClient.ts +++ b/clients/client-sms/src/SMSClient.ts @@ -294,19 +294,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -318,12 +309,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -341,6 +326,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts b/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts index b6ed7749e7c8..a14918430219 100644 --- a/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts +++ b/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts @@ -177,19 +177,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -201,12 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -224,6 +209,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-snowball/src/SnowballClient.ts b/clients/client-snowball/src/SnowballClient.ts index af1407a3ffb2..0f3048916a79 100644 --- a/clients/client-snowball/src/SnowballClient.ts +++ b/clients/client-snowball/src/SnowballClient.ts @@ -231,19 +231,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -255,12 +246,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -278,6 +263,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sns/src/SNSClient.ts b/clients/client-sns/src/SNSClient.ts index 647bc8738ad8..e736f5f4733a 100644 --- a/clients/client-sns/src/SNSClient.ts +++ b/clients/client-sns/src/SNSClient.ts @@ -327,19 +327,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -351,12 +342,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -374,6 +359,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sqs/src/SQSClient.ts b/clients/client-sqs/src/SQSClient.ts index 31dec8ea3e4d..c0546f3488a3 100644 --- a/clients/client-sqs/src/SQSClient.ts +++ b/clients/client-sqs/src/SQSClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -252,6 +237,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ssm-contacts/src/SSMContactsClient.ts b/clients/client-ssm-contacts/src/SSMContactsClient.ts index 045985260c5d..dbf2154bcad6 100644 --- a/clients/client-ssm-contacts/src/SSMContactsClient.ts +++ b/clients/client-ssm-contacts/src/SSMContactsClient.ts @@ -234,19 +234,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -258,12 +249,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -281,6 +266,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ssm-incidents/src/SSMIncidentsClient.ts b/clients/client-ssm-incidents/src/SSMIncidentsClient.ts index 9b6a45e8f994..4c082efb1c8e 100644 --- a/clients/client-ssm-incidents/src/SSMIncidentsClient.ts +++ b/clients/client-ssm-incidents/src/SSMIncidentsClient.ts @@ -258,19 +258,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -282,12 +273,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -305,6 +290,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ssm-sap/src/SsmSapClient.ts b/clients/client-ssm-sap/src/SsmSapClient.ts index a60993e11e88..d3aeb16ea65b 100644 --- a/clients/client-ssm-sap/src/SsmSapClient.ts +++ b/clients/client-ssm-sap/src/SsmSapClient.ts @@ -201,19 +201,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -225,12 +216,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -248,6 +233,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-ssm/src/SSMClient.ts b/clients/client-ssm/src/SSMClient.ts index 0633feb185fb..9be28c434de3 100644 --- a/clients/client-ssm/src/SSMClient.ts +++ b/clients/client-ssm/src/SSMClient.ts @@ -819,19 +819,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -843,12 +834,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -866,6 +851,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sso-admin/src/SSOAdminClient.ts b/clients/client-sso-admin/src/SSOAdminClient.ts index d2b0571d8e82..012fdc0d4b32 100644 --- a/clients/client-sso-admin/src/SSOAdminClient.ts +++ b/clients/client-sso-admin/src/SSOAdminClient.ts @@ -339,19 +339,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -363,12 +354,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -386,6 +371,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sso-oidc/src/SSOOIDCClient.ts b/clients/client-sso-oidc/src/SSOOIDCClient.ts index 733c5d89bbfb..35c2d2504d6c 100644 --- a/clients/client-sso-oidc/src/SSOOIDCClient.ts +++ b/clients/client-sso-oidc/src/SSOOIDCClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -175,6 +160,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sso/src/SSOClient.ts b/clients/client-sso/src/SSOClient.ts index 230dac78228e..2a9a3c9ac6e2 100644 --- a/clients/client-sso/src/SSOClient.ts +++ b/clients/client-sso/src/SSOClient.ts @@ -134,19 +134,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -158,12 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -175,6 +160,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-storage-gateway/src/StorageGatewayClient.ts b/clients/client-storage-gateway/src/StorageGatewayClient.ts index d3d124c7a30b..03f1b4bcf2a0 100644 --- a/clients/client-storage-gateway/src/StorageGatewayClient.ts +++ b/clients/client-storage-gateway/src/StorageGatewayClient.ts @@ -552,19 +552,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -576,12 +567,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -599,6 +584,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-sts/src/STSClient.ts b/clients/client-sts/src/STSClient.ts index b7af837e91f3..4ac7034ba3bf 100644 --- a/clients/client-sts/src/STSClient.ts +++ b/clients/client-sts/src/STSClient.ts @@ -154,19 +154,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -178,12 +169,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -201,6 +186,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-support-app/src/SupportAppClient.ts b/clients/client-support-app/src/SupportAppClient.ts index d7555ce887f5..112b7ec13b9d 100644 --- a/clients/client-support-app/src/SupportAppClient.ts +++ b/clients/client-support-app/src/SupportAppClient.ts @@ -180,19 +180,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -204,12 +195,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -227,6 +212,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-support/src/SupportClient.ts b/clients/client-support/src/SupportClient.ts index 120ec10b9ea0..a433f9b29eb6 100644 --- a/clients/client-support/src/SupportClient.ts +++ b/clients/client-support/src/SupportClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-swf/src/SWFClient.ts b/clients/client-swf/src/SWFClient.ts index d77d26604f7e..22c87df6a3ca 100644 --- a/clients/client-swf/src/SWFClient.ts +++ b/clients/client-swf/src/SWFClient.ts @@ -324,19 +324,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -348,12 +339,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -371,6 +356,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-synthetics/src/SyntheticsClient.ts b/clients/client-synthetics/src/SyntheticsClient.ts index 719b68f6b1a0..0219d0084f3e 100644 --- a/clients/client-synthetics/src/SyntheticsClient.ts +++ b/clients/client-synthetics/src/SyntheticsClient.ts @@ -207,19 +207,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -231,12 +222,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -254,6 +239,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-textract/src/TextractClient.ts b/clients/client-textract/src/TextractClient.ts index fdb9785c57bd..240646a0c389 100644 --- a/clients/client-textract/src/TextractClient.ts +++ b/clients/client-textract/src/TextractClient.ts @@ -189,19 +189,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -213,12 +204,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -236,6 +221,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-timestream-query/src/TimestreamQueryClient.ts b/clients/client-timestream-query/src/TimestreamQueryClient.ts index d25467f1f2bd..9a11e4306501 100644 --- a/clients/client-timestream-query/src/TimestreamQueryClient.ts +++ b/clients/client-timestream-query/src/TimestreamQueryClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -252,6 +237,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ endpointDiscoveryEnabledProvider?: __Provider; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-timestream-write/src/TimestreamWriteClient.ts b/clients/client-timestream-write/src/TimestreamWriteClient.ts index d0c3bdba1075..b6ab0539ab2f 100644 --- a/clients/client-timestream-write/src/TimestreamWriteClient.ts +++ b/clients/client-timestream-write/src/TimestreamWriteClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -240,6 +225,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ endpointDiscoveryEnabledProvider?: __Provider; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts b/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts index d51f43e3b915..3e443dc14754 100644 --- a/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts +++ b/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts @@ -165,19 +165,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -189,12 +180,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -218,6 +203,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** * The function that provides necessary utilities for generating and parsing event stream */ diff --git a/clients/client-transcribe/src/TranscribeClient.ts b/clients/client-transcribe/src/TranscribeClient.ts index 5a8e797b0fa6..b457b6b95997 100644 --- a/clients/client-transcribe/src/TranscribeClient.ts +++ b/clients/client-transcribe/src/TranscribeClient.ts @@ -339,19 +339,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -363,12 +354,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -386,6 +371,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-transfer/src/TransferClient.ts b/clients/client-transfer/src/TransferClient.ts index 885ed947b5c4..829592544130 100644 --- a/clients/client-transfer/src/TransferClient.ts +++ b/clients/client-transfer/src/TransferClient.ts @@ -321,19 +321,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -345,12 +336,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -368,6 +353,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-translate/src/TranslateClient.ts b/clients/client-translate/src/TranslateClient.ts index e53d42b3430c..55321d90e070 100644 --- a/clients/client-translate/src/TranslateClient.ts +++ b/clients/client-translate/src/TranslateClient.ts @@ -198,19 +198,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -222,12 +213,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-voice-id/src/VoiceIDClient.ts b/clients/client-voice-id/src/VoiceIDClient.ts index 91a6328c927a..460add892a2f 100644 --- a/clients/client-voice-id/src/VoiceIDClient.ts +++ b/clients/client-voice-id/src/VoiceIDClient.ts @@ -213,19 +213,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -237,12 +228,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -260,6 +245,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-waf-regional/src/WAFRegionalClient.ts b/clients/client-waf-regional/src/WAFRegionalClient.ts index 8d6091ee6419..b7c08c5482a2 100644 --- a/clients/client-waf-regional/src/WAFRegionalClient.ts +++ b/clients/client-waf-regional/src/WAFRegionalClient.ts @@ -477,19 +477,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -501,12 +492,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -524,6 +509,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-waf/src/WAFClient.ts b/clients/client-waf/src/WAFClient.ts index 33525c82a9fe..ddc578154ad8 100644 --- a/clients/client-waf/src/WAFClient.ts +++ b/clients/client-waf/src/WAFClient.ts @@ -459,19 +459,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -483,12 +474,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -506,6 +491,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-wafv2/src/WAFV2Client.ts b/clients/client-wafv2/src/WAFV2Client.ts index fcd5fed714ed..ddca58968d80 100644 --- a/clients/client-wafv2/src/WAFV2Client.ts +++ b/clients/client-wafv2/src/WAFV2Client.ts @@ -348,19 +348,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -372,12 +363,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -395,6 +380,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-wellarchitected/src/WellArchitectedClient.ts b/clients/client-wellarchitected/src/WellArchitectedClient.ts index 3328cac7cf99..e08c5ea2b38c 100644 --- a/clients/client-wellarchitected/src/WellArchitectedClient.ts +++ b/clients/client-wellarchitected/src/WellArchitectedClient.ts @@ -285,19 +285,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -309,12 +300,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -332,6 +317,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-wisdom/src/WisdomClient.ts b/clients/client-wisdom/src/WisdomClient.ts index fbad831a6a10..499bcd053857 100644 --- a/clients/client-wisdom/src/WisdomClient.ts +++ b/clients/client-wisdom/src/WisdomClient.ts @@ -252,19 +252,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -276,12 +267,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -299,6 +284,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-workdocs/src/WorkDocsClient.ts b/clients/client-workdocs/src/WorkDocsClient.ts index d21ea6f63900..8a75ac009477 100644 --- a/clients/client-workdocs/src/WorkDocsClient.ts +++ b/clients/client-workdocs/src/WorkDocsClient.ts @@ -312,19 +312,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -336,12 +327,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -359,6 +344,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-worklink/src/WorkLinkClient.ts b/clients/client-worklink/src/WorkLinkClient.ts index 29292ec7a4c6..c22ef913753a 100644 --- a/clients/client-worklink/src/WorkLinkClient.ts +++ b/clients/client-worklink/src/WorkLinkClient.ts @@ -288,19 +288,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -312,12 +303,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -335,6 +320,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-workmail/src/WorkMailClient.ts b/clients/client-workmail/src/WorkMailClient.ts index 437a5a6a9ec2..19cebb11b09b 100644 --- a/clients/client-workmail/src/WorkMailClient.ts +++ b/clients/client-workmail/src/WorkMailClient.ts @@ -519,19 +519,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -543,12 +534,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -566,6 +551,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts b/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts index 7dafdd908b0d..8878e4b10eeb 100644 --- a/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts +++ b/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts @@ -138,19 +138,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -162,12 +153,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -185,6 +170,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-workspaces-web/src/WorkSpacesWebClient.ts b/clients/client-workspaces-web/src/WorkSpacesWebClient.ts index 08e57c56b08d..b9ca993c47b0 100644 --- a/clients/client-workspaces-web/src/WorkSpacesWebClient.ts +++ b/clients/client-workspaces-web/src/WorkSpacesWebClient.ts @@ -378,19 +378,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -402,12 +393,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -425,6 +410,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-workspaces/src/WorkSpacesClient.ts b/clients/client-workspaces/src/WorkSpacesClient.ts index 00c67cf78c1b..ace0e022c2b7 100644 --- a/clients/client-workspaces/src/WorkSpacesClient.ts +++ b/clients/client-workspaces/src/WorkSpacesClient.ts @@ -459,19 +459,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -483,12 +474,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -506,6 +491,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/clients/client-xray/src/XRayClient.ts b/clients/client-xray/src/XRayClient.ts index 43b089af6b0b..c8ce99673aed 100644 --- a/clients/client-xray/src/XRayClient.ts +++ b/clients/client-xray/src/XRayClient.ts @@ -249,19 +249,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -273,12 +264,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfig.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfig.java index d6cf0992299d..ae9a9b01b454 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfig.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfig.java @@ -37,14 +37,17 @@ /** * AWS clients need to know the service name for collecting metrics, the - * region name used to resolve endpoints. For non AWS clients that use - * AWS Auth, region name is used as signing region. + * region name used to resolve endpoints, and whether to use Dualstack and + * Fips endpoints. For non AWS clients that use AWS Auth, region name is + * used as signing region. * *

This plugin adds the following config interface fields: * *

    *
  • serviceId: Unique name to identify the AWS service.
  • *
  • region: The AWS region to which this client will send requests
  • + *
  • useDualstackEndpoint: Enables IPv6/IPv4 dualstack endpoint.
  • + *
  • useFipsEndpoint: Enables FIPS compatible endpoints.
  • *
* *

This plugin adds the following Node runtime specific values: @@ -53,6 +56,8 @@ *

  • serviceId: Unique name to identify the AWS service.
  • *
  • region: Uses the default region provider that checks things like * environment variables and the AWS config file.
  • + *
  • useDualstackEndpoint: Uses default useDualstackEndpoint provider.
  • + *
  • useFipsEndpoint: Uses default useFipsEndpoint provider.
  • * * *

    This plugin adds the following Browser runtime specific values: @@ -62,6 +67,8 @@ *

  • region: Throws an exception since a region must * be explicitly provided in the browser (environment variables and * the shared config can't be resolved from the browser).
  • + *
  • useDualstackEndpoint: Sets to false.
  • + *
  • useFipsEndpoint: Sets to false.
  • * */ @SmithyInternalApi @@ -79,6 +86,10 @@ public void addConfigInterfaceFields( if (isAwsService(settings, model)) { writer.writeDocs("Unique service identifier.\n@internal") .write("serviceId?: string;\n"); + writer.writeDocs("Enables IPv6/IPv4 dualstack endpoint.") + .write("useDualstackEndpoint?: boolean | __Provider;\n"); + writer.writeDocs("Enables FIPS compatible endpoints.") + .write("useFipsEndpoint?: boolean | __Provider;\n"); } if (isSigV4Service(settings, model)) { writer.writeDocs(isAwsService(settings, model) @@ -111,6 +122,7 @@ public Map> getRuntimeConfigWriters( } } runtimeConfigs.putAll(getDefaultConfig(target, settings, model)); + runtimeConfigs.putAll(getEndpointConfigWriters(target, settings, model)); return runtimeConfigs; } @@ -132,9 +144,9 @@ private Map> getDefaultConfig( }); case NODE: return MapUtils.of("region", writer -> { - writer.addDependency(AwsDependency.NODE_CONFIG_PROVIDER); + writer.addDependency(TypeScriptDependency.NODE_CONFIG_PROVIDER); writer.addImport("loadConfig", "loadNodeConfig", - AwsDependency.NODE_CONFIG_PROVIDER.packageName); + TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName); writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); writer.addImport("NODE_REGION_CONFIG_OPTIONS", "NODE_REGION_CONFIG_OPTIONS", TypeScriptDependency.CONFIG_RESOLVER.packageName); @@ -147,4 +159,56 @@ private Map> getDefaultConfig( return Collections.emptyMap(); } } + + private Map> getEndpointConfigWriters( + LanguageTarget target, + TypeScriptSettings settings, + Model model + ) { + if (!isAwsService(settings, model)) { + return Collections.emptyMap(); + } + switch (target) { + case BROWSER: + return MapUtils.of( + "useDualstackEndpoint", writer -> { + writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); + writer.addImport("DEFAULT_USE_DUALSTACK_ENDPOINT", "DEFAULT_USE_DUALSTACK_ENDPOINT", + TypeScriptDependency.CONFIG_RESOLVER.packageName); + writer.write("(() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT))"); + }, + "useFipsEndpoint", writer -> { + writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); + writer.addImport("DEFAULT_USE_FIPS_ENDPOINT", "DEFAULT_USE_FIPS_ENDPOINT", + TypeScriptDependency.CONFIG_RESOLVER.packageName); + writer.write("(() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT))"); + } + ); + case NODE: + return MapUtils.of( + "useDualstackEndpoint", writer -> { + writer.addDependency(TypeScriptDependency.NODE_CONFIG_PROVIDER); + writer.addImport("loadConfig", "loadNodeConfig", + TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName); + writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); + writer.addImport("NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS", + "NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS", + TypeScriptDependency.CONFIG_RESOLVER.packageName); + writer.write("loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS)"); + }, + "useFipsEndpoint", writer -> { + writer.addDependency(TypeScriptDependency.NODE_CONFIG_PROVIDER); + writer.addImport("loadConfig", "loadNodeConfig", + TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName); + writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); + writer.addImport("NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS", + "NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS", + TypeScriptDependency.CONFIG_RESOLVER.packageName); + writer.write("loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS)"); + } + ); + default: + return Collections.emptyMap(); + } + } } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfig.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfig.java deleted file mode 100644 index 0055f31af2f0..000000000000 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfig.java +++ /dev/null @@ -1,185 +0,0 @@ -/* - * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"). - * You may not use this file except in compliance with the License. - * A copy of the License is located at - * - * http://aws.amazon.com/apache2.0 - * - * or in the "license" file accompanying this file. This file is distributed - * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -package software.amazon.smithy.aws.typescript.codegen; - -import java.util.Collections; -import java.util.Map; -import java.util.function.Consumer; -import software.amazon.smithy.codegen.core.SymbolProvider; -import software.amazon.smithy.model.Model; -import software.amazon.smithy.typescript.codegen.LanguageTarget; -import software.amazon.smithy.typescript.codegen.TypeScriptDependency; -import software.amazon.smithy.typescript.codegen.TypeScriptSettings; -import software.amazon.smithy.typescript.codegen.TypeScriptWriter; -import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration; -import software.amazon.smithy.utils.MapUtils; -import software.amazon.smithy.utils.SmithyInternalApi; - -/** - * All clients need to know the max attempt to retry a request and logger - * instance to print the log. - * - *

    This plugin adds the following config interface fields: - * - *

      - *
    • maxAttempts: Provides value for how many times a request will be - * made at most in case of retry.
    • - *
    • retryMode: Specifies which retry algorithm to use.
    • - *
    • logger: Optional logger for logging debug/info/warn/error.
    • - *
    • useDualstackEndpoint: Enables IPv6/IPv4 dualstack endpoint.
    • - *
    • useFipsEndpoint: Enables FIPS compatible endpoints.
    • - *
    - * - *

    This plugin adds the following Node runtime specific values: - * - *

      - *
    • maxAttempts: Uses the default maxAttempts provider that checks things - * like environment variables and the AWS config file.
    • - *
    • retryMode: Specifies which retry algorithm to use.
    • - *
    • logger: Sets to empty as logger is passed in client configuration.
    • - *
    • useDualstackEndpoint: Uses default useDualstackEndpoint provider.
    • - *
    • useFipsEndpoint: Uses default useFipsEndpoint provider.
    • - *
    - * - *

    This plugin adds the following Browser runtime specific values: - * - *

      - *
    • maxAttempts: Returns default value of 3.
    • - *
    • retryMode: Provider which returns DEFAULT_RETRY_MODE.
    • - *
    • logger: Sets to empty as logger is passed in client configuration.
    • - *
    • useDualstackEndpoint: Sets to false.
    • - *
    • useFipsEndpoint: Sets to false.
    • - *
    - */ -@SmithyInternalApi -public final class AddClientRuntimeConfig implements TypeScriptIntegration { - - @Override - public void addConfigInterfaceFields( - TypeScriptSettings settings, - Model model, - SymbolProvider symbolProvider, - TypeScriptWriter writer - ) { - writer.addImport("Provider", "__Provider", TypeScriptDependency.AWS_SDK_TYPES.packageName); - writer.addImport("Logger", "__Logger", TypeScriptDependency.AWS_SDK_TYPES.packageName); - - writer.writeDocs("Value for how many times a request will be made at most in case of retry.") - .write("maxAttempts?: number | __Provider;\n"); - writer.writeDocs("Specifies which retry algorithm to use.") - .write("retryMode?: string | __Provider;\n"); - writer.writeDocs("Optional logger for logging debug/info/warn/error.") - .write("logger?: __Logger;\n"); - writer.writeDocs("Enables IPv6/IPv4 dualstack endpoint.") - .write("useDualstackEndpoint?: boolean | __Provider;\n"); - writer.writeDocs("Enables FIPS compatible endpoints.") - .write("useFipsEndpoint?: boolean | __Provider;\n"); - } - - @Override - public Map> getRuntimeConfigWriters( - TypeScriptSettings settings, - Model model, - SymbolProvider symbolProvider, - LanguageTarget target - ) { - switch (target) { - case SHARED: - return MapUtils.of( - "logger", writer -> { - writer.addImport("NoOpLogger", null, "@aws-sdk/smithy-client"); - writer.write("new NoOpLogger()"); - } - ); - case BROWSER: - return MapUtils.of( - "maxAttempts", writer -> { - writer.addDependency(TypeScriptDependency.UTIL_RETRY); - writer.addImport("DEFAULT_MAX_ATTEMPTS", "DEFAULT_MAX_ATTEMPTS", - TypeScriptDependency.UTIL_RETRY.packageName); - writer.write("DEFAULT_MAX_ATTEMPTS"); - }, - "retryMode", writer -> { - writer.addDependency(TypeScriptDependency.UTIL_RETRY); - writer.addImport("DEFAULT_RETRY_MODE", "DEFAULT_RETRY_MODE", - TypeScriptDependency.UTIL_RETRY.packageName); - writer.write( - "(async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE)"); - }, - "useDualstackEndpoint", writer -> { - writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); - writer.addImport("DEFAULT_USE_DUALSTACK_ENDPOINT", "DEFAULT_USE_DUALSTACK_ENDPOINT", - TypeScriptDependency.CONFIG_RESOLVER.packageName); - writer.write("(() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT))"); - }, - "useFipsEndpoint", writer -> { - writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); - writer.addImport("DEFAULT_USE_FIPS_ENDPOINT", "DEFAULT_USE_FIPS_ENDPOINT", - TypeScriptDependency.CONFIG_RESOLVER.packageName); - writer.write("(() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT))"); - } - ); - case NODE: - return MapUtils.of( - "maxAttempts", writer -> { - writer.addDependency(AwsDependency.NODE_CONFIG_PROVIDER); - writer.addImport("loadConfig", "loadNodeConfig", - AwsDependency.NODE_CONFIG_PROVIDER.packageName); - writer.addImport("NODE_MAX_ATTEMPT_CONFIG_OPTIONS", "NODE_MAX_ATTEMPT_CONFIG_OPTIONS", - TypeScriptDependency.MIDDLEWARE_RETRY.packageName); - writer.write("loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS)"); - }, - "retryMode", writer -> { - writer.addDependency(AwsDependency.NODE_CONFIG_PROVIDER); - writer.addImport("loadConfig", "loadNodeConfig", - AwsDependency.NODE_CONFIG_PROVIDER.packageName); - writer.addDependency(TypeScriptDependency.MIDDLEWARE_RETRY); - writer.addImport("NODE_RETRY_MODE_CONFIG_OPTIONS", "NODE_RETRY_MODE_CONFIG_OPTIONS", - TypeScriptDependency.MIDDLEWARE_RETRY.packageName); - writer.addImport("DEFAULT_RETRY_MODE", "DEFAULT_RETRY_MODE", - TypeScriptDependency.UTIL_RETRY.packageName); - writer.openBlock("loadNodeConfig({", "})", () -> { - writer.write("...NODE_RETRY_MODE_CONFIG_OPTIONS,"); - writer.write("default: async () => " - + "(await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,"); - }); - }, - "useDualstackEndpoint", writer -> { - writer.addDependency(AwsDependency.NODE_CONFIG_PROVIDER); - writer.addImport("loadConfig", "loadNodeConfig", - AwsDependency.NODE_CONFIG_PROVIDER.packageName); - writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); - writer.addImport("NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS", - "NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS", - TypeScriptDependency.CONFIG_RESOLVER.packageName); - writer.write("loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS)"); - }, - "useFipsEndpoint", writer -> { - writer.addDependency(AwsDependency.NODE_CONFIG_PROVIDER); - writer.addImport("loadConfig", "loadNodeConfig", - AwsDependency.NODE_CONFIG_PROVIDER.packageName); - writer.addDependency(TypeScriptDependency.CONFIG_RESOLVER); - writer.addImport("NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS", - "NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS", - TypeScriptDependency.CONFIG_RESOLVER.packageName); - writer.write("loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS)"); - } - ); - default: - return Collections.emptyMap(); - } - } -} diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java index 4999b006f91f..68bc4b3e4fae 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java @@ -148,8 +148,9 @@ public Map> getRuntimeConfigWriters( }); case NODE: return MapUtils.of("useArnRegion", writer -> { - writer.addDependency(AwsDependency.NODE_CONFIG_PROVIDER) - .addImport("loadConfig", "loadNodeConfig", AwsDependency.NODE_CONFIG_PROVIDER.packageName) + writer.addDependency(TypeScriptDependency.NODE_CONFIG_PROVIDER) + .addImport("loadConfig", "loadNodeConfig", + TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName) .addDependency(AwsDependency.BUCKET_ENDPOINT_MIDDLEWARE) .addImport("NODE_USE_ARN_REGION_CONFIG_OPTIONS", "NODE_USE_ARN_REGION_CONFIG_OPTIONS", AwsDependency.BUCKET_ENDPOINT_MIDDLEWARE.packageName) diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java index 272d3cbdcfba..51e7f8434073 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsDependency.java @@ -65,7 +65,6 @@ public enum AwsDependency implements SymbolDependencyContainer { TRANSCRIBE_STREAMING_MIDDLEWARE(NORMAL_DEPENDENCY, "@aws-sdk/middleware-sdk-transcribe-streaming"), STS_MIDDLEWARE(NORMAL_DEPENDENCY, "@aws-sdk/middleware-sdk-sts"), STS_CLIENT(NORMAL_DEPENDENCY, "@aws-sdk/client-sts"), - NODE_CONFIG_PROVIDER(NORMAL_DEPENDENCY, "@aws-sdk/node-config-provider"), MIDDLEWARE_LOGGER(NORMAL_DEPENDENCY, "@aws-sdk/middleware-logger"), MIDDLEWARE_USER_AGENT("dependencies", "@aws-sdk/middleware-user-agent"), AWS_SDK_UTIL_USER_AGENT_BROWSER(NORMAL_DEPENDENCY, "@aws-sdk/util-user-agent-browser"), diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration b/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration index a7225ea6cbf3..cfa00754766f 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration @@ -1,5 +1,4 @@ software.amazon.smithy.aws.typescript.codegen.AddEndpointsV2ParameterNameMap -software.amazon.smithy.aws.typescript.codegen.AddClientRuntimeConfig software.amazon.smithy.aws.typescript.codegen.AddAwsRuntimeConfig software.amazon.smithy.aws.typescript.codegen.AddBuiltinPlugins software.amazon.smithy.aws.typescript.codegen.AddAwsAuthPlugin diff --git a/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfigTest.java b/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfigTest.java index d8eb4bc1c901..82aed4552639 100644 --- a/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfigTest.java +++ b/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddAwsRuntimeConfigTest.java @@ -36,18 +36,29 @@ public void awsClient() { // Check dependencies assertThat(manifest.getFileString("package.json").get(), - containsString(AwsDependency.NODE_CONFIG_PROVIDER.packageName)); + containsString(TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName)); assertThat(manifest.getFileString("package.json").get(), containsString(TypeScriptDependency.CONFIG_RESOLVER.packageName)); // Check config interface fields assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("serviceId?:")); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("region?:")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("useDualstackEndpoint?:")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("useFipsEndpoint?:")); + // Check config files assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.shared.ts").get(), containsString("serviceId: config?.serviceId ?? \"Not Same\"")); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("region: config?.region ?? invalidProvider")); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("region: config?.region ?? loadNodeConfig")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString( + "useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT))")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString( + "useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS)")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString( + "useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT))")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString( + "useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),")); } @Test @@ -72,18 +83,24 @@ public void sigV4GenericClient() { // Check dependencies assertThat(manifest.getFileString("package.json").get(), - containsString(AwsDependency.NODE_CONFIG_PROVIDER.packageName)); + containsString(TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName)); assertThat(manifest.getFileString("package.json").get(), containsString(TypeScriptDependency.CONFIG_RESOLVER.packageName)); // Check config interface fields assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), not(containsString("serviceId?:"))); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), containsString("region?:")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), not(containsString("useDualstackEndpoint?:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), not(containsString("useFipsEndpoint?:"))); // Check config files assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.shared.ts").get(), not(containsString("serviceId:"))); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("region: config?.region ?? invalidProvider")); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("region: config?.region ?? loadNodeConfig")); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), not(containsString("useDualstackEndpoint:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), not(containsString("useDualstackEndpoint:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), not(containsString("useFipsEndpoint:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), not(containsString("useFipsEndpoint:"))); } @Test @@ -108,17 +125,23 @@ public void notSigV4GenericClient() { // Check dependencies assertThat(manifest.getFileString("package.json").get(), - containsString(AwsDependency.NODE_CONFIG_PROVIDER.packageName)); + containsString(TypeScriptDependency.NODE_CONFIG_PROVIDER.packageName)); assertThat(manifest.getFileString("package.json").get(), containsString(TypeScriptDependency.CONFIG_RESOLVER.packageName)); // Check config interface fields assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), not(containsString("serviceId?:"))); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), not(containsString("region?:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), not(containsString("useDualstackEndpoint?:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), not(containsString("useFipsEndpoint?:"))); // Check config files assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.shared.ts").get(), not(containsString("serviceId:"))); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), not(containsString("region:"))); assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), not(containsString("region:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), not(containsString("useDualstackEndpoint:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), not(containsString("useDualstackEndpoint:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), not(containsString("useFipsEndpoint:"))); + assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), not(containsString("useFipsEndpoint:"))); } } diff --git a/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfigTest.java b/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfigTest.java deleted file mode 100644 index 9e365aab1038..000000000000 --- a/codegen/smithy-aws-typescript-codegen/src/test/java/software/amazon/smithy/aws/typescript/codegen/AddClientRuntimeConfigTest.java +++ /dev/null @@ -1,149 +0,0 @@ -package software.amazon.smithy.aws.typescript.codegen; - -import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.containsString; - -import org.junit.jupiter.api.Test; -import software.amazon.smithy.build.MockManifest; -import software.amazon.smithy.build.PluginContext; -import software.amazon.smithy.model.Model; -import software.amazon.smithy.model.node.Node; -import software.amazon.smithy.typescript.codegen.CodegenUtils; -import software.amazon.smithy.typescript.codegen.TypeScriptCodegenPlugin; -import software.amazon.smithy.typescript.codegen.TypeScriptDependency; - -public class AddClientRuntimeConfigTest { - @Test - public void awsClient() { - Model model = Model.assembler() - .addImport(getClass().getResource("NotSame.smithy")) - .discoverModels() - .assemble() - .unwrap(); - MockManifest manifest = new MockManifest(); - PluginContext context = PluginContext.builder() - .pluginClassLoader(getClass().getClassLoader()) - .model(model) - .fileManifest(manifest) - .settings(Node.objectNodeBuilder() - .withMember("service", Node.from("smithy.example#OriginalName")) - .withMember("package", Node.from("example")) - .withMember("packageVersion", Node.from("1.0.0")) - .build()) - .build(); - new TypeScriptCodegenPlugin().execute(context); - - // Check dependencies - assertThat(manifest.getFileString("package.json").get(), - containsString(AwsDependency.NODE_CONFIG_PROVIDER.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.CONFIG_RESOLVER.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.MIDDLEWARE_RETRY.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.UTIL_RETRY.packageName)); - - // Check config interface fields - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("maxAttempts?:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("retryMode?:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/NotSameClient.ts").get(), containsString("logger?:")); - - // Check config files - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.shared.ts").get(), containsString("logger:")); - - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("maxAttempts:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("retryMode:")); - - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("maxAttempts:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("retryMode:")); - } - - @Test - public void sigV4GenericClient() { - Model model = Model.assembler() - .addImport(getClass().getResource("SsdkExampleSigV4.smithy")) - .discoverModels() - .assemble() - .unwrap(); - MockManifest manifest = new MockManifest(); - PluginContext context = PluginContext.builder() - .pluginClassLoader(getClass().getClassLoader()) - .model(model) - .fileManifest(manifest) - .settings(Node.objectNodeBuilder() - .withMember("service", Node.from("smithy.example#SsdkExampleSigV4")) - .withMember("package", Node.from("example")) - .withMember("packageVersion", Node.from("1.0.0")) - .build()) - .build(); - new TypeScriptCodegenPlugin().execute(context); - - // Check dependencies - assertThat(manifest.getFileString("package.json").get(), - containsString(AwsDependency.NODE_CONFIG_PROVIDER.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.CONFIG_RESOLVER.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.MIDDLEWARE_RETRY.packageName)); - - // Check config interface fields - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), - containsString("maxAttempts?:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), - containsString("retryMode?:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleSigV4Client.ts").get(), - containsString("logger?:")); - - // Check config files - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.shared.ts").get(), containsString("logger:")); - - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("maxAttempts:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("retryMode:")); - - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("maxAttempts:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("retryMode:")); - } - - @Test - public void notSigV4GenericClient() { - Model model = Model.assembler() - .addImport(getClass().getResource("SsdkExample.smithy")) - .discoverModels() - .assemble() - .unwrap(); - MockManifest manifest = new MockManifest(); - PluginContext context = PluginContext.builder() - .pluginClassLoader(getClass().getClassLoader()) - .model(model) - .fileManifest(manifest) - .settings(Node.objectNodeBuilder() - .withMember("service", Node.from("smithy.example#SsdkExample")) - .withMember("package", Node.from("example")) - .withMember("packageVersion", Node.from("1.0.0")) - .build()) - .build(); - new TypeScriptCodegenPlugin().execute(context); - - // Check dependencies - assertThat(manifest.getFileString("package.json").get(), - containsString(AwsDependency.NODE_CONFIG_PROVIDER.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.CONFIG_RESOLVER.packageName)); - assertThat(manifest.getFileString("package.json").get(), - containsString(TypeScriptDependency.MIDDLEWARE_RETRY.packageName)); - - // Check config interface fields - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), containsString("maxAttempts?:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), containsString("retryMode?:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/SsdkExampleClient.ts").get(), containsString("logger?:")); - - // Check config files - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.shared.ts").get(), containsString("logger:")); - - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("maxAttempts:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.browser.ts").get(), containsString("retryMode:")); - - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("maxAttempts:")); - assertThat(manifest.getFileString(CodegenUtils.SOURCE_FOLDER + "/runtimeConfig.ts").get(), containsString("retryMode:")); - } -} diff --git a/private/aws-echo-service/src/EchoServiceClient.ts b/private/aws-echo-service/src/EchoServiceClient.ts index 2647790d4f00..cdd2d43963fb 100644 --- a/private/aws-echo-service/src/EchoServiceClient.ts +++ b/private/aws-echo-service/src/EchoServiceClient.ts @@ -118,6 +118,12 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ disableHostPrefix?: boolean; + /** + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header + * @internal + */ + defaultUserAgentProvider?: Provider<__UserAgent>; + /** * Value for how many times a request will be made at most in case of retry. */ @@ -133,22 +139,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ logger?: __Logger; - /** - * Enables IPv6/IPv4 dualstack endpoint. - */ - useDualstackEndpoint?: boolean | __Provider; - - /** - * Enables FIPS compatible endpoints. - */ - useFipsEndpoint?: boolean | __Provider; - - /** - * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header - * @internal - */ - defaultUserAgentProvider?: Provider<__UserAgent>; - /** * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ diff --git a/private/aws-echo-service/src/runtimeConfig.browser.ts b/private/aws-echo-service/src/runtimeConfig.browser.ts index b23dd1e75b55..5f29fd8ea8fa 100644 --- a/private/aws-echo-service/src/runtimeConfig.browser.ts +++ b/private/aws-echo-service/src/runtimeConfig.browser.ts @@ -3,7 +3,6 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; -import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; @@ -33,7 +32,5 @@ export const getRuntimeConfig = (config: EchoServiceClientConfig) => { retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE), sha256: config?.sha256 ?? Sha256, streamCollector: config?.streamCollector ?? streamCollector, - useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)), - useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)), }; }; diff --git a/private/aws-echo-service/src/runtimeConfig.ts b/private/aws-echo-service/src/runtimeConfig.ts index e90ff8598e69..f1408877dc5f 100644 --- a/private/aws-echo-service/src/runtimeConfig.ts +++ b/private/aws-echo-service/src/runtimeConfig.ts @@ -2,10 +2,6 @@ // @ts-ignore: package.json will be imported from dist folders import packageInfo from "../package.json"; // eslint-disable-line -import { - NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, - NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, -} from "@aws-sdk/config-resolver"; import { Hash } from "@aws-sdk/hash-node"; import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; @@ -45,7 +41,5 @@ export const getRuntimeConfig = (config: EchoServiceClientConfig) => { }), sha256: config?.sha256 ?? Hash.bind(null, "sha256"), streamCollector: config?.streamCollector ?? streamCollector, - useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), - useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), }; }; diff --git a/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts b/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts index 3c0c60c8ca99..efe51fb16da9 100644 --- a/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts +++ b/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts @@ -209,19 +209,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -233,12 +224,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * Fetch related hostname, signing name or signing region with given region. * @internal @@ -251,6 +236,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts b/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts index 619b0389a4c0..39ec2cf7c975 100644 --- a/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts +++ b/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts @@ -161,19 +161,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -185,12 +176,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * Fetch related hostname, signing name or signing region with given region. * @internal @@ -203,6 +188,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/private/aws-protocoltests-json/src/JsonProtocolClient.ts b/private/aws-protocoltests-json/src/JsonProtocolClient.ts index 161025144182..dc01d37d9188 100644 --- a/private/aws-protocoltests-json/src/JsonProtocolClient.ts +++ b/private/aws-protocoltests-json/src/JsonProtocolClient.ts @@ -186,19 +186,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -210,12 +201,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * The AWS region to which this client will send requests */ @@ -239,6 +224,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/private/aws-protocoltests-query/src/QueryProtocolClient.ts b/private/aws-protocoltests-query/src/QueryProtocolClient.ts index 389449fd5a0f..cb0ac5830494 100644 --- a/private/aws-protocoltests-query/src/QueryProtocolClient.ts +++ b/private/aws-protocoltests-query/src/QueryProtocolClient.ts @@ -239,19 +239,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -263,12 +254,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * Fetch related hostname, signing name or signing region with given region. * @internal @@ -281,6 +266,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */ diff --git a/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts b/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts index a504e1d82567..34f1ec5f013a 100644 --- a/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts +++ b/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts @@ -536,19 +536,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -560,12 +551,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * Fetch related hostname, signing name or signing region with given region. * @internal @@ -578,6 +563,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** * A function that, given a hash constructor and a stream, calculates the * hash of the streamed value. diff --git a/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts b/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts index 6bef91c1a971..eb49d75d8b4d 100644 --- a/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts +++ b/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts @@ -371,19 +371,10 @@ 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; - - /** - * Specifies which retry algorithm to use. - */ - retryMode?: string | __Provider; - - /** - * Optional logger for logging debug/info/warn/error. + * Unique service identifier. + * @internal */ - logger?: __Logger; + serviceId?: string; /** * Enables IPv6/IPv4 dualstack endpoint. @@ -395,12 +386,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ useFipsEndpoint?: boolean | __Provider; - /** - * Unique service identifier. - * @internal - */ - serviceId?: string; - /** * Fetch related hostname, signing name or signing region with given region. * @internal @@ -413,6 +398,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; + + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + + /** + * 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. */