@aws-sdk/client-appstream 3.496.0 → 3.501.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 +75 -74
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -6496,39 +6496,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6496
6496
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6497
6497
|
|
|
6498
6498
|
0 && (module.exports = {
|
|
6499
|
-
AccessEndpointType,
|
|
6500
|
-
Action,
|
|
6501
|
-
AppBlockBuilderAttribute,
|
|
6502
|
-
AppBlockBuilderPlatformType,
|
|
6503
|
-
AppBlockBuilderState,
|
|
6504
|
-
AppBlockBuilderStateChangeReasonCode,
|
|
6505
|
-
AppBlockState,
|
|
6506
|
-
AppStream,
|
|
6507
|
-
AppStreamClient,
|
|
6508
6499
|
AppStreamServiceException,
|
|
6509
|
-
|
|
6510
|
-
|
|
6500
|
+
__Client,
|
|
6501
|
+
AppStreamClient,
|
|
6502
|
+
AppStream,
|
|
6503
|
+
$Command,
|
|
6511
6504
|
AssociateAppBlockBuilderAppBlockCommand,
|
|
6512
6505
|
AssociateApplicationFleetCommand,
|
|
6513
6506
|
AssociateApplicationToEntitlementCommand,
|
|
6514
6507
|
AssociateFleetCommand,
|
|
6515
|
-
AuthenticationType,
|
|
6516
6508
|
BatchAssociateUserStackCommand,
|
|
6517
|
-
BatchAssociateUserStackRequestFilterSensitiveLog,
|
|
6518
|
-
BatchAssociateUserStackResultFilterSensitiveLog,
|
|
6519
6509
|
BatchDisassociateUserStackCommand,
|
|
6520
|
-
BatchDisassociateUserStackRequestFilterSensitiveLog,
|
|
6521
|
-
BatchDisassociateUserStackResultFilterSensitiveLog,
|
|
6522
|
-
CertificateBasedAuthStatus,
|
|
6523
|
-
ConcurrentModificationException,
|
|
6524
6510
|
CopyImageCommand,
|
|
6525
6511
|
CreateAppBlockBuilderCommand,
|
|
6526
6512
|
CreateAppBlockBuilderStreamingURLCommand,
|
|
6527
6513
|
CreateAppBlockCommand,
|
|
6528
6514
|
CreateApplicationCommand,
|
|
6529
6515
|
CreateDirectoryConfigCommand,
|
|
6530
|
-
CreateDirectoryConfigRequestFilterSensitiveLog,
|
|
6531
|
-
CreateDirectoryConfigResultFilterSensitiveLog,
|
|
6532
6516
|
CreateEntitlementCommand,
|
|
6533
6517
|
CreateFleetCommand,
|
|
6534
6518
|
CreateImageBuilderCommand,
|
|
@@ -6538,7 +6522,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6538
6522
|
CreateUpdatedImageCommand,
|
|
6539
6523
|
CreateUsageReportSubscriptionCommand,
|
|
6540
6524
|
CreateUserCommand,
|
|
6541
|
-
CreateUserRequestFilterSensitiveLog,
|
|
6542
6525
|
DeleteAppBlockBuilderCommand,
|
|
6543
6526
|
DeleteAppBlockCommand,
|
|
6544
6527
|
DeleteApplicationCommand,
|
|
@@ -6551,14 +6534,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6551
6534
|
DeleteStackCommand,
|
|
6552
6535
|
DeleteUsageReportSubscriptionCommand,
|
|
6553
6536
|
DeleteUserCommand,
|
|
6554
|
-
DeleteUserRequestFilterSensitiveLog,
|
|
6555
6537
|
DescribeAppBlockBuilderAppBlockAssociationsCommand,
|
|
6556
6538
|
DescribeAppBlockBuildersCommand,
|
|
6557
6539
|
DescribeAppBlocksCommand,
|
|
6558
6540
|
DescribeApplicationFleetAssociationsCommand,
|
|
6559
6541
|
DescribeApplicationsCommand,
|
|
6560
6542
|
DescribeDirectoryConfigsCommand,
|
|
6561
|
-
DescribeDirectoryConfigsResultFilterSensitiveLog,
|
|
6562
6543
|
DescribeEntitlementsCommand,
|
|
6563
6544
|
DescribeFleetsCommand,
|
|
6564
6545
|
DescribeImageBuildersCommand,
|
|
@@ -6568,89 +6549,109 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6568
6549
|
DescribeStacksCommand,
|
|
6569
6550
|
DescribeUsageReportSubscriptionsCommand,
|
|
6570
6551
|
DescribeUserStackAssociationsCommand,
|
|
6571
|
-
DescribeUserStackAssociationsRequestFilterSensitiveLog,
|
|
6572
|
-
DescribeUserStackAssociationsResultFilterSensitiveLog,
|
|
6573
6552
|
DescribeUsersCommand,
|
|
6574
|
-
DescribeUsersResultFilterSensitiveLog,
|
|
6575
|
-
DirectoryConfigFilterSensitiveLog,
|
|
6576
6553
|
DisableUserCommand,
|
|
6577
|
-
DisableUserRequestFilterSensitiveLog,
|
|
6578
6554
|
DisassociateAppBlockBuilderAppBlockCommand,
|
|
6579
6555
|
DisassociateApplicationFleetCommand,
|
|
6580
6556
|
DisassociateApplicationFromEntitlementCommand,
|
|
6581
6557
|
DisassociateFleetCommand,
|
|
6582
6558
|
EnableUserCommand,
|
|
6583
|
-
EnableUserRequestFilterSensitiveLog,
|
|
6584
|
-
EntitlementAlreadyExistsException,
|
|
6585
|
-
EntitlementNotFoundException,
|
|
6586
6559
|
ExpireSessionCommand,
|
|
6587
|
-
FleetAttribute,
|
|
6588
|
-
FleetErrorCode,
|
|
6589
|
-
FleetState,
|
|
6590
|
-
FleetType,
|
|
6591
|
-
ImageBuilderState,
|
|
6592
|
-
ImageBuilderStateChangeReasonCode,
|
|
6593
|
-
ImageState,
|
|
6594
|
-
ImageStateChangeReasonCode,
|
|
6595
|
-
IncompatibleImageException,
|
|
6596
|
-
InvalidAccountStatusException,
|
|
6597
|
-
InvalidParameterCombinationException,
|
|
6598
|
-
InvalidRoleException,
|
|
6599
|
-
LimitExceededException,
|
|
6600
6560
|
ListAssociatedFleetsCommand,
|
|
6601
6561
|
ListAssociatedStacksCommand,
|
|
6602
6562
|
ListEntitledApplicationsCommand,
|
|
6603
6563
|
ListTagsForResourceCommand,
|
|
6604
|
-
MessageAction,
|
|
6605
|
-
OperationNotPermittedException,
|
|
6606
|
-
PackagingType,
|
|
6607
|
-
Permission,
|
|
6608
|
-
PlatformType,
|
|
6609
|
-
PreferredProtocol,
|
|
6610
|
-
RequestLimitExceededException,
|
|
6611
|
-
ResourceAlreadyExistsException,
|
|
6612
|
-
ResourceInUseException,
|
|
6613
|
-
ResourceNotAvailableException,
|
|
6614
|
-
ResourceNotFoundException,
|
|
6615
|
-
ServiceAccountCredentialsFilterSensitiveLog,
|
|
6616
|
-
SessionConnectionState,
|
|
6617
|
-
SessionState,
|
|
6618
|
-
StackAttribute,
|
|
6619
|
-
StackErrorCode,
|
|
6620
6564
|
StartAppBlockBuilderCommand,
|
|
6621
6565
|
StartFleetCommand,
|
|
6622
6566
|
StartImageBuilderCommand,
|
|
6623
6567
|
StopAppBlockBuilderCommand,
|
|
6624
6568
|
StopFleetCommand,
|
|
6625
6569
|
StopImageBuilderCommand,
|
|
6626
|
-
StorageConnectorType,
|
|
6627
|
-
StreamView,
|
|
6628
6570
|
TagResourceCommand,
|
|
6629
6571
|
UntagResourceCommand,
|
|
6630
6572
|
UpdateAppBlockBuilderCommand,
|
|
6631
6573
|
UpdateApplicationCommand,
|
|
6632
6574
|
UpdateDirectoryConfigCommand,
|
|
6633
|
-
UpdateDirectoryConfigRequestFilterSensitiveLog,
|
|
6634
|
-
UpdateDirectoryConfigResultFilterSensitiveLog,
|
|
6635
6575
|
UpdateEntitlementCommand,
|
|
6636
6576
|
UpdateFleetCommand,
|
|
6637
6577
|
UpdateImagePermissionsCommand,
|
|
6638
6578
|
UpdateStackCommand,
|
|
6639
|
-
UsageReportExecutionErrorCode,
|
|
6640
|
-
UsageReportSchedule,
|
|
6641
|
-
UserFilterSensitiveLog,
|
|
6642
|
-
UserStackAssociationErrorCode,
|
|
6643
|
-
UserStackAssociationErrorFilterSensitiveLog,
|
|
6644
|
-
UserStackAssociationFilterSensitiveLog,
|
|
6645
|
-
VisibilityType,
|
|
6646
|
-
__Client,
|
|
6647
6579
|
paginateDescribeAppBlockBuilderAppBlockAssociations,
|
|
6648
6580
|
paginateDescribeAppBlockBuilders,
|
|
6649
6581
|
paginateDescribeImagePermissions,
|
|
6650
6582
|
paginateDescribeImages,
|
|
6651
6583
|
waitForFleetStarted,
|
|
6652
|
-
waitForFleetStopped,
|
|
6653
6584
|
waitUntilFleetStarted,
|
|
6654
|
-
|
|
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
|
|
6655
6656
|
});
|
|
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.501.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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|