dreamorosi / powertools-lambda-typescript

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
https://docs.powertools.aws.dev/lambda/typescript/latest/
MIT No Attribution
0 stars 0 forks source link

chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates #79

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the aws-sdk-v3 group with 11 updates in the / directory:

Package From To
@aws-sdk/client-dynamodb 3.637.0 3.670.0
@aws-sdk/client-xray 3.637.0 3.670.0
@aws-sdk/client-cloudwatch 3.637.0 3.670.0
@aws-sdk/client-appconfigdata 3.637.0 3.670.0
@aws-sdk/client-secrets-manager 3.637.0 3.670.0
@aws-sdk/client-ssm 3.637.0 3.670.0
@aws-sdk/util-dynamodb 3.637.0 3.670.0
aws-sdk-client-mock 4.0.1 4.1.0
aws-sdk-client-mock-jest 4.0.1 4.1.0
@aws-sdk/lib-dynamodb 3.637.0 3.670.0
@aws-sdk/client-lambda 3.637.0 3.670.0

Updates @aws-sdk/client-dynamodb from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-dynamodb's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-dynamodb's changelog.

3.670.0 (2024-10-11)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.665.0 (2024-10-04)

Bug Fixes

  • codegen: accIdEpMode config resolver generation plugin (#6544) (fc14586)

... (truncated)

Commits
  • 375e4e5 Publish v3.670.0
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • 374ef46 Publish v3.665.0
  • fc14586 fix(codegen): accIdEpMode config resolver generation plugin (#6544)
  • de4dc49 Publish v3.664.0
  • Additional commits viewable in compare view


Updates @aws-sdk/client-xray from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-xray's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-xray's changelog.

3.670.0 (2024-10-11)

Note: Version bump only for package @​aws-sdk/client-xray

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-xray

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-xray

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-xray

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-xray

3.665.0 (2024-10-04)

Note: Version bump only for package @​aws-sdk/client-xray

3.664.0 (2024-10-03)

... (truncated)

Commits
  • 375e4e5 Publish v3.670.0
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • Additional commits viewable in compare view


Updates @aws-sdk/client-cloudwatch from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-cloudwatch's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cloudwatch's changelog.

3.670.0 (2024-10-11)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.665.0 (2024-10-04)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.664.0 (2024-10-03)

... (truncated)

Commits
  • 375e4e5 Publish v3.670.0
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • Additional commits viewable in compare view


Updates @aws-sdk/client-appconfigdata from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-appconfigdata's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-appconfigdata's changelog.

3.670.0 (2024-10-11)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.665.0 (2024-10-04)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.664.0 (2024-10-03)

... (truncated)

Commits
  • 375e4e5 Publish v3.670.0
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • Additional commits viewable in compare view


Updates @aws-sdk/client-secrets-manager from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-secrets-manager's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-secrets-manager's changelog.

3.670.0 (2024-10-11)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.665.0 (2024-10-04)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.664.0 (2024-10-03)

... (truncated)

Commits
  • 375e4e5 Publish v3.670.0
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • Additional commits viewable in compare view


Updates @aws-sdk/client-ssm from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-ssm's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ssm's changelog.

3.670.0 (2024-10-11)

Note: Version bump only for package @​aws-sdk/client-ssm

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-ssm

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-ssm

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-ssm

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-ssm

3.665.0 (2024-10-04)

Note: Version bump only for package @​aws-sdk/client-ssm

3.664.0 (2024-10-03)

... (truncated)

Commits
  • 375e4e5 Publish v3.670.0
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • Additional commits viewable in compare view


Updates @aws-sdk/util-dynamodb from 3.637.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/util-dynamodb's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/util-dynamodb's changelog.

dependabot[bot] commented 2 weeks ago

Superseded by #83.