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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1449.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1467.0
Choose a head ref
  • 19 commits
  • 234 files changed
  • 3 contributors

Commits on Sep 1, 2023

  1. Updates SDK to v2.1450.0

    awstools committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    39e7e8a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Updates SDK to v2.1451.0

    awstools committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ecd7c9c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Updates SDK to v2.1452.0

    awstools committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f9d8cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Updates SDK to v2.1453.0

    awstools committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b5a2313 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix nextPage typing in requests (#3298)

    The fixes the return type of the `nextPage()` method. Before, it would
    return `Request<D, E>|void` which is hard to work with, because you
    couldn't runtime test for `void` (everything can be void). This change
    splits up the definition into two overloads: one without a callback
    provided that returns `Request<D, E> | null` and a second for the
    callback version that always returns `void`. This also matches the
    documentation in the implementation now.
    
    Co-authored-by: Michael Gruenewald <[email protected]>
    siddsriv and Michael Gruenewald committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7a04f0c View commit details
    Browse the repository at this point in the history
  2. Updates SDK to v2.1454.0

    awstools committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fea1998 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Updates SDK to v2.1455.0

    awstools committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    600847f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Updates SDK to v2.1456.0

    awstools committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    366b12a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Updates SDK to v2.1457.0

    awstools committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    80a3c32 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Updates SDK to v2.1458.0

    awstools committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4520e69 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Updates SDK to v2.1459.0

    awstools committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b8ed268 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Updates SDK to v2.1460.0

    awstools committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d2e28e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Updates SDK to v2.1461.0

    awstools committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0864f09 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Updates SDK to v2.1462.0

    awstools committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e73e809 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Updates SDK to v2.1463.0

    awstools committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ec73691 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Updates SDK to v2.1464.0

    awstools committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f05ae33 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Updates SDK to v2.1465.0

    awstools committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f9df3e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Updates SDK to v2.1466.0

    awstools committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    707788e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Updates SDK to v2.1467.0

    awstools committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a8cac3b View commit details
    Browse the repository at this point in the history
Loading