AWS SDK

AWS SDK

rev. 43d2ae89582c57afe953903730e8977264f8b1d8..52b39c69c7b995290f11f19eef1123805af1ee46 (ignoring whitespace)

Files changed:

tmp-codegen-diff/services/codebuild/generated-src/main/kotlin/aws/sdk/kotlin/services/codebuild/DefaultCodeBuildClient.kt

@@ -1,1 +35,36 @@
    1      1   
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
    2      2   
    3      3   
package aws.sdk.kotlin.services.codebuild
    4      4   
    5      5   
import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
           6  +
import aws.sdk.kotlin.runtime.config.AwsSdkClientOption
    6      7   
import aws.sdk.kotlin.runtime.http.ApiMetadata
    7      8   
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
    8      9   
import aws.sdk.kotlin.runtime.http.interceptors.AwsSpanInterceptor
    9     10   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.AwsBusinessMetric
   10     11   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.BusinessMetricsInterceptor
   11     12   
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
   12     13   
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
   13     14   
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
   14     15   
import aws.sdk.kotlin.services.codebuild.auth.CodeBuildAuthSchemeProviderAdapter
   15     16   
import aws.sdk.kotlin.services.codebuild.auth.CodeBuildIdentityProviderConfigAdapter
@@ -2187,2188 +2219,2221 @@
 2207   2208   
     */
 2208   2209   
    private fun mergeServiceDefaults(ctx: ExecutionContext) {
 2209   2210   
        ctx.putIfAbsentNotNull(HttpOperationContext.AttemptTimeout, config.attemptTimeout)
 2210   2211   
        ctx.putIfAbsentNotNull(HttpOperationContext.CallTimeout, config.callTimeout)
 2211   2212   
        ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
 2212   2213   
        ctx.putIfAbsent(SdkClientOption.LogMode, config.logMode)
 2213   2214   
        ctx.putIfAbsentNotNull(AwsAttributes.Region, config.region)
 2214   2215   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.SigningRegion, config.region)
 2215   2216   
        ctx.putIfAbsent(AwsSigningAttributes.SigningService, "codebuild")
 2216   2217   
        ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
        2218  +
        ctx.putIfAbsentNotNull(AwsSdkClientOption.ApplicationId, config.applicationId)
 2217   2219   
    }
 2218   2220   
 2219   2221   
}

tmp-codegen-diff/services/dynamodb/generated-src/main/kotlin/aws/sdk/kotlin/services/dynamodb/DefaultDynamoDbClient.kt

@@ -1,1 +35,36 @@
    1      1   
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
    2      2   
    3      3   
package aws.sdk.kotlin.services.dynamodb
    4      4   
    5      5   
import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
           6  +
import aws.sdk.kotlin.runtime.config.AwsSdkClientOption
    6      7   
import aws.sdk.kotlin.runtime.config.endpoints.toBusinessMetric
    7      8   
import aws.sdk.kotlin.runtime.http.ApiMetadata
    8      9   
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
    9     10   
import aws.sdk.kotlin.runtime.http.interceptors.AwsSpanInterceptor
   10     11   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.AwsBusinessMetric
   11     12   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.BusinessMetricsInterceptor
   12     13   
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
   13     14   
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
   14     15   
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
   15     16   
import aws.sdk.kotlin.services.dynamodb.auth.DynamoDbAuthSchemeProviderAdapter
@@ -2555,2556 +2587,2589 @@
 2575   2576   
    private fun mergeServiceDefaults(ctx: ExecutionContext) {
 2576   2577   
        ctx.putIfAbsentNotNull(HttpOperationContext.AttemptTimeout, config.attemptTimeout)
 2577   2578   
        ctx.putIfAbsentNotNull(HttpOperationContext.CallTimeout, config.callTimeout)
 2578   2579   
        ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
 2579   2580   
        ctx.putIfAbsent(SdkClientOption.LogMode, config.logMode)
 2580   2581   
        ctx.putIfAbsentNotNull(SdkClientOption.IdempotencyTokenProvider, config.idempotencyTokenProvider)
 2581   2582   
        ctx.putIfAbsentNotNull(AwsAttributes.Region, config.region)
 2582   2583   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.SigningRegion, config.region)
 2583   2584   
        ctx.putIfAbsent(AwsSigningAttributes.SigningService, "dynamodb")
 2584   2585   
        ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
        2586  +
        ctx.putIfAbsentNotNull(AwsSdkClientOption.ApplicationId, config.applicationId)
 2585   2587   
    }
 2586   2588   
 2587   2589   
}

tmp-codegen-diff/services/ec2/generated-src/main/kotlin/aws/sdk/kotlin/services/ec2/DefaultEc2Client.kt

@@ -1,1 +35,36 @@
    1      1   
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
    2      2   
    3      3   
package aws.sdk.kotlin.services.ec2
    4      4   
    5      5   
import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
           6  +
import aws.sdk.kotlin.runtime.config.AwsSdkClientOption
    6      7   
import aws.sdk.kotlin.runtime.http.ApiMetadata
    7      8   
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
    8      9   
import aws.sdk.kotlin.runtime.http.interceptors.AwsSpanInterceptor
    9     10   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.AwsBusinessMetric
   10     11   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.BusinessMetricsInterceptor
   11     12   
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
   12     13   
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
   13     14   
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
   14     15   
import aws.sdk.kotlin.services.ec2.auth.Ec2AuthSchemeProviderAdapter
   15     16   
import aws.sdk.kotlin.services.ec2.auth.Ec2IdentityProviderConfigAdapter
@@ -30092,30093 +30124,30126 @@
30112  30113   
    private fun mergeServiceDefaults(ctx: ExecutionContext) {
30113  30114   
        ctx.putIfAbsentNotNull(HttpOperationContext.AttemptTimeout, config.attemptTimeout)
30114  30115   
        ctx.putIfAbsentNotNull(HttpOperationContext.CallTimeout, config.callTimeout)
30115  30116   
        ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
30116  30117   
        ctx.putIfAbsent(SdkClientOption.LogMode, config.logMode)
30117  30118   
        ctx.putIfAbsentNotNull(SdkClientOption.IdempotencyTokenProvider, config.idempotencyTokenProvider)
30118  30119   
        ctx.putIfAbsentNotNull(AwsAttributes.Region, config.region)
30119  30120   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.SigningRegion, config.region)
30120  30121   
        ctx.putIfAbsent(AwsSigningAttributes.SigningService, "ec2")
30121  30122   
        ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
       30123  +
        ctx.putIfAbsentNotNull(AwsSdkClientOption.ApplicationId, config.applicationId)
30122  30124   
    }
30123  30125   
30124  30126   
}

tmp-codegen-diff/services/polly/generated-src/main/kotlin/aws/sdk/kotlin/services/polly/DefaultPollyClient.kt

@@ -1,1 +35,36 @@
    1      1   
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
    2      2   
    3      3   
package aws.sdk.kotlin.services.polly
    4      4   
    5      5   
import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
           6  +
import aws.sdk.kotlin.runtime.config.AwsSdkClientOption
    6      7   
import aws.sdk.kotlin.runtime.http.ApiMetadata
    7      8   
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
    8      9   
import aws.sdk.kotlin.runtime.http.interceptors.AwsSpanInterceptor
    9     10   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.AwsBusinessMetric
   10     11   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.BusinessMetricsInterceptor
   11     12   
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
   12     13   
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
   13     14   
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
   14     15   
import aws.sdk.kotlin.services.polly.auth.PollyAuthSchemeProviderAdapter
   15     16   
import aws.sdk.kotlin.services.polly.auth.PollyIdentityProviderConfigAdapter
@@ -387,388 +419,421 @@
  407    408   
     */
  408    409   
    private fun mergeServiceDefaults(ctx: ExecutionContext) {
  409    410   
        ctx.putIfAbsentNotNull(HttpOperationContext.AttemptTimeout, config.attemptTimeout)
  410    411   
        ctx.putIfAbsentNotNull(HttpOperationContext.CallTimeout, config.callTimeout)
  411    412   
        ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
  412    413   
        ctx.putIfAbsent(SdkClientOption.LogMode, config.logMode)
  413    414   
        ctx.putIfAbsentNotNull(AwsAttributes.Region, config.region)
  414    415   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.SigningRegion, config.region)
  415    416   
        ctx.putIfAbsent(AwsSigningAttributes.SigningService, "polly")
  416    417   
        ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
         418  +
        ctx.putIfAbsentNotNull(AwsSdkClientOption.ApplicationId, config.applicationId)
  417    419   
    }
  418    420   
  419    421   
}

tmp-codegen-diff/services/s3/generated-src/main/kotlin/aws/sdk/kotlin/services/s3/DefaultS3Client.kt

@@ -1,1 +35,36 @@
    1      1   
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
    2      2   
    3      3   
package aws.sdk.kotlin.services.s3
    4      4   
    5      5   
import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
           6  +
import aws.sdk.kotlin.runtime.config.AwsSdkClientOption
    6      7   
import aws.sdk.kotlin.runtime.http.ApiMetadata
    7      8   
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
    8      9   
import aws.sdk.kotlin.runtime.http.interceptors.AwsSpanInterceptor
    9     10   
import aws.sdk.kotlin.runtime.http.interceptors.IgnoreCompositeFlexibleChecksumResponseInterceptor
   10     11   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.AwsBusinessMetric
   11     12   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.BusinessMetricsInterceptor
   12     13   
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
   13     14   
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
   14     15   
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
   15     16   
import aws.sdk.kotlin.services.s3.auth.S3AuthSchemeProviderAdapter
@@ -6983,6984 +7020,7022 @@
 7003   7004   
    private fun mergeServiceDefaults(ctx: ExecutionContext) {
 7004   7005   
        ctx.putIfAbsentNotNull(HttpOperationContext.AttemptTimeout, config.attemptTimeout)
 7005   7006   
        ctx.putIfAbsentNotNull(HttpOperationContext.CallTimeout, config.callTimeout)
 7006   7007   
        ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
 7007   7008   
        ctx.putIfAbsent(SdkClientOption.LogMode, config.logMode)
 7008   7009   
        ctx.putIfAbsentNotNull(SdkClientOption.IdempotencyTokenProvider, config.idempotencyTokenProvider)
 7009   7010   
        ctx.putIfAbsentNotNull(AwsAttributes.Region, config.region)
 7010   7011   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.SigningRegion, config.region)
 7011   7012   
        ctx.putIfAbsent(AwsSigningAttributes.SigningService, "s3")
 7012   7013   
        ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
        7014  +
        ctx.putIfAbsentNotNull(AwsSdkClientOption.ApplicationId, config.applicationId)
 7013   7015   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.ConfigSigningRegionSet, config.sigV4aSigningRegionSet)
 7014   7016   
        ctx.putIfAbsent(AwsSigningAttributes.NormalizeUriPath, false)
 7015   7017   
        ctx.putIfAbsent(AwsSigningAttributes.UseDoubleUriEncode, false)
 7016   7018   
        ctx.putIfAbsent(AwsSigningAttributes.SignedBodyHeader, AwsSignedBodyHeader.X_AMZ_CONTENT_SHA256)
 7017   7019   
        ctx.putIfAbsent(AwsSigningAttributes.EnableAwsChunked, config.enableAwsChunked)
 7018   7020   
    }
 7019   7021   
 7020   7022   
}

tmp-codegen-diff/services/sts/generated-src/main/kotlin/aws/sdk/kotlin/services/sts/DefaultStsClient.kt

@@ -1,1 +35,36 @@
    1      1   
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
    2      2   
    3      3   
package aws.sdk.kotlin.services.sts
    4      4   
    5      5   
import aws.sdk.kotlin.runtime.auth.credentials.StaticCredentialsProvider
           6  +
import aws.sdk.kotlin.runtime.config.AwsSdkClientOption
    6      7   
import aws.sdk.kotlin.runtime.http.ApiMetadata
    7      8   
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
    8      9   
import aws.sdk.kotlin.runtime.http.interceptors.AwsSpanInterceptor
    9     10   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.AwsBusinessMetric
   10     11   
import aws.sdk.kotlin.runtime.http.interceptors.businessmetrics.BusinessMetricsInterceptor
   11     12   
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
   12     13   
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
   13     14   
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
   14     15   
import aws.sdk.kotlin.services.sts.auth.StsAuthSchemeProviderAdapter
   15     16   
import aws.sdk.kotlin.services.sts.auth.StsIdentityProviderConfigAdapter
@@ -633,634 +665,667 @@
  653    654   
     */
  654    655   
    private fun mergeServiceDefaults(ctx: ExecutionContext) {
  655    656   
        ctx.putIfAbsentNotNull(HttpOperationContext.AttemptTimeout, config.attemptTimeout)
  656    657   
        ctx.putIfAbsentNotNull(HttpOperationContext.CallTimeout, config.callTimeout)
  657    658   
        ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
  658    659   
        ctx.putIfAbsent(SdkClientOption.LogMode, config.logMode)
  659    660   
        ctx.putIfAbsentNotNull(AwsAttributes.Region, config.region)
  660    661   
        ctx.putIfAbsentNotNull(AwsSigningAttributes.SigningRegion, config.region)
  661    662   
        ctx.putIfAbsent(AwsSigningAttributes.SigningService, "sts")
  662    663   
        ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
         664  +
        ctx.putIfAbsentNotNull(AwsSdkClientOption.ApplicationId, config.applicationId)
  663    665   
    }
  664    666   
  665    667   
}