Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds list of string to endpoint/auth scheme parameters and support for JmesPath-defined operation context parameters #5168

Merged
merged 16 commits into from
May 13, 2024

Commits on Apr 22, 2024

  1. feat(StringArrayEndpointParams) Codegen String Array Enpoint params a…

    …nd Auth schemes params based on end-point-rule-set.json. (#5122)
    
    * feat(StringArrayEndpointParams) Codegen String Array Enpoint params and Auth schemes params based on end-point-rule-set.json.
    
    * addressed review comments v1
    joviegas committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0332975 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/StringArrayEndpointParams' of github.com:aws/aw…

    …s-sdk-java-v2 into feature/StringArrayEndpointParams
    joviegas committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    63ec189 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    ef78d9b View commit details
    Browse the repository at this point in the history
  2. Support Customization string array endpoint params for S3 access gran…

    …ts, until all SDKs add support for string array. (#5137)
    
    * new(StringArrayEndpointParams) Customization of  String Array Enpoint params  because S3 Access grants will not update the models until all sdks support stringarray endpoint params
    
    * addressed review comments v1
    joviegas committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7886aaf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. new(StringArrayEndpointParams) Codegeneration of OperationContextPara…

    …ms defined for a Operation. (#5146)
    
    * new(StringArrayEndpointParams) Codegeneration of OperationContextParams defined for a Operation
    
    * addressed review comments v1
    joviegas committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b85710c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92efd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. new(StringArrayEndpointParams) Customization of Operation Context par…

    …ams and adding customizations for S3
    joviegas committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0afffa3 View commit details
    Browse the repository at this point in the history
  2. Revert "new(StringArrayEndpointParams) Customization of Operation Con…

    …text params and adding customizations for S3"
    
    This reverts commit 0afffa3.
    joviegas committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5fbba7a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Extracting existing JMESPath runtime to a separate class (#5155)

    * Extracting existing JMESPath runtime to a separate class that can be used by waiters and other components
    
    * Deleted temp file
    
    * Changing name from JPath to JmesPath
    cenedhryn committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0323b8f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. new(StringArrayEndpointParams) Customization of Operation Context par…

    …ams and adding customizations for S3 (#5159)
    
    new(StringArrayEndpointParams) Customization of Operation Context params and adding customizations for S3
    joviegas committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5bb2346 View commit details
    Browse the repository at this point in the history
  2. Converts endpoint param list of string to list of value (#5169)

    * Converts endpoint param list of string to list of value, so that the rules engine can handle it
    
    * Moved to identifier token
    cenedhryn committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ffb1cfa View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Generates JmesPath expressions for operation context parameters (#5172)

    * Generates JmesPath expressions for operation context parameters
    
    * Added test cases for runtime value functions
    
    * Updating exceptions
    cenedhryn committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f9724c3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Supporting wildcard and keys fn in JmesPathRuntime (#5198)

    * Supporting wildcard and keys fn in JmesPathRuntime
    
    * Removing try catch, fixes test bug and filters null elements
    cenedhryn committed May 10, 2024
    Configuration menu
    Copy the full SHA
    14dd8d1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    9821b9d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Changelog

    cenedhryn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6545dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec1c69 View commit details
    Browse the repository at this point in the history