@aws-sdk/client-acm-pca 3.952.0 → 3.954.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 (43) hide show
  1. package/dist-cjs/index.js +378 -254
  2. package/dist-cjs/runtimeConfig.shared.js +5 -6
  3. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -2
  4. package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -2
  5. package/dist-es/commands/CreatePermissionCommand.js +2 -2
  6. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -2
  7. package/dist-es/commands/DeletePermissionCommand.js +2 -2
  8. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  9. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
  10. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -2
  11. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
  12. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -2
  13. package/dist-es/commands/GetCertificateCommand.js +2 -2
  14. package/dist-es/commands/GetPolicyCommand.js +2 -2
  15. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
  16. package/dist-es/commands/IssueCertificateCommand.js +2 -2
  17. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -2
  18. package/dist-es/commands/ListPermissionsCommand.js +2 -2
  19. package/dist-es/commands/ListTagsCommand.js +2 -2
  20. package/dist-es/commands/PutPolicyCommand.js +2 -2
  21. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -2
  22. package/dist-es/commands/RevokeCertificateCommand.js +2 -2
  23. package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -2
  24. package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -2
  25. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -2
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.shared.js +5 -6
  28. package/dist-es/schemas/schemas_0.js +200 -179
  29. package/dist-types/ACMPCAClient.d.ts +1 -10
  30. package/dist-types/index.d.ts +1 -0
  31. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  32. package/dist-types/runtimeConfig.d.ts +6 -2
  33. package/dist-types/runtimeConfig.native.d.ts +6 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  35. package/dist-types/schemas/schemas_0.d.ts +104 -116
  36. package/dist-types/ts3.4/ACMPCAClient.d.ts +0 -4
  37. package/dist-types/ts3.4/index.d.ts +1 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +103 -116
  43. 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
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.acmpca",
32
- serviceTarget: "ACMPrivateCA",
33
- awsQueryCompatible: false,
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
@@ -1,6 +1,7 @@
1
1
  export * from "./ACMPCAClient";
2
2
  export * from "./ACMPCA";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./waiters";
6
7
  export * from "./models/enums";
@@ -23,12 +23,11 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_1Protocol({
28
- defaultNamespace: "com.amazonaws.acmpca",
29
- serviceTarget: "ACMPrivateCA",
30
- awsQueryCompatible: false,
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,