@aws-sdk/client-pca-connector-ad 3.716.0 → 3.723.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 +226 -124
- package/dist-es/PcaConnectorAdClient.js +1 -0
- package/dist-es/models/models_0.js +36 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -182,7 +182,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
182
182
|
}, "resolveRuntimeExtensions");
|
|
183
183
|
|
|
184
184
|
// src/PcaConnectorAdClient.ts
|
|
185
|
-
var
|
|
185
|
+
var PcaConnectorAdClient = class extends import_smithy_client.Client {
|
|
186
|
+
static {
|
|
187
|
+
__name(this, "PcaConnectorAdClient");
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* The resolved configuration of PcaConnectorAdClient class. This is resolved and normalized from the {@link PcaConnectorAdClientConfig | constructor configuration interface}.
|
|
191
|
+
*/
|
|
192
|
+
config;
|
|
186
193
|
constructor(...[configuration]) {
|
|
187
194
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
188
195
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -192,7 +199,7 @@ var _PcaConnectorAdClient = class _PcaConnectorAdClient extends import_smithy_cl
|
|
|
192
199
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
193
200
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
194
201
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
195
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
202
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
196
203
|
super(_config_8);
|
|
197
204
|
this.config = _config_8;
|
|
198
205
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -220,8 +227,6 @@ var _PcaConnectorAdClient = class _PcaConnectorAdClient extends import_smithy_cl
|
|
|
220
227
|
super.destroy();
|
|
221
228
|
}
|
|
222
229
|
};
|
|
223
|
-
__name(_PcaConnectorAdClient, "PcaConnectorAdClient");
|
|
224
|
-
var PcaConnectorAdClient = _PcaConnectorAdClient;
|
|
225
230
|
|
|
226
231
|
// src/PcaConnectorAd.ts
|
|
227
232
|
|
|
@@ -239,7 +244,10 @@ var import_uuid = require("uuid");
|
|
|
239
244
|
|
|
240
245
|
// src/models/PcaConnectorAdServiceException.ts
|
|
241
246
|
|
|
242
|
-
var
|
|
247
|
+
var PcaConnectorAdServiceException = class _PcaConnectorAdServiceException extends import_smithy_client.ServiceException {
|
|
248
|
+
static {
|
|
249
|
+
__name(this, "PcaConnectorAdServiceException");
|
|
250
|
+
}
|
|
243
251
|
/**
|
|
244
252
|
* @internal
|
|
245
253
|
*/
|
|
@@ -248,15 +256,19 @@ var _PcaConnectorAdServiceException = class _PcaConnectorAdServiceException exte
|
|
|
248
256
|
Object.setPrototypeOf(this, _PcaConnectorAdServiceException.prototype);
|
|
249
257
|
}
|
|
250
258
|
};
|
|
251
|
-
__name(_PcaConnectorAdServiceException, "PcaConnectorAdServiceException");
|
|
252
|
-
var PcaConnectorAdServiceException = _PcaConnectorAdServiceException;
|
|
253
259
|
|
|
254
260
|
// src/models/models_0.ts
|
|
255
261
|
var AccessRight = {
|
|
256
262
|
ALLOW: "ALLOW",
|
|
257
263
|
DENY: "DENY"
|
|
258
264
|
};
|
|
259
|
-
var
|
|
265
|
+
var AccessDeniedException = class _AccessDeniedException extends PcaConnectorAdServiceException {
|
|
266
|
+
static {
|
|
267
|
+
__name(this, "AccessDeniedException");
|
|
268
|
+
}
|
|
269
|
+
name = "AccessDeniedException";
|
|
270
|
+
$fault = "client";
|
|
271
|
+
Message;
|
|
260
272
|
/**
|
|
261
273
|
* @internal
|
|
262
274
|
*/
|
|
@@ -266,14 +278,10 @@ var _AccessDeniedException = class _AccessDeniedException extends PcaConnectorAd
|
|
|
266
278
|
$fault: "client",
|
|
267
279
|
...opts
|
|
268
280
|
});
|
|
269
|
-
this.name = "AccessDeniedException";
|
|
270
|
-
this.$fault = "client";
|
|
271
281
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
272
282
|
this.Message = opts.Message;
|
|
273
283
|
}
|
|
274
284
|
};
|
|
275
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
276
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
277
285
|
var ApplicationPolicyType = {
|
|
278
286
|
ALL_APPLICATION_POLICIES: "ALL_APPLICATION_POLICIES",
|
|
279
287
|
ANY_PURPOSE: "ANY_PURPOSE",
|
|
@@ -380,7 +388,23 @@ var ClientCompatibilityV4 = {
|
|
|
380
388
|
WINDOWS_SERVER_2012_R2: "WINDOWS_SERVER_2012_R2",
|
|
381
389
|
WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016"
|
|
382
390
|
};
|
|
383
|
-
var
|
|
391
|
+
var ConflictException = class _ConflictException extends PcaConnectorAdServiceException {
|
|
392
|
+
static {
|
|
393
|
+
__name(this, "ConflictException");
|
|
394
|
+
}
|
|
395
|
+
name = "ConflictException";
|
|
396
|
+
$fault = "client";
|
|
397
|
+
Message;
|
|
398
|
+
/**
|
|
399
|
+
* <p>The identifier of the Amazon Web Services resource.</p>
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
402
|
+
ResourceId;
|
|
403
|
+
/**
|
|
404
|
+
* <p>The resource type, which can be one of <code>Connector</code>, <code>Template</code>, <code>TemplateGroupAccessControlEntry</code>, <code>ServicePrincipalName</code>, or <code>DirectoryRegistration</code>.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
ResourceType;
|
|
384
408
|
/**
|
|
385
409
|
* @internal
|
|
386
410
|
*/
|
|
@@ -390,16 +414,12 @@ var _ConflictException = class _ConflictException extends PcaConnectorAdServiceE
|
|
|
390
414
|
$fault: "client",
|
|
391
415
|
...opts
|
|
392
416
|
});
|
|
393
|
-
this.name = "ConflictException";
|
|
394
|
-
this.$fault = "client";
|
|
395
417
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
396
418
|
this.Message = opts.Message;
|
|
397
419
|
this.ResourceId = opts.ResourceId;
|
|
398
420
|
this.ResourceType = opts.ResourceType;
|
|
399
421
|
}
|
|
400
422
|
};
|
|
401
|
-
__name(_ConflictException, "ConflictException");
|
|
402
|
-
var ConflictException = _ConflictException;
|
|
403
423
|
var ConnectorStatus = {
|
|
404
424
|
ACTIVE: "ACTIVE",
|
|
405
425
|
CREATING: "CREATING",
|
|
@@ -416,7 +436,14 @@ var ConnectorStatusReason = {
|
|
|
416
436
|
VPC_ENDPOINT_LIMIT_EXCEEDED: "VPC_ENDPOINT_LIMIT_EXCEEDED",
|
|
417
437
|
VPC_RESOURCE_NOT_FOUND: "VPC_RESOURCE_NOT_FOUND"
|
|
418
438
|
};
|
|
419
|
-
var
|
|
439
|
+
var InternalServerException = class _InternalServerException extends PcaConnectorAdServiceException {
|
|
440
|
+
static {
|
|
441
|
+
__name(this, "InternalServerException");
|
|
442
|
+
}
|
|
443
|
+
name = "InternalServerException";
|
|
444
|
+
$fault = "server";
|
|
445
|
+
$retryable = {};
|
|
446
|
+
Message;
|
|
420
447
|
/**
|
|
421
448
|
* @internal
|
|
422
449
|
*/
|
|
@@ -426,16 +453,27 @@ var _InternalServerException = class _InternalServerException extends PcaConnect
|
|
|
426
453
|
$fault: "server",
|
|
427
454
|
...opts
|
|
428
455
|
});
|
|
429
|
-
this.name = "InternalServerException";
|
|
430
|
-
this.$fault = "server";
|
|
431
|
-
this.$retryable = {};
|
|
432
456
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
433
457
|
this.Message = opts.Message;
|
|
434
458
|
}
|
|
435
459
|
};
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
460
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends PcaConnectorAdServiceException {
|
|
461
|
+
static {
|
|
462
|
+
__name(this, "ResourceNotFoundException");
|
|
463
|
+
}
|
|
464
|
+
name = "ResourceNotFoundException";
|
|
465
|
+
$fault = "client";
|
|
466
|
+
Message;
|
|
467
|
+
/**
|
|
468
|
+
* <p>The identifier of the Amazon Web Services resource.</p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
ResourceId;
|
|
472
|
+
/**
|
|
473
|
+
* <p>The resource type, which can be one of <code>Connector</code>, <code>Template</code>, <code>TemplateGroupAccessControlEntry</code>, <code>ServicePrincipalName</code>, or <code>DirectoryRegistration</code>.</p>
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
ResourceType;
|
|
439
477
|
/**
|
|
440
478
|
* @internal
|
|
441
479
|
*/
|
|
@@ -445,17 +483,39 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends PcaCon
|
|
|
445
483
|
$fault: "client",
|
|
446
484
|
...opts
|
|
447
485
|
});
|
|
448
|
-
this.name = "ResourceNotFoundException";
|
|
449
|
-
this.$fault = "client";
|
|
450
486
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
451
487
|
this.Message = opts.Message;
|
|
452
488
|
this.ResourceId = opts.ResourceId;
|
|
453
489
|
this.ResourceType = opts.ResourceType;
|
|
454
490
|
}
|
|
455
491
|
};
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
492
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends PcaConnectorAdServiceException {
|
|
493
|
+
static {
|
|
494
|
+
__name(this, "ServiceQuotaExceededException");
|
|
495
|
+
}
|
|
496
|
+
name = "ServiceQuotaExceededException";
|
|
497
|
+
$fault = "client";
|
|
498
|
+
Message;
|
|
499
|
+
/**
|
|
500
|
+
* <p>The identifier of the Amazon Web Services resource.</p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
ResourceId;
|
|
504
|
+
/**
|
|
505
|
+
* <p>The resource type, which can be one of <code>Connector</code>, <code>Template</code>, <code>TemplateGroupAccessControlEntry</code>, <code>ServicePrincipalName</code>, or <code>DirectoryRegistration</code>.</p>
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
ResourceType;
|
|
509
|
+
/**
|
|
510
|
+
* <p>Identifies the originating service.</p>
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
ServiceCode;
|
|
514
|
+
/**
|
|
515
|
+
* <p>The code associated with the service quota.</p>
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
518
|
+
QuotaCode;
|
|
459
519
|
/**
|
|
460
520
|
* @internal
|
|
461
521
|
*/
|
|
@@ -465,8 +525,6 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
465
525
|
$fault: "client",
|
|
466
526
|
...opts
|
|
467
527
|
});
|
|
468
|
-
this.name = "ServiceQuotaExceededException";
|
|
469
|
-
this.$fault = "client";
|
|
470
528
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
471
529
|
this.Message = opts.Message;
|
|
472
530
|
this.ResourceId = opts.ResourceId;
|
|
@@ -475,9 +533,26 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
475
533
|
this.QuotaCode = opts.QuotaCode;
|
|
476
534
|
}
|
|
477
535
|
};
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
536
|
+
var ThrottlingException = class _ThrottlingException extends PcaConnectorAdServiceException {
|
|
537
|
+
static {
|
|
538
|
+
__name(this, "ThrottlingException");
|
|
539
|
+
}
|
|
540
|
+
name = "ThrottlingException";
|
|
541
|
+
$fault = "client";
|
|
542
|
+
$retryable = {
|
|
543
|
+
throttling: true
|
|
544
|
+
};
|
|
545
|
+
Message;
|
|
546
|
+
/**
|
|
547
|
+
* <p>Identifies the originating service.</p>
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
550
|
+
ServiceCode;
|
|
551
|
+
/**
|
|
552
|
+
* <p>The code associated with the quota.</p>
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
QuotaCode;
|
|
481
556
|
/**
|
|
482
557
|
* @internal
|
|
483
558
|
*/
|
|
@@ -487,19 +562,12 @@ var _ThrottlingException = class _ThrottlingException extends PcaConnectorAdServ
|
|
|
487
562
|
$fault: "client",
|
|
488
563
|
...opts
|
|
489
564
|
});
|
|
490
|
-
this.name = "ThrottlingException";
|
|
491
|
-
this.$fault = "client";
|
|
492
|
-
this.$retryable = {
|
|
493
|
-
throttling: true
|
|
494
|
-
};
|
|
495
565
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
496
566
|
this.Message = opts.Message;
|
|
497
567
|
this.ServiceCode = opts.ServiceCode;
|
|
498
568
|
this.QuotaCode = opts.QuotaCode;
|
|
499
569
|
}
|
|
500
570
|
};
|
|
501
|
-
__name(_ThrottlingException, "ThrottlingException");
|
|
502
|
-
var ThrottlingException = _ThrottlingException;
|
|
503
571
|
var ValidationExceptionReason = {
|
|
504
572
|
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
505
573
|
INVALID_PERMISSION: "INVALID_PERMISSION",
|
|
@@ -510,7 +578,19 @@ var ValidationExceptionReason = {
|
|
|
510
578
|
OTHER: "OTHER",
|
|
511
579
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION"
|
|
512
580
|
};
|
|
513
|
-
var
|
|
581
|
+
var ValidationException = class _ValidationException extends PcaConnectorAdServiceException {
|
|
582
|
+
static {
|
|
583
|
+
__name(this, "ValidationException");
|
|
584
|
+
}
|
|
585
|
+
name = "ValidationException";
|
|
586
|
+
$fault = "client";
|
|
587
|
+
Message;
|
|
588
|
+
/**
|
|
589
|
+
* <p>The reason for the validation error. This won't be return for every
|
|
590
|
+
* validation exception.</p>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
Reason;
|
|
514
594
|
/**
|
|
515
595
|
* @internal
|
|
516
596
|
*/
|
|
@@ -520,15 +600,11 @@ var _ValidationException = class _ValidationException extends PcaConnectorAdServ
|
|
|
520
600
|
$fault: "client",
|
|
521
601
|
...opts
|
|
522
602
|
});
|
|
523
|
-
this.name = "ValidationException";
|
|
524
|
-
this.$fault = "client";
|
|
525
603
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
526
604
|
this.Message = opts.Message;
|
|
527
605
|
this.Reason = opts.Reason;
|
|
528
606
|
}
|
|
529
607
|
};
|
|
530
|
-
__name(_ValidationException, "ValidationException");
|
|
531
|
-
var ValidationException = _ValidationException;
|
|
532
608
|
var KeySpec = {
|
|
533
609
|
KEY_EXCHANGE: "KEY_EXCHANGE",
|
|
534
610
|
SIGNATURE: "SIGNATURE"
|
|
@@ -1530,351 +1606,376 @@ var _TK = "TagKeys";
|
|
|
1530
1606
|
var _tK = "tagKeys";
|
|
1531
1607
|
|
|
1532
1608
|
// src/commands/CreateConnectorCommand.ts
|
|
1533
|
-
var
|
|
1609
|
+
var CreateConnectorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1534
1610
|
return [
|
|
1535
1611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1536
1612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1537
1613
|
];
|
|
1538
1614
|
}).s("PcaConnectorAd", "CreateConnector", {}).n("PcaConnectorAdClient", "CreateConnectorCommand").f(void 0, void 0).ser(se_CreateConnectorCommand).de(de_CreateConnectorCommand).build() {
|
|
1615
|
+
static {
|
|
1616
|
+
__name(this, "CreateConnectorCommand");
|
|
1617
|
+
}
|
|
1539
1618
|
};
|
|
1540
|
-
__name(_CreateConnectorCommand, "CreateConnectorCommand");
|
|
1541
|
-
var CreateConnectorCommand = _CreateConnectorCommand;
|
|
1542
1619
|
|
|
1543
1620
|
// src/commands/CreateDirectoryRegistrationCommand.ts
|
|
1544
1621
|
|
|
1545
1622
|
|
|
1546
1623
|
|
|
1547
|
-
var
|
|
1624
|
+
var CreateDirectoryRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1548
1625
|
return [
|
|
1549
1626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1550
1627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1551
1628
|
];
|
|
1552
1629
|
}).s("PcaConnectorAd", "CreateDirectoryRegistration", {}).n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand").f(void 0, void 0).ser(se_CreateDirectoryRegistrationCommand).de(de_CreateDirectoryRegistrationCommand).build() {
|
|
1630
|
+
static {
|
|
1631
|
+
__name(this, "CreateDirectoryRegistrationCommand");
|
|
1632
|
+
}
|
|
1553
1633
|
};
|
|
1554
|
-
__name(_CreateDirectoryRegistrationCommand, "CreateDirectoryRegistrationCommand");
|
|
1555
|
-
var CreateDirectoryRegistrationCommand = _CreateDirectoryRegistrationCommand;
|
|
1556
1634
|
|
|
1557
1635
|
// src/commands/CreateServicePrincipalNameCommand.ts
|
|
1558
1636
|
|
|
1559
1637
|
|
|
1560
1638
|
|
|
1561
|
-
var
|
|
1639
|
+
var CreateServicePrincipalNameCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1562
1640
|
return [
|
|
1563
1641
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1564
1642
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1565
1643
|
];
|
|
1566
1644
|
}).s("PcaConnectorAd", "CreateServicePrincipalName", {}).n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand").f(void 0, void 0).ser(se_CreateServicePrincipalNameCommand).de(de_CreateServicePrincipalNameCommand).build() {
|
|
1645
|
+
static {
|
|
1646
|
+
__name(this, "CreateServicePrincipalNameCommand");
|
|
1647
|
+
}
|
|
1567
1648
|
};
|
|
1568
|
-
__name(_CreateServicePrincipalNameCommand, "CreateServicePrincipalNameCommand");
|
|
1569
|
-
var CreateServicePrincipalNameCommand = _CreateServicePrincipalNameCommand;
|
|
1570
1649
|
|
|
1571
1650
|
// src/commands/CreateTemplateCommand.ts
|
|
1572
1651
|
|
|
1573
1652
|
|
|
1574
1653
|
|
|
1575
|
-
var
|
|
1654
|
+
var CreateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1576
1655
|
return [
|
|
1577
1656
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1578
1657
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1579
1658
|
];
|
|
1580
1659
|
}).s("PcaConnectorAd", "CreateTemplate", {}).n("PcaConnectorAdClient", "CreateTemplateCommand").f(void 0, void 0).ser(se_CreateTemplateCommand).de(de_CreateTemplateCommand).build() {
|
|
1660
|
+
static {
|
|
1661
|
+
__name(this, "CreateTemplateCommand");
|
|
1662
|
+
}
|
|
1581
1663
|
};
|
|
1582
|
-
__name(_CreateTemplateCommand, "CreateTemplateCommand");
|
|
1583
|
-
var CreateTemplateCommand = _CreateTemplateCommand;
|
|
1584
1664
|
|
|
1585
1665
|
// src/commands/CreateTemplateGroupAccessControlEntryCommand.ts
|
|
1586
1666
|
|
|
1587
1667
|
|
|
1588
1668
|
|
|
1589
|
-
var
|
|
1669
|
+
var CreateTemplateGroupAccessControlEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1590
1670
|
return [
|
|
1591
1671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1592
1672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1593
1673
|
];
|
|
1594
1674
|
}).s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {}).n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand").f(void 0, void 0).ser(se_CreateTemplateGroupAccessControlEntryCommand).de(de_CreateTemplateGroupAccessControlEntryCommand).build() {
|
|
1675
|
+
static {
|
|
1676
|
+
__name(this, "CreateTemplateGroupAccessControlEntryCommand");
|
|
1677
|
+
}
|
|
1595
1678
|
};
|
|
1596
|
-
__name(_CreateTemplateGroupAccessControlEntryCommand, "CreateTemplateGroupAccessControlEntryCommand");
|
|
1597
|
-
var CreateTemplateGroupAccessControlEntryCommand = _CreateTemplateGroupAccessControlEntryCommand;
|
|
1598
1679
|
|
|
1599
1680
|
// src/commands/DeleteConnectorCommand.ts
|
|
1600
1681
|
|
|
1601
1682
|
|
|
1602
1683
|
|
|
1603
|
-
var
|
|
1684
|
+
var DeleteConnectorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1604
1685
|
return [
|
|
1605
1686
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1606
1687
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1607
1688
|
];
|
|
1608
1689
|
}).s("PcaConnectorAd", "DeleteConnector", {}).n("PcaConnectorAdClient", "DeleteConnectorCommand").f(void 0, void 0).ser(se_DeleteConnectorCommand).de(de_DeleteConnectorCommand).build() {
|
|
1690
|
+
static {
|
|
1691
|
+
__name(this, "DeleteConnectorCommand");
|
|
1692
|
+
}
|
|
1609
1693
|
};
|
|
1610
|
-
__name(_DeleteConnectorCommand, "DeleteConnectorCommand");
|
|
1611
|
-
var DeleteConnectorCommand = _DeleteConnectorCommand;
|
|
1612
1694
|
|
|
1613
1695
|
// src/commands/DeleteDirectoryRegistrationCommand.ts
|
|
1614
1696
|
|
|
1615
1697
|
|
|
1616
1698
|
|
|
1617
|
-
var
|
|
1699
|
+
var DeleteDirectoryRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1618
1700
|
return [
|
|
1619
1701
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1620
1702
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1621
1703
|
];
|
|
1622
1704
|
}).s("PcaConnectorAd", "DeleteDirectoryRegistration", {}).n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand").f(void 0, void 0).ser(se_DeleteDirectoryRegistrationCommand).de(de_DeleteDirectoryRegistrationCommand).build() {
|
|
1705
|
+
static {
|
|
1706
|
+
__name(this, "DeleteDirectoryRegistrationCommand");
|
|
1707
|
+
}
|
|
1623
1708
|
};
|
|
1624
|
-
__name(_DeleteDirectoryRegistrationCommand, "DeleteDirectoryRegistrationCommand");
|
|
1625
|
-
var DeleteDirectoryRegistrationCommand = _DeleteDirectoryRegistrationCommand;
|
|
1626
1709
|
|
|
1627
1710
|
// src/commands/DeleteServicePrincipalNameCommand.ts
|
|
1628
1711
|
|
|
1629
1712
|
|
|
1630
1713
|
|
|
1631
|
-
var
|
|
1714
|
+
var DeleteServicePrincipalNameCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1632
1715
|
return [
|
|
1633
1716
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1634
1717
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1635
1718
|
];
|
|
1636
1719
|
}).s("PcaConnectorAd", "DeleteServicePrincipalName", {}).n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand").f(void 0, void 0).ser(se_DeleteServicePrincipalNameCommand).de(de_DeleteServicePrincipalNameCommand).build() {
|
|
1720
|
+
static {
|
|
1721
|
+
__name(this, "DeleteServicePrincipalNameCommand");
|
|
1722
|
+
}
|
|
1637
1723
|
};
|
|
1638
|
-
__name(_DeleteServicePrincipalNameCommand, "DeleteServicePrincipalNameCommand");
|
|
1639
|
-
var DeleteServicePrincipalNameCommand = _DeleteServicePrincipalNameCommand;
|
|
1640
1724
|
|
|
1641
1725
|
// src/commands/DeleteTemplateCommand.ts
|
|
1642
1726
|
|
|
1643
1727
|
|
|
1644
1728
|
|
|
1645
|
-
var
|
|
1729
|
+
var DeleteTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1646
1730
|
return [
|
|
1647
1731
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1648
1732
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1649
1733
|
];
|
|
1650
1734
|
}).s("PcaConnectorAd", "DeleteTemplate", {}).n("PcaConnectorAdClient", "DeleteTemplateCommand").f(void 0, void 0).ser(se_DeleteTemplateCommand).de(de_DeleteTemplateCommand).build() {
|
|
1735
|
+
static {
|
|
1736
|
+
__name(this, "DeleteTemplateCommand");
|
|
1737
|
+
}
|
|
1651
1738
|
};
|
|
1652
|
-
__name(_DeleteTemplateCommand, "DeleteTemplateCommand");
|
|
1653
|
-
var DeleteTemplateCommand = _DeleteTemplateCommand;
|
|
1654
1739
|
|
|
1655
1740
|
// src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts
|
|
1656
1741
|
|
|
1657
1742
|
|
|
1658
1743
|
|
|
1659
|
-
var
|
|
1744
|
+
var DeleteTemplateGroupAccessControlEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1660
1745
|
return [
|
|
1661
1746
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1662
1747
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1663
1748
|
];
|
|
1664
1749
|
}).s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {}).n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand").f(void 0, void 0).ser(se_DeleteTemplateGroupAccessControlEntryCommand).de(de_DeleteTemplateGroupAccessControlEntryCommand).build() {
|
|
1750
|
+
static {
|
|
1751
|
+
__name(this, "DeleteTemplateGroupAccessControlEntryCommand");
|
|
1752
|
+
}
|
|
1665
1753
|
};
|
|
1666
|
-
__name(_DeleteTemplateGroupAccessControlEntryCommand, "DeleteTemplateGroupAccessControlEntryCommand");
|
|
1667
|
-
var DeleteTemplateGroupAccessControlEntryCommand = _DeleteTemplateGroupAccessControlEntryCommand;
|
|
1668
1754
|
|
|
1669
1755
|
// src/commands/GetConnectorCommand.ts
|
|
1670
1756
|
|
|
1671
1757
|
|
|
1672
1758
|
|
|
1673
|
-
var
|
|
1759
|
+
var GetConnectorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1674
1760
|
return [
|
|
1675
1761
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1676
1762
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1677
1763
|
];
|
|
1678
1764
|
}).s("PcaConnectorAd", "GetConnector", {}).n("PcaConnectorAdClient", "GetConnectorCommand").f(void 0, void 0).ser(se_GetConnectorCommand).de(de_GetConnectorCommand).build() {
|
|
1765
|
+
static {
|
|
1766
|
+
__name(this, "GetConnectorCommand");
|
|
1767
|
+
}
|
|
1679
1768
|
};
|
|
1680
|
-
__name(_GetConnectorCommand, "GetConnectorCommand");
|
|
1681
|
-
var GetConnectorCommand = _GetConnectorCommand;
|
|
1682
1769
|
|
|
1683
1770
|
// src/commands/GetDirectoryRegistrationCommand.ts
|
|
1684
1771
|
|
|
1685
1772
|
|
|
1686
1773
|
|
|
1687
|
-
var
|
|
1774
|
+
var GetDirectoryRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1688
1775
|
return [
|
|
1689
1776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1690
1777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1691
1778
|
];
|
|
1692
1779
|
}).s("PcaConnectorAd", "GetDirectoryRegistration", {}).n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand").f(void 0, void 0).ser(se_GetDirectoryRegistrationCommand).de(de_GetDirectoryRegistrationCommand).build() {
|
|
1780
|
+
static {
|
|
1781
|
+
__name(this, "GetDirectoryRegistrationCommand");
|
|
1782
|
+
}
|
|
1693
1783
|
};
|
|
1694
|
-
__name(_GetDirectoryRegistrationCommand, "GetDirectoryRegistrationCommand");
|
|
1695
|
-
var GetDirectoryRegistrationCommand = _GetDirectoryRegistrationCommand;
|
|
1696
1784
|
|
|
1697
1785
|
// src/commands/GetServicePrincipalNameCommand.ts
|
|
1698
1786
|
|
|
1699
1787
|
|
|
1700
1788
|
|
|
1701
|
-
var
|
|
1789
|
+
var GetServicePrincipalNameCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1702
1790
|
return [
|
|
1703
1791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1704
1792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1705
1793
|
];
|
|
1706
1794
|
}).s("PcaConnectorAd", "GetServicePrincipalName", {}).n("PcaConnectorAdClient", "GetServicePrincipalNameCommand").f(void 0, void 0).ser(se_GetServicePrincipalNameCommand).de(de_GetServicePrincipalNameCommand).build() {
|
|
1795
|
+
static {
|
|
1796
|
+
__name(this, "GetServicePrincipalNameCommand");
|
|
1797
|
+
}
|
|
1707
1798
|
};
|
|
1708
|
-
__name(_GetServicePrincipalNameCommand, "GetServicePrincipalNameCommand");
|
|
1709
|
-
var GetServicePrincipalNameCommand = _GetServicePrincipalNameCommand;
|
|
1710
1799
|
|
|
1711
1800
|
// src/commands/GetTemplateCommand.ts
|
|
1712
1801
|
|
|
1713
1802
|
|
|
1714
1803
|
|
|
1715
|
-
var
|
|
1804
|
+
var GetTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1716
1805
|
return [
|
|
1717
1806
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1718
1807
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1719
1808
|
];
|
|
1720
1809
|
}).s("PcaConnectorAd", "GetTemplate", {}).n("PcaConnectorAdClient", "GetTemplateCommand").f(void 0, void 0).ser(se_GetTemplateCommand).de(de_GetTemplateCommand).build() {
|
|
1810
|
+
static {
|
|
1811
|
+
__name(this, "GetTemplateCommand");
|
|
1812
|
+
}
|
|
1721
1813
|
};
|
|
1722
|
-
__name(_GetTemplateCommand, "GetTemplateCommand");
|
|
1723
|
-
var GetTemplateCommand = _GetTemplateCommand;
|
|
1724
1814
|
|
|
1725
1815
|
// src/commands/GetTemplateGroupAccessControlEntryCommand.ts
|
|
1726
1816
|
|
|
1727
1817
|
|
|
1728
1818
|
|
|
1729
|
-
var
|
|
1819
|
+
var GetTemplateGroupAccessControlEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1730
1820
|
return [
|
|
1731
1821
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1732
1822
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1733
1823
|
];
|
|
1734
1824
|
}).s("PcaConnectorAd", "GetTemplateGroupAccessControlEntry", {}).n("PcaConnectorAdClient", "GetTemplateGroupAccessControlEntryCommand").f(void 0, void 0).ser(se_GetTemplateGroupAccessControlEntryCommand).de(de_GetTemplateGroupAccessControlEntryCommand).build() {
|
|
1825
|
+
static {
|
|
1826
|
+
__name(this, "GetTemplateGroupAccessControlEntryCommand");
|
|
1827
|
+
}
|
|
1735
1828
|
};
|
|
1736
|
-
__name(_GetTemplateGroupAccessControlEntryCommand, "GetTemplateGroupAccessControlEntryCommand");
|
|
1737
|
-
var GetTemplateGroupAccessControlEntryCommand = _GetTemplateGroupAccessControlEntryCommand;
|
|
1738
1829
|
|
|
1739
1830
|
// src/commands/ListConnectorsCommand.ts
|
|
1740
1831
|
|
|
1741
1832
|
|
|
1742
1833
|
|
|
1743
|
-
var
|
|
1834
|
+
var ListConnectorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1744
1835
|
return [
|
|
1745
1836
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1746
1837
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1747
1838
|
];
|
|
1748
1839
|
}).s("PcaConnectorAd", "ListConnectors", {}).n("PcaConnectorAdClient", "ListConnectorsCommand").f(void 0, void 0).ser(se_ListConnectorsCommand).de(de_ListConnectorsCommand).build() {
|
|
1840
|
+
static {
|
|
1841
|
+
__name(this, "ListConnectorsCommand");
|
|
1842
|
+
}
|
|
1749
1843
|
};
|
|
1750
|
-
__name(_ListConnectorsCommand, "ListConnectorsCommand");
|
|
1751
|
-
var ListConnectorsCommand = _ListConnectorsCommand;
|
|
1752
1844
|
|
|
1753
1845
|
// src/commands/ListDirectoryRegistrationsCommand.ts
|
|
1754
1846
|
|
|
1755
1847
|
|
|
1756
1848
|
|
|
1757
|
-
var
|
|
1849
|
+
var ListDirectoryRegistrationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1758
1850
|
return [
|
|
1759
1851
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1760
1852
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1761
1853
|
];
|
|
1762
1854
|
}).s("PcaConnectorAd", "ListDirectoryRegistrations", {}).n("PcaConnectorAdClient", "ListDirectoryRegistrationsCommand").f(void 0, void 0).ser(se_ListDirectoryRegistrationsCommand).de(de_ListDirectoryRegistrationsCommand).build() {
|
|
1855
|
+
static {
|
|
1856
|
+
__name(this, "ListDirectoryRegistrationsCommand");
|
|
1857
|
+
}
|
|
1763
1858
|
};
|
|
1764
|
-
__name(_ListDirectoryRegistrationsCommand, "ListDirectoryRegistrationsCommand");
|
|
1765
|
-
var ListDirectoryRegistrationsCommand = _ListDirectoryRegistrationsCommand;
|
|
1766
1859
|
|
|
1767
1860
|
// src/commands/ListServicePrincipalNamesCommand.ts
|
|
1768
1861
|
|
|
1769
1862
|
|
|
1770
1863
|
|
|
1771
|
-
var
|
|
1864
|
+
var ListServicePrincipalNamesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1772
1865
|
return [
|
|
1773
1866
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1774
1867
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1775
1868
|
];
|
|
1776
1869
|
}).s("PcaConnectorAd", "ListServicePrincipalNames", {}).n("PcaConnectorAdClient", "ListServicePrincipalNamesCommand").f(void 0, void 0).ser(se_ListServicePrincipalNamesCommand).de(de_ListServicePrincipalNamesCommand).build() {
|
|
1870
|
+
static {
|
|
1871
|
+
__name(this, "ListServicePrincipalNamesCommand");
|
|
1872
|
+
}
|
|
1777
1873
|
};
|
|
1778
|
-
__name(_ListServicePrincipalNamesCommand, "ListServicePrincipalNamesCommand");
|
|
1779
|
-
var ListServicePrincipalNamesCommand = _ListServicePrincipalNamesCommand;
|
|
1780
1874
|
|
|
1781
1875
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1782
1876
|
|
|
1783
1877
|
|
|
1784
1878
|
|
|
1785
|
-
var
|
|
1879
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1786
1880
|
return [
|
|
1787
1881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1788
1882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1789
1883
|
];
|
|
1790
1884
|
}).s("PcaConnectorAd", "ListTagsForResource", {}).n("PcaConnectorAdClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1885
|
+
static {
|
|
1886
|
+
__name(this, "ListTagsForResourceCommand");
|
|
1887
|
+
}
|
|
1791
1888
|
};
|
|
1792
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1793
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1794
1889
|
|
|
1795
1890
|
// src/commands/ListTemplateGroupAccessControlEntriesCommand.ts
|
|
1796
1891
|
|
|
1797
1892
|
|
|
1798
1893
|
|
|
1799
|
-
var
|
|
1894
|
+
var ListTemplateGroupAccessControlEntriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1800
1895
|
return [
|
|
1801
1896
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1802
1897
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1803
1898
|
];
|
|
1804
1899
|
}).s("PcaConnectorAd", "ListTemplateGroupAccessControlEntries", {}).n("PcaConnectorAdClient", "ListTemplateGroupAccessControlEntriesCommand").f(void 0, void 0).ser(se_ListTemplateGroupAccessControlEntriesCommand).de(de_ListTemplateGroupAccessControlEntriesCommand).build() {
|
|
1900
|
+
static {
|
|
1901
|
+
__name(this, "ListTemplateGroupAccessControlEntriesCommand");
|
|
1902
|
+
}
|
|
1805
1903
|
};
|
|
1806
|
-
__name(_ListTemplateGroupAccessControlEntriesCommand, "ListTemplateGroupAccessControlEntriesCommand");
|
|
1807
|
-
var ListTemplateGroupAccessControlEntriesCommand = _ListTemplateGroupAccessControlEntriesCommand;
|
|
1808
1904
|
|
|
1809
1905
|
// src/commands/ListTemplatesCommand.ts
|
|
1810
1906
|
|
|
1811
1907
|
|
|
1812
1908
|
|
|
1813
|
-
var
|
|
1909
|
+
var ListTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1814
1910
|
return [
|
|
1815
1911
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1816
1912
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1817
1913
|
];
|
|
1818
1914
|
}).s("PcaConnectorAd", "ListTemplates", {}).n("PcaConnectorAdClient", "ListTemplatesCommand").f(void 0, void 0).ser(se_ListTemplatesCommand).de(de_ListTemplatesCommand).build() {
|
|
1915
|
+
static {
|
|
1916
|
+
__name(this, "ListTemplatesCommand");
|
|
1917
|
+
}
|
|
1819
1918
|
};
|
|
1820
|
-
__name(_ListTemplatesCommand, "ListTemplatesCommand");
|
|
1821
|
-
var ListTemplatesCommand = _ListTemplatesCommand;
|
|
1822
1919
|
|
|
1823
1920
|
// src/commands/TagResourceCommand.ts
|
|
1824
1921
|
|
|
1825
1922
|
|
|
1826
1923
|
|
|
1827
|
-
var
|
|
1924
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1828
1925
|
return [
|
|
1829
1926
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1830
1927
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1831
1928
|
];
|
|
1832
1929
|
}).s("PcaConnectorAd", "TagResource", {}).n("PcaConnectorAdClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
1930
|
+
static {
|
|
1931
|
+
__name(this, "TagResourceCommand");
|
|
1932
|
+
}
|
|
1833
1933
|
};
|
|
1834
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1835
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1836
1934
|
|
|
1837
1935
|
// src/commands/UntagResourceCommand.ts
|
|
1838
1936
|
|
|
1839
1937
|
|
|
1840
1938
|
|
|
1841
|
-
var
|
|
1939
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1842
1940
|
return [
|
|
1843
1941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1844
1942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1845
1943
|
];
|
|
1846
1944
|
}).s("PcaConnectorAd", "UntagResource", {}).n("PcaConnectorAdClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
1945
|
+
static {
|
|
1946
|
+
__name(this, "UntagResourceCommand");
|
|
1947
|
+
}
|
|
1847
1948
|
};
|
|
1848
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
1849
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
1850
1949
|
|
|
1851
1950
|
// src/commands/UpdateTemplateCommand.ts
|
|
1852
1951
|
|
|
1853
1952
|
|
|
1854
1953
|
|
|
1855
|
-
var
|
|
1954
|
+
var UpdateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1856
1955
|
return [
|
|
1857
1956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1858
1957
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1859
1958
|
];
|
|
1860
1959
|
}).s("PcaConnectorAd", "UpdateTemplate", {}).n("PcaConnectorAdClient", "UpdateTemplateCommand").f(void 0, void 0).ser(se_UpdateTemplateCommand).de(de_UpdateTemplateCommand).build() {
|
|
1960
|
+
static {
|
|
1961
|
+
__name(this, "UpdateTemplateCommand");
|
|
1962
|
+
}
|
|
1861
1963
|
};
|
|
1862
|
-
__name(_UpdateTemplateCommand, "UpdateTemplateCommand");
|
|
1863
|
-
var UpdateTemplateCommand = _UpdateTemplateCommand;
|
|
1864
1964
|
|
|
1865
1965
|
// src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts
|
|
1866
1966
|
|
|
1867
1967
|
|
|
1868
1968
|
|
|
1869
|
-
var
|
|
1969
|
+
var UpdateTemplateGroupAccessControlEntryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1870
1970
|
return [
|
|
1871
1971
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1872
1972
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1873
1973
|
];
|
|
1874
1974
|
}).s("PcaConnectorAd", "UpdateTemplateGroupAccessControlEntry", {}).n("PcaConnectorAdClient", "UpdateTemplateGroupAccessControlEntryCommand").f(void 0, void 0).ser(se_UpdateTemplateGroupAccessControlEntryCommand).de(de_UpdateTemplateGroupAccessControlEntryCommand).build() {
|
|
1975
|
+
static {
|
|
1976
|
+
__name(this, "UpdateTemplateGroupAccessControlEntryCommand");
|
|
1977
|
+
}
|
|
1875
1978
|
};
|
|
1876
|
-
__name(_UpdateTemplateGroupAccessControlEntryCommand, "UpdateTemplateGroupAccessControlEntryCommand");
|
|
1877
|
-
var UpdateTemplateGroupAccessControlEntryCommand = _UpdateTemplateGroupAccessControlEntryCommand;
|
|
1878
1979
|
|
|
1879
1980
|
// src/PcaConnectorAd.ts
|
|
1880
1981
|
var commands = {
|
|
@@ -1904,10 +2005,11 @@ var commands = {
|
|
|
1904
2005
|
UpdateTemplateCommand,
|
|
1905
2006
|
UpdateTemplateGroupAccessControlEntryCommand
|
|
1906
2007
|
};
|
|
1907
|
-
var
|
|
2008
|
+
var PcaConnectorAd = class extends PcaConnectorAdClient {
|
|
2009
|
+
static {
|
|
2010
|
+
__name(this, "PcaConnectorAd");
|
|
2011
|
+
}
|
|
1908
2012
|
};
|
|
1909
|
-
__name(_PcaConnectorAd, "PcaConnectorAd");
|
|
1910
|
-
var PcaConnectorAd = _PcaConnectorAd;
|
|
1911
2013
|
(0, import_smithy_client.createAggregatedClient)(commands, PcaConnectorAd);
|
|
1912
2014
|
|
|
1913
2015
|
// src/pagination/ListConnectorsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class PcaConnectorAdClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -4,14 +4,15 @@ export const AccessRight = {
|
|
|
4
4
|
DENY: "DENY",
|
|
5
5
|
};
|
|
6
6
|
export class AccessDeniedException extends __BaseException {
|
|
7
|
+
name = "AccessDeniedException";
|
|
8
|
+
$fault = "client";
|
|
9
|
+
Message;
|
|
7
10
|
constructor(opts) {
|
|
8
11
|
super({
|
|
9
12
|
name: "AccessDeniedException",
|
|
10
13
|
$fault: "client",
|
|
11
14
|
...opts,
|
|
12
15
|
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
16
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
17
|
this.Message = opts.Message;
|
|
17
18
|
}
|
|
@@ -123,14 +124,17 @@ export const ClientCompatibilityV4 = {
|
|
|
123
124
|
WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016",
|
|
124
125
|
};
|
|
125
126
|
export class ConflictException extends __BaseException {
|
|
127
|
+
name = "ConflictException";
|
|
128
|
+
$fault = "client";
|
|
129
|
+
Message;
|
|
130
|
+
ResourceId;
|
|
131
|
+
ResourceType;
|
|
126
132
|
constructor(opts) {
|
|
127
133
|
super({
|
|
128
134
|
name: "ConflictException",
|
|
129
135
|
$fault: "client",
|
|
130
136
|
...opts,
|
|
131
137
|
});
|
|
132
|
-
this.name = "ConflictException";
|
|
133
|
-
this.$fault = "client";
|
|
134
138
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
135
139
|
this.Message = opts.Message;
|
|
136
140
|
this.ResourceId = opts.ResourceId;
|
|
@@ -154,28 +158,32 @@ export const ConnectorStatusReason = {
|
|
|
154
158
|
VPC_RESOURCE_NOT_FOUND: "VPC_RESOURCE_NOT_FOUND",
|
|
155
159
|
};
|
|
156
160
|
export class InternalServerException extends __BaseException {
|
|
161
|
+
name = "InternalServerException";
|
|
162
|
+
$fault = "server";
|
|
163
|
+
$retryable = {};
|
|
164
|
+
Message;
|
|
157
165
|
constructor(opts) {
|
|
158
166
|
super({
|
|
159
167
|
name: "InternalServerException",
|
|
160
168
|
$fault: "server",
|
|
161
169
|
...opts,
|
|
162
170
|
});
|
|
163
|
-
this.name = "InternalServerException";
|
|
164
|
-
this.$fault = "server";
|
|
165
|
-
this.$retryable = {};
|
|
166
171
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
167
172
|
this.Message = opts.Message;
|
|
168
173
|
}
|
|
169
174
|
}
|
|
170
175
|
export class ResourceNotFoundException extends __BaseException {
|
|
176
|
+
name = "ResourceNotFoundException";
|
|
177
|
+
$fault = "client";
|
|
178
|
+
Message;
|
|
179
|
+
ResourceId;
|
|
180
|
+
ResourceType;
|
|
171
181
|
constructor(opts) {
|
|
172
182
|
super({
|
|
173
183
|
name: "ResourceNotFoundException",
|
|
174
184
|
$fault: "client",
|
|
175
185
|
...opts,
|
|
176
186
|
});
|
|
177
|
-
this.name = "ResourceNotFoundException";
|
|
178
|
-
this.$fault = "client";
|
|
179
187
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
180
188
|
this.Message = opts.Message;
|
|
181
189
|
this.ResourceId = opts.ResourceId;
|
|
@@ -183,14 +191,19 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
183
191
|
}
|
|
184
192
|
}
|
|
185
193
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
194
|
+
name = "ServiceQuotaExceededException";
|
|
195
|
+
$fault = "client";
|
|
196
|
+
Message;
|
|
197
|
+
ResourceId;
|
|
198
|
+
ResourceType;
|
|
199
|
+
ServiceCode;
|
|
200
|
+
QuotaCode;
|
|
186
201
|
constructor(opts) {
|
|
187
202
|
super({
|
|
188
203
|
name: "ServiceQuotaExceededException",
|
|
189
204
|
$fault: "client",
|
|
190
205
|
...opts,
|
|
191
206
|
});
|
|
192
|
-
this.name = "ServiceQuotaExceededException";
|
|
193
|
-
this.$fault = "client";
|
|
194
207
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
195
208
|
this.Message = opts.Message;
|
|
196
209
|
this.ResourceId = opts.ResourceId;
|
|
@@ -200,17 +213,20 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
200
213
|
}
|
|
201
214
|
}
|
|
202
215
|
export class ThrottlingException extends __BaseException {
|
|
216
|
+
name = "ThrottlingException";
|
|
217
|
+
$fault = "client";
|
|
218
|
+
$retryable = {
|
|
219
|
+
throttling: true,
|
|
220
|
+
};
|
|
221
|
+
Message;
|
|
222
|
+
ServiceCode;
|
|
223
|
+
QuotaCode;
|
|
203
224
|
constructor(opts) {
|
|
204
225
|
super({
|
|
205
226
|
name: "ThrottlingException",
|
|
206
227
|
$fault: "client",
|
|
207
228
|
...opts,
|
|
208
229
|
});
|
|
209
|
-
this.name = "ThrottlingException";
|
|
210
|
-
this.$fault = "client";
|
|
211
|
-
this.$retryable = {
|
|
212
|
-
throttling: true,
|
|
213
|
-
};
|
|
214
230
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
215
231
|
this.Message = opts.Message;
|
|
216
232
|
this.ServiceCode = opts.ServiceCode;
|
|
@@ -228,14 +244,16 @@ export const ValidationExceptionReason = {
|
|
|
228
244
|
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
229
245
|
};
|
|
230
246
|
export class ValidationException extends __BaseException {
|
|
247
|
+
name = "ValidationException";
|
|
248
|
+
$fault = "client";
|
|
249
|
+
Message;
|
|
250
|
+
Reason;
|
|
231
251
|
constructor(opts) {
|
|
232
252
|
super({
|
|
233
253
|
name: "ValidationException",
|
|
234
254
|
$fault: "client",
|
|
235
255
|
...opts,
|
|
236
256
|
});
|
|
237
|
-
this.name = "ValidationException";
|
|
238
|
-
this.$fault = "client";
|
|
239
257
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
240
258
|
this.Message = opts.Message;
|
|
241
259
|
this.Reason = opts.Reason;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: PcaConnectorAdClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.723.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,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "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": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|