@aws-sdk/client-acm-pca 3.30.0 → 3.34.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/CHANGELOG.md +35 -0
- package/dist/cjs/ACMPCAClient.js +13 -13
- package/dist/cjs/ACMPCAClient.js.map +1 -1
- package/dist/cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -3
- package/dist/cjs/commands/CreateCertificateAuthorityAuditReportCommand.js.map +1 -1
- package/dist/cjs/commands/CreateCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/CreateCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/commands/CreatePermissionCommand.js +3 -3
- package/dist/cjs/commands/CreatePermissionCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/DeleteCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/commands/DeletePermissionCommand.js +3 -3
- package/dist/cjs/commands/DeletePermissionCommand.js.map +1 -1
- package/dist/cjs/commands/DeletePolicyCommand.js +3 -3
- package/dist/cjs/commands/DeletePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -3
- package/dist/cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/DescribeCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/commands/GetCertificateAuthorityCertificateCommand.js +3 -3
- package/dist/cjs/commands/GetCertificateAuthorityCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/GetCertificateAuthorityCsrCommand.js +3 -3
- package/dist/cjs/commands/GetCertificateAuthorityCsrCommand.js.map +1 -1
- package/dist/cjs/commands/GetCertificateCommand.js +3 -3
- package/dist/cjs/commands/GetCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/GetPolicyCommand.js +3 -3
- package/dist/cjs/commands/GetPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/ImportCertificateAuthorityCertificateCommand.js +3 -3
- package/dist/cjs/commands/ImportCertificateAuthorityCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/IssueCertificateCommand.js +3 -3
- package/dist/cjs/commands/IssueCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/ListCertificateAuthoritiesCommand.js +3 -3
- package/dist/cjs/commands/ListCertificateAuthoritiesCommand.js.map +1 -1
- package/dist/cjs/commands/ListPermissionsCommand.js +3 -3
- package/dist/cjs/commands/ListPermissionsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsCommand.js +3 -3
- package/dist/cjs/commands/ListTagsCommand.js.map +1 -1
- package/dist/cjs/commands/PutPolicyCommand.js +3 -3
- package/dist/cjs/commands/PutPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/RestoreCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/RestoreCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/commands/RevokeCertificateCommand.js +3 -3
- package/dist/cjs/commands/RevokeCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/TagCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/TagCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/commands/UntagCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/UntagCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateCertificateAuthorityCommand.js +3 -3
- package/dist/cjs/commands/UpdateCertificateAuthorityCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +33 -33
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +40 -40
- package/dist/cjs/protocols/Aws_json1_1.js +99 -99
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/cjs/waiters/waitForAuditReportCreated.js +3 -3
- package/dist/cjs/waiters/waitForAuditReportCreated.js.map +1 -1
- package/dist/cjs/waiters/waitForCertificateAuthorityCSRCreated.js +3 -3
- package/dist/cjs/waiters/waitForCertificateAuthorityCSRCreated.js.map +1 -1
- package/dist/cjs/waiters/waitForCertificateIssued.js +3 -3
- package/dist/cjs/waiters/waitForCertificateIssued.js.map +1 -1
- package/dist/es/ACMPCA.js +1 -21
- package/dist/es/ACMPCA.js.map +1 -1
- package/dist/es/ACMPCAClient.js +1 -26
- package/dist/es/ACMPCAClient.js.map +1 -1
- package/dist/es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -42
- package/dist/es/commands/CreateCertificateAuthorityAuditReportCommand.js.map +1 -1
- package/dist/es/commands/CreateCertificateAuthorityCommand.js +2 -47
- package/dist/es/commands/CreateCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/commands/CreatePermissionCommand.js +2 -53
- package/dist/es/commands/CreatePermissionCommand.js.map +1 -1
- package/dist/es/commands/DeleteCertificateAuthorityCommand.js +2 -46
- package/dist/es/commands/DeleteCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/commands/DeletePermissionCommand.js +2 -55
- package/dist/es/commands/DeletePermissionCommand.js.map +1 -1
- package/dist/es/commands/DeletePolicyCommand.js +2 -61
- package/dist/es/commands/DeletePolicyCommand.js.map +1 -1
- package/dist/es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -30
- package/dist/es/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +1 -1
- package/dist/es/commands/DescribeCertificateAuthorityCommand.js +2 -67
- package/dist/es/commands/DescribeCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/commands/GetCertificateAuthorityCertificateCommand.js +2 -30
- package/dist/es/commands/GetCertificateAuthorityCertificateCommand.js.map +1 -1
- package/dist/es/commands/GetCertificateAuthorityCsrCommand.js +2 -31
- package/dist/es/commands/GetCertificateAuthorityCsrCommand.js.map +1 -1
- package/dist/es/commands/GetCertificateCommand.js +2 -34
- package/dist/es/commands/GetCertificateCommand.js.map +1 -1
- package/dist/es/commands/GetPolicyCommand.js +2 -57
- package/dist/es/commands/GetPolicyCommand.js.map +1 -1
- package/dist/es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -154
- package/dist/es/commands/ImportCertificateAuthorityCertificateCommand.js.map +1 -1
- package/dist/es/commands/IssueCertificateCommand.js +2 -34
- package/dist/es/commands/IssueCertificateCommand.js.map +1 -1
- package/dist/es/commands/ListCertificateAuthoritiesCommand.js +2 -27
- package/dist/es/commands/ListCertificateAuthoritiesCommand.js.map +1 -1
- package/dist/es/commands/ListPermissionsCommand.js +2 -54
- package/dist/es/commands/ListPermissionsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsCommand.js +2 -30
- package/dist/es/commands/ListTagsCommand.js.map +1 -1
- package/dist/es/commands/PutPolicyCommand.js +2 -58
- package/dist/es/commands/PutPolicyCommand.js.map +1 -1
- package/dist/es/commands/RestoreCertificateAuthorityCommand.js +2 -37
- package/dist/es/commands/RestoreCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/commands/RevokeCertificateCommand.js +2 -46
- package/dist/es/commands/RevokeCertificateCommand.js.map +1 -1
- package/dist/es/commands/TagCertificateAuthorityCommand.js +2 -34
- package/dist/es/commands/TagCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/commands/UntagCertificateAuthorityCommand.js +2 -31
- package/dist/es/commands/UntagCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/commands/UpdateCertificateAuthorityCommand.js +2 -37
- package/dist/es/commands/UpdateCertificateAuthorityCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -228
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +40 -40
- package/dist/es/pagination/ListCertificateAuthoritiesPaginator.js +16 -28
- package/dist/es/pagination/ListCertificateAuthoritiesPaginator.js.map +1 -1
- package/dist/es/pagination/ListPermissionsPaginator.js +16 -28
- package/dist/es/pagination/ListPermissionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListTagsPaginator.js +16 -28
- package/dist/es/pagination/ListTagsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +630 -635
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/es/waiters/waitForAuditReportCreated.js +9 -18
- package/dist/es/waiters/waitForAuditReportCreated.js.map +1 -1
- package/dist/es/waiters/waitForCertificateAuthorityCSRCreated.js +8 -17
- package/dist/es/waiters/waitForCertificateAuthorityCSRCreated.js.map +1 -1
- package/dist/es/waiters/waitForCertificateIssued.js +8 -17
- package/dist/es/waiters/waitForCertificateIssued.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -40
- package/protocols/Aws_json1_1.ts +10 -7
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RevokeCertificateCommand.js","sourceRoot":"","sources":["../../../commands/RevokeCertificateCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RevokeCertificateCommand.js","sourceRoot":"","sources":["../../../commands/RevokeCertificateCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkD7D;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
|
@@ -3,45 +3,13 @@ import { TagCertificateAuthorityRequest } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_json1_1TagCertificateAuthorityCommand, serializeAws_json1_1TagCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Adds one or more tags to your private CA. Tags are labels that you can use to identify
|
|
8
|
-
* and organize your AWS resources. Each tag consists of a key and an optional value. You
|
|
9
|
-
* specify the private CA on input by its Amazon Resource Name (ARN). You specify the tag
|
|
10
|
-
* by using a key-value pair. You can apply a tag to just one private CA if you want to
|
|
11
|
-
* identify a specific characteristic of that CA, or you can apply the same tag to multiple
|
|
12
|
-
* private CAs if you want to filter for a common relationship among those CAs. To remove
|
|
13
|
-
* one or more tags, use the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UntagCertificateAuthority.html">UntagCertificateAuthority</a> action. Call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ListTags.html">ListTags</a> action to see what tags are
|
|
14
|
-
* associated with your CA. </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { ACMPCAClient, TagCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
|
|
19
|
-
* // const { ACMPCAClient, TagCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
|
|
20
|
-
* const client = new ACMPCAClient(config);
|
|
21
|
-
* const command = new TagCertificateAuthorityCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link TagCertificateAuthorityCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link TagCertificateAuthorityCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var TagCertificateAuthorityCommand = /** @class */ (function (_super) {
|
|
6
|
+
var TagCertificateAuthorityCommand = (function (_super) {
|
|
31
7
|
__extends(TagCertificateAuthorityCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function TagCertificateAuthorityCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
TagCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagCertificateAuthorityCommand.js","sourceRoot":"","sources":["../../../commands/TagCertificateAuthorityCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"TagCertificateAuthorityCommand.js","sourceRoot":"","sources":["../../../commands/TagCertificateAuthorityCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAsC7D;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
|
|
@@ -3,42 +3,13 @@ import { UntagCertificateAuthorityRequest } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_json1_1UntagCertificateAuthorityCommand, serializeAws_json1_1UntagCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Remove one or more tags from your private CA. A tag consists of a key-value pair. If
|
|
8
|
-
* you do not specify the value portion of the tag when calling this action, the tag will
|
|
9
|
-
* be removed regardless of value. If you specify a value, the tag is removed only if it is
|
|
10
|
-
* associated with the specified value. To add tags to a private CA, use the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_TagCertificateAuthority.html">TagCertificateAuthority</a>. Call the <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ListTags.html">ListTags</a> action to see what tags are
|
|
11
|
-
* associated with your CA. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ACMPCAClient, UntagCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
|
|
16
|
-
* // const { ACMPCAClient, UntagCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
|
|
17
|
-
* const client = new ACMPCAClient(config);
|
|
18
|
-
* const command = new UntagCertificateAuthorityCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UntagCertificateAuthorityCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UntagCertificateAuthorityCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var UntagCertificateAuthorityCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UntagCertificateAuthorityCommand = (function (_super) {
|
|
28
7
|
__extends(UntagCertificateAuthorityCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
8
|
function UntagCertificateAuthorityCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
35
10
|
_this.input = input;
|
|
36
11
|
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
UntagCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UntagCertificateAuthorityCommand.js","sourceRoot":"","sources":["../../../commands/UntagCertificateAuthorityCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UntagCertificateAuthorityCommand.js","sourceRoot":"","sources":["../../../commands/UntagCertificateAuthorityCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
|
|
@@ -3,48 +3,13 @@ import { UpdateCertificateAuthorityRequest } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_json1_1UpdateCertificateAuthorityCommand, serializeAws_json1_1UpdateCertificateAuthorityCommand, } from "../protocols/Aws_json1_1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Updates the status or configuration of a private certificate authority (CA). Your
|
|
8
|
-
* private CA must be in the <code>ACTIVE</code> or <code>DISABLED</code> state before you
|
|
9
|
-
* can update it. You can disable a private CA that is in the <code>ACTIVE</code> state or
|
|
10
|
-
* make a CA that is in the <code>DISABLED</code> state active again.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>Both PCA and the IAM principal must have permission to write to
|
|
13
|
-
* the S3 bucket that you specify. If the IAM principal making the call
|
|
14
|
-
* does not have permission to write to the bucket, then an exception is
|
|
15
|
-
* thrown. For more information, see <a href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaAuthAccess.html">Configure
|
|
16
|
-
* Access to ACM Private CA</a>.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { ACMPCAClient, UpdateCertificateAuthorityCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import
|
|
22
|
-
* // const { ACMPCAClient, UpdateCertificateAuthorityCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import
|
|
23
|
-
* const client = new ACMPCAClient(config);
|
|
24
|
-
* const command = new UpdateCertificateAuthorityCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link UpdateCertificateAuthorityCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link UpdateCertificateAuthorityCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var UpdateCertificateAuthorityCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateCertificateAuthorityCommand = (function (_super) {
|
|
34
7
|
__extends(UpdateCertificateAuthorityCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
8
|
function UpdateCertificateAuthorityCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
41
10
|
_this.input = input;
|
|
42
11
|
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
UpdateCertificateAuthorityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateCertificateAuthorityCommand.js","sourceRoot":"","sources":["../../../commands/UpdateCertificateAuthorityCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateCertificateAuthorityCommand.js","sourceRoot":"","sources":["../../../commands/UpdateCertificateAuthorityCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAyC7D;IAAuD,qDAItD;IAIC,2CAAqB,KAA6C;QAAlE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwC;;IAIlE,CAAC;IAKD,6DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qDAAS,GAAjB,UAAkB,KAA6C,EAAE,OAAuB;QACtF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,uDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,wCAAC;AAAD,CAAC,AAzDD,CAAuD,QAAQ,GAyD9D"}
|
package/dist/es/endpoints.js
CHANGED
|
@@ -81,7 +81,7 @@ var partitionHash = {
|
|
|
81
81
|
};
|
|
82
82
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
83
83
|
return __generator(this, function (_a) {
|
|
84
|
-
return [2
|
|
84
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "acm-pca", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
85
85
|
});
|
|
86
86
|
}); };
|
|
87
87
|
//# sourceMappingURL=endpoints.js.map
|
package/dist/es/endpoints.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,mBAAmB,EAAE;QACnB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,cAAc;KAC9B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,qCAAqC;QAC/C,aAAa,EAAE,eAAe;KAC/B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,qCAAqC;QAC/C,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,gCAAgC;KAC3C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,mCAAmC;KAC9C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,6BAA6B;KACxC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,eAAe,EAAE,eAAe,CAAC;QACvF,QAAQ,EAAE,gCAAgC;KAC3C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,mBAAmB,EAAE;QACnB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,cAAc;KAC9B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,qCAAqC;QAC/C,aAAa,EAAE,eAAe;KAC/B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,qCAAqC;QAC/C,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,sCAAsC;QAChD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,mBAAmB;YACnB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,gCAAgC;KAC3C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,mCAAmC;KAC9C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,6BAA6B;KACxC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,eAAe,EAAE,eAAe,CAAC;QACvF,QAAQ,EAAE,gCAAgC;KAC3C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,SAAS,EACzB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|