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

fix(codegen): preprocessModel -> map waiter errorType to shapeId if awsQueryError.code #6483

Draft
wants to merge 53 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. fix(sdk-codegen): update errorType in waitable traits to use correct …

    …error codes
    Ran Vaknin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    aa57647 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    8e776a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361a96d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92e34cc View commit details
    Browse the repository at this point in the history
  4. fix(credential-provider-ini): fix recursive assume role and optional …

    …role_arn in credential_source (aws#6472)
    
    * fix(credential-provider-ini): fix recursive assume role and optional role_arn in credential_source
    
    * test(credential-provider-ini): fix mock call verification
    
    * test(credential-provider-node): add test case with chained web id token file
    kuhe authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    82f429d View commit details
    Browse the repository at this point in the history
  5. chore(cloudfront-signer): add support for WebSockets (aws#5827)

    mkdynamic authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d5f220c View commit details
    Browse the repository at this point in the history
  6. docs(client-amplify): Doc only update to Amplify to explain platform …

    …setting for Next.js 14 SSG only applications
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0eb8efe View commit details
    Browse the repository at this point in the history
  7. docs(client-ivs): Updates to all tags descriptions.

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0570d56 View commit details
    Browse the repository at this point in the history
  8. docs(client-ivschat): Updates to all tags descriptions.

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fa578b9 View commit details
    Browse the repository at this point in the history
  9. feat(clients): update client endpoints as of 2024-09-13

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dd10581 View commit details
    Browse the repository at this point in the history
  10. Publish v3.651.1

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ae1b990 View commit details
    Browse the repository at this point in the history
  11. chore(deps-dev): bump turbo to v2.1.2 (aws#6473)

    trivikr authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    18d0952 View commit details
    Browse the repository at this point in the history
  12. chore: disable turborepo telemetry (aws#6474)

    trivikr authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3aedc77 View commit details
    Browse the repository at this point in the history
  13. docs(client-pca-connector-scep): This is a general availability (GA) …

    …release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    656ddb8 View commit details
    Browse the repository at this point in the history
  14. feat(client-rds): Launching Global Cluster tagging.

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fe9c0ea View commit details
    Browse the repository at this point in the history
  15. docs(client-organizations): Doc only update for AWS Organizations tha…

    …t fixes several customer-reported issues
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5c1f071 View commit details
    Browse the repository at this point in the history
  16. feat(client-medialive): Removing the ON_PREMISE enum from the input s…

    …ettings field.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    035bd5b View commit details
    Browse the repository at this point in the history
  17. feat(client-iot): This release adds additional enhancements to AWS Io…

    …T Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b603569 View commit details
    Browse the repository at this point in the history
  18. feat(client-bedrock): This feature adds cross account s3 bucket and V…

    …PC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b0ff23a View commit details
    Browse the repository at this point in the history
  19. feat(clients): update client endpoints as of 2024-09-16

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    39d00e7 View commit details
    Browse the repository at this point in the history
  20. Publish v3.652.0

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    35d334d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    54d979c View commit details
    Browse the repository at this point in the history
  22. chore: show only turbo-computed task hashes in output (aws#6478)

    trivikr authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e975ad7 View commit details
    Browse the repository at this point in the history
  23. chore: use yarn for running turbo commands (aws#6480)

    trivikr authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b48d955 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3ee6fc7 View commit details
    Browse the repository at this point in the history
  25. feat(client-ssm): Support for additional levels of cross-account, cro…

    …ss-Region organizational units in Automation. Various documentation updates.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5266c94 View commit details
    Browse the repository at this point in the history
  26. docs(client-ecs): This is a documentation only release to address var…

    …ious tickets.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5f7243a View commit details
    Browse the repository at this point in the history
  27. feat(client-codebuild): GitLab Enhancements - Add support for Self-Ho…

    …sted GitLab runners in CodeBuild. Add group webhooks
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8dd22e5 View commit details
    Browse the repository at this point in the history
  28. docs(client-rds): Updates Amazon RDS documentation with configuration…

    … information about the BYOL model for RDS for Db2.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7cf1ab2 View commit details
    Browse the repository at this point in the history
  29. feat(client-lambda): Support for JSON resource-based policies and blo…

    …ck public access
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    decb970 View commit details
    Browse the repository at this point in the history
  30. feat(client-ecr): The DescribeImageScanning API now includes `fixAv…

    …ailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c1da5f6 View commit details
    Browse the repository at this point in the history
  31. Publish v3.653.0

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7068ea1 View commit details
    Browse the repository at this point in the history
  32. chore(clients): codegen sync for IDE type navigation (aws#6490)

    * chore(clients): codegen sync for IDE type navigation
    
    * chore: codegen update
    
    * chore: update smithy dependencies
    kuhe authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fc11f25 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1d4ebff View commit details
    Browse the repository at this point in the history
  34. fix(codegen): fix setting of default signing name (aws#6487)

    kuhe authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d34c61f View commit details
    Browse the repository at this point in the history
  35. feat(client-cost-explorer): This release extends the GetReservationPu…

    …rchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    346b310 View commit details
    Browse the repository at this point in the history
  36. feat(client-guardduty): Add launchType and sourceIPs fields to Gu…

    …ardDuty findings.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e641ad8 View commit details
    Browse the repository at this point in the history
  37. docs(client-rds): Updates Amazon RDS documentation with information u…

    …pgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6feb5a5 View commit details
    Browse the repository at this point in the history
  38. feat(client-directory-service): Added new APIs for enabling, disablin…

    …g, and describing access to the AWS Directory Service Data API
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    33c1376 View commit details
    Browse the repository at this point in the history
  39. feat(client-directory-service-data): Added new AWS Directory Service …

    …Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    66eca97 View commit details
    Browse the repository at this point in the history
  40. feat(client-mailmanager): Introduce a new RuleSet condition evaluatio…

    …n, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    930276a View commit details
    Browse the repository at this point in the history
  41. feat(client-s3): Added SSE-KMS support for directory buckets.

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5b89838 View commit details
    Browse the repository at this point in the history
  42. Publish v3.654.0

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    00ad6a3 View commit details
    Browse the repository at this point in the history
  43. feat(client-sagemaker): Introduced support for G6e instance types on …

    …SageMaker Studio for JupyterLab and CodeEditor applications.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    87f29e5 View commit details
    Browse the repository at this point in the history
  44. feat(client-quicksight): QuickSight: 1. Add new API - ListFoldersForR…

    …esource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bacb064 View commit details
    Browse the repository at this point in the history
  45. feat(client-lambda): Tagging support for Lambda event source mapping,…

    … and code signing configuration resources.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c920c2d View commit details
    Browse the repository at this point in the history
  46. feat(client-glue): This change is for releasing TestConnection api SD…

    …K model
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ff44caa View commit details
    Browse the repository at this point in the history
  47. feat(client-mediaconvert): This release provides support for addition…

    …al DRM configurations per SPEKE Version 2.0.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1b45166 View commit details
    Browse the repository at this point in the history
  48. feat(client-medialive): Adds Bandwidth Reduction Filtering for HD AVC…

    … and HEVC encodes, multiplex container settings.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ab83f05 View commit details
    Browse the repository at this point in the history
  49. feat(client-codeconnections): This release adds the PullRequestCommen…

    …t field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7f2e49b View commit details
    Browse the repository at this point in the history
  50. feat(client-workspaces-web): WorkSpaces Secure Browser now enables Ad…

    …ministrators to view and manage end-user browsing sessions via Session Management APIs.
    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9887384 View commit details
    Browse the repository at this point in the history
  51. Publish v3.655.0

    awstools authored and Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    80a6eae View commit details
    Browse the repository at this point in the history
  52. fix(sdk-codegen): corrected model parsing and awsQuery error code wit…

    …h shapeID swap
    Ran Vaknin committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    afb9535 View commit details
    Browse the repository at this point in the history