3.556.0 • Published 3 days ago

@aws-sdk/client-secrets-manager v3.556.0

Weekly downloads
9,977
License
Apache-2.0
Repository
github
Last release
3 days ago

@aws-sdk/client-secrets-manager

Description

AWS SDK for JavaScript SecretsManager Client for Node.js, Browser and React Native.

Amazon Web Services Secrets Manager

Installing

To install the this package, simply type add or install @aws-sdk/client-secrets-manager using your favorite package manager:

  • npm install @aws-sdk/client-secrets-manager
  • yarn add @aws-sdk/client-secrets-manager
  • pnpm add @aws-sdk/client-secrets-manager

Getting Started

Import

The AWS SDK is modulized by clients and commands. To send a request, you only need to import the SecretsManagerClient and the commands you need, for example ListSecretsCommand:

// ES5 example
const { SecretsManagerClient, ListSecretsCommand } = require("@aws-sdk/client-secrets-manager");
// ES6+ example
import { SecretsManagerClient, ListSecretsCommand } from "@aws-sdk/client-secrets-manager";

Usage

To send a request, you:

  • Initiate client with configuration (e.g. credentials, region).
  • Initiate command with input parameters.
  • Call send operation on client with command object as input.
  • If you are using a custom http handler, you may call destroy() to close open connections.
// a client can be shared by different commands.
const client = new SecretsManagerClient({ region: "REGION" });

const params = {
  /** input parameters */
};
const command = new ListSecretsCommand(params);

Async/await

We recommend using await operator to wait for the promise returned by send operation as follows:

// async/await.
try {
  const data = await client.send(command);
  // process data.
} catch (error) {
  // error handling.
} finally {
  // finally.
}

Async-await is clean, concise, intuitive, easy to debug and has better error handling as compared to using Promise chains or callbacks.

Promises

You can also use Promise chaining to execute send operation.

client.send(command).then(
  (data) => {
    // process data.
  },
  (error) => {
    // error handling.
  }
);

Promises can also be called using .catch() and .finally() as follows:

client
  .send(command)
  .then((data) => {
    // process data.
  })
  .catch((error) => {
    // error handling.
  })
  .finally(() => {
    // finally.
  });

Callbacks

We do not recommend using callbacks because of callback hell, but they are supported by the send operation.

// callbacks.
client.send(command, (err, data) => {
  // process err and data.
});

v2 compatible style

The client can also send requests using v2 compatible style. However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post on modular packages in AWS SDK for JavaScript

import * as AWS from "@aws-sdk/client-secrets-manager";
const client = new AWS.SecretsManager({ region: "REGION" });

// async/await.
try {
  const data = await client.listSecrets(params);
  // process data.
} catch (error) {
  // error handling.
}

// Promises.
client
  .listSecrets(params)
  .then((data) => {
    // process data.
  })
  .catch((error) => {
    // error handling.
  });

// callbacks.
client.listSecrets(params, (err, data) => {
  // process err and data.
});

Troubleshooting

When the service returns an exception, the error will include the exception information, as well as response metadata (e.g. request id).

try {
  const data = await client.send(command);
  // process data.
} catch (error) {
  const { requestId, cfId, extendedRequestId } = error.$metadata;
  console.log({ requestId, cfId, extendedRequestId });
  /**
   * The keys within exceptions are also parsed.
   * You can access them by specifying exception names:
   * if (error.name === 'SomeServiceException') {
   *     const value = error.specialKeyInException;
   * }
   */
}

Getting Help

Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them.

To test your universal JavaScript code in Node.js, browser and react-native environments, visit our code samples repo.

Contributing

This client code is generated automatically. Any modifications will be overwritten the next time the @aws-sdk/client-secrets-manager package is updated. To contribute to client you can check our generate clients scripts.

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.

Client Commands (Operations List)

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

Command API Reference / Input / Output

@itross/c11nnestjs-typeorm-libapp-session-serviceenconsec@closet-viewer/closet-viewer-benchmarkveritate-ingest@teamfabric/authorizer@teamfabric/authorizer-commmerce@infinitebrahmanuniverse/nolb-_aws-sd@openchair-io/cli@eventick/databaseaws_nodejs_sdk_v3cloudcampasure.integrations.smb.internal-apisecrets-tstimesheeter@everything-registry/sub-chunk-102asurion-hub-backend@throughtheword/server-commonsardius-node-helpers-wrapper@bongkow/aws-clients@aligent/cdk-prerender-fargate@ygolan/secretsshopify-graphql-item-updatescratch-aws-smsecretsmanager-versioningsecretenvmgrsecrets-managersecretformscrewdriver-aws-producer-servicesd-aws-producer-servicesecret-manager-loader-2-envsecret-fetcher-econshared-code-libraryencodeagent-helper-serviceenv-secrets-handleresante-questionnairedevebot-co-secrets-manager@dashkite/dolores@danielyaghil/aws-helpers@dksheffield/aws-commons@dksheffield/common-lambda-helpers@digifi/app-config-loaderrtm-jca-utilsrstreams-metricss3-pgp-encryptor-libsaml-sso-nodesardius-node-helperssanity-runner-serviceeip-cloud-services@aws-quickstart/eks-blueprints@aws/plugin-aws-apps-backend-for-backstage@aws/plugin-aws-apps-for-backstage@aws/plugin-scaffolder-backend-aws-apps-for-backstagecarrg-priv-pub@barbora-express/aws-secretscdk-practical-constructscdk-rds-dumpcdk-rds-sqlcdk-recaptcha-authorizercdk-ses-helperscdk-ses-smtp-secretcdk-encrypted-secret@bespoken-api/data-access@capraconsulting/cals-clicitadel-svc-common-secrets-servicecitadel-svc-common-utilspermission-guard@carson.key/lambdawrappercloud-factory@celatte/lambda_utils@cloud-technology/secrets-manager@cloud-technology/secrets-manager-client@cloud-vault/administration@switchboard-xyz/clicookr-interservice-gatewaycookr-interservice-gateway-1@codeaim/gitboard-apiprimeobjects-helper-service@config-dug/plugin-aws-secrets-manager@configu/node@constellation-labs/key-manager@creator.co/wapicdk-github@botpress/cdk-postgresql@bordeux/node-aws-secrets-loadernpm-trazor-id-dev@apartly/bankidnpm-test-tato3nhs-mesh-clientbridge-mix@ashnazg/squirrelnado-s3nuxt-pineal-basicnuxt-pineal-loginbolt-paramstoreob-events@collabland/awsquidproquo-actionprocessor-awslambda@defra/wls-connectors-lib@defra/wls-eps-api
3.556.0

3 days ago

3.554.0

8 days ago

3.552.0

10 days ago

3.549.0

15 days ago

3.543.0

23 days ago

3.540.0

28 days ago

3.535.0

1 month ago

3.534.0

1 month ago

3.533.0

1 month ago

3.529.1

1 month ago

3.529.0

1 month ago

3.525.0

2 months ago

3.523.0

2 months ago

3.521.0

2 months ago

3.515.0

2 months ago

3.514.0

2 months ago

3.513.0

2 months ago

3.511.0

2 months ago

3.509.0

2 months ago

3.507.0

2 months ago

3.504.0

3 months ago

3.503.0

3 months ago

3.502.0

3 months ago

3.503.1

3 months ago

3.501.0

3 months ago

3.499.0

3 months ago

3.496.0

3 months ago

3.495.0

3 months ago

3.491.0

3 months ago

3.490.0

3 months ago

3.489.0

3 months ago

3.485.0

4 months ago

3.484.0

4 months ago

3.481.0

4 months ago

3.480.0

4 months ago

3.478.0

4 months ago

3.477.0

4 months ago

3.476.0

4 months ago

3.474.0

4 months ago

3.473.0

4 months ago

3.470.0

4 months ago

3.468.0

5 months ago

3.460.0

5 months ago

3.462.0

5 months ago

3.461.0

5 months ago

3.458.0

5 months ago

3.465.0

5 months ago

3.445.0

5 months ago

3.451.0

5 months ago

3.450.0

5 months ago

3.449.0

5 months ago

3.454.0

5 months ago

3.436.0

6 months ago

3.435.0

6 months ago

3.438.0

6 months ago

3.441.0

6 months ago

3.437.0

6 months ago

3.385.0

9 months ago

3.362.0

10 months ago

3.408.0

7 months ago

3.369.0

9 months ago

3.418.0

7 months ago

3.421.0

7 months ago

3.433.0

6 months ago

3.410.0

7 months ago

3.387.0

9 months ago

3.391.0

8 months ago

3.413.0

7 months ago

3.386.0

9 months ago

3.363.0

10 months ago

3.423.0

7 months ago

3.398.0

8 months ago

3.409.0

7 months ago

3.389.0

8 months ago

3.378.0

9 months ago

3.370.0

9 months ago

3.427.0

7 months ago

3.430.0

6 months ago

3.388.0

8 months ago

3.425.0

7 months ago

3.377.0

9 months ago

3.414.0

7 months ago

3.429.0

6 months ago

3.395.0

8 months ago

3.432.0

6 months ago

3.382.0

9 months ago

3.379.1

9 months ago

3.428.0

6 months ago

3.405.0

8 months ago

3.431.0

6 months ago

3.360.0

10 months ago

3.347.0

11 months ago

3.347.1

11 months ago

3.359.0

10 months ago

3.358.0

10 months ago

3.350.0

11 months ago

3.353.0

10 months ago

3.348.0

11 months ago

3.352.0

10 months ago

3.342.0

11 months ago

3.354.0

10 months ago

3.345.0

11 months ago

3.357.0

10 months ago

3.344.0

11 months ago

3.335.0

11 months ago

3.312.0

1 year ago

3.326.0

12 months ago

3.341.0

11 months ago

3.338.0

11 months ago

3.315.0

1 year ago

3.325.0

12 months ago

3.337.0

11 months ago

3.317.0

1 year ago

3.332.0

11 months ago

3.329.0

12 months ago

3.327.0

12 months ago

3.316.0

1 year ago

3.328.0

12 months ago

3.319.0

12 months ago

3.334.0

11 months ago

3.321.1

12 months ago

3.309.0

1 year ago

3.306.0

1 year ago

3.310.0

1 year ago

3.301.0

1 year ago

3.290.0

1 year ago

3.298.0

1 year ago

3.300.0

1 year ago

3.276.0

1 year ago

3.299.0

1 year ago

3.287.0

1 year ago

3.303.0

1 year ago

3.292.0

1 year ago

3.288.0

1 year ago

3.278.0

1 year ago

3.293.0

1 year ago

3.266.0

1 year ago

3.289.0

1 year ago

3.266.1

1 year ago

3.281.0

1 year ago

3.294.0

1 year ago

3.279.0

1 year ago

3.271.0

1 year ago

3.267.0

1 year ago

3.282.0

1 year ago

3.295.0

1 year ago

3.272.0

1 year ago

3.296.0

1 year ago

3.297.0

1 year ago

3.252.0

1 year ago

3.241.0

1 year ago

3.264.0

1 year ago

3.254.0

1 year ago

3.256.0

1 year ago

3.257.0

1 year ago

3.245.0

1 year ago

3.258.0

1 year ago

3.250.0

1 year ago

3.261.0

1 year ago

3.259.0

1 year ago

3.262.0

1 year ago

3.192.0

2 years ago

3.237.0

1 year ago

3.188.0

2 years ago

3.202.0

1 year ago

3.193.0

1 year ago

3.238.0

1 year ago

3.215.0

1 year ago

3.226.0

1 year ago

3.194.0

1 year ago

3.216.0

1 year ago

3.231.0

1 year ago

3.204.0

1 year ago

3.195.0

1 year ago

3.229.0

1 year ago

3.196.0

1 year ago

3.210.0

1 year ago

3.218.0

1 year ago

3.197.0

1 year ago

3.208.0

1 year ago

3.234.0

1 year ago

3.211.0

1 year ago

3.222.0

1 year ago

3.198.0

1 year ago

3.209.0

1 year ago

3.235.0

1 year ago

3.212.0

1 year ago

3.190.0

2 years ago

3.223.0

1 year ago

3.200.0

1 year ago

3.199.0

1 year ago

3.213.0

1 year ago

3.236.0

1 year ago

3.224.0

1 year ago

3.201.0

1 year ago

3.180.0

2 years ago

3.185.0

2 years ago

3.181.0

2 years ago

3.179.0

2 years ago

3.186.0

2 years ago

3.183.0

2 years ago

3.154.0

2 years ago

3.150.0

2 years ago

3.165.0

2 years ago

3.161.0

2 years ago

3.169.0

2 years ago

3.170.0

2 years ago

3.159.0

2 years ago

3.178.0

2 years ago

3.162.0

2 years ago

3.152.0

2 years ago

3.171.0

2 years ago

3.163.0

2 years ago

3.160.0

2 years ago

3.168.0

2 years ago

3.112.0

2 years ago

3.131.0

2 years ago

3.109.0

2 years ago

3.100.0

2 years ago

3.127.0

2 years ago

3.142.0

2 years ago

3.128.0

2 years ago

3.105.0

2 years ago

3.137.0

2 years ago

3.118.0

2 years ago

3.110.0

2 years ago

3.121.0

2 years ago

3.118.1

2 years ago

3.130.0

2 years ago

3.145.0

2 years ago

3.99.0

2 years ago

3.141.0

2 years ago

3.81.0

2 years ago

3.89.0

2 years ago

3.85.0

2 years ago

3.92.0

2 years ago

3.82.0

2 years ago

3.78.0

2 years ago

3.87.0

2 years ago

3.79.0

2 years ago

3.94.0

2 years ago

3.80.0

2 years ago

3.95.0

2 years ago

3.54.1

2 years ago

3.54.0

2 years ago

3.67.0

2 years ago

3.55.0

2 years ago

3.74.0

2 years ago

3.56.0

2 years ago

3.75.0

2 years ago

3.58.0

2 years ago

3.76.0

2 years ago

3.72.0

2 years ago

3.53.0

2 years ago

3.50.0

2 years ago

3.47.0

2 years ago

3.47.1

2 years ago

3.47.2

2 years ago

3.51.0

2 years ago

3.48.0

2 years ago

3.45.0

2 years ago

3.52.0

2 years ago

3.49.0

2 years ago

3.46.0

2 years ago

3.43.0

2 years ago

3.41.0

2 years ago

3.42.0

2 years ago

3.40.0

2 years ago

3.39.0

2 years ago

3.38.0

2 years ago

3.36.0

3 years ago

3.36.1

3 years ago

3.35.0

3 years ago

3.37.0

3 years ago

3.34.0

3 years ago

3.33.0

3 years ago

3.32.0

3 years ago

3.31.0

3 years ago

3.30.0

3 years ago

3.29.0

3 years ago

3.28.0

3 years ago

3.27.0

3 years ago

3.26.0

3 years ago

3.25.0

3 years ago

3.24.0

3 years ago

3.23.0

3 years ago

3.22.0

3 years ago

3.21.0

3 years ago

3.20.0

3 years ago

3.19.0

3 years ago

3.18.0

3 years ago

3.17.0

3 years ago

3.15.0

3 years ago

3.13.1

3 years ago

3.14.0

3 years ago

3.16.0

3 years ago

3.13.0

3 years ago

3.12.0

3 years ago

3.11.0

3 years ago

3.10.0

3 years ago

3.9.0

3 years ago

3.8.1

3 years ago

3.8.0

3 years ago

3.7.0

3 years ago

3.6.1

3 years ago

3.6.0

3 years ago

3.5.1-rc.0

3 years ago

3.5.0

3 years ago

3.4.0

3 years ago

3.4.1

3 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

1.0.0-rc.10

3 years ago

1.0.0-rc.9

3 years ago

1.0.0-rc.8

3 years ago

1.0.0-rc.7

3 years ago

1.0.0-rc.6

3 years ago

1.0.0-rc.5

3 years ago

1.0.0-rc.4

3 years ago

1.0.0-rc.3

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

4 years ago

1.0.0-gamma.11

4 years ago

1.0.0-gamma.10

4 years ago

1.0.0-gamma.9

4 years ago

1.0.0-gamma.8

4 years ago

1.0.0-gamma.7

4 years ago

1.0.0-gamma.6

4 years ago

1.0.0-gamma.5

4 years ago

1.0.0-gamma.4

4 years ago

1.0.0-gamma.3

4 years ago

1.0.0-gamma.2

4 years ago

1.0.0-gamma.1

4 years ago

1.0.0-beta.5

4 years ago

1.0.0-beta.4

4 years ago

1.0.0-beta.3

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-alpha.26

4 years ago

1.0.0-alpha.25

4 years ago

1.0.0-alpha.24

4 years ago

1.0.0-alpha.23

4 years ago

1.0.0-alpha.22

4 years ago

1.0.0-alpha.21

4 years ago

1.0.0-alpha.20

4 years ago

1.0.0-alpha.19

4 years ago

1.0.0-alpha.18

4 years ago

1.0.0-alpha.17

4 years ago

1.0.0-alpha.16

4 years ago

1.0.0-alpha.15

4 years ago

1.0.0-alpha.14

4 years ago

1.0.0-alpha.13

4 years ago

1.0.0-alpha.12

4 years ago

1.0.0-alpha.11

4 years ago

1.0.0-alpha.10

4 years ago

1.0.0-alpha.9

4 years ago

1.0.0-alpha.8

4 years ago

1.0.0-alpha.7

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago