Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.346.0
Choose a base ref
...
head repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.347.0
Choose a head ref
  • 14 commits
  • 1,125 files changed
  • 2 contributors

Commits on Jun 6, 2023

  1. feat(protocol-http): add reason to HttpResponse (#4772)

    Adds `reason` property to HttpResponse, which is a simple message
    explaining the status code. The property is optional, so adding it
    is backward compatible. Http handlers were updated to populate this
    property when constructing the HttpResponse, except for the Node http2
    handler, because http2 doesn't support an equivalent.
    
    Tests were added to Http handlers to make sure the property is populated
    when available.
    milesziemer authored Jun 6, 2023
    Copy the full SHA
    d29cb58 View commit details
  2. feat(protocol-http): add uri type and implementation (#4771)

    Adds the URI type to types package, and uses it in HttpRequest.
    The URI type adds additional properties that didn't exist on Endpoint.
    Http handlers were updated to use these new properties when constructing
    request URLs. Tests were also added to make sure handlers construct URLs
    properly with the new properties.
    milesziemer authored Jun 6, 2023
    Copy the full SHA
    5c7b40e View commit details
  3. feat(client-emr): This release provides customers the ability to spec…

    …ify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
    awstools committed Jun 6, 2023
    Copy the full SHA
    ada81f8 View commit details
  4. feat(client-inspector2): Adds new response properties and request par…

    …ameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector.
    awstools committed Jun 6, 2023
    Copy the full SHA
    b61d062 View commit details
  5. feat(client-signer): AWS Signer is launching Container Image Signing,…

    … a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.
    awstools committed Jun 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6647d54 View commit details
  6. feat(client-lex-models-v2): This release adds support for Lex Develop…

    …ers to create test sets and to execute those test-sets against their bots.
    awstools committed Jun 6, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    fniephaus Fabio Niephaus
    Copy the full SHA
    454008a View commit details
  7. docs(client-connect): GetMetricDataV2 API is now available in AWS Gov…

    …Cloud(US) region.
    awstools committed Jun 6, 2023
    Copy the full SHA
    6ebabec View commit details
  8. feat(client-iam): This release updates the AccountAlias regex pattern…

    … with the same length restrictions enforced by the length constraint.
    awstools committed Jun 6, 2023
    Copy the full SHA
    817667a View commit details
  9. feat(client-iot-data-plane): Update thing shadow name regex to allow …

    …'$' character
    awstools committed Jun 6, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    d678417 View commit details
  10. feat(client-quicksight): QuickSight support for pivot table field col…

    …lapse state, radar chart range scale and multiple scope options in conditional formatting.
    awstools committed Jun 6, 2023
    Copy the full SHA
    e89e93c View commit details
  11. feat(client-iot): Adding IoT Device Management Software Package Catal…

    …og APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
    awstools committed Jun 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7bf4fb1 View commit details
  12. feat(client-sqs): Amazon SQS adds three new APIs - StartMessageMoveTa…

    …sk, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
    awstools committed Jun 6, 2023
    Copy the full SHA
    00f8d8a View commit details
  13. Copy the full SHA
    eefb716 View commit details
  14. Publish v3.347.0

    awstools committed Jun 6, 2023
    Copy the full SHA
    db169f4 View commit details
Loading