@aws-sdk/client-acm-pca 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +378 -254
- package/dist-cjs/runtimeConfig.shared.js +5 -6
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/CreatePermissionCommand.js +2 -2
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/DeletePermissionCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -2
- package/dist-es/commands/GetCertificateCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-es/commands/IssueCertificateCommand.js +2 -2
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -2
- package/dist-es/commands/ListPermissionsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/RevokeCertificateCommand.js +2 -2
- package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +5 -6
- package/dist-es/schemas/schemas_0.js +200 -179
- package/dist-types/ACMPCAClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +104 -116
- package/dist-types/ts3.4/ACMPCAClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +103 -116
- package/package.json +35 -35
|
@@ -26,12 +26,11 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}),
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.acmpca",
|
|
32
|
+
serviceTarget: "ACMPrivateCA",
|
|
33
|
+
},
|
|
35
34
|
serviceId: config?.serviceId ?? "ACM PCA",
|
|
36
35
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
36
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCertificateAuthorityAuditReport } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCertificateAuthorityAuditReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCertificateAuthorityAuditReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "CreateCertificateAuthorityAuditReport", {})
|
|
13
13
|
.n("ACMPCAClient", "CreateCertificateAuthorityAuditReportCommand")
|
|
14
|
-
.sc(CreateCertificateAuthorityAuditReport)
|
|
14
|
+
.sc(CreateCertificateAuthorityAuditReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "CreateCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "CreateCertificateAuthorityCommand")
|
|
14
|
-
.sc(CreateCertificateAuthority)
|
|
14
|
+
.sc(CreateCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreatePermission } from "../schemas/schemas_0";
|
|
4
|
+
import { CreatePermission$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreatePermissionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreatePermissionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "CreatePermission", {})
|
|
13
13
|
.n("ACMPCAClient", "CreatePermissionCommand")
|
|
14
|
-
.sc(CreatePermission)
|
|
14
|
+
.sc(CreatePermission$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "DeleteCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "DeleteCertificateAuthorityCommand")
|
|
14
|
-
.sc(DeleteCertificateAuthority)
|
|
14
|
+
.sc(DeleteCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePermission } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePermission$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePermissionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePermissionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "DeletePermission", {})
|
|
13
13
|
.n("ACMPCAClient", "DeletePermissionCommand")
|
|
14
|
-
.sc(DeletePermission)
|
|
14
|
+
.sc(DeletePermission$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "DeletePolicy", {})
|
|
13
13
|
.n("ACMPCAClient", "DeletePolicyCommand")
|
|
14
|
-
.sc(DeletePolicy)
|
|
14
|
+
.sc(DeletePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCertificateAuthorityAuditReport } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCertificateAuthorityAuditReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCertificateAuthorityAuditReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "DescribeCertificateAuthorityAuditReport", {})
|
|
13
13
|
.n("ACMPCAClient", "DescribeCertificateAuthorityAuditReportCommand")
|
|
14
|
-
.sc(DescribeCertificateAuthorityAuditReport)
|
|
14
|
+
.sc(DescribeCertificateAuthorityAuditReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "DescribeCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "DescribeCertificateAuthorityCommand")
|
|
14
|
-
.sc(DescribeCertificateAuthority)
|
|
14
|
+
.sc(DescribeCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCertificateAuthorityCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCertificateAuthorityCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCertificateAuthorityCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCertificateAuthorityCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "GetCertificateAuthorityCertificate", {})
|
|
13
13
|
.n("ACMPCAClient", "GetCertificateAuthorityCertificateCommand")
|
|
14
|
-
.sc(GetCertificateAuthorityCertificate)
|
|
14
|
+
.sc(GetCertificateAuthorityCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCertificateAuthorityCsr } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCertificateAuthorityCsr$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCertificateAuthorityCsrCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCertificateAuthorityCsrCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "GetCertificateAuthorityCsr", {})
|
|
13
13
|
.n("ACMPCAClient", "GetCertificateAuthorityCsrCommand")
|
|
14
|
-
.sc(GetCertificateAuthorityCsr)
|
|
14
|
+
.sc(GetCertificateAuthorityCsr$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "GetCertificate", {})
|
|
13
13
|
.n("ACMPCAClient", "GetCertificateCommand")
|
|
14
|
-
.sc(GetCertificate)
|
|
14
|
+
.sc(GetCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "GetPolicy", {})
|
|
13
13
|
.n("ACMPCAClient", "GetPolicyCommand")
|
|
14
|
-
.sc(GetPolicy)
|
|
14
|
+
.sc(GetPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ImportCertificateAuthorityCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportCertificateAuthorityCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportCertificateAuthorityCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "ImportCertificateAuthorityCertificate", {})
|
|
13
13
|
.n("ACMPCAClient", "ImportCertificateAuthorityCertificateCommand")
|
|
14
|
-
.sc(ImportCertificateAuthorityCertificate)
|
|
14
|
+
.sc(ImportCertificateAuthorityCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { IssueCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { IssueCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class IssueCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class IssueCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "IssueCertificate", {})
|
|
13
13
|
.n("ACMPCAClient", "IssueCertificateCommand")
|
|
14
|
-
.sc(IssueCertificate)
|
|
14
|
+
.sc(IssueCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCertificateAuthorities } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCertificateAuthorities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCertificateAuthoritiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCertificateAuthoritiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "ListCertificateAuthorities", {})
|
|
13
13
|
.n("ACMPCAClient", "ListCertificateAuthoritiesCommand")
|
|
14
|
-
.sc(ListCertificateAuthorities)
|
|
14
|
+
.sc(ListCertificateAuthorities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListPermissions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPermissions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPermissionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPermissionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "ListPermissions", {})
|
|
13
13
|
.n("ACMPCAClient", "ListPermissionsCommand")
|
|
14
|
-
.sc(ListPermissions)
|
|
14
|
+
.sc(ListPermissions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTags } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "ListTags", {})
|
|
13
13
|
.n("ACMPCAClient", "ListTagsCommand")
|
|
14
|
-
.sc(ListTags)
|
|
14
|
+
.sc(ListTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "PutPolicy", {})
|
|
13
13
|
.n("ACMPCAClient", "PutPolicyCommand")
|
|
14
|
-
.sc(PutPolicy)
|
|
14
|
+
.sc(PutPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RestoreCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RestoreCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "RestoreCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "RestoreCertificateAuthorityCommand")
|
|
14
|
-
.sc(RestoreCertificateAuthority)
|
|
14
|
+
.sc(RestoreCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RevokeCertificate } from "../schemas/schemas_0";
|
|
4
|
+
import { RevokeCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RevokeCertificateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RevokeCertificateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "RevokeCertificate", {})
|
|
13
13
|
.n("ACMPCAClient", "RevokeCertificateCommand")
|
|
14
|
-
.sc(RevokeCertificate)
|
|
14
|
+
.sc(RevokeCertificate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { TagCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "TagCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "TagCertificateAuthorityCommand")
|
|
14
|
-
.sc(TagCertificateAuthority)
|
|
14
|
+
.sc(TagCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "UntagCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "UntagCertificateAuthorityCommand")
|
|
14
|
-
.sc(UntagCertificateAuthority)
|
|
14
|
+
.sc(UntagCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCertificateAuthority } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCertificateAuthority$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCertificateAuthorityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCertificateAuthorityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ACMPrivateCA", "UpdateCertificateAuthority", {})
|
|
13
13
|
.n("ACMPCAClient", "UpdateCertificateAuthorityCommand")
|
|
14
|
-
.sc(UpdateCertificateAuthority)
|
|
14
|
+
.sc(UpdateCertificateAuthority$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,11 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}),
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.acmpca",
|
|
29
|
+
serviceTarget: "ACMPrivateCA",
|
|
30
|
+
},
|
|
32
31
|
serviceId: config?.serviceId ?? "ACM PCA",
|
|
33
32
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
33
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|