@aws-sdk/client-acm 3.890.0 → 3.891.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddTagsToCertificateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ExportCertificateCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForCertificateCommand.d.ts +2 -0
- package/dist-types/commands/PutAccountConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +2 -0
- package/dist-types/commands/RenewCertificateCommand.d.ts +2 -0
- package/dist-types/commands/RequestCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ResendValidationEmailCommand.d.ts +2 -0
- package/dist-types/commands/RevokeCertificateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const AddTagsToCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, AddTagsToCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, AddTagsToCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // AddTagsToCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, DeleteCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, DeleteCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // DeleteCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, DescribeCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, DescribeCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // DescribeCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ExportCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, ExportCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, ExportCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // ExportCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAccountConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, GetAccountConfigurationCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, GetAccountConfigurationCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetAccountConfigurationCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, GetCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, GetCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // GetCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, ImportCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, ImportCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // ImportCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListCertificatesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, ListCertificatesCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, ListCertificatesCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // ListCertificatesRequest
|
|
38
40
|
* CertificateStatuses: [ // CertificateStatuses
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, ListTagsForCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, ListTagsForCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // ListTagsForCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutAccountConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, PutAccountConfigurationCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, PutAccountConfigurationCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // PutAccountConfigurationRequest
|
|
38
40
|
* ExpiryEvents: { // ExpiryEventsConfiguration
|
|
@@ -33,6 +33,8 @@ declare const RemoveTagsFromCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, RemoveTagsFromCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, RemoveTagsFromCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // RemoveTagsFromCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RenewCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, RenewCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, RenewCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // RenewCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RequestCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, RequestCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, RequestCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // RequestCertificateRequest
|
|
38
40
|
* DomainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ResendValidationEmailCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, ResendValidationEmailCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, ResendValidationEmailCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // ResendValidationEmailRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RevokeCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, RevokeCertificateCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, RevokeCertificateCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // RevokeCertificateRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCertificateOptionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { ACMClient, UpdateCertificateOptionsCommand } from "@aws-sdk/client-acm"; // ES Modules import
|
|
35
35
|
* // const { ACMClient, UpdateCertificateOptionsCommand } = require("@aws-sdk/client-acm"); // CommonJS import
|
|
36
|
+
* // import type { ACMClientConfig } from "@aws-sdk/client-acm";
|
|
37
|
+
* const config = {}; // type is ACMClientConfig
|
|
36
38
|
* const client = new ACMClient(config);
|
|
37
39
|
* const input = { // UpdateCertificateOptionsRequest
|
|
38
40
|
* CertificateArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-acm",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|