@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
|
@@ -1,3653 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export declare enum AccessEndpointType {
|
|
3
|
-
STREAMING = "STREAMING"
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* <p>Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.</p>
|
|
7
|
-
*/
|
|
8
|
-
export interface AccessEndpoint {
|
|
9
|
-
/**
|
|
10
|
-
* <p>The type of interface endpoint.</p>
|
|
11
|
-
*/
|
|
12
|
-
EndpointType: AccessEndpointType | string | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* <p>The identifier (ID) of the VPC in which the interface endpoint is used.</p>
|
|
15
|
-
*/
|
|
16
|
-
VpceId?: string;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace AccessEndpoint {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
const filterSensitiveLog: (obj: AccessEndpoint) => any;
|
|
23
|
-
}
|
|
24
|
-
export declare enum Action {
|
|
25
|
-
CLIPBOARD_COPY_FROM_LOCAL_DEVICE = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
26
|
-
CLIPBOARD_COPY_TO_LOCAL_DEVICE = "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
27
|
-
DOMAIN_PASSWORD_SIGNIN = "DOMAIN_PASSWORD_SIGNIN",
|
|
28
|
-
DOMAIN_SMART_CARD_SIGNIN = "DOMAIN_SMART_CARD_SIGNIN",
|
|
29
|
-
FILE_DOWNLOAD = "FILE_DOWNLOAD",
|
|
30
|
-
FILE_UPLOAD = "FILE_UPLOAD",
|
|
31
|
-
PRINTING_TO_LOCAL_DEVICE = "PRINTING_TO_LOCAL_DEVICE"
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* <p>Describes an application in the application catalog.</p>
|
|
35
|
-
*/
|
|
36
|
-
export interface Application {
|
|
37
|
-
/**
|
|
38
|
-
* <p>The name of the application.</p>
|
|
39
|
-
*/
|
|
40
|
-
Name?: string;
|
|
41
|
-
/**
|
|
42
|
-
* <p>The application name to display.</p>
|
|
43
|
-
*/
|
|
44
|
-
DisplayName?: string;
|
|
45
|
-
/**
|
|
46
|
-
* <p>The URL for the application icon. This URL might be time-limited.</p>
|
|
47
|
-
*/
|
|
48
|
-
IconURL?: string;
|
|
49
|
-
/**
|
|
50
|
-
* <p>The path to the application executable in the instance.</p>
|
|
51
|
-
*/
|
|
52
|
-
LaunchPath?: string;
|
|
53
|
-
/**
|
|
54
|
-
* <p>The arguments that are passed to the application at launch.</p>
|
|
55
|
-
*/
|
|
56
|
-
LaunchParameters?: string;
|
|
57
|
-
/**
|
|
58
|
-
* <p>If there is a problem, the application can be disabled after image creation.</p>
|
|
59
|
-
*/
|
|
60
|
-
Enabled?: boolean;
|
|
61
|
-
/**
|
|
62
|
-
* <p>Additional attributes that describe the application.</p>
|
|
63
|
-
*/
|
|
64
|
-
Metadata?: {
|
|
65
|
-
[key: string]: string;
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
export declare namespace Application {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: Application) => any;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* <p>The persistent application settings for users of a stack.</p>
|
|
76
|
-
*/
|
|
77
|
-
export interface ApplicationSettings {
|
|
78
|
-
/**
|
|
79
|
-
* <p>Enables or disables persistent application settings for users during their streaming sessions. </p>
|
|
80
|
-
*/
|
|
81
|
-
Enabled: boolean | undefined;
|
|
82
|
-
/**
|
|
83
|
-
* <p>The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack. </p>
|
|
84
|
-
*/
|
|
85
|
-
SettingsGroup?: string;
|
|
86
|
-
}
|
|
87
|
-
export declare namespace ApplicationSettings {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
const filterSensitiveLog: (obj: ApplicationSettings) => any;
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* <p>Describes the persistent application settings for users of a stack.</p>
|
|
95
|
-
*/
|
|
96
|
-
export interface ApplicationSettingsResponse {
|
|
97
|
-
/**
|
|
98
|
-
* <p>Specifies whether persistent application settings are enabled for users during their streaming sessions.</p>
|
|
99
|
-
*/
|
|
100
|
-
Enabled?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* <p>The path prefix for the S3 bucket where users’ persistent application settings are stored.</p>
|
|
103
|
-
*/
|
|
104
|
-
SettingsGroup?: string;
|
|
105
|
-
/**
|
|
106
|
-
* <p>The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
|
|
107
|
-
* </p>
|
|
108
|
-
*/
|
|
109
|
-
S3BucketName?: string;
|
|
110
|
-
}
|
|
111
|
-
export declare namespace ApplicationSettingsResponse {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
116
|
-
}
|
|
117
|
-
export interface AssociateFleetRequest {
|
|
118
|
-
/**
|
|
119
|
-
* <p>The name of the fleet. </p>
|
|
120
|
-
*/
|
|
121
|
-
FleetName: string | undefined;
|
|
122
|
-
/**
|
|
123
|
-
* <p>The name of the stack.</p>
|
|
124
|
-
*/
|
|
125
|
-
StackName: string | undefined;
|
|
126
|
-
}
|
|
127
|
-
export declare namespace AssociateFleetRequest {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
132
|
-
}
|
|
133
|
-
export interface AssociateFleetResult {
|
|
134
|
-
}
|
|
135
|
-
export declare namespace AssociateFleetResult {
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
const filterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
143
|
-
*/
|
|
144
|
-
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
145
|
-
name: "ConcurrentModificationException";
|
|
146
|
-
$fault: "client";
|
|
147
|
-
/**
|
|
148
|
-
* <p>The error message in the exception.</p>
|
|
149
|
-
*/
|
|
150
|
-
Message?: string;
|
|
151
|
-
}
|
|
152
|
-
export declare namespace ConcurrentModificationException {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
160
|
-
*/
|
|
161
|
-
export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
|
|
162
|
-
name: "IncompatibleImageException";
|
|
163
|
-
$fault: "client";
|
|
164
|
-
/**
|
|
165
|
-
* <p>The error message in the exception.</p>
|
|
166
|
-
*/
|
|
167
|
-
Message?: string;
|
|
168
|
-
}
|
|
169
|
-
export declare namespace IncompatibleImageException {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
const filterSensitiveLog: (obj: IncompatibleImageException) => any;
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
177
|
-
*/
|
|
178
|
-
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
179
|
-
name: "InvalidAccountStatusException";
|
|
180
|
-
$fault: "client";
|
|
181
|
-
/**
|
|
182
|
-
* <p>The error message in the exception.</p>
|
|
183
|
-
*/
|
|
184
|
-
Message?: string;
|
|
185
|
-
}
|
|
186
|
-
export declare namespace InvalidAccountStatusException {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
|
|
191
|
-
}
|
|
192
|
-
/**
|
|
193
|
-
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
194
|
-
*/
|
|
195
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
196
|
-
name: "LimitExceededException";
|
|
197
|
-
$fault: "client";
|
|
198
|
-
/**
|
|
199
|
-
* <p>The error message in the exception.</p>
|
|
200
|
-
*/
|
|
201
|
-
Message?: string;
|
|
202
|
-
}
|
|
203
|
-
export declare namespace LimitExceededException {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
208
|
-
}
|
|
209
|
-
/**
|
|
210
|
-
* <p>The attempted operation is not permitted.</p>
|
|
211
|
-
*/
|
|
212
|
-
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
213
|
-
name: "OperationNotPermittedException";
|
|
214
|
-
$fault: "client";
|
|
215
|
-
/**
|
|
216
|
-
* <p>The error message in the exception.</p>
|
|
217
|
-
*/
|
|
218
|
-
Message?: string;
|
|
219
|
-
}
|
|
220
|
-
export declare namespace OperationNotPermittedException {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* <p>The specified resource was not found.</p>
|
|
228
|
-
*/
|
|
229
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
230
|
-
name: "ResourceNotFoundException";
|
|
231
|
-
$fault: "client";
|
|
232
|
-
/**
|
|
233
|
-
* <p>The error message in the exception.</p>
|
|
234
|
-
*/
|
|
235
|
-
Message?: string;
|
|
236
|
-
}
|
|
237
|
-
export declare namespace ResourceNotFoundException {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
242
|
-
}
|
|
243
|
-
export declare enum AuthenticationType {
|
|
244
|
-
API = "API",
|
|
245
|
-
SAML = "SAML",
|
|
246
|
-
USERPOOL = "USERPOOL"
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* <p>Describes a user in the user pool and the associated stack.</p>
|
|
250
|
-
*/
|
|
251
|
-
export interface UserStackAssociation {
|
|
252
|
-
/**
|
|
253
|
-
* <p>The name of the stack that is associated with the user.</p>
|
|
254
|
-
*/
|
|
255
|
-
StackName: string | undefined;
|
|
256
|
-
/**
|
|
257
|
-
* <p>The email address of the user who is associated with the stack.</p>
|
|
258
|
-
*
|
|
259
|
-
* <note>
|
|
260
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
261
|
-
* </note>
|
|
262
|
-
*/
|
|
263
|
-
UserName: string | undefined;
|
|
264
|
-
/**
|
|
265
|
-
* <p>The authentication type for the user.</p>
|
|
266
|
-
*/
|
|
267
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
268
|
-
/**
|
|
269
|
-
* <p>Specifies whether a welcome email is sent to a user after the user is created in the user pool.</p>
|
|
270
|
-
*/
|
|
271
|
-
SendEmailNotification?: boolean;
|
|
272
|
-
}
|
|
273
|
-
export declare namespace UserStackAssociation {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
const filterSensitiveLog: (obj: UserStackAssociation) => any;
|
|
278
|
-
}
|
|
279
|
-
export interface BatchAssociateUserStackRequest {
|
|
280
|
-
/**
|
|
281
|
-
* <p>The list of UserStackAssociation objects.</p>
|
|
282
|
-
*/
|
|
283
|
-
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
284
|
-
}
|
|
285
|
-
export declare namespace BatchAssociateUserStackRequest {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
const filterSensitiveLog: (obj: BatchAssociateUserStackRequest) => any;
|
|
290
|
-
}
|
|
291
|
-
export declare enum UserStackAssociationErrorCode {
|
|
292
|
-
DIRECTORY_NOT_FOUND = "DIRECTORY_NOT_FOUND",
|
|
293
|
-
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
294
|
-
STACK_NOT_FOUND = "STACK_NOT_FOUND",
|
|
295
|
-
USER_NAME_NOT_FOUND = "USER_NAME_NOT_FOUND"
|
|
296
|
-
}
|
|
297
|
-
/**
|
|
298
|
-
* <p>Describes the error that is returned when a user can’t be associated with or disassociated from a stack. </p>
|
|
299
|
-
*/
|
|
300
|
-
export interface UserStackAssociationError {
|
|
301
|
-
/**
|
|
302
|
-
* <p>Information about the user and associated stack.</p>
|
|
303
|
-
*/
|
|
304
|
-
UserStackAssociation?: UserStackAssociation;
|
|
305
|
-
/**
|
|
306
|
-
* <p>The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.</p>
|
|
307
|
-
*/
|
|
308
|
-
ErrorCode?: UserStackAssociationErrorCode | string;
|
|
309
|
-
/**
|
|
310
|
-
* <p>The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.</p>
|
|
311
|
-
*/
|
|
312
|
-
ErrorMessage?: string;
|
|
313
|
-
}
|
|
314
|
-
export declare namespace UserStackAssociationError {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
const filterSensitiveLog: (obj: UserStackAssociationError) => any;
|
|
319
|
-
}
|
|
320
|
-
export interface BatchAssociateUserStackResult {
|
|
321
|
-
/**
|
|
322
|
-
* <p>The list of UserStackAssociationError objects.</p>
|
|
323
|
-
*/
|
|
324
|
-
errors?: UserStackAssociationError[];
|
|
325
|
-
}
|
|
326
|
-
export declare namespace BatchAssociateUserStackResult {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
334
|
-
*/
|
|
335
|
-
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
336
|
-
name: "InvalidParameterCombinationException";
|
|
337
|
-
$fault: "client";
|
|
338
|
-
/**
|
|
339
|
-
* <p>The error message in the exception.</p>
|
|
340
|
-
*/
|
|
341
|
-
Message?: string;
|
|
342
|
-
}
|
|
343
|
-
export declare namespace InvalidParameterCombinationException {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
348
|
-
}
|
|
349
|
-
export interface BatchDisassociateUserStackRequest {
|
|
350
|
-
/**
|
|
351
|
-
* <p>The list of UserStackAssociation objects.</p>
|
|
352
|
-
*/
|
|
353
|
-
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
354
|
-
}
|
|
355
|
-
export declare namespace BatchDisassociateUserStackRequest {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
const filterSensitiveLog: (obj: BatchDisassociateUserStackRequest) => any;
|
|
360
|
-
}
|
|
361
|
-
export interface BatchDisassociateUserStackResult {
|
|
362
|
-
/**
|
|
363
|
-
* <p>The list of UserStackAssociationError objects.</p>
|
|
364
|
-
*/
|
|
365
|
-
errors?: UserStackAssociationError[];
|
|
366
|
-
}
|
|
367
|
-
export declare namespace BatchDisassociateUserStackResult {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
|
-
const filterSensitiveLog: (obj: BatchDisassociateUserStackResult) => any;
|
|
372
|
-
}
|
|
373
|
-
/**
|
|
374
|
-
* <p>Describes the capacity for a fleet.</p>
|
|
375
|
-
*/
|
|
376
|
-
export interface ComputeCapacity {
|
|
377
|
-
/**
|
|
378
|
-
* <p>The desired number of streaming instances.</p>
|
|
379
|
-
*/
|
|
380
|
-
DesiredInstances: number | undefined;
|
|
381
|
-
}
|
|
382
|
-
export declare namespace ComputeCapacity {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
const filterSensitiveLog: (obj: ComputeCapacity) => any;
|
|
387
|
-
}
|
|
388
|
-
/**
|
|
389
|
-
* <p>Describes the capacity status for a fleet.</p>
|
|
390
|
-
*/
|
|
391
|
-
export interface ComputeCapacityStatus {
|
|
392
|
-
/**
|
|
393
|
-
* <p>The desired number of streaming instances.</p>
|
|
394
|
-
*/
|
|
395
|
-
Desired: number | undefined;
|
|
396
|
-
/**
|
|
397
|
-
* <p>The total number of simultaneous streaming instances that are running.</p>
|
|
398
|
-
*/
|
|
399
|
-
Running?: number;
|
|
400
|
-
/**
|
|
401
|
-
* <p>The number of instances in use for streaming.</p>
|
|
402
|
-
*/
|
|
403
|
-
InUse?: number;
|
|
404
|
-
/**
|
|
405
|
-
* <p>The number of currently available instances that can be used to stream
|
|
406
|
-
* sessions.</p>
|
|
407
|
-
*/
|
|
408
|
-
Available?: number;
|
|
409
|
-
}
|
|
410
|
-
export declare namespace ComputeCapacityStatus {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
const filterSensitiveLog: (obj: ComputeCapacityStatus) => any;
|
|
415
|
-
}
|
|
416
|
-
export interface CopyImageRequest {
|
|
417
|
-
/**
|
|
418
|
-
* <p>The name of the image to copy.</p>
|
|
419
|
-
*/
|
|
420
|
-
SourceImageName: string | undefined;
|
|
421
|
-
/**
|
|
422
|
-
* <p>The name that the image will have when it is copied to the destination.</p>
|
|
423
|
-
*/
|
|
424
|
-
DestinationImageName: string | undefined;
|
|
425
|
-
/**
|
|
426
|
-
* <p>The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.</p>
|
|
427
|
-
*/
|
|
428
|
-
DestinationRegion: string | undefined;
|
|
429
|
-
/**
|
|
430
|
-
* <p>The description that the image will have when it is copied to the destination.</p>
|
|
431
|
-
*/
|
|
432
|
-
DestinationImageDescription?: string;
|
|
433
|
-
}
|
|
434
|
-
export declare namespace CopyImageRequest {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
const filterSensitiveLog: (obj: CopyImageRequest) => any;
|
|
439
|
-
}
|
|
440
|
-
export interface CopyImageResponse {
|
|
441
|
-
/**
|
|
442
|
-
* <p>The name of the destination image.</p>
|
|
443
|
-
*/
|
|
444
|
-
DestinationImageName?: string;
|
|
445
|
-
}
|
|
446
|
-
export declare namespace CopyImageResponse {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
|
-
const filterSensitiveLog: (obj: CopyImageResponse) => any;
|
|
451
|
-
}
|
|
452
|
-
/**
|
|
453
|
-
* <p>The specified resource already exists.</p>
|
|
454
|
-
*/
|
|
455
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
456
|
-
name: "ResourceAlreadyExistsException";
|
|
457
|
-
$fault: "client";
|
|
458
|
-
/**
|
|
459
|
-
* <p>The error message in the exception.</p>
|
|
460
|
-
*/
|
|
461
|
-
Message?: string;
|
|
462
|
-
}
|
|
463
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
468
|
-
}
|
|
469
|
-
/**
|
|
470
|
-
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
471
|
-
*/
|
|
472
|
-
export interface ResourceNotAvailableException extends __SmithyException, $MetadataBearer {
|
|
473
|
-
name: "ResourceNotAvailableException";
|
|
474
|
-
$fault: "client";
|
|
475
|
-
/**
|
|
476
|
-
* <p>The error message in the exception.</p>
|
|
477
|
-
*/
|
|
478
|
-
Message?: string;
|
|
479
|
-
}
|
|
480
|
-
export declare namespace ResourceNotAvailableException {
|
|
481
|
-
/**
|
|
482
|
-
* @internal
|
|
483
|
-
*/
|
|
484
|
-
const filterSensitiveLog: (obj: ResourceNotAvailableException) => any;
|
|
485
|
-
}
|
|
486
|
-
/**
|
|
487
|
-
* <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
488
|
-
*/
|
|
489
|
-
export interface ServiceAccountCredentials {
|
|
490
|
-
/**
|
|
491
|
-
* <p>The user name of the account. This account must have the following privileges: create computer objects,
|
|
492
|
-
* join computers to the domain, and change/reset the password on descendant computer objects for the
|
|
493
|
-
* organizational units specified.</p>
|
|
494
|
-
*/
|
|
495
|
-
AccountName: string | undefined;
|
|
496
|
-
/**
|
|
497
|
-
* <p>The password for the account.</p>
|
|
498
|
-
*/
|
|
499
|
-
AccountPassword: string | undefined;
|
|
500
|
-
}
|
|
501
|
-
export declare namespace ServiceAccountCredentials {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
|
-
const filterSensitiveLog: (obj: ServiceAccountCredentials) => any;
|
|
506
|
-
}
|
|
507
|
-
export interface CreateDirectoryConfigRequest {
|
|
508
|
-
/**
|
|
509
|
-
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
510
|
-
*/
|
|
511
|
-
DirectoryName: string | undefined;
|
|
512
|
-
/**
|
|
513
|
-
* <p>The distinguished names of the organizational units for computer accounts.</p>
|
|
514
|
-
*/
|
|
515
|
-
OrganizationalUnitDistinguishedNames: string[] | undefined;
|
|
516
|
-
/**
|
|
517
|
-
* <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
518
|
-
*/
|
|
519
|
-
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
520
|
-
}
|
|
521
|
-
export declare namespace CreateDirectoryConfigRequest {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
|
-
const filterSensitiveLog: (obj: CreateDirectoryConfigRequest) => any;
|
|
526
|
-
}
|
|
527
|
-
/**
|
|
528
|
-
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
529
|
-
*/
|
|
530
|
-
export interface DirectoryConfig {
|
|
531
|
-
/**
|
|
532
|
-
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
533
|
-
*/
|
|
534
|
-
DirectoryName: string | undefined;
|
|
535
|
-
/**
|
|
536
|
-
* <p>The distinguished names of the organizational units for computer accounts.</p>
|
|
537
|
-
*/
|
|
538
|
-
OrganizationalUnitDistinguishedNames?: string[];
|
|
539
|
-
/**
|
|
540
|
-
* <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
541
|
-
*/
|
|
542
|
-
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
543
|
-
/**
|
|
544
|
-
* <p>The time the directory configuration was created.</p>
|
|
545
|
-
*/
|
|
546
|
-
CreatedTime?: Date;
|
|
547
|
-
}
|
|
548
|
-
export declare namespace DirectoryConfig {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
|
-
const filterSensitiveLog: (obj: DirectoryConfig) => any;
|
|
553
|
-
}
|
|
554
|
-
export interface CreateDirectoryConfigResult {
|
|
555
|
-
/**
|
|
556
|
-
* <p>Information about the directory configuration.</p>
|
|
557
|
-
*/
|
|
558
|
-
DirectoryConfig?: DirectoryConfig;
|
|
559
|
-
}
|
|
560
|
-
export declare namespace CreateDirectoryConfigResult {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
|
-
const filterSensitiveLog: (obj: CreateDirectoryConfigResult) => any;
|
|
565
|
-
}
|
|
566
|
-
/**
|
|
567
|
-
* <p>The specified role is invalid.</p>
|
|
568
|
-
*/
|
|
569
|
-
export interface InvalidRoleException extends __SmithyException, $MetadataBearer {
|
|
570
|
-
name: "InvalidRoleException";
|
|
571
|
-
$fault: "client";
|
|
572
|
-
/**
|
|
573
|
-
* <p>The error message in the exception.</p>
|
|
574
|
-
*/
|
|
575
|
-
Message?: string;
|
|
576
|
-
}
|
|
577
|
-
export declare namespace InvalidRoleException {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
|
-
const filterSensitiveLog: (obj: InvalidRoleException) => any;
|
|
582
|
-
}
|
|
583
|
-
/**
|
|
584
|
-
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
585
|
-
*/
|
|
586
|
-
export interface DomainJoinInfo {
|
|
587
|
-
/**
|
|
588
|
-
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
589
|
-
*/
|
|
590
|
-
DirectoryName?: string;
|
|
591
|
-
/**
|
|
592
|
-
* <p>The distinguished name of the organizational unit for computer accounts.</p>
|
|
593
|
-
*/
|
|
594
|
-
OrganizationalUnitDistinguishedName?: string;
|
|
595
|
-
}
|
|
596
|
-
export declare namespace DomainJoinInfo {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
const filterSensitiveLog: (obj: DomainJoinInfo) => any;
|
|
601
|
-
}
|
|
602
|
-
export declare enum FleetType {
|
|
603
|
-
ALWAYS_ON = "ALWAYS_ON",
|
|
604
|
-
ON_DEMAND = "ON_DEMAND"
|
|
605
|
-
}
|
|
606
|
-
export declare enum StreamView {
|
|
607
|
-
APP = "APP",
|
|
608
|
-
DESKTOP = "DESKTOP"
|
|
609
|
-
}
|
|
610
|
-
/**
|
|
611
|
-
* <p>Describes VPC configuration information for fleets and image builders.</p>
|
|
612
|
-
*/
|
|
613
|
-
export interface VpcConfig {
|
|
614
|
-
/**
|
|
615
|
-
* <p>The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.</p>
|
|
616
|
-
*/
|
|
617
|
-
SubnetIds?: string[];
|
|
618
|
-
/**
|
|
619
|
-
* <p>The identifiers of the security groups for the fleet or image builder.</p>
|
|
620
|
-
*/
|
|
621
|
-
SecurityGroupIds?: string[];
|
|
622
|
-
}
|
|
623
|
-
export declare namespace VpcConfig {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
628
|
-
}
|
|
629
|
-
export interface CreateFleetRequest {
|
|
630
|
-
/**
|
|
631
|
-
* <p>A unique name for the fleet.</p>
|
|
632
|
-
*/
|
|
633
|
-
Name: string | undefined;
|
|
634
|
-
/**
|
|
635
|
-
* <p>The name of the image used to create the fleet.</p>
|
|
636
|
-
*/
|
|
637
|
-
ImageName?: string;
|
|
638
|
-
/**
|
|
639
|
-
* <p>The ARN of the public, private, or shared image to use.</p>
|
|
640
|
-
*/
|
|
641
|
-
ImageArn?: string;
|
|
642
|
-
/**
|
|
643
|
-
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
644
|
-
* <ul>
|
|
645
|
-
* <li>
|
|
646
|
-
* <p>stream.standard.small</p>
|
|
647
|
-
* </li>
|
|
648
|
-
* <li>
|
|
649
|
-
* <p>stream.standard.medium</p>
|
|
650
|
-
* </li>
|
|
651
|
-
* <li>
|
|
652
|
-
* <p>stream.standard.large</p>
|
|
653
|
-
* </li>
|
|
654
|
-
* <li>
|
|
655
|
-
* <p>stream.compute.large</p>
|
|
656
|
-
* </li>
|
|
657
|
-
* <li>
|
|
658
|
-
* <p>stream.compute.xlarge</p>
|
|
659
|
-
* </li>
|
|
660
|
-
* <li>
|
|
661
|
-
* <p>stream.compute.2xlarge</p>
|
|
662
|
-
* </li>
|
|
663
|
-
* <li>
|
|
664
|
-
* <p>stream.compute.4xlarge</p>
|
|
665
|
-
* </li>
|
|
666
|
-
* <li>
|
|
667
|
-
* <p>stream.compute.8xlarge</p>
|
|
668
|
-
* </li>
|
|
669
|
-
* <li>
|
|
670
|
-
* <p>stream.memory.large</p>
|
|
671
|
-
* </li>
|
|
672
|
-
* <li>
|
|
673
|
-
* <p>stream.memory.xlarge</p>
|
|
674
|
-
* </li>
|
|
675
|
-
* <li>
|
|
676
|
-
* <p>stream.memory.2xlarge</p>
|
|
677
|
-
* </li>
|
|
678
|
-
* <li>
|
|
679
|
-
* <p>stream.memory.4xlarge</p>
|
|
680
|
-
* </li>
|
|
681
|
-
* <li>
|
|
682
|
-
* <p>stream.memory.8xlarge</p>
|
|
683
|
-
* </li>
|
|
684
|
-
* <li>
|
|
685
|
-
* <p>stream.memory.z1d.large</p>
|
|
686
|
-
* </li>
|
|
687
|
-
* <li>
|
|
688
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
689
|
-
* </li>
|
|
690
|
-
* <li>
|
|
691
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
692
|
-
* </li>
|
|
693
|
-
* <li>
|
|
694
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
695
|
-
* </li>
|
|
696
|
-
* <li>
|
|
697
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
698
|
-
* </li>
|
|
699
|
-
* <li>
|
|
700
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
701
|
-
* </li>
|
|
702
|
-
* <li>
|
|
703
|
-
* <p>stream.graphics-design.large</p>
|
|
704
|
-
* </li>
|
|
705
|
-
* <li>
|
|
706
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
707
|
-
* </li>
|
|
708
|
-
* <li>
|
|
709
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
710
|
-
* </li>
|
|
711
|
-
* <li>
|
|
712
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
713
|
-
* </li>
|
|
714
|
-
* <li>
|
|
715
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
716
|
-
* </li>
|
|
717
|
-
* <li>
|
|
718
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
719
|
-
* </li>
|
|
720
|
-
* <li>
|
|
721
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
722
|
-
* </li>
|
|
723
|
-
* <li>
|
|
724
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
725
|
-
* </li>
|
|
726
|
-
* <li>
|
|
727
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
728
|
-
* </li>
|
|
729
|
-
* <li>
|
|
730
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
731
|
-
* </li>
|
|
732
|
-
* <li>
|
|
733
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
734
|
-
* </li>
|
|
735
|
-
* <li>
|
|
736
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
737
|
-
* </li>
|
|
738
|
-
* <li>
|
|
739
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
740
|
-
* </li>
|
|
741
|
-
* <li>
|
|
742
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
743
|
-
* </li>
|
|
744
|
-
* </ul>
|
|
745
|
-
*/
|
|
746
|
-
InstanceType: string | undefined;
|
|
747
|
-
/**
|
|
748
|
-
* <p>The fleet type.</p>
|
|
749
|
-
* <dl>
|
|
750
|
-
* <dt>ALWAYS_ON</dt>
|
|
751
|
-
* <dd>
|
|
752
|
-
* <p>Provides users with instant-on access to their apps.
|
|
753
|
-
* You are charged for all running instances in your fleet, even if no users are streaming apps.</p>
|
|
754
|
-
* </dd>
|
|
755
|
-
* <dt>ON_DEMAND</dt>
|
|
756
|
-
* <dd>
|
|
757
|
-
* <p>Provide users with access to applications after they connect, which takes one to two minutes.
|
|
758
|
-
* You are charged for instance streaming when users are connected and a
|
|
759
|
-
* small hourly fee for instances that are not streaming apps.</p>
|
|
760
|
-
* </dd>
|
|
761
|
-
* </dl>
|
|
762
|
-
*/
|
|
763
|
-
FleetType?: FleetType | string;
|
|
764
|
-
/**
|
|
765
|
-
* <p>The desired capacity for the fleet.</p>
|
|
766
|
-
*/
|
|
767
|
-
ComputeCapacity: ComputeCapacity | undefined;
|
|
768
|
-
/**
|
|
769
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
770
|
-
*/
|
|
771
|
-
VpcConfig?: VpcConfig;
|
|
772
|
-
/**
|
|
773
|
-
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
|
|
774
|
-
* <p>Specify a value between 600 and 360000.</p>
|
|
775
|
-
*/
|
|
776
|
-
MaxUserDurationInSeconds?: number;
|
|
777
|
-
/**
|
|
778
|
-
* <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p>
|
|
779
|
-
* <p>Specify a value between 60 and 360000.</p>
|
|
780
|
-
*/
|
|
781
|
-
DisconnectTimeoutInSeconds?: number;
|
|
782
|
-
/**
|
|
783
|
-
* <p>The description to display.</p>
|
|
784
|
-
*/
|
|
785
|
-
Description?: string;
|
|
786
|
-
/**
|
|
787
|
-
* <p>The fleet name to display.</p>
|
|
788
|
-
*/
|
|
789
|
-
DisplayName?: string;
|
|
790
|
-
/**
|
|
791
|
-
* <p>Enables or disables default internet access for the fleet.</p>
|
|
792
|
-
*/
|
|
793
|
-
EnableDefaultInternetAccess?: boolean;
|
|
794
|
-
/**
|
|
795
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
796
|
-
*/
|
|
797
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
798
|
-
/**
|
|
799
|
-
* <p>The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
800
|
-
*
|
|
801
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
802
|
-
*
|
|
803
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
804
|
-
* <p>_ . : / = + \ - @</p>
|
|
805
|
-
*
|
|
806
|
-
* <p>For more information, 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>
|
|
807
|
-
*/
|
|
808
|
-
Tags?: {
|
|
809
|
-
[key: string]: string;
|
|
810
|
-
};
|
|
811
|
-
/**
|
|
812
|
-
* <p>The amount of time that users can be idle (inactive) before they are disconnected
|
|
813
|
-
* from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
|
|
814
|
-
* interval begins. Users are notified before they are disconnected due to inactivity. If
|
|
815
|
-
* they try to reconnect to the streaming session before the time interval specified in
|
|
816
|
-
* <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their
|
|
817
|
-
* previous session. Users are considered idle when they stop providing keyboard or mouse
|
|
818
|
-
* input during their streaming session. File uploads and downloads, audio in, audio out,
|
|
819
|
-
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
820
|
-
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
821
|
-
* disconnected.</p>
|
|
822
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
|
|
823
|
-
* <note>
|
|
824
|
-
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
|
|
825
|
-
* </note>
|
|
826
|
-
*/
|
|
827
|
-
IdleDisconnectTimeoutInSeconds?: number;
|
|
828
|
-
/**
|
|
829
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
830
|
-
*
|
|
831
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
832
|
-
*/
|
|
833
|
-
IamRoleArn?: string;
|
|
834
|
-
/**
|
|
835
|
-
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
836
|
-
*
|
|
837
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
838
|
-
*/
|
|
839
|
-
StreamView?: StreamView | string;
|
|
840
|
-
}
|
|
841
|
-
export declare namespace CreateFleetRequest {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
|
-
const filterSensitiveLog: (obj: CreateFleetRequest) => any;
|
|
846
|
-
}
|
|
847
|
-
export declare enum FleetErrorCode {
|
|
848
|
-
DOMAIN_JOIN_ERROR_ACCESS_DENIED = "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
849
|
-
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
850
|
-
DOMAIN_JOIN_ERROR_FILE_NOT_FOUND = "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
|
|
851
|
-
DOMAIN_JOIN_ERROR_INVALID_PARAMETER = "DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
|
|
852
|
-
DOMAIN_JOIN_ERROR_LOGON_FAILURE = "DOMAIN_JOIN_ERROR_LOGON_FAILURE",
|
|
853
|
-
DOMAIN_JOIN_ERROR_MORE_DATA = "DOMAIN_JOIN_ERROR_MORE_DATA",
|
|
854
|
-
DOMAIN_JOIN_ERROR_NOT_SUPPORTED = "DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
|
|
855
|
-
DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN = "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
|
|
856
|
-
DOMAIN_JOIN_INTERNAL_SERVICE_ERROR = "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
857
|
-
DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME = "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
|
|
858
|
-
DOMAIN_JOIN_NERR_PASSWORD_EXPIRED = "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
|
|
859
|
-
DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED = "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
|
|
860
|
-
FLEET_INSTANCE_PROVISIONING_FAILURE = "FLEET_INSTANCE_PROVISIONING_FAILURE",
|
|
861
|
-
FLEET_STOPPED = "FLEET_STOPPED",
|
|
862
|
-
IAM_SERVICE_ROLE_IS_MISSING = "IAM_SERVICE_ROLE_IS_MISSING",
|
|
863
|
-
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
|
|
864
|
-
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
|
865
|
-
IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
|
866
|
-
IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
|
867
|
-
IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
|
868
|
-
IGW_NOT_ATTACHED = "IGW_NOT_ATTACHED",
|
|
869
|
-
IMAGE_NOT_FOUND = "IMAGE_NOT_FOUND",
|
|
870
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
871
|
-
INVALID_SUBNET_CONFIGURATION = "INVALID_SUBNET_CONFIGURATION",
|
|
872
|
-
MACHINE_ROLE_IS_MISSING = "MACHINE_ROLE_IS_MISSING",
|
|
873
|
-
NETWORK_INTERFACE_LIMIT_EXCEEDED = "NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
|
874
|
-
SECURITY_GROUPS_NOT_FOUND = "SECURITY_GROUPS_NOT_FOUND",
|
|
875
|
-
STS_DISABLED_IN_REGION = "STS_DISABLED_IN_REGION",
|
|
876
|
-
SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES = "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
|
877
|
-
SUBNET_NOT_FOUND = "SUBNET_NOT_FOUND"
|
|
878
|
-
}
|
|
879
|
-
/**
|
|
880
|
-
* <p>Describes a fleet error.</p>
|
|
881
|
-
*/
|
|
882
|
-
export interface FleetError {
|
|
883
|
-
/**
|
|
884
|
-
* <p>The error code.</p>
|
|
885
|
-
*/
|
|
886
|
-
ErrorCode?: FleetErrorCode | string;
|
|
887
|
-
/**
|
|
888
|
-
* <p>The error message.</p>
|
|
889
|
-
*/
|
|
890
|
-
ErrorMessage?: string;
|
|
891
|
-
}
|
|
892
|
-
export declare namespace FleetError {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
|
-
const filterSensitiveLog: (obj: FleetError) => any;
|
|
897
|
-
}
|
|
898
|
-
export declare enum FleetState {
|
|
899
|
-
RUNNING = "RUNNING",
|
|
900
|
-
STARTING = "STARTING",
|
|
901
|
-
STOPPED = "STOPPED",
|
|
902
|
-
STOPPING = "STOPPING"
|
|
903
|
-
}
|
|
904
|
-
/**
|
|
905
|
-
* <p>Describes a fleet.</p>
|
|
906
|
-
*/
|
|
907
|
-
export interface Fleet {
|
|
908
|
-
/**
|
|
909
|
-
* <p>The Amazon Resource Name (ARN) for the fleet.</p>
|
|
910
|
-
*/
|
|
911
|
-
Arn: string | undefined;
|
|
912
|
-
/**
|
|
913
|
-
* <p>The name of the fleet.</p>
|
|
914
|
-
*/
|
|
915
|
-
Name: string | undefined;
|
|
916
|
-
/**
|
|
917
|
-
* <p>The fleet name to display.</p>
|
|
918
|
-
*/
|
|
919
|
-
DisplayName?: string;
|
|
920
|
-
/**
|
|
921
|
-
* <p>The description to display.</p>
|
|
922
|
-
*/
|
|
923
|
-
Description?: string;
|
|
924
|
-
/**
|
|
925
|
-
* <p>The name of the image used to create the fleet.</p>
|
|
926
|
-
*/
|
|
927
|
-
ImageName?: string;
|
|
928
|
-
/**
|
|
929
|
-
* <p>The ARN for the public, private, or shared image.</p>
|
|
930
|
-
*/
|
|
931
|
-
ImageArn?: string;
|
|
932
|
-
/**
|
|
933
|
-
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
934
|
-
* <ul>
|
|
935
|
-
* <li>
|
|
936
|
-
* <p>stream.standard.small</p>
|
|
937
|
-
* </li>
|
|
938
|
-
* <li>
|
|
939
|
-
* <p>stream.standard.medium</p>
|
|
940
|
-
* </li>
|
|
941
|
-
* <li>
|
|
942
|
-
* <p>stream.standard.large</p>
|
|
943
|
-
* </li>
|
|
944
|
-
* <li>
|
|
945
|
-
* <p>stream.compute.large</p>
|
|
946
|
-
* </li>
|
|
947
|
-
* <li>
|
|
948
|
-
* <p>stream.compute.xlarge</p>
|
|
949
|
-
* </li>
|
|
950
|
-
* <li>
|
|
951
|
-
* <p>stream.compute.2xlarge</p>
|
|
952
|
-
* </li>
|
|
953
|
-
* <li>
|
|
954
|
-
* <p>stream.compute.4xlarge</p>
|
|
955
|
-
* </li>
|
|
956
|
-
* <li>
|
|
957
|
-
* <p>stream.compute.8xlarge</p>
|
|
958
|
-
* </li>
|
|
959
|
-
* <li>
|
|
960
|
-
* <p>stream.memory.large</p>
|
|
961
|
-
* </li>
|
|
962
|
-
* <li>
|
|
963
|
-
* <p>stream.memory.xlarge</p>
|
|
964
|
-
* </li>
|
|
965
|
-
* <li>
|
|
966
|
-
* <p>stream.memory.2xlarge</p>
|
|
967
|
-
* </li>
|
|
968
|
-
* <li>
|
|
969
|
-
* <p>stream.memory.4xlarge</p>
|
|
970
|
-
* </li>
|
|
971
|
-
* <li>
|
|
972
|
-
* <p>stream.memory.8xlarge</p>
|
|
973
|
-
* </li>
|
|
974
|
-
* <li>
|
|
975
|
-
* <p>stream.memory.z1d.large</p>
|
|
976
|
-
* </li>
|
|
977
|
-
* <li>
|
|
978
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
979
|
-
* </li>
|
|
980
|
-
* <li>
|
|
981
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
982
|
-
* </li>
|
|
983
|
-
* <li>
|
|
984
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
985
|
-
* </li>
|
|
986
|
-
* <li>
|
|
987
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
988
|
-
* </li>
|
|
989
|
-
* <li>
|
|
990
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
991
|
-
* </li>
|
|
992
|
-
* <li>
|
|
993
|
-
* <p>stream.graphics-design.large</p>
|
|
994
|
-
* </li>
|
|
995
|
-
* <li>
|
|
996
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
997
|
-
* </li>
|
|
998
|
-
* <li>
|
|
999
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
1000
|
-
* </li>
|
|
1001
|
-
* <li>
|
|
1002
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
1003
|
-
* </li>
|
|
1004
|
-
* <li>
|
|
1005
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
1006
|
-
* </li>
|
|
1007
|
-
* <li>
|
|
1008
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
1009
|
-
* </li>
|
|
1010
|
-
* <li>
|
|
1011
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
1012
|
-
* </li>
|
|
1013
|
-
* <li>
|
|
1014
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
1015
|
-
* </li>
|
|
1016
|
-
* <li>
|
|
1017
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
1018
|
-
* </li>
|
|
1019
|
-
* <li>
|
|
1020
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
1021
|
-
* </li>
|
|
1022
|
-
* <li>
|
|
1023
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
1024
|
-
* </li>
|
|
1025
|
-
* <li>
|
|
1026
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
1027
|
-
* </li>
|
|
1028
|
-
* <li>
|
|
1029
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
1030
|
-
* </li>
|
|
1031
|
-
* <li>
|
|
1032
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
1033
|
-
* </li>
|
|
1034
|
-
* </ul>
|
|
1035
|
-
*/
|
|
1036
|
-
InstanceType: string | undefined;
|
|
1037
|
-
/**
|
|
1038
|
-
* <p>The fleet type.</p>
|
|
1039
|
-
* <dl>
|
|
1040
|
-
* <dt>ALWAYS_ON</dt>
|
|
1041
|
-
* <dd>
|
|
1042
|
-
* <p>Provides users with instant-on access to their apps.
|
|
1043
|
-
* You are charged for all running instances in your fleet, even if no users are streaming apps.</p>
|
|
1044
|
-
* </dd>
|
|
1045
|
-
* <dt>ON_DEMAND</dt>
|
|
1046
|
-
* <dd>
|
|
1047
|
-
* <p>Provide users with access to applications after they connect, which takes one to two minutes.
|
|
1048
|
-
* You are charged for instance streaming when users are connected and a
|
|
1049
|
-
* small hourly fee for instances that are not streaming apps.</p>
|
|
1050
|
-
* </dd>
|
|
1051
|
-
* </dl>
|
|
1052
|
-
*/
|
|
1053
|
-
FleetType?: FleetType | string;
|
|
1054
|
-
/**
|
|
1055
|
-
* <p>The capacity status for the fleet.</p>
|
|
1056
|
-
*/
|
|
1057
|
-
ComputeCapacityStatus: ComputeCapacityStatus | undefined;
|
|
1058
|
-
/**
|
|
1059
|
-
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. </p>
|
|
1060
|
-
* <p>Specify a value between 600 and 360000.</p>
|
|
1061
|
-
*/
|
|
1062
|
-
MaxUserDurationInSeconds?: number;
|
|
1063
|
-
/**
|
|
1064
|
-
* <p>The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.</p>
|
|
1065
|
-
* <p>Specify a value between 60 and 360000.</p>
|
|
1066
|
-
*/
|
|
1067
|
-
DisconnectTimeoutInSeconds?: number;
|
|
1068
|
-
/**
|
|
1069
|
-
* <p>The current state for the fleet.</p>
|
|
1070
|
-
*/
|
|
1071
|
-
State: FleetState | string | undefined;
|
|
1072
|
-
/**
|
|
1073
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
1074
|
-
*/
|
|
1075
|
-
VpcConfig?: VpcConfig;
|
|
1076
|
-
/**
|
|
1077
|
-
* <p>The time the fleet was created.</p>
|
|
1078
|
-
*/
|
|
1079
|
-
CreatedTime?: Date;
|
|
1080
|
-
/**
|
|
1081
|
-
* <p>The fleet errors.</p>
|
|
1082
|
-
*/
|
|
1083
|
-
FleetErrors?: FleetError[];
|
|
1084
|
-
/**
|
|
1085
|
-
* <p>Indicates whether default internet access is enabled for the fleet.</p>
|
|
1086
|
-
*/
|
|
1087
|
-
EnableDefaultInternetAccess?: boolean;
|
|
1088
|
-
/**
|
|
1089
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
1090
|
-
*/
|
|
1091
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
1092
|
-
/**
|
|
1093
|
-
* <p>The amount of time that users can be idle (inactive) before they are disconnected
|
|
1094
|
-
* from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
|
|
1095
|
-
* interval begins. Users are notified before they are disconnected due to inactivity. If
|
|
1096
|
-
* users try to reconnect to the streaming session before the time interval specified in
|
|
1097
|
-
* <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their
|
|
1098
|
-
* previous session. Users are considered idle when they stop providing keyboard or mouse
|
|
1099
|
-
* input during their streaming session. File uploads and downloads, audio in, audio out,
|
|
1100
|
-
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
1101
|
-
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
1102
|
-
* disconnected.</p>
|
|
1103
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
|
|
1104
|
-
*
|
|
1105
|
-
* <note>
|
|
1106
|
-
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
|
|
1107
|
-
* </note>
|
|
1108
|
-
*/
|
|
1109
|
-
IdleDisconnectTimeoutInSeconds?: number;
|
|
1110
|
-
/**
|
|
1111
|
-
* <p>The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1112
|
-
*
|
|
1113
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1114
|
-
*/
|
|
1115
|
-
IamRoleArn?: string;
|
|
1116
|
-
/**
|
|
1117
|
-
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
1118
|
-
*
|
|
1119
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
1120
|
-
*/
|
|
1121
|
-
StreamView?: StreamView | string;
|
|
1122
|
-
}
|
|
1123
|
-
export declare namespace Fleet {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
const filterSensitiveLog: (obj: Fleet) => any;
|
|
1128
|
-
}
|
|
1129
|
-
export interface CreateFleetResult {
|
|
1130
|
-
/**
|
|
1131
|
-
* <p>Information about the fleet.</p>
|
|
1132
|
-
*/
|
|
1133
|
-
Fleet?: Fleet;
|
|
1134
|
-
}
|
|
1135
|
-
export declare namespace CreateFleetResult {
|
|
1136
|
-
/**
|
|
1137
|
-
* @internal
|
|
1138
|
-
*/
|
|
1139
|
-
const filterSensitiveLog: (obj: CreateFleetResult) => any;
|
|
1140
|
-
}
|
|
1141
|
-
/**
|
|
1142
|
-
* <p>AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.</p>
|
|
1143
|
-
*/
|
|
1144
|
-
export interface RequestLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1145
|
-
name: "RequestLimitExceededException";
|
|
1146
|
-
$fault: "client";
|
|
1147
|
-
/**
|
|
1148
|
-
* <p>The error message in the exception.</p>
|
|
1149
|
-
*/
|
|
1150
|
-
Message?: string;
|
|
1151
|
-
}
|
|
1152
|
-
export declare namespace RequestLimitExceededException {
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
|
-
const filterSensitiveLog: (obj: RequestLimitExceededException) => any;
|
|
1157
|
-
}
|
|
1158
|
-
export interface CreateImageBuilderRequest {
|
|
1159
|
-
/**
|
|
1160
|
-
* <p>A unique name for the image builder.</p>
|
|
1161
|
-
*/
|
|
1162
|
-
Name: string | undefined;
|
|
1163
|
-
/**
|
|
1164
|
-
* <p>The name of the image used to create the image builder.</p>
|
|
1165
|
-
*/
|
|
1166
|
-
ImageName?: string;
|
|
1167
|
-
/**
|
|
1168
|
-
* <p>The ARN of the public, private, or shared image to use.</p>
|
|
1169
|
-
*/
|
|
1170
|
-
ImageArn?: string;
|
|
1171
|
-
/**
|
|
1172
|
-
* <p>The instance type to use when launching the image builder. The following instance types are available:</p>
|
|
1173
|
-
* <ul>
|
|
1174
|
-
* <li>
|
|
1175
|
-
* <p>stream.standard.small</p>
|
|
1176
|
-
* </li>
|
|
1177
|
-
* <li>
|
|
1178
|
-
* <p>stream.standard.medium</p>
|
|
1179
|
-
* </li>
|
|
1180
|
-
* <li>
|
|
1181
|
-
* <p>stream.standard.large</p>
|
|
1182
|
-
* </li>
|
|
1183
|
-
* <li>
|
|
1184
|
-
* <p>stream.compute.large</p>
|
|
1185
|
-
* </li>
|
|
1186
|
-
* <li>
|
|
1187
|
-
* <p>stream.compute.xlarge</p>
|
|
1188
|
-
* </li>
|
|
1189
|
-
* <li>
|
|
1190
|
-
* <p>stream.compute.2xlarge</p>
|
|
1191
|
-
* </li>
|
|
1192
|
-
* <li>
|
|
1193
|
-
* <p>stream.compute.4xlarge</p>
|
|
1194
|
-
* </li>
|
|
1195
|
-
* <li>
|
|
1196
|
-
* <p>stream.compute.8xlarge</p>
|
|
1197
|
-
* </li>
|
|
1198
|
-
* <li>
|
|
1199
|
-
* <p>stream.memory.large</p>
|
|
1200
|
-
* </li>
|
|
1201
|
-
* <li>
|
|
1202
|
-
* <p>stream.memory.xlarge</p>
|
|
1203
|
-
* </li>
|
|
1204
|
-
* <li>
|
|
1205
|
-
* <p>stream.memory.2xlarge</p>
|
|
1206
|
-
* </li>
|
|
1207
|
-
* <li>
|
|
1208
|
-
* <p>stream.memory.4xlarge</p>
|
|
1209
|
-
* </li>
|
|
1210
|
-
* <li>
|
|
1211
|
-
* <p>stream.memory.8xlarge</p>
|
|
1212
|
-
* </li>
|
|
1213
|
-
* <li>
|
|
1214
|
-
* <p>stream.memory.z1d.large</p>
|
|
1215
|
-
* </li>
|
|
1216
|
-
* <li>
|
|
1217
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
1218
|
-
* </li>
|
|
1219
|
-
* <li>
|
|
1220
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
1221
|
-
* </li>
|
|
1222
|
-
* <li>
|
|
1223
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
1224
|
-
* </li>
|
|
1225
|
-
* <li>
|
|
1226
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
1227
|
-
* </li>
|
|
1228
|
-
* <li>
|
|
1229
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
1230
|
-
* </li>
|
|
1231
|
-
* <li>
|
|
1232
|
-
* <p>stream.graphics-design.large</p>
|
|
1233
|
-
* </li>
|
|
1234
|
-
* <li>
|
|
1235
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
1236
|
-
* </li>
|
|
1237
|
-
* <li>
|
|
1238
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
1239
|
-
* </li>
|
|
1240
|
-
* <li>
|
|
1241
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
1242
|
-
* </li>
|
|
1243
|
-
* <li>
|
|
1244
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
1245
|
-
* </li>
|
|
1246
|
-
* <li>
|
|
1247
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
1248
|
-
* </li>
|
|
1249
|
-
* <li>
|
|
1250
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
1251
|
-
* </li>
|
|
1252
|
-
* <li>
|
|
1253
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
1254
|
-
* </li>
|
|
1255
|
-
* <li>
|
|
1256
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
1257
|
-
* </li>
|
|
1258
|
-
* <li>
|
|
1259
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
1260
|
-
* </li>
|
|
1261
|
-
* <li>
|
|
1262
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
1263
|
-
* </li>
|
|
1264
|
-
* <li>
|
|
1265
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
1266
|
-
* </li>
|
|
1267
|
-
* <li>
|
|
1268
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
1269
|
-
* </li>
|
|
1270
|
-
* <li>
|
|
1271
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
1272
|
-
* </li>
|
|
1273
|
-
* </ul>
|
|
1274
|
-
*/
|
|
1275
|
-
InstanceType: string | undefined;
|
|
1276
|
-
/**
|
|
1277
|
-
* <p>The description to display.</p>
|
|
1278
|
-
*/
|
|
1279
|
-
Description?: string;
|
|
1280
|
-
/**
|
|
1281
|
-
* <p>The image builder name to display.</p>
|
|
1282
|
-
*/
|
|
1283
|
-
DisplayName?: string;
|
|
1284
|
-
/**
|
|
1285
|
-
* <p>The VPC configuration for the image builder. You can specify only one subnet.</p>
|
|
1286
|
-
*/
|
|
1287
|
-
VpcConfig?: VpcConfig;
|
|
1288
|
-
/**
|
|
1289
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1290
|
-
*
|
|
1291
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1292
|
-
*/
|
|
1293
|
-
IamRoleArn?: string;
|
|
1294
|
-
/**
|
|
1295
|
-
* <p>Enables or disables default internet access for the image builder.</p>
|
|
1296
|
-
*/
|
|
1297
|
-
EnableDefaultInternetAccess?: boolean;
|
|
1298
|
-
/**
|
|
1299
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. </p>
|
|
1300
|
-
*/
|
|
1301
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
1302
|
-
/**
|
|
1303
|
-
* <p>The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. </p>
|
|
1304
|
-
*/
|
|
1305
|
-
AppstreamAgentVersion?: string;
|
|
1306
|
-
/**
|
|
1307
|
-
* <p>The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1308
|
-
*
|
|
1309
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1310
|
-
* <p>_ . : / = + \ - @</p>
|
|
1311
|
-
*
|
|
1312
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1313
|
-
*
|
|
1314
|
-
* <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>
|
|
1315
|
-
*/
|
|
1316
|
-
Tags?: {
|
|
1317
|
-
[key: string]: string;
|
|
1318
|
-
};
|
|
1319
|
-
/**
|
|
1320
|
-
* <p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.</p>
|
|
1321
|
-
*/
|
|
1322
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
1323
|
-
}
|
|
1324
|
-
export declare namespace CreateImageBuilderRequest {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
|
-
const filterSensitiveLog: (obj: CreateImageBuilderRequest) => any;
|
|
1329
|
-
}
|
|
1330
|
-
/**
|
|
1331
|
-
* <p>Describes a resource error.</p>
|
|
1332
|
-
*/
|
|
1333
|
-
export interface ResourceError {
|
|
1334
|
-
/**
|
|
1335
|
-
* <p>The error code.</p>
|
|
1336
|
-
*/
|
|
1337
|
-
ErrorCode?: FleetErrorCode | string;
|
|
1338
|
-
/**
|
|
1339
|
-
* <p>The error message.</p>
|
|
1340
|
-
*/
|
|
1341
|
-
ErrorMessage?: string;
|
|
1342
|
-
/**
|
|
1343
|
-
* <p>The time the error occurred.</p>
|
|
1344
|
-
*/
|
|
1345
|
-
ErrorTimestamp?: Date;
|
|
1346
|
-
}
|
|
1347
|
-
export declare namespace ResourceError {
|
|
1348
|
-
/**
|
|
1349
|
-
* @internal
|
|
1350
|
-
*/
|
|
1351
|
-
const filterSensitiveLog: (obj: ResourceError) => any;
|
|
1352
|
-
}
|
|
1353
|
-
/**
|
|
1354
|
-
* <p>Describes the network details of the fleet or image builder instance.</p>
|
|
1355
|
-
*/
|
|
1356
|
-
export interface NetworkAccessConfiguration {
|
|
1357
|
-
/**
|
|
1358
|
-
* <p>The private IP address of the elastic network interface that is attached to instances in your VPC.</p>
|
|
1359
|
-
*/
|
|
1360
|
-
EniPrivateIpAddress?: string;
|
|
1361
|
-
/**
|
|
1362
|
-
* <p>The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.</p>
|
|
1363
|
-
*/
|
|
1364
|
-
EniId?: string;
|
|
1365
|
-
}
|
|
1366
|
-
export declare namespace NetworkAccessConfiguration {
|
|
1367
|
-
/**
|
|
1368
|
-
* @internal
|
|
1369
|
-
*/
|
|
1370
|
-
const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
1371
|
-
}
|
|
1372
|
-
export declare type PlatformType = "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
1373
|
-
export declare enum ImageBuilderState {
|
|
1374
|
-
DELETING = "DELETING",
|
|
1375
|
-
FAILED = "FAILED",
|
|
1376
|
-
PENDING = "PENDING",
|
|
1377
|
-
PENDING_QUALIFICATION = "PENDING_QUALIFICATION",
|
|
1378
|
-
REBOOTING = "REBOOTING",
|
|
1379
|
-
RUNNING = "RUNNING",
|
|
1380
|
-
SNAPSHOTTING = "SNAPSHOTTING",
|
|
1381
|
-
STOPPED = "STOPPED",
|
|
1382
|
-
STOPPING = "STOPPING",
|
|
1383
|
-
UPDATING = "UPDATING",
|
|
1384
|
-
UPDATING_AGENT = "UPDATING_AGENT"
|
|
1385
|
-
}
|
|
1386
|
-
export declare enum ImageBuilderStateChangeReasonCode {
|
|
1387
|
-
IMAGE_UNAVAILABLE = "IMAGE_UNAVAILABLE",
|
|
1388
|
-
INTERNAL_ERROR = "INTERNAL_ERROR"
|
|
1389
|
-
}
|
|
1390
|
-
/**
|
|
1391
|
-
* <p>Describes the reason why the last image builder state change occurred.</p>
|
|
1392
|
-
*/
|
|
1393
|
-
export interface ImageBuilderStateChangeReason {
|
|
1394
|
-
/**
|
|
1395
|
-
* <p>The state change reason code.</p>
|
|
1396
|
-
*/
|
|
1397
|
-
Code?: ImageBuilderStateChangeReasonCode | string;
|
|
1398
|
-
/**
|
|
1399
|
-
* <p>The state change reason message.</p>
|
|
1400
|
-
*/
|
|
1401
|
-
Message?: string;
|
|
1402
|
-
}
|
|
1403
|
-
export declare namespace ImageBuilderStateChangeReason {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
|
-
const filterSensitiveLog: (obj: ImageBuilderStateChangeReason) => any;
|
|
1408
|
-
}
|
|
1409
|
-
/**
|
|
1410
|
-
* <p>Describes a virtual machine that is used to create an image. </p>
|
|
1411
|
-
*/
|
|
1412
|
-
export interface ImageBuilder {
|
|
1413
|
-
/**
|
|
1414
|
-
* <p>The name of the image builder.</p>
|
|
1415
|
-
*/
|
|
1416
|
-
Name: string | undefined;
|
|
1417
|
-
/**
|
|
1418
|
-
* <p>The ARN for the image builder.</p>
|
|
1419
|
-
*/
|
|
1420
|
-
Arn?: string;
|
|
1421
|
-
/**
|
|
1422
|
-
* <p>The ARN of the image from which this builder was created.</p>
|
|
1423
|
-
*/
|
|
1424
|
-
ImageArn?: string;
|
|
1425
|
-
/**
|
|
1426
|
-
* <p>The description to display.</p>
|
|
1427
|
-
*/
|
|
1428
|
-
Description?: string;
|
|
1429
|
-
/**
|
|
1430
|
-
* <p>The image builder name to display.</p>
|
|
1431
|
-
*/
|
|
1432
|
-
DisplayName?: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* <p>The VPC configuration of the image builder.</p>
|
|
1435
|
-
*/
|
|
1436
|
-
VpcConfig?: VpcConfig;
|
|
1437
|
-
/**
|
|
1438
|
-
* <p>The instance type for the image builder. The following instance types are available:</p>
|
|
1439
|
-
* <ul>
|
|
1440
|
-
* <li>
|
|
1441
|
-
* <p>stream.standard.small</p>
|
|
1442
|
-
* </li>
|
|
1443
|
-
* <li>
|
|
1444
|
-
* <p>stream.standard.medium</p>
|
|
1445
|
-
* </li>
|
|
1446
|
-
* <li>
|
|
1447
|
-
* <p>stream.standard.large</p>
|
|
1448
|
-
* </li>
|
|
1449
|
-
* <li>
|
|
1450
|
-
* <p>stream.compute.large</p>
|
|
1451
|
-
* </li>
|
|
1452
|
-
* <li>
|
|
1453
|
-
* <p>stream.compute.xlarge</p>
|
|
1454
|
-
* </li>
|
|
1455
|
-
* <li>
|
|
1456
|
-
* <p>stream.compute.2xlarge</p>
|
|
1457
|
-
* </li>
|
|
1458
|
-
* <li>
|
|
1459
|
-
* <p>stream.compute.4xlarge</p>
|
|
1460
|
-
* </li>
|
|
1461
|
-
* <li>
|
|
1462
|
-
* <p>stream.compute.8xlarge</p>
|
|
1463
|
-
* </li>
|
|
1464
|
-
* <li>
|
|
1465
|
-
* <p>stream.memory.large</p>
|
|
1466
|
-
* </li>
|
|
1467
|
-
* <li>
|
|
1468
|
-
* <p>stream.memory.xlarge</p>
|
|
1469
|
-
* </li>
|
|
1470
|
-
* <li>
|
|
1471
|
-
* <p>stream.memory.2xlarge</p>
|
|
1472
|
-
* </li>
|
|
1473
|
-
* <li>
|
|
1474
|
-
* <p>stream.memory.4xlarge</p>
|
|
1475
|
-
* </li>
|
|
1476
|
-
* <li>
|
|
1477
|
-
* <p>stream.memory.8xlarge</p>
|
|
1478
|
-
* </li>
|
|
1479
|
-
* <li>
|
|
1480
|
-
* <p>stream.memory.z1d.large</p>
|
|
1481
|
-
* </li>
|
|
1482
|
-
* <li>
|
|
1483
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
1484
|
-
* </li>
|
|
1485
|
-
* <li>
|
|
1486
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
1487
|
-
* </li>
|
|
1488
|
-
* <li>
|
|
1489
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
1490
|
-
* </li>
|
|
1491
|
-
* <li>
|
|
1492
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
1493
|
-
* </li>
|
|
1494
|
-
* <li>
|
|
1495
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
1496
|
-
* </li>
|
|
1497
|
-
* <li>
|
|
1498
|
-
* <p>stream.graphics-design.large</p>
|
|
1499
|
-
* </li>
|
|
1500
|
-
* <li>
|
|
1501
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
1502
|
-
* </li>
|
|
1503
|
-
* <li>
|
|
1504
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
1505
|
-
* </li>
|
|
1506
|
-
* <li>
|
|
1507
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
1508
|
-
* </li>
|
|
1509
|
-
* <li>
|
|
1510
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
1511
|
-
* </li>
|
|
1512
|
-
* <li>
|
|
1513
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
1514
|
-
* </li>
|
|
1515
|
-
* <li>
|
|
1516
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
1517
|
-
* </li>
|
|
1518
|
-
* <li>
|
|
1519
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
1520
|
-
* </li>
|
|
1521
|
-
* <li>
|
|
1522
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
1523
|
-
* </li>
|
|
1524
|
-
* <li>
|
|
1525
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
1526
|
-
* </li>
|
|
1527
|
-
* <li>
|
|
1528
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
1529
|
-
* </li>
|
|
1530
|
-
* <li>
|
|
1531
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
1532
|
-
* </li>
|
|
1533
|
-
* <li>
|
|
1534
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
1535
|
-
* </li>
|
|
1536
|
-
* <li>
|
|
1537
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
1538
|
-
* </li>
|
|
1539
|
-
* </ul>
|
|
1540
|
-
*/
|
|
1541
|
-
InstanceType?: string;
|
|
1542
|
-
/**
|
|
1543
|
-
* <p>The operating system platform of the image builder.</p>
|
|
1544
|
-
*/
|
|
1545
|
-
Platform?: PlatformType | string;
|
|
1546
|
-
/**
|
|
1547
|
-
* <p>The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1548
|
-
*
|
|
1549
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1550
|
-
*/
|
|
1551
|
-
IamRoleArn?: string;
|
|
1552
|
-
/**
|
|
1553
|
-
* <p>The state of the image builder.</p>
|
|
1554
|
-
*/
|
|
1555
|
-
State?: ImageBuilderState | string;
|
|
1556
|
-
/**
|
|
1557
|
-
* <p>The reason why the last state change occurred.</p>
|
|
1558
|
-
*/
|
|
1559
|
-
StateChangeReason?: ImageBuilderStateChangeReason;
|
|
1560
|
-
/**
|
|
1561
|
-
* <p>The time stamp when the image builder was created.</p>
|
|
1562
|
-
*/
|
|
1563
|
-
CreatedTime?: Date;
|
|
1564
|
-
/**
|
|
1565
|
-
* <p>Enables or disables default internet access for the image builder.</p>
|
|
1566
|
-
*/
|
|
1567
|
-
EnableDefaultInternetAccess?: boolean;
|
|
1568
|
-
/**
|
|
1569
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. </p>
|
|
1570
|
-
*/
|
|
1571
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
1572
|
-
/**
|
|
1573
|
-
* <p>Describes the network details of the fleet or image builder instance.</p>
|
|
1574
|
-
*/
|
|
1575
|
-
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
1576
|
-
/**
|
|
1577
|
-
* <p>The image builder errors.</p>
|
|
1578
|
-
*/
|
|
1579
|
-
ImageBuilderErrors?: ResourceError[];
|
|
1580
|
-
/**
|
|
1581
|
-
* <p>The version of the AppStream 2.0 agent that is currently being used by the image builder. </p>
|
|
1582
|
-
*/
|
|
1583
|
-
AppstreamAgentVersion?: string;
|
|
1584
|
-
/**
|
|
1585
|
-
* <p>The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.</p>
|
|
1586
|
-
*/
|
|
1587
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
1588
|
-
}
|
|
1589
|
-
export declare namespace ImageBuilder {
|
|
1590
|
-
/**
|
|
1591
|
-
* @internal
|
|
1592
|
-
*/
|
|
1593
|
-
const filterSensitiveLog: (obj: ImageBuilder) => any;
|
|
1594
|
-
}
|
|
1595
|
-
export interface CreateImageBuilderResult {
|
|
1596
|
-
/**
|
|
1597
|
-
* <p>Information about the image builder.</p>
|
|
1598
|
-
*/
|
|
1599
|
-
ImageBuilder?: ImageBuilder;
|
|
1600
|
-
}
|
|
1601
|
-
export declare namespace CreateImageBuilderResult {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: CreateImageBuilderResult) => any;
|
|
1606
|
-
}
|
|
1607
|
-
export interface CreateImageBuilderStreamingURLRequest {
|
|
1608
|
-
/**
|
|
1609
|
-
* <p>The name of the image builder.</p>
|
|
1610
|
-
*/
|
|
1611
|
-
Name: string | undefined;
|
|
1612
|
-
/**
|
|
1613
|
-
* <p>The time that the streaming URL will be valid, in seconds.
|
|
1614
|
-
* Specify a value between 1 and 604800 seconds. The default is 3600 seconds.</p>
|
|
1615
|
-
*/
|
|
1616
|
-
Validity?: number;
|
|
1617
|
-
}
|
|
1618
|
-
export declare namespace CreateImageBuilderStreamingURLRequest {
|
|
1619
|
-
/**
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
1622
|
-
const filterSensitiveLog: (obj: CreateImageBuilderStreamingURLRequest) => any;
|
|
1623
|
-
}
|
|
1624
|
-
export interface CreateImageBuilderStreamingURLResult {
|
|
1625
|
-
/**
|
|
1626
|
-
* <p>The URL to start the AppStream 2.0 streaming session.</p>
|
|
1627
|
-
*/
|
|
1628
|
-
StreamingURL?: string;
|
|
1629
|
-
/**
|
|
1630
|
-
* <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
|
|
1631
|
-
*/
|
|
1632
|
-
Expires?: Date;
|
|
1633
|
-
}
|
|
1634
|
-
export declare namespace CreateImageBuilderStreamingURLResult {
|
|
1635
|
-
/**
|
|
1636
|
-
* @internal
|
|
1637
|
-
*/
|
|
1638
|
-
const filterSensitiveLog: (obj: CreateImageBuilderStreamingURLResult) => any;
|
|
1639
|
-
}
|
|
1640
|
-
export declare enum StorageConnectorType {
|
|
1641
|
-
GOOGLE_DRIVE = "GOOGLE_DRIVE",
|
|
1642
|
-
HOMEFOLDERS = "HOMEFOLDERS",
|
|
1643
|
-
ONE_DRIVE = "ONE_DRIVE"
|
|
1644
|
-
}
|
|
1645
|
-
/**
|
|
1646
|
-
* <p>Describes a connector that enables persistent storage for users.</p>
|
|
1647
|
-
*/
|
|
1648
|
-
export interface StorageConnector {
|
|
1649
|
-
/**
|
|
1650
|
-
* <p>The type of storage connector.</p>
|
|
1651
|
-
*/
|
|
1652
|
-
ConnectorType: StorageConnectorType | string | undefined;
|
|
1653
|
-
/**
|
|
1654
|
-
* <p>The ARN of the storage connector.</p>
|
|
1655
|
-
*/
|
|
1656
|
-
ResourceIdentifier?: string;
|
|
1657
|
-
/**
|
|
1658
|
-
* <p>The names of the domains for the account.</p>
|
|
1659
|
-
*/
|
|
1660
|
-
Domains?: string[];
|
|
1661
|
-
}
|
|
1662
|
-
export declare namespace StorageConnector {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
const filterSensitiveLog: (obj: StorageConnector) => any;
|
|
1667
|
-
}
|
|
1668
|
-
export declare enum Permission {
|
|
1669
|
-
DISABLED = "DISABLED",
|
|
1670
|
-
ENABLED = "ENABLED"
|
|
1671
|
-
}
|
|
1672
|
-
/**
|
|
1673
|
-
* <p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>
|
|
1674
|
-
*/
|
|
1675
|
-
export interface UserSetting {
|
|
1676
|
-
/**
|
|
1677
|
-
* <p>The action that is enabled or disabled.</p>
|
|
1678
|
-
*/
|
|
1679
|
-
Action: Action | string | undefined;
|
|
1680
|
-
/**
|
|
1681
|
-
* <p>Indicates whether the action is enabled or disabled.</p>
|
|
1682
|
-
*/
|
|
1683
|
-
Permission: Permission | string | undefined;
|
|
1684
|
-
}
|
|
1685
|
-
export declare namespace UserSetting {
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
const filterSensitiveLog: (obj: UserSetting) => any;
|
|
1690
|
-
}
|
|
1691
|
-
export interface CreateStackRequest {
|
|
1692
|
-
/**
|
|
1693
|
-
* <p>The name of the stack.</p>
|
|
1694
|
-
*/
|
|
1695
|
-
Name: string | undefined;
|
|
1696
|
-
/**
|
|
1697
|
-
* <p>The description to display.</p>
|
|
1698
|
-
*/
|
|
1699
|
-
Description?: string;
|
|
1700
|
-
/**
|
|
1701
|
-
* <p>The stack name to display.</p>
|
|
1702
|
-
*/
|
|
1703
|
-
DisplayName?: string;
|
|
1704
|
-
/**
|
|
1705
|
-
* <p>The storage connectors to enable.</p>
|
|
1706
|
-
*/
|
|
1707
|
-
StorageConnectors?: StorageConnector[];
|
|
1708
|
-
/**
|
|
1709
|
-
* <p>The URL that users are redirected to after their streaming session ends.</p>
|
|
1710
|
-
*/
|
|
1711
|
-
RedirectURL?: string;
|
|
1712
|
-
/**
|
|
1713
|
-
* <p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
|
|
1714
|
-
*/
|
|
1715
|
-
FeedbackURL?: string;
|
|
1716
|
-
/**
|
|
1717
|
-
* <p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. </p>
|
|
1718
|
-
*/
|
|
1719
|
-
UserSettings?: UserSetting[];
|
|
1720
|
-
/**
|
|
1721
|
-
* <p>The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.</p>
|
|
1722
|
-
*/
|
|
1723
|
-
ApplicationSettings?: ApplicationSettings;
|
|
1724
|
-
/**
|
|
1725
|
-
* <p>The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1726
|
-
*
|
|
1727
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1728
|
-
*
|
|
1729
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1730
|
-
* <p>_ . : / = + \ - @</p>
|
|
1731
|
-
*
|
|
1732
|
-
* <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>
|
|
1733
|
-
*/
|
|
1734
|
-
Tags?: {
|
|
1735
|
-
[key: string]: string;
|
|
1736
|
-
};
|
|
1737
|
-
/**
|
|
1738
|
-
* <p>The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.</p>
|
|
1739
|
-
*/
|
|
1740
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
1741
|
-
/**
|
|
1742
|
-
* <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>
|
|
1743
|
-
*/
|
|
1744
|
-
EmbedHostDomains?: string[];
|
|
1745
|
-
}
|
|
1746
|
-
export declare namespace CreateStackRequest {
|
|
1747
|
-
/**
|
|
1748
|
-
* @internal
|
|
1749
|
-
*/
|
|
1750
|
-
const filterSensitiveLog: (obj: CreateStackRequest) => any;
|
|
1751
|
-
}
|
|
1752
|
-
export declare enum StackErrorCode {
|
|
1753
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
1754
|
-
STORAGE_CONNECTOR_ERROR = "STORAGE_CONNECTOR_ERROR"
|
|
1755
|
-
}
|
|
1756
|
-
/**
|
|
1757
|
-
* <p>Describes a stack error.</p>
|
|
1758
|
-
*/
|
|
1759
|
-
export interface StackError {
|
|
1760
|
-
/**
|
|
1761
|
-
* <p>The error code.</p>
|
|
1762
|
-
*/
|
|
1763
|
-
ErrorCode?: StackErrorCode | string;
|
|
1764
|
-
/**
|
|
1765
|
-
* <p>The error message.</p>
|
|
1766
|
-
*/
|
|
1767
|
-
ErrorMessage?: string;
|
|
1768
|
-
}
|
|
1769
|
-
export declare namespace StackError {
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
const filterSensitiveLog: (obj: StackError) => any;
|
|
1774
|
-
}
|
|
1775
|
-
/**
|
|
1776
|
-
* <p>Describes a stack.</p>
|
|
1777
|
-
*/
|
|
1778
|
-
export interface Stack {
|
|
1779
|
-
/**
|
|
1780
|
-
* <p>The ARN of the stack.</p>
|
|
1781
|
-
*/
|
|
1782
|
-
Arn?: string;
|
|
1783
|
-
/**
|
|
1784
|
-
* <p>The name of the stack.</p>
|
|
1785
|
-
*/
|
|
1786
|
-
Name: string | undefined;
|
|
1787
|
-
/**
|
|
1788
|
-
* <p>The description to display.</p>
|
|
1789
|
-
*/
|
|
1790
|
-
Description?: string;
|
|
1791
|
-
/**
|
|
1792
|
-
* <p>The stack name to display.</p>
|
|
1793
|
-
*/
|
|
1794
|
-
DisplayName?: string;
|
|
1795
|
-
/**
|
|
1796
|
-
* <p>The time the stack was created.</p>
|
|
1797
|
-
*/
|
|
1798
|
-
CreatedTime?: Date;
|
|
1799
|
-
/**
|
|
1800
|
-
* <p>The storage connectors to enable.</p>
|
|
1801
|
-
*/
|
|
1802
|
-
StorageConnectors?: StorageConnector[];
|
|
1803
|
-
/**
|
|
1804
|
-
* <p>The URL that users are redirected to after their streaming session ends.</p>
|
|
1805
|
-
*/
|
|
1806
|
-
RedirectURL?: string;
|
|
1807
|
-
/**
|
|
1808
|
-
* <p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
|
|
1809
|
-
*/
|
|
1810
|
-
FeedbackURL?: string;
|
|
1811
|
-
/**
|
|
1812
|
-
* <p>The errors for the stack.</p>
|
|
1813
|
-
*/
|
|
1814
|
-
StackErrors?: StackError[];
|
|
1815
|
-
/**
|
|
1816
|
-
* <p>The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.</p>
|
|
1817
|
-
*/
|
|
1818
|
-
UserSettings?: UserSetting[];
|
|
1819
|
-
/**
|
|
1820
|
-
* <p>The persistent application settings for users of the stack.</p>
|
|
1821
|
-
*/
|
|
1822
|
-
ApplicationSettings?: ApplicationSettingsResponse;
|
|
1823
|
-
/**
|
|
1824
|
-
* <p>The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints. </p>
|
|
1825
|
-
*/
|
|
1826
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
1827
|
-
/**
|
|
1828
|
-
* <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.</p>
|
|
1829
|
-
*/
|
|
1830
|
-
EmbedHostDomains?: string[];
|
|
1831
|
-
}
|
|
1832
|
-
export declare namespace Stack {
|
|
1833
|
-
/**
|
|
1834
|
-
* @internal
|
|
1835
|
-
*/
|
|
1836
|
-
const filterSensitiveLog: (obj: Stack) => any;
|
|
1837
|
-
}
|
|
1838
|
-
export interface CreateStackResult {
|
|
1839
|
-
/**
|
|
1840
|
-
* <p>Information about the stack.</p>
|
|
1841
|
-
*/
|
|
1842
|
-
Stack?: Stack;
|
|
1843
|
-
}
|
|
1844
|
-
export declare namespace CreateStackResult {
|
|
1845
|
-
/**
|
|
1846
|
-
* @internal
|
|
1847
|
-
*/
|
|
1848
|
-
const filterSensitiveLog: (obj: CreateStackResult) => any;
|
|
1849
|
-
}
|
|
1850
|
-
export interface CreateStreamingURLRequest {
|
|
1851
|
-
/**
|
|
1852
|
-
* <p>The name of the stack.</p>
|
|
1853
|
-
*/
|
|
1854
|
-
StackName: string | undefined;
|
|
1855
|
-
/**
|
|
1856
|
-
* <p>The name of the fleet.</p>
|
|
1857
|
-
*/
|
|
1858
|
-
FleetName: string | undefined;
|
|
1859
|
-
/**
|
|
1860
|
-
* <p>The identifier of the user.</p>
|
|
1861
|
-
*/
|
|
1862
|
-
UserId: string | undefined;
|
|
1863
|
-
/**
|
|
1864
|
-
* <p>The name of the application to launch after the session starts. This is the name that you specified
|
|
1865
|
-
* as <b>Name</b> in the Image Assistant. If your fleet is enabled for the <b>Desktop</b> stream view, you can also choose to launch directly to the operating system desktop. To do so, specify <b>Desktop</b>.</p>
|
|
1866
|
-
*/
|
|
1867
|
-
ApplicationId?: string;
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>The time that the streaming URL will be valid, in seconds.
|
|
1870
|
-
* Specify a value between 1 and 604800 seconds. The default is 60 seconds.</p>
|
|
1871
|
-
*/
|
|
1872
|
-
Validity?: number;
|
|
1873
|
-
/**
|
|
1874
|
-
* <p>The session context. For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html#managing-stacks-fleets-parameters">Session Context</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1875
|
-
*/
|
|
1876
|
-
SessionContext?: string;
|
|
1877
|
-
}
|
|
1878
|
-
export declare namespace CreateStreamingURLRequest {
|
|
1879
|
-
/**
|
|
1880
|
-
* @internal
|
|
1881
|
-
*/
|
|
1882
|
-
const filterSensitiveLog: (obj: CreateStreamingURLRequest) => any;
|
|
1883
|
-
}
|
|
1884
|
-
export interface CreateStreamingURLResult {
|
|
1885
|
-
/**
|
|
1886
|
-
* <p>The URL to start the AppStream 2.0 streaming session.</p>
|
|
1887
|
-
*/
|
|
1888
|
-
StreamingURL?: string;
|
|
1889
|
-
/**
|
|
1890
|
-
* <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
|
|
1891
|
-
*/
|
|
1892
|
-
Expires?: Date;
|
|
1893
|
-
}
|
|
1894
|
-
export declare namespace CreateStreamingURLResult {
|
|
1895
|
-
/**
|
|
1896
|
-
* @internal
|
|
1897
|
-
*/
|
|
1898
|
-
const filterSensitiveLog: (obj: CreateStreamingURLResult) => any;
|
|
1899
|
-
}
|
|
1900
|
-
export interface CreateUpdatedImageRequest {
|
|
1901
|
-
/**
|
|
1902
|
-
* <p>The name of the image to update.</p>
|
|
1903
|
-
*/
|
|
1904
|
-
existingImageName: string | undefined;
|
|
1905
|
-
/**
|
|
1906
|
-
* <p>The name of the new image. The name must be unique within the AWS account and Region.</p>
|
|
1907
|
-
*/
|
|
1908
|
-
newImageName: string | undefined;
|
|
1909
|
-
/**
|
|
1910
|
-
* <p>The description to display for the new image.</p>
|
|
1911
|
-
*/
|
|
1912
|
-
newImageDescription?: string;
|
|
1913
|
-
/**
|
|
1914
|
-
* <p>The name to display for the new image.</p>
|
|
1915
|
-
*/
|
|
1916
|
-
newImageDisplayName?: string;
|
|
1917
|
-
/**
|
|
1918
|
-
* <p>The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1919
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1920
|
-
* <p>_ . : / = + \ - @</p>
|
|
1921
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1922
|
-
* <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>
|
|
1923
|
-
*/
|
|
1924
|
-
newImageTags?: {
|
|
1925
|
-
[key: string]: string;
|
|
1926
|
-
};
|
|
1927
|
-
/**
|
|
1928
|
-
* <p>Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to <code>true</code>, AppStream 2.0 displays whether image updates are available. If this value is set to <code>false</code>, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.</p>
|
|
1929
|
-
*/
|
|
1930
|
-
dryRun?: boolean;
|
|
1931
|
-
}
|
|
1932
|
-
export declare namespace CreateUpdatedImageRequest {
|
|
1933
|
-
/**
|
|
1934
|
-
* @internal
|
|
1935
|
-
*/
|
|
1936
|
-
const filterSensitiveLog: (obj: CreateUpdatedImageRequest) => any;
|
|
1937
|
-
}
|
|
1938
|
-
/**
|
|
1939
|
-
* <p>Describes the permissions for an image. </p>
|
|
1940
|
-
*/
|
|
1941
|
-
export interface ImagePermissions {
|
|
1942
|
-
/**
|
|
1943
|
-
* <p>Indicates whether the image can be used for a fleet.</p>
|
|
1944
|
-
*/
|
|
1945
|
-
allowFleet?: boolean;
|
|
1946
|
-
/**
|
|
1947
|
-
* <p>Indicates whether the image can be used for an image builder.</p>
|
|
1948
|
-
*/
|
|
1949
|
-
allowImageBuilder?: boolean;
|
|
1950
|
-
}
|
|
1951
|
-
export declare namespace ImagePermissions {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
|
-
const filterSensitiveLog: (obj: ImagePermissions) => any;
|
|
1956
|
-
}
|
|
1957
|
-
export declare enum ImageState {
|
|
1958
|
-
AVAILABLE = "AVAILABLE",
|
|
1959
|
-
COPYING = "COPYING",
|
|
1960
|
-
CREATING = "CREATING",
|
|
1961
|
-
DELETING = "DELETING",
|
|
1962
|
-
FAILED = "FAILED",
|
|
1963
|
-
IMPORTING = "IMPORTING",
|
|
1964
|
-
PENDING = "PENDING"
|
|
1965
|
-
}
|
|
1966
|
-
export declare enum ImageStateChangeReasonCode {
|
|
1967
|
-
IMAGE_BUILDER_NOT_AVAILABLE = "IMAGE_BUILDER_NOT_AVAILABLE",
|
|
1968
|
-
IMAGE_COPY_FAILURE = "IMAGE_COPY_FAILURE",
|
|
1969
|
-
INTERNAL_ERROR = "INTERNAL_ERROR"
|
|
1970
|
-
}
|
|
1971
|
-
/**
|
|
1972
|
-
* <p>Describes the reason why the last image state change occurred.</p>
|
|
1973
|
-
*/
|
|
1974
|
-
export interface ImageStateChangeReason {
|
|
1975
|
-
/**
|
|
1976
|
-
* <p>The state change reason code.</p>
|
|
1977
|
-
*/
|
|
1978
|
-
Code?: ImageStateChangeReasonCode | string;
|
|
1979
|
-
/**
|
|
1980
|
-
* <p>The state change reason message.</p>
|
|
1981
|
-
*/
|
|
1982
|
-
Message?: string;
|
|
1983
|
-
}
|
|
1984
|
-
export declare namespace ImageStateChangeReason {
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
*/
|
|
1988
|
-
const filterSensitiveLog: (obj: ImageStateChangeReason) => any;
|
|
1989
|
-
}
|
|
1990
|
-
export declare enum VisibilityType {
|
|
1991
|
-
PRIVATE = "PRIVATE",
|
|
1992
|
-
PUBLIC = "PUBLIC",
|
|
1993
|
-
SHARED = "SHARED"
|
|
1994
|
-
}
|
|
1995
|
-
/**
|
|
1996
|
-
* <p>Describes an image.</p>
|
|
1997
|
-
*/
|
|
1998
|
-
export interface Image {
|
|
1999
|
-
/**
|
|
2000
|
-
* <p>The name of the image.</p>
|
|
2001
|
-
*/
|
|
2002
|
-
Name: string | undefined;
|
|
2003
|
-
/**
|
|
2004
|
-
* <p>The ARN of the image.</p>
|
|
2005
|
-
*/
|
|
2006
|
-
Arn?: string;
|
|
2007
|
-
/**
|
|
2008
|
-
* <p>The ARN of the image from which this image was created.</p>
|
|
2009
|
-
*/
|
|
2010
|
-
BaseImageArn?: string;
|
|
2011
|
-
/**
|
|
2012
|
-
* <p>The image name to display.</p>
|
|
2013
|
-
*/
|
|
2014
|
-
DisplayName?: string;
|
|
2015
|
-
/**
|
|
2016
|
-
* <p>The image starts in the <code>PENDING</code> state. If image creation succeeds, the
|
|
2017
|
-
* state is <code>AVAILABLE</code>. If image creation fails, the state is <code>FAILED</code>.</p>
|
|
2018
|
-
*/
|
|
2019
|
-
State?: ImageState | string;
|
|
2020
|
-
/**
|
|
2021
|
-
* <p>Indicates whether the image is public or private.</p>
|
|
2022
|
-
*/
|
|
2023
|
-
Visibility?: VisibilityType | string;
|
|
2024
|
-
/**
|
|
2025
|
-
* <p>Indicates whether an image builder can be launched from this image.</p>
|
|
2026
|
-
*/
|
|
2027
|
-
ImageBuilderSupported?: boolean;
|
|
2028
|
-
/**
|
|
2029
|
-
* <p>The name of the image builder that was used to create the private image. If the image is shared, this value is null.</p>
|
|
2030
|
-
*/
|
|
2031
|
-
ImageBuilderName?: string;
|
|
2032
|
-
/**
|
|
2033
|
-
* <p>The operating system platform of the image.</p>
|
|
2034
|
-
*/
|
|
2035
|
-
Platform?: PlatformType | string;
|
|
2036
|
-
/**
|
|
2037
|
-
* <p>The description to display.</p>
|
|
2038
|
-
*/
|
|
2039
|
-
Description?: string;
|
|
2040
|
-
/**
|
|
2041
|
-
* <p>The reason why the last state change occurred.</p>
|
|
2042
|
-
*/
|
|
2043
|
-
StateChangeReason?: ImageStateChangeReason;
|
|
2044
|
-
/**
|
|
2045
|
-
* <p>The applications associated with the image.</p>
|
|
2046
|
-
*/
|
|
2047
|
-
Applications?: Application[];
|
|
2048
|
-
/**
|
|
2049
|
-
* <p>The time the image was created.</p>
|
|
2050
|
-
*/
|
|
2051
|
-
CreatedTime?: Date;
|
|
2052
|
-
/**
|
|
2053
|
-
* <p>The release date of the public base image.
|
|
2054
|
-
* For private images, this date is the release date of the base image from which the image was created.</p>
|
|
2055
|
-
*/
|
|
2056
|
-
PublicBaseImageReleasedDate?: Date;
|
|
2057
|
-
/**
|
|
2058
|
-
* <p>The version of the AppStream 2.0 agent to use for instances that are launched from this image. </p>
|
|
2059
|
-
*/
|
|
2060
|
-
AppstreamAgentVersion?: string;
|
|
2061
|
-
/**
|
|
2062
|
-
* <p>The permissions to provide to the destination AWS account for the specified image.</p>
|
|
2063
|
-
*/
|
|
2064
|
-
ImagePermissions?: ImagePermissions;
|
|
2065
|
-
/**
|
|
2066
|
-
* <p>Describes the errors that are returned when a new image can't be created.</p>
|
|
2067
|
-
*/
|
|
2068
|
-
ImageErrors?: ResourceError[];
|
|
2069
|
-
}
|
|
2070
|
-
export declare namespace Image {
|
|
2071
|
-
/**
|
|
2072
|
-
* @internal
|
|
2073
|
-
*/
|
|
2074
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
2075
|
-
}
|
|
2076
|
-
export interface CreateUpdatedImageResult {
|
|
2077
|
-
/**
|
|
2078
|
-
* <p>Describes an image.</p>
|
|
2079
|
-
*/
|
|
2080
|
-
image?: Image;
|
|
2081
|
-
/**
|
|
2082
|
-
* <p>Indicates whether a new image can be created.</p>
|
|
2083
|
-
*/
|
|
2084
|
-
canUpdateImage?: boolean;
|
|
2085
|
-
}
|
|
2086
|
-
export declare namespace CreateUpdatedImageResult {
|
|
2087
|
-
/**
|
|
2088
|
-
* @internal
|
|
2089
|
-
*/
|
|
2090
|
-
const filterSensitiveLog: (obj: CreateUpdatedImageResult) => any;
|
|
2091
|
-
}
|
|
2092
|
-
export interface CreateUsageReportSubscriptionRequest {
|
|
2093
|
-
}
|
|
2094
|
-
export declare namespace CreateUsageReportSubscriptionRequest {
|
|
2095
|
-
/**
|
|
2096
|
-
* @internal
|
|
2097
|
-
*/
|
|
2098
|
-
const filterSensitiveLog: (obj: CreateUsageReportSubscriptionRequest) => any;
|
|
2099
|
-
}
|
|
2100
|
-
export declare enum UsageReportSchedule {
|
|
2101
|
-
DAILY = "DAILY"
|
|
2102
|
-
}
|
|
2103
|
-
export interface CreateUsageReportSubscriptionResult {
|
|
2104
|
-
/**
|
|
2105
|
-
* <p>The Amazon S3 bucket where generated reports are stored.</p>
|
|
2106
|
-
*
|
|
2107
|
-
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2108
|
-
* configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
|
|
2109
|
-
* unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
|
|
2110
|
-
* uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
|
|
2111
|
-
* when you enable usage reports, AppStream 2.0 creates a new S3 bucket.</p>
|
|
2112
|
-
*/
|
|
2113
|
-
S3BucketName?: string;
|
|
2114
|
-
/**
|
|
2115
|
-
* <p>The schedule for generating usage reports.</p>
|
|
2116
|
-
*/
|
|
2117
|
-
Schedule?: UsageReportSchedule | string;
|
|
2118
|
-
}
|
|
2119
|
-
export declare namespace CreateUsageReportSubscriptionResult {
|
|
2120
|
-
/**
|
|
2121
|
-
* @internal
|
|
2122
|
-
*/
|
|
2123
|
-
const filterSensitiveLog: (obj: CreateUsageReportSubscriptionResult) => any;
|
|
2124
|
-
}
|
|
2125
|
-
export declare enum MessageAction {
|
|
2126
|
-
RESEND = "RESEND",
|
|
2127
|
-
SUPPRESS = "SUPPRESS"
|
|
2128
|
-
}
|
|
2129
|
-
export interface CreateUserRequest {
|
|
2130
|
-
/**
|
|
2131
|
-
* <p>The email address of the user.</p>
|
|
2132
|
-
*
|
|
2133
|
-
* <note>
|
|
2134
|
-
* <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.</p>
|
|
2135
|
-
* </note>
|
|
2136
|
-
*/
|
|
2137
|
-
UserName: string | undefined;
|
|
2138
|
-
/**
|
|
2139
|
-
* <p>The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent. </p>
|
|
2140
|
-
*
|
|
2141
|
-
* <note>
|
|
2142
|
-
* <p>The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.</p>
|
|
2143
|
-
* </note>
|
|
2144
|
-
*/
|
|
2145
|
-
MessageAction?: MessageAction | string;
|
|
2146
|
-
/**
|
|
2147
|
-
* <p>The first name, or given name, of the user.</p>
|
|
2148
|
-
*/
|
|
2149
|
-
FirstName?: string;
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>The last name, or surname, of the user.</p>
|
|
2152
|
-
*/
|
|
2153
|
-
LastName?: string;
|
|
2154
|
-
/**
|
|
2155
|
-
* <p>The authentication type for the user. You must specify USERPOOL. </p>
|
|
2156
|
-
*/
|
|
2157
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2158
|
-
}
|
|
2159
|
-
export declare namespace CreateUserRequest {
|
|
2160
|
-
/**
|
|
2161
|
-
* @internal
|
|
2162
|
-
*/
|
|
2163
|
-
const filterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
2164
|
-
}
|
|
2165
|
-
export interface CreateUserResult {
|
|
2166
|
-
}
|
|
2167
|
-
export declare namespace CreateUserResult {
|
|
2168
|
-
/**
|
|
2169
|
-
* @internal
|
|
2170
|
-
*/
|
|
2171
|
-
const filterSensitiveLog: (obj: CreateUserResult) => any;
|
|
2172
|
-
}
|
|
2173
|
-
export interface DeleteDirectoryConfigRequest {
|
|
2174
|
-
/**
|
|
2175
|
-
* <p>The name of the directory configuration.</p>
|
|
2176
|
-
*/
|
|
2177
|
-
DirectoryName: string | undefined;
|
|
2178
|
-
}
|
|
2179
|
-
export declare namespace DeleteDirectoryConfigRequest {
|
|
2180
|
-
/**
|
|
2181
|
-
* @internal
|
|
2182
|
-
*/
|
|
2183
|
-
const filterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
|
|
2184
|
-
}
|
|
2185
|
-
export interface DeleteDirectoryConfigResult {
|
|
2186
|
-
}
|
|
2187
|
-
export declare namespace DeleteDirectoryConfigResult {
|
|
2188
|
-
/**
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
2191
|
-
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
2192
|
-
}
|
|
2193
|
-
/**
|
|
2194
|
-
* <p>The specified resource is in use.</p>
|
|
2195
|
-
*/
|
|
2196
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
2197
|
-
name: "ResourceInUseException";
|
|
2198
|
-
$fault: "client";
|
|
2199
|
-
/**
|
|
2200
|
-
* <p>The error message in the exception.</p>
|
|
2201
|
-
*/
|
|
2202
|
-
Message?: string;
|
|
2203
|
-
}
|
|
2204
|
-
export declare namespace ResourceInUseException {
|
|
2205
|
-
/**
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
2208
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
2209
|
-
}
|
|
2210
|
-
export interface DeleteFleetRequest {
|
|
2211
|
-
/**
|
|
2212
|
-
* <p>The name of the fleet.</p>
|
|
2213
|
-
*/
|
|
2214
|
-
Name: string | undefined;
|
|
2215
|
-
}
|
|
2216
|
-
export declare namespace DeleteFleetRequest {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: DeleteFleetRequest) => any;
|
|
2221
|
-
}
|
|
2222
|
-
export interface DeleteFleetResult {
|
|
2223
|
-
}
|
|
2224
|
-
export declare namespace DeleteFleetResult {
|
|
2225
|
-
/**
|
|
2226
|
-
* @internal
|
|
2227
|
-
*/
|
|
2228
|
-
const filterSensitiveLog: (obj: DeleteFleetResult) => any;
|
|
2229
|
-
}
|
|
2230
|
-
export interface DeleteImageRequest {
|
|
2231
|
-
/**
|
|
2232
|
-
* <p>The name of the image.</p>
|
|
2233
|
-
*/
|
|
2234
|
-
Name: string | undefined;
|
|
2235
|
-
}
|
|
2236
|
-
export declare namespace DeleteImageRequest {
|
|
2237
|
-
/**
|
|
2238
|
-
* @internal
|
|
2239
|
-
*/
|
|
2240
|
-
const filterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
2241
|
-
}
|
|
2242
|
-
export interface DeleteImageResult {
|
|
2243
|
-
/**
|
|
2244
|
-
* <p>Information about the image.</p>
|
|
2245
|
-
*/
|
|
2246
|
-
Image?: Image;
|
|
2247
|
-
}
|
|
2248
|
-
export declare namespace DeleteImageResult {
|
|
2249
|
-
/**
|
|
2250
|
-
* @internal
|
|
2251
|
-
*/
|
|
2252
|
-
const filterSensitiveLog: (obj: DeleteImageResult) => any;
|
|
2253
|
-
}
|
|
2254
|
-
export interface DeleteImageBuilderRequest {
|
|
2255
|
-
/**
|
|
2256
|
-
* <p>The name of the image builder.</p>
|
|
2257
|
-
*/
|
|
2258
|
-
Name: string | undefined;
|
|
2259
|
-
}
|
|
2260
|
-
export declare namespace DeleteImageBuilderRequest {
|
|
2261
|
-
/**
|
|
2262
|
-
* @internal
|
|
2263
|
-
*/
|
|
2264
|
-
const filterSensitiveLog: (obj: DeleteImageBuilderRequest) => any;
|
|
2265
|
-
}
|
|
2266
|
-
export interface DeleteImageBuilderResult {
|
|
2267
|
-
/**
|
|
2268
|
-
* <p>Information about the image builder.</p>
|
|
2269
|
-
*/
|
|
2270
|
-
ImageBuilder?: ImageBuilder;
|
|
2271
|
-
}
|
|
2272
|
-
export declare namespace DeleteImageBuilderResult {
|
|
2273
|
-
/**
|
|
2274
|
-
* @internal
|
|
2275
|
-
*/
|
|
2276
|
-
const filterSensitiveLog: (obj: DeleteImageBuilderResult) => any;
|
|
2277
|
-
}
|
|
2278
|
-
export interface DeleteImagePermissionsRequest {
|
|
2279
|
-
/**
|
|
2280
|
-
* <p>The name of the private image.</p>
|
|
2281
|
-
*/
|
|
2282
|
-
Name: string | undefined;
|
|
2283
|
-
/**
|
|
2284
|
-
* <p>The 12-digit identifier of the AWS account for which to delete image permissions.</p>
|
|
2285
|
-
*/
|
|
2286
|
-
SharedAccountId: string | undefined;
|
|
2287
|
-
}
|
|
2288
|
-
export declare namespace DeleteImagePermissionsRequest {
|
|
2289
|
-
/**
|
|
2290
|
-
* @internal
|
|
2291
|
-
*/
|
|
2292
|
-
const filterSensitiveLog: (obj: DeleteImagePermissionsRequest) => any;
|
|
2293
|
-
}
|
|
2294
|
-
export interface DeleteImagePermissionsResult {
|
|
2295
|
-
}
|
|
2296
|
-
export declare namespace DeleteImagePermissionsResult {
|
|
2297
|
-
/**
|
|
2298
|
-
* @internal
|
|
2299
|
-
*/
|
|
2300
|
-
const filterSensitiveLog: (obj: DeleteImagePermissionsResult) => any;
|
|
2301
|
-
}
|
|
2302
|
-
export interface DeleteStackRequest {
|
|
2303
|
-
/**
|
|
2304
|
-
* <p>The name of the stack.</p>
|
|
2305
|
-
*/
|
|
2306
|
-
Name: string | undefined;
|
|
2307
|
-
}
|
|
2308
|
-
export declare namespace DeleteStackRequest {
|
|
2309
|
-
/**
|
|
2310
|
-
* @internal
|
|
2311
|
-
*/
|
|
2312
|
-
const filterSensitiveLog: (obj: DeleteStackRequest) => any;
|
|
2313
|
-
}
|
|
2314
|
-
export interface DeleteStackResult {
|
|
2315
|
-
}
|
|
2316
|
-
export declare namespace DeleteStackResult {
|
|
2317
|
-
/**
|
|
2318
|
-
* @internal
|
|
2319
|
-
*/
|
|
2320
|
-
const filterSensitiveLog: (obj: DeleteStackResult) => any;
|
|
2321
|
-
}
|
|
2322
|
-
export interface DeleteUsageReportSubscriptionRequest {
|
|
2323
|
-
}
|
|
2324
|
-
export declare namespace DeleteUsageReportSubscriptionRequest {
|
|
2325
|
-
/**
|
|
2326
|
-
* @internal
|
|
2327
|
-
*/
|
|
2328
|
-
const filterSensitiveLog: (obj: DeleteUsageReportSubscriptionRequest) => any;
|
|
2329
|
-
}
|
|
2330
|
-
export interface DeleteUsageReportSubscriptionResult {
|
|
2331
|
-
}
|
|
2332
|
-
export declare namespace DeleteUsageReportSubscriptionResult {
|
|
2333
|
-
/**
|
|
2334
|
-
* @internal
|
|
2335
|
-
*/
|
|
2336
|
-
const filterSensitiveLog: (obj: DeleteUsageReportSubscriptionResult) => any;
|
|
2337
|
-
}
|
|
2338
|
-
export interface DeleteUserRequest {
|
|
2339
|
-
/**
|
|
2340
|
-
* <p>The email address of the user.</p>
|
|
2341
|
-
*
|
|
2342
|
-
* <note>
|
|
2343
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
2344
|
-
* </note>
|
|
2345
|
-
*/
|
|
2346
|
-
UserName: string | undefined;
|
|
2347
|
-
/**
|
|
2348
|
-
* <p>The authentication type for the user. You must specify USERPOOL.</p>
|
|
2349
|
-
*/
|
|
2350
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2351
|
-
}
|
|
2352
|
-
export declare namespace DeleteUserRequest {
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
*/
|
|
2356
|
-
const filterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
2357
|
-
}
|
|
2358
|
-
export interface DeleteUserResult {
|
|
2359
|
-
}
|
|
2360
|
-
export declare namespace DeleteUserResult {
|
|
2361
|
-
/**
|
|
2362
|
-
* @internal
|
|
2363
|
-
*/
|
|
2364
|
-
const filterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
2365
|
-
}
|
|
2366
|
-
export interface DescribeDirectoryConfigsRequest {
|
|
2367
|
-
/**
|
|
2368
|
-
* <p>The directory names.</p>
|
|
2369
|
-
*/
|
|
2370
|
-
DirectoryNames?: string[];
|
|
2371
|
-
/**
|
|
2372
|
-
* <p>The maximum size of each page of results.</p>
|
|
2373
|
-
*/
|
|
2374
|
-
MaxResults?: number;
|
|
2375
|
-
/**
|
|
2376
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2377
|
-
*/
|
|
2378
|
-
NextToken?: string;
|
|
2379
|
-
}
|
|
2380
|
-
export declare namespace DescribeDirectoryConfigsRequest {
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
const filterSensitiveLog: (obj: DescribeDirectoryConfigsRequest) => any;
|
|
2385
|
-
}
|
|
2386
|
-
export interface DescribeDirectoryConfigsResult {
|
|
2387
|
-
/**
|
|
2388
|
-
* <p>Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response. </p>
|
|
2389
|
-
*/
|
|
2390
|
-
DirectoryConfigs?: DirectoryConfig[];
|
|
2391
|
-
/**
|
|
2392
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2393
|
-
*/
|
|
2394
|
-
NextToken?: string;
|
|
2395
|
-
}
|
|
2396
|
-
export declare namespace DescribeDirectoryConfigsResult {
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
2401
|
-
}
|
|
2402
|
-
export interface DescribeFleetsRequest {
|
|
2403
|
-
/**
|
|
2404
|
-
* <p>The names of the fleets to describe.</p>
|
|
2405
|
-
*/
|
|
2406
|
-
Names?: string[];
|
|
2407
|
-
/**
|
|
2408
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2409
|
-
*/
|
|
2410
|
-
NextToken?: string;
|
|
2411
|
-
}
|
|
2412
|
-
export declare namespace DescribeFleetsRequest {
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
const filterSensitiveLog: (obj: DescribeFleetsRequest) => any;
|
|
2417
|
-
}
|
|
2418
|
-
export interface DescribeFleetsResult {
|
|
2419
|
-
/**
|
|
2420
|
-
* <p>Information about the fleets.</p>
|
|
2421
|
-
*/
|
|
2422
|
-
Fleets?: Fleet[];
|
|
2423
|
-
/**
|
|
2424
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2425
|
-
*/
|
|
2426
|
-
NextToken?: string;
|
|
2427
|
-
}
|
|
2428
|
-
export declare namespace DescribeFleetsResult {
|
|
2429
|
-
/**
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
2432
|
-
const filterSensitiveLog: (obj: DescribeFleetsResult) => any;
|
|
2433
|
-
}
|
|
2434
|
-
export interface DescribeImageBuildersRequest {
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>The names of the image builders to describe.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
Names?: string[];
|
|
2439
|
-
/**
|
|
2440
|
-
* <p>The maximum size of each page of results.</p>
|
|
2441
|
-
*/
|
|
2442
|
-
MaxResults?: number;
|
|
2443
|
-
/**
|
|
2444
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2445
|
-
*/
|
|
2446
|
-
NextToken?: string;
|
|
2447
|
-
}
|
|
2448
|
-
export declare namespace DescribeImageBuildersRequest {
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
const filterSensitiveLog: (obj: DescribeImageBuildersRequest) => any;
|
|
2453
|
-
}
|
|
2454
|
-
export interface DescribeImageBuildersResult {
|
|
2455
|
-
/**
|
|
2456
|
-
* <p>Information about the image builders.</p>
|
|
2457
|
-
*/
|
|
2458
|
-
ImageBuilders?: ImageBuilder[];
|
|
2459
|
-
/**
|
|
2460
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2461
|
-
*/
|
|
2462
|
-
NextToken?: string;
|
|
2463
|
-
}
|
|
2464
|
-
export declare namespace DescribeImageBuildersResult {
|
|
2465
|
-
/**
|
|
2466
|
-
* @internal
|
|
2467
|
-
*/
|
|
2468
|
-
const filterSensitiveLog: (obj: DescribeImageBuildersResult) => any;
|
|
2469
|
-
}
|
|
2470
|
-
export interface DescribeImagePermissionsRequest {
|
|
2471
|
-
/**
|
|
2472
|
-
* <p>The name of the private image for which to describe permissions. The image must be one that you own. </p>
|
|
2473
|
-
*/
|
|
2474
|
-
Name: string | undefined;
|
|
2475
|
-
/**
|
|
2476
|
-
* <p>The maximum size of each page of results.</p>
|
|
2477
|
-
*/
|
|
2478
|
-
MaxResults?: number;
|
|
2479
|
-
/**
|
|
2480
|
-
* <p>The 12-digit identifier of one or more AWS accounts with which the image is shared.</p>
|
|
2481
|
-
*/
|
|
2482
|
-
SharedAwsAccountIds?: string[];
|
|
2483
|
-
/**
|
|
2484
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2485
|
-
*/
|
|
2486
|
-
NextToken?: string;
|
|
2487
|
-
}
|
|
2488
|
-
export declare namespace DescribeImagePermissionsRequest {
|
|
2489
|
-
/**
|
|
2490
|
-
* @internal
|
|
2491
|
-
*/
|
|
2492
|
-
const filterSensitiveLog: (obj: DescribeImagePermissionsRequest) => any;
|
|
2493
|
-
}
|
|
2494
|
-
/**
|
|
2495
|
-
* <p>Describes the permissions that are available to the specified AWS account for a shared image.</p>
|
|
2496
|
-
*/
|
|
2497
|
-
export interface SharedImagePermissions {
|
|
2498
|
-
/**
|
|
2499
|
-
* <p>The 12-digit identifier of the AWS account with which the image is shared.</p>
|
|
2500
|
-
*/
|
|
2501
|
-
sharedAccountId: string | undefined;
|
|
2502
|
-
/**
|
|
2503
|
-
* <p>Describes the permissions for a shared image.</p>
|
|
2504
|
-
*/
|
|
2505
|
-
imagePermissions: ImagePermissions | undefined;
|
|
2506
|
-
}
|
|
2507
|
-
export declare namespace SharedImagePermissions {
|
|
2508
|
-
/**
|
|
2509
|
-
* @internal
|
|
2510
|
-
*/
|
|
2511
|
-
const filterSensitiveLog: (obj: SharedImagePermissions) => any;
|
|
2512
|
-
}
|
|
2513
|
-
export interface DescribeImagePermissionsResult {
|
|
2514
|
-
/**
|
|
2515
|
-
* <p>The name of the private image.</p>
|
|
2516
|
-
*/
|
|
2517
|
-
Name?: string;
|
|
2518
|
-
/**
|
|
2519
|
-
* <p>The permissions for a private image that you own. </p>
|
|
2520
|
-
*/
|
|
2521
|
-
SharedImagePermissionsList?: SharedImagePermissions[];
|
|
2522
|
-
/**
|
|
2523
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2524
|
-
*/
|
|
2525
|
-
NextToken?: string;
|
|
2526
|
-
}
|
|
2527
|
-
export declare namespace DescribeImagePermissionsResult {
|
|
2528
|
-
/**
|
|
2529
|
-
* @internal
|
|
2530
|
-
*/
|
|
2531
|
-
const filterSensitiveLog: (obj: DescribeImagePermissionsResult) => any;
|
|
2532
|
-
}
|
|
2533
|
-
export interface DescribeImagesRequest {
|
|
2534
|
-
/**
|
|
2535
|
-
* <p>The names of the public or private images to describe.</p>
|
|
2536
|
-
*/
|
|
2537
|
-
Names?: string[];
|
|
2538
|
-
/**
|
|
2539
|
-
* <p>The ARNs of the public, private, and shared images to describe.</p>
|
|
2540
|
-
*/
|
|
2541
|
-
Arns?: string[];
|
|
2542
|
-
/**
|
|
2543
|
-
* <p>The type of image (public, private, or shared) to describe. </p>
|
|
2544
|
-
*/
|
|
2545
|
-
Type?: VisibilityType | string;
|
|
2546
|
-
/**
|
|
2547
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2548
|
-
*/
|
|
2549
|
-
NextToken?: string;
|
|
2550
|
-
/**
|
|
2551
|
-
* <p>The maximum size of each page of results.</p>
|
|
2552
|
-
*/
|
|
2553
|
-
MaxResults?: number;
|
|
2554
|
-
}
|
|
2555
|
-
export declare namespace DescribeImagesRequest {
|
|
2556
|
-
/**
|
|
2557
|
-
* @internal
|
|
2558
|
-
*/
|
|
2559
|
-
const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
2560
|
-
}
|
|
2561
|
-
export interface DescribeImagesResult {
|
|
2562
|
-
/**
|
|
2563
|
-
* <p>Information about the images.</p>
|
|
2564
|
-
*/
|
|
2565
|
-
Images?: Image[];
|
|
2566
|
-
/**
|
|
2567
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2568
|
-
*/
|
|
2569
|
-
NextToken?: string;
|
|
2570
|
-
}
|
|
2571
|
-
export declare namespace DescribeImagesResult {
|
|
2572
|
-
/**
|
|
2573
|
-
* @internal
|
|
2574
|
-
*/
|
|
2575
|
-
const filterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
2576
|
-
}
|
|
2577
|
-
export interface DescribeSessionsRequest {
|
|
2578
|
-
/**
|
|
2579
|
-
* <p>The name of the stack. This value is case-sensitive.</p>
|
|
2580
|
-
*/
|
|
2581
|
-
StackName: string | undefined;
|
|
2582
|
-
/**
|
|
2583
|
-
* <p>The name of the fleet. This value is case-sensitive.</p>
|
|
2584
|
-
*/
|
|
2585
|
-
FleetName: string | undefined;
|
|
2586
|
-
/**
|
|
2587
|
-
* <p>The user identifier (ID). If you specify a user ID, you must also specify the authentication type.</p>
|
|
2588
|
-
*/
|
|
2589
|
-
UserId?: string;
|
|
2590
|
-
/**
|
|
2591
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2592
|
-
*/
|
|
2593
|
-
NextToken?: string;
|
|
2594
|
-
/**
|
|
2595
|
-
* <p>The size of each page of results. The default value is 20 and the maximum value is 50.</p>
|
|
2596
|
-
*/
|
|
2597
|
-
Limit?: number;
|
|
2598
|
-
/**
|
|
2599
|
-
* <p>The authentication method. Specify <code>API</code> for a user
|
|
2600
|
-
* authenticated using a streaming URL or <code>SAML</code> for a SAML federated user.
|
|
2601
|
-
* The default is to authenticate users using a streaming URL.</p>
|
|
2602
|
-
*/
|
|
2603
|
-
AuthenticationType?: AuthenticationType | string;
|
|
2604
|
-
}
|
|
2605
|
-
export declare namespace DescribeSessionsRequest {
|
|
2606
|
-
/**
|
|
2607
|
-
* @internal
|
|
2608
|
-
*/
|
|
2609
|
-
const filterSensitiveLog: (obj: DescribeSessionsRequest) => any;
|
|
2610
|
-
}
|
|
2611
|
-
export declare enum SessionConnectionState {
|
|
2612
|
-
CONNECTED = "CONNECTED",
|
|
2613
|
-
NOT_CONNECTED = "NOT_CONNECTED"
|
|
2614
|
-
}
|
|
2615
|
-
export declare enum SessionState {
|
|
2616
|
-
ACTIVE = "ACTIVE",
|
|
2617
|
-
EXPIRED = "EXPIRED",
|
|
2618
|
-
PENDING = "PENDING"
|
|
2619
|
-
}
|
|
2620
|
-
/**
|
|
2621
|
-
* <p>Describes a streaming session.</p>
|
|
2622
|
-
*/
|
|
2623
|
-
export interface Session {
|
|
2624
|
-
/**
|
|
2625
|
-
* <p>The identifier of the streaming session.</p>
|
|
2626
|
-
*/
|
|
2627
|
-
Id: string | undefined;
|
|
2628
|
-
/**
|
|
2629
|
-
* <p>The identifier of the user for whom the session was created.</p>
|
|
2630
|
-
*/
|
|
2631
|
-
UserId: string | undefined;
|
|
2632
|
-
/**
|
|
2633
|
-
* <p>The name of the stack for the streaming session.</p>
|
|
2634
|
-
*/
|
|
2635
|
-
StackName: string | undefined;
|
|
2636
|
-
/**
|
|
2637
|
-
* <p>The name of the fleet for the streaming session.</p>
|
|
2638
|
-
*/
|
|
2639
|
-
FleetName: string | undefined;
|
|
2640
|
-
/**
|
|
2641
|
-
* <p>The current state of the streaming session.</p>
|
|
2642
|
-
*/
|
|
2643
|
-
State: SessionState | string | undefined;
|
|
2644
|
-
/**
|
|
2645
|
-
* <p>Specifies whether a user is connected to the streaming session.</p>
|
|
2646
|
-
*/
|
|
2647
|
-
ConnectionState?: SessionConnectionState | string;
|
|
2648
|
-
/**
|
|
2649
|
-
* <p>The time when a streaming instance is dedicated for the user.</p>
|
|
2650
|
-
*/
|
|
2651
|
-
StartTime?: Date;
|
|
2652
|
-
/**
|
|
2653
|
-
* <p>The time when the streaming session is set to expire. This time is based on the <code>MaxUserDurationinSeconds</code> value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in <code>SessionMaxExpirationTime</code>, when the <code>DisconnectTimeOutInSeconds</code> elapses or the user chooses to end his or her session. If the <code>DisconnectTimeOutInSeconds</code> elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.</p>
|
|
2654
|
-
*/
|
|
2655
|
-
MaxExpirationTime?: Date;
|
|
2656
|
-
/**
|
|
2657
|
-
* <p>The authentication method. The user is authenticated using a streaming URL
|
|
2658
|
-
* (<code>API</code>) or SAML 2.0 federation (<code>SAML</code>).</p>
|
|
2659
|
-
*/
|
|
2660
|
-
AuthenticationType?: AuthenticationType | string;
|
|
2661
|
-
/**
|
|
2662
|
-
* <p>The network details for the streaming session.</p>
|
|
2663
|
-
*/
|
|
2664
|
-
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
2665
|
-
}
|
|
2666
|
-
export declare namespace Session {
|
|
2667
|
-
/**
|
|
2668
|
-
* @internal
|
|
2669
|
-
*/
|
|
2670
|
-
const filterSensitiveLog: (obj: Session) => any;
|
|
2671
|
-
}
|
|
2672
|
-
export interface DescribeSessionsResult {
|
|
2673
|
-
/**
|
|
2674
|
-
* <p>Information about the streaming sessions.</p>
|
|
2675
|
-
*/
|
|
2676
|
-
Sessions?: Session[];
|
|
2677
|
-
/**
|
|
2678
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2679
|
-
*/
|
|
2680
|
-
NextToken?: string;
|
|
2681
|
-
}
|
|
2682
|
-
export declare namespace DescribeSessionsResult {
|
|
2683
|
-
/**
|
|
2684
|
-
* @internal
|
|
2685
|
-
*/
|
|
2686
|
-
const filterSensitiveLog: (obj: DescribeSessionsResult) => any;
|
|
2687
|
-
}
|
|
2688
|
-
export interface DescribeStacksRequest {
|
|
2689
|
-
/**
|
|
2690
|
-
* <p>The names of the stacks to describe.</p>
|
|
2691
|
-
*/
|
|
2692
|
-
Names?: string[];
|
|
2693
|
-
/**
|
|
2694
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2695
|
-
*/
|
|
2696
|
-
NextToken?: string;
|
|
2697
|
-
}
|
|
2698
|
-
export declare namespace DescribeStacksRequest {
|
|
2699
|
-
/**
|
|
2700
|
-
* @internal
|
|
2701
|
-
*/
|
|
2702
|
-
const filterSensitiveLog: (obj: DescribeStacksRequest) => any;
|
|
2703
|
-
}
|
|
2704
|
-
export interface DescribeStacksResult {
|
|
2705
|
-
/**
|
|
2706
|
-
* <p>Information about the stacks.</p>
|
|
2707
|
-
*/
|
|
2708
|
-
Stacks?: Stack[];
|
|
2709
|
-
/**
|
|
2710
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2711
|
-
*/
|
|
2712
|
-
NextToken?: string;
|
|
2713
|
-
}
|
|
2714
|
-
export declare namespace DescribeStacksResult {
|
|
2715
|
-
/**
|
|
2716
|
-
* @internal
|
|
2717
|
-
*/
|
|
2718
|
-
const filterSensitiveLog: (obj: DescribeStacksResult) => any;
|
|
2719
|
-
}
|
|
2720
|
-
export interface DescribeUsageReportSubscriptionsRequest {
|
|
2721
|
-
/**
|
|
2722
|
-
* <p>The maximum size of each page of results.</p>
|
|
2723
|
-
*/
|
|
2724
|
-
MaxResults?: number;
|
|
2725
|
-
/**
|
|
2726
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2727
|
-
*/
|
|
2728
|
-
NextToken?: string;
|
|
2729
|
-
}
|
|
2730
|
-
export declare namespace DescribeUsageReportSubscriptionsRequest {
|
|
2731
|
-
/**
|
|
2732
|
-
* @internal
|
|
2733
|
-
*/
|
|
2734
|
-
const filterSensitiveLog: (obj: DescribeUsageReportSubscriptionsRequest) => any;
|
|
2735
|
-
}
|
|
2736
|
-
export declare enum UsageReportExecutionErrorCode {
|
|
2737
|
-
ACCESS_DENIED = "ACCESS_DENIED",
|
|
2738
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
2739
|
-
RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND"
|
|
2740
|
-
}
|
|
2741
|
-
/**
|
|
2742
|
-
* <p>Describes the error that is returned when a usage report can't be generated.</p>
|
|
2743
|
-
*/
|
|
2744
|
-
export interface LastReportGenerationExecutionError {
|
|
2745
|
-
/**
|
|
2746
|
-
* <p>The error code for the error that is returned when a usage report can't be generated.</p>
|
|
2747
|
-
*/
|
|
2748
|
-
ErrorCode?: UsageReportExecutionErrorCode | string;
|
|
2749
|
-
/**
|
|
2750
|
-
* <p>The error message for the error that is returned when a usage report can't be generated.</p>
|
|
2751
|
-
*/
|
|
2752
|
-
ErrorMessage?: string;
|
|
2753
|
-
}
|
|
2754
|
-
export declare namespace LastReportGenerationExecutionError {
|
|
2755
|
-
/**
|
|
2756
|
-
* @internal
|
|
2757
|
-
*/
|
|
2758
|
-
const filterSensitiveLog: (obj: LastReportGenerationExecutionError) => any;
|
|
2759
|
-
}
|
|
2760
|
-
/**
|
|
2761
|
-
* <p>Describes information about the usage report subscription.</p>
|
|
2762
|
-
*/
|
|
2763
|
-
export interface UsageReportSubscription {
|
|
2764
|
-
/**
|
|
2765
|
-
* <p>The Amazon S3 bucket where generated reports are stored.</p>
|
|
2766
|
-
*
|
|
2767
|
-
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2768
|
-
* configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
|
|
2769
|
-
* unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
|
|
2770
|
-
* uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
|
|
2771
|
-
* when you enable usage reports, AppStream 2.0 creates a new S3 bucket.</p>
|
|
2772
|
-
*/
|
|
2773
|
-
S3BucketName?: string;
|
|
2774
|
-
/**
|
|
2775
|
-
* <p>The schedule for generating usage reports.</p>
|
|
2776
|
-
*/
|
|
2777
|
-
Schedule?: UsageReportSchedule | string;
|
|
2778
|
-
/**
|
|
2779
|
-
* <p>The time when the last usage report was generated.</p>
|
|
2780
|
-
*/
|
|
2781
|
-
LastGeneratedReportDate?: Date;
|
|
2782
|
-
/**
|
|
2783
|
-
* <p>The errors that were returned if usage reports couldn't be generated.</p>
|
|
2784
|
-
*/
|
|
2785
|
-
SubscriptionErrors?: LastReportGenerationExecutionError[];
|
|
2786
|
-
}
|
|
2787
|
-
export declare namespace UsageReportSubscription {
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
const filterSensitiveLog: (obj: UsageReportSubscription) => any;
|
|
2792
|
-
}
|
|
2793
|
-
export interface DescribeUsageReportSubscriptionsResult {
|
|
2794
|
-
/**
|
|
2795
|
-
* <p>Information about the usage report subscription.</p>
|
|
2796
|
-
*/
|
|
2797
|
-
UsageReportSubscriptions?: UsageReportSubscription[];
|
|
2798
|
-
/**
|
|
2799
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2800
|
-
*/
|
|
2801
|
-
NextToken?: string;
|
|
2802
|
-
}
|
|
2803
|
-
export declare namespace DescribeUsageReportSubscriptionsResult {
|
|
2804
|
-
/**
|
|
2805
|
-
* @internal
|
|
2806
|
-
*/
|
|
2807
|
-
const filterSensitiveLog: (obj: DescribeUsageReportSubscriptionsResult) => any;
|
|
2808
|
-
}
|
|
2809
|
-
export interface DescribeUsersRequest {
|
|
2810
|
-
/**
|
|
2811
|
-
* <p>The authentication type for the users in the user pool to describe. You must specify USERPOOL.</p>
|
|
2812
|
-
*/
|
|
2813
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2814
|
-
/**
|
|
2815
|
-
* <p>The maximum size of each page of results.</p>
|
|
2816
|
-
*/
|
|
2817
|
-
MaxResults?: number;
|
|
2818
|
-
/**
|
|
2819
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2820
|
-
*/
|
|
2821
|
-
NextToken?: string;
|
|
2822
|
-
}
|
|
2823
|
-
export declare namespace DescribeUsersRequest {
|
|
2824
|
-
/**
|
|
2825
|
-
* @internal
|
|
2826
|
-
*/
|
|
2827
|
-
const filterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
2828
|
-
}
|
|
2829
|
-
/**
|
|
2830
|
-
* <p>Describes a user in the user pool.</p>
|
|
2831
|
-
*/
|
|
2832
|
-
export interface User {
|
|
2833
|
-
/**
|
|
2834
|
-
* <p>The ARN of the user.</p>
|
|
2835
|
-
*/
|
|
2836
|
-
Arn?: string;
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>The email address of the user.</p>
|
|
2839
|
-
*
|
|
2840
|
-
* <note>
|
|
2841
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
2842
|
-
* </note>
|
|
2843
|
-
*/
|
|
2844
|
-
UserName?: string;
|
|
2845
|
-
/**
|
|
2846
|
-
* <p>Specifies whether the user in the user pool is enabled.</p>
|
|
2847
|
-
*/
|
|
2848
|
-
Enabled?: boolean;
|
|
2849
|
-
/**
|
|
2850
|
-
* <p>The status of the user in the user pool. The status can be one of the following:</p>
|
|
2851
|
-
* <ul>
|
|
2852
|
-
* <li>
|
|
2853
|
-
* <p>UNCONFIRMED – The user is created but not confirmed.</p>
|
|
2854
|
-
* </li>
|
|
2855
|
-
* <li>
|
|
2856
|
-
* <p>CONFIRMED – The user is confirmed.</p>
|
|
2857
|
-
* </li>
|
|
2858
|
-
* <li>
|
|
2859
|
-
* <p>ARCHIVED – The user is no longer active.</p>
|
|
2860
|
-
* </li>
|
|
2861
|
-
* <li>
|
|
2862
|
-
* <p>COMPROMISED – The user is disabled because of a potential security threat.</p>
|
|
2863
|
-
* </li>
|
|
2864
|
-
* <li>
|
|
2865
|
-
* <p>UNKNOWN – The user status is not known.</p>
|
|
2866
|
-
* </li>
|
|
2867
|
-
* </ul>
|
|
2868
|
-
*/
|
|
2869
|
-
Status?: string;
|
|
2870
|
-
/**
|
|
2871
|
-
* <p>The first name, or given name, of the user.</p>
|
|
2872
|
-
*/
|
|
2873
|
-
FirstName?: string;
|
|
2874
|
-
/**
|
|
2875
|
-
* <p>The last name, or surname, of the user.</p>
|
|
2876
|
-
*/
|
|
2877
|
-
LastName?: string;
|
|
2878
|
-
/**
|
|
2879
|
-
* <p>The date and time the user was created in the user pool.</p>
|
|
2880
|
-
*/
|
|
2881
|
-
CreatedTime?: Date;
|
|
2882
|
-
/**
|
|
2883
|
-
* <p>The authentication type for the user.</p>
|
|
2884
|
-
*/
|
|
2885
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2886
|
-
}
|
|
2887
|
-
export declare namespace User {
|
|
2888
|
-
/**
|
|
2889
|
-
* @internal
|
|
2890
|
-
*/
|
|
2891
|
-
const filterSensitiveLog: (obj: User) => any;
|
|
2892
|
-
}
|
|
2893
|
-
export interface DescribeUsersResult {
|
|
2894
|
-
/**
|
|
2895
|
-
* <p>Information about users in the user pool.</p>
|
|
2896
|
-
*/
|
|
2897
|
-
Users?: User[];
|
|
2898
|
-
/**
|
|
2899
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2900
|
-
*/
|
|
2901
|
-
NextToken?: string;
|
|
2902
|
-
}
|
|
2903
|
-
export declare namespace DescribeUsersResult {
|
|
2904
|
-
/**
|
|
2905
|
-
* @internal
|
|
2906
|
-
*/
|
|
2907
|
-
const filterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
2908
|
-
}
|
|
2909
|
-
export interface DescribeUserStackAssociationsRequest {
|
|
2910
|
-
/**
|
|
2911
|
-
* <p>The name of the stack that is associated with the user.</p>
|
|
2912
|
-
*/
|
|
2913
|
-
StackName?: string;
|
|
2914
|
-
/**
|
|
2915
|
-
* <p>The email address of the user who is associated with the stack.</p>
|
|
2916
|
-
*
|
|
2917
|
-
* <note>
|
|
2918
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
2919
|
-
* </note>
|
|
2920
|
-
*/
|
|
2921
|
-
UserName?: string;
|
|
2922
|
-
/**
|
|
2923
|
-
* <p>The authentication type for the user who is associated with the stack. You must specify USERPOOL.</p>
|
|
2924
|
-
*/
|
|
2925
|
-
AuthenticationType?: AuthenticationType | string;
|
|
2926
|
-
/**
|
|
2927
|
-
* <p>The maximum size of each page of results.</p>
|
|
2928
|
-
*/
|
|
2929
|
-
MaxResults?: number;
|
|
2930
|
-
/**
|
|
2931
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2932
|
-
*/
|
|
2933
|
-
NextToken?: string;
|
|
2934
|
-
}
|
|
2935
|
-
export declare namespace DescribeUserStackAssociationsRequest {
|
|
2936
|
-
/**
|
|
2937
|
-
* @internal
|
|
2938
|
-
*/
|
|
2939
|
-
const filterSensitiveLog: (obj: DescribeUserStackAssociationsRequest) => any;
|
|
2940
|
-
}
|
|
2941
|
-
export interface DescribeUserStackAssociationsResult {
|
|
2942
|
-
/**
|
|
2943
|
-
* <p>The UserStackAssociation objects.</p>
|
|
2944
|
-
*/
|
|
2945
|
-
UserStackAssociations?: UserStackAssociation[];
|
|
2946
|
-
/**
|
|
2947
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2948
|
-
*/
|
|
2949
|
-
NextToken?: string;
|
|
2950
|
-
}
|
|
2951
|
-
export declare namespace DescribeUserStackAssociationsResult {
|
|
2952
|
-
/**
|
|
2953
|
-
* @internal
|
|
2954
|
-
*/
|
|
2955
|
-
const filterSensitiveLog: (obj: DescribeUserStackAssociationsResult) => any;
|
|
2956
|
-
}
|
|
2957
|
-
export interface DisableUserRequest {
|
|
2958
|
-
/**
|
|
2959
|
-
* <p>The email address of the user.</p>
|
|
2960
|
-
*
|
|
2961
|
-
* <note>
|
|
2962
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
2963
|
-
* </note>
|
|
2964
|
-
*/
|
|
2965
|
-
UserName: string | undefined;
|
|
2966
|
-
/**
|
|
2967
|
-
* <p>The authentication type for the user. You must specify USERPOOL.</p>
|
|
2968
|
-
*/
|
|
2969
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2970
|
-
}
|
|
2971
|
-
export declare namespace DisableUserRequest {
|
|
2972
|
-
/**
|
|
2973
|
-
* @internal
|
|
2974
|
-
*/
|
|
2975
|
-
const filterSensitiveLog: (obj: DisableUserRequest) => any;
|
|
2976
|
-
}
|
|
2977
|
-
export interface DisableUserResult {
|
|
2978
|
-
}
|
|
2979
|
-
export declare namespace DisableUserResult {
|
|
2980
|
-
/**
|
|
2981
|
-
* @internal
|
|
2982
|
-
*/
|
|
2983
|
-
const filterSensitiveLog: (obj: DisableUserResult) => any;
|
|
2984
|
-
}
|
|
2985
|
-
export interface DisassociateFleetRequest {
|
|
2986
|
-
/**
|
|
2987
|
-
* <p>The name of the fleet.</p>
|
|
2988
|
-
*/
|
|
2989
|
-
FleetName: string | undefined;
|
|
2990
|
-
/**
|
|
2991
|
-
* <p>The name of the stack.</p>
|
|
2992
|
-
*/
|
|
2993
|
-
StackName: string | undefined;
|
|
2994
|
-
}
|
|
2995
|
-
export declare namespace DisassociateFleetRequest {
|
|
2996
|
-
/**
|
|
2997
|
-
* @internal
|
|
2998
|
-
*/
|
|
2999
|
-
const filterSensitiveLog: (obj: DisassociateFleetRequest) => any;
|
|
3000
|
-
}
|
|
3001
|
-
export interface DisassociateFleetResult {
|
|
3002
|
-
}
|
|
3003
|
-
export declare namespace DisassociateFleetResult {
|
|
3004
|
-
/**
|
|
3005
|
-
* @internal
|
|
3006
|
-
*/
|
|
3007
|
-
const filterSensitiveLog: (obj: DisassociateFleetResult) => any;
|
|
3008
|
-
}
|
|
3009
|
-
export interface EnableUserRequest {
|
|
3010
|
-
/**
|
|
3011
|
-
* <p>The email address of the user.</p>
|
|
3012
|
-
*
|
|
3013
|
-
* <note>
|
|
3014
|
-
* <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays. </p>
|
|
3015
|
-
* </note>
|
|
3016
|
-
*/
|
|
3017
|
-
UserName: string | undefined;
|
|
3018
|
-
/**
|
|
3019
|
-
* <p>The authentication type for the user. You must specify USERPOOL.</p>
|
|
3020
|
-
*/
|
|
3021
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
3022
|
-
}
|
|
3023
|
-
export declare namespace EnableUserRequest {
|
|
3024
|
-
/**
|
|
3025
|
-
* @internal
|
|
3026
|
-
*/
|
|
3027
|
-
const filterSensitiveLog: (obj: EnableUserRequest) => any;
|
|
3028
|
-
}
|
|
3029
|
-
export interface EnableUserResult {
|
|
3030
|
-
}
|
|
3031
|
-
export declare namespace EnableUserResult {
|
|
3032
|
-
/**
|
|
3033
|
-
* @internal
|
|
3034
|
-
*/
|
|
3035
|
-
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
3036
|
-
}
|
|
3037
|
-
export interface ExpireSessionRequest {
|
|
3038
|
-
/**
|
|
3039
|
-
* <p>The identifier of the streaming session.</p>
|
|
3040
|
-
*/
|
|
3041
|
-
SessionId: string | undefined;
|
|
3042
|
-
}
|
|
3043
|
-
export declare namespace ExpireSessionRequest {
|
|
3044
|
-
/**
|
|
3045
|
-
* @internal
|
|
3046
|
-
*/
|
|
3047
|
-
const filterSensitiveLog: (obj: ExpireSessionRequest) => any;
|
|
3048
|
-
}
|
|
3049
|
-
export interface ExpireSessionResult {
|
|
3050
|
-
}
|
|
3051
|
-
export declare namespace ExpireSessionResult {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: ExpireSessionResult) => any;
|
|
3056
|
-
}
|
|
3057
|
-
export declare enum FleetAttribute {
|
|
3058
|
-
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
3059
|
-
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
3060
|
-
VPC_CONFIGURATION = "VPC_CONFIGURATION",
|
|
3061
|
-
VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
|
|
3062
|
-
}
|
|
3063
|
-
export interface ListAssociatedFleetsRequest {
|
|
3064
|
-
/**
|
|
3065
|
-
* <p>The name of the stack.</p>
|
|
3066
|
-
*/
|
|
3067
|
-
StackName: string | undefined;
|
|
3068
|
-
/**
|
|
3069
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3070
|
-
*/
|
|
3071
|
-
NextToken?: string;
|
|
3072
|
-
}
|
|
3073
|
-
export declare namespace ListAssociatedFleetsRequest {
|
|
3074
|
-
/**
|
|
3075
|
-
* @internal
|
|
3076
|
-
*/
|
|
3077
|
-
const filterSensitiveLog: (obj: ListAssociatedFleetsRequest) => any;
|
|
3078
|
-
}
|
|
3079
|
-
export interface ListAssociatedFleetsResult {
|
|
3080
|
-
/**
|
|
3081
|
-
* <p>The name of the fleet.</p>
|
|
3082
|
-
*/
|
|
3083
|
-
Names?: string[];
|
|
3084
|
-
/**
|
|
3085
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3086
|
-
*/
|
|
3087
|
-
NextToken?: string;
|
|
3088
|
-
}
|
|
3089
|
-
export declare namespace ListAssociatedFleetsResult {
|
|
3090
|
-
/**
|
|
3091
|
-
* @internal
|
|
3092
|
-
*/
|
|
3093
|
-
const filterSensitiveLog: (obj: ListAssociatedFleetsResult) => any;
|
|
3094
|
-
}
|
|
3095
|
-
export interface ListAssociatedStacksRequest {
|
|
3096
|
-
/**
|
|
3097
|
-
* <p>The name of the fleet.</p>
|
|
3098
|
-
*/
|
|
3099
|
-
FleetName: string | undefined;
|
|
3100
|
-
/**
|
|
3101
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3102
|
-
*/
|
|
3103
|
-
NextToken?: string;
|
|
3104
|
-
}
|
|
3105
|
-
export declare namespace ListAssociatedStacksRequest {
|
|
3106
|
-
/**
|
|
3107
|
-
* @internal
|
|
3108
|
-
*/
|
|
3109
|
-
const filterSensitiveLog: (obj: ListAssociatedStacksRequest) => any;
|
|
3110
|
-
}
|
|
3111
|
-
export interface ListAssociatedStacksResult {
|
|
3112
|
-
/**
|
|
3113
|
-
* <p>The name of the stack.</p>
|
|
3114
|
-
*/
|
|
3115
|
-
Names?: string[];
|
|
3116
|
-
/**
|
|
3117
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3118
|
-
*/
|
|
3119
|
-
NextToken?: string;
|
|
3120
|
-
}
|
|
3121
|
-
export declare namespace ListAssociatedStacksResult {
|
|
3122
|
-
/**
|
|
3123
|
-
* @internal
|
|
3124
|
-
*/
|
|
3125
|
-
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
3126
|
-
}
|
|
3127
|
-
export interface ListTagsForResourceRequest {
|
|
3128
|
-
/**
|
|
3129
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3130
|
-
*/
|
|
3131
|
-
ResourceArn: string | undefined;
|
|
3132
|
-
}
|
|
3133
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3134
|
-
/**
|
|
3135
|
-
* @internal
|
|
3136
|
-
*/
|
|
3137
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3138
|
-
}
|
|
3139
|
-
export interface ListTagsForResourceResponse {
|
|
3140
|
-
/**
|
|
3141
|
-
* <p>The information about the tags.</p>
|
|
3142
|
-
*/
|
|
3143
|
-
Tags?: {
|
|
3144
|
-
[key: string]: string;
|
|
3145
|
-
};
|
|
3146
|
-
}
|
|
3147
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3148
|
-
/**
|
|
3149
|
-
* @internal
|
|
3150
|
-
*/
|
|
3151
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3152
|
-
}
|
|
3153
|
-
export interface StartFleetRequest {
|
|
3154
|
-
/**
|
|
3155
|
-
* <p>The name of the fleet.</p>
|
|
3156
|
-
*/
|
|
3157
|
-
Name: string | undefined;
|
|
3158
|
-
}
|
|
3159
|
-
export declare namespace StartFleetRequest {
|
|
3160
|
-
/**
|
|
3161
|
-
* @internal
|
|
3162
|
-
*/
|
|
3163
|
-
const filterSensitiveLog: (obj: StartFleetRequest) => any;
|
|
3164
|
-
}
|
|
3165
|
-
export interface StartFleetResult {
|
|
3166
|
-
}
|
|
3167
|
-
export declare namespace StartFleetResult {
|
|
3168
|
-
/**
|
|
3169
|
-
* @internal
|
|
3170
|
-
*/
|
|
3171
|
-
const filterSensitiveLog: (obj: StartFleetResult) => any;
|
|
3172
|
-
}
|
|
3173
|
-
export interface StartImageBuilderRequest {
|
|
3174
|
-
/**
|
|
3175
|
-
* <p>The name of the image builder.</p>
|
|
3176
|
-
*/
|
|
3177
|
-
Name: string | undefined;
|
|
3178
|
-
/**
|
|
3179
|
-
* <p>The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. </p>
|
|
3180
|
-
*/
|
|
3181
|
-
AppstreamAgentVersion?: string;
|
|
3182
|
-
}
|
|
3183
|
-
export declare namespace StartImageBuilderRequest {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
const filterSensitiveLog: (obj: StartImageBuilderRequest) => any;
|
|
3188
|
-
}
|
|
3189
|
-
export interface StartImageBuilderResult {
|
|
3190
|
-
/**
|
|
3191
|
-
* <p>Information about the image builder.</p>
|
|
3192
|
-
*/
|
|
3193
|
-
ImageBuilder?: ImageBuilder;
|
|
3194
|
-
}
|
|
3195
|
-
export declare namespace StartImageBuilderResult {
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
const filterSensitiveLog: (obj: StartImageBuilderResult) => any;
|
|
3200
|
-
}
|
|
3201
|
-
export interface StopFleetRequest {
|
|
3202
|
-
/**
|
|
3203
|
-
* <p>The name of the fleet.</p>
|
|
3204
|
-
*/
|
|
3205
|
-
Name: string | undefined;
|
|
3206
|
-
}
|
|
3207
|
-
export declare namespace StopFleetRequest {
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
const filterSensitiveLog: (obj: StopFleetRequest) => any;
|
|
3212
|
-
}
|
|
3213
|
-
export interface StopFleetResult {
|
|
3214
|
-
}
|
|
3215
|
-
export declare namespace StopFleetResult {
|
|
3216
|
-
/**
|
|
3217
|
-
* @internal
|
|
3218
|
-
*/
|
|
3219
|
-
const filterSensitiveLog: (obj: StopFleetResult) => any;
|
|
3220
|
-
}
|
|
3221
|
-
export interface StopImageBuilderRequest {
|
|
3222
|
-
/**
|
|
3223
|
-
* <p>The name of the image builder.</p>
|
|
3224
|
-
*/
|
|
3225
|
-
Name: string | undefined;
|
|
3226
|
-
}
|
|
3227
|
-
export declare namespace StopImageBuilderRequest {
|
|
3228
|
-
/**
|
|
3229
|
-
* @internal
|
|
3230
|
-
*/
|
|
3231
|
-
const filterSensitiveLog: (obj: StopImageBuilderRequest) => any;
|
|
3232
|
-
}
|
|
3233
|
-
export interface StopImageBuilderResult {
|
|
3234
|
-
/**
|
|
3235
|
-
* <p>Information about the image builder.</p>
|
|
3236
|
-
*/
|
|
3237
|
-
ImageBuilder?: ImageBuilder;
|
|
3238
|
-
}
|
|
3239
|
-
export declare namespace StopImageBuilderResult {
|
|
3240
|
-
/**
|
|
3241
|
-
* @internal
|
|
3242
|
-
*/
|
|
3243
|
-
const filterSensitiveLog: (obj: StopImageBuilderResult) => any;
|
|
3244
|
-
}
|
|
3245
|
-
export interface TagResourceRequest {
|
|
3246
|
-
/**
|
|
3247
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3248
|
-
*/
|
|
3249
|
-
ResourceArn: string | undefined;
|
|
3250
|
-
/**
|
|
3251
|
-
* <p>The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
3252
|
-
*
|
|
3253
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
3254
|
-
*
|
|
3255
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
3256
|
-
* <p>_ . : / = + \ - @</p>
|
|
3257
|
-
*/
|
|
3258
|
-
Tags: {
|
|
3259
|
-
[key: string]: string;
|
|
3260
|
-
} | undefined;
|
|
3261
|
-
}
|
|
3262
|
-
export declare namespace TagResourceRequest {
|
|
3263
|
-
/**
|
|
3264
|
-
* @internal
|
|
3265
|
-
*/
|
|
3266
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3267
|
-
}
|
|
3268
|
-
export interface TagResourceResponse {
|
|
3269
|
-
}
|
|
3270
|
-
export declare namespace TagResourceResponse {
|
|
3271
|
-
/**
|
|
3272
|
-
* @internal
|
|
3273
|
-
*/
|
|
3274
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3275
|
-
}
|
|
3276
|
-
export interface UntagResourceRequest {
|
|
3277
|
-
/**
|
|
3278
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3279
|
-
*/
|
|
3280
|
-
ResourceArn: string | undefined;
|
|
3281
|
-
/**
|
|
3282
|
-
* <p>The tag keys for the tags to disassociate.</p>
|
|
3283
|
-
*/
|
|
3284
|
-
TagKeys: string[] | undefined;
|
|
3285
|
-
}
|
|
3286
|
-
export declare namespace UntagResourceRequest {
|
|
3287
|
-
/**
|
|
3288
|
-
* @internal
|
|
3289
|
-
*/
|
|
3290
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3291
|
-
}
|
|
3292
|
-
export interface UntagResourceResponse {
|
|
3293
|
-
}
|
|
3294
|
-
export declare namespace UntagResourceResponse {
|
|
3295
|
-
/**
|
|
3296
|
-
* @internal
|
|
3297
|
-
*/
|
|
3298
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3299
|
-
}
|
|
3300
|
-
export interface UpdateDirectoryConfigRequest {
|
|
3301
|
-
/**
|
|
3302
|
-
* <p>The name of the Directory Config object.</p>
|
|
3303
|
-
*/
|
|
3304
|
-
DirectoryName: string | undefined;
|
|
3305
|
-
/**
|
|
3306
|
-
* <p>The distinguished names of the organizational units for computer accounts.</p>
|
|
3307
|
-
*/
|
|
3308
|
-
OrganizationalUnitDistinguishedNames?: string[];
|
|
3309
|
-
/**
|
|
3310
|
-
* <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
3311
|
-
*/
|
|
3312
|
-
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
3313
|
-
}
|
|
3314
|
-
export declare namespace UpdateDirectoryConfigRequest {
|
|
3315
|
-
/**
|
|
3316
|
-
* @internal
|
|
3317
|
-
*/
|
|
3318
|
-
const filterSensitiveLog: (obj: UpdateDirectoryConfigRequest) => any;
|
|
3319
|
-
}
|
|
3320
|
-
export interface UpdateDirectoryConfigResult {
|
|
3321
|
-
/**
|
|
3322
|
-
* <p>Information about the Directory Config object.</p>
|
|
3323
|
-
*/
|
|
3324
|
-
DirectoryConfig?: DirectoryConfig;
|
|
3325
|
-
}
|
|
3326
|
-
export declare namespace UpdateDirectoryConfigResult {
|
|
3327
|
-
/**
|
|
3328
|
-
* @internal
|
|
3329
|
-
*/
|
|
3330
|
-
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
3331
|
-
}
|
|
3332
|
-
export interface UpdateFleetRequest {
|
|
3333
|
-
/**
|
|
3334
|
-
* <p>The name of the image used to create the fleet.</p>
|
|
3335
|
-
*/
|
|
3336
|
-
ImageName?: string;
|
|
3337
|
-
/**
|
|
3338
|
-
* <p>The ARN of the public, private, or shared image to use.</p>
|
|
3339
|
-
*/
|
|
3340
|
-
ImageArn?: string;
|
|
3341
|
-
/**
|
|
3342
|
-
* <p>A unique name for the fleet.</p>
|
|
3343
|
-
*/
|
|
3344
|
-
Name?: string;
|
|
3345
|
-
/**
|
|
3346
|
-
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
3347
|
-
* <ul>
|
|
3348
|
-
* <li>
|
|
3349
|
-
* <p>stream.standard.small</p>
|
|
3350
|
-
* </li>
|
|
3351
|
-
* <li>
|
|
3352
|
-
* <p>stream.standard.medium</p>
|
|
3353
|
-
* </li>
|
|
3354
|
-
* <li>
|
|
3355
|
-
* <p>stream.standard.large</p>
|
|
3356
|
-
* </li>
|
|
3357
|
-
* <li>
|
|
3358
|
-
* <p>stream.compute.large</p>
|
|
3359
|
-
* </li>
|
|
3360
|
-
* <li>
|
|
3361
|
-
* <p>stream.compute.xlarge</p>
|
|
3362
|
-
* </li>
|
|
3363
|
-
* <li>
|
|
3364
|
-
* <p>stream.compute.2xlarge</p>
|
|
3365
|
-
* </li>
|
|
3366
|
-
* <li>
|
|
3367
|
-
* <p>stream.compute.4xlarge</p>
|
|
3368
|
-
* </li>
|
|
3369
|
-
* <li>
|
|
3370
|
-
* <p>stream.compute.8xlarge</p>
|
|
3371
|
-
* </li>
|
|
3372
|
-
* <li>
|
|
3373
|
-
* <p>stream.memory.large</p>
|
|
3374
|
-
* </li>
|
|
3375
|
-
* <li>
|
|
3376
|
-
* <p>stream.memory.xlarge</p>
|
|
3377
|
-
* </li>
|
|
3378
|
-
* <li>
|
|
3379
|
-
* <p>stream.memory.2xlarge</p>
|
|
3380
|
-
* </li>
|
|
3381
|
-
* <li>
|
|
3382
|
-
* <p>stream.memory.4xlarge</p>
|
|
3383
|
-
* </li>
|
|
3384
|
-
* <li>
|
|
3385
|
-
* <p>stream.memory.8xlarge</p>
|
|
3386
|
-
* </li>
|
|
3387
|
-
* <li>
|
|
3388
|
-
* <p>stream.memory.z1d.large</p>
|
|
3389
|
-
* </li>
|
|
3390
|
-
* <li>
|
|
3391
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
3392
|
-
* </li>
|
|
3393
|
-
* <li>
|
|
3394
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
3395
|
-
* </li>
|
|
3396
|
-
* <li>
|
|
3397
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
3398
|
-
* </li>
|
|
3399
|
-
* <li>
|
|
3400
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
3401
|
-
* </li>
|
|
3402
|
-
* <li>
|
|
3403
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
3404
|
-
* </li>
|
|
3405
|
-
* <li>
|
|
3406
|
-
* <p>stream.graphics-design.large</p>
|
|
3407
|
-
* </li>
|
|
3408
|
-
* <li>
|
|
3409
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
3410
|
-
* </li>
|
|
3411
|
-
* <li>
|
|
3412
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
3413
|
-
* </li>
|
|
3414
|
-
* <li>
|
|
3415
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
3416
|
-
* </li>
|
|
3417
|
-
* <li>
|
|
3418
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
3419
|
-
* </li>
|
|
3420
|
-
* <li>
|
|
3421
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
3422
|
-
* </li>
|
|
3423
|
-
* <li>
|
|
3424
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
3425
|
-
* </li>
|
|
3426
|
-
* <li>
|
|
3427
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
3428
|
-
* </li>
|
|
3429
|
-
* <li>
|
|
3430
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
3431
|
-
* </li>
|
|
3432
|
-
* <li>
|
|
3433
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
3434
|
-
* </li>
|
|
3435
|
-
* <li>
|
|
3436
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
3437
|
-
* </li>
|
|
3438
|
-
* <li>
|
|
3439
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
3440
|
-
* </li>
|
|
3441
|
-
* <li>
|
|
3442
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
3443
|
-
* </li>
|
|
3444
|
-
* <li>
|
|
3445
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
3446
|
-
* </li>
|
|
3447
|
-
* </ul>
|
|
3448
|
-
*/
|
|
3449
|
-
InstanceType?: string;
|
|
3450
|
-
/**
|
|
3451
|
-
* <p>The desired capacity for the fleet.</p>
|
|
3452
|
-
*/
|
|
3453
|
-
ComputeCapacity?: ComputeCapacity;
|
|
3454
|
-
/**
|
|
3455
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
3456
|
-
*/
|
|
3457
|
-
VpcConfig?: VpcConfig;
|
|
3458
|
-
/**
|
|
3459
|
-
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
|
|
3460
|
-
* <p>Specify a value between 600 and 360000.</p>
|
|
3461
|
-
*/
|
|
3462
|
-
MaxUserDurationInSeconds?: number;
|
|
3463
|
-
/**
|
|
3464
|
-
* <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p>
|
|
3465
|
-
* <p>Specify a value between 60 and 360000.</p>
|
|
3466
|
-
*/
|
|
3467
|
-
DisconnectTimeoutInSeconds?: number;
|
|
3468
|
-
/**
|
|
3469
|
-
* @deprecated
|
|
3470
|
-
*
|
|
3471
|
-
* <p>Deletes the VPC association for the specified fleet.</p>
|
|
3472
|
-
*/
|
|
3473
|
-
DeleteVpcConfig?: boolean;
|
|
3474
|
-
/**
|
|
3475
|
-
* <p>The description to display.</p>
|
|
3476
|
-
*/
|
|
3477
|
-
Description?: string;
|
|
3478
|
-
/**
|
|
3479
|
-
* <p>The fleet name to display.</p>
|
|
3480
|
-
*/
|
|
3481
|
-
DisplayName?: string;
|
|
3482
|
-
/**
|
|
3483
|
-
* <p>Enables or disables default internet access for the fleet.</p>
|
|
3484
|
-
*/
|
|
3485
|
-
EnableDefaultInternetAccess?: boolean;
|
|
3486
|
-
/**
|
|
3487
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
3488
|
-
*/
|
|
3489
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
3490
|
-
/**
|
|
3491
|
-
* <p>The amount of time that users can be idle (inactive) before they are disconnected
|
|
3492
|
-
* from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
|
|
3493
|
-
* interval begins. Users are notified before they are disconnected due to inactivity. If
|
|
3494
|
-
* users try to reconnect to the streaming session before the time interval specified in
|
|
3495
|
-
* <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their
|
|
3496
|
-
* previous session. Users are considered idle when they stop providing keyboard or mouse
|
|
3497
|
-
* input during their streaming session. File uploads and downloads, audio in, audio out,
|
|
3498
|
-
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
3499
|
-
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
3500
|
-
* disconnected. </p>
|
|
3501
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
|
|
3502
|
-
*
|
|
3503
|
-
* <note>
|
|
3504
|
-
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
|
|
3505
|
-
* </note>
|
|
3506
|
-
*/
|
|
3507
|
-
IdleDisconnectTimeoutInSeconds?: number;
|
|
3508
|
-
/**
|
|
3509
|
-
* <p>The fleet attributes to delete.</p>
|
|
3510
|
-
*/
|
|
3511
|
-
AttributesToDelete?: (FleetAttribute | string)[];
|
|
3512
|
-
/**
|
|
3513
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
3514
|
-
*
|
|
3515
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
3516
|
-
*/
|
|
3517
|
-
IamRoleArn?: string;
|
|
3518
|
-
/**
|
|
3519
|
-
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
3520
|
-
*
|
|
3521
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
3522
|
-
*/
|
|
3523
|
-
StreamView?: StreamView | string;
|
|
3524
|
-
}
|
|
3525
|
-
export declare namespace UpdateFleetRequest {
|
|
3526
|
-
/**
|
|
3527
|
-
* @internal
|
|
3528
|
-
*/
|
|
3529
|
-
const filterSensitiveLog: (obj: UpdateFleetRequest) => any;
|
|
3530
|
-
}
|
|
3531
|
-
export interface UpdateFleetResult {
|
|
3532
|
-
/**
|
|
3533
|
-
* <p>Information about the fleet.</p>
|
|
3534
|
-
*/
|
|
3535
|
-
Fleet?: Fleet;
|
|
3536
|
-
}
|
|
3537
|
-
export declare namespace UpdateFleetResult {
|
|
3538
|
-
/**
|
|
3539
|
-
* @internal
|
|
3540
|
-
*/
|
|
3541
|
-
const filterSensitiveLog: (obj: UpdateFleetResult) => any;
|
|
3542
|
-
}
|
|
3543
|
-
export interface UpdateImagePermissionsRequest {
|
|
3544
|
-
/**
|
|
3545
|
-
* <p>The name of the private image.</p>
|
|
3546
|
-
*/
|
|
3547
|
-
Name: string | undefined;
|
|
3548
|
-
/**
|
|
3549
|
-
* <p>The 12-digit identifier of the AWS account for which you want add or update image permissions.</p>
|
|
3550
|
-
*/
|
|
3551
|
-
SharedAccountId: string | undefined;
|
|
3552
|
-
/**
|
|
3553
|
-
* <p>The permissions for the image.</p>
|
|
3554
|
-
*/
|
|
3555
|
-
ImagePermissions: ImagePermissions | undefined;
|
|
3556
|
-
}
|
|
3557
|
-
export declare namespace UpdateImagePermissionsRequest {
|
|
3558
|
-
/**
|
|
3559
|
-
* @internal
|
|
3560
|
-
*/
|
|
3561
|
-
const filterSensitiveLog: (obj: UpdateImagePermissionsRequest) => any;
|
|
3562
|
-
}
|
|
3563
|
-
export interface UpdateImagePermissionsResult {
|
|
3564
|
-
}
|
|
3565
|
-
export declare namespace UpdateImagePermissionsResult {
|
|
3566
|
-
/**
|
|
3567
|
-
* @internal
|
|
3568
|
-
*/
|
|
3569
|
-
const filterSensitiveLog: (obj: UpdateImagePermissionsResult) => any;
|
|
3570
|
-
}
|
|
3571
|
-
export declare enum StackAttribute {
|
|
3572
|
-
ACCESS_ENDPOINTS = "ACCESS_ENDPOINTS",
|
|
3573
|
-
EMBED_HOST_DOMAINS = "EMBED_HOST_DOMAINS",
|
|
3574
|
-
FEEDBACK_URL = "FEEDBACK_URL",
|
|
3575
|
-
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
3576
|
-
REDIRECT_URL = "REDIRECT_URL",
|
|
3577
|
-
STORAGE_CONNECTORS = "STORAGE_CONNECTORS",
|
|
3578
|
-
STORAGE_CONNECTOR_GOOGLE_DRIVE = "STORAGE_CONNECTOR_GOOGLE_DRIVE",
|
|
3579
|
-
STORAGE_CONNECTOR_HOMEFOLDERS = "STORAGE_CONNECTOR_HOMEFOLDERS",
|
|
3580
|
-
STORAGE_CONNECTOR_ONE_DRIVE = "STORAGE_CONNECTOR_ONE_DRIVE",
|
|
3581
|
-
THEME_NAME = "THEME_NAME",
|
|
3582
|
-
USER_SETTINGS = "USER_SETTINGS"
|
|
3583
|
-
}
|
|
3584
|
-
export interface UpdateStackRequest {
|
|
3585
|
-
/**
|
|
3586
|
-
* <p>The stack name to display.</p>
|
|
3587
|
-
*/
|
|
3588
|
-
DisplayName?: string;
|
|
3589
|
-
/**
|
|
3590
|
-
* <p>The description to display.</p>
|
|
3591
|
-
*/
|
|
3592
|
-
Description?: string;
|
|
3593
|
-
/**
|
|
3594
|
-
* <p>The name of the stack.</p>
|
|
3595
|
-
*/
|
|
3596
|
-
Name: string | undefined;
|
|
3597
|
-
/**
|
|
3598
|
-
* <p>The storage connectors to enable.</p>
|
|
3599
|
-
*/
|
|
3600
|
-
StorageConnectors?: StorageConnector[];
|
|
3601
|
-
/**
|
|
3602
|
-
* @deprecated
|
|
3603
|
-
*
|
|
3604
|
-
* <p>Deletes the storage connectors currently enabled for the stack.</p>
|
|
3605
|
-
*/
|
|
3606
|
-
DeleteStorageConnectors?: boolean;
|
|
3607
|
-
/**
|
|
3608
|
-
* <p>The URL that users are redirected to after their streaming session ends.</p>
|
|
3609
|
-
*/
|
|
3610
|
-
RedirectURL?: string;
|
|
3611
|
-
/**
|
|
3612
|
-
* <p>The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
|
|
3613
|
-
*/
|
|
3614
|
-
FeedbackURL?: string;
|
|
3615
|
-
/**
|
|
3616
|
-
* <p>The stack attributes to delete.</p>
|
|
3617
|
-
*/
|
|
3618
|
-
AttributesToDelete?: (StackAttribute | string)[];
|
|
3619
|
-
/**
|
|
3620
|
-
* <p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.</p>
|
|
3621
|
-
*/
|
|
3622
|
-
UserSettings?: UserSetting[];
|
|
3623
|
-
/**
|
|
3624
|
-
* <p>The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.</p>
|
|
3625
|
-
*/
|
|
3626
|
-
ApplicationSettings?: ApplicationSettings;
|
|
3627
|
-
/**
|
|
3628
|
-
* <p>The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.</p>
|
|
3629
|
-
*/
|
|
3630
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
3631
|
-
/**
|
|
3632
|
-
* <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>
|
|
3633
|
-
*/
|
|
3634
|
-
EmbedHostDomains?: string[];
|
|
3635
|
-
}
|
|
3636
|
-
export declare namespace UpdateStackRequest {
|
|
3637
|
-
/**
|
|
3638
|
-
* @internal
|
|
3639
|
-
*/
|
|
3640
|
-
const filterSensitiveLog: (obj: UpdateStackRequest) => any;
|
|
3641
|
-
}
|
|
3642
|
-
export interface UpdateStackResult {
|
|
3643
|
-
/**
|
|
3644
|
-
* <p>Information about the stack.</p>
|
|
3645
|
-
*/
|
|
3646
|
-
Stack?: Stack;
|
|
3647
|
-
}
|
|
3648
|
-
export declare namespace UpdateStackResult {
|
|
3649
|
-
/**
|
|
3650
|
-
* @internal
|
|
3651
|
-
*/
|
|
3652
|
-
const filterSensitiveLog: (obj: UpdateStackResult) => any;
|
|
3653
|
-
}
|