@aws-sdk/client-pca-connector-ad 3.495.0 → 3.499.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 +36 -33
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -2771,17 +2771,13 @@ var paginateListTemplates = (0, import_core7.createPaginator)(PcaConnectorAdClie
|
|
|
2771
2771
|
// src/index.ts
|
|
2772
2772
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2773
2773
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2774
|
+
|
|
2774
2775
|
0 && (module.exports = {
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
ClientCompatibilityV3,
|
|
2781
|
-
ClientCompatibilityV4,
|
|
2782
|
-
ConflictException,
|
|
2783
|
-
ConnectorStatus,
|
|
2784
|
-
ConnectorStatusReason,
|
|
2776
|
+
PcaConnectorAdServiceException,
|
|
2777
|
+
__Client,
|
|
2778
|
+
PcaConnectorAdClient,
|
|
2779
|
+
PcaConnectorAd,
|
|
2780
|
+
$Command,
|
|
2785
2781
|
CreateConnectorCommand,
|
|
2786
2782
|
CreateDirectoryRegistrationCommand,
|
|
2787
2783
|
CreateServicePrincipalNameCommand,
|
|
@@ -2792,46 +2788,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2792
2788
|
DeleteServicePrincipalNameCommand,
|
|
2793
2789
|
DeleteTemplateCommand,
|
|
2794
2790
|
DeleteTemplateGroupAccessControlEntryCommand,
|
|
2795
|
-
DirectoryRegistrationStatus,
|
|
2796
|
-
DirectoryRegistrationStatusReason,
|
|
2797
2791
|
GetConnectorCommand,
|
|
2798
2792
|
GetDirectoryRegistrationCommand,
|
|
2799
2793
|
GetServicePrincipalNameCommand,
|
|
2800
2794
|
GetTemplateCommand,
|
|
2801
2795
|
GetTemplateGroupAccessControlEntryCommand,
|
|
2802
|
-
HashAlgorithm,
|
|
2803
|
-
InternalServerException,
|
|
2804
|
-
KeySpec,
|
|
2805
|
-
KeyUsageProperty,
|
|
2806
|
-
KeyUsagePropertyType,
|
|
2807
2796
|
ListConnectorsCommand,
|
|
2808
2797
|
ListDirectoryRegistrationsCommand,
|
|
2809
2798
|
ListServicePrincipalNamesCommand,
|
|
2810
2799
|
ListTagsForResourceCommand,
|
|
2811
2800
|
ListTemplateGroupAccessControlEntriesCommand,
|
|
2812
2801
|
ListTemplatesCommand,
|
|
2813
|
-
PcaConnectorAd,
|
|
2814
|
-
PcaConnectorAdClient,
|
|
2815
|
-
PcaConnectorAdServiceException,
|
|
2816
|
-
PrivateKeyAlgorithm,
|
|
2817
|
-
ResourceNotFoundException,
|
|
2818
|
-
ServicePrincipalNameStatus,
|
|
2819
|
-
ServicePrincipalNameStatusReason,
|
|
2820
|
-
ServiceQuotaExceededException,
|
|
2821
2802
|
TagResourceCommand,
|
|
2822
|
-
TemplateDefinition,
|
|
2823
|
-
TemplateStatus,
|
|
2824
|
-
ThrottlingException,
|
|
2825
2803
|
UntagResourceCommand,
|
|
2826
2804
|
UpdateTemplateCommand,
|
|
2827
2805
|
UpdateTemplateGroupAccessControlEntryCommand,
|
|
2828
|
-
ValidationException,
|
|
2829
|
-
ValidationExceptionReason,
|
|
2830
|
-
ValidityPeriodType,
|
|
2831
|
-
__Client,
|
|
2832
2806
|
paginateListConnectors,
|
|
2833
2807
|
paginateListDirectoryRegistrations,
|
|
2834
2808
|
paginateListServicePrincipalNames,
|
|
2835
2809
|
paginateListTemplateGroupAccessControlEntries,
|
|
2836
|
-
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
|
|
2837
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.499.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,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|