-
Notifications
You must be signed in to change notification settings - Fork 611
Comparing changes
Open a pull request
base repository: aws/aws-sdk-js-v3
base: v3.264.0
head repository: aws/aws-sdk-js-v3
compare: v3.266.0
- 16 commits
- 981 files changed
- 4 contributors
Commits on Feb 3, 2023
-
feat(client-proton): Add new GetResourcesSummary API
awstools committedFeb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 231ebe5 - Browse repository at this point
Copy the full SHA 231ebe5View commit details -
docs(client-redshift): Corrects descriptions of the parameters for th…
…e API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster.
awstools committedFeb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 512e1ca - Browse repository at this point
Copy the full SHA 512e1caView commit details -
feat(clients): update client endpoints as of 2023-02-03
awstools committedFeb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for ecbb791 - Browse repository at this point
Copy the full SHA ecbb791View commit details -
awstools committed
Feb 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f8c0e7 - Browse repository at this point
Copy the full SHA 1f8c0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0cc76 - Browse repository at this point
Copy the full SHA 3a0cc76View commit details
Commits on Feb 6, 2023
-
feat(types): add request and response interfaces (#4389)
### Description Adds the high-level Request and Response interfaces ### Testing `yarn test:all`
Configuration menu - View commit details
-
Copy full SHA for 6b1be0b - Browse repository at this point
Copy the full SHA 6b1be0bView commit details -
feat(protocol-http): add types for field (#4390)
### Description Adds `Field`, `FieldPosition`, and `Fields` types to `protocol-http`. ### Testing `yarn test:all`
Configuration menu - View commit details
-
Copy full SHA for 688b866 - Browse repository at this point
Copy the full SHA 688b866View commit details -
feat(util-stream): create util-stream package (#4402)
### Description Merges implementations of util-stream-browser and util-stream-node into a single package, util-stream. The implementations were left unchanged, but some adjustments were made to the `package.json` to accommodate both implementations, and in the jest config to test the browser implementation. ### Testing - In `packages/util-stream`: `yarn test` - In `clients/client-s3`: - Updated dependencies to only use `util-stream` - Updated runtime config to use `util-stream` - `yarn ts-mocha test/flexibleChecksums.spec.ts` - Using the [aws-sdk-js-tests repo](https://github.com/aws-samples/aws-sdk-js-tests), tested the [GetObject command](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/src/commands/GetObjectCommand.ts): - Configured a bucket and object to get, added S3 client, and set up client to run the command - Imported the local util-stream package from the aws-sdk-js-v3 directory - Modified the client's `config` object to use the `util-stream` implementations of `getAwsChunkedEncodingStream` and `sdk-stream-mixin` - Ran `yarn start:node` and `yarn start:web` to see S3 object returned properly ### Additional context The `util-stream` package was not added to any clients or middleware. This will be done in subsequent commits. * feat(util-stream): merge node and browser implementations * chore(github): add codeowners for util-stream * fix(util-stream): fix file names for node The initial merging of the two packages resulted in a mistake where the node and browser implementations of sdk-stream-mixins did not have the same file names. This caused both implementations to be loaded by the browser, which would throw an error because the node implementation uses the 'stream' package. * fix(util-stream): update jest config to test browser implementation * fix(util-stream): fix file names for browser/react-native Fixes a mistake from initial merging of implementations where the output files for browser and react-native were named incorrectly in package.json.
Configuration menu - View commit details
-
Copy full SHA for 91ec1aa - Browse repository at this point
Copy the full SHA 91ec1aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ed754 - Browse repository at this point
Copy the full SHA a3ed754View commit details -
feat(client-compute-optimizer): AWS Compute optimizer can now infer i…
…f Kafka is running on an instance.
awstools committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 65e7f31 - Browse repository at this point
Copy the full SHA 65e7f31View commit details -
feat(client-outposts): Adds OrderType to Order structure. Adds Previo…
…usOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.
awstools committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 312c4e4 - Browse repository at this point
Copy the full SHA 312c4e4View commit details -
feat(client-mediaconvert): The AWS Elemental MediaConvert SDK has add…
…ed improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder.
awstools committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for dea6044 - Browse repository at this point
Copy the full SHA dea6044View commit details -
feat(client-frauddetector): My AWS Service (Amazon Fraud Detector) - …
…This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data.
awstools committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 34dac99 - Browse repository at this point
Copy the full SHA 34dac99View commit details -
feat(client-customer-profiles): This release deprecates the PartyType…
… and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
awstools committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 4e190c7 - Browse repository at this point
Copy the full SHA 4e190c7View commit details -
feat(clients): update client endpoints as of 2023-02-06
awstools committedFeb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for f023912 - Browse repository at this point
Copy the full SHA f023912View commit details -
awstools committed
Feb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 45e83cb - Browse repository at this point
Copy the full SHA 45e83cbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.264.0...v3.266.0