Socket
Socket
Sign inDemoInstall

@aws-sdk/client-elastic-load-balancing-v2

Package Overview
Dependencies
Maintainers
5
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-elastic-load-balancing-v2 - npm Package Compare versions

Comparing version 3.620.0 to 3.620.1

12

dist-types/commands/DeleteSharedTrustStoreAssociationCommand.d.ts

@@ -66,4 +66,16 @@ import { Command as $Command } from "@smithy/smithy-client";

* @public
* @example Delete a shared trust store association
* ```javascript
* // This example deletes the association between the specified trust store and the specified load balancer.
* const input = {
* "ResourceArn": "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/app/my-load-balancer/80233fa81d678c2c",
* "TrustStoreArn": "arn:aws:elasticloadbalancing:us-east-1:123456789012:truststore/my-trust-store/73e2d6bc24d8a063"
* };
* const command = new DeleteSharedTrustStoreAssociationCommand(input);
* await client.send(command);
* // example id: delete-a-shared-trust-store-association-1721684063527
* ```
*
*/
export declare class DeleteSharedTrustStoreAssociationCommand extends DeleteSharedTrustStoreAssociationCommand_base {
}

@@ -61,4 +61,15 @@ import { Command as $Command } from "@smithy/smithy-client";

* @public
* @example Retrieve a resource policy
* ```javascript
* // This example retrieves the resource policy for the specified trust store.
* const input = {
* "ResourceArn": "arn:aws:elasticloadbalancing:us-east-1:123456789012:truststore/my-trust-store/73e2d6bc24d8a067"
* };
* const command = new GetResourcePolicyCommand(input);
* await client.send(command);
* // example id: retrieve-a-resource-policy-1721684356628
* ```
*
*/
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
}

10

package.json
{
"name": "@aws-sdk/client-elastic-load-balancing-v2",
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
"version": "3.620.0",
"version": "3.620.1",
"scripts": {

@@ -23,6 +23,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.620.0",
"@aws-sdk/client-sts": "3.620.0",
"@aws-sdk/core": "3.620.0",
"@aws-sdk/credential-provider-node": "3.620.0",
"@aws-sdk/client-sso-oidc": "3.620.1",
"@aws-sdk/client-sts": "3.620.1",
"@aws-sdk/core": "3.620.1",
"@aws-sdk/credential-provider-node": "3.620.1",
"@aws-sdk/middleware-host-header": "3.620.0",

@@ -29,0 +29,0 @@ "@aws-sdk/middleware-logger": "3.609.0",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc