@aws-sdk/client-elastic-load-balancing-v2
Advanced tools
Comparing version 3.620.0 to 3.620.1
@@ -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 { | ||
} |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1396961
34236
9
22
+ Added@aws-sdk/client-sso@3.620.1(transitive)
+ Added@aws-sdk/client-sso-oidc@3.620.1(transitive)
+ Added@aws-sdk/client-sts@3.620.1(transitive)
+ Added@aws-sdk/core@3.620.1(transitive)
+ Added@aws-sdk/credential-provider-env@3.620.1(transitive)
+ Added@aws-sdk/credential-provider-ini@3.620.1(transitive)
+ Added@aws-sdk/credential-provider-node@3.620.1(transitive)
+ Added@aws-sdk/credential-provider-process@3.620.1(transitive)
+ Added@aws-sdk/credential-provider-sso@3.620.1(transitive)
- Removed@aws-sdk/client-sso@3.620.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.620.0(transitive)
- Removed@aws-sdk/client-sts@3.620.0(transitive)
- Removed@aws-sdk/core@3.620.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.609.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.620.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.620.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.614.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.620.0(transitive)
Updated@aws-sdk/client-sts@3.620.1
Updated@aws-sdk/core@3.620.1