@aws-sdk/client-appstream 3.987.0 → 3.988.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 +107 -2852
- package/dist-cjs/models/AppStreamServiceException.js +12 -0
- package/dist-cjs/models/errors.js +229 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2235 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +102 -96
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultAppStreamHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2016-12-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.appstream",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2016-12-01",
|
|
30
32
|
serviceTarget: "PhotonAdminProxyService",
|
|
31
33
|
},
|
|
@@ -576,9 +576,9 @@ const _aIB = "allowImageBuilder";
|
|
|
576
576
|
const _c = "client";
|
|
577
577
|
const _cUI = "canUpdateImage";
|
|
578
578
|
const _dR = "dryRun";
|
|
579
|
-
const _e = "
|
|
579
|
+
const _e = "error";
|
|
580
580
|
const _eIN = "existingImageName";
|
|
581
|
-
const _er = "
|
|
581
|
+
const _er = "errors";
|
|
582
582
|
const _hE = "httpError";
|
|
583
583
|
const _i = "image";
|
|
584
584
|
const _iP = "imagePermissions";
|
|
@@ -592,6 +592,104 @@ const n0 = "com.amazonaws.appstream";
|
|
|
592
592
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
593
593
|
import { AppStreamServiceException } from "../models/AppStreamServiceException";
|
|
594
594
|
import { ConcurrentModificationException, DryRunOperationException, EntitlementAlreadyExistsException, EntitlementNotFoundException, IncompatibleImageException, InvalidAccountStatusException, InvalidParameterCombinationException, InvalidRoleException, LimitExceededException, OperationNotPermittedException, RequestLimitExceededException, ResourceAlreadyExistsException, ResourceInUseException, ResourceNotAvailableException, ResourceNotFoundException, } from "../models/errors";
|
|
595
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
596
|
+
export var AppStreamServiceException$ = [-3, _s, "AppStreamServiceException", 0, [], []];
|
|
597
|
+
_s_registry.registerError(AppStreamServiceException$, AppStreamServiceException);
|
|
598
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
599
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
600
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
601
|
+
[_M],
|
|
602
|
+
[0]
|
|
603
|
+
];
|
|
604
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
605
|
+
export var DryRunOperationException$ = [-3, n0, _DROE,
|
|
606
|
+
{ [_e]: _c, [_hE]: 412 },
|
|
607
|
+
[_M],
|
|
608
|
+
[0]
|
|
609
|
+
];
|
|
610
|
+
n0_registry.registerError(DryRunOperationException$, DryRunOperationException);
|
|
611
|
+
export var EntitlementAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
612
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
613
|
+
[_M],
|
|
614
|
+
[0]
|
|
615
|
+
];
|
|
616
|
+
n0_registry.registerError(EntitlementAlreadyExistsException$, EntitlementAlreadyExistsException);
|
|
617
|
+
export var EntitlementNotFoundException$ = [-3, n0, _ENFE,
|
|
618
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
619
|
+
[_M],
|
|
620
|
+
[0]
|
|
621
|
+
];
|
|
622
|
+
n0_registry.registerError(EntitlementNotFoundException$, EntitlementNotFoundException);
|
|
623
|
+
export var IncompatibleImageException$ = [-3, n0, _IIE,
|
|
624
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
625
|
+
[_M],
|
|
626
|
+
[0]
|
|
627
|
+
];
|
|
628
|
+
n0_registry.registerError(IncompatibleImageException$, IncompatibleImageException);
|
|
629
|
+
export var InvalidAccountStatusException$ = [-3, n0, _IASE,
|
|
630
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
631
|
+
[_M],
|
|
632
|
+
[0]
|
|
633
|
+
];
|
|
634
|
+
n0_registry.registerError(InvalidAccountStatusException$, InvalidAccountStatusException);
|
|
635
|
+
export var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
|
|
636
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
637
|
+
[_M],
|
|
638
|
+
[0]
|
|
639
|
+
];
|
|
640
|
+
n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
641
|
+
export var InvalidRoleException$ = [-3, n0, _IRE,
|
|
642
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
643
|
+
[_M],
|
|
644
|
+
[0]
|
|
645
|
+
];
|
|
646
|
+
n0_registry.registerError(InvalidRoleException$, InvalidRoleException);
|
|
647
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
648
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
649
|
+
[_M],
|
|
650
|
+
[0]
|
|
651
|
+
];
|
|
652
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
653
|
+
export var OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
654
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
655
|
+
[_M],
|
|
656
|
+
[0]
|
|
657
|
+
];
|
|
658
|
+
n0_registry.registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
659
|
+
export var RequestLimitExceededException$ = [-3, n0, _RLEE,
|
|
660
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
661
|
+
[_M],
|
|
662
|
+
[0]
|
|
663
|
+
];
|
|
664
|
+
n0_registry.registerError(RequestLimitExceededException$, RequestLimitExceededException);
|
|
665
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
666
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
667
|
+
[_M],
|
|
668
|
+
[0]
|
|
669
|
+
];
|
|
670
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
671
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
672
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
673
|
+
[_M],
|
|
674
|
+
[0]
|
|
675
|
+
];
|
|
676
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
677
|
+
export var ResourceNotAvailableException$ = [-3, n0, _RNAE,
|
|
678
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
679
|
+
[_M],
|
|
680
|
+
[0]
|
|
681
|
+
];
|
|
682
|
+
n0_registry.registerError(ResourceNotAvailableException$, ResourceNotAvailableException);
|
|
683
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
684
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
685
|
+
[_M],
|
|
686
|
+
[0]
|
|
687
|
+
];
|
|
688
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
689
|
+
export const errorTypeRegistries = [
|
|
690
|
+
_s_registry,
|
|
691
|
+
n0_registry,
|
|
692
|
+
];
|
|
595
693
|
var AccountName = [0, n0, _AN, 8, 0];
|
|
596
694
|
var AccountPassword = [0, n0, _AP, 8, 0];
|
|
597
695
|
var FilePath = [0, n0, _FP, 8, 0];
|
|
@@ -710,7 +808,7 @@ export var BatchAssociateUserStackRequest$ = [3, n0, _BAUSR,
|
|
|
710
808
|
];
|
|
711
809
|
export var BatchAssociateUserStackResult$ = [3, n0, _BAUSRa,
|
|
712
810
|
0,
|
|
713
|
-
[
|
|
811
|
+
[_er],
|
|
714
812
|
[[() => UserStackAssociationErrorList, 0]]
|
|
715
813
|
];
|
|
716
814
|
export var BatchDisassociateUserStackRequest$ = [3, n0, _BDUSR,
|
|
@@ -720,7 +818,7 @@ export var BatchDisassociateUserStackRequest$ = [3, n0, _BDUSR,
|
|
|
720
818
|
];
|
|
721
819
|
export var BatchDisassociateUserStackResult$ = [3, n0, _BDUSRa,
|
|
722
820
|
0,
|
|
723
|
-
[
|
|
821
|
+
[_er],
|
|
724
822
|
[[() => UserStackAssociationErrorList, 0]]
|
|
725
823
|
];
|
|
726
824
|
export var CertificateBasedAuthProperties$ = [3, n0, _CBAP,
|
|
@@ -738,12 +836,6 @@ export var ComputeCapacityStatus$ = [3, n0, _CCS,
|
|
|
738
836
|
[_De, _R, _IU, _Av, _DUS, _AUS, _AUSc, _AUSct],
|
|
739
837
|
[1, 1, 1, 1, 1, 1, 1, 1], 1
|
|
740
838
|
];
|
|
741
|
-
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
742
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
743
|
-
[_M],
|
|
744
|
-
[0]
|
|
745
|
-
];
|
|
746
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
747
839
|
export var CopyImageRequest$ = [3, n0, _CIR,
|
|
748
840
|
0,
|
|
749
841
|
[_SIN, _DIN, _DR, _DID],
|
|
@@ -1314,12 +1406,6 @@ export var DomainJoinInfo$ = [3, n0, _DJI,
|
|
|
1314
1406
|
[_DNi, _OUDNr],
|
|
1315
1407
|
[0, 0]
|
|
1316
1408
|
];
|
|
1317
|
-
export var DryRunOperationException$ = [-3, n0, _DROE,
|
|
1318
|
-
{ [_er]: _c, [_hE]: 412 },
|
|
1319
|
-
[_M],
|
|
1320
|
-
[0]
|
|
1321
|
-
];
|
|
1322
|
-
TypeRegistry.for(n0).registerError(DryRunOperationException$, DryRunOperationException);
|
|
1323
1409
|
export var EnableUserRequest$ = [3, n0, _EUR,
|
|
1324
1410
|
0,
|
|
1325
1411
|
[_UN, _AT],
|
|
@@ -1340,23 +1426,11 @@ export var Entitlement$ = [3, n0, _En,
|
|
|
1340
1426
|
[_N, _SN, _AV, _At, _D, _CT, _LMT],
|
|
1341
1427
|
[0, 0, 0, () => EntitlementAttributeList, 0, 4, 4], 4
|
|
1342
1428
|
];
|
|
1343
|
-
export var EntitlementAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
1344
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1345
|
-
[_M],
|
|
1346
|
-
[0]
|
|
1347
|
-
];
|
|
1348
|
-
TypeRegistry.for(n0).registerError(EntitlementAlreadyExistsException$, EntitlementAlreadyExistsException);
|
|
1349
1429
|
export var EntitlementAttribute$ = [3, n0, _EAn,
|
|
1350
1430
|
0,
|
|
1351
1431
|
[_N, _Va],
|
|
1352
1432
|
[0, 0], 2
|
|
1353
1433
|
];
|
|
1354
|
-
export var EntitlementNotFoundException$ = [-3, n0, _ENFE,
|
|
1355
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1356
|
-
[_M],
|
|
1357
|
-
[0]
|
|
1358
|
-
];
|
|
1359
|
-
TypeRegistry.for(n0).registerError(EntitlementNotFoundException$, EntitlementNotFoundException);
|
|
1360
1434
|
export var ErrorDetails$ = [3, n0, _ED,
|
|
1361
1435
|
0,
|
|
1362
1436
|
[_EC, _EM],
|
|
@@ -1427,41 +1501,11 @@ export var ImageStateChangeReason$ = [3, n0, _ISCR,
|
|
|
1427
1501
|
[_C, _M],
|
|
1428
1502
|
[0, 0]
|
|
1429
1503
|
];
|
|
1430
|
-
export var IncompatibleImageException$ = [-3, n0, _IIE,
|
|
1431
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1432
|
-
[_M],
|
|
1433
|
-
[0]
|
|
1434
|
-
];
|
|
1435
|
-
TypeRegistry.for(n0).registerError(IncompatibleImageException$, IncompatibleImageException);
|
|
1436
|
-
export var InvalidAccountStatusException$ = [-3, n0, _IASE,
|
|
1437
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1438
|
-
[_M],
|
|
1439
|
-
[0]
|
|
1440
|
-
];
|
|
1441
|
-
TypeRegistry.for(n0).registerError(InvalidAccountStatusException$, InvalidAccountStatusException);
|
|
1442
|
-
export var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
|
|
1443
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1444
|
-
[_M],
|
|
1445
|
-
[0]
|
|
1446
|
-
];
|
|
1447
|
-
TypeRegistry.for(n0).registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
1448
|
-
export var InvalidRoleException$ = [-3, n0, _IRE,
|
|
1449
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1450
|
-
[_M],
|
|
1451
|
-
[0]
|
|
1452
|
-
];
|
|
1453
|
-
TypeRegistry.for(n0).registerError(InvalidRoleException$, InvalidRoleException);
|
|
1454
1504
|
export var LastReportGenerationExecutionError$ = [3, n0, _LRGEE,
|
|
1455
1505
|
0,
|
|
1456
1506
|
[_EC, _EM],
|
|
1457
1507
|
[0, 0]
|
|
1458
1508
|
];
|
|
1459
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1460
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1461
|
-
[_M],
|
|
1462
|
-
[0]
|
|
1463
|
-
];
|
|
1464
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1465
1509
|
export var ListAssociatedFleetsRequest$ = [3, n0, _LAFR,
|
|
1466
1510
|
0,
|
|
1467
1511
|
[_SN, _NT],
|
|
@@ -1517,47 +1561,11 @@ export var NetworkAccessConfiguration$ = [3, n0, _NAC,
|
|
|
1517
1561
|
[_EPIA, _EIA, _EI],
|
|
1518
1562
|
[0, 64 | 0, 0]
|
|
1519
1563
|
];
|
|
1520
|
-
export var OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
1521
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1522
|
-
[_M],
|
|
1523
|
-
[0]
|
|
1524
|
-
];
|
|
1525
|
-
TypeRegistry.for(n0).registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
1526
|
-
export var RequestLimitExceededException$ = [-3, n0, _RLEE,
|
|
1527
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1528
|
-
[_M],
|
|
1529
|
-
[0]
|
|
1530
|
-
];
|
|
1531
|
-
TypeRegistry.for(n0).registerError(RequestLimitExceededException$, RequestLimitExceededException);
|
|
1532
|
-
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
1533
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1534
|
-
[_M],
|
|
1535
|
-
[0]
|
|
1536
|
-
];
|
|
1537
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1538
1564
|
export var ResourceError$ = [3, n0, _RE,
|
|
1539
1565
|
0,
|
|
1540
1566
|
[_EC, _EM, _ETr],
|
|
1541
1567
|
[0, 0, 4]
|
|
1542
1568
|
];
|
|
1543
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1544
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1545
|
-
[_M],
|
|
1546
|
-
[0]
|
|
1547
|
-
];
|
|
1548
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1549
|
-
export var ResourceNotAvailableException$ = [-3, n0, _RNAE,
|
|
1550
|
-
{ [_er]: _c, [_hE]: 400 },
|
|
1551
|
-
[_M],
|
|
1552
|
-
[0]
|
|
1553
|
-
];
|
|
1554
|
-
TypeRegistry.for(n0).registerError(ResourceNotAvailableException$, ResourceNotAvailableException);
|
|
1555
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1556
|
-
{ [_er]: _c, [_hE]: 404 },
|
|
1557
|
-
[_M],
|
|
1558
|
-
[0]
|
|
1559
|
-
];
|
|
1560
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1561
1569
|
export var RuntimeValidationConfig$ = [3, n0, _RVCu,
|
|
1562
1570
|
0,
|
|
1563
1571
|
[_IIT],
|
|
@@ -1828,8 +1836,6 @@ export var VpcConfig$ = [3, n0, _VC,
|
|
|
1828
1836
|
[_SIu, _SGI],
|
|
1829
1837
|
[64 | 0, 64 | 0]
|
|
1830
1838
|
];
|
|
1831
|
-
export var AppStreamServiceException$ = [-3, _s, "AppStreamServiceException", 0, [], []];
|
|
1832
|
-
TypeRegistry.for(_s).registerError(AppStreamServiceException$, AppStreamServiceException);
|
|
1833
1839
|
var AccessEndpointList = [1, n0, _AEL,
|
|
1834
1840
|
0, () => AccessEndpoint$
|
|
1835
1841
|
];
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var AppStreamServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
5
|
+
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
6
|
+
export declare var EntitlementAlreadyExistsException$: StaticErrorSchema;
|
|
7
|
+
export declare var EntitlementNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var IncompatibleImageException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidAccountStatusException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
12
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
14
|
+
export declare var RequestLimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
17
|
+
export declare var ResourceNotAvailableException$: StaticErrorSchema;
|
|
18
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
19
|
+
/**
|
|
20
|
+
* TypeRegistry instances containing modeled errors.
|
|
21
|
+
* @internal
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
25
|
export declare var AccessEndpoint$: StaticStructureSchema;
|
|
3
26
|
export declare var AdminAppLicenseUsageRecord$: StaticStructureSchema;
|
|
4
27
|
export declare var AppBlock$: StaticStructureSchema;
|
|
@@ -27,7 +50,6 @@ export declare var BatchDisassociateUserStackResult$: StaticStructureSchema;
|
|
|
27
50
|
export declare var CertificateBasedAuthProperties$: StaticStructureSchema;
|
|
28
51
|
export declare var ComputeCapacity$: StaticStructureSchema;
|
|
29
52
|
export declare var ComputeCapacityStatus$: StaticStructureSchema;
|
|
30
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
31
53
|
export declare var CopyImageRequest$: StaticStructureSchema;
|
|
32
54
|
export declare var CopyImageResponse$: StaticStructureSchema;
|
|
33
55
|
export declare var CreateAppBlockBuilderRequest$: StaticStructureSchema;
|
|
@@ -142,14 +164,11 @@ export declare var DisassociateFleetResult$: StaticStructureSchema;
|
|
|
142
164
|
export declare var DisassociateSoftwareFromImageBuilderRequest$: StaticStructureSchema;
|
|
143
165
|
export declare var DisassociateSoftwareFromImageBuilderResult$: StaticStructureSchema;
|
|
144
166
|
export declare var DomainJoinInfo$: StaticStructureSchema;
|
|
145
|
-
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
146
167
|
export declare var EnableUserRequest$: StaticStructureSchema;
|
|
147
168
|
export declare var EnableUserResult$: StaticStructureSchema;
|
|
148
169
|
export declare var EntitledApplication$: StaticStructureSchema;
|
|
149
170
|
export declare var Entitlement$: StaticStructureSchema;
|
|
150
|
-
export declare var EntitlementAlreadyExistsException$: StaticErrorSchema;
|
|
151
171
|
export declare var EntitlementAttribute$: StaticStructureSchema;
|
|
152
|
-
export declare var EntitlementNotFoundException$: StaticErrorSchema;
|
|
153
172
|
export declare var ErrorDetails$: StaticStructureSchema;
|
|
154
173
|
export declare var ExpireSessionRequest$: StaticStructureSchema;
|
|
155
174
|
export declare var ExpireSessionResult$: StaticStructureSchema;
|
|
@@ -164,12 +183,7 @@ export declare var ImageBuilder$: StaticStructureSchema;
|
|
|
164
183
|
export declare var ImageBuilderStateChangeReason$: StaticStructureSchema;
|
|
165
184
|
export declare var ImagePermissions$: StaticStructureSchema;
|
|
166
185
|
export declare var ImageStateChangeReason$: StaticStructureSchema;
|
|
167
|
-
export declare var IncompatibleImageException$: StaticErrorSchema;
|
|
168
|
-
export declare var InvalidAccountStatusException$: StaticErrorSchema;
|
|
169
|
-
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
170
|
-
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
171
186
|
export declare var LastReportGenerationExecutionError$: StaticStructureSchema;
|
|
172
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
173
187
|
export declare var ListAssociatedFleetsRequest$: StaticStructureSchema;
|
|
174
188
|
export declare var ListAssociatedFleetsResult$: StaticStructureSchema;
|
|
175
189
|
export declare var ListAssociatedStacksRequest$: StaticStructureSchema;
|
|
@@ -181,13 +195,7 @@ export declare var ListExportImageTasksResult$: StaticStructureSchema;
|
|
|
181
195
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
182
196
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
183
197
|
export declare var NetworkAccessConfiguration$: StaticStructureSchema;
|
|
184
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
185
|
-
export declare var RequestLimitExceededException$: StaticErrorSchema;
|
|
186
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
187
198
|
export declare var ResourceError$: StaticStructureSchema;
|
|
188
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
189
|
-
export declare var ResourceNotAvailableException$: StaticErrorSchema;
|
|
190
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
191
199
|
export declare var RuntimeValidationConfig$: StaticStructureSchema;
|
|
192
200
|
export declare var S3Location$: StaticStructureSchema;
|
|
193
201
|
export declare var ScriptDetails$: StaticStructureSchema;
|
|
@@ -242,7 +250,6 @@ export declare var UserStackAssociation$: StaticStructureSchema;
|
|
|
242
250
|
export declare var UserStackAssociationError$: StaticStructureSchema;
|
|
243
251
|
export declare var VolumeConfig$: StaticStructureSchema;
|
|
244
252
|
export declare var VpcConfig$: StaticStructureSchema;
|
|
245
|
-
export declare var AppStreamServiceException$: StaticErrorSchema;
|
|
246
253
|
export declare var AssociateAppBlockBuilderAppBlock$: StaticOperationSchema;
|
|
247
254
|
export declare var AssociateApplicationFleet$: StaticOperationSchema;
|
|
248
255
|
export declare var AssociateApplicationToEntitlement$: StaticOperationSchema;
|
|
@@ -1,8 +1,26 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var AppStreamServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
9
|
+
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
10
|
+
export declare var EntitlementAlreadyExistsException$: StaticErrorSchema;
|
|
11
|
+
export declare var EntitlementNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var IncompatibleImageException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidAccountStatusException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
16
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
18
|
+
export declare var RequestLimitExceededException$: StaticErrorSchema;
|
|
19
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
20
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
21
|
+
export declare var ResourceNotAvailableException$: StaticErrorSchema;
|
|
22
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
24
|
export declare var AccessEndpoint$: StaticStructureSchema;
|
|
7
25
|
export declare var AdminAppLicenseUsageRecord$: StaticStructureSchema;
|
|
8
26
|
export declare var AppBlock$: StaticStructureSchema;
|
|
@@ -31,7 +49,6 @@ export declare var BatchDisassociateUserStackResult$: StaticStructureSchema;
|
|
|
31
49
|
export declare var CertificateBasedAuthProperties$: StaticStructureSchema;
|
|
32
50
|
export declare var ComputeCapacity$: StaticStructureSchema;
|
|
33
51
|
export declare var ComputeCapacityStatus$: StaticStructureSchema;
|
|
34
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
35
52
|
export declare var CopyImageRequest$: StaticStructureSchema;
|
|
36
53
|
export declare var CopyImageResponse$: StaticStructureSchema;
|
|
37
54
|
export declare var CreateAppBlockBuilderRequest$: StaticStructureSchema;
|
|
@@ -146,14 +163,11 @@ export declare var DisassociateFleetResult$: StaticStructureSchema;
|
|
|
146
163
|
export declare var DisassociateSoftwareFromImageBuilderRequest$: StaticStructureSchema;
|
|
147
164
|
export declare var DisassociateSoftwareFromImageBuilderResult$: StaticStructureSchema;
|
|
148
165
|
export declare var DomainJoinInfo$: StaticStructureSchema;
|
|
149
|
-
export declare var DryRunOperationException$: StaticErrorSchema;
|
|
150
166
|
export declare var EnableUserRequest$: StaticStructureSchema;
|
|
151
167
|
export declare var EnableUserResult$: StaticStructureSchema;
|
|
152
168
|
export declare var EntitledApplication$: StaticStructureSchema;
|
|
153
169
|
export declare var Entitlement$: StaticStructureSchema;
|
|
154
|
-
export declare var EntitlementAlreadyExistsException$: StaticErrorSchema;
|
|
155
170
|
export declare var EntitlementAttribute$: StaticStructureSchema;
|
|
156
|
-
export declare var EntitlementNotFoundException$: StaticErrorSchema;
|
|
157
171
|
export declare var ErrorDetails$: StaticStructureSchema;
|
|
158
172
|
export declare var ExpireSessionRequest$: StaticStructureSchema;
|
|
159
173
|
export declare var ExpireSessionResult$: StaticStructureSchema;
|
|
@@ -168,12 +182,7 @@ export declare var ImageBuilder$: StaticStructureSchema;
|
|
|
168
182
|
export declare var ImageBuilderStateChangeReason$: StaticStructureSchema;
|
|
169
183
|
export declare var ImagePermissions$: StaticStructureSchema;
|
|
170
184
|
export declare var ImageStateChangeReason$: StaticStructureSchema;
|
|
171
|
-
export declare var IncompatibleImageException$: StaticErrorSchema;
|
|
172
|
-
export declare var InvalidAccountStatusException$: StaticErrorSchema;
|
|
173
|
-
export declare var InvalidParameterCombinationException$: StaticErrorSchema;
|
|
174
|
-
export declare var InvalidRoleException$: StaticErrorSchema;
|
|
175
185
|
export declare var LastReportGenerationExecutionError$: StaticStructureSchema;
|
|
176
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
177
186
|
export declare var ListAssociatedFleetsRequest$: StaticStructureSchema;
|
|
178
187
|
export declare var ListAssociatedFleetsResult$: StaticStructureSchema;
|
|
179
188
|
export declare var ListAssociatedStacksRequest$: StaticStructureSchema;
|
|
@@ -185,13 +194,7 @@ export declare var ListExportImageTasksResult$: StaticStructureSchema;
|
|
|
185
194
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
186
195
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
187
196
|
export declare var NetworkAccessConfiguration$: StaticStructureSchema;
|
|
188
|
-
export declare var OperationNotPermittedException$: StaticErrorSchema;
|
|
189
|
-
export declare var RequestLimitExceededException$: StaticErrorSchema;
|
|
190
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
191
197
|
export declare var ResourceError$: StaticStructureSchema;
|
|
192
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
193
|
-
export declare var ResourceNotAvailableException$: StaticErrorSchema;
|
|
194
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
195
198
|
export declare var RuntimeValidationConfig$: StaticStructureSchema;
|
|
196
199
|
export declare var S3Location$: StaticStructureSchema;
|
|
197
200
|
export declare var ScriptDetails$: StaticStructureSchema;
|
|
@@ -246,7 +249,6 @@ export declare var UserStackAssociation$: StaticStructureSchema;
|
|
|
246
249
|
export declare var UserStackAssociationError$: StaticStructureSchema;
|
|
247
250
|
export declare var VolumeConfig$: StaticStructureSchema;
|
|
248
251
|
export declare var VpcConfig$: StaticStructureSchema;
|
|
249
|
-
export declare var AppStreamServiceException$: StaticErrorSchema;
|
|
250
252
|
export declare var AssociateAppBlockBuilderAppBlock$: StaticOperationSchema;
|
|
251
253
|
export declare var AssociateApplicationFleet$: StaticOperationSchema;
|
|
252
254
|
export declare var AssociateApplicationToEntitlement$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appstream",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appstream",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|