@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/AppStream.ts
DELETED
|
@@ -1,1682 +0,0 @@
|
|
|
1
|
-
import { AppStreamClient } from "./AppStreamClient";
|
|
2
|
-
import {
|
|
3
|
-
AssociateFleetCommand,
|
|
4
|
-
AssociateFleetCommandInput,
|
|
5
|
-
AssociateFleetCommandOutput,
|
|
6
|
-
} from "./commands/AssociateFleetCommand";
|
|
7
|
-
import {
|
|
8
|
-
BatchAssociateUserStackCommand,
|
|
9
|
-
BatchAssociateUserStackCommandInput,
|
|
10
|
-
BatchAssociateUserStackCommandOutput,
|
|
11
|
-
} from "./commands/BatchAssociateUserStackCommand";
|
|
12
|
-
import {
|
|
13
|
-
BatchDisassociateUserStackCommand,
|
|
14
|
-
BatchDisassociateUserStackCommandInput,
|
|
15
|
-
BatchDisassociateUserStackCommandOutput,
|
|
16
|
-
} from "./commands/BatchDisassociateUserStackCommand";
|
|
17
|
-
import { CopyImageCommand, CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateDirectoryConfigCommand,
|
|
20
|
-
CreateDirectoryConfigCommandInput,
|
|
21
|
-
CreateDirectoryConfigCommandOutput,
|
|
22
|
-
} from "./commands/CreateDirectoryConfigCommand";
|
|
23
|
-
import { CreateFleetCommand, CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
|
|
24
|
-
import {
|
|
25
|
-
CreateImageBuilderCommand,
|
|
26
|
-
CreateImageBuilderCommandInput,
|
|
27
|
-
CreateImageBuilderCommandOutput,
|
|
28
|
-
} from "./commands/CreateImageBuilderCommand";
|
|
29
|
-
import {
|
|
30
|
-
CreateImageBuilderStreamingURLCommand,
|
|
31
|
-
CreateImageBuilderStreamingURLCommandInput,
|
|
32
|
-
CreateImageBuilderStreamingURLCommandOutput,
|
|
33
|
-
} from "./commands/CreateImageBuilderStreamingURLCommand";
|
|
34
|
-
import { CreateStackCommand, CreateStackCommandInput, CreateStackCommandOutput } from "./commands/CreateStackCommand";
|
|
35
|
-
import {
|
|
36
|
-
CreateStreamingURLCommand,
|
|
37
|
-
CreateStreamingURLCommandInput,
|
|
38
|
-
CreateStreamingURLCommandOutput,
|
|
39
|
-
} from "./commands/CreateStreamingURLCommand";
|
|
40
|
-
import {
|
|
41
|
-
CreateUpdatedImageCommand,
|
|
42
|
-
CreateUpdatedImageCommandInput,
|
|
43
|
-
CreateUpdatedImageCommandOutput,
|
|
44
|
-
} from "./commands/CreateUpdatedImageCommand";
|
|
45
|
-
import {
|
|
46
|
-
CreateUsageReportSubscriptionCommand,
|
|
47
|
-
CreateUsageReportSubscriptionCommandInput,
|
|
48
|
-
CreateUsageReportSubscriptionCommandOutput,
|
|
49
|
-
} from "./commands/CreateUsageReportSubscriptionCommand";
|
|
50
|
-
import { CreateUserCommand, CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
51
|
-
import {
|
|
52
|
-
DeleteDirectoryConfigCommand,
|
|
53
|
-
DeleteDirectoryConfigCommandInput,
|
|
54
|
-
DeleteDirectoryConfigCommandOutput,
|
|
55
|
-
} from "./commands/DeleteDirectoryConfigCommand";
|
|
56
|
-
import { DeleteFleetCommand, DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
|
|
57
|
-
import {
|
|
58
|
-
DeleteImageBuilderCommand,
|
|
59
|
-
DeleteImageBuilderCommandInput,
|
|
60
|
-
DeleteImageBuilderCommandOutput,
|
|
61
|
-
} from "./commands/DeleteImageBuilderCommand";
|
|
62
|
-
import { DeleteImageCommand, DeleteImageCommandInput, DeleteImageCommandOutput } from "./commands/DeleteImageCommand";
|
|
63
|
-
import {
|
|
64
|
-
DeleteImagePermissionsCommand,
|
|
65
|
-
DeleteImagePermissionsCommandInput,
|
|
66
|
-
DeleteImagePermissionsCommandOutput,
|
|
67
|
-
} from "./commands/DeleteImagePermissionsCommand";
|
|
68
|
-
import { DeleteStackCommand, DeleteStackCommandInput, DeleteStackCommandOutput } from "./commands/DeleteStackCommand";
|
|
69
|
-
import {
|
|
70
|
-
DeleteUsageReportSubscriptionCommand,
|
|
71
|
-
DeleteUsageReportSubscriptionCommandInput,
|
|
72
|
-
DeleteUsageReportSubscriptionCommandOutput,
|
|
73
|
-
} from "./commands/DeleteUsageReportSubscriptionCommand";
|
|
74
|
-
import { DeleteUserCommand, DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
|
|
75
|
-
import {
|
|
76
|
-
DescribeDirectoryConfigsCommand,
|
|
77
|
-
DescribeDirectoryConfigsCommandInput,
|
|
78
|
-
DescribeDirectoryConfigsCommandOutput,
|
|
79
|
-
} from "./commands/DescribeDirectoryConfigsCommand";
|
|
80
|
-
import {
|
|
81
|
-
DescribeFleetsCommand,
|
|
82
|
-
DescribeFleetsCommandInput,
|
|
83
|
-
DescribeFleetsCommandOutput,
|
|
84
|
-
} from "./commands/DescribeFleetsCommand";
|
|
85
|
-
import {
|
|
86
|
-
DescribeImageBuildersCommand,
|
|
87
|
-
DescribeImageBuildersCommandInput,
|
|
88
|
-
DescribeImageBuildersCommandOutput,
|
|
89
|
-
} from "./commands/DescribeImageBuildersCommand";
|
|
90
|
-
import {
|
|
91
|
-
DescribeImagePermissionsCommand,
|
|
92
|
-
DescribeImagePermissionsCommandInput,
|
|
93
|
-
DescribeImagePermissionsCommandOutput,
|
|
94
|
-
} from "./commands/DescribeImagePermissionsCommand";
|
|
95
|
-
import {
|
|
96
|
-
DescribeImagesCommand,
|
|
97
|
-
DescribeImagesCommandInput,
|
|
98
|
-
DescribeImagesCommandOutput,
|
|
99
|
-
} from "./commands/DescribeImagesCommand";
|
|
100
|
-
import {
|
|
101
|
-
DescribeSessionsCommand,
|
|
102
|
-
DescribeSessionsCommandInput,
|
|
103
|
-
DescribeSessionsCommandOutput,
|
|
104
|
-
} from "./commands/DescribeSessionsCommand";
|
|
105
|
-
import {
|
|
106
|
-
DescribeStacksCommand,
|
|
107
|
-
DescribeStacksCommandInput,
|
|
108
|
-
DescribeStacksCommandOutput,
|
|
109
|
-
} from "./commands/DescribeStacksCommand";
|
|
110
|
-
import {
|
|
111
|
-
DescribeUsageReportSubscriptionsCommand,
|
|
112
|
-
DescribeUsageReportSubscriptionsCommandInput,
|
|
113
|
-
DescribeUsageReportSubscriptionsCommandOutput,
|
|
114
|
-
} from "./commands/DescribeUsageReportSubscriptionsCommand";
|
|
115
|
-
import {
|
|
116
|
-
DescribeUserStackAssociationsCommand,
|
|
117
|
-
DescribeUserStackAssociationsCommandInput,
|
|
118
|
-
DescribeUserStackAssociationsCommandOutput,
|
|
119
|
-
} from "./commands/DescribeUserStackAssociationsCommand";
|
|
120
|
-
import {
|
|
121
|
-
DescribeUsersCommand,
|
|
122
|
-
DescribeUsersCommandInput,
|
|
123
|
-
DescribeUsersCommandOutput,
|
|
124
|
-
} from "./commands/DescribeUsersCommand";
|
|
125
|
-
import { DisableUserCommand, DisableUserCommandInput, DisableUserCommandOutput } from "./commands/DisableUserCommand";
|
|
126
|
-
import {
|
|
127
|
-
DisassociateFleetCommand,
|
|
128
|
-
DisassociateFleetCommandInput,
|
|
129
|
-
DisassociateFleetCommandOutput,
|
|
130
|
-
} from "./commands/DisassociateFleetCommand";
|
|
131
|
-
import { EnableUserCommand, EnableUserCommandInput, EnableUserCommandOutput } from "./commands/EnableUserCommand";
|
|
132
|
-
import {
|
|
133
|
-
ExpireSessionCommand,
|
|
134
|
-
ExpireSessionCommandInput,
|
|
135
|
-
ExpireSessionCommandOutput,
|
|
136
|
-
} from "./commands/ExpireSessionCommand";
|
|
137
|
-
import {
|
|
138
|
-
ListAssociatedFleetsCommand,
|
|
139
|
-
ListAssociatedFleetsCommandInput,
|
|
140
|
-
ListAssociatedFleetsCommandOutput,
|
|
141
|
-
} from "./commands/ListAssociatedFleetsCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListAssociatedStacksCommand,
|
|
144
|
-
ListAssociatedStacksCommandInput,
|
|
145
|
-
ListAssociatedStacksCommandOutput,
|
|
146
|
-
} from "./commands/ListAssociatedStacksCommand";
|
|
147
|
-
import {
|
|
148
|
-
ListTagsForResourceCommand,
|
|
149
|
-
ListTagsForResourceCommandInput,
|
|
150
|
-
ListTagsForResourceCommandOutput,
|
|
151
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
152
|
-
import { StartFleetCommand, StartFleetCommandInput, StartFleetCommandOutput } from "./commands/StartFleetCommand";
|
|
153
|
-
import {
|
|
154
|
-
StartImageBuilderCommand,
|
|
155
|
-
StartImageBuilderCommandInput,
|
|
156
|
-
StartImageBuilderCommandOutput,
|
|
157
|
-
} from "./commands/StartImageBuilderCommand";
|
|
158
|
-
import { StopFleetCommand, StopFleetCommandInput, StopFleetCommandOutput } from "./commands/StopFleetCommand";
|
|
159
|
-
import {
|
|
160
|
-
StopImageBuilderCommand,
|
|
161
|
-
StopImageBuilderCommandInput,
|
|
162
|
-
StopImageBuilderCommandOutput,
|
|
163
|
-
} from "./commands/StopImageBuilderCommand";
|
|
164
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
165
|
-
import {
|
|
166
|
-
UntagResourceCommand,
|
|
167
|
-
UntagResourceCommandInput,
|
|
168
|
-
UntagResourceCommandOutput,
|
|
169
|
-
} from "./commands/UntagResourceCommand";
|
|
170
|
-
import {
|
|
171
|
-
UpdateDirectoryConfigCommand,
|
|
172
|
-
UpdateDirectoryConfigCommandInput,
|
|
173
|
-
UpdateDirectoryConfigCommandOutput,
|
|
174
|
-
} from "./commands/UpdateDirectoryConfigCommand";
|
|
175
|
-
import { UpdateFleetCommand, UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
|
|
176
|
-
import {
|
|
177
|
-
UpdateImagePermissionsCommand,
|
|
178
|
-
UpdateImagePermissionsCommandInput,
|
|
179
|
-
UpdateImagePermissionsCommandOutput,
|
|
180
|
-
} from "./commands/UpdateImagePermissionsCommand";
|
|
181
|
-
import { UpdateStackCommand, UpdateStackCommandInput, UpdateStackCommandOutput } from "./commands/UpdateStackCommand";
|
|
182
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* <fullname>Amazon AppStream 2.0</fullname>
|
|
186
|
-
* <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>
|
|
187
|
-
*
|
|
188
|
-
* <note>
|
|
189
|
-
* <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>
|
|
190
|
-
* </note>
|
|
191
|
-
*
|
|
192
|
-
* <p>To learn more about AppStream 2.0, see the following resources:</p>
|
|
193
|
-
*
|
|
194
|
-
* <ul>
|
|
195
|
-
* <li>
|
|
196
|
-
* <p>
|
|
197
|
-
* <a href="http://aws.amazon.com/appstream2">Amazon AppStream 2.0 product page</a>
|
|
198
|
-
* </p>
|
|
199
|
-
* </li>
|
|
200
|
-
* <li>
|
|
201
|
-
* <p>
|
|
202
|
-
* <a href="http://aws.amazon.com/documentation/appstream2">Amazon AppStream 2.0 documentation</a>
|
|
203
|
-
* </p>
|
|
204
|
-
* </li>
|
|
205
|
-
* </ul>
|
|
206
|
-
*/
|
|
207
|
-
export class AppStream extends AppStreamClient {
|
|
208
|
-
/**
|
|
209
|
-
* <p>Associates the specified fleet with the specified stack.</p>
|
|
210
|
-
*/
|
|
211
|
-
public associateFleet(
|
|
212
|
-
args: AssociateFleetCommandInput,
|
|
213
|
-
options?: __HttpHandlerOptions
|
|
214
|
-
): Promise<AssociateFleetCommandOutput>;
|
|
215
|
-
public associateFleet(
|
|
216
|
-
args: AssociateFleetCommandInput,
|
|
217
|
-
cb: (err: any, data?: AssociateFleetCommandOutput) => void
|
|
218
|
-
): void;
|
|
219
|
-
public associateFleet(
|
|
220
|
-
args: AssociateFleetCommandInput,
|
|
221
|
-
options: __HttpHandlerOptions,
|
|
222
|
-
cb: (err: any, data?: AssociateFleetCommandOutput) => void
|
|
223
|
-
): void;
|
|
224
|
-
public associateFleet(
|
|
225
|
-
args: AssociateFleetCommandInput,
|
|
226
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateFleetCommandOutput) => void),
|
|
227
|
-
cb?: (err: any, data?: AssociateFleetCommandOutput) => void
|
|
228
|
-
): Promise<AssociateFleetCommandOutput> | void {
|
|
229
|
-
const command = new AssociateFleetCommand(args);
|
|
230
|
-
if (typeof optionsOrCb === "function") {
|
|
231
|
-
this.send(command, optionsOrCb);
|
|
232
|
-
} else if (typeof cb === "function") {
|
|
233
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
234
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
235
|
-
} else {
|
|
236
|
-
return this.send(command, optionsOrCb);
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* <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>
|
|
242
|
-
*/
|
|
243
|
-
public batchAssociateUserStack(
|
|
244
|
-
args: BatchAssociateUserStackCommandInput,
|
|
245
|
-
options?: __HttpHandlerOptions
|
|
246
|
-
): Promise<BatchAssociateUserStackCommandOutput>;
|
|
247
|
-
public batchAssociateUserStack(
|
|
248
|
-
args: BatchAssociateUserStackCommandInput,
|
|
249
|
-
cb: (err: any, data?: BatchAssociateUserStackCommandOutput) => void
|
|
250
|
-
): void;
|
|
251
|
-
public batchAssociateUserStack(
|
|
252
|
-
args: BatchAssociateUserStackCommandInput,
|
|
253
|
-
options: __HttpHandlerOptions,
|
|
254
|
-
cb: (err: any, data?: BatchAssociateUserStackCommandOutput) => void
|
|
255
|
-
): void;
|
|
256
|
-
public batchAssociateUserStack(
|
|
257
|
-
args: BatchAssociateUserStackCommandInput,
|
|
258
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchAssociateUserStackCommandOutput) => void),
|
|
259
|
-
cb?: (err: any, data?: BatchAssociateUserStackCommandOutput) => void
|
|
260
|
-
): Promise<BatchAssociateUserStackCommandOutput> | void {
|
|
261
|
-
const command = new BatchAssociateUserStackCommand(args);
|
|
262
|
-
if (typeof optionsOrCb === "function") {
|
|
263
|
-
this.send(command, optionsOrCb);
|
|
264
|
-
} else if (typeof cb === "function") {
|
|
265
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
267
|
-
} else {
|
|
268
|
-
return this.send(command, optionsOrCb);
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
* <p>Disassociates the specified users from the specified stacks.</p>
|
|
274
|
-
*/
|
|
275
|
-
public batchDisassociateUserStack(
|
|
276
|
-
args: BatchDisassociateUserStackCommandInput,
|
|
277
|
-
options?: __HttpHandlerOptions
|
|
278
|
-
): Promise<BatchDisassociateUserStackCommandOutput>;
|
|
279
|
-
public batchDisassociateUserStack(
|
|
280
|
-
args: BatchDisassociateUserStackCommandInput,
|
|
281
|
-
cb: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void
|
|
282
|
-
): void;
|
|
283
|
-
public batchDisassociateUserStack(
|
|
284
|
-
args: BatchDisassociateUserStackCommandInput,
|
|
285
|
-
options: __HttpHandlerOptions,
|
|
286
|
-
cb: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void
|
|
287
|
-
): void;
|
|
288
|
-
public batchDisassociateUserStack(
|
|
289
|
-
args: BatchDisassociateUserStackCommandInput,
|
|
290
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDisassociateUserStackCommandOutput) => void),
|
|
291
|
-
cb?: (err: any, data?: BatchDisassociateUserStackCommandOutput) => void
|
|
292
|
-
): Promise<BatchDisassociateUserStackCommandOutput> | void {
|
|
293
|
-
const command = new BatchDisassociateUserStackCommand(args);
|
|
294
|
-
if (typeof optionsOrCb === "function") {
|
|
295
|
-
this.send(command, optionsOrCb);
|
|
296
|
-
} else if (typeof cb === "function") {
|
|
297
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
298
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
299
|
-
} else {
|
|
300
|
-
return this.send(command, optionsOrCb);
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* <p>Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.</p>
|
|
306
|
-
*/
|
|
307
|
-
public copyImage(args: CopyImageCommandInput, options?: __HttpHandlerOptions): Promise<CopyImageCommandOutput>;
|
|
308
|
-
public copyImage(args: CopyImageCommandInput, cb: (err: any, data?: CopyImageCommandOutput) => void): void;
|
|
309
|
-
public copyImage(
|
|
310
|
-
args: CopyImageCommandInput,
|
|
311
|
-
options: __HttpHandlerOptions,
|
|
312
|
-
cb: (err: any, data?: CopyImageCommandOutput) => void
|
|
313
|
-
): void;
|
|
314
|
-
public copyImage(
|
|
315
|
-
args: CopyImageCommandInput,
|
|
316
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CopyImageCommandOutput) => void),
|
|
317
|
-
cb?: (err: any, data?: CopyImageCommandOutput) => void
|
|
318
|
-
): Promise<CopyImageCommandOutput> | void {
|
|
319
|
-
const command = new CopyImageCommand(args);
|
|
320
|
-
if (typeof optionsOrCb === "function") {
|
|
321
|
-
this.send(command, optionsOrCb);
|
|
322
|
-
} else if (typeof cb === "function") {
|
|
323
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
324
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
325
|
-
} else {
|
|
326
|
-
return this.send(command, optionsOrCb);
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* <p>Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
332
|
-
*/
|
|
333
|
-
public createDirectoryConfig(
|
|
334
|
-
args: CreateDirectoryConfigCommandInput,
|
|
335
|
-
options?: __HttpHandlerOptions
|
|
336
|
-
): Promise<CreateDirectoryConfigCommandOutput>;
|
|
337
|
-
public createDirectoryConfig(
|
|
338
|
-
args: CreateDirectoryConfigCommandInput,
|
|
339
|
-
cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void
|
|
340
|
-
): void;
|
|
341
|
-
public createDirectoryConfig(
|
|
342
|
-
args: CreateDirectoryConfigCommandInput,
|
|
343
|
-
options: __HttpHandlerOptions,
|
|
344
|
-
cb: (err: any, data?: CreateDirectoryConfigCommandOutput) => void
|
|
345
|
-
): void;
|
|
346
|
-
public createDirectoryConfig(
|
|
347
|
-
args: CreateDirectoryConfigCommandInput,
|
|
348
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDirectoryConfigCommandOutput) => void),
|
|
349
|
-
cb?: (err: any, data?: CreateDirectoryConfigCommandOutput) => void
|
|
350
|
-
): Promise<CreateDirectoryConfigCommandOutput> | void {
|
|
351
|
-
const command = new CreateDirectoryConfigCommand(args);
|
|
352
|
-
if (typeof optionsOrCb === "function") {
|
|
353
|
-
this.send(command, optionsOrCb);
|
|
354
|
-
} else if (typeof cb === "function") {
|
|
355
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
356
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
357
|
-
} else {
|
|
358
|
-
return this.send(command, optionsOrCb);
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/**
|
|
363
|
-
* <p>Creates a fleet. A fleet consists of streaming instances that run a specified image.</p>
|
|
364
|
-
*/
|
|
365
|
-
public createFleet(args: CreateFleetCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetCommandOutput>;
|
|
366
|
-
public createFleet(args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
|
|
367
|
-
public createFleet(
|
|
368
|
-
args: CreateFleetCommandInput,
|
|
369
|
-
options: __HttpHandlerOptions,
|
|
370
|
-
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
371
|
-
): void;
|
|
372
|
-
public createFleet(
|
|
373
|
-
args: CreateFleetCommandInput,
|
|
374
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFleetCommandOutput) => void),
|
|
375
|
-
cb?: (err: any, data?: CreateFleetCommandOutput) => void
|
|
376
|
-
): Promise<CreateFleetCommandOutput> | void {
|
|
377
|
-
const command = new CreateFleetCommand(args);
|
|
378
|
-
if (typeof optionsOrCb === "function") {
|
|
379
|
-
this.send(command, optionsOrCb);
|
|
380
|
-
} else if (typeof cb === "function") {
|
|
381
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
382
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
383
|
-
} else {
|
|
384
|
-
return this.send(command, optionsOrCb);
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* <p>Creates an image builder. An image builder is a virtual machine that is used to create an image.</p>
|
|
390
|
-
* <p>The initial state of the builder is <code>PENDING</code>. When it is ready, the state is <code>RUNNING</code>.</p>
|
|
391
|
-
*/
|
|
392
|
-
public createImageBuilder(
|
|
393
|
-
args: CreateImageBuilderCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
395
|
-
): Promise<CreateImageBuilderCommandOutput>;
|
|
396
|
-
public createImageBuilder(
|
|
397
|
-
args: CreateImageBuilderCommandInput,
|
|
398
|
-
cb: (err: any, data?: CreateImageBuilderCommandOutput) => void
|
|
399
|
-
): void;
|
|
400
|
-
public createImageBuilder(
|
|
401
|
-
args: CreateImageBuilderCommandInput,
|
|
402
|
-
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: CreateImageBuilderCommandOutput) => void
|
|
404
|
-
): void;
|
|
405
|
-
public createImageBuilder(
|
|
406
|
-
args: CreateImageBuilderCommandInput,
|
|
407
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateImageBuilderCommandOutput) => void),
|
|
408
|
-
cb?: (err: any, data?: CreateImageBuilderCommandOutput) => void
|
|
409
|
-
): Promise<CreateImageBuilderCommandOutput> | void {
|
|
410
|
-
const command = new CreateImageBuilderCommand(args);
|
|
411
|
-
if (typeof optionsOrCb === "function") {
|
|
412
|
-
this.send(command, optionsOrCb);
|
|
413
|
-
} else if (typeof cb === "function") {
|
|
414
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
415
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
416
|
-
} else {
|
|
417
|
-
return this.send(command, optionsOrCb);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
/**
|
|
422
|
-
* <p>Creates a URL to start an image builder streaming session.</p>
|
|
423
|
-
*/
|
|
424
|
-
public createImageBuilderStreamingURL(
|
|
425
|
-
args: CreateImageBuilderStreamingURLCommandInput,
|
|
426
|
-
options?: __HttpHandlerOptions
|
|
427
|
-
): Promise<CreateImageBuilderStreamingURLCommandOutput>;
|
|
428
|
-
public createImageBuilderStreamingURL(
|
|
429
|
-
args: CreateImageBuilderStreamingURLCommandInput,
|
|
430
|
-
cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void
|
|
431
|
-
): void;
|
|
432
|
-
public createImageBuilderStreamingURL(
|
|
433
|
-
args: CreateImageBuilderStreamingURLCommandInput,
|
|
434
|
-
options: __HttpHandlerOptions,
|
|
435
|
-
cb: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void
|
|
436
|
-
): void;
|
|
437
|
-
public createImageBuilderStreamingURL(
|
|
438
|
-
args: CreateImageBuilderStreamingURLCommandInput,
|
|
439
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void),
|
|
440
|
-
cb?: (err: any, data?: CreateImageBuilderStreamingURLCommandOutput) => void
|
|
441
|
-
): Promise<CreateImageBuilderStreamingURLCommandOutput> | void {
|
|
442
|
-
const command = new CreateImageBuilderStreamingURLCommand(args);
|
|
443
|
-
if (typeof optionsOrCb === "function") {
|
|
444
|
-
this.send(command, optionsOrCb);
|
|
445
|
-
} else if (typeof cb === "function") {
|
|
446
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
447
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
448
|
-
} else {
|
|
449
|
-
return this.send(command, optionsOrCb);
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/**
|
|
454
|
-
* <p>Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations. </p>
|
|
455
|
-
*/
|
|
456
|
-
public createStack(args: CreateStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateStackCommandOutput>;
|
|
457
|
-
public createStack(args: CreateStackCommandInput, cb: (err: any, data?: CreateStackCommandOutput) => void): void;
|
|
458
|
-
public createStack(
|
|
459
|
-
args: CreateStackCommandInput,
|
|
460
|
-
options: __HttpHandlerOptions,
|
|
461
|
-
cb: (err: any, data?: CreateStackCommandOutput) => void
|
|
462
|
-
): void;
|
|
463
|
-
public createStack(
|
|
464
|
-
args: CreateStackCommandInput,
|
|
465
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStackCommandOutput) => void),
|
|
466
|
-
cb?: (err: any, data?: CreateStackCommandOutput) => void
|
|
467
|
-
): Promise<CreateStackCommandOutput> | void {
|
|
468
|
-
const command = new CreateStackCommand(args);
|
|
469
|
-
if (typeof optionsOrCb === "function") {
|
|
470
|
-
this.send(command, optionsOrCb);
|
|
471
|
-
} else if (typeof cb === "function") {
|
|
472
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
473
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
474
|
-
} else {
|
|
475
|
-
return this.send(command, optionsOrCb);
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* <p>Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup. </p>
|
|
481
|
-
*/
|
|
482
|
-
public createStreamingURL(
|
|
483
|
-
args: CreateStreamingURLCommandInput,
|
|
484
|
-
options?: __HttpHandlerOptions
|
|
485
|
-
): Promise<CreateStreamingURLCommandOutput>;
|
|
486
|
-
public createStreamingURL(
|
|
487
|
-
args: CreateStreamingURLCommandInput,
|
|
488
|
-
cb: (err: any, data?: CreateStreamingURLCommandOutput) => void
|
|
489
|
-
): void;
|
|
490
|
-
public createStreamingURL(
|
|
491
|
-
args: CreateStreamingURLCommandInput,
|
|
492
|
-
options: __HttpHandlerOptions,
|
|
493
|
-
cb: (err: any, data?: CreateStreamingURLCommandOutput) => void
|
|
494
|
-
): void;
|
|
495
|
-
public createStreamingURL(
|
|
496
|
-
args: CreateStreamingURLCommandInput,
|
|
497
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateStreamingURLCommandOutput) => void),
|
|
498
|
-
cb?: (err: any, data?: CreateStreamingURLCommandOutput) => void
|
|
499
|
-
): Promise<CreateStreamingURLCommandOutput> | void {
|
|
500
|
-
const command = new CreateStreamingURLCommand(args);
|
|
501
|
-
if (typeof optionsOrCb === "function") {
|
|
502
|
-
this.send(command, optionsOrCb);
|
|
503
|
-
} else if (typeof cb === "function") {
|
|
504
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
505
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
506
|
-
} else {
|
|
507
|
-
return this.send(command, optionsOrCb);
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
* <p>Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.</p>
|
|
513
|
-
*
|
|
514
|
-
* <p>For more information, see the "Update an Image by Using
|
|
515
|
-
* Managed AppStream 2.0 Image Updates" section in <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html">Administer Your AppStream 2.0 Images</a>, in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
516
|
-
*/
|
|
517
|
-
public createUpdatedImage(
|
|
518
|
-
args: CreateUpdatedImageCommandInput,
|
|
519
|
-
options?: __HttpHandlerOptions
|
|
520
|
-
): Promise<CreateUpdatedImageCommandOutput>;
|
|
521
|
-
public createUpdatedImage(
|
|
522
|
-
args: CreateUpdatedImageCommandInput,
|
|
523
|
-
cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void
|
|
524
|
-
): void;
|
|
525
|
-
public createUpdatedImage(
|
|
526
|
-
args: CreateUpdatedImageCommandInput,
|
|
527
|
-
options: __HttpHandlerOptions,
|
|
528
|
-
cb: (err: any, data?: CreateUpdatedImageCommandOutput) => void
|
|
529
|
-
): void;
|
|
530
|
-
public createUpdatedImage(
|
|
531
|
-
args: CreateUpdatedImageCommandInput,
|
|
532
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUpdatedImageCommandOutput) => void),
|
|
533
|
-
cb?: (err: any, data?: CreateUpdatedImageCommandOutput) => void
|
|
534
|
-
): Promise<CreateUpdatedImageCommandOutput> | void {
|
|
535
|
-
const command = new CreateUpdatedImageCommand(args);
|
|
536
|
-
if (typeof optionsOrCb === "function") {
|
|
537
|
-
this.send(command, optionsOrCb);
|
|
538
|
-
} else if (typeof cb === "function") {
|
|
539
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
540
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
541
|
-
} else {
|
|
542
|
-
return this.send(command, optionsOrCb);
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
/**
|
|
547
|
-
* <p>Creates a usage report subscription. Usage reports are generated daily.</p>
|
|
548
|
-
*/
|
|
549
|
-
public createUsageReportSubscription(
|
|
550
|
-
args: CreateUsageReportSubscriptionCommandInput,
|
|
551
|
-
options?: __HttpHandlerOptions
|
|
552
|
-
): Promise<CreateUsageReportSubscriptionCommandOutput>;
|
|
553
|
-
public createUsageReportSubscription(
|
|
554
|
-
args: CreateUsageReportSubscriptionCommandInput,
|
|
555
|
-
cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void
|
|
556
|
-
): void;
|
|
557
|
-
public createUsageReportSubscription(
|
|
558
|
-
args: CreateUsageReportSubscriptionCommandInput,
|
|
559
|
-
options: __HttpHandlerOptions,
|
|
560
|
-
cb: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void
|
|
561
|
-
): void;
|
|
562
|
-
public createUsageReportSubscription(
|
|
563
|
-
args: CreateUsageReportSubscriptionCommandInput,
|
|
564
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void),
|
|
565
|
-
cb?: (err: any, data?: CreateUsageReportSubscriptionCommandOutput) => void
|
|
566
|
-
): Promise<CreateUsageReportSubscriptionCommandOutput> | void {
|
|
567
|
-
const command = new CreateUsageReportSubscriptionCommand(args);
|
|
568
|
-
if (typeof optionsOrCb === "function") {
|
|
569
|
-
this.send(command, optionsOrCb);
|
|
570
|
-
} else if (typeof cb === "function") {
|
|
571
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
572
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
573
|
-
} else {
|
|
574
|
-
return this.send(command, optionsOrCb);
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
/**
|
|
579
|
-
* <p>Creates a new user in the user pool.</p>
|
|
580
|
-
*/
|
|
581
|
-
public createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
|
|
582
|
-
public createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
583
|
-
public createUser(
|
|
584
|
-
args: CreateUserCommandInput,
|
|
585
|
-
options: __HttpHandlerOptions,
|
|
586
|
-
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
587
|
-
): void;
|
|
588
|
-
public createUser(
|
|
589
|
-
args: CreateUserCommandInput,
|
|
590
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUserCommandOutput) => void),
|
|
591
|
-
cb?: (err: any, data?: CreateUserCommandOutput) => void
|
|
592
|
-
): Promise<CreateUserCommandOutput> | void {
|
|
593
|
-
const command = new CreateUserCommand(args);
|
|
594
|
-
if (typeof optionsOrCb === "function") {
|
|
595
|
-
this.send(command, optionsOrCb);
|
|
596
|
-
} else if (typeof cb === "function") {
|
|
597
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
598
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
599
|
-
} else {
|
|
600
|
-
return this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* <p>Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.</p>
|
|
606
|
-
*/
|
|
607
|
-
public deleteDirectoryConfig(
|
|
608
|
-
args: DeleteDirectoryConfigCommandInput,
|
|
609
|
-
options?: __HttpHandlerOptions
|
|
610
|
-
): Promise<DeleteDirectoryConfigCommandOutput>;
|
|
611
|
-
public deleteDirectoryConfig(
|
|
612
|
-
args: DeleteDirectoryConfigCommandInput,
|
|
613
|
-
cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void
|
|
614
|
-
): void;
|
|
615
|
-
public deleteDirectoryConfig(
|
|
616
|
-
args: DeleteDirectoryConfigCommandInput,
|
|
617
|
-
options: __HttpHandlerOptions,
|
|
618
|
-
cb: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void
|
|
619
|
-
): void;
|
|
620
|
-
public deleteDirectoryConfig(
|
|
621
|
-
args: DeleteDirectoryConfigCommandInput,
|
|
622
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDirectoryConfigCommandOutput) => void),
|
|
623
|
-
cb?: (err: any, data?: DeleteDirectoryConfigCommandOutput) => void
|
|
624
|
-
): Promise<DeleteDirectoryConfigCommandOutput> | void {
|
|
625
|
-
const command = new DeleteDirectoryConfigCommand(args);
|
|
626
|
-
if (typeof optionsOrCb === "function") {
|
|
627
|
-
this.send(command, optionsOrCb);
|
|
628
|
-
} else if (typeof cb === "function") {
|
|
629
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
630
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
631
|
-
} else {
|
|
632
|
-
return this.send(command, optionsOrCb);
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
/**
|
|
637
|
-
* <p>Deletes the specified fleet.</p>
|
|
638
|
-
*/
|
|
639
|
-
public deleteFleet(args: DeleteFleetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetCommandOutput>;
|
|
640
|
-
public deleteFleet(args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
|
|
641
|
-
public deleteFleet(
|
|
642
|
-
args: DeleteFleetCommandInput,
|
|
643
|
-
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
645
|
-
): void;
|
|
646
|
-
public deleteFleet(
|
|
647
|
-
args: DeleteFleetCommandInput,
|
|
648
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFleetCommandOutput) => void),
|
|
649
|
-
cb?: (err: any, data?: DeleteFleetCommandOutput) => void
|
|
650
|
-
): Promise<DeleteFleetCommandOutput> | void {
|
|
651
|
-
const command = new DeleteFleetCommand(args);
|
|
652
|
-
if (typeof optionsOrCb === "function") {
|
|
653
|
-
this.send(command, optionsOrCb);
|
|
654
|
-
} else if (typeof cb === "function") {
|
|
655
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
656
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
657
|
-
} else {
|
|
658
|
-
return this.send(command, optionsOrCb);
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* <p>Deletes the specified image. You cannot delete an image when it is in use.
|
|
664
|
-
* After you delete an image, you cannot provision new capacity using the image.</p>
|
|
665
|
-
*/
|
|
666
|
-
public deleteImage(args: DeleteImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImageCommandOutput>;
|
|
667
|
-
public deleteImage(args: DeleteImageCommandInput, cb: (err: any, data?: DeleteImageCommandOutput) => void): void;
|
|
668
|
-
public deleteImage(
|
|
669
|
-
args: DeleteImageCommandInput,
|
|
670
|
-
options: __HttpHandlerOptions,
|
|
671
|
-
cb: (err: any, data?: DeleteImageCommandOutput) => void
|
|
672
|
-
): void;
|
|
673
|
-
public deleteImage(
|
|
674
|
-
args: DeleteImageCommandInput,
|
|
675
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteImageCommandOutput) => void),
|
|
676
|
-
cb?: (err: any, data?: DeleteImageCommandOutput) => void
|
|
677
|
-
): Promise<DeleteImageCommandOutput> | void {
|
|
678
|
-
const command = new DeleteImageCommand(args);
|
|
679
|
-
if (typeof optionsOrCb === "function") {
|
|
680
|
-
this.send(command, optionsOrCb);
|
|
681
|
-
} else if (typeof cb === "function") {
|
|
682
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
683
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
684
|
-
} else {
|
|
685
|
-
return this.send(command, optionsOrCb);
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
/**
|
|
690
|
-
* <p>Deletes the specified image builder and releases the capacity.</p>
|
|
691
|
-
*/
|
|
692
|
-
public deleteImageBuilder(
|
|
693
|
-
args: DeleteImageBuilderCommandInput,
|
|
694
|
-
options?: __HttpHandlerOptions
|
|
695
|
-
): Promise<DeleteImageBuilderCommandOutput>;
|
|
696
|
-
public deleteImageBuilder(
|
|
697
|
-
args: DeleteImageBuilderCommandInput,
|
|
698
|
-
cb: (err: any, data?: DeleteImageBuilderCommandOutput) => void
|
|
699
|
-
): void;
|
|
700
|
-
public deleteImageBuilder(
|
|
701
|
-
args: DeleteImageBuilderCommandInput,
|
|
702
|
-
options: __HttpHandlerOptions,
|
|
703
|
-
cb: (err: any, data?: DeleteImageBuilderCommandOutput) => void
|
|
704
|
-
): void;
|
|
705
|
-
public deleteImageBuilder(
|
|
706
|
-
args: DeleteImageBuilderCommandInput,
|
|
707
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteImageBuilderCommandOutput) => void),
|
|
708
|
-
cb?: (err: any, data?: DeleteImageBuilderCommandOutput) => void
|
|
709
|
-
): Promise<DeleteImageBuilderCommandOutput> | void {
|
|
710
|
-
const command = new DeleteImageBuilderCommand(args);
|
|
711
|
-
if (typeof optionsOrCb === "function") {
|
|
712
|
-
this.send(command, optionsOrCb);
|
|
713
|
-
} else if (typeof cb === "function") {
|
|
714
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
715
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
716
|
-
} else {
|
|
717
|
-
return this.send(command, optionsOrCb);
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
/**
|
|
722
|
-
* <p>Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.</p>
|
|
723
|
-
*/
|
|
724
|
-
public deleteImagePermissions(
|
|
725
|
-
args: DeleteImagePermissionsCommandInput,
|
|
726
|
-
options?: __HttpHandlerOptions
|
|
727
|
-
): Promise<DeleteImagePermissionsCommandOutput>;
|
|
728
|
-
public deleteImagePermissions(
|
|
729
|
-
args: DeleteImagePermissionsCommandInput,
|
|
730
|
-
cb: (err: any, data?: DeleteImagePermissionsCommandOutput) => void
|
|
731
|
-
): void;
|
|
732
|
-
public deleteImagePermissions(
|
|
733
|
-
args: DeleteImagePermissionsCommandInput,
|
|
734
|
-
options: __HttpHandlerOptions,
|
|
735
|
-
cb: (err: any, data?: DeleteImagePermissionsCommandOutput) => void
|
|
736
|
-
): void;
|
|
737
|
-
public deleteImagePermissions(
|
|
738
|
-
args: DeleteImagePermissionsCommandInput,
|
|
739
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteImagePermissionsCommandOutput) => void),
|
|
740
|
-
cb?: (err: any, data?: DeleteImagePermissionsCommandOutput) => void
|
|
741
|
-
): Promise<DeleteImagePermissionsCommandOutput> | void {
|
|
742
|
-
const command = new DeleteImagePermissionsCommand(args);
|
|
743
|
-
if (typeof optionsOrCb === "function") {
|
|
744
|
-
this.send(command, optionsOrCb);
|
|
745
|
-
} else if (typeof cb === "function") {
|
|
746
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
747
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
748
|
-
} else {
|
|
749
|
-
return this.send(command, optionsOrCb);
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* <p>Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.</p>
|
|
755
|
-
*/
|
|
756
|
-
public deleteStack(args: DeleteStackCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStackCommandOutput>;
|
|
757
|
-
public deleteStack(args: DeleteStackCommandInput, cb: (err: any, data?: DeleteStackCommandOutput) => void): void;
|
|
758
|
-
public deleteStack(
|
|
759
|
-
args: DeleteStackCommandInput,
|
|
760
|
-
options: __HttpHandlerOptions,
|
|
761
|
-
cb: (err: any, data?: DeleteStackCommandOutput) => void
|
|
762
|
-
): void;
|
|
763
|
-
public deleteStack(
|
|
764
|
-
args: DeleteStackCommandInput,
|
|
765
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteStackCommandOutput) => void),
|
|
766
|
-
cb?: (err: any, data?: DeleteStackCommandOutput) => void
|
|
767
|
-
): Promise<DeleteStackCommandOutput> | void {
|
|
768
|
-
const command = new DeleteStackCommand(args);
|
|
769
|
-
if (typeof optionsOrCb === "function") {
|
|
770
|
-
this.send(command, optionsOrCb);
|
|
771
|
-
} else if (typeof cb === "function") {
|
|
772
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
773
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
-
} else {
|
|
775
|
-
return this.send(command, optionsOrCb);
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
/**
|
|
780
|
-
* <p>Disables usage report generation.</p>
|
|
781
|
-
*/
|
|
782
|
-
public deleteUsageReportSubscription(
|
|
783
|
-
args: DeleteUsageReportSubscriptionCommandInput,
|
|
784
|
-
options?: __HttpHandlerOptions
|
|
785
|
-
): Promise<DeleteUsageReportSubscriptionCommandOutput>;
|
|
786
|
-
public deleteUsageReportSubscription(
|
|
787
|
-
args: DeleteUsageReportSubscriptionCommandInput,
|
|
788
|
-
cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void
|
|
789
|
-
): void;
|
|
790
|
-
public deleteUsageReportSubscription(
|
|
791
|
-
args: DeleteUsageReportSubscriptionCommandInput,
|
|
792
|
-
options: __HttpHandlerOptions,
|
|
793
|
-
cb: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void
|
|
794
|
-
): void;
|
|
795
|
-
public deleteUsageReportSubscription(
|
|
796
|
-
args: DeleteUsageReportSubscriptionCommandInput,
|
|
797
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void),
|
|
798
|
-
cb?: (err: any, data?: DeleteUsageReportSubscriptionCommandOutput) => void
|
|
799
|
-
): Promise<DeleteUsageReportSubscriptionCommandOutput> | void {
|
|
800
|
-
const command = new DeleteUsageReportSubscriptionCommand(args);
|
|
801
|
-
if (typeof optionsOrCb === "function") {
|
|
802
|
-
this.send(command, optionsOrCb);
|
|
803
|
-
} else if (typeof cb === "function") {
|
|
804
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
805
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
806
|
-
} else {
|
|
807
|
-
return this.send(command, optionsOrCb);
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
/**
|
|
812
|
-
* <p>Deletes a user from the user pool.</p>
|
|
813
|
-
*/
|
|
814
|
-
public deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
815
|
-
public deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
816
|
-
public deleteUser(
|
|
817
|
-
args: DeleteUserCommandInput,
|
|
818
|
-
options: __HttpHandlerOptions,
|
|
819
|
-
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
820
|
-
): void;
|
|
821
|
-
public deleteUser(
|
|
822
|
-
args: DeleteUserCommandInput,
|
|
823
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUserCommandOutput) => void),
|
|
824
|
-
cb?: (err: any, data?: DeleteUserCommandOutput) => void
|
|
825
|
-
): Promise<DeleteUserCommandOutput> | void {
|
|
826
|
-
const command = new DeleteUserCommand(args);
|
|
827
|
-
if (typeof optionsOrCb === "function") {
|
|
828
|
-
this.send(command, optionsOrCb);
|
|
829
|
-
} else if (typeof cb === "function") {
|
|
830
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
831
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
832
|
-
} else {
|
|
833
|
-
return this.send(command, optionsOrCb);
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
/**
|
|
838
|
-
* <p>Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
|
|
839
|
-
* </p>
|
|
840
|
-
* <p>Although the response syntax in this topic includes the account password, this password is not returned in the actual response.</p>
|
|
841
|
-
*/
|
|
842
|
-
public describeDirectoryConfigs(
|
|
843
|
-
args: DescribeDirectoryConfigsCommandInput,
|
|
844
|
-
options?: __HttpHandlerOptions
|
|
845
|
-
): Promise<DescribeDirectoryConfigsCommandOutput>;
|
|
846
|
-
public describeDirectoryConfigs(
|
|
847
|
-
args: DescribeDirectoryConfigsCommandInput,
|
|
848
|
-
cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void
|
|
849
|
-
): void;
|
|
850
|
-
public describeDirectoryConfigs(
|
|
851
|
-
args: DescribeDirectoryConfigsCommandInput,
|
|
852
|
-
options: __HttpHandlerOptions,
|
|
853
|
-
cb: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void
|
|
854
|
-
): void;
|
|
855
|
-
public describeDirectoryConfigs(
|
|
856
|
-
args: DescribeDirectoryConfigsCommandInput,
|
|
857
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDirectoryConfigsCommandOutput) => void),
|
|
858
|
-
cb?: (err: any, data?: DescribeDirectoryConfigsCommandOutput) => void
|
|
859
|
-
): Promise<DescribeDirectoryConfigsCommandOutput> | void {
|
|
860
|
-
const command = new DescribeDirectoryConfigsCommand(args);
|
|
861
|
-
if (typeof optionsOrCb === "function") {
|
|
862
|
-
this.send(command, optionsOrCb);
|
|
863
|
-
} else if (typeof cb === "function") {
|
|
864
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
865
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
866
|
-
} else {
|
|
867
|
-
return this.send(command, optionsOrCb);
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
/**
|
|
872
|
-
* <p>Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.</p>
|
|
873
|
-
*/
|
|
874
|
-
public describeFleets(
|
|
875
|
-
args: DescribeFleetsCommandInput,
|
|
876
|
-
options?: __HttpHandlerOptions
|
|
877
|
-
): Promise<DescribeFleetsCommandOutput>;
|
|
878
|
-
public describeFleets(
|
|
879
|
-
args: DescribeFleetsCommandInput,
|
|
880
|
-
cb: (err: any, data?: DescribeFleetsCommandOutput) => void
|
|
881
|
-
): void;
|
|
882
|
-
public describeFleets(
|
|
883
|
-
args: DescribeFleetsCommandInput,
|
|
884
|
-
options: __HttpHandlerOptions,
|
|
885
|
-
cb: (err: any, data?: DescribeFleetsCommandOutput) => void
|
|
886
|
-
): void;
|
|
887
|
-
public describeFleets(
|
|
888
|
-
args: DescribeFleetsCommandInput,
|
|
889
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeFleetsCommandOutput) => void),
|
|
890
|
-
cb?: (err: any, data?: DescribeFleetsCommandOutput) => void
|
|
891
|
-
): Promise<DescribeFleetsCommandOutput> | void {
|
|
892
|
-
const command = new DescribeFleetsCommand(args);
|
|
893
|
-
if (typeof optionsOrCb === "function") {
|
|
894
|
-
this.send(command, optionsOrCb);
|
|
895
|
-
} else if (typeof cb === "function") {
|
|
896
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
897
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
898
|
-
} else {
|
|
899
|
-
return this.send(command, optionsOrCb);
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
/**
|
|
904
|
-
* <p>Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.</p>
|
|
905
|
-
*/
|
|
906
|
-
public describeImageBuilders(
|
|
907
|
-
args: DescribeImageBuildersCommandInput,
|
|
908
|
-
options?: __HttpHandlerOptions
|
|
909
|
-
): Promise<DescribeImageBuildersCommandOutput>;
|
|
910
|
-
public describeImageBuilders(
|
|
911
|
-
args: DescribeImageBuildersCommandInput,
|
|
912
|
-
cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void
|
|
913
|
-
): void;
|
|
914
|
-
public describeImageBuilders(
|
|
915
|
-
args: DescribeImageBuildersCommandInput,
|
|
916
|
-
options: __HttpHandlerOptions,
|
|
917
|
-
cb: (err: any, data?: DescribeImageBuildersCommandOutput) => void
|
|
918
|
-
): void;
|
|
919
|
-
public describeImageBuilders(
|
|
920
|
-
args: DescribeImageBuildersCommandInput,
|
|
921
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeImageBuildersCommandOutput) => void),
|
|
922
|
-
cb?: (err: any, data?: DescribeImageBuildersCommandOutput) => void
|
|
923
|
-
): Promise<DescribeImageBuildersCommandOutput> | void {
|
|
924
|
-
const command = new DescribeImageBuildersCommand(args);
|
|
925
|
-
if (typeof optionsOrCb === "function") {
|
|
926
|
-
this.send(command, optionsOrCb);
|
|
927
|
-
} else if (typeof cb === "function") {
|
|
928
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
929
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
930
|
-
} else {
|
|
931
|
-
return this.send(command, optionsOrCb);
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
/**
|
|
936
|
-
* <p>Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own. </p>
|
|
937
|
-
*/
|
|
938
|
-
public describeImagePermissions(
|
|
939
|
-
args: DescribeImagePermissionsCommandInput,
|
|
940
|
-
options?: __HttpHandlerOptions
|
|
941
|
-
): Promise<DescribeImagePermissionsCommandOutput>;
|
|
942
|
-
public describeImagePermissions(
|
|
943
|
-
args: DescribeImagePermissionsCommandInput,
|
|
944
|
-
cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void
|
|
945
|
-
): void;
|
|
946
|
-
public describeImagePermissions(
|
|
947
|
-
args: DescribeImagePermissionsCommandInput,
|
|
948
|
-
options: __HttpHandlerOptions,
|
|
949
|
-
cb: (err: any, data?: DescribeImagePermissionsCommandOutput) => void
|
|
950
|
-
): void;
|
|
951
|
-
public describeImagePermissions(
|
|
952
|
-
args: DescribeImagePermissionsCommandInput,
|
|
953
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeImagePermissionsCommandOutput) => void),
|
|
954
|
-
cb?: (err: any, data?: DescribeImagePermissionsCommandOutput) => void
|
|
955
|
-
): Promise<DescribeImagePermissionsCommandOutput> | void {
|
|
956
|
-
const command = new DescribeImagePermissionsCommand(args);
|
|
957
|
-
if (typeof optionsOrCb === "function") {
|
|
958
|
-
this.send(command, optionsOrCb);
|
|
959
|
-
} else if (typeof cb === "function") {
|
|
960
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
961
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
962
|
-
} else {
|
|
963
|
-
return this.send(command, optionsOrCb);
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/**
|
|
968
|
-
* <p>Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.</p>
|
|
969
|
-
*/
|
|
970
|
-
public describeImages(
|
|
971
|
-
args: DescribeImagesCommandInput,
|
|
972
|
-
options?: __HttpHandlerOptions
|
|
973
|
-
): Promise<DescribeImagesCommandOutput>;
|
|
974
|
-
public describeImages(
|
|
975
|
-
args: DescribeImagesCommandInput,
|
|
976
|
-
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
977
|
-
): void;
|
|
978
|
-
public describeImages(
|
|
979
|
-
args: DescribeImagesCommandInput,
|
|
980
|
-
options: __HttpHandlerOptions,
|
|
981
|
-
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
982
|
-
): void;
|
|
983
|
-
public describeImages(
|
|
984
|
-
args: DescribeImagesCommandInput,
|
|
985
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeImagesCommandOutput) => void),
|
|
986
|
-
cb?: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
987
|
-
): Promise<DescribeImagesCommandOutput> | void {
|
|
988
|
-
const command = new DescribeImagesCommand(args);
|
|
989
|
-
if (typeof optionsOrCb === "function") {
|
|
990
|
-
this.send(command, optionsOrCb);
|
|
991
|
-
} else if (typeof cb === "function") {
|
|
992
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
993
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
994
|
-
} else {
|
|
995
|
-
return this.send(command, optionsOrCb);
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
* <p>Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet,
|
|
1001
|
-
* only streaming sessions for that user are described. If an authentication type is not provided,
|
|
1002
|
-
* the default is to authenticate users using a streaming URL.</p>
|
|
1003
|
-
*/
|
|
1004
|
-
public describeSessions(
|
|
1005
|
-
args: DescribeSessionsCommandInput,
|
|
1006
|
-
options?: __HttpHandlerOptions
|
|
1007
|
-
): Promise<DescribeSessionsCommandOutput>;
|
|
1008
|
-
public describeSessions(
|
|
1009
|
-
args: DescribeSessionsCommandInput,
|
|
1010
|
-
cb: (err: any, data?: DescribeSessionsCommandOutput) => void
|
|
1011
|
-
): void;
|
|
1012
|
-
public describeSessions(
|
|
1013
|
-
args: DescribeSessionsCommandInput,
|
|
1014
|
-
options: __HttpHandlerOptions,
|
|
1015
|
-
cb: (err: any, data?: DescribeSessionsCommandOutput) => void
|
|
1016
|
-
): void;
|
|
1017
|
-
public describeSessions(
|
|
1018
|
-
args: DescribeSessionsCommandInput,
|
|
1019
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSessionsCommandOutput) => void),
|
|
1020
|
-
cb?: (err: any, data?: DescribeSessionsCommandOutput) => void
|
|
1021
|
-
): Promise<DescribeSessionsCommandOutput> | void {
|
|
1022
|
-
const command = new DescribeSessionsCommand(args);
|
|
1023
|
-
if (typeof optionsOrCb === "function") {
|
|
1024
|
-
this.send(command, optionsOrCb);
|
|
1025
|
-
} else if (typeof cb === "function") {
|
|
1026
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1027
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1028
|
-
} else {
|
|
1029
|
-
return this.send(command, optionsOrCb);
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
* <p>Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.</p>
|
|
1035
|
-
*/
|
|
1036
|
-
public describeStacks(
|
|
1037
|
-
args: DescribeStacksCommandInput,
|
|
1038
|
-
options?: __HttpHandlerOptions
|
|
1039
|
-
): Promise<DescribeStacksCommandOutput>;
|
|
1040
|
-
public describeStacks(
|
|
1041
|
-
args: DescribeStacksCommandInput,
|
|
1042
|
-
cb: (err: any, data?: DescribeStacksCommandOutput) => void
|
|
1043
|
-
): void;
|
|
1044
|
-
public describeStacks(
|
|
1045
|
-
args: DescribeStacksCommandInput,
|
|
1046
|
-
options: __HttpHandlerOptions,
|
|
1047
|
-
cb: (err: any, data?: DescribeStacksCommandOutput) => void
|
|
1048
|
-
): void;
|
|
1049
|
-
public describeStacks(
|
|
1050
|
-
args: DescribeStacksCommandInput,
|
|
1051
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStacksCommandOutput) => void),
|
|
1052
|
-
cb?: (err: any, data?: DescribeStacksCommandOutput) => void
|
|
1053
|
-
): Promise<DescribeStacksCommandOutput> | void {
|
|
1054
|
-
const command = new DescribeStacksCommand(args);
|
|
1055
|
-
if (typeof optionsOrCb === "function") {
|
|
1056
|
-
this.send(command, optionsOrCb);
|
|
1057
|
-
} else if (typeof cb === "function") {
|
|
1058
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1059
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1060
|
-
} else {
|
|
1061
|
-
return this.send(command, optionsOrCb);
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
/**
|
|
1066
|
-
* <p>Retrieves a list that describes one or more usage report subscriptions.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
public describeUsageReportSubscriptions(
|
|
1069
|
-
args: DescribeUsageReportSubscriptionsCommandInput,
|
|
1070
|
-
options?: __HttpHandlerOptions
|
|
1071
|
-
): Promise<DescribeUsageReportSubscriptionsCommandOutput>;
|
|
1072
|
-
public describeUsageReportSubscriptions(
|
|
1073
|
-
args: DescribeUsageReportSubscriptionsCommandInput,
|
|
1074
|
-
cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void
|
|
1075
|
-
): void;
|
|
1076
|
-
public describeUsageReportSubscriptions(
|
|
1077
|
-
args: DescribeUsageReportSubscriptionsCommandInput,
|
|
1078
|
-
options: __HttpHandlerOptions,
|
|
1079
|
-
cb: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void
|
|
1080
|
-
): void;
|
|
1081
|
-
public describeUsageReportSubscriptions(
|
|
1082
|
-
args: DescribeUsageReportSubscriptionsCommandInput,
|
|
1083
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void),
|
|
1084
|
-
cb?: (err: any, data?: DescribeUsageReportSubscriptionsCommandOutput) => void
|
|
1085
|
-
): Promise<DescribeUsageReportSubscriptionsCommandOutput> | void {
|
|
1086
|
-
const command = new DescribeUsageReportSubscriptionsCommand(args);
|
|
1087
|
-
if (typeof optionsOrCb === "function") {
|
|
1088
|
-
this.send(command, optionsOrCb);
|
|
1089
|
-
} else if (typeof cb === "function") {
|
|
1090
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1091
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1092
|
-
} else {
|
|
1093
|
-
return this.send(command, optionsOrCb);
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>Retrieves a list that describes one or more specified users in the user pool.</p>
|
|
1099
|
-
*/
|
|
1100
|
-
public describeUsers(
|
|
1101
|
-
args: DescribeUsersCommandInput,
|
|
1102
|
-
options?: __HttpHandlerOptions
|
|
1103
|
-
): Promise<DescribeUsersCommandOutput>;
|
|
1104
|
-
public describeUsers(
|
|
1105
|
-
args: DescribeUsersCommandInput,
|
|
1106
|
-
cb: (err: any, data?: DescribeUsersCommandOutput) => void
|
|
1107
|
-
): void;
|
|
1108
|
-
public describeUsers(
|
|
1109
|
-
args: DescribeUsersCommandInput,
|
|
1110
|
-
options: __HttpHandlerOptions,
|
|
1111
|
-
cb: (err: any, data?: DescribeUsersCommandOutput) => void
|
|
1112
|
-
): void;
|
|
1113
|
-
public describeUsers(
|
|
1114
|
-
args: DescribeUsersCommandInput,
|
|
1115
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUsersCommandOutput) => void),
|
|
1116
|
-
cb?: (err: any, data?: DescribeUsersCommandOutput) => void
|
|
1117
|
-
): Promise<DescribeUsersCommandOutput> | void {
|
|
1118
|
-
const command = new DescribeUsersCommand(args);
|
|
1119
|
-
if (typeof optionsOrCb === "function") {
|
|
1120
|
-
this.send(command, optionsOrCb);
|
|
1121
|
-
} else if (typeof cb === "function") {
|
|
1122
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1123
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1124
|
-
} else {
|
|
1125
|
-
return this.send(command, optionsOrCb);
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:</p>
|
|
1131
|
-
* <ul>
|
|
1132
|
-
* <li>
|
|
1133
|
-
* <p>The stack name</p>
|
|
1134
|
-
* </li>
|
|
1135
|
-
* <li>
|
|
1136
|
-
* <p>The user name (email address of the user associated with the stack) and the authentication type for the user</p>
|
|
1137
|
-
* </li>
|
|
1138
|
-
* </ul>
|
|
1139
|
-
*/
|
|
1140
|
-
public describeUserStackAssociations(
|
|
1141
|
-
args: DescribeUserStackAssociationsCommandInput,
|
|
1142
|
-
options?: __HttpHandlerOptions
|
|
1143
|
-
): Promise<DescribeUserStackAssociationsCommandOutput>;
|
|
1144
|
-
public describeUserStackAssociations(
|
|
1145
|
-
args: DescribeUserStackAssociationsCommandInput,
|
|
1146
|
-
cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void
|
|
1147
|
-
): void;
|
|
1148
|
-
public describeUserStackAssociations(
|
|
1149
|
-
args: DescribeUserStackAssociationsCommandInput,
|
|
1150
|
-
options: __HttpHandlerOptions,
|
|
1151
|
-
cb: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void
|
|
1152
|
-
): void;
|
|
1153
|
-
public describeUserStackAssociations(
|
|
1154
|
-
args: DescribeUserStackAssociationsCommandInput,
|
|
1155
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserStackAssociationsCommandOutput) => void),
|
|
1156
|
-
cb?: (err: any, data?: DescribeUserStackAssociationsCommandOutput) => void
|
|
1157
|
-
): Promise<DescribeUserStackAssociationsCommandOutput> | void {
|
|
1158
|
-
const command = new DescribeUserStackAssociationsCommand(args);
|
|
1159
|
-
if (typeof optionsOrCb === "function") {
|
|
1160
|
-
this.send(command, optionsOrCb);
|
|
1161
|
-
} else if (typeof cb === "function") {
|
|
1162
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1163
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1164
|
-
} else {
|
|
1165
|
-
return this.send(command, optionsOrCb);
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
/**
|
|
1170
|
-
* <p>Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user. </p>
|
|
1171
|
-
*/
|
|
1172
|
-
public disableUser(args: DisableUserCommandInput, options?: __HttpHandlerOptions): Promise<DisableUserCommandOutput>;
|
|
1173
|
-
public disableUser(args: DisableUserCommandInput, cb: (err: any, data?: DisableUserCommandOutput) => void): void;
|
|
1174
|
-
public disableUser(
|
|
1175
|
-
args: DisableUserCommandInput,
|
|
1176
|
-
options: __HttpHandlerOptions,
|
|
1177
|
-
cb: (err: any, data?: DisableUserCommandOutput) => void
|
|
1178
|
-
): void;
|
|
1179
|
-
public disableUser(
|
|
1180
|
-
args: DisableUserCommandInput,
|
|
1181
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisableUserCommandOutput) => void),
|
|
1182
|
-
cb?: (err: any, data?: DisableUserCommandOutput) => void
|
|
1183
|
-
): Promise<DisableUserCommandOutput> | void {
|
|
1184
|
-
const command = new DisableUserCommand(args);
|
|
1185
|
-
if (typeof optionsOrCb === "function") {
|
|
1186
|
-
this.send(command, optionsOrCb);
|
|
1187
|
-
} else if (typeof cb === "function") {
|
|
1188
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1189
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1190
|
-
} else {
|
|
1191
|
-
return this.send(command, optionsOrCb);
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
/**
|
|
1196
|
-
* <p>Disassociates the specified fleet from the specified stack.</p>
|
|
1197
|
-
*/
|
|
1198
|
-
public disassociateFleet(
|
|
1199
|
-
args: DisassociateFleetCommandInput,
|
|
1200
|
-
options?: __HttpHandlerOptions
|
|
1201
|
-
): Promise<DisassociateFleetCommandOutput>;
|
|
1202
|
-
public disassociateFleet(
|
|
1203
|
-
args: DisassociateFleetCommandInput,
|
|
1204
|
-
cb: (err: any, data?: DisassociateFleetCommandOutput) => void
|
|
1205
|
-
): void;
|
|
1206
|
-
public disassociateFleet(
|
|
1207
|
-
args: DisassociateFleetCommandInput,
|
|
1208
|
-
options: __HttpHandlerOptions,
|
|
1209
|
-
cb: (err: any, data?: DisassociateFleetCommandOutput) => void
|
|
1210
|
-
): void;
|
|
1211
|
-
public disassociateFleet(
|
|
1212
|
-
args: DisassociateFleetCommandInput,
|
|
1213
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateFleetCommandOutput) => void),
|
|
1214
|
-
cb?: (err: any, data?: DisassociateFleetCommandOutput) => void
|
|
1215
|
-
): Promise<DisassociateFleetCommandOutput> | void {
|
|
1216
|
-
const command = new DisassociateFleetCommand(args);
|
|
1217
|
-
if (typeof optionsOrCb === "function") {
|
|
1218
|
-
this.send(command, optionsOrCb);
|
|
1219
|
-
} else if (typeof cb === "function") {
|
|
1220
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1221
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1222
|
-
} else {
|
|
1223
|
-
return this.send(command, optionsOrCb);
|
|
1224
|
-
}
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
/**
|
|
1228
|
-
* <p>Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.</p>
|
|
1229
|
-
*/
|
|
1230
|
-
public enableUser(args: EnableUserCommandInput, options?: __HttpHandlerOptions): Promise<EnableUserCommandOutput>;
|
|
1231
|
-
public enableUser(args: EnableUserCommandInput, cb: (err: any, data?: EnableUserCommandOutput) => void): void;
|
|
1232
|
-
public enableUser(
|
|
1233
|
-
args: EnableUserCommandInput,
|
|
1234
|
-
options: __HttpHandlerOptions,
|
|
1235
|
-
cb: (err: any, data?: EnableUserCommandOutput) => void
|
|
1236
|
-
): void;
|
|
1237
|
-
public enableUser(
|
|
1238
|
-
args: EnableUserCommandInput,
|
|
1239
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: EnableUserCommandOutput) => void),
|
|
1240
|
-
cb?: (err: any, data?: EnableUserCommandOutput) => void
|
|
1241
|
-
): Promise<EnableUserCommandOutput> | void {
|
|
1242
|
-
const command = new EnableUserCommand(args);
|
|
1243
|
-
if (typeof optionsOrCb === "function") {
|
|
1244
|
-
this.send(command, optionsOrCb);
|
|
1245
|
-
} else if (typeof cb === "function") {
|
|
1246
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1247
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1248
|
-
} else {
|
|
1249
|
-
return this.send(command, optionsOrCb);
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* <p>Immediately stops the specified streaming session.</p>
|
|
1255
|
-
*/
|
|
1256
|
-
public expireSession(
|
|
1257
|
-
args: ExpireSessionCommandInput,
|
|
1258
|
-
options?: __HttpHandlerOptions
|
|
1259
|
-
): Promise<ExpireSessionCommandOutput>;
|
|
1260
|
-
public expireSession(
|
|
1261
|
-
args: ExpireSessionCommandInput,
|
|
1262
|
-
cb: (err: any, data?: ExpireSessionCommandOutput) => void
|
|
1263
|
-
): void;
|
|
1264
|
-
public expireSession(
|
|
1265
|
-
args: ExpireSessionCommandInput,
|
|
1266
|
-
options: __HttpHandlerOptions,
|
|
1267
|
-
cb: (err: any, data?: ExpireSessionCommandOutput) => void
|
|
1268
|
-
): void;
|
|
1269
|
-
public expireSession(
|
|
1270
|
-
args: ExpireSessionCommandInput,
|
|
1271
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ExpireSessionCommandOutput) => void),
|
|
1272
|
-
cb?: (err: any, data?: ExpireSessionCommandOutput) => void
|
|
1273
|
-
): Promise<ExpireSessionCommandOutput> | void {
|
|
1274
|
-
const command = new ExpireSessionCommand(args);
|
|
1275
|
-
if (typeof optionsOrCb === "function") {
|
|
1276
|
-
this.send(command, optionsOrCb);
|
|
1277
|
-
} else if (typeof cb === "function") {
|
|
1278
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1279
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1280
|
-
} else {
|
|
1281
|
-
return this.send(command, optionsOrCb);
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>Retrieves the name of the fleet that is associated with the specified stack.</p>
|
|
1287
|
-
*/
|
|
1288
|
-
public listAssociatedFleets(
|
|
1289
|
-
args: ListAssociatedFleetsCommandInput,
|
|
1290
|
-
options?: __HttpHandlerOptions
|
|
1291
|
-
): Promise<ListAssociatedFleetsCommandOutput>;
|
|
1292
|
-
public listAssociatedFleets(
|
|
1293
|
-
args: ListAssociatedFleetsCommandInput,
|
|
1294
|
-
cb: (err: any, data?: ListAssociatedFleetsCommandOutput) => void
|
|
1295
|
-
): void;
|
|
1296
|
-
public listAssociatedFleets(
|
|
1297
|
-
args: ListAssociatedFleetsCommandInput,
|
|
1298
|
-
options: __HttpHandlerOptions,
|
|
1299
|
-
cb: (err: any, data?: ListAssociatedFleetsCommandOutput) => void
|
|
1300
|
-
): void;
|
|
1301
|
-
public listAssociatedFleets(
|
|
1302
|
-
args: ListAssociatedFleetsCommandInput,
|
|
1303
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAssociatedFleetsCommandOutput) => void),
|
|
1304
|
-
cb?: (err: any, data?: ListAssociatedFleetsCommandOutput) => void
|
|
1305
|
-
): Promise<ListAssociatedFleetsCommandOutput> | void {
|
|
1306
|
-
const command = new ListAssociatedFleetsCommand(args);
|
|
1307
|
-
if (typeof optionsOrCb === "function") {
|
|
1308
|
-
this.send(command, optionsOrCb);
|
|
1309
|
-
} else if (typeof cb === "function") {
|
|
1310
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1311
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1312
|
-
} else {
|
|
1313
|
-
return this.send(command, optionsOrCb);
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
/**
|
|
1318
|
-
* <p>Retrieves the name of the stack with which the specified fleet is associated.</p>
|
|
1319
|
-
*/
|
|
1320
|
-
public listAssociatedStacks(
|
|
1321
|
-
args: ListAssociatedStacksCommandInput,
|
|
1322
|
-
options?: __HttpHandlerOptions
|
|
1323
|
-
): Promise<ListAssociatedStacksCommandOutput>;
|
|
1324
|
-
public listAssociatedStacks(
|
|
1325
|
-
args: ListAssociatedStacksCommandInput,
|
|
1326
|
-
cb: (err: any, data?: ListAssociatedStacksCommandOutput) => void
|
|
1327
|
-
): void;
|
|
1328
|
-
public listAssociatedStacks(
|
|
1329
|
-
args: ListAssociatedStacksCommandInput,
|
|
1330
|
-
options: __HttpHandlerOptions,
|
|
1331
|
-
cb: (err: any, data?: ListAssociatedStacksCommandOutput) => void
|
|
1332
|
-
): void;
|
|
1333
|
-
public listAssociatedStacks(
|
|
1334
|
-
args: ListAssociatedStacksCommandInput,
|
|
1335
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAssociatedStacksCommandOutput) => void),
|
|
1336
|
-
cb?: (err: any, data?: ListAssociatedStacksCommandOutput) => void
|
|
1337
|
-
): Promise<ListAssociatedStacksCommandOutput> | void {
|
|
1338
|
-
const command = new ListAssociatedStacksCommand(args);
|
|
1339
|
-
if (typeof optionsOrCb === "function") {
|
|
1340
|
-
this.send(command, optionsOrCb);
|
|
1341
|
-
} else if (typeof cb === "function") {
|
|
1342
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1343
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1344
|
-
} else {
|
|
1345
|
-
return this.send(command, optionsOrCb);
|
|
1346
|
-
}
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/**
|
|
1350
|
-
* <p>Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
|
|
1351
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1352
|
-
*/
|
|
1353
|
-
public listTagsForResource(
|
|
1354
|
-
args: ListTagsForResourceCommandInput,
|
|
1355
|
-
options?: __HttpHandlerOptions
|
|
1356
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1357
|
-
public listTagsForResource(
|
|
1358
|
-
args: ListTagsForResourceCommandInput,
|
|
1359
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1360
|
-
): void;
|
|
1361
|
-
public listTagsForResource(
|
|
1362
|
-
args: ListTagsForResourceCommandInput,
|
|
1363
|
-
options: __HttpHandlerOptions,
|
|
1364
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1365
|
-
): void;
|
|
1366
|
-
public listTagsForResource(
|
|
1367
|
-
args: ListTagsForResourceCommandInput,
|
|
1368
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1369
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1370
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1371
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1372
|
-
if (typeof optionsOrCb === "function") {
|
|
1373
|
-
this.send(command, optionsOrCb);
|
|
1374
|
-
} else if (typeof cb === "function") {
|
|
1375
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1376
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1377
|
-
} else {
|
|
1378
|
-
return this.send(command, optionsOrCb);
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
/**
|
|
1383
|
-
* <p>Starts the specified fleet.</p>
|
|
1384
|
-
*/
|
|
1385
|
-
public startFleet(args: StartFleetCommandInput, options?: __HttpHandlerOptions): Promise<StartFleetCommandOutput>;
|
|
1386
|
-
public startFleet(args: StartFleetCommandInput, cb: (err: any, data?: StartFleetCommandOutput) => void): void;
|
|
1387
|
-
public startFleet(
|
|
1388
|
-
args: StartFleetCommandInput,
|
|
1389
|
-
options: __HttpHandlerOptions,
|
|
1390
|
-
cb: (err: any, data?: StartFleetCommandOutput) => void
|
|
1391
|
-
): void;
|
|
1392
|
-
public startFleet(
|
|
1393
|
-
args: StartFleetCommandInput,
|
|
1394
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartFleetCommandOutput) => void),
|
|
1395
|
-
cb?: (err: any, data?: StartFleetCommandOutput) => void
|
|
1396
|
-
): Promise<StartFleetCommandOutput> | void {
|
|
1397
|
-
const command = new StartFleetCommand(args);
|
|
1398
|
-
if (typeof optionsOrCb === "function") {
|
|
1399
|
-
this.send(command, optionsOrCb);
|
|
1400
|
-
} else if (typeof cb === "function") {
|
|
1401
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1402
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1403
|
-
} else {
|
|
1404
|
-
return this.send(command, optionsOrCb);
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
/**
|
|
1409
|
-
* <p>Starts the specified image builder.</p>
|
|
1410
|
-
*/
|
|
1411
|
-
public startImageBuilder(
|
|
1412
|
-
args: StartImageBuilderCommandInput,
|
|
1413
|
-
options?: __HttpHandlerOptions
|
|
1414
|
-
): Promise<StartImageBuilderCommandOutput>;
|
|
1415
|
-
public startImageBuilder(
|
|
1416
|
-
args: StartImageBuilderCommandInput,
|
|
1417
|
-
cb: (err: any, data?: StartImageBuilderCommandOutput) => void
|
|
1418
|
-
): void;
|
|
1419
|
-
public startImageBuilder(
|
|
1420
|
-
args: StartImageBuilderCommandInput,
|
|
1421
|
-
options: __HttpHandlerOptions,
|
|
1422
|
-
cb: (err: any, data?: StartImageBuilderCommandOutput) => void
|
|
1423
|
-
): void;
|
|
1424
|
-
public startImageBuilder(
|
|
1425
|
-
args: StartImageBuilderCommandInput,
|
|
1426
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartImageBuilderCommandOutput) => void),
|
|
1427
|
-
cb?: (err: any, data?: StartImageBuilderCommandOutput) => void
|
|
1428
|
-
): Promise<StartImageBuilderCommandOutput> | void {
|
|
1429
|
-
const command = new StartImageBuilderCommand(args);
|
|
1430
|
-
if (typeof optionsOrCb === "function") {
|
|
1431
|
-
this.send(command, optionsOrCb);
|
|
1432
|
-
} else if (typeof cb === "function") {
|
|
1433
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1434
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1435
|
-
} else {
|
|
1436
|
-
return this.send(command, optionsOrCb);
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
/**
|
|
1441
|
-
* <p>Stops the specified fleet.</p>
|
|
1442
|
-
*/
|
|
1443
|
-
public stopFleet(args: StopFleetCommandInput, options?: __HttpHandlerOptions): Promise<StopFleetCommandOutput>;
|
|
1444
|
-
public stopFleet(args: StopFleetCommandInput, cb: (err: any, data?: StopFleetCommandOutput) => void): void;
|
|
1445
|
-
public stopFleet(
|
|
1446
|
-
args: StopFleetCommandInput,
|
|
1447
|
-
options: __HttpHandlerOptions,
|
|
1448
|
-
cb: (err: any, data?: StopFleetCommandOutput) => void
|
|
1449
|
-
): void;
|
|
1450
|
-
public stopFleet(
|
|
1451
|
-
args: StopFleetCommandInput,
|
|
1452
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopFleetCommandOutput) => void),
|
|
1453
|
-
cb?: (err: any, data?: StopFleetCommandOutput) => void
|
|
1454
|
-
): Promise<StopFleetCommandOutput> | void {
|
|
1455
|
-
const command = new StopFleetCommand(args);
|
|
1456
|
-
if (typeof optionsOrCb === "function") {
|
|
1457
|
-
this.send(command, optionsOrCb);
|
|
1458
|
-
} else if (typeof cb === "function") {
|
|
1459
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1460
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1461
|
-
} else {
|
|
1462
|
-
return this.send(command, optionsOrCb);
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
/**
|
|
1467
|
-
* <p>Stops the specified image builder.</p>
|
|
1468
|
-
*/
|
|
1469
|
-
public stopImageBuilder(
|
|
1470
|
-
args: StopImageBuilderCommandInput,
|
|
1471
|
-
options?: __HttpHandlerOptions
|
|
1472
|
-
): Promise<StopImageBuilderCommandOutput>;
|
|
1473
|
-
public stopImageBuilder(
|
|
1474
|
-
args: StopImageBuilderCommandInput,
|
|
1475
|
-
cb: (err: any, data?: StopImageBuilderCommandOutput) => void
|
|
1476
|
-
): void;
|
|
1477
|
-
public stopImageBuilder(
|
|
1478
|
-
args: StopImageBuilderCommandInput,
|
|
1479
|
-
options: __HttpHandlerOptions,
|
|
1480
|
-
cb: (err: any, data?: StopImageBuilderCommandOutput) => void
|
|
1481
|
-
): void;
|
|
1482
|
-
public stopImageBuilder(
|
|
1483
|
-
args: StopImageBuilderCommandInput,
|
|
1484
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopImageBuilderCommandOutput) => void),
|
|
1485
|
-
cb?: (err: any, data?: StopImageBuilderCommandOutput) => void
|
|
1486
|
-
): Promise<StopImageBuilderCommandOutput> | void {
|
|
1487
|
-
const command = new StopImageBuilderCommand(args);
|
|
1488
|
-
if (typeof optionsOrCb === "function") {
|
|
1489
|
-
this.send(command, optionsOrCb);
|
|
1490
|
-
} else if (typeof cb === "function") {
|
|
1491
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1492
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1493
|
-
} else {
|
|
1494
|
-
return this.send(command, optionsOrCb);
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
/**
|
|
1499
|
-
* <p>Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.</p>
|
|
1500
|
-
* <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key,
|
|
1501
|
-
* this operation updates its value.</p>
|
|
1502
|
-
*
|
|
1503
|
-
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.
|
|
1504
|
-
* To disassociate tags from your resources, use <a>UntagResource</a>.</p>
|
|
1505
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1506
|
-
*/
|
|
1507
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
1508
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
1509
|
-
public tagResource(
|
|
1510
|
-
args: TagResourceCommandInput,
|
|
1511
|
-
options: __HttpHandlerOptions,
|
|
1512
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1513
|
-
): void;
|
|
1514
|
-
public tagResource(
|
|
1515
|
-
args: TagResourceCommandInput,
|
|
1516
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
1517
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
1518
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
1519
|
-
const command = new TagResourceCommand(args);
|
|
1520
|
-
if (typeof optionsOrCb === "function") {
|
|
1521
|
-
this.send(command, optionsOrCb);
|
|
1522
|
-
} else if (typeof cb === "function") {
|
|
1523
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1524
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1525
|
-
} else {
|
|
1526
|
-
return this.send(command, optionsOrCb);
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
/**
|
|
1531
|
-
* <p>Disassociates one or more specified tags from the specified AppStream 2.0 resource.</p>
|
|
1532
|
-
* <p>To list the current tags for your resources, use <a>ListTagsForResource</a>.</p>
|
|
1533
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1534
|
-
*/
|
|
1535
|
-
public untagResource(
|
|
1536
|
-
args: UntagResourceCommandInput,
|
|
1537
|
-
options?: __HttpHandlerOptions
|
|
1538
|
-
): Promise<UntagResourceCommandOutput>;
|
|
1539
|
-
public untagResource(
|
|
1540
|
-
args: UntagResourceCommandInput,
|
|
1541
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1542
|
-
): void;
|
|
1543
|
-
public untagResource(
|
|
1544
|
-
args: UntagResourceCommandInput,
|
|
1545
|
-
options: __HttpHandlerOptions,
|
|
1546
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1547
|
-
): void;
|
|
1548
|
-
public untagResource(
|
|
1549
|
-
args: UntagResourceCommandInput,
|
|
1550
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
1551
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1552
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
1553
|
-
const command = new UntagResourceCommand(args);
|
|
1554
|
-
if (typeof optionsOrCb === "function") {
|
|
1555
|
-
this.send(command, optionsOrCb);
|
|
1556
|
-
} else if (typeof cb === "function") {
|
|
1557
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1558
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1559
|
-
} else {
|
|
1560
|
-
return this.send(command, optionsOrCb);
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
/**
|
|
1565
|
-
* <p>Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
1566
|
-
*/
|
|
1567
|
-
public updateDirectoryConfig(
|
|
1568
|
-
args: UpdateDirectoryConfigCommandInput,
|
|
1569
|
-
options?: __HttpHandlerOptions
|
|
1570
|
-
): Promise<UpdateDirectoryConfigCommandOutput>;
|
|
1571
|
-
public updateDirectoryConfig(
|
|
1572
|
-
args: UpdateDirectoryConfigCommandInput,
|
|
1573
|
-
cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void
|
|
1574
|
-
): void;
|
|
1575
|
-
public updateDirectoryConfig(
|
|
1576
|
-
args: UpdateDirectoryConfigCommandInput,
|
|
1577
|
-
options: __HttpHandlerOptions,
|
|
1578
|
-
cb: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void
|
|
1579
|
-
): void;
|
|
1580
|
-
public updateDirectoryConfig(
|
|
1581
|
-
args: UpdateDirectoryConfigCommandInput,
|
|
1582
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDirectoryConfigCommandOutput) => void),
|
|
1583
|
-
cb?: (err: any, data?: UpdateDirectoryConfigCommandOutput) => void
|
|
1584
|
-
): Promise<UpdateDirectoryConfigCommandOutput> | void {
|
|
1585
|
-
const command = new UpdateDirectoryConfigCommand(args);
|
|
1586
|
-
if (typeof optionsOrCb === "function") {
|
|
1587
|
-
this.send(command, optionsOrCb);
|
|
1588
|
-
} else if (typeof cb === "function") {
|
|
1589
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1590
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1591
|
-
} else {
|
|
1592
|
-
return this.send(command, optionsOrCb);
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
/**
|
|
1597
|
-
* <p>Updates the specified fleet.</p>
|
|
1598
|
-
* <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except the fleet name.
|
|
1599
|
-
* If the fleet is in the <code>RUNNING</code> state, you can update the <code>DisplayName</code>, <code>ComputeCapacity</code>, <code>ImageARN</code>, <code>ImageName</code>, <code>IdleDisconnectTimeoutInSeconds</code>, and <code>DisconnectTimeoutInSeconds</code> attributes.
|
|
1600
|
-
* If the fleet is in the <code>STARTING</code> or <code>STOPPING</code> state, you can't update it.</p>
|
|
1601
|
-
*/
|
|
1602
|
-
public updateFleet(args: UpdateFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetCommandOutput>;
|
|
1603
|
-
public updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
|
|
1604
|
-
public updateFleet(
|
|
1605
|
-
args: UpdateFleetCommandInput,
|
|
1606
|
-
options: __HttpHandlerOptions,
|
|
1607
|
-
cb: (err: any, data?: UpdateFleetCommandOutput) => void
|
|
1608
|
-
): void;
|
|
1609
|
-
public updateFleet(
|
|
1610
|
-
args: UpdateFleetCommandInput,
|
|
1611
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFleetCommandOutput) => void),
|
|
1612
|
-
cb?: (err: any, data?: UpdateFleetCommandOutput) => void
|
|
1613
|
-
): Promise<UpdateFleetCommandOutput> | void {
|
|
1614
|
-
const command = new UpdateFleetCommand(args);
|
|
1615
|
-
if (typeof optionsOrCb === "function") {
|
|
1616
|
-
this.send(command, optionsOrCb);
|
|
1617
|
-
} else if (typeof cb === "function") {
|
|
1618
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1619
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1620
|
-
} else {
|
|
1621
|
-
return this.send(command, optionsOrCb);
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
/**
|
|
1626
|
-
* <p>Adds or updates permissions for the specified private image. </p>
|
|
1627
|
-
*/
|
|
1628
|
-
public updateImagePermissions(
|
|
1629
|
-
args: UpdateImagePermissionsCommandInput,
|
|
1630
|
-
options?: __HttpHandlerOptions
|
|
1631
|
-
): Promise<UpdateImagePermissionsCommandOutput>;
|
|
1632
|
-
public updateImagePermissions(
|
|
1633
|
-
args: UpdateImagePermissionsCommandInput,
|
|
1634
|
-
cb: (err: any, data?: UpdateImagePermissionsCommandOutput) => void
|
|
1635
|
-
): void;
|
|
1636
|
-
public updateImagePermissions(
|
|
1637
|
-
args: UpdateImagePermissionsCommandInput,
|
|
1638
|
-
options: __HttpHandlerOptions,
|
|
1639
|
-
cb: (err: any, data?: UpdateImagePermissionsCommandOutput) => void
|
|
1640
|
-
): void;
|
|
1641
|
-
public updateImagePermissions(
|
|
1642
|
-
args: UpdateImagePermissionsCommandInput,
|
|
1643
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateImagePermissionsCommandOutput) => void),
|
|
1644
|
-
cb?: (err: any, data?: UpdateImagePermissionsCommandOutput) => void
|
|
1645
|
-
): Promise<UpdateImagePermissionsCommandOutput> | void {
|
|
1646
|
-
const command = new UpdateImagePermissionsCommand(args);
|
|
1647
|
-
if (typeof optionsOrCb === "function") {
|
|
1648
|
-
this.send(command, optionsOrCb);
|
|
1649
|
-
} else if (typeof cb === "function") {
|
|
1650
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1651
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1652
|
-
} else {
|
|
1653
|
-
return this.send(command, optionsOrCb);
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
/**
|
|
1658
|
-
* <p>Updates the specified fields for the specified stack.</p>
|
|
1659
|
-
*/
|
|
1660
|
-
public updateStack(args: UpdateStackCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStackCommandOutput>;
|
|
1661
|
-
public updateStack(args: UpdateStackCommandInput, cb: (err: any, data?: UpdateStackCommandOutput) => void): void;
|
|
1662
|
-
public updateStack(
|
|
1663
|
-
args: UpdateStackCommandInput,
|
|
1664
|
-
options: __HttpHandlerOptions,
|
|
1665
|
-
cb: (err: any, data?: UpdateStackCommandOutput) => void
|
|
1666
|
-
): void;
|
|
1667
|
-
public updateStack(
|
|
1668
|
-
args: UpdateStackCommandInput,
|
|
1669
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateStackCommandOutput) => void),
|
|
1670
|
-
cb?: (err: any, data?: UpdateStackCommandOutput) => void
|
|
1671
|
-
): Promise<UpdateStackCommandOutput> | void {
|
|
1672
|
-
const command = new UpdateStackCommand(args);
|
|
1673
|
-
if (typeof optionsOrCb === "function") {
|
|
1674
|
-
this.send(command, optionsOrCb);
|
|
1675
|
-
} else if (typeof cb === "function") {
|
|
1676
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1677
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1678
|
-
} else {
|
|
1679
|
-
return this.send(command, optionsOrCb);
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
}
|