@aws-sdk/client-acm 3.1077.0 → 3.1079.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.
Files changed (125) hide show
  1. package/dist-cjs/index.js +51 -509
  2. package/dist-es/commandBuilder.js +11 -0
  3. package/dist-es/commands/AddTagsToCertificateCommand.js +2 -17
  4. package/dist-es/commands/CreateAcmeDomainValidationCommand.js +2 -17
  5. package/dist-es/commands/CreateAcmeEndpointCommand.js +2 -17
  6. package/dist-es/commands/CreateAcmeExternalAccountBindingCommand.js +2 -17
  7. package/dist-es/commands/DeleteAcmeDomainValidationCommand.js +2 -17
  8. package/dist-es/commands/DeleteAcmeEndpointCommand.js +2 -17
  9. package/dist-es/commands/DeleteAcmeExternalAccountBindingCommand.js +2 -17
  10. package/dist-es/commands/DeleteCertificateCommand.js +2 -17
  11. package/dist-es/commands/DescribeAcmeAccountCommand.js +2 -17
  12. package/dist-es/commands/DescribeAcmeDomainValidationCommand.js +2 -17
  13. package/dist-es/commands/DescribeAcmeEndpointCommand.js +2 -17
  14. package/dist-es/commands/DescribeAcmeExternalAccountBindingCommand.js +2 -17
  15. package/dist-es/commands/DescribeCertificateCommand.js +2 -17
  16. package/dist-es/commands/ExportCertificateCommand.js +2 -17
  17. package/dist-es/commands/GetAccountConfigurationCommand.js +2 -17
  18. package/dist-es/commands/GetAcmeExternalAccountBindingCredentialsCommand.js +2 -17
  19. package/dist-es/commands/GetCertificateCommand.js +2 -17
  20. package/dist-es/commands/ImportCertificateCommand.js +2 -17
  21. package/dist-es/commands/ListAcmeAccountsCommand.js +2 -17
  22. package/dist-es/commands/ListAcmeDomainValidationsCommand.js +2 -17
  23. package/dist-es/commands/ListAcmeEndpointsCommand.js +2 -17
  24. package/dist-es/commands/ListAcmeExternalAccountBindingsCommand.js +2 -17
  25. package/dist-es/commands/ListCertificatesCommand.js +2 -17
  26. package/dist-es/commands/ListTagsForCertificateCommand.js +2 -17
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -17
  28. package/dist-es/commands/PutAccountConfigurationCommand.js +2 -17
  29. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -17
  30. package/dist-es/commands/RenewCertificateCommand.js +2 -17
  31. package/dist-es/commands/RequestCertificateCommand.js +2 -17
  32. package/dist-es/commands/ResendValidationEmailCommand.js +2 -17
  33. package/dist-es/commands/RevokeAcmeAccountCommand.js +2 -17
  34. package/dist-es/commands/RevokeAcmeExternalAccountBindingCommand.js +2 -17
  35. package/dist-es/commands/RevokeCertificateCommand.js +2 -17
  36. package/dist-es/commands/SearchCertificatesCommand.js +2 -17
  37. package/dist-es/commands/TagResourceCommand.js +2 -17
  38. package/dist-es/commands/UntagResourceCommand.js +2 -17
  39. package/dist-es/commands/UpdateAcmeDomainValidationCommand.js +2 -17
  40. package/dist-es/commands/UpdateAcmeEndpointCommand.js +2 -17
  41. package/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -17
  42. package/dist-es/index.js +1 -0
  43. package/dist-types/commandBuilder.d.ts +22 -0
  44. package/dist-types/commands/AddTagsToCertificateCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateAcmeDomainValidationCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateAcmeEndpointCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateAcmeExternalAccountBindingCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteAcmeDomainValidationCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteAcmeEndpointCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeAcmeAccountCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeAcmeDomainValidationCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeAcmeEndpointCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeCertificateCommand.d.ts +3 -8
  57. package/dist-types/commands/ExportCertificateCommand.d.ts +3 -8
  58. package/dist-types/commands/GetAccountConfigurationCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetCertificateCommand.d.ts +3 -8
  61. package/dist-types/commands/ImportCertificateCommand.d.ts +3 -8
  62. package/dist-types/commands/ListAcmeAccountsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListAcmeDomainValidationsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListAcmeEndpointsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListAcmeExternalAccountBindingsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListCertificatesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListTagsForCertificateCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/PutAccountConfigurationCommand.d.ts +3 -8
  70. package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +3 -8
  71. package/dist-types/commands/RenewCertificateCommand.d.ts +3 -8
  72. package/dist-types/commands/RequestCertificateCommand.d.ts +3 -8
  73. package/dist-types/commands/ResendValidationEmailCommand.d.ts +3 -8
  74. package/dist-types/commands/RevokeAcmeAccountCommand.d.ts +3 -8
  75. package/dist-types/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +3 -8
  76. package/dist-types/commands/RevokeCertificateCommand.d.ts +3 -8
  77. package/dist-types/commands/SearchCertificatesCommand.d.ts +3 -8
  78. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateAcmeDomainValidationCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateAcmeEndpointCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
  85. package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateAcmeDomainValidationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateAcmeEndpointCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateAcmeExternalAccountBindingCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteAcmeDomainValidationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteAcmeEndpointCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DescribeAcmeAccountCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeAcmeDomainValidationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeAcmeEndpointCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListAcmeAccountsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListAcmeDomainValidationsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListAcmeEndpointsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListAcmeExternalAccountBindingsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/RevokeAcmeAccountCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/SearchCertificatesCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UpdateAcmeDomainValidationCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateAcmeEndpointCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/index.d.ts +1 -0
  125. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { RevokeAcmeAccountRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeAcmeAccountCommandInput extends RevokeAcmeAccountRequest
22
19
  export interface RevokeAcmeAccountCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RevokeAcmeAccountCommand_base: {
25
- new (input: RevokeAcmeAccountCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeAccountCommandInput, RevokeAcmeAccountCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeAcmeAccountCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeAccountCommandInput, RevokeAcmeAccountCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeAcmeAccountCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeAccountCommandInput, RevokeAcmeAccountCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeAcmeAccountCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeAccountCommandInput, RevokeAcmeAccountCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Revokes an ACME account, preventing it from requesting or revoking certificates. This operation is irreversible.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { RevokeAcmeExternalAccountBindingRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeAcmeExternalAccountBindingCommandInput extends RevokeAcme
22
19
  export interface RevokeAcmeExternalAccountBindingCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RevokeAcmeExternalAccountBindingCommand_base: {
25
- new (input: RevokeAcmeExternalAccountBindingCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeExternalAccountBindingCommandInput, RevokeAcmeExternalAccountBindingCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeAcmeExternalAccountBindingCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeExternalAccountBindingCommandInput, RevokeAcmeExternalAccountBindingCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeAcmeExternalAccountBindingCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeExternalAccountBindingCommandInput, RevokeAcmeExternalAccountBindingCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeAcmeExternalAccountBindingCommandInput): import("@smithy/core/client").CommandImpl<RevokeAcmeExternalAccountBindingCommandInput, RevokeAcmeExternalAccountBindingCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Revokes an external account binding, preventing new ACME accounts from being registered using this binding. Existing ACME accounts that were previously registered using the binding are not affected and must be revoked separately.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { RevokeCertificateRequest, RevokeCertificateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RevokeCertificateCommandInput extends RevokeCertificateRequest
22
19
  export interface RevokeCertificateCommandOutput extends RevokeCertificateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RevokeCertificateCommand_base: {
25
- new (input: RevokeCertificateCommandInput): import("@smithy/core/client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RevokeCertificateCommandInput): import("@smithy/core/client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RevokeCertificateCommandInput): import("@smithy/core/client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RevokeCertificateCommandInput): import("@smithy/core/client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Revokes a public ACM certificate. You can only revoke certificates that have been previously exported.</p> <important> <p>Once a certificate is revoked, you cannot reuse the certificate. Revoking a certificate is permanent.</p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { SearchCertificatesRequest, SearchCertificatesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchCertificatesCommandInput extends SearchCertificatesReques
22
19
  export interface SearchCertificatesCommandOutput extends SearchCertificatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SearchCertificatesCommand_base: {
25
- new (input: SearchCertificatesCommandInput): import("@smithy/core/client").CommandImpl<SearchCertificatesCommandInput, SearchCertificatesCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [SearchCertificatesCommandInput]): import("@smithy/core/client").CommandImpl<SearchCertificatesCommandInput, SearchCertificatesCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchCertificatesCommandInput): import("@smithy/core/client").CommandImpl<SearchCertificatesCommandInput, SearchCertificatesCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [SearchCertificatesCommandInput]): import("@smithy/core/client").CommandImpl<SearchCertificatesCommandInput, SearchCertificatesCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of certificates matching search criteria. You can filter certificates by X.509 attributes and ACM specific properties like certificate status, type and renewal eligibility. This operation provides more flexible filtering than <a>ListCertificates</a> by supporting complex filter statements.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { TagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds one or more tags to an ACM resource. Tags are labels that you can use to identify and organize your Amazon Web Services resources. Each tag consists of a <code>key</code> and an optional <code>value</code>.</p> <note> <p>Use this action for all ACM resource types except the <code>certificate</code> resource type. For certificate resources, use <a>AddTagsToCertificate</a> instead.</p> </note> <p>To remove one or more tags, use the <a>UntagResource</a> action. To view all of the tags that have been applied to a resource, use the <a>ListTagsForResource</a> action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { UntagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from an ACM resource.</p> <note> <p>Use this action for all ACM resource types except the <code>certificate</code> resource type. For certificate resources, use <a>RemoveTagsFromCertificate</a> instead.</p> </note> <p>To add one or more tags, use the <a>TagResource</a> action. To view all of the tags that have been applied to a resource, use the <a>ListTagsForResource</a> action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { UpdateAcmeDomainValidationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAcmeDomainValidationCommandInput extends UpdateAcmeDomain
22
19
  export interface UpdateAcmeDomainValidationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAcmeDomainValidationCommand_base: {
25
- new (input: UpdateAcmeDomainValidationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeDomainValidationCommandInput, UpdateAcmeDomainValidationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAcmeDomainValidationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeDomainValidationCommandInput, UpdateAcmeDomainValidationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAcmeDomainValidationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeDomainValidationCommandInput, UpdateAcmeDomainValidationCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAcmeDomainValidationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeDomainValidationCommandInput, UpdateAcmeDomainValidationCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the prevalidation configuration of an existing domain validation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { UpdateAcmeEndpointRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAcmeEndpointCommandInput extends UpdateAcmeEndpointReques
22
19
  export interface UpdateAcmeEndpointCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAcmeEndpointCommand_base: {
25
- new (input: UpdateAcmeEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeEndpointCommandInput, UpdateAcmeEndpointCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAcmeEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeEndpointCommandInput, UpdateAcmeEndpointCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAcmeEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeEndpointCommandInput, UpdateAcmeEndpointCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAcmeEndpointCommandInput): import("@smithy/core/client").CommandImpl<UpdateAcmeEndpointCommandInput, UpdateAcmeEndpointCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of an existing ACME endpoint. You can change the authorization behavior, contact requirement, or certificate authority settings.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
4
2
  import type { UpdateCertificateOptionsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCertificateOptionsCommandInput extends UpdateCertificateO
22
19
  export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCertificateOptionsCommand_base: {
25
- new (input: UpdateCertificateOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCertificateOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCertificateOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCertificateOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, import("..").ACMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a certificate. You can use this function to specify whether to export your certificate. Certificate transparency logging opt-out is no longer available. For more information, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-concepts.html#concept-transparency">Certificate Transparency Logging</a> and <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-exportable-certificates.html">Certificate Manager Exportable Managed Certificates</a>.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ACMExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./waiters";
@@ -0,0 +1,47 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ACMClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ACMClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ACMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ACMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _ep1: EndpointParameterInstructions;
42
+ export declare const _mw0: (
43
+ Command: any,
44
+ cs: any,
45
+ config: any,
46
+ o: any
47
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import { AddTagsToCertificateRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AddTagsToCertificateCommandInput
12
5
  extends AddTagsToCertificateRequest {}
13
6
  export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const AddTagsToCertificateCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  AddTagsToCertificateCommandInput,
19
12
  AddTagsToCertificateCommandOutput,
20
- ACMClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ACMClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: AddTagsToCertificateCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  AddTagsToCertificateCommandInput,
28
21
  AddTagsToCertificateCommandOutput,
29
- ACMClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ACMClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class AddTagsToCertificateCommand extends AddTagsToCertificateCommand_base {
38
29
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import {
9
3
  CreateAcmeDomainValidationRequest,
10
4
  CreateAcmeDomainValidationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAcmeDomainValidationCommandInput
15
8
  extends CreateAcmeDomainValidationRequest {}
16
9
  export interface CreateAcmeDomainValidationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAcmeDomainValidationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAcmeDomainValidationCommandInput,
24
17
  CreateAcmeDomainValidationCommandOutput,
25
- ACMClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ACMClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAcmeDomainValidationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAcmeDomainValidationCommandInput,
33
26
  CreateAcmeDomainValidationCommandOutput,
34
- ACMClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ACMClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAcmeDomainValidationCommand extends CreateAcmeDomainValidationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import {
9
3
  CreateAcmeEndpointRequest,
10
4
  CreateAcmeEndpointResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAcmeEndpointCommandInput
15
8
  extends CreateAcmeEndpointRequest {}
16
9
  export interface CreateAcmeEndpointCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAcmeEndpointCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAcmeEndpointCommandInput,
24
17
  CreateAcmeEndpointCommandOutput,
25
- ACMClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ACMClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAcmeEndpointCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAcmeEndpointCommandInput,
33
26
  CreateAcmeEndpointCommandOutput,
34
- ACMClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ACMClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAcmeEndpointCommand extends CreateAcmeEndpointCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import {
9
3
  CreateAcmeExternalAccountBindingRequest,
10
4
  CreateAcmeExternalAccountBindingResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAcmeExternalAccountBindingCommandInput
15
8
  extends CreateAcmeExternalAccountBindingRequest {}
16
9
  export interface CreateAcmeExternalAccountBindingCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAcmeExternalAccountBindingCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAcmeExternalAccountBindingCommandInput,
24
17
  CreateAcmeExternalAccountBindingCommandOutput,
25
- ACMClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ACMClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAcmeExternalAccountBindingCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAcmeExternalAccountBindingCommandInput,
33
26
  CreateAcmeExternalAccountBindingCommandOutput,
34
- ACMClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ACMClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAcmeExternalAccountBindingCommand extends CreateAcmeExternalAccountBindingCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import { DeleteAcmeDomainValidationRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAcmeDomainValidationCommandInput
12
5
  extends DeleteAcmeDomainValidationRequest {}
13
6
  export interface DeleteAcmeDomainValidationCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteAcmeDomainValidationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteAcmeDomainValidationCommandInput,
20
13
  DeleteAcmeDomainValidationCommandOutput,
21
- ACMClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ACMClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteAcmeDomainValidationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteAcmeDomainValidationCommandInput,
29
22
  DeleteAcmeDomainValidationCommandOutput,
30
- ACMClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ACMClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteAcmeDomainValidationCommand extends DeleteAcmeDomainValidationCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import { DeleteAcmeEndpointRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAcmeEndpointCommandInput
12
5
  extends DeleteAcmeEndpointRequest {}
13
6
  export interface DeleteAcmeEndpointCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteAcmeEndpointCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteAcmeEndpointCommandInput,
19
12
  DeleteAcmeEndpointCommandOutput,
20
- ACMClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ACMClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteAcmeEndpointCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteAcmeEndpointCommandInput,
28
21
  DeleteAcmeEndpointCommandOutput,
29
- ACMClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ACMClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteAcmeEndpointCommand extends DeleteAcmeEndpointCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ACMClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ACMClient";
8
2
  import { DeleteAcmeExternalAccountBindingRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteAcmeExternalAccountBindingCommandInput
12
5
  extends DeleteAcmeExternalAccountBindingRequest {}
13
6
  export interface DeleteAcmeExternalAccountBindingCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteAcmeExternalAccountBindingCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteAcmeExternalAccountBindingCommandInput,
20
13
  DeleteAcmeExternalAccountBindingCommandOutput,
21
- ACMClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ACMClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteAcmeExternalAccountBindingCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteAcmeExternalAccountBindingCommandInput,
29
22
  DeleteAcmeExternalAccountBindingCommandOutput,
30
- ACMClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ACMClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteAcmeExternalAccountBindingCommand extends DeleteAcmeExternalAccountBindingCommand_base {
39
30
  protected static __types: {