Skip to content

Commit

Permalink
Merge branch 'awslabs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored May 1, 2024
2 parents 89eeb99 + 715a481 commit 54ab542
Show file tree
Hide file tree
Showing 21 changed files with 4,095 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
with:
path: 'aws-kotlin-repo-tools'
repository: 'awslabs/aws-kotlin-repo-tools'
ref: '0.2.3'
ref: '0.4.2'
sparse-checkout: |
.github
- name: Checkout smithy-kotlin
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.2.2] - 04/30/2024

### Features
* (**chimesdkvoice**) Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page.
* (**codeartifact**) Add support for the Ruby package format.
* (**fms**) AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization.
* (**omics**) Add support for workflow sharing and dynamic run storage
* (**opensearch**) This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint.
* (**pinpointsmsvoicev2**) Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries.
* (**qbusiness**) This is a general availability (GA) release of Amazon Q Business. Q Business enables employees in an enterprise to get comprehensive answers to complex questions and take actions through a unified, intuitive web-based chat experience - using an enterprise's existing content, data, and systems.
* (**quicksight**) New Q embedding supporting Generative Q&A
* (**route53resolver**) Release of FirewallDomainRedirectionAction parameter on the Route 53 DNS Firewall Rule. This allows customers to configure a DNS Firewall rule to inspect all the domains in the DNS redirection chain (default) , such as CNAME, ALIAS, DNAME, etc., or just the first domain and trust the rest.
* (**sagemaker**) Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types.

### Documentation
* (**signer**) Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions.

## [1.2.1] - 04/29/2024

### Features
* (**amplify**) Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.
* (**connectcases**) This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's
* (**inspector2**) Update Inspector2 to include new Agentless API parameters.
* (**timestreamquery**) This change allows users to update and describe account settings associated with their accounts.
* (**transcribe**) This update provides error messaging for generative call summarization in Transcribe Call Analytics
* (**trustedadvisor**) This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs.

## [1.2.0] - 04/27/2024

### Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21565,7 +21565,7 @@
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
"hostname" : "mediaconvert.cn-northwest-1.amazonaws.com.cn"
}
}
},
Expand Down
12 changes: 11 additions & 1 deletion codegen/sdk/aws-models/amplify.json
Original file line number Diff line number Diff line change
Expand Up @@ -4341,7 +4341,7 @@
}
},
"maxResults": {
"target": "com.amazonaws.amplify#MaxResults",
"target": "com.amazonaws.amplify#MaxResultsForListApps",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<p>The maximum number of records to list in a single response. </p>",
Expand Down Expand Up @@ -5006,6 +5006,16 @@
}
},
"com.amazonaws.amplify#MaxResults": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
"smithy.api#range": {
"min": 0,
"max": 50
}
}
},
"com.amazonaws.amplify#MaxResultsForListApps": {
"type": "integer",
"traits": {
"smithy.api#default": 0,
Expand Down
18 changes: 12 additions & 6 deletions codegen/sdk/aws-models/chime-sdk-voice.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates one or more phone numbers.</p>",
"smithy.api#documentation": "<p>Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each \n <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type, the calling name, or phone name.\n </p>\n <note>\n <p>You cannot have a duplicate <code>phoneNumberId</code> in a request.</p>\n </note>",
"smithy.api#http": {
"method": "POST",
"uri": "/phone-numbers?operation=batch-update",
Expand Down Expand Up @@ -4178,7 +4178,10 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Gets the Alexa Skill configuration for the SIP media application.</p>",
"smithy.api#deprecated": {
"message": "Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page(https://developer.amazon.com/en-US/alexa/alexasmartproperties)."
},
"smithy.api#documentation": "<p>Gets the Alexa Skill configuration for the SIP media application.</p>\n <important>\n <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to \n the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p>\n </important>",
"smithy.api#http": {
"method": "GET",
"uri": "/sip-media-applications/{SipMediaApplicationId}/alexa-skill-configuration",
Expand Down Expand Up @@ -7536,7 +7539,10 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates the Alexa Skill configuration for the SIP media application.</p>",
"smithy.api#deprecated": {
"message": "Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page(https://developer.amazon.com/en-US/alexa/alexasmartproperties)."
},
"smithy.api#documentation": "<p>Updates the Alexa Skill configuration for the SIP media application.</p>\n <important>\n <p>Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to \n the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p>\n </important>",
"smithy.api#http": {
"method": "PUT",
"uri": "/sip-media-applications/{SipMediaApplicationId}/alexa-skill-configuration",
Expand Down Expand Up @@ -8620,7 +8626,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The Alexa Skill configuration of a SIP media application.</p>"
"smithy.api#documentation": "<p>The Alexa Skill configuration of a SIP media application.</p>\n <important>\n <p>Due to changes made by the Amazon Alexa service, this data type is no longer available for use. For more information, refer to \n the <a href=\"https://developer.amazon.com/en-US/alexa/alexasmartproperties\">Alexa Smart Properties</a> page.</p>\n </important>"
}
},
"com.amazonaws.chimesdkvoice#SipMediaApplicationCall": {
Expand Down Expand Up @@ -9752,7 +9758,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates phone number details, such as product type or calling name, for the \n specified phone number ID. You can update one phone number detail at a time. For \n example, you can update either the product type or the calling name in one action.</p>\n <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media \n Application Dial-In product type.</p>\n <p>Updates to outbound calling names can take 72 hours to complete. Pending \n updates to outbound calling names must be complete before you can request another \n update.</p>",
"smithy.api#documentation": "<p>Updates phone number details, such as product type, calling name, or phone number name for the \n specified phone number ID. You can update one phone number detail at a time. For \n example, you can update either the product type, calling name, or phone number name in one action.</p>\n <p>For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media \n Application Dial-In product type.</p>\n <p>Updates to outbound calling names can take 72 hours to complete. Pending \n updates to outbound calling names must be complete before you can request another \n update.</p>",
"smithy.api#http": {
"method": "POST",
"uri": "/phone-numbers/{PhoneNumberId}",
Expand Down Expand Up @@ -9786,7 +9792,7 @@
"Name": {
"target": "com.amazonaws.chimesdkvoice#PhoneNumberName",
"traits": {
"smithy.api#documentation": "<p>Specifies the name assigned to one or more phone numbers.</p>"
"smithy.api#documentation": "<p>Specifies the updated name assigned to one or more phone numbers.</p>"
}
}
},
Expand Down
58 changes: 32 additions & 26 deletions codegen/sdk/aws-models/codeartifact.json

Large diffs are not rendered by default.

Loading

0 comments on commit 54ab542

Please sign in to comment.