Skip to content

Commit

Permalink
Merge branch 'main' into partitions-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Oct 22, 2024
2 parents d8d7aa0 + 95e49b2 commit 6f1b53e
Show file tree
Hide file tree
Showing 99 changed files with 32,392 additions and 12,742 deletions.
66 changes: 66 additions & 0 deletions .github/workflows/kat-transform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Kat Transform

on:
pull_request:
types: [ opened, synchronize, reopened, labeled, unlabeled ]
branches: [ main ]

# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
concurrency:
group: kat-pr-${{ github.ref }}
cancel-in-progress: true

permissions:
id-token: write
contents: read

env:
RUN: ${{ github.run_id }}-${{ github.run_number }}
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dkotlin.incremental=false"

jobs:
verify-transform:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
path: 'aws-sdk-kotlin'

- name: Setup Build
uses: ./aws-sdk-kotlin/.github/actions/setup-build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2

- name: Setup kat
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main

- name: Build
working-directory: ./aws-sdk-kotlin
shell: bash
run: |
pwd
ls -lsa
kat bump-version # Bump from `vNext-SNAPSHOT` to `vNext`. kat transform only works on non-SNAPSHOT versions
./gradlew build
./gradlew publishAllPublicationsToTestLocalRepository
- name: Transform
working-directory: ./aws-sdk-kotlin
shell: bash
run: |
pwd
ls -lsa
kat brazil transform -i ./build/m2 -o ./transformed -t .brazil.json -v live -m ./codegen/sdk/packages.json
# Check for manifest file
if [ ! -f "./transformed/brazil-import-manifest.json" ]; then
echo "Error: brazil-import-manifest.json not found in the transformed artifact"
exit 1
fi
echo "Transformation succeeded!"
220 changes: 220 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,225 @@
# Changelog

## [1.3.58] - 10/21/2024

### Features
* (**applicationinsights**) This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
* (**autoscaling**) Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.
* (**bedrockagentruntime**) Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs.
* (**databasemigrationservice**) Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
* (**ec2**) Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only.
* (**eks**) This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments
* (**fms**) Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.
* (**paymentcryptographydata**) Adding new API to generate authenticated scripts for EMV pin change use cases.
* (**wafv2**) Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.

## [1.3.57] - 10/18/2024

### Features
* (**athena**) Removing FEDERATED from Create/List/Delete/GetDataCatalog API
* (**bedrock**) Adding converse support to CMI API's
* (**bedrockruntime**) Added converse support for custom imported models
* (**datazone**) Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
* (**ec2**) RequestSpotInstances and RequestSpotFleet feature release.

## [1.3.56] - 10/17/2024

### Features
* (**bedrockagent**) Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1
* (**dataexchange**) This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts.
* (**pinpointsmsvoicev2**) Added the registrations status of REQUIRES_AUTHENTICATION
* (**pipes**) This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters.
* (**quicksight**) Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.
* (**workspaces**) Updated the DomainName pattern for Active Directory

### Documentation
* (**ecs**) This is an Amazon ECS documentation only update to address tickets.
* (**rds**) Updates Amazon RDS documentation for TAZ IAM support

### Miscellaneous
* Upgrade to Kotlin 2.0.21

## [1.3.55] - 10/16/2024

### Features
* (**s3**) Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.

## [1.3.54] - 10/15/2024

### Features
* (**amplify**) Added sourceUrlType field to StartDeployment request
* (**codebuild**) Enable proxy for reserved capacity fleet.
* (**ivs**) On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
* (**qbusiness**) Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
* (**redshift**) This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
* (**resiliencehub**) AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
* (**sesv2**) This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.
* (**transcribestreaming**) We are expanding support for 40 new locales in AWS Transcribe Streaming.

### Documentation
* (**cloudformation**) Documentation update for AWS CloudFormation API Reference.

## [1.3.53] - 10/14/2024

### Features
* (**codepipeline**) AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
* (**mailmanager**) Mail Manager support for viewing and exporting metadata of archived messages.
* (**securitylake**) This release updates request validation regex for resource ARNs.
* (**supplychain**) This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
* (**transfer**) This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.

### Fixes
* ⚠️ **IMPORTANT**: Update to the latest S3 model, which correctly models `ReplicationRuleFilter` and `LifecycleRuleFilter` as structures (not unions). This may cause compilation failures in existing code which references these two shapes.

## [1.3.52] - 10/11/2024

### Features
* (**elasticloadbalancingv2**) Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.
* (**emr**) This release provides new parameter "Context" in instance fleet clusters.
* (**guardduty**) Added a new field for network connection details.

### Fixes
* [#1433](https://github.com/awslabs/aws-sdk-kotlin/issues/1433) Remove Route53 InvalidChangeBatch error response customization

### Documentation
* (**appflow**) Doc only updates for clarification around OAuth2GrantType for Salesforce.
* (**robomaker**) Documentation update: added support notices to each API action.

## [1.3.51] - 10/10/2024

### Features
* (**databasemigrationservice**) Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
* (**ec2**) This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
* (**iotfleetwise**) Refine campaign related API validations
* (**neptunegraph**) Support for 16 m-NCU graphs available through account allowlisting
* (**outposts**) Adding new "DELIVERED" enum value for Outposts Order status
* (**route53resolver**) Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
* (**socialmessaging**) This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
* (**timestreaminfluxdb**) This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.

### Documentation
* (**acmpca**) Documentation updates for AWS Private CA.
* (**ecs**) This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
* (**elasticinference**) Elastic Inference - Documentation update to add service shutdown notice.

## [1.3.50] - 10/09/2024

### Features
* (**codepipeline**) AWS CodePipeline introduces a Compute category

## [1.3.49] - 10/08/2024

### Features
* (**elasticache**) AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage.
* (**memorydb**) Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.

### Miscellaneous
* Upgrade to Smithy 1.51.0

## [1.3.48] - 10/07/2024

### Features
* (**deadline**) Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
* (**qconnect**) This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
* (**redshift**) Add validation pattern to S3KeyPrefix on the EnableLogging API

### Documentation
* (**marketplacereporting**) Documentation-only update for AWS Marketplace Reporting API.

## [1.3.47] - 10/04/2024

### Features
* (**ec2**) Documentation updates for Amazon EC2.
* (**iotdataplane**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.

## [1.3.46] - 10/03/2024

### Features
* (**codepipeline**) AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
* (**connect**) Public GetMetricDataV2 Grouping increase from 3 to 4
* (**ec2**) This release includes a new API for modifying instance cpu-options after launch.
* (**iot**) This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
* (**marketplacereporting**) The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
* (**mediapackagev2**) Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
* (**quicksight**) QuickSight: Add support for exporting and importing folders in AssetBundle APIs

## [1.3.45] - 10/02/2024

### Features
* (**appstream**) Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
* (**b2bi**) Added and updated APIs to support outbound EDI transformations
* (**bedrockagentruntime**) Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
* (**bedrockruntime**) Added new fields to Amazon Bedrock Guardrails trace
* (**iotdeviceadvisor**) Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
* (**ivsrealtime**) Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
* (**s3**) This release introduces a header representing the minimum object size limit for Lifecycle transitions.
* (**sagemaker**) releasing builtinlcc to public

### Documentation
* (**workspaces**) WSP is being rebranded to become DCV.

## [1.3.44] - 10/01/2024

### Features
* (**bedrockagent**) This release adds support to stop an ongoing ingestion job using the StopIngestionJob API in Agents for Amazon Bedrock.
* (**codeartifact**) Add support for the dual stack endpoints.
* (**rds**) This release provides additional support for enabling Aurora Limitless Database DB clusters.

## [1.3.43] - 09/30/2024

### Features
* (**bedrock**) Add support for custom models via provisioned throughput for Bedrock Model Evaluation
* (**connect**) Amazon Connect introduces StartOutboundChatContact API allowing customers to initiate outbound chat contacts
* (**resourcegroups**) This update includes new APIs to support application groups and to allow users to manage resource tag-sync tasks in applications.
* (**supplychain**) Release DataLakeDataset, DataIntegrationFlow and ResourceTagging APIs for AWS Supply Chain
* (**timestreaminfluxdb**) Timestream for InfluxDB now supports port configuration and additional customer-modifiable InfluxDB v2 parameters. This release adds Port to the CreateDbInstance and UpdateDbInstance API, and additional InfluxDB v2 parameters to the CreateDbParameterGroup API.

### Documentation
* (**clouddirectory**) Add examples for API operations in model.
* (**pricing**) Add examples for API operations in model.
* (**verifiedpermissions**) Add examples for API operations in model.

## [1.3.42] - 09/27/2024

### Features
* (**customerprofiles**) Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
* (**quicksight**) Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
* (**sesv2**) This release adds support for engagement tracking over Https using custom domains.

### Documentation
* (**securityhub**) Documentation updates for AWS Security Hub

### Miscellaneous
* Remove WorkLink service

## [1.3.41] - 09/26/2024

### Features
* (**chatbot**) Return State and StateReason fields for Chatbot Channel Configurations.
* (**lambda**) Reverting Lambda resource-based policy and block public access APIs.
* (**organizations**) Add support for policy operations on the CHATBOT_POLICY policy type.
* (**sagemaker**) Adding `TagPropagation` attribute to Sagemaker API

### Documentation
* (**pcs**) AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
* (**rdsdata**) Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.

## [1.3.40] - 09/25/2024

### Documentation
* (**cloudtrail**) Doc-only update for CloudTrail network activity events release (in preview)
* (**ec2**) Updates to documentation for the transit gateway security group referencing feature.
* (**fsx**) Doc-only update to address Lustre S3 hard-coded names.

## [1.3.39] - 09/24/2024

### Features
* (**bedrock**) Add support for Cross Region Inference in Bedrock Model Evaluations.
* (**budgets**) Releasing minor partitional endpoint updates
* (**kinesis**) This release includes support to add tags when creating a stream
* (**pinpointsmsvoicev2**) AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies.
* (**sagemaker**) Adding `HiddenInstanceTypes` and `HiddenSageMakerImageVersionAliases` attribute to SageMaker API

## [1.3.38] - 09/23/2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion aws-runtime/aws-config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
description = "Support for AWS configuration"
extra["moduleName"] = "aws.sdk.kotlin.runtime.config"

apply(plugin = "kotlinx-atomicfu")
apply(plugin = "org.jetbrains.kotlinx.atomicfu")

kotlin {
sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package aws.sdk.kotlin.runtime.config.profile
import aws.sdk.kotlin.runtime.InternalSdkApi

@InternalSdkApi
@ExposedCopyVisibility // FIXME Change to @ConsistentCopyVisibility in 1.4.x minor version bump
public data class ConfigSection internal constructor(
public val name: String,
internal val properties: Map<String, AwsConfigValue>,
Expand Down

This file was deleted.

Loading

0 comments on commit 6f1b53e

Please sign in to comment.