aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

APACHE-2.0 License

Stars
392

Bot releases are hidden (Show)

aws-sdk-kotlin - v1.2.25

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.25] - 06/03/2024

Features

  • (batch) This release adds support for the AWS Batch GetJobQueueSnapshot API operation.
  • (eks) Adds support for EKS add-ons pod identity associations integration
  • (iottwinmaker) Support RESET_VALUE UpdateType for PropertyUpdates to reset property value to default or null

Documentation

  • (amplify) This doc-only update identifies fields that are specific to Gen 1 and Gen 2 applications.
aws-sdk-kotlin - v1.2.24

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.24] - 05/31/2024

Features

  • (codegurusecurity) This release includes minor model updates and documentation updates.
  • (launchwizard) This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.

Fixes

  • #1315 Disable proxying of requests made to EC2 IMDS

Documentation

  • (codebuild) AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
  • (elasticache) Update to attributes of TestFailover and minor revisions.

Miscellaneous

  • #1303 Add trailing slash to base IMDS endpoint
aws-sdk-kotlin - v1.2.23

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.23] - 05/30/2024

Features

  • (acm) add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • (bedrockagent) With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
  • (bedrockruntime) This release adds Converse and ConverseStream APIs to Bedrock Runtime
  • (cloudtrail) CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
  • (connect) Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
  • (emrserverless) The release adds support for spark structured streaming.
  • (sagemaker) Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

Documentation

  • (rds) Updates Amazon RDS documentation for Aurora Postgres DBname.
aws-sdk-kotlin - v1.2.22

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.22] - 05/29/2024

Features

  • (athena) Throwing validation errors on CreateNotebook with Name containing /,:,\
  • (codebuild) AWS CodeBuild now supports manually creating GitHub webhooks
  • (connect) This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
  • (glue) Add optional field JobMode to CreateJob and UpdateJob APIs.
  • (securityhub) Add ROOT type for TargetType model
aws-sdk-kotlin - v1.2.21

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.21] - 05/28/2024

Features

  • (ec2) Providing support to accept BgpAsnExtended attribute
  • (kafka) Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
  • (swf) This release adds new APIs for deleting activity type and workflow type resources.

Documentation

  • (dynamodb) Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
aws-sdk-kotlin - v1.2.20

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.20] - 05/24/2024

Features

  • (iotfleetwise) AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

Documentation

  • (dynamodb) Documentation only updates for DynamoDB.
  • (managedblockchain) This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.
aws-sdk-kotlin - v1.2.19

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.19] - 05/23/2024

Features

  • (emrserverless) This release adds the capability to run interactive workloads using Apache Livy Endpoint.

Documentation

  • (opsworks) Documentation-only update for OpsWorks Stacks.
aws-sdk-kotlin - v1.2.18

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.18] - 05/22/2024

Features

  • (chatbot) This change adds support for tagging Chatbot configurations.
  • (cloudformation) Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
  • (kms) This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
  • (opensearch) This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
  • (wafv2) You can now use Security Lake to collect web ACL traffic data.
aws-sdk-kotlin - v1.2.17

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.17] - 05/21/2024

Features

  • (cloudfront) Model update; no change to SDK functionality.
  • (glue) Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
  • (lightsail) This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
  • (mailmanager) This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
  • (pi) Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
  • (storagegateway) Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.

Documentation

  • (rds) Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
aws-sdk-kotlin - v1.2.16

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.16] - 05/20/2024

Features

  • (bedrockagent) This release adds support for using Guardrails with Bedrock Agents.
  • (bedrockagentruntime) This release adds support for using Guardrails with Bedrock Agents.
  • (controltower) Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
  • (osis) Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.
  • (rds) This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
  • (secretsmanager) add v2 smoke tests and smithy smokeTests trait for SDK testing
aws-sdk-kotlin - v1.2.15

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.15] - 05/17/2024

Features

  • (applicationautoscaling) add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • (codebuild) Aws CodeBuild now supports 36 hours build timeout
  • (elasticloadbalancingv2) This release adds dualstack-without-public-ipv4 IP address type for ALB.
  • (lakeformation) Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal
  • (transfer) Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

Miscellaneous

  • #1092 Upgrade to version 1.2.4 of smithy-kotlin to pick up fix for http.nonProxyHosts wildcards
aws-sdk-kotlin - v1.2.14

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.14] - 05/16/2024

Features

  • (acmpca) This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
  • (kafka) AWS MSK support for Broker Removal.
  • (mwaa) Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.
  • (quicksight) This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
  • (sagemaker) Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.

Documentation

  • (connect) Adding Contact Flow metrics to the GetMetricDataV2 API
  • (secretsmanager) Documentation updates for AWS Secrets Manager
aws-sdk-kotlin - v1.2.13

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.13] - 05/15/2024

Features

  • (bedrockagentruntime) Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains
  • (codebuild) CodeBuild Reserved Capacity VPC Support
  • (datasync) Task executions now display a CANCELLING status when an execution is in the process of being cancelled.
  • (grafana) This release adds new ServiceAccount and ServiceAccountToken APIs.
  • (medicalimaging) Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.

Documentation

  • (securityhub) Documentation-only update for AWS Security Hub
aws-sdk-kotlin - v1.2.12

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.12] - 05/14/2024

Features

  • (connect) Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
  • (s3) Updated a few x-id in the http uri traits

Miscellaneous

  • Remove Alexa for Business service
  • Remove Honeycode service
aws-sdk-kotlin - v1.2.11

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.11] - 05/13/2024

Features

  • (eventbridge) Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
  • (vpclattice) This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.
aws-sdk-kotlin - v1.2.10

Published by aws-sdk-kotlin-ci 5 months ago

[1.2.10] - 05/10/2024

Features

  • (applicationdiscoveryservice) add v2 smoke tests and smithy smokeTests trait for SDK testing
  • (greengrassv2) Mark ComponentVersion in ComponentDeploymentSpecification as required.
  • (sagemaker) Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.
  • (ssooidc) Updated request parameters for PKCE support.
aws-sdk-kotlin - v1.2.9

Published by aws-sdk-kotlin-ci 6 months ago

[1.2.9] - 05/09/2024

Features

  • (bedrockagentruntime) This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.
  • (pinpoint) This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • (ssmsap) Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP
  • (verifiedpermissions) Adds policy effect and actions fields to Policy API's.

Documentation

  • (route53resolver) Update the DNS Firewall settings to correct a spelling issue.
aws-sdk-kotlin - v1.2.8

Published by aws-sdk-kotlin-ci 6 months ago

[1.2.8] - 05/08/2024

Features

  • (cognitoidentityprovider) Add EXTERNAL_PROVIDER enum value to UserStatusType.
  • (ec2) Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
  • (ecr) This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
  • (polly) Add new engine - generative - that builds the most expressive conversational voices.
  • (sqs) This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.

Documentation

  • (fms) The policy scope resource tag is always a string value, either a non-empty string or an empty string.
aws-sdk-kotlin - v1.2.7

Published by aws-sdk-kotlin-ci 6 months ago

[1.2.7] - 05/07/2024

Features

  • (budgets) This release adds tag support for budgets and budget actions.
  • (resiliencehub) AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.

Documentation

  • (b2bi) Documentation update to clarify the MappingTemplate definition.
  • (route53profiles) Doc only update for Route 53 profiles that fixes some link issues
aws-sdk-kotlin - v1.2.6

Published by aws-sdk-kotlin-ci 6 months ago

[1.2.6] - 05/06/2024

Features

  • (medialive) AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.