@aws-sdk/client-pca-connector-ad 3.929.0 → 3.930.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
CHANGED
|
@@ -204,16 +204,6 @@ const ApplicationPolicyType = {
|
|
|
204
204
|
WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT: "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT",
|
|
205
205
|
WINDOWS_UPDATE: "WINDOWS_UPDATE",
|
|
206
206
|
};
|
|
207
|
-
exports.ApplicationPolicy = void 0;
|
|
208
|
-
(function (ApplicationPolicy) {
|
|
209
|
-
ApplicationPolicy.visit = (value, visitor) => {
|
|
210
|
-
if (value.PolicyType !== undefined)
|
|
211
|
-
return visitor.PolicyType(value.PolicyType);
|
|
212
|
-
if (value.PolicyObjectIdentifier !== undefined)
|
|
213
|
-
return visitor.PolicyObjectIdentifier(value.PolicyObjectIdentifier);
|
|
214
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
215
|
-
};
|
|
216
|
-
})(exports.ApplicationPolicy || (exports.ApplicationPolicy = {}));
|
|
217
207
|
const ValidityPeriodType = {
|
|
218
208
|
DAYS: "DAYS",
|
|
219
209
|
HOURS: "HOURS",
|
|
@@ -403,28 +393,6 @@ const PrivateKeyAlgorithm = {
|
|
|
403
393
|
const KeyUsagePropertyType = {
|
|
404
394
|
ALL: "ALL",
|
|
405
395
|
};
|
|
406
|
-
exports.KeyUsageProperty = void 0;
|
|
407
|
-
(function (KeyUsageProperty) {
|
|
408
|
-
KeyUsageProperty.visit = (value, visitor) => {
|
|
409
|
-
if (value.PropertyType !== undefined)
|
|
410
|
-
return visitor.PropertyType(value.PropertyType);
|
|
411
|
-
if (value.PropertyFlags !== undefined)
|
|
412
|
-
return visitor.PropertyFlags(value.PropertyFlags);
|
|
413
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
414
|
-
};
|
|
415
|
-
})(exports.KeyUsageProperty || (exports.KeyUsageProperty = {}));
|
|
416
|
-
exports.TemplateDefinition = void 0;
|
|
417
|
-
(function (TemplateDefinition) {
|
|
418
|
-
TemplateDefinition.visit = (value, visitor) => {
|
|
419
|
-
if (value.TemplateV2 !== undefined)
|
|
420
|
-
return visitor.TemplateV2(value.TemplateV2);
|
|
421
|
-
if (value.TemplateV3 !== undefined)
|
|
422
|
-
return visitor.TemplateV3(value.TemplateV3);
|
|
423
|
-
if (value.TemplateV4 !== undefined)
|
|
424
|
-
return visitor.TemplateV4(value.TemplateV4);
|
|
425
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
426
|
-
};
|
|
427
|
-
})(exports.TemplateDefinition || (exports.TemplateDefinition = {}));
|
|
428
396
|
const DirectoryRegistrationStatus = {
|
|
429
397
|
ACTIVE: "ACTIVE",
|
|
430
398
|
CREATING: "CREATING",
|
|
@@ -86,16 +86,6 @@ export const ApplicationPolicyType = {
|
|
|
86
86
|
WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT: "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT",
|
|
87
87
|
WINDOWS_UPDATE: "WINDOWS_UPDATE",
|
|
88
88
|
};
|
|
89
|
-
export var ApplicationPolicy;
|
|
90
|
-
(function (ApplicationPolicy) {
|
|
91
|
-
ApplicationPolicy.visit = (value, visitor) => {
|
|
92
|
-
if (value.PolicyType !== undefined)
|
|
93
|
-
return visitor.PolicyType(value.PolicyType);
|
|
94
|
-
if (value.PolicyObjectIdentifier !== undefined)
|
|
95
|
-
return visitor.PolicyObjectIdentifier(value.PolicyObjectIdentifier);
|
|
96
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
97
|
-
};
|
|
98
|
-
})(ApplicationPolicy || (ApplicationPolicy = {}));
|
|
99
89
|
export const ValidityPeriodType = {
|
|
100
90
|
DAYS: "DAYS",
|
|
101
91
|
HOURS: "HOURS",
|
|
@@ -285,28 +275,6 @@ export const PrivateKeyAlgorithm = {
|
|
|
285
275
|
export const KeyUsagePropertyType = {
|
|
286
276
|
ALL: "ALL",
|
|
287
277
|
};
|
|
288
|
-
export var KeyUsageProperty;
|
|
289
|
-
(function (KeyUsageProperty) {
|
|
290
|
-
KeyUsageProperty.visit = (value, visitor) => {
|
|
291
|
-
if (value.PropertyType !== undefined)
|
|
292
|
-
return visitor.PropertyType(value.PropertyType);
|
|
293
|
-
if (value.PropertyFlags !== undefined)
|
|
294
|
-
return visitor.PropertyFlags(value.PropertyFlags);
|
|
295
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
296
|
-
};
|
|
297
|
-
})(KeyUsageProperty || (KeyUsageProperty = {}));
|
|
298
|
-
export var TemplateDefinition;
|
|
299
|
-
(function (TemplateDefinition) {
|
|
300
|
-
TemplateDefinition.visit = (value, visitor) => {
|
|
301
|
-
if (value.TemplateV2 !== undefined)
|
|
302
|
-
return visitor.TemplateV2(value.TemplateV2);
|
|
303
|
-
if (value.TemplateV3 !== undefined)
|
|
304
|
-
return visitor.TemplateV3(value.TemplateV3);
|
|
305
|
-
if (value.TemplateV4 !== undefined)
|
|
306
|
-
return visitor.TemplateV4(value.TemplateV4);
|
|
307
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
308
|
-
};
|
|
309
|
-
})(TemplateDefinition || (TemplateDefinition = {}));
|
|
310
278
|
export const DirectoryRegistrationStatus = {
|
|
311
279
|
ACTIVE: "ACTIVE",
|
|
312
280
|
CREATING: "CREATING",
|
|
@@ -238,12 +238,15 @@ export declare namespace ApplicationPolicy {
|
|
|
238
238
|
PolicyObjectIdentifier?: never;
|
|
239
239
|
$unknown: [string, any];
|
|
240
240
|
}
|
|
241
|
+
/**
|
|
242
|
+
* @deprecated unused in schema-serde mode.
|
|
243
|
+
*
|
|
244
|
+
*/
|
|
241
245
|
interface Visitor<T> {
|
|
242
246
|
PolicyType: (value: ApplicationPolicyType) => T;
|
|
243
247
|
PolicyObjectIdentifier: (value: string) => T;
|
|
244
248
|
_: (name: string, value: any) => T;
|
|
245
249
|
}
|
|
246
|
-
const visit: <T>(value: ApplicationPolicy, visitor: Visitor<T>) => T;
|
|
247
250
|
}
|
|
248
251
|
/**
|
|
249
252
|
* <p>Application policies describe what the certificate can be used for.</p>
|
|
@@ -1329,12 +1332,15 @@ export declare namespace KeyUsageProperty {
|
|
|
1329
1332
|
PropertyFlags?: never;
|
|
1330
1333
|
$unknown: [string, any];
|
|
1331
1334
|
}
|
|
1335
|
+
/**
|
|
1336
|
+
* @deprecated unused in schema-serde mode.
|
|
1337
|
+
*
|
|
1338
|
+
*/
|
|
1332
1339
|
interface Visitor<T> {
|
|
1333
1340
|
PropertyType: (value: KeyUsagePropertyType) => T;
|
|
1334
1341
|
PropertyFlags: (value: KeyUsagePropertyFlags) => T;
|
|
1335
1342
|
_: (name: string, value: any) => T;
|
|
1336
1343
|
}
|
|
1337
|
-
const visit: <T>(value: KeyUsageProperty, visitor: Visitor<T>) => T;
|
|
1338
1344
|
}
|
|
1339
1345
|
/**
|
|
1340
1346
|
* <p>Defines the attributes of the private key.</p>
|
|
@@ -1848,13 +1854,16 @@ export declare namespace TemplateDefinition {
|
|
|
1848
1854
|
TemplateV4?: never;
|
|
1849
1855
|
$unknown: [string, any];
|
|
1850
1856
|
}
|
|
1857
|
+
/**
|
|
1858
|
+
* @deprecated unused in schema-serde mode.
|
|
1859
|
+
*
|
|
1860
|
+
*/
|
|
1851
1861
|
interface Visitor<T> {
|
|
1852
1862
|
TemplateV2: (value: TemplateV2) => T;
|
|
1853
1863
|
TemplateV3: (value: TemplateV3) => T;
|
|
1854
1864
|
TemplateV4: (value: TemplateV4) => T;
|
|
1855
1865
|
_: (name: string, value: any) => T;
|
|
1856
1866
|
}
|
|
1857
|
-
const visit: <T>(value: TemplateDefinition, visitor: Visitor<T>) => T;
|
|
1858
1867
|
}
|
|
1859
1868
|
/**
|
|
1860
1869
|
* @public
|
|
@@ -129,7 +129,6 @@ export declare namespace ApplicationPolicy {
|
|
|
129
129
|
PolicyObjectIdentifier: (value: string) => T;
|
|
130
130
|
_: (name: string, value: any) => T;
|
|
131
131
|
}
|
|
132
|
-
const visit: <T>(value: ApplicationPolicy, visitor: Visitor<T>) => T;
|
|
133
132
|
}
|
|
134
133
|
export interface ApplicationPolicies {
|
|
135
134
|
Critical?: boolean | undefined;
|
|
@@ -473,7 +472,6 @@ export declare namespace KeyUsageProperty {
|
|
|
473
472
|
PropertyFlags: (value: KeyUsagePropertyFlags) => T;
|
|
474
473
|
_: (name: string, value: any) => T;
|
|
475
474
|
}
|
|
476
|
-
const visit: <T>(value: KeyUsageProperty, visitor: Visitor<T>) => T;
|
|
477
475
|
}
|
|
478
476
|
export interface PrivateKeyAttributesV3 {
|
|
479
477
|
MinimalKeyLength: number | undefined;
|
|
@@ -600,7 +598,6 @@ export declare namespace TemplateDefinition {
|
|
|
600
598
|
TemplateV4: (value: TemplateV4) => T;
|
|
601
599
|
_: (name: string, value: any) => T;
|
|
602
600
|
}
|
|
603
|
-
const visit: <T>(value: TemplateDefinition, visitor: Visitor<T>) => T;
|
|
604
601
|
}
|
|
605
602
|
export interface CreateTemplateRequest {
|
|
606
603
|
ConnectorArn: string | undefined;
|
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.930.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|