@aws-sdk/client-acm-pca 3.943.0 → 3.946.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 +19 -190
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ACMPCAClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +19 -190
- package/dist-types/ACMPCA.d.ts +1 -1
- package/dist-types/ACMPCAClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +3 -3
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/commands/CreatePermissionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/commands/DeletePermissionCommand.d.ts +3 -3
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +3 -3
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +3 -3
- package/dist-types/commands/GetCertificateCommand.d.ts +3 -3
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +3 -3
- package/dist-types/commands/IssueCertificateCommand.d.ts +3 -3
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +3 -3
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsCommand.d.ts +3 -3
- package/dist-types/commands/PutPolicyCommand.d.ts +3 -3
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/commands/RevokeCertificateCommand.d.ts +3 -3
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ACMPCAServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ACMPCAClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -599,27 +599,9 @@ var CertificateAuthorityConfiguration = [
|
|
|
599
599
|
[_KA, _SA, _S, _CE],
|
|
600
600
|
[0, 0, () => ASN1Subject, () => CsrExtensions],
|
|
601
601
|
];
|
|
602
|
-
var CertificateMismatchException = [
|
|
603
|
-
-3,
|
|
604
|
-
n0,
|
|
605
|
-
_CME,
|
|
606
|
-
{
|
|
607
|
-
[_e]: _c,
|
|
608
|
-
},
|
|
609
|
-
[_m],
|
|
610
|
-
[0],
|
|
611
|
-
];
|
|
602
|
+
var CertificateMismatchException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
|
|
612
603
|
schema.TypeRegistry.for(n0).registerError(CertificateMismatchException, CertificateMismatchException$1);
|
|
613
|
-
var ConcurrentModificationException = [
|
|
614
|
-
-3,
|
|
615
|
-
n0,
|
|
616
|
-
_CMEo,
|
|
617
|
-
{
|
|
618
|
-
[_e]: _c,
|
|
619
|
-
},
|
|
620
|
-
[_m],
|
|
621
|
-
[0],
|
|
622
|
-
];
|
|
604
|
+
var ConcurrentModificationException = [-3, n0, _CMEo, { [_e]: _c }, [_m], [0]];
|
|
623
605
|
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
|
|
624
606
|
var CreateCertificateAuthorityAuditReportRequest = [
|
|
625
607
|
3,
|
|
@@ -734,82 +716,19 @@ var ImportCertificateAuthorityCertificateRequest = [
|
|
|
734
716
|
[_CAA, _Ce, _CCe],
|
|
735
717
|
[0, 21, 21],
|
|
736
718
|
];
|
|
737
|
-
var InvalidArgsException = [
|
|
738
|
-
-3,
|
|
739
|
-
n0,
|
|
740
|
-
_IAE,
|
|
741
|
-
{
|
|
742
|
-
[_e]: _c,
|
|
743
|
-
},
|
|
744
|
-
[_m],
|
|
745
|
-
[0],
|
|
746
|
-
];
|
|
719
|
+
var InvalidArgsException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
|
|
747
720
|
schema.TypeRegistry.for(n0).registerError(InvalidArgsException, InvalidArgsException$1);
|
|
748
|
-
var InvalidArnException = [
|
|
749
|
-
-3,
|
|
750
|
-
n0,
|
|
751
|
-
_IAEn,
|
|
752
|
-
{
|
|
753
|
-
[_e]: _c,
|
|
754
|
-
},
|
|
755
|
-
[_m],
|
|
756
|
-
[0],
|
|
757
|
-
];
|
|
721
|
+
var InvalidArnException = [-3, n0, _IAEn, { [_e]: _c }, [_m], [0]];
|
|
758
722
|
schema.TypeRegistry.for(n0).registerError(InvalidArnException, InvalidArnException$1);
|
|
759
|
-
var InvalidNextTokenException = [
|
|
760
|
-
-3,
|
|
761
|
-
n0,
|
|
762
|
-
_INTE,
|
|
763
|
-
{
|
|
764
|
-
[_e]: _c,
|
|
765
|
-
},
|
|
766
|
-
[_m],
|
|
767
|
-
[0],
|
|
768
|
-
];
|
|
723
|
+
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_m], [0]];
|
|
769
724
|
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
|
|
770
|
-
var InvalidPolicyException = [
|
|
771
|
-
-3,
|
|
772
|
-
n0,
|
|
773
|
-
_IPE,
|
|
774
|
-
{
|
|
775
|
-
[_e]: _c,
|
|
776
|
-
},
|
|
777
|
-
[_m],
|
|
778
|
-
[0],
|
|
779
|
-
];
|
|
725
|
+
var InvalidPolicyException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
780
726
|
schema.TypeRegistry.for(n0).registerError(InvalidPolicyException, InvalidPolicyException$1);
|
|
781
|
-
var InvalidRequestException = [
|
|
782
|
-
-3,
|
|
783
|
-
n0,
|
|
784
|
-
_IRE,
|
|
785
|
-
{
|
|
786
|
-
[_e]: _c,
|
|
787
|
-
},
|
|
788
|
-
[_m],
|
|
789
|
-
[0],
|
|
790
|
-
];
|
|
727
|
+
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
|
|
791
728
|
schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
|
|
792
|
-
var InvalidStateException = [
|
|
793
|
-
-3,
|
|
794
|
-
n0,
|
|
795
|
-
_ISE,
|
|
796
|
-
{
|
|
797
|
-
[_e]: _c,
|
|
798
|
-
},
|
|
799
|
-
[_m],
|
|
800
|
-
[0],
|
|
801
|
-
];
|
|
729
|
+
var InvalidStateException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
|
|
802
730
|
schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
|
|
803
|
-
var InvalidTagException = [
|
|
804
|
-
-3,
|
|
805
|
-
n0,
|
|
806
|
-
_ITE,
|
|
807
|
-
{
|
|
808
|
-
[_e]: _c,
|
|
809
|
-
},
|
|
810
|
-
[_m],
|
|
811
|
-
[0],
|
|
812
|
-
];
|
|
731
|
+
var InvalidTagException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
|
|
813
732
|
schema.TypeRegistry.for(n0).registerError(InvalidTagException, InvalidTagException$1);
|
|
814
733
|
var IssueCertificateRequest = [
|
|
815
734
|
3,
|
|
@@ -828,16 +747,7 @@ var KeyUsage = [
|
|
|
828
747
|
[_DS, _NR, _KE, _DE, _KAe, _KCS, _CRLS, _EO, _DO],
|
|
829
748
|
[2, 2, 2, 2, 2, 2, 2, 2, 2],
|
|
830
749
|
];
|
|
831
|
-
var LimitExceededException = [
|
|
832
|
-
-3,
|
|
833
|
-
n0,
|
|
834
|
-
_LEE,
|
|
835
|
-
{
|
|
836
|
-
[_e]: _c,
|
|
837
|
-
},
|
|
838
|
-
[_m],
|
|
839
|
-
[0],
|
|
840
|
-
];
|
|
750
|
+
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
841
751
|
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
842
752
|
var ListCertificateAuthoritiesRequest = [3, n0, _LCAR, 0, [_MR, _NT, _RO], [1, 0, 0]];
|
|
843
753
|
var ListCertificateAuthoritiesResponse = [
|
|
@@ -852,38 +762,11 @@ var ListPermissionsRequest = [3, n0, _LPR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
|
|
|
852
762
|
var ListPermissionsResponse = [3, n0, _LPRi, 0, [_NT, _Pe], [0, () => PermissionList]];
|
|
853
763
|
var ListTagsRequest = [3, n0, _LTR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
|
|
854
764
|
var ListTagsResponse = [3, n0, _LTRi, 0, [_NT, _Ta], [0, () => TagList]];
|
|
855
|
-
var LockoutPreventedException = [
|
|
856
|
-
-3,
|
|
857
|
-
n0,
|
|
858
|
-
_LPE,
|
|
859
|
-
{
|
|
860
|
-
[_e]: _c,
|
|
861
|
-
},
|
|
862
|
-
[_m],
|
|
863
|
-
[0],
|
|
864
|
-
];
|
|
765
|
+
var LockoutPreventedException = [-3, n0, _LPE, { [_e]: _c }, [_m], [0]];
|
|
865
766
|
schema.TypeRegistry.for(n0).registerError(LockoutPreventedException, LockoutPreventedException$1);
|
|
866
|
-
var MalformedCertificateException = [
|
|
867
|
-
-3,
|
|
868
|
-
n0,
|
|
869
|
-
_MCE,
|
|
870
|
-
{
|
|
871
|
-
[_e]: _c,
|
|
872
|
-
},
|
|
873
|
-
[_m],
|
|
874
|
-
[0],
|
|
875
|
-
];
|
|
767
|
+
var MalformedCertificateException = [-3, n0, _MCE, { [_e]: _c }, [_m], [0]];
|
|
876
768
|
schema.TypeRegistry.for(n0).registerError(MalformedCertificateException, MalformedCertificateException$1);
|
|
877
|
-
var MalformedCSRException = [
|
|
878
|
-
-3,
|
|
879
|
-
n0,
|
|
880
|
-
_MCSRE,
|
|
881
|
-
{
|
|
882
|
-
[_e]: _c,
|
|
883
|
-
},
|
|
884
|
-
[_m],
|
|
885
|
-
[0],
|
|
886
|
-
];
|
|
769
|
+
var MalformedCSRException = [-3, n0, _MCSRE, { [_e]: _c }, [_m], [0]];
|
|
887
770
|
schema.TypeRegistry.for(n0).registerError(MalformedCSRException, MalformedCSRException$1);
|
|
888
771
|
var OcspConfiguration = [3, n0, _OC, 0, [_En, _OCC], [2, 0]];
|
|
889
772
|
var OtherName = [3, n0, _ON, 0, [_TI, _V], [0, 0]];
|
|
@@ -895,64 +778,19 @@ var Permission = [
|
|
|
895
778
|
[_CAA, _CAr, _Pr, _SAo, _Ac, _Po],
|
|
896
779
|
[0, 4, 0, 0, 64 | 0, 0],
|
|
897
780
|
];
|
|
898
|
-
var PermissionAlreadyExistsException = [
|
|
899
|
-
-3,
|
|
900
|
-
n0,
|
|
901
|
-
_PAEE,
|
|
902
|
-
{
|
|
903
|
-
[_e]: _c,
|
|
904
|
-
},
|
|
905
|
-
[_m],
|
|
906
|
-
[0],
|
|
907
|
-
];
|
|
781
|
+
var PermissionAlreadyExistsException = [-3, n0, _PAEE, { [_e]: _c }, [_m], [0]];
|
|
908
782
|
schema.TypeRegistry.for(n0).registerError(PermissionAlreadyExistsException, PermissionAlreadyExistsException$1);
|
|
909
783
|
var PolicyInformation = [3, n0, _PI, 0, [_CPI, _PQ], [0, () => PolicyQualifierInfoList]];
|
|
910
784
|
var PolicyQualifierInfo = [3, n0, _PQI, 0, [_PQIo, _Q], [0, () => Qualifier]];
|
|
911
785
|
var PutPolicyRequest = [3, n0, _PPR, 0, [_RA, _Po], [0, 0]];
|
|
912
786
|
var Qualifier = [3, n0, _Q, 0, [_CU], [0]];
|
|
913
|
-
var RequestAlreadyProcessedException = [
|
|
914
|
-
-3,
|
|
915
|
-
n0,
|
|
916
|
-
_RAPE,
|
|
917
|
-
{
|
|
918
|
-
[_e]: _c,
|
|
919
|
-
},
|
|
920
|
-
[_m],
|
|
921
|
-
[0],
|
|
922
|
-
];
|
|
787
|
+
var RequestAlreadyProcessedException = [-3, n0, _RAPE, { [_e]: _c }, [_m], [0]];
|
|
923
788
|
schema.TypeRegistry.for(n0).registerError(RequestAlreadyProcessedException, RequestAlreadyProcessedException$1);
|
|
924
|
-
var RequestFailedException = [
|
|
925
|
-
-3,
|
|
926
|
-
n0,
|
|
927
|
-
_RFE,
|
|
928
|
-
{
|
|
929
|
-
[_e]: _c,
|
|
930
|
-
},
|
|
931
|
-
[_m],
|
|
932
|
-
[0],
|
|
933
|
-
];
|
|
789
|
+
var RequestFailedException = [-3, n0, _RFE, { [_e]: _c }, [_m], [0]];
|
|
934
790
|
schema.TypeRegistry.for(n0).registerError(RequestFailedException, RequestFailedException$1);
|
|
935
|
-
var RequestInProgressException = [
|
|
936
|
-
-3,
|
|
937
|
-
n0,
|
|
938
|
-
_RIPE,
|
|
939
|
-
{
|
|
940
|
-
[_e]: _c,
|
|
941
|
-
},
|
|
942
|
-
[_m],
|
|
943
|
-
[0],
|
|
944
|
-
];
|
|
791
|
+
var RequestInProgressException = [-3, n0, _RIPE, { [_e]: _c }, [_m], [0]];
|
|
945
792
|
schema.TypeRegistry.for(n0).registerError(RequestInProgressException, RequestInProgressException$1);
|
|
946
|
-
var ResourceNotFoundException = [
|
|
947
|
-
-3,
|
|
948
|
-
n0,
|
|
949
|
-
_RNFE,
|
|
950
|
-
{
|
|
951
|
-
[_e]: _c,
|
|
952
|
-
},
|
|
953
|
-
[_m],
|
|
954
|
-
[0],
|
|
955
|
-
];
|
|
793
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
956
794
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
957
795
|
var RestoreCertificateAuthorityRequest = [3, n0, _RCAR, 0, [_CAA], [0]];
|
|
958
796
|
var RevocationConfiguration = [
|
|
@@ -966,16 +804,7 @@ var RevocationConfiguration = [
|
|
|
966
804
|
var RevokeCertificateRequest = [3, n0, _RCR, 0, [_CAA, _CS, _RR], [0, 0, 0]];
|
|
967
805
|
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
968
806
|
var TagCertificateAuthorityRequest = [3, n0, _TCAR, 0, [_CAA, _Ta], [0, () => TagList]];
|
|
969
|
-
var TooManyTagsException = [
|
|
970
|
-
-3,
|
|
971
|
-
n0,
|
|
972
|
-
_TMTE,
|
|
973
|
-
{
|
|
974
|
-
[_e]: _c,
|
|
975
|
-
},
|
|
976
|
-
[_m],
|
|
977
|
-
[0],
|
|
978
|
-
];
|
|
807
|
+
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
|
|
979
808
|
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
980
809
|
var UntagCertificateAuthorityRequest = [3, n0, _UCAR, 0, [_CAA, _Ta], [0, () => TagList]];
|
|
981
810
|
var UpdateCertificateAuthorityRequest = [
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
package/dist-es/ACMPCAClient.js
CHANGED
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultACMPCAHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -253,27 +253,9 @@ export var CertificateAuthorityConfiguration = [
|
|
|
253
253
|
[_KA, _SA, _S, _CE],
|
|
254
254
|
[0, 0, () => ASN1Subject, () => CsrExtensions],
|
|
255
255
|
];
|
|
256
|
-
export var CertificateMismatchException = [
|
|
257
|
-
-3,
|
|
258
|
-
n0,
|
|
259
|
-
_CME,
|
|
260
|
-
{
|
|
261
|
-
[_e]: _c,
|
|
262
|
-
},
|
|
263
|
-
[_m],
|
|
264
|
-
[0],
|
|
265
|
-
];
|
|
256
|
+
export var CertificateMismatchException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
|
|
266
257
|
TypeRegistry.for(n0).registerError(CertificateMismatchException, __CertificateMismatchException);
|
|
267
|
-
export var ConcurrentModificationException = [
|
|
268
|
-
-3,
|
|
269
|
-
n0,
|
|
270
|
-
_CMEo,
|
|
271
|
-
{
|
|
272
|
-
[_e]: _c,
|
|
273
|
-
},
|
|
274
|
-
[_m],
|
|
275
|
-
[0],
|
|
276
|
-
];
|
|
258
|
+
export var ConcurrentModificationException = [-3, n0, _CMEo, { [_e]: _c }, [_m], [0]];
|
|
277
259
|
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
278
260
|
export var CreateCertificateAuthorityAuditReportRequest = [
|
|
279
261
|
3,
|
|
@@ -388,82 +370,19 @@ export var ImportCertificateAuthorityCertificateRequest = [
|
|
|
388
370
|
[_CAA, _Ce, _CCe],
|
|
389
371
|
[0, 21, 21],
|
|
390
372
|
];
|
|
391
|
-
export var InvalidArgsException = [
|
|
392
|
-
-3,
|
|
393
|
-
n0,
|
|
394
|
-
_IAE,
|
|
395
|
-
{
|
|
396
|
-
[_e]: _c,
|
|
397
|
-
},
|
|
398
|
-
[_m],
|
|
399
|
-
[0],
|
|
400
|
-
];
|
|
373
|
+
export var InvalidArgsException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
|
|
401
374
|
TypeRegistry.for(n0).registerError(InvalidArgsException, __InvalidArgsException);
|
|
402
|
-
export var InvalidArnException = [
|
|
403
|
-
-3,
|
|
404
|
-
n0,
|
|
405
|
-
_IAEn,
|
|
406
|
-
{
|
|
407
|
-
[_e]: _c,
|
|
408
|
-
},
|
|
409
|
-
[_m],
|
|
410
|
-
[0],
|
|
411
|
-
];
|
|
375
|
+
export var InvalidArnException = [-3, n0, _IAEn, { [_e]: _c }, [_m], [0]];
|
|
412
376
|
TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
|
|
413
|
-
export var InvalidNextTokenException = [
|
|
414
|
-
-3,
|
|
415
|
-
n0,
|
|
416
|
-
_INTE,
|
|
417
|
-
{
|
|
418
|
-
[_e]: _c,
|
|
419
|
-
},
|
|
420
|
-
[_m],
|
|
421
|
-
[0],
|
|
422
|
-
];
|
|
377
|
+
export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_m], [0]];
|
|
423
378
|
TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
|
|
424
|
-
export var InvalidPolicyException = [
|
|
425
|
-
-3,
|
|
426
|
-
n0,
|
|
427
|
-
_IPE,
|
|
428
|
-
{
|
|
429
|
-
[_e]: _c,
|
|
430
|
-
},
|
|
431
|
-
[_m],
|
|
432
|
-
[0],
|
|
433
|
-
];
|
|
379
|
+
export var InvalidPolicyException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
434
380
|
TypeRegistry.for(n0).registerError(InvalidPolicyException, __InvalidPolicyException);
|
|
435
|
-
export var InvalidRequestException = [
|
|
436
|
-
-3,
|
|
437
|
-
n0,
|
|
438
|
-
_IRE,
|
|
439
|
-
{
|
|
440
|
-
[_e]: _c,
|
|
441
|
-
},
|
|
442
|
-
[_m],
|
|
443
|
-
[0],
|
|
444
|
-
];
|
|
381
|
+
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
|
|
445
382
|
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
446
|
-
export var InvalidStateException = [
|
|
447
|
-
-3,
|
|
448
|
-
n0,
|
|
449
|
-
_ISE,
|
|
450
|
-
{
|
|
451
|
-
[_e]: _c,
|
|
452
|
-
},
|
|
453
|
-
[_m],
|
|
454
|
-
[0],
|
|
455
|
-
];
|
|
383
|
+
export var InvalidStateException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
|
|
456
384
|
TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
|
|
457
|
-
export var InvalidTagException = [
|
|
458
|
-
-3,
|
|
459
|
-
n0,
|
|
460
|
-
_ITE,
|
|
461
|
-
{
|
|
462
|
-
[_e]: _c,
|
|
463
|
-
},
|
|
464
|
-
[_m],
|
|
465
|
-
[0],
|
|
466
|
-
];
|
|
385
|
+
export var InvalidTagException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
|
|
467
386
|
TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
|
|
468
387
|
export var IssueCertificateRequest = [
|
|
469
388
|
3,
|
|
@@ -482,16 +401,7 @@ export var KeyUsage = [
|
|
|
482
401
|
[_DS, _NR, _KE, _DE, _KAe, _KCS, _CRLS, _EO, _DO],
|
|
483
402
|
[2, 2, 2, 2, 2, 2, 2, 2, 2],
|
|
484
403
|
];
|
|
485
|
-
export var LimitExceededException = [
|
|
486
|
-
-3,
|
|
487
|
-
n0,
|
|
488
|
-
_LEE,
|
|
489
|
-
{
|
|
490
|
-
[_e]: _c,
|
|
491
|
-
},
|
|
492
|
-
[_m],
|
|
493
|
-
[0],
|
|
494
|
-
];
|
|
404
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
495
405
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
496
406
|
export var ListCertificateAuthoritiesRequest = [3, n0, _LCAR, 0, [_MR, _NT, _RO], [1, 0, 0]];
|
|
497
407
|
export var ListCertificateAuthoritiesResponse = [
|
|
@@ -506,38 +416,11 @@ export var ListPermissionsRequest = [3, n0, _LPR, 0, [_MR, _NT, _CAA], [1, 0, 0]
|
|
|
506
416
|
export var ListPermissionsResponse = [3, n0, _LPRi, 0, [_NT, _Pe], [0, () => PermissionList]];
|
|
507
417
|
export var ListTagsRequest = [3, n0, _LTR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
|
|
508
418
|
export var ListTagsResponse = [3, n0, _LTRi, 0, [_NT, _Ta], [0, () => TagList]];
|
|
509
|
-
export var LockoutPreventedException = [
|
|
510
|
-
-3,
|
|
511
|
-
n0,
|
|
512
|
-
_LPE,
|
|
513
|
-
{
|
|
514
|
-
[_e]: _c,
|
|
515
|
-
},
|
|
516
|
-
[_m],
|
|
517
|
-
[0],
|
|
518
|
-
];
|
|
419
|
+
export var LockoutPreventedException = [-3, n0, _LPE, { [_e]: _c }, [_m], [0]];
|
|
519
420
|
TypeRegistry.for(n0).registerError(LockoutPreventedException, __LockoutPreventedException);
|
|
520
|
-
export var MalformedCertificateException = [
|
|
521
|
-
-3,
|
|
522
|
-
n0,
|
|
523
|
-
_MCE,
|
|
524
|
-
{
|
|
525
|
-
[_e]: _c,
|
|
526
|
-
},
|
|
527
|
-
[_m],
|
|
528
|
-
[0],
|
|
529
|
-
];
|
|
421
|
+
export var MalformedCertificateException = [-3, n0, _MCE, { [_e]: _c }, [_m], [0]];
|
|
530
422
|
TypeRegistry.for(n0).registerError(MalformedCertificateException, __MalformedCertificateException);
|
|
531
|
-
export var MalformedCSRException = [
|
|
532
|
-
-3,
|
|
533
|
-
n0,
|
|
534
|
-
_MCSRE,
|
|
535
|
-
{
|
|
536
|
-
[_e]: _c,
|
|
537
|
-
},
|
|
538
|
-
[_m],
|
|
539
|
-
[0],
|
|
540
|
-
];
|
|
423
|
+
export var MalformedCSRException = [-3, n0, _MCSRE, { [_e]: _c }, [_m], [0]];
|
|
541
424
|
TypeRegistry.for(n0).registerError(MalformedCSRException, __MalformedCSRException);
|
|
542
425
|
export var OcspConfiguration = [3, n0, _OC, 0, [_En, _OCC], [2, 0]];
|
|
543
426
|
export var OtherName = [3, n0, _ON, 0, [_TI, _V], [0, 0]];
|
|
@@ -549,64 +432,19 @@ export var Permission = [
|
|
|
549
432
|
[_CAA, _CAr, _Pr, _SAo, _Ac, _Po],
|
|
550
433
|
[0, 4, 0, 0, 64 | 0, 0],
|
|
551
434
|
];
|
|
552
|
-
export var PermissionAlreadyExistsException = [
|
|
553
|
-
-3,
|
|
554
|
-
n0,
|
|
555
|
-
_PAEE,
|
|
556
|
-
{
|
|
557
|
-
[_e]: _c,
|
|
558
|
-
},
|
|
559
|
-
[_m],
|
|
560
|
-
[0],
|
|
561
|
-
];
|
|
435
|
+
export var PermissionAlreadyExistsException = [-3, n0, _PAEE, { [_e]: _c }, [_m], [0]];
|
|
562
436
|
TypeRegistry.for(n0).registerError(PermissionAlreadyExistsException, __PermissionAlreadyExistsException);
|
|
563
437
|
export var PolicyInformation = [3, n0, _PI, 0, [_CPI, _PQ], [0, () => PolicyQualifierInfoList]];
|
|
564
438
|
export var PolicyQualifierInfo = [3, n0, _PQI, 0, [_PQIo, _Q], [0, () => Qualifier]];
|
|
565
439
|
export var PutPolicyRequest = [3, n0, _PPR, 0, [_RA, _Po], [0, 0]];
|
|
566
440
|
export var Qualifier = [3, n0, _Q, 0, [_CU], [0]];
|
|
567
|
-
export var RequestAlreadyProcessedException = [
|
|
568
|
-
-3,
|
|
569
|
-
n0,
|
|
570
|
-
_RAPE,
|
|
571
|
-
{
|
|
572
|
-
[_e]: _c,
|
|
573
|
-
},
|
|
574
|
-
[_m],
|
|
575
|
-
[0],
|
|
576
|
-
];
|
|
441
|
+
export var RequestAlreadyProcessedException = [-3, n0, _RAPE, { [_e]: _c }, [_m], [0]];
|
|
577
442
|
TypeRegistry.for(n0).registerError(RequestAlreadyProcessedException, __RequestAlreadyProcessedException);
|
|
578
|
-
export var RequestFailedException = [
|
|
579
|
-
-3,
|
|
580
|
-
n0,
|
|
581
|
-
_RFE,
|
|
582
|
-
{
|
|
583
|
-
[_e]: _c,
|
|
584
|
-
},
|
|
585
|
-
[_m],
|
|
586
|
-
[0],
|
|
587
|
-
];
|
|
443
|
+
export var RequestFailedException = [-3, n0, _RFE, { [_e]: _c }, [_m], [0]];
|
|
588
444
|
TypeRegistry.for(n0).registerError(RequestFailedException, __RequestFailedException);
|
|
589
|
-
export var RequestInProgressException = [
|
|
590
|
-
-3,
|
|
591
|
-
n0,
|
|
592
|
-
_RIPE,
|
|
593
|
-
{
|
|
594
|
-
[_e]: _c,
|
|
595
|
-
},
|
|
596
|
-
[_m],
|
|
597
|
-
[0],
|
|
598
|
-
];
|
|
445
|
+
export var RequestInProgressException = [-3, n0, _RIPE, { [_e]: _c }, [_m], [0]];
|
|
599
446
|
TypeRegistry.for(n0).registerError(RequestInProgressException, __RequestInProgressException);
|
|
600
|
-
export var ResourceNotFoundException = [
|
|
601
|
-
-3,
|
|
602
|
-
n0,
|
|
603
|
-
_RNFE,
|
|
604
|
-
{
|
|
605
|
-
[_e]: _c,
|
|
606
|
-
},
|
|
607
|
-
[_m],
|
|
608
|
-
[0],
|
|
609
|
-
];
|
|
447
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
610
448
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
611
449
|
export var RestoreCertificateAuthorityRequest = [3, n0, _RCAR, 0, [_CAA], [0]];
|
|
612
450
|
export var RevocationConfiguration = [
|
|
@@ -620,16 +458,7 @@ export var RevocationConfiguration = [
|
|
|
620
458
|
export var RevokeCertificateRequest = [3, n0, _RCR, 0, [_CAA, _CS, _RR], [0, 0, 0]];
|
|
621
459
|
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
622
460
|
export var TagCertificateAuthorityRequest = [3, n0, _TCAR, 0, [_CAA, _Ta], [0, () => TagList]];
|
|
623
|
-
export var TooManyTagsException = [
|
|
624
|
-
-3,
|
|
625
|
-
n0,
|
|
626
|
-
_TMTE,
|
|
627
|
-
{
|
|
628
|
-
[_e]: _c,
|
|
629
|
-
},
|
|
630
|
-
[_m],
|
|
631
|
-
[0],
|
|
632
|
-
];
|
|
461
|
+
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
|
|
633
462
|
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
634
463
|
export var UntagCertificateAuthorityRequest = [3, n0, _UCAR, 0, [_CAA, _Ta], [0, () => TagList]];
|
|
635
464
|
export var UpdateCertificateAuthorityRequest = [
|
package/dist-types/ACMPCA.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { ACMPCAClient } from "./ACMPCAClient";
|
|
3
3
|
import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
4
4
|
import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
11
11
|
import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
|
|
12
12
|
import { CreatePermissionCommandInput, CreatePermissionCommandOutput } from "./commands/CreatePermissionCommand";
|
|
@@ -31,7 +31,7 @@ import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutp
|
|
|
31
31
|
import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "./commands/UntagCertificateAuthorityCommand";
|
|
32
32
|
import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "./commands/UpdateCertificateAuthorityCommand";
|
|
33
33
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
34
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
34
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
35
35
|
export { __Client };
|
|
36
36
|
/**
|
|
37
37
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { ACMPCAHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ACMPCAHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig } from "../ACMPCAClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type ACMPCAClientResolvedConfig } from "../ACMPCAClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { CreateCertificateAuthorityAuditReportRequest, CreateCertificateAuthorityAuditReportResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
+
import type { CreateCertificateAuthorityAuditReportRequest, CreateCertificateAuthorityAuditReportResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|