@aws-sdk/client-appstream 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/AppStream.js +1 -25
- package/dist-cjs/AppStreamClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AssociateFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchAssociateUserStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchDisassociateUserStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CopyImageCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDirectoryConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateImageBuilderCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateImageBuilderStreamingURLCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStreamingURLCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateUpdatedImageCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CreateUsageReportSubscriptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteImageBuilderCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteImageCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteImagePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteUsageReportSubscriptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectoryConfigsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeFleetsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImageBuildersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImagePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImagesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeSessionsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeStacksCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeUsageReportSubscriptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeUserStackAssociationsCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/DescribeUsersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisableUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisassociateFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/EnableUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExpireSessionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAssociatedFleetsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAssociatedStacksCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartImageBuilderCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopImageBuilderCommand.js +2 -27
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UpdateDirectoryConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateFleetCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdateImagePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -415
- package/{dist/cjs → dist-cjs}/pagination/DescribeImagePermissionsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/DescribeImagesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForFleetStarted.js +14 -24
- package/{dist/cjs → dist-cjs}/waiters/waitForFleetStopped.js +14 -24
- package/{dist/es → dist-es}/AppStream.js +1 -2
- package/{dist/es → dist-es}/AppStreamClient.js +1 -2
- package/{dist/es → dist-es}/commands/AssociateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchAssociateUserStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchDisassociateUserStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CopyImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDirectoryConfigCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImageBuilderStreamingURLCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStreamingURLCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUpdatedImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUsageReportSubscriptionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDirectoryConfigCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImagePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteUsageReportSubscriptionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDirectoryConfigsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeFleetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImageBuildersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImagePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSessionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUsageReportSubscriptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUserStackAssociationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUsersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ExpireSessionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAssociatedFleetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAssociatedStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDirectoryConfigCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateImagePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateStackCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeImagePermissionsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeImagesPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForFleetStarted.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForFleetStopped.js +1 -2
- package/{dist/types → dist-types}/AppStream.d.ts +2 -2
- package/{dist/types → dist-types}/AppStreamClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AssociateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchAssociateUserStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDisassociateUserStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CopyImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectoryConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStreamingURLCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateUpdatedImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectoryConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImagePermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectoryConfigsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFleetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImageBuildersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImagePermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSessionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeUserStackAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeUsersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ExpireSessionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssociatedFleetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssociatedStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDirectoryConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateImagePermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/AppStream.d.ts +51 -198
- package/{dist/types → dist-types}/ts3.4/AppStreamClient.d.ts +33 -118
- package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteImageBuilderCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateFleetCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedStacksCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StartImageBuilderCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StopImageBuilderCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1830 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForFleetStarted.d.ts +3 -10
- package/{dist/types → dist-types}/ts3.4/waiters/waitForFleetStopped.d.ts +3 -10
- package/{dist/types → dist-types}/waiters/waitForFleetStarted.d.ts +1 -1
- package/{dist/types → dist-types}/waiters/waitForFleetStopped.d.ts +1 -1
- package/package.json +46 -43
- package/AppStream.ts +0 -1682
- package/AppStreamClient.ts +0 -453
- package/commands/AssociateFleetCommand.ts +0 -94
- package/commands/BatchAssociateUserStackCommand.ts +0 -94
- package/commands/BatchDisassociateUserStackCommand.ts +0 -97
- package/commands/CopyImageCommand.ts +0 -91
- package/commands/CreateDirectoryConfigCommand.ts +0 -94
- package/commands/CreateFleetCommand.ts +0 -94
- package/commands/CreateImageBuilderCommand.ts +0 -95
- package/commands/CreateImageBuilderStreamingURLCommand.ts +0 -102
- package/commands/CreateStackCommand.ts +0 -94
- package/commands/CreateStreamingURLCommand.ts +0 -94
- package/commands/CreateUpdatedImageCommand.ts +0 -97
- package/commands/CreateUsageReportSubscriptionCommand.ts +0 -99
- package/commands/CreateUserCommand.ts +0 -94
- package/commands/DeleteDirectoryConfigCommand.ts +0 -94
- package/commands/DeleteFleetCommand.ts +0 -94
- package/commands/DeleteImageBuilderCommand.ts +0 -94
- package/commands/DeleteImageCommand.ts +0 -95
- package/commands/DeleteImagePermissionsCommand.ts +0 -94
- package/commands/DeleteStackCommand.ts +0 -94
- package/commands/DeleteUsageReportSubscriptionCommand.ts +0 -99
- package/commands/DeleteUserCommand.ts +0 -94
- package/commands/DescribeDirectoryConfigsCommand.ts +0 -96
- package/commands/DescribeFleetsCommand.ts +0 -94
- package/commands/DescribeImageBuildersCommand.ts +0 -94
- package/commands/DescribeImagePermissionsCommand.ts +0 -94
- package/commands/DescribeImagesCommand.ts +0 -94
- package/commands/DescribeSessionsCommand.ts +0 -96
- package/commands/DescribeStacksCommand.ts +0 -94
- package/commands/DescribeUsageReportSubscriptionsCommand.ts +0 -102
- package/commands/DescribeUserStackAssociationsCommand.ts +0 -107
- package/commands/DescribeUsersCommand.ts +0 -94
- package/commands/DisableUserCommand.ts +0 -94
- package/commands/DisassociateFleetCommand.ts +0 -94
- package/commands/EnableUserCommand.ts +0 -94
- package/commands/ExpireSessionCommand.ts +0 -94
- package/commands/ListAssociatedFleetsCommand.ts +0 -94
- package/commands/ListAssociatedStacksCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/StartFleetCommand.ts +0 -94
- package/commands/StartImageBuilderCommand.ts +0 -94
- package/commands/StopFleetCommand.ts +0 -91
- package/commands/StopImageBuilderCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -100
- package/commands/UntagResourceCommand.ts +0 -96
- package/commands/UpdateDirectoryConfigCommand.ts +0 -94
- package/commands/UpdateFleetCommand.ts +0 -97
- package/commands/UpdateImagePermissionsCommand.ts +0 -94
- package/commands/UpdateStackCommand.ts +0 -94
- package/dist/cjs/AppStream.js.map +0 -1
- package/dist/cjs/AppStreamClient.js +0 -64
- package/dist/cjs/AppStreamClient.js.map +0 -1
- package/dist/cjs/commands/AssociateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateUserStackCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateUserStackCommand.js.map +0 -1
- package/dist/cjs/commands/CopyImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectoryConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImageBuilderStreamingURLCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingURLCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUpdatedImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectoryConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImageCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectoryConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImageBuildersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUsageReportSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserStackAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUsersCommand.js.map +0 -1
- package/dist/cjs/commands/DisableUserCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/EnableUserCommand.js.map +0 -1
- package/dist/cjs/commands/ExpireSessionCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartFleetCommand.js.map +0 -1
- package/dist/cjs/commands/StartImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/StopFleetCommand.js.map +0 -1
- package/dist/cjs/commands/StopImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -67
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDirectoryConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/DescribeImagePermissionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForFleetStarted.js.map +0 -1
- package/dist/cjs/waiters/waitForFleetStopped.js.map +0 -1
- package/dist/es/AppStream.js.map +0 -1
- package/dist/es/AppStreamClient.js.map +0 -1
- package/dist/es/commands/AssociateFleetCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateUserStackCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateUserStackCommand.js.map +0 -1
- package/dist/es/commands/CopyImageCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectoryConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetCommand.js.map +0 -1
- package/dist/es/commands/CreateImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/CreateImageBuilderStreamingURLCommand.js.map +0 -1
- package/dist/es/commands/CreateStackCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingURLCommand.js.map +0 -1
- package/dist/es/commands/CreateUpdatedImageCommand.js.map +0 -1
- package/dist/es/commands/CreateUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectoryConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/es/commands/DeleteImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/DeleteImageCommand.js.map +0 -1
- package/dist/es/commands/DeleteImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackCommand.js.map +0 -1
- package/dist/es/commands/DeleteUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectoryConfigsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeImageBuildersCommand.js.map +0 -1
- package/dist/es/commands/DescribeImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/es/commands/DescribeUsageReportSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserStackAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeUsersCommand.js.map +0 -1
- package/dist/es/commands/DisableUserCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFleetCommand.js.map +0 -1
- package/dist/es/commands/EnableUserCommand.js.map +0 -1
- package/dist/es/commands/ExpireSessionCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedFleetsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedStacksCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartFleetCommand.js.map +0 -1
- package/dist/es/commands/StartImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/StopFleetCommand.js.map +0 -1
- package/dist/es/commands/StopImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDirectoryConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetCommand.js.map +0 -1
- package/dist/es/commands/UpdateImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -57
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/DescribeImagePermissionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForFleetStarted.js.map +0 -1
- package/dist/es/waiters/waitForFleetStopped.js.map +0 -1
- package/dist/types/ts3.4/commands/AssociateFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CopyImageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateImageBuilderCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateStreamingURLCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteImageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ExpireSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFleetCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3653
- package/endpoints.ts +0 -63
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4501
- package/pagination/DescribeImagePermissionsPaginator.ts +0 -58
- package/pagination/DescribeImagesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -6845
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForFleetStarted.ts +0 -82
- package/waiters/waitForFleetStopped.ts +0 -82
package/AppStreamClient.ts
DELETED
|
@@ -1,453 +0,0 @@
|
|
|
1
|
-
import { AssociateFleetCommandInput, AssociateFleetCommandOutput } from "./commands/AssociateFleetCommand";
|
|
2
|
-
import {
|
|
3
|
-
BatchAssociateUserStackCommandInput,
|
|
4
|
-
BatchAssociateUserStackCommandOutput,
|
|
5
|
-
} from "./commands/BatchAssociateUserStackCommand";
|
|
6
|
-
import {
|
|
7
|
-
BatchDisassociateUserStackCommandInput,
|
|
8
|
-
BatchDisassociateUserStackCommandOutput,
|
|
9
|
-
} from "./commands/BatchDisassociateUserStackCommand";
|
|
10
|
-
import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
|
|
11
|
-
import {
|
|
12
|
-
CreateDirectoryConfigCommandInput,
|
|
13
|
-
CreateDirectoryConfigCommandOutput,
|
|
14
|
-
} from "./commands/CreateDirectoryConfigCommand";
|
|
15
|
-
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
16
|
-
import { CreateImageBuilderCommandInput, CreateImageBuilderCommandOutput } from "./commands/CreateImageBuilderCommand";
|
|
17
|
-
import {
|
|
18
|
-
CreateImageBuilderStreamingURLCommandInput,
|
|
19
|
-
CreateImageBuilderStreamingURLCommandOutput,
|
|
20
|
-
} from "./commands/CreateImageBuilderStreamingURLCommand";
|
|
21
|
-
import { CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
|
|
22
|
-
import { CreateStreamingURLCommandInput, CreateStreamingURLCommandOutput } from "./commands/CreateStreamingURLCommand";
|
|
23
|
-
import { CreateUpdatedImageCommandInput, CreateUpdatedImageCommandOutput } from "./commands/CreateUpdatedImageCommand";
|
|
24
|
-
import {
|
|
25
|
-
CreateUsageReportSubscriptionCommandInput,
|
|
26
|
-
CreateUsageReportSubscriptionCommandOutput,
|
|
27
|
-
} from "./commands/CreateUsageReportSubscriptionCommand";
|
|
28
|
-
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
29
|
-
import {
|
|
30
|
-
DeleteDirectoryConfigCommandInput,
|
|
31
|
-
DeleteDirectoryConfigCommandOutput,
|
|
32
|
-
} from "./commands/DeleteDirectoryConfigCommand";
|
|
33
|
-
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
34
|
-
import { DeleteImageBuilderCommandInput, DeleteImageBuilderCommandOutput } from "./commands/DeleteImageBuilderCommand";
|
|
35
|
-
import { DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
|
|
36
|
-
import {
|
|
37
|
-
DeleteImagePermissionsCommandInput,
|
|
38
|
-
DeleteImagePermissionsCommandOutput,
|
|
39
|
-
} from "./commands/DeleteImagePermissionsCommand";
|
|
40
|
-
import { DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
|
|
41
|
-
import {
|
|
42
|
-
DeleteUsageReportSubscriptionCommandInput,
|
|
43
|
-
DeleteUsageReportSubscriptionCommandOutput,
|
|
44
|
-
} from "./commands/DeleteUsageReportSubscriptionCommand";
|
|
45
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeDirectoryConfigsCommandInput,
|
|
48
|
-
DescribeDirectoryConfigsCommandOutput,
|
|
49
|
-
} from "./commands/DescribeDirectoryConfigsCommand";
|
|
50
|
-
import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
|
|
51
|
-
import {
|
|
52
|
-
DescribeImageBuildersCommandInput,
|
|
53
|
-
DescribeImageBuildersCommandOutput,
|
|
54
|
-
} from "./commands/DescribeImageBuildersCommand";
|
|
55
|
-
import {
|
|
56
|
-
DescribeImagePermissionsCommandInput,
|
|
57
|
-
DescribeImagePermissionsCommandOutput,
|
|
58
|
-
} from "./commands/DescribeImagePermissionsCommand";
|
|
59
|
-
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
|
|
60
|
-
import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
|
|
61
|
-
import { DescribeStacksCommandInput, DescribeStacksCommandOutput } from "./commands/DescribeStacksCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeUsageReportSubscriptionsCommandInput,
|
|
64
|
-
DescribeUsageReportSubscriptionsCommandOutput,
|
|
65
|
-
} from "./commands/DescribeUsageReportSubscriptionsCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeUserStackAssociationsCommandInput,
|
|
68
|
-
DescribeUserStackAssociationsCommandOutput,
|
|
69
|
-
} from "./commands/DescribeUserStackAssociationsCommand";
|
|
70
|
-
import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
|
|
71
|
-
import { DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
|
|
72
|
-
import { DisassociateFleetCommandInput, DisassociateFleetCommandOutput } from "./commands/DisassociateFleetCommand";
|
|
73
|
-
import { EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
|
|
74
|
-
import { ExpireSessionCommandInput, ExpireSessionCommandOutput } from "./commands/ExpireSessionCommand";
|
|
75
|
-
import {
|
|
76
|
-
ListAssociatedFleetsCommandInput,
|
|
77
|
-
ListAssociatedFleetsCommandOutput,
|
|
78
|
-
} from "./commands/ListAssociatedFleetsCommand";
|
|
79
|
-
import {
|
|
80
|
-
ListAssociatedStacksCommandInput,
|
|
81
|
-
ListAssociatedStacksCommandOutput,
|
|
82
|
-
} from "./commands/ListAssociatedStacksCommand";
|
|
83
|
-
import {
|
|
84
|
-
ListTagsForResourceCommandInput,
|
|
85
|
-
ListTagsForResourceCommandOutput,
|
|
86
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
87
|
-
import { StartFleetCommandInput, StartFleetCommandOutput } from "./commands/StartFleetCommand";
|
|
88
|
-
import { StartImageBuilderCommandInput, StartImageBuilderCommandOutput } from "./commands/StartImageBuilderCommand";
|
|
89
|
-
import { StopFleetCommandInput, StopFleetCommandOutput } from "./commands/StopFleetCommand";
|
|
90
|
-
import { StopImageBuilderCommandInput, StopImageBuilderCommandOutput } from "./commands/StopImageBuilderCommand";
|
|
91
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
92
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
93
|
-
import {
|
|
94
|
-
UpdateDirectoryConfigCommandInput,
|
|
95
|
-
UpdateDirectoryConfigCommandOutput,
|
|
96
|
-
} from "./commands/UpdateDirectoryConfigCommand";
|
|
97
|
-
import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateImagePermissionsCommandInput,
|
|
100
|
-
UpdateImagePermissionsCommandOutput,
|
|
101
|
-
} from "./commands/UpdateImagePermissionsCommand";
|
|
102
|
-
import { UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
|
|
103
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
104
|
-
import {
|
|
105
|
-
EndpointsInputConfig,
|
|
106
|
-
EndpointsResolvedConfig,
|
|
107
|
-
RegionInputConfig,
|
|
108
|
-
RegionResolvedConfig,
|
|
109
|
-
resolveEndpointsConfig,
|
|
110
|
-
resolveRegionConfig,
|
|
111
|
-
} from "@aws-sdk/config-resolver";
|
|
112
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
113
|
-
import {
|
|
114
|
-
HostHeaderInputConfig,
|
|
115
|
-
HostHeaderResolvedConfig,
|
|
116
|
-
getHostHeaderPlugin,
|
|
117
|
-
resolveHostHeaderConfig,
|
|
118
|
-
} from "@aws-sdk/middleware-host-header";
|
|
119
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
120
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
121
|
-
import {
|
|
122
|
-
AwsAuthInputConfig,
|
|
123
|
-
AwsAuthResolvedConfig,
|
|
124
|
-
getAwsAuthPlugin,
|
|
125
|
-
resolveAwsAuthConfig,
|
|
126
|
-
} from "@aws-sdk/middleware-signing";
|
|
127
|
-
import {
|
|
128
|
-
UserAgentInputConfig,
|
|
129
|
-
UserAgentResolvedConfig,
|
|
130
|
-
getUserAgentPlugin,
|
|
131
|
-
resolveUserAgentConfig,
|
|
132
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
133
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
134
|
-
import {
|
|
135
|
-
Client as __Client,
|
|
136
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
137
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
138
|
-
} from "@aws-sdk/smithy-client";
|
|
139
|
-
import {
|
|
140
|
-
Provider,
|
|
141
|
-
RegionInfoProvider,
|
|
142
|
-
Credentials as __Credentials,
|
|
143
|
-
Decoder as __Decoder,
|
|
144
|
-
Encoder as __Encoder,
|
|
145
|
-
Hash as __Hash,
|
|
146
|
-
HashConstructor as __HashConstructor,
|
|
147
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
148
|
-
Logger as __Logger,
|
|
149
|
-
Provider as __Provider,
|
|
150
|
-
StreamCollector as __StreamCollector,
|
|
151
|
-
UrlParser as __UrlParser,
|
|
152
|
-
UserAgent as __UserAgent,
|
|
153
|
-
} from "@aws-sdk/types";
|
|
154
|
-
|
|
155
|
-
export type ServiceInputTypes =
|
|
156
|
-
| AssociateFleetCommandInput
|
|
157
|
-
| BatchAssociateUserStackCommandInput
|
|
158
|
-
| BatchDisassociateUserStackCommandInput
|
|
159
|
-
| CopyImageCommandInput
|
|
160
|
-
| CreateDirectoryConfigCommandInput
|
|
161
|
-
| CreateFleetCommandInput
|
|
162
|
-
| CreateImageBuilderCommandInput
|
|
163
|
-
| CreateImageBuilderStreamingURLCommandInput
|
|
164
|
-
| CreateStackCommandInput
|
|
165
|
-
| CreateStreamingURLCommandInput
|
|
166
|
-
| CreateUpdatedImageCommandInput
|
|
167
|
-
| CreateUsageReportSubscriptionCommandInput
|
|
168
|
-
| CreateUserCommandInput
|
|
169
|
-
| DeleteDirectoryConfigCommandInput
|
|
170
|
-
| DeleteFleetCommandInput
|
|
171
|
-
| DeleteImageBuilderCommandInput
|
|
172
|
-
| DeleteImageCommandInput
|
|
173
|
-
| DeleteImagePermissionsCommandInput
|
|
174
|
-
| DeleteStackCommandInput
|
|
175
|
-
| DeleteUsageReportSubscriptionCommandInput
|
|
176
|
-
| DeleteUserCommandInput
|
|
177
|
-
| DescribeDirectoryConfigsCommandInput
|
|
178
|
-
| DescribeFleetsCommandInput
|
|
179
|
-
| DescribeImageBuildersCommandInput
|
|
180
|
-
| DescribeImagePermissionsCommandInput
|
|
181
|
-
| DescribeImagesCommandInput
|
|
182
|
-
| DescribeSessionsCommandInput
|
|
183
|
-
| DescribeStacksCommandInput
|
|
184
|
-
| DescribeUsageReportSubscriptionsCommandInput
|
|
185
|
-
| DescribeUserStackAssociationsCommandInput
|
|
186
|
-
| DescribeUsersCommandInput
|
|
187
|
-
| DisableUserCommandInput
|
|
188
|
-
| DisassociateFleetCommandInput
|
|
189
|
-
| EnableUserCommandInput
|
|
190
|
-
| ExpireSessionCommandInput
|
|
191
|
-
| ListAssociatedFleetsCommandInput
|
|
192
|
-
| ListAssociatedStacksCommandInput
|
|
193
|
-
| ListTagsForResourceCommandInput
|
|
194
|
-
| StartFleetCommandInput
|
|
195
|
-
| StartImageBuilderCommandInput
|
|
196
|
-
| StopFleetCommandInput
|
|
197
|
-
| StopImageBuilderCommandInput
|
|
198
|
-
| TagResourceCommandInput
|
|
199
|
-
| UntagResourceCommandInput
|
|
200
|
-
| UpdateDirectoryConfigCommandInput
|
|
201
|
-
| UpdateFleetCommandInput
|
|
202
|
-
| UpdateImagePermissionsCommandInput
|
|
203
|
-
| UpdateStackCommandInput;
|
|
204
|
-
|
|
205
|
-
export type ServiceOutputTypes =
|
|
206
|
-
| AssociateFleetCommandOutput
|
|
207
|
-
| BatchAssociateUserStackCommandOutput
|
|
208
|
-
| BatchDisassociateUserStackCommandOutput
|
|
209
|
-
| CopyImageCommandOutput
|
|
210
|
-
| CreateDirectoryConfigCommandOutput
|
|
211
|
-
| CreateFleetCommandOutput
|
|
212
|
-
| CreateImageBuilderCommandOutput
|
|
213
|
-
| CreateImageBuilderStreamingURLCommandOutput
|
|
214
|
-
| CreateStackCommandOutput
|
|
215
|
-
| CreateStreamingURLCommandOutput
|
|
216
|
-
| CreateUpdatedImageCommandOutput
|
|
217
|
-
| CreateUsageReportSubscriptionCommandOutput
|
|
218
|
-
| CreateUserCommandOutput
|
|
219
|
-
| DeleteDirectoryConfigCommandOutput
|
|
220
|
-
| DeleteFleetCommandOutput
|
|
221
|
-
| DeleteImageBuilderCommandOutput
|
|
222
|
-
| DeleteImageCommandOutput
|
|
223
|
-
| DeleteImagePermissionsCommandOutput
|
|
224
|
-
| DeleteStackCommandOutput
|
|
225
|
-
| DeleteUsageReportSubscriptionCommandOutput
|
|
226
|
-
| DeleteUserCommandOutput
|
|
227
|
-
| DescribeDirectoryConfigsCommandOutput
|
|
228
|
-
| DescribeFleetsCommandOutput
|
|
229
|
-
| DescribeImageBuildersCommandOutput
|
|
230
|
-
| DescribeImagePermissionsCommandOutput
|
|
231
|
-
| DescribeImagesCommandOutput
|
|
232
|
-
| DescribeSessionsCommandOutput
|
|
233
|
-
| DescribeStacksCommandOutput
|
|
234
|
-
| DescribeUsageReportSubscriptionsCommandOutput
|
|
235
|
-
| DescribeUserStackAssociationsCommandOutput
|
|
236
|
-
| DescribeUsersCommandOutput
|
|
237
|
-
| DisableUserCommandOutput
|
|
238
|
-
| DisassociateFleetCommandOutput
|
|
239
|
-
| EnableUserCommandOutput
|
|
240
|
-
| ExpireSessionCommandOutput
|
|
241
|
-
| ListAssociatedFleetsCommandOutput
|
|
242
|
-
| ListAssociatedStacksCommandOutput
|
|
243
|
-
| ListTagsForResourceCommandOutput
|
|
244
|
-
| StartFleetCommandOutput
|
|
245
|
-
| StartImageBuilderCommandOutput
|
|
246
|
-
| StopFleetCommandOutput
|
|
247
|
-
| StopImageBuilderCommandOutput
|
|
248
|
-
| TagResourceCommandOutput
|
|
249
|
-
| UntagResourceCommandOutput
|
|
250
|
-
| UpdateDirectoryConfigCommandOutput
|
|
251
|
-
| UpdateFleetCommandOutput
|
|
252
|
-
| UpdateImagePermissionsCommandOutput
|
|
253
|
-
| UpdateStackCommandOutput;
|
|
254
|
-
|
|
255
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
256
|
-
/**
|
|
257
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
258
|
-
*/
|
|
259
|
-
requestHandler?: __HttpHandler;
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
263
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
sha256?: __HashConstructor;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
|
-
urlParser?: __UrlParser;
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* A function that can calculate the length of a request body.
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
* A function that converts a stream into an array of bytes.
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
streamCollector?: __StreamCollector;
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
|
-
base64Decoder?: __Decoder;
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
base64Encoder?: __Encoder;
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
utf8Decoder?: __Decoder;
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
utf8Encoder?: __Encoder;
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* The runtime environment.
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
|
-
runtime?: string;
|
|
315
|
-
|
|
316
|
-
/**
|
|
317
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
318
|
-
* trait of an operation.
|
|
319
|
-
*/
|
|
320
|
-
disableHostPrefix?: boolean;
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
324
|
-
*/
|
|
325
|
-
maxAttempts?: number | __Provider<number>;
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
* Specifies which retry algorithm to use.
|
|
329
|
-
*/
|
|
330
|
-
retryMode?: string | __Provider<string>;
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Optional logger for logging debug/info/warn/error.
|
|
334
|
-
*/
|
|
335
|
-
logger?: __Logger;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* Unique service identifier.
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
serviceId?: string;
|
|
342
|
-
|
|
343
|
-
/**
|
|
344
|
-
* The AWS region to which this client will send requests
|
|
345
|
-
*/
|
|
346
|
-
region?: string | __Provider<string>;
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* Default credentials provider; Not available in browser runtime.
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
type AppStreamClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
368
|
-
ClientDefaults &
|
|
369
|
-
RegionInputConfig &
|
|
370
|
-
EndpointsInputConfig &
|
|
371
|
-
RetryInputConfig &
|
|
372
|
-
HostHeaderInputConfig &
|
|
373
|
-
AwsAuthInputConfig &
|
|
374
|
-
UserAgentInputConfig;
|
|
375
|
-
/**
|
|
376
|
-
* The configuration interface of AppStreamClient class constructor that set the region, credentials and other options.
|
|
377
|
-
*/
|
|
378
|
-
export interface AppStreamClientConfig extends AppStreamClientConfigType {}
|
|
379
|
-
|
|
380
|
-
type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
381
|
-
Required<ClientDefaults> &
|
|
382
|
-
RegionResolvedConfig &
|
|
383
|
-
EndpointsResolvedConfig &
|
|
384
|
-
RetryResolvedConfig &
|
|
385
|
-
HostHeaderResolvedConfig &
|
|
386
|
-
AwsAuthResolvedConfig &
|
|
387
|
-
UserAgentResolvedConfig;
|
|
388
|
-
/**
|
|
389
|
-
* The resolved configuration interface of AppStreamClient class. This is resolved and normalized from the {@link AppStreamClientConfig | constructor configuration interface}.
|
|
390
|
-
*/
|
|
391
|
-
export interface AppStreamClientResolvedConfig extends AppStreamClientResolvedConfigType {}
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* <fullname>Amazon AppStream 2.0</fullname>
|
|
395
|
-
* <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand. </p>
|
|
396
|
-
*
|
|
397
|
-
* <note>
|
|
398
|
-
* <p>You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/access-api-cli-through-interface-vpc-endpoint.html">Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
399
|
-
* </note>
|
|
400
|
-
*
|
|
401
|
-
* <p>To learn more about AppStream 2.0, see the following resources:</p>
|
|
402
|
-
*
|
|
403
|
-
* <ul>
|
|
404
|
-
* <li>
|
|
405
|
-
* <p>
|
|
406
|
-
* <a href="http://aws.amazon.com/appstream2">Amazon AppStream 2.0 product page</a>
|
|
407
|
-
* </p>
|
|
408
|
-
* </li>
|
|
409
|
-
* <li>
|
|
410
|
-
* <p>
|
|
411
|
-
* <a href="http://aws.amazon.com/documentation/appstream2">Amazon AppStream 2.0 documentation</a>
|
|
412
|
-
* </p>
|
|
413
|
-
* </li>
|
|
414
|
-
* </ul>
|
|
415
|
-
*/
|
|
416
|
-
export class AppStreamClient extends __Client<
|
|
417
|
-
__HttpHandlerOptions,
|
|
418
|
-
ServiceInputTypes,
|
|
419
|
-
ServiceOutputTypes,
|
|
420
|
-
AppStreamClientResolvedConfig
|
|
421
|
-
> {
|
|
422
|
-
/**
|
|
423
|
-
* The resolved configuration of AppStreamClient class. This is resolved and normalized from the {@link AppStreamClientConfig | constructor configuration interface}.
|
|
424
|
-
*/
|
|
425
|
-
readonly config: AppStreamClientResolvedConfig;
|
|
426
|
-
|
|
427
|
-
constructor(configuration: AppStreamClientConfig) {
|
|
428
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
429
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
430
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
431
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
432
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
433
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
434
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
435
|
-
super(_config_6);
|
|
436
|
-
this.config = _config_6;
|
|
437
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
438
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
439
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
440
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
441
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
442
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
/**
|
|
446
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
447
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
448
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
449
|
-
*/
|
|
450
|
-
destroy(): void {
|
|
451
|
-
super.destroy();
|
|
452
|
-
}
|
|
453
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
2
|
-
import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1AssociateFleetCommand,
|
|
5
|
-
serializeAws_json1_1AssociateFleetCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface AssociateFleetCommandInput extends AssociateFleetRequest {}
|
|
21
|
-
export interface AssociateFleetCommandOutput extends AssociateFleetResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Associates the specified fleet with the specified stack.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { AppStreamClient, AssociateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
29
|
-
* // const { AppStreamClient, AssociateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
30
|
-
* const client = new AppStreamClient(config);
|
|
31
|
-
* const command = new AssociateFleetCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link AssociateFleetCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link AssociateFleetCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class AssociateFleetCommand extends $Command<
|
|
41
|
-
AssociateFleetCommandInput,
|
|
42
|
-
AssociateFleetCommandOutput,
|
|
43
|
-
AppStreamClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: AssociateFleetCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: AppStreamClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<AssociateFleetCommandInput, AssociateFleetCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "AppStreamClient";
|
|
68
|
-
const commandName = "AssociateFleetCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: AssociateFleetRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: AssociateFleetResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: AssociateFleetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1AssociateFleetCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AssociateFleetCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1AssociateFleetCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
|
|
2
|
-
import { BatchAssociateUserStackRequest, BatchAssociateUserStackResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1BatchAssociateUserStackCommand,
|
|
5
|
-
serializeAws_json1_1BatchAssociateUserStackCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface BatchAssociateUserStackCommandInput extends BatchAssociateUserStackRequest {}
|
|
21
|
-
export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUserStackResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { AppStreamClient, BatchAssociateUserStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
29
|
-
* // const { AppStreamClient, BatchAssociateUserStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
30
|
-
* const client = new AppStreamClient(config);
|
|
31
|
-
* const command = new BatchAssociateUserStackCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link BatchAssociateUserStackCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link BatchAssociateUserStackCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link AppStreamClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class BatchAssociateUserStackCommand extends $Command<
|
|
41
|
-
BatchAssociateUserStackCommandInput,
|
|
42
|
-
BatchAssociateUserStackCommandOutput,
|
|
43
|
-
AppStreamClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: BatchAssociateUserStackCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: AppStreamClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<BatchAssociateUserStackCommandInput, BatchAssociateUserStackCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "AppStreamClient";
|
|
68
|
-
const commandName = "BatchAssociateUserStackCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: BatchAssociateUserStackRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: BatchAssociateUserStackResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: BatchAssociateUserStackCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1BatchAssociateUserStackCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<BatchAssociateUserStackCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1BatchAssociateUserStackCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|