Skip to content

Commit

Permalink
Merge branch 'business-metrics' of https://github.com/awslabs/aws-sdk…
Browse files Browse the repository at this point in the history
…-kotlin into business-metrics
  • Loading branch information
0marperez committed Jun 6, 2024
2 parents 77d617c + 08b3965 commit 2b09fff
Show file tree
Hide file tree
Showing 52 changed files with 13,833 additions and 15,521 deletions.
110 changes: 110 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,115 @@
# Changelog

## [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.

## [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.

## [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.

## [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.

## [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

## [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](https://github.com/smithy-lang/smithy-kotlin/issues/1092) Upgrade to version [**1.2.4**](https://github.com/smithy-lang/smithy-kotlin/releases/tag/v1.2.4) of **smithy-kotlin** to pick up fix for `http.nonProxyHosts` wildcards

## [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

## [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

## [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

## [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.

## [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.

## [1.2.9] - 05/09/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@
},
"airflow" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand All @@ -462,12 +464,15 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -544,10 +549,12 @@
"aoss" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -2809,6 +2816,7 @@
},
"braket" : {
"endpoints" : {
"eu-north-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-1" : { },
Expand Down Expand Up @@ -11327,6 +11335,7 @@
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -15792,6 +15801,31 @@
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"hostname" : "s3-control.ca-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ],
"variants" : [ {
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "s3-control.dualstack.ca-west-1.amazonaws.com",
"tags" : [ "dualstack" ]
} ]
},
"ca-west-1-fips" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -19540,6 +19574,8 @@
"vpc-lattice" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,11 @@
"supportsFIPS" : true
},
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
"regions" : { }
"regions" : {
"eu-isoe-west-1" : {
"description" : "EU ISOE West"
}
}
}, {
"id" : "aws-iso-f",
"outputs" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ private const val testSuiteJson = """
"services_section_name": "acm_pca",
"service_envvar_name": "AWS_ENDPOINT_URL_ACM_PCA"
},
{
"service_id": "Alexa For Business",
"services_section_name": "alexa_for_business",
"service_envvar_name": "AWS_ENDPOINT_URL_ALEXA_FOR_BUSINESS"
},
{
"service_id": "amp",
"services_section_name": "amp",
Expand Down Expand Up @@ -728,11 +723,6 @@ private const val testSuiteJson = """
"services_section_name": "healthlake",
"service_envvar_name": "AWS_ENDPOINT_URL_HEALTHLAKE"
},
{
"service_id": "Honeycode",
"services_section_name": "honeycode",
"service_envvar_name": "AWS_ENDPOINT_URL_HONEYCODE"
},
{
"service_id": "IAM",
"services_section_name": "iam",
Expand Down Expand Up @@ -1718,7 +1708,6 @@ private const val javaClientNamesJson = """
"nimble": "NimbleClient",
"Lex Model Building Service": "LexModelBuildingClient",
"Medical Imaging": "MedicalImagingClient",
"Alexa For Business": "AlexaForBusinessClient",
"Auto Scaling": "AutoScalingClient",
"RoboMaker": "RoboMakerClient",
"SES": "SesClient",
Expand Down Expand Up @@ -1861,7 +1850,6 @@ private const val javaClientNamesJson = """
"IoT Events Data": "IotEventsDataClient",
"Storage Gateway": "StorageGatewayClient",
"grafana": "GrafanaClient",
"Honeycode": "HoneycodeClient",
"rbin": "RbinClient",
"S3Outposts": "S3OutpostsClient",
"Application Auto Scaling": "ApplicationAutoScalingClient",
Expand Down
29 changes: 28 additions & 1 deletion codegen/sdk/aws-models/acm-pca.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"sdkId": "ACM PCA",
"arnNamespace": "acm-pca",
"cloudFormationName": "ACMPCA",
"cloudTrailEventSource": "acmpca.amazonaws.com",
"cloudTrailEventSource": "acm-pca.amazonaws.com",
"endpointPrefix": "acm-pca"
},
"aws.auth#sigv4": {
Expand Down Expand Up @@ -2360,6 +2360,9 @@
],
"traits": {
"smithy.api#documentation": "<p>Lists information about a specific audit report created by calling the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html\">CreateCertificateAuthorityAuditReport</a> action. Audit information is created\n\t\t\tevery time the certificate authority (CA) private key is used. The private key is used\n\t\t\twhen you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html\">IssueCertificate</a> action or the\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_RevokeCertificate.html\">RevokeCertificate</a> action. </p>",
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"AuditReportCreated": {
"documentation": "Wait until a Audit Report is created",
Expand All @@ -2383,6 +2386,12 @@
"comparator": "stringEquals"
}
}
},
{
"state": "failure",
"matcher": {
"errorType": "AccessDeniedException"
}
}
],
"minDelay": 3
Expand Down Expand Up @@ -2735,6 +2744,9 @@
],
"traits": {
"smithy.api#documentation": "<p>Retrieves a certificate from your private CA or one that has been shared with you. The\n\t\t\tARN of the certificate is returned when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html\">IssueCertificate</a> action. You\n\t\t\tmust specify both the ARN of your private CA and the ARN of the issued certificate when\n\t\t\tcalling the <b>GetCertificate</b> action. You can retrieve the\n\t\t\tcertificate if it is in the <b>ISSUED</b> state. You can call\n\t\t\tthe <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html\">CreateCertificateAuthorityAuditReport</a> action to create a report that\n\t\t\tcontains information about all of the certificates issued and revoked by your private\n\t\t\tCA. </p>",
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"CertificateIssued": {
"documentation": "Wait until a certificate is issued",
Expand All @@ -2750,6 +2762,12 @@
"matcher": {
"errorType": "RequestInProgressException"
}
},
{
"state": "failure",
"matcher": {
"errorType": "AccessDeniedException"
}
}
],
"minDelay": 1
Expand Down Expand Up @@ -2842,6 +2860,9 @@
],
"traits": {
"smithy.api#documentation": "<p>Retrieves the certificate signing request (CSR) for your private certificate authority\n\t\t\t(CA). The CSR is created when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html\">CreateCertificateAuthority</a> action. Sign the CSR with your Amazon Web Services Private CA-hosted\n\t\t\tor on-premises root or subordinate CA. Then import the signed certificate back into\n\t\t\tAmazon Web Services Private CA by calling the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html\">ImportCertificateAuthorityCertificate</a> action. The CSR is returned as a\n\t\t\tbase64 PEM-encoded string. </p>",
"smithy.api#suppress": [
"WaitableTraitInvalidErrorType"
],
"smithy.waiters#waitable": {
"CertificateAuthorityCSRCreated": {
"documentation": "Wait until a Certificate Authority CSR is created",
Expand All @@ -2857,6 +2878,12 @@
"matcher": {
"errorType": "RequestInProgressException"
}
},
{
"state": "failure",
"matcher": {
"errorType": "AccessDeniedException"
}
}
],
"minDelay": 3
Expand Down
Loading

0 comments on commit 2b09fff

Please sign in to comment.