AWS SDK

AWS SDK

rev. 4e1d264db888dc9c91c226ca8c5ed29b7971455e..6d409497d17af8842b6270562d8f9459ac1d8b56 (ignoring whitespace)

Files changed:

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

@@ -143,143 +203,203 @@
  163    163   
import aws.smithy.kotlin.runtime.telemetry.TelemetryConfig
  164    164   
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
  165    165   
import aws.smithy.kotlin.runtime.util.LazyAsyncValue
  166    166   
import kotlin.collections.List
  167    167   
import kotlin.jvm.JvmStatic
  168    168   
import kotlin.time.Duration
  169    169   
import kotlinx.coroutines.runBlocking
  170    170   
  171    171   
  172    172   
public const val ServiceId: String = "CodeBuild"
  173         -
public const val SdkVersion: String = "1.5.35-SNAPSHOT"
         173  +
public const val SdkVersion: String = "1.5.36-SNAPSHOT"
  174    174   
public const val ServiceApiVersion: String = "2016-10-06"
  175    175   
  176    176   
/**
  177    177   
 * # CodeBuild
  178    178   
 * CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild to use your own build tools. CodeBuild scales automatically to meet peak build requests. You pay only for the build time you consume. For more information about CodeBuild, see the *[CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html).*
  179    179   
 */
  180    180   
public interface CodeBuildClient : SdkClient {
  181    181   
    /**
  182    182   
     * CodeBuildClient's configuration
  183    183   
     */

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

@@ -146,146 +206,206 @@
  166    166   
import aws.smithy.kotlin.runtime.telemetry.TelemetryConfig
  167    167   
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
  168    168   
import aws.smithy.kotlin.runtime.util.LazyAsyncValue
  169    169   
import kotlin.collections.List
  170    170   
import kotlin.jvm.JvmStatic
  171    171   
import kotlin.time.Duration
  172    172   
import kotlinx.coroutines.runBlocking
  173    173   
  174    174   
  175    175   
public const val ServiceId: String = "DynamoDB"
  176         -
public const val SdkVersion: String = "1.5.35-SNAPSHOT"
         176  +
public const val SdkVersion: String = "1.5.36-SNAPSHOT"
  177    177   
public const val ServiceApiVersion: String = "2012-08-10"
  178    178   
  179    179   
/**
  180    180   
 * # Amazon DynamoDB
  181    181   
 * Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database, so that you don't have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.
  182    182   
 *
  183    183   
 * With DynamoDB, you can create database tables that can store and retrieve any amount of data, and serve any level of request traffic. You can scale up or scale down your tables' throughput capacity without downtime or performance degradation, and use the Amazon Web Services Management Console to monitor resource utilization and performance metrics.
  184    184   
 *
  185    185   
 * DynamoDB automatically spreads the data and traffic for your tables over a sufficient number of servers to handle your throughput and storage requirements, while maintaining consistent and fast performance. All of your data is stored on solid state disks (SSDs) and automatically replicated across multiple Availability Zones in an Amazon Web Services Region, providing built-in high availability and data durability.
  186    186   
 */

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

@@ -1415,1415 +1475,1475 @@
 1435   1435   
import aws.smithy.kotlin.runtime.telemetry.TelemetryConfig
 1436   1436   
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
 1437   1437   
import aws.smithy.kotlin.runtime.util.LazyAsyncValue
 1438   1438   
import kotlin.collections.List
 1439   1439   
import kotlin.jvm.JvmStatic
 1440   1440   
import kotlin.time.Duration
 1441   1441   
import kotlinx.coroutines.runBlocking
 1442   1442   
 1443   1443   
 1444   1444   
public const val ServiceId: String = "EC2"
 1445         -
public const val SdkVersion: String = "1.5.35-SNAPSHOT"
        1445  +
public const val SdkVersion: String = "1.5.36-SNAPSHOT"
 1446   1446   
public const val ServiceApiVersion: String = "2016-11-15"
 1447   1447   
 1448   1448   
/**
 1449   1449   
 * # Amazon Elastic Compute Cloud
 1450   1450   
 * You can access the features of Amazon Elastic Compute Cloud (Amazon EC2) programmatically. For more information, see the [Amazon EC2 Developer Guide](https://docs.aws.amazon.com/ec2/latest/devguide).
 1451   1451   
 */
 1452   1452   
public interface Ec2Client : SdkClient {
 1453   1453   
    /**
 1454   1454   
     * Ec2Client's configuration
 1455   1455   
     */

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

@@ -43,43 +103,103 @@
   63     63   
import aws.smithy.kotlin.runtime.telemetry.TelemetryConfig
   64     64   
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
   65     65   
import aws.smithy.kotlin.runtime.util.LazyAsyncValue
   66     66   
import kotlin.collections.List
   67     67   
import kotlin.jvm.JvmStatic
   68     68   
import kotlin.time.Duration
   69     69   
import kotlinx.coroutines.runBlocking
   70     70   
   71     71   
   72     72   
public const val ServiceId: String = "Polly"
   73         -
public const val SdkVersion: String = "1.5.35-SNAPSHOT"
          73  +
public const val SdkVersion: String = "1.5.36-SNAPSHOT"
   74     74   
public const val ServiceApiVersion: String = "2016-06-10"
   75     75   
   76     76   
/**
   77     77   
 * Amazon Polly is a web service that makes it easy to synthesize speech from text.
   78     78   
 *
   79     79   
 * The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to get the best results for your application domain.
   80     80   
 */
   81     81   
public interface PollyClient : SdkClient {
   82     82   
    /**
   83     83   
     * PollyClient's configuration

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

@@ -242,242 +302,302 @@
  262    262   
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
  263    263   
import aws.smithy.kotlin.runtime.util.LazyAsyncValue
  264    264   
import kotlin.collections.List
  265    265   
import kotlin.collections.Set
  266    266   
import kotlin.jvm.JvmStatic
  267    267   
import kotlin.time.Duration
  268    268   
import kotlinx.coroutines.runBlocking
  269    269   
  270    270   
  271    271   
public const val ServiceId: String = "S3"
  272         -
public const val SdkVersion: String = "1.5.35-SNAPSHOT"
         272  +
public const val SdkVersion: String = "1.5.36-SNAPSHOT"
  273    273   
public const val ServiceApiVersion: String = "2006-03-01"
  274    274   
  275    275   
/**
  276    276   
 *
  277    277   
 */
  278    278   
public interface S3Client : SdkClient {
  279    279   
    /**
  280    280   
     * S3Client's configuration
  281    281   
     */
  282    282   
    public override val config: Config

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

@@ -43,43 +103,103 @@
   63     63   
import aws.smithy.kotlin.runtime.telemetry.TelemetryConfig
   64     64   
import aws.smithy.kotlin.runtime.telemetry.TelemetryProvider
   65     65   
import aws.smithy.kotlin.runtime.util.LazyAsyncValue
   66     66   
import kotlin.collections.List
   67     67   
import kotlin.jvm.JvmStatic
   68     68   
import kotlin.time.Duration
   69     69   
import kotlinx.coroutines.runBlocking
   70     70   
   71     71   
   72     72   
public const val ServiceId: String = "STS"
   73         -
public const val SdkVersion: String = "1.5.35-SNAPSHOT"
          73  +
public const val SdkVersion: String = "1.5.36-SNAPSHOT"
   74     74   
public const val ServiceApiVersion: String = "2011-06-15"
   75     75   
   76     76   
/**
   77     77   
 * # Security Token Service
   78     78   
 * Security Token Service (STS) enables you to request temporary, limited-privilege credentials for users. This guide provides descriptions of the STS API. For more information about using this service, see [Temporary Security Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html).
   79     79   
 */
   80     80   
public interface StsClient : SdkClient {
   81     81   
    /**
   82     82   
     * StsClient's configuration
   83     83   
     */