@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,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AddTagsToCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddTagsToCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "AddTagsToCertificate", {})
16
- .n("ACMClient", "AddTagsToCertificateCommand")
17
- .sc(AddTagsToCertificate$)
18
- .build() {
3
+ export class AddTagsToCertificateCommand extends command(_ep0, _mw0, "AddTagsToCertificate", AddTagsToCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAcmeDomainValidation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAcmeDomainValidationCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "CreateAcmeDomainValidation", {})
16
- .n("ACMClient", "CreateAcmeDomainValidationCommand")
17
- .sc(CreateAcmeDomainValidation$)
18
- .build() {
3
+ export class CreateAcmeDomainValidationCommand extends command(_ep1, _mw0, "CreateAcmeDomainValidation", CreateAcmeDomainValidation$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAcmeEndpoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAcmeEndpointCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "CreateAcmeEndpoint", {})
16
- .n("ACMClient", "CreateAcmeEndpointCommand")
17
- .sc(CreateAcmeEndpoint$)
18
- .build() {
3
+ export class CreateAcmeEndpointCommand extends command(_ep1, _mw0, "CreateAcmeEndpoint", CreateAcmeEndpoint$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { CreateAcmeExternalAccountBinding$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAcmeExternalAccountBindingCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "CreateAcmeExternalAccountBinding", {})
16
- .n("ACMClient", "CreateAcmeExternalAccountBindingCommand")
17
- .sc(CreateAcmeExternalAccountBinding$)
18
- .build() {
3
+ export class CreateAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "CreateAcmeExternalAccountBinding", CreateAcmeExternalAccountBinding$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAcmeDomainValidation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAcmeDomainValidationCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DeleteAcmeDomainValidation", {})
16
- .n("ACMClient", "DeleteAcmeDomainValidationCommand")
17
- .sc(DeleteAcmeDomainValidation$)
18
- .build() {
3
+ export class DeleteAcmeDomainValidationCommand extends command(_ep1, _mw0, "DeleteAcmeDomainValidation", DeleteAcmeDomainValidation$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAcmeEndpoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAcmeEndpointCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DeleteAcmeEndpoint", {})
16
- .n("ACMClient", "DeleteAcmeEndpointCommand")
17
- .sc(DeleteAcmeEndpoint$)
18
- .build() {
3
+ export class DeleteAcmeEndpointCommand extends command(_ep1, _mw0, "DeleteAcmeEndpoint", DeleteAcmeEndpoint$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAcmeExternalAccountBinding$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAcmeExternalAccountBindingCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DeleteAcmeExternalAccountBinding", {})
16
- .n("ACMClient", "DeleteAcmeExternalAccountBindingCommand")
17
- .sc(DeleteAcmeExternalAccountBinding$)
18
- .build() {
3
+ export class DeleteAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DeleteAcmeExternalAccountBinding", DeleteAcmeExternalAccountBinding$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DeleteCertificate", {})
16
- .n("ACMClient", "DeleteCertificateCommand")
17
- .sc(DeleteCertificate$)
18
- .build() {
3
+ export class DeleteCertificateCommand extends command(_ep0, _mw0, "DeleteCertificate", DeleteCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAcmeAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAcmeAccountCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DescribeAcmeAccount", {})
16
- .n("ACMClient", "DescribeAcmeAccountCommand")
17
- .sc(DescribeAcmeAccount$)
18
- .build() {
3
+ export class DescribeAcmeAccountCommand extends command(_ep1, _mw0, "DescribeAcmeAccount", DescribeAcmeAccount$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAcmeDomainValidation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAcmeDomainValidationCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DescribeAcmeDomainValidation", {})
16
- .n("ACMClient", "DescribeAcmeDomainValidationCommand")
17
- .sc(DescribeAcmeDomainValidation$)
18
- .build() {
3
+ export class DescribeAcmeDomainValidationCommand extends command(_ep1, _mw0, "DescribeAcmeDomainValidation", DescribeAcmeDomainValidation$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAcmeEndpoint$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAcmeEndpointCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DescribeAcmeEndpoint", {})
16
- .n("ACMClient", "DescribeAcmeEndpointCommand")
17
- .sc(DescribeAcmeEndpoint$)
18
- .build() {
3
+ export class DescribeAcmeEndpointCommand extends command(_ep1, _mw0, "DescribeAcmeEndpoint", DescribeAcmeEndpoint$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAcmeExternalAccountBinding$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAcmeExternalAccountBindingCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DescribeAcmeExternalAccountBinding", {})
16
- .n("ACMClient", "DescribeAcmeExternalAccountBindingCommand")
17
- .sc(DescribeAcmeExternalAccountBinding$)
18
- .build() {
3
+ export class DescribeAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DescribeAcmeExternalAccountBinding", DescribeAcmeExternalAccountBinding$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "DescribeCertificate", {})
16
- .n("ACMClient", "DescribeCertificateCommand")
17
- .sc(DescribeCertificate$)
18
- .build() {
3
+ export class DescribeCertificateCommand extends command(_ep0, _mw0, "DescribeCertificate", DescribeCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ExportCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ExportCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ExportCertificate", {})
16
- .n("ACMClient", "ExportCertificateCommand")
17
- .sc(ExportCertificate$)
18
- .build() {
3
+ export class ExportCertificateCommand extends command(_ep0, _mw0, "ExportCertificate", ExportCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAccountConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAccountConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "GetAccountConfiguration", {})
16
- .n("ACMClient", "GetAccountConfigurationCommand")
17
- .sc(GetAccountConfiguration$)
18
- .build() {
3
+ export class GetAccountConfigurationCommand extends command(_ep0, _mw0, "GetAccountConfiguration", GetAccountConfiguration$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { GetAcmeExternalAccountBindingCredentials$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAcmeExternalAccountBindingCredentialsCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "GetAcmeExternalAccountBindingCredentials", {})
16
- .n("ACMClient", "GetAcmeExternalAccountBindingCredentialsCommand")
17
- .sc(GetAcmeExternalAccountBindingCredentials$)
18
- .build() {
3
+ export class GetAcmeExternalAccountBindingCredentialsCommand extends command(_ep1, _mw0, "GetAcmeExternalAccountBindingCredentials", GetAcmeExternalAccountBindingCredentials$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "GetCertificate", {})
16
- .n("ACMClient", "GetCertificateCommand")
17
- .sc(GetCertificate$)
18
- .build() {
3
+ export class GetCertificateCommand extends command(_ep0, _mw0, "GetCertificate", GetCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ImportCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ImportCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ImportCertificate", {})
16
- .n("ACMClient", "ImportCertificateCommand")
17
- .sc(ImportCertificate$)
18
- .build() {
3
+ export class ImportCertificateCommand extends command(_ep0, _mw0, "ImportCertificate", ImportCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { ListAcmeAccounts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAcmeAccountsCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListAcmeAccounts", {})
16
- .n("ACMClient", "ListAcmeAccountsCommand")
17
- .sc(ListAcmeAccounts$)
18
- .build() {
3
+ export class ListAcmeAccountsCommand extends command(_ep1, _mw0, "ListAcmeAccounts", ListAcmeAccounts$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { ListAcmeDomainValidations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAcmeDomainValidationsCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListAcmeDomainValidations", {})
16
- .n("ACMClient", "ListAcmeDomainValidationsCommand")
17
- .sc(ListAcmeDomainValidations$)
18
- .build() {
3
+ export class ListAcmeDomainValidationsCommand extends command(_ep1, _mw0, "ListAcmeDomainValidations", ListAcmeDomainValidations$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { ListAcmeEndpoints$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAcmeEndpointsCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListAcmeEndpoints", {})
16
- .n("ACMClient", "ListAcmeEndpointsCommand")
17
- .sc(ListAcmeEndpoints$)
18
- .build() {
3
+ export class ListAcmeEndpointsCommand extends command(_ep1, _mw0, "ListAcmeEndpoints", ListAcmeEndpoints$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { ListAcmeExternalAccountBindings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAcmeExternalAccountBindingsCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListAcmeExternalAccountBindings", {})
16
- .n("ACMClient", "ListAcmeExternalAccountBindingsCommand")
17
- .sc(ListAcmeExternalAccountBindings$)
18
- .build() {
3
+ export class ListAcmeExternalAccountBindingsCommand extends command(_ep1, _mw0, "ListAcmeExternalAccountBindings", ListAcmeExternalAccountBindings$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCertificates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCertificatesCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListCertificates", {})
16
- .n("ACMClient", "ListCertificatesCommand")
17
- .sc(ListCertificates$)
18
- .build() {
3
+ export class ListCertificatesCommand extends command(_ep0, _mw0, "ListCertificates", ListCertificates$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListTagsForCertificate", {})
16
- .n("ACMClient", "ListTagsForCertificateCommand")
17
- .sc(ListTagsForCertificate$)
18
- .build() {
3
+ export class ListTagsForCertificateCommand extends command(_ep0, _mw0, "ListTagsForCertificate", ListTagsForCertificate$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "ListTagsForResource", {})
16
- .n("ACMClient", "ListTagsForResourceCommand")
17
- .sc(ListTagsForResource$)
18
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutAccountConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutAccountConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "PutAccountConfiguration", {})
16
- .n("ACMClient", "PutAccountConfigurationCommand")
17
- .sc(PutAccountConfiguration$)
18
- .build() {
3
+ export class PutAccountConfigurationCommand extends command(_ep0, _mw0, "PutAccountConfiguration", PutAccountConfiguration$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveTagsFromCertificate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveTagsFromCertificateCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- ServiceType: { type: "staticContextParams", value: `ACM` },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("CertificateManager", "RemoveTagsFromCertificate", {})
16
- .n("ACMClient", "RemoveTagsFromCertificateCommand")
17
- .sc(RemoveTagsFromCertificate$)
18
- .build() {
3
+ export class RemoveTagsFromCertificateCommand extends command(_ep0, _mw0, "RemoveTagsFromCertificate", RemoveTagsFromCertificate$) {
19
4
  }