@aws-sdk/client-pca-connector-ad 3.496.0 → 3.501.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 +34 -33
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2773,16 +2773,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2773
2773
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2774
2774
|
|
|
2775
2775
|
0 && (module.exports = {
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
ClientCompatibilityV3,
|
|
2782
|
-
ClientCompatibilityV4,
|
|
2783
|
-
ConflictException,
|
|
2784
|
-
ConnectorStatus,
|
|
2785
|
-
ConnectorStatusReason,
|
|
2776
|
+
PcaConnectorAdServiceException,
|
|
2777
|
+
__Client,
|
|
2778
|
+
PcaConnectorAdClient,
|
|
2779
|
+
PcaConnectorAd,
|
|
2780
|
+
$Command,
|
|
2786
2781
|
CreateConnectorCommand,
|
|
2787
2782
|
CreateDirectoryRegistrationCommand,
|
|
2788
2783
|
CreateServicePrincipalNameCommand,
|
|
@@ -2793,47 +2788,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2793
2788
|
DeleteServicePrincipalNameCommand,
|
|
2794
2789
|
DeleteTemplateCommand,
|
|
2795
2790
|
DeleteTemplateGroupAccessControlEntryCommand,
|
|
2796
|
-
DirectoryRegistrationStatus,
|
|
2797
|
-
DirectoryRegistrationStatusReason,
|
|
2798
2791
|
GetConnectorCommand,
|
|
2799
2792
|
GetDirectoryRegistrationCommand,
|
|
2800
2793
|
GetServicePrincipalNameCommand,
|
|
2801
2794
|
GetTemplateCommand,
|
|
2802
2795
|
GetTemplateGroupAccessControlEntryCommand,
|
|
2803
|
-
HashAlgorithm,
|
|
2804
|
-
InternalServerException,
|
|
2805
|
-
KeySpec,
|
|
2806
|
-
KeyUsageProperty,
|
|
2807
|
-
KeyUsagePropertyType,
|
|
2808
2796
|
ListConnectorsCommand,
|
|
2809
2797
|
ListDirectoryRegistrationsCommand,
|
|
2810
2798
|
ListServicePrincipalNamesCommand,
|
|
2811
2799
|
ListTagsForResourceCommand,
|
|
2812
2800
|
ListTemplateGroupAccessControlEntriesCommand,
|
|
2813
2801
|
ListTemplatesCommand,
|
|
2814
|
-
PcaConnectorAd,
|
|
2815
|
-
PcaConnectorAdClient,
|
|
2816
|
-
PcaConnectorAdServiceException,
|
|
2817
|
-
PrivateKeyAlgorithm,
|
|
2818
|
-
ResourceNotFoundException,
|
|
2819
|
-
ServicePrincipalNameStatus,
|
|
2820
|
-
ServicePrincipalNameStatusReason,
|
|
2821
|
-
ServiceQuotaExceededException,
|
|
2822
2802
|
TagResourceCommand,
|
|
2823
|
-
TemplateDefinition,
|
|
2824
|
-
TemplateStatus,
|
|
2825
|
-
ThrottlingException,
|
|
2826
2803
|
UntagResourceCommand,
|
|
2827
2804
|
UpdateTemplateCommand,
|
|
2828
2805
|
UpdateTemplateGroupAccessControlEntryCommand,
|
|
2829
|
-
ValidationException,
|
|
2830
|
-
ValidationExceptionReason,
|
|
2831
|
-
ValidityPeriodType,
|
|
2832
|
-
__Client,
|
|
2833
2806
|
paginateListConnectors,
|
|
2834
2807
|
paginateListDirectoryRegistrations,
|
|
2835
2808
|
paginateListServicePrincipalNames,
|
|
2836
2809
|
paginateListTemplateGroupAccessControlEntries,
|
|
2837
|
-
paginateListTemplates
|
|
2810
|
+
paginateListTemplates,
|
|
2811
|
+
AccessRight,
|
|
2812
|
+
AccessDeniedException,
|
|
2813
|
+
ApplicationPolicyType,
|
|
2814
|
+
ApplicationPolicy,
|
|
2815
|
+
ValidityPeriodType,
|
|
2816
|
+
ClientCompatibilityV2,
|
|
2817
|
+
ClientCompatibilityV3,
|
|
2818
|
+
ClientCompatibilityV4,
|
|
2819
|
+
ConflictException,
|
|
2820
|
+
ConnectorStatus,
|
|
2821
|
+
ConnectorStatusReason,
|
|
2822
|
+
InternalServerException,
|
|
2823
|
+
ResourceNotFoundException,
|
|
2824
|
+
ServiceQuotaExceededException,
|
|
2825
|
+
ThrottlingException,
|
|
2826
|
+
ValidationExceptionReason,
|
|
2827
|
+
ValidationException,
|
|
2828
|
+
KeySpec,
|
|
2829
|
+
HashAlgorithm,
|
|
2830
|
+
PrivateKeyAlgorithm,
|
|
2831
|
+
KeyUsagePropertyType,
|
|
2832
|
+
KeyUsageProperty,
|
|
2833
|
+
TemplateDefinition,
|
|
2834
|
+
DirectoryRegistrationStatus,
|
|
2835
|
+
DirectoryRegistrationStatusReason,
|
|
2836
|
+
ServicePrincipalNameStatus,
|
|
2837
|
+
ServicePrincipalNameStatusReason,
|
|
2838
|
+
TemplateStatus
|
|
2838
2839
|
});
|
|
2839
2840
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pca-connector-ad",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pca Connector Ad Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pca-connector-ad",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|