Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-user-agent

Package Overview
Dependencies
5
Maintainers
5
Versions
167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aws-sdk/middleware-user-agent

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-user-agent/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-user-agent) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-user-agent.svg)](https://www.npmjs.c


Version published
Maintainers
5
Created

Package description

What is @aws-sdk/middleware-user-agent?

The @aws-sdk/middleware-user-agent package is part of the AWS SDK for JavaScript (v3). It is used to manage and customize the User-Agent header sent in requests made to AWS services. This middleware allows developers to append additional information to the User-Agent header, which can be useful for debugging, tracking, and analytics purposes.

What are @aws-sdk/middleware-user-agent's main functionalities?

Customizing User-Agent

This code demonstrates how to customize the User-Agent header when creating an S3 client instance. It appends 'MyApp/1.0.0' to the default User-Agent string provided by AWS SDK.

const { S3Client } = require('@aws-sdk/client-s3');
const { defaultUserAgent } = require('@aws-sdk/util-user-agent-node');
const { addUserAgent } = require('@aws-sdk/middleware-user-agent');

const client = new S3Client({
  region: 'us-west-2',
  customUserAgent: 'MyApp/1.0.0'
});

addUserAgent(client, defaultUserAgent({ serviceId: 'S3', clientVersion: '3.0.0' }));

Other packages similar to @aws-sdk/middleware-user-agent

Changelog

Source

3.428.0 (2023-10-12)

Bug Fixes

  • lib-dynamodb: add e2e suite and bug fixes for lib-dynamodb (#5306) (2fe0a88)
  • middleware-flexible-checksums: skip checksum validation for s3 whole-object multipart GET (#5345) (6a6a75e)

Features

  • client-auditmanager: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope. (af41764)
  • client-auto-scaling: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups (6727085)
  • client-config-service: Add enums for resource types supported by Config (1cdcf43)
  • client-controltower: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API. (784c6fb)
  • client-customer-profiles: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model. (73c9229)
  • client-ec2: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it. (9c57ae3)
  • client-glue: Extending version control support to GitLab and Bitbucket from AWSGlue (b683df3)
  • client-inspector2: Add MacOs ec2 platform support (2964c2f)
  • client-ivs-realtime: Update GetParticipant to return additional metadata. (4adb626)
  • client-lambda: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs (2bb63a0)
  • client-location: This release adds endpoint updates for all AWS Location resource operations. (f71b216)
  • client-machine-learning: This release marks Password field as sensitive (4d5eac6)
  • client-rds: This release adds support for adding a dedicated log volume to open-source RDS instances. (634a983)
  • client-rekognition: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data. (87763f3)
  • client-sagemaker: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings (685916c)
  • client-textract: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters. (4ce1e29)
  • client-transcribe: This release is to enable m4a format to customers (8c24c28)
  • clients: update client endpoints as of 2023-10-12 (3476339)

Readme

Source

@aws-sdk/middleware-user-agent

NPM version NPM downloads

FAQs

Last updated on 12 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc