@aws-sdk/client-appstream 3.495.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +77 -74
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -6494,40 +6494,25 @@ var waitUntilFleetStopped = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
6494
6494
|
// src/index.ts
|
|
6495
6495
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
6496
6496
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6497
|
+
|
|
6497
6498
|
0 && (module.exports = {
|
|
6498
|
-
AccessEndpointType,
|
|
6499
|
-
Action,
|
|
6500
|
-
AppBlockBuilderAttribute,
|
|
6501
|
-
AppBlockBuilderPlatformType,
|
|
6502
|
-
AppBlockBuilderState,
|
|
6503
|
-
AppBlockBuilderStateChangeReasonCode,
|
|
6504
|
-
AppBlockState,
|
|
6505
|
-
AppStream,
|
|
6506
|
-
AppStreamClient,
|
|
6507
6499
|
AppStreamServiceException,
|
|
6508
|
-
|
|
6509
|
-
|
|
6500
|
+
__Client,
|
|
6501
|
+
AppStreamClient,
|
|
6502
|
+
AppStream,
|
|
6503
|
+
$Command,
|
|
6510
6504
|
AssociateAppBlockBuilderAppBlockCommand,
|
|
6511
6505
|
AssociateApplicationFleetCommand,
|
|
6512
6506
|
AssociateApplicationToEntitlementCommand,
|
|
6513
6507
|
AssociateFleetCommand,
|
|
6514
|
-
AuthenticationType,
|
|
6515
6508
|
BatchAssociateUserStackCommand,
|
|
6516
|
-
BatchAssociateUserStackRequestFilterSensitiveLog,
|
|
6517
|
-
BatchAssociateUserStackResultFilterSensitiveLog,
|
|
6518
6509
|
BatchDisassociateUserStackCommand,
|
|
6519
|
-
BatchDisassociateUserStackRequestFilterSensitiveLog,
|
|
6520
|
-
BatchDisassociateUserStackResultFilterSensitiveLog,
|
|
6521
|
-
CertificateBasedAuthStatus,
|
|
6522
|
-
ConcurrentModificationException,
|
|
6523
6510
|
CopyImageCommand,
|
|
6524
6511
|
CreateAppBlockBuilderCommand,
|
|
6525
6512
|
CreateAppBlockBuilderStreamingURLCommand,
|
|
6526
6513
|
CreateAppBlockCommand,
|
|
6527
6514
|
CreateApplicationCommand,
|
|
6528
6515
|
CreateDirectoryConfigCommand,
|
|
6529
|
-
CreateDirectoryConfigRequestFilterSensitiveLog,
|
|
6530
|
-
CreateDirectoryConfigResultFilterSensitiveLog,
|
|
6531
6516
|
CreateEntitlementCommand,
|
|
6532
6517
|
CreateFleetCommand,
|
|
6533
6518
|
CreateImageBuilderCommand,
|
|
@@ -6537,7 +6522,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6537
6522
|
CreateUpdatedImageCommand,
|
|
6538
6523
|
CreateUsageReportSubscriptionCommand,
|
|
6539
6524
|
CreateUserCommand,
|
|
6540
|
-
CreateUserRequestFilterSensitiveLog,
|
|
6541
6525
|
DeleteAppBlockBuilderCommand,
|
|
6542
6526
|
DeleteAppBlockCommand,
|
|
6543
6527
|
DeleteApplicationCommand,
|
|
@@ -6550,14 +6534,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6550
6534
|
DeleteStackCommand,
|
|
6551
6535
|
DeleteUsageReportSubscriptionCommand,
|
|
6552
6536
|
DeleteUserCommand,
|
|
6553
|
-
DeleteUserRequestFilterSensitiveLog,
|
|
6554
6537
|
DescribeAppBlockBuilderAppBlockAssociationsCommand,
|
|
6555
6538
|
DescribeAppBlockBuildersCommand,
|
|
6556
6539
|
DescribeAppBlocksCommand,
|
|
6557
6540
|
DescribeApplicationFleetAssociationsCommand,
|
|
6558
6541
|
DescribeApplicationsCommand,
|
|
6559
6542
|
DescribeDirectoryConfigsCommand,
|
|
6560
|
-
DescribeDirectoryConfigsResultFilterSensitiveLog,
|
|
6561
6543
|
DescribeEntitlementsCommand,
|
|
6562
6544
|
DescribeFleetsCommand,
|
|
6563
6545
|
DescribeImageBuildersCommand,
|
|
@@ -6567,88 +6549,109 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6567
6549
|
DescribeStacksCommand,
|
|
6568
6550
|
DescribeUsageReportSubscriptionsCommand,
|
|
6569
6551
|
DescribeUserStackAssociationsCommand,
|
|
6570
|
-
DescribeUserStackAssociationsRequestFilterSensitiveLog,
|
|
6571
|
-
DescribeUserStackAssociationsResultFilterSensitiveLog,
|
|
6572
6552
|
DescribeUsersCommand,
|
|
6573
|
-
DescribeUsersResultFilterSensitiveLog,
|
|
6574
|
-
DirectoryConfigFilterSensitiveLog,
|
|
6575
6553
|
DisableUserCommand,
|
|
6576
|
-
DisableUserRequestFilterSensitiveLog,
|
|
6577
6554
|
DisassociateAppBlockBuilderAppBlockCommand,
|
|
6578
6555
|
DisassociateApplicationFleetCommand,
|
|
6579
6556
|
DisassociateApplicationFromEntitlementCommand,
|
|
6580
6557
|
DisassociateFleetCommand,
|
|
6581
6558
|
EnableUserCommand,
|
|
6582
|
-
EnableUserRequestFilterSensitiveLog,
|
|
6583
|
-
EntitlementAlreadyExistsException,
|
|
6584
|
-
EntitlementNotFoundException,
|
|
6585
6559
|
ExpireSessionCommand,
|
|
6586
|
-
FleetAttribute,
|
|
6587
|
-
FleetErrorCode,
|
|
6588
|
-
FleetState,
|
|
6589
|
-
FleetType,
|
|
6590
|
-
ImageBuilderState,
|
|
6591
|
-
ImageBuilderStateChangeReasonCode,
|
|
6592
|
-
ImageState,
|
|
6593
|
-
ImageStateChangeReasonCode,
|
|
6594
|
-
IncompatibleImageException,
|
|
6595
|
-
InvalidAccountStatusException,
|
|
6596
|
-
InvalidParameterCombinationException,
|
|
6597
|
-
InvalidRoleException,
|
|
6598
|
-
LimitExceededException,
|
|
6599
6560
|
ListAssociatedFleetsCommand,
|
|
6600
6561
|
ListAssociatedStacksCommand,
|
|
6601
6562
|
ListEntitledApplicationsCommand,
|
|
6602
6563
|
ListTagsForResourceCommand,
|
|
6603
|
-
MessageAction,
|
|
6604
|
-
OperationNotPermittedException,
|
|
6605
|
-
PackagingType,
|
|
6606
|
-
Permission,
|
|
6607
|
-
PlatformType,
|
|
6608
|
-
PreferredProtocol,
|
|
6609
|
-
RequestLimitExceededException,
|
|
6610
|
-
ResourceAlreadyExistsException,
|
|
6611
|
-
ResourceInUseException,
|
|
6612
|
-
ResourceNotAvailableException,
|
|
6613
|
-
ResourceNotFoundException,
|
|
6614
|
-
ServiceAccountCredentialsFilterSensitiveLog,
|
|
6615
|
-
SessionConnectionState,
|
|
6616
|
-
SessionState,
|
|
6617
|
-
StackAttribute,
|
|
6618
|
-
StackErrorCode,
|
|
6619
6564
|
StartAppBlockBuilderCommand,
|
|
6620
6565
|
StartFleetCommand,
|
|
6621
6566
|
StartImageBuilderCommand,
|
|
6622
6567
|
StopAppBlockBuilderCommand,
|
|
6623
6568
|
StopFleetCommand,
|
|
6624
6569
|
StopImageBuilderCommand,
|
|
6625
|
-
StorageConnectorType,
|
|
6626
|
-
StreamView,
|
|
6627
6570
|
TagResourceCommand,
|
|
6628
6571
|
UntagResourceCommand,
|
|
6629
6572
|
UpdateAppBlockBuilderCommand,
|
|
6630
6573
|
UpdateApplicationCommand,
|
|
6631
6574
|
UpdateDirectoryConfigCommand,
|
|
6632
|
-
UpdateDirectoryConfigRequestFilterSensitiveLog,
|
|
6633
|
-
UpdateDirectoryConfigResultFilterSensitiveLog,
|
|
6634
6575
|
UpdateEntitlementCommand,
|
|
6635
6576
|
UpdateFleetCommand,
|
|
6636
6577
|
UpdateImagePermissionsCommand,
|
|
6637
6578
|
UpdateStackCommand,
|
|
6638
|
-
UsageReportExecutionErrorCode,
|
|
6639
|
-
UsageReportSchedule,
|
|
6640
|
-
UserFilterSensitiveLog,
|
|
6641
|
-
UserStackAssociationErrorCode,
|
|
6642
|
-
UserStackAssociationErrorFilterSensitiveLog,
|
|
6643
|
-
UserStackAssociationFilterSensitiveLog,
|
|
6644
|
-
VisibilityType,
|
|
6645
|
-
__Client,
|
|
6646
6579
|
paginateDescribeAppBlockBuilderAppBlockAssociations,
|
|
6647
6580
|
paginateDescribeAppBlockBuilders,
|
|
6648
6581
|
paginateDescribeImagePermissions,
|
|
6649
6582
|
paginateDescribeImages,
|
|
6650
6583
|
waitForFleetStarted,
|
|
6651
|
-
waitForFleetStopped,
|
|
6652
6584
|
waitUntilFleetStarted,
|
|
6653
|
-
|
|
6585
|
+
waitForFleetStopped,
|
|
6586
|
+
waitUntilFleetStopped,
|
|
6587
|
+
AccessEndpointType,
|
|
6588
|
+
Action,
|
|
6589
|
+
PackagingType,
|
|
6590
|
+
AppBlockState,
|
|
6591
|
+
FleetErrorCode,
|
|
6592
|
+
AppBlockBuilderPlatformType,
|
|
6593
|
+
AppBlockBuilderState,
|
|
6594
|
+
AppBlockBuilderStateChangeReasonCode,
|
|
6595
|
+
AppBlockBuilderAttribute,
|
|
6596
|
+
PlatformType,
|
|
6597
|
+
ApplicationAttribute,
|
|
6598
|
+
AppVisibility,
|
|
6599
|
+
ConcurrentModificationException,
|
|
6600
|
+
InvalidParameterCombinationException,
|
|
6601
|
+
LimitExceededException,
|
|
6602
|
+
OperationNotPermittedException,
|
|
6603
|
+
ResourceNotFoundException,
|
|
6604
|
+
EntitlementNotFoundException,
|
|
6605
|
+
IncompatibleImageException,
|
|
6606
|
+
InvalidAccountStatusException,
|
|
6607
|
+
AuthenticationType,
|
|
6608
|
+
UserStackAssociationErrorCode,
|
|
6609
|
+
CertificateBasedAuthStatus,
|
|
6610
|
+
ResourceAlreadyExistsException,
|
|
6611
|
+
ResourceNotAvailableException,
|
|
6612
|
+
InvalidRoleException,
|
|
6613
|
+
RequestLimitExceededException,
|
|
6614
|
+
EntitlementAlreadyExistsException,
|
|
6615
|
+
FleetType,
|
|
6616
|
+
StreamView,
|
|
6617
|
+
FleetState,
|
|
6618
|
+
ImageBuilderState,
|
|
6619
|
+
ImageBuilderStateChangeReasonCode,
|
|
6620
|
+
StorageConnectorType,
|
|
6621
|
+
PreferredProtocol,
|
|
6622
|
+
Permission,
|
|
6623
|
+
StackErrorCode,
|
|
6624
|
+
ImageState,
|
|
6625
|
+
ImageStateChangeReasonCode,
|
|
6626
|
+
VisibilityType,
|
|
6627
|
+
UsageReportSchedule,
|
|
6628
|
+
MessageAction,
|
|
6629
|
+
ResourceInUseException,
|
|
6630
|
+
SessionConnectionState,
|
|
6631
|
+
SessionState,
|
|
6632
|
+
UsageReportExecutionErrorCode,
|
|
6633
|
+
FleetAttribute,
|
|
6634
|
+
StackAttribute,
|
|
6635
|
+
UserStackAssociationFilterSensitiveLog,
|
|
6636
|
+
BatchAssociateUserStackRequestFilterSensitiveLog,
|
|
6637
|
+
UserStackAssociationErrorFilterSensitiveLog,
|
|
6638
|
+
BatchAssociateUserStackResultFilterSensitiveLog,
|
|
6639
|
+
BatchDisassociateUserStackRequestFilterSensitiveLog,
|
|
6640
|
+
BatchDisassociateUserStackResultFilterSensitiveLog,
|
|
6641
|
+
ServiceAccountCredentialsFilterSensitiveLog,
|
|
6642
|
+
CreateDirectoryConfigRequestFilterSensitiveLog,
|
|
6643
|
+
DirectoryConfigFilterSensitiveLog,
|
|
6644
|
+
CreateDirectoryConfigResultFilterSensitiveLog,
|
|
6645
|
+
CreateUserRequestFilterSensitiveLog,
|
|
6646
|
+
DeleteUserRequestFilterSensitiveLog,
|
|
6647
|
+
DescribeDirectoryConfigsResultFilterSensitiveLog,
|
|
6648
|
+
UserFilterSensitiveLog,
|
|
6649
|
+
DescribeUsersResultFilterSensitiveLog,
|
|
6650
|
+
DescribeUserStackAssociationsRequestFilterSensitiveLog,
|
|
6651
|
+
DescribeUserStackAssociationsResultFilterSensitiveLog,
|
|
6652
|
+
DisableUserRequestFilterSensitiveLog,
|
|
6653
|
+
EnableUserRequestFilterSensitiveLog,
|
|
6654
|
+
UpdateDirectoryConfigRequestFilterSensitiveLog,
|
|
6655
|
+
UpdateDirectoryConfigResultFilterSensitiveLog
|
|
6654
6656
|
});
|
|
6657
|
+
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appstream",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|