@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
|
@@ -0,0 +1,1830 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare enum AccessEndpointType {
|
|
3
|
+
STREAMING = "STREAMING"
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface AccessEndpoint {
|
|
7
|
+
|
|
8
|
+
EndpointType: AccessEndpointType | string | undefined;
|
|
9
|
+
|
|
10
|
+
VpceId?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace AccessEndpoint {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: AccessEndpoint) => any;
|
|
15
|
+
}
|
|
16
|
+
export declare enum Action {
|
|
17
|
+
CLIPBOARD_COPY_FROM_LOCAL_DEVICE = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
18
|
+
CLIPBOARD_COPY_TO_LOCAL_DEVICE = "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
19
|
+
DOMAIN_PASSWORD_SIGNIN = "DOMAIN_PASSWORD_SIGNIN",
|
|
20
|
+
DOMAIN_SMART_CARD_SIGNIN = "DOMAIN_SMART_CARD_SIGNIN",
|
|
21
|
+
FILE_DOWNLOAD = "FILE_DOWNLOAD",
|
|
22
|
+
FILE_UPLOAD = "FILE_UPLOAD",
|
|
23
|
+
PRINTING_TO_LOCAL_DEVICE = "PRINTING_TO_LOCAL_DEVICE"
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface Application {
|
|
27
|
+
|
|
28
|
+
Name?: string;
|
|
29
|
+
|
|
30
|
+
DisplayName?: string;
|
|
31
|
+
|
|
32
|
+
IconURL?: string;
|
|
33
|
+
|
|
34
|
+
LaunchPath?: string;
|
|
35
|
+
|
|
36
|
+
LaunchParameters?: string;
|
|
37
|
+
|
|
38
|
+
Enabled?: boolean;
|
|
39
|
+
|
|
40
|
+
Metadata?: {
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
export declare namespace Application {
|
|
45
|
+
|
|
46
|
+
const filterSensitiveLog: (obj: Application) => any;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface ApplicationSettings {
|
|
50
|
+
|
|
51
|
+
Enabled: boolean | undefined;
|
|
52
|
+
|
|
53
|
+
SettingsGroup?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace ApplicationSettings {
|
|
56
|
+
|
|
57
|
+
const filterSensitiveLog: (obj: ApplicationSettings) => any;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface ApplicationSettingsResponse {
|
|
61
|
+
|
|
62
|
+
Enabled?: boolean;
|
|
63
|
+
|
|
64
|
+
SettingsGroup?: string;
|
|
65
|
+
|
|
66
|
+
S3BucketName?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace ApplicationSettingsResponse {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
71
|
+
}
|
|
72
|
+
export interface AssociateFleetRequest {
|
|
73
|
+
|
|
74
|
+
FleetName: string | undefined;
|
|
75
|
+
|
|
76
|
+
StackName: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace AssociateFleetRequest {
|
|
79
|
+
|
|
80
|
+
const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
81
|
+
}
|
|
82
|
+
export interface AssociateFleetResult {
|
|
83
|
+
}
|
|
84
|
+
export declare namespace AssociateFleetResult {
|
|
85
|
+
|
|
86
|
+
const filterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
90
|
+
name: "ConcurrentModificationException";
|
|
91
|
+
$fault: "client";
|
|
92
|
+
|
|
93
|
+
Message?: string;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace ConcurrentModificationException {
|
|
96
|
+
|
|
97
|
+
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
|
|
101
|
+
name: "IncompatibleImageException";
|
|
102
|
+
$fault: "client";
|
|
103
|
+
|
|
104
|
+
Message?: string;
|
|
105
|
+
}
|
|
106
|
+
export declare namespace IncompatibleImageException {
|
|
107
|
+
|
|
108
|
+
const filterSensitiveLog: (obj: IncompatibleImageException) => any;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
112
|
+
name: "InvalidAccountStatusException";
|
|
113
|
+
$fault: "client";
|
|
114
|
+
|
|
115
|
+
Message?: string;
|
|
116
|
+
}
|
|
117
|
+
export declare namespace InvalidAccountStatusException {
|
|
118
|
+
|
|
119
|
+
const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
123
|
+
name: "LimitExceededException";
|
|
124
|
+
$fault: "client";
|
|
125
|
+
|
|
126
|
+
Message?: string;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace LimitExceededException {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
134
|
+
name: "OperationNotPermittedException";
|
|
135
|
+
$fault: "client";
|
|
136
|
+
|
|
137
|
+
Message?: string;
|
|
138
|
+
}
|
|
139
|
+
export declare namespace OperationNotPermittedException {
|
|
140
|
+
|
|
141
|
+
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
145
|
+
name: "ResourceNotFoundException";
|
|
146
|
+
$fault: "client";
|
|
147
|
+
|
|
148
|
+
Message?: string;
|
|
149
|
+
}
|
|
150
|
+
export declare namespace ResourceNotFoundException {
|
|
151
|
+
|
|
152
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
153
|
+
}
|
|
154
|
+
export declare enum AuthenticationType {
|
|
155
|
+
API = "API",
|
|
156
|
+
SAML = "SAML",
|
|
157
|
+
USERPOOL = "USERPOOL"
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export interface UserStackAssociation {
|
|
161
|
+
|
|
162
|
+
StackName: string | undefined;
|
|
163
|
+
|
|
164
|
+
UserName: string | undefined;
|
|
165
|
+
|
|
166
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
167
|
+
|
|
168
|
+
SendEmailNotification?: boolean;
|
|
169
|
+
}
|
|
170
|
+
export declare namespace UserStackAssociation {
|
|
171
|
+
|
|
172
|
+
const filterSensitiveLog: (obj: UserStackAssociation) => any;
|
|
173
|
+
}
|
|
174
|
+
export interface BatchAssociateUserStackRequest {
|
|
175
|
+
|
|
176
|
+
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace BatchAssociateUserStackRequest {
|
|
179
|
+
|
|
180
|
+
const filterSensitiveLog: (obj: BatchAssociateUserStackRequest) => any;
|
|
181
|
+
}
|
|
182
|
+
export declare enum UserStackAssociationErrorCode {
|
|
183
|
+
DIRECTORY_NOT_FOUND = "DIRECTORY_NOT_FOUND",
|
|
184
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
185
|
+
STACK_NOT_FOUND = "STACK_NOT_FOUND",
|
|
186
|
+
USER_NAME_NOT_FOUND = "USER_NAME_NOT_FOUND"
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface UserStackAssociationError {
|
|
190
|
+
|
|
191
|
+
UserStackAssociation?: UserStackAssociation;
|
|
192
|
+
|
|
193
|
+
ErrorCode?: UserStackAssociationErrorCode | string;
|
|
194
|
+
|
|
195
|
+
ErrorMessage?: string;
|
|
196
|
+
}
|
|
197
|
+
export declare namespace UserStackAssociationError {
|
|
198
|
+
|
|
199
|
+
const filterSensitiveLog: (obj: UserStackAssociationError) => any;
|
|
200
|
+
}
|
|
201
|
+
export interface BatchAssociateUserStackResult {
|
|
202
|
+
|
|
203
|
+
errors?: UserStackAssociationError[];
|
|
204
|
+
}
|
|
205
|
+
export declare namespace BatchAssociateUserStackResult {
|
|
206
|
+
|
|
207
|
+
const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
211
|
+
name: "InvalidParameterCombinationException";
|
|
212
|
+
$fault: "client";
|
|
213
|
+
|
|
214
|
+
Message?: string;
|
|
215
|
+
}
|
|
216
|
+
export declare namespace InvalidParameterCombinationException {
|
|
217
|
+
|
|
218
|
+
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
219
|
+
}
|
|
220
|
+
export interface BatchDisassociateUserStackRequest {
|
|
221
|
+
|
|
222
|
+
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace BatchDisassociateUserStackRequest {
|
|
225
|
+
|
|
226
|
+
const filterSensitiveLog: (obj: BatchDisassociateUserStackRequest) => any;
|
|
227
|
+
}
|
|
228
|
+
export interface BatchDisassociateUserStackResult {
|
|
229
|
+
|
|
230
|
+
errors?: UserStackAssociationError[];
|
|
231
|
+
}
|
|
232
|
+
export declare namespace BatchDisassociateUserStackResult {
|
|
233
|
+
|
|
234
|
+
const filterSensitiveLog: (obj: BatchDisassociateUserStackResult) => any;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export interface ComputeCapacity {
|
|
238
|
+
|
|
239
|
+
DesiredInstances: number | undefined;
|
|
240
|
+
}
|
|
241
|
+
export declare namespace ComputeCapacity {
|
|
242
|
+
|
|
243
|
+
const filterSensitiveLog: (obj: ComputeCapacity) => any;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export interface ComputeCapacityStatus {
|
|
247
|
+
|
|
248
|
+
Desired: number | undefined;
|
|
249
|
+
|
|
250
|
+
Running?: number;
|
|
251
|
+
|
|
252
|
+
InUse?: number;
|
|
253
|
+
|
|
254
|
+
Available?: number;
|
|
255
|
+
}
|
|
256
|
+
export declare namespace ComputeCapacityStatus {
|
|
257
|
+
|
|
258
|
+
const filterSensitiveLog: (obj: ComputeCapacityStatus) => any;
|
|
259
|
+
}
|
|
260
|
+
export interface CopyImageRequest {
|
|
261
|
+
|
|
262
|
+
SourceImageName: string | undefined;
|
|
263
|
+
|
|
264
|
+
DestinationImageName: string | undefined;
|
|
265
|
+
|
|
266
|
+
DestinationRegion: string | undefined;
|
|
267
|
+
|
|
268
|
+
DestinationImageDescription?: string;
|
|
269
|
+
}
|
|
270
|
+
export declare namespace CopyImageRequest {
|
|
271
|
+
|
|
272
|
+
const filterSensitiveLog: (obj: CopyImageRequest) => any;
|
|
273
|
+
}
|
|
274
|
+
export interface CopyImageResponse {
|
|
275
|
+
|
|
276
|
+
DestinationImageName?: string;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace CopyImageResponse {
|
|
279
|
+
|
|
280
|
+
const filterSensitiveLog: (obj: CopyImageResponse) => any;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
284
|
+
name: "ResourceAlreadyExistsException";
|
|
285
|
+
$fault: "client";
|
|
286
|
+
|
|
287
|
+
Message?: string;
|
|
288
|
+
}
|
|
289
|
+
export declare namespace ResourceAlreadyExistsException {
|
|
290
|
+
|
|
291
|
+
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface ResourceNotAvailableException extends __SmithyException, $MetadataBearer {
|
|
295
|
+
name: "ResourceNotAvailableException";
|
|
296
|
+
$fault: "client";
|
|
297
|
+
|
|
298
|
+
Message?: string;
|
|
299
|
+
}
|
|
300
|
+
export declare namespace ResourceNotAvailableException {
|
|
301
|
+
|
|
302
|
+
const filterSensitiveLog: (obj: ResourceNotAvailableException) => any;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface ServiceAccountCredentials {
|
|
306
|
+
|
|
307
|
+
AccountName: string | undefined;
|
|
308
|
+
|
|
309
|
+
AccountPassword: string | undefined;
|
|
310
|
+
}
|
|
311
|
+
export declare namespace ServiceAccountCredentials {
|
|
312
|
+
|
|
313
|
+
const filterSensitiveLog: (obj: ServiceAccountCredentials) => any;
|
|
314
|
+
}
|
|
315
|
+
export interface CreateDirectoryConfigRequest {
|
|
316
|
+
|
|
317
|
+
DirectoryName: string | undefined;
|
|
318
|
+
|
|
319
|
+
OrganizationalUnitDistinguishedNames: string[] | undefined;
|
|
320
|
+
|
|
321
|
+
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
322
|
+
}
|
|
323
|
+
export declare namespace CreateDirectoryConfigRequest {
|
|
324
|
+
|
|
325
|
+
const filterSensitiveLog: (obj: CreateDirectoryConfigRequest) => any;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface DirectoryConfig {
|
|
329
|
+
|
|
330
|
+
DirectoryName: string | undefined;
|
|
331
|
+
|
|
332
|
+
OrganizationalUnitDistinguishedNames?: string[];
|
|
333
|
+
|
|
334
|
+
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
335
|
+
|
|
336
|
+
CreatedTime?: Date;
|
|
337
|
+
}
|
|
338
|
+
export declare namespace DirectoryConfig {
|
|
339
|
+
|
|
340
|
+
const filterSensitiveLog: (obj: DirectoryConfig) => any;
|
|
341
|
+
}
|
|
342
|
+
export interface CreateDirectoryConfigResult {
|
|
343
|
+
|
|
344
|
+
DirectoryConfig?: DirectoryConfig;
|
|
345
|
+
}
|
|
346
|
+
export declare namespace CreateDirectoryConfigResult {
|
|
347
|
+
|
|
348
|
+
const filterSensitiveLog: (obj: CreateDirectoryConfigResult) => any;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface InvalidRoleException extends __SmithyException, $MetadataBearer {
|
|
352
|
+
name: "InvalidRoleException";
|
|
353
|
+
$fault: "client";
|
|
354
|
+
|
|
355
|
+
Message?: string;
|
|
356
|
+
}
|
|
357
|
+
export declare namespace InvalidRoleException {
|
|
358
|
+
|
|
359
|
+
const filterSensitiveLog: (obj: InvalidRoleException) => any;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface DomainJoinInfo {
|
|
363
|
+
|
|
364
|
+
DirectoryName?: string;
|
|
365
|
+
|
|
366
|
+
OrganizationalUnitDistinguishedName?: string;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace DomainJoinInfo {
|
|
369
|
+
|
|
370
|
+
const filterSensitiveLog: (obj: DomainJoinInfo) => any;
|
|
371
|
+
}
|
|
372
|
+
export declare enum FleetType {
|
|
373
|
+
ALWAYS_ON = "ALWAYS_ON",
|
|
374
|
+
ON_DEMAND = "ON_DEMAND"
|
|
375
|
+
}
|
|
376
|
+
export declare enum StreamView {
|
|
377
|
+
APP = "APP",
|
|
378
|
+
DESKTOP = "DESKTOP"
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface VpcConfig {
|
|
382
|
+
|
|
383
|
+
SubnetIds?: string[];
|
|
384
|
+
|
|
385
|
+
SecurityGroupIds?: string[];
|
|
386
|
+
}
|
|
387
|
+
export declare namespace VpcConfig {
|
|
388
|
+
|
|
389
|
+
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
390
|
+
}
|
|
391
|
+
export interface CreateFleetRequest {
|
|
392
|
+
|
|
393
|
+
Name: string | undefined;
|
|
394
|
+
|
|
395
|
+
ImageName?: string;
|
|
396
|
+
|
|
397
|
+
ImageArn?: string;
|
|
398
|
+
|
|
399
|
+
InstanceType: string | undefined;
|
|
400
|
+
|
|
401
|
+
FleetType?: FleetType | string;
|
|
402
|
+
|
|
403
|
+
ComputeCapacity: ComputeCapacity | undefined;
|
|
404
|
+
|
|
405
|
+
VpcConfig?: VpcConfig;
|
|
406
|
+
|
|
407
|
+
MaxUserDurationInSeconds?: number;
|
|
408
|
+
|
|
409
|
+
DisconnectTimeoutInSeconds?: number;
|
|
410
|
+
|
|
411
|
+
Description?: string;
|
|
412
|
+
|
|
413
|
+
DisplayName?: string;
|
|
414
|
+
|
|
415
|
+
EnableDefaultInternetAccess?: boolean;
|
|
416
|
+
|
|
417
|
+
DomainJoinInfo?: DomainJoinInfo;
|
|
418
|
+
|
|
419
|
+
Tags?: {
|
|
420
|
+
[key: string]: string;
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
IdleDisconnectTimeoutInSeconds?: number;
|
|
424
|
+
|
|
425
|
+
IamRoleArn?: string;
|
|
426
|
+
|
|
427
|
+
StreamView?: StreamView | string;
|
|
428
|
+
}
|
|
429
|
+
export declare namespace CreateFleetRequest {
|
|
430
|
+
|
|
431
|
+
const filterSensitiveLog: (obj: CreateFleetRequest) => any;
|
|
432
|
+
}
|
|
433
|
+
export declare enum FleetErrorCode {
|
|
434
|
+
DOMAIN_JOIN_ERROR_ACCESS_DENIED = "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
435
|
+
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
436
|
+
DOMAIN_JOIN_ERROR_FILE_NOT_FOUND = "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
|
|
437
|
+
DOMAIN_JOIN_ERROR_INVALID_PARAMETER = "DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
|
|
438
|
+
DOMAIN_JOIN_ERROR_LOGON_FAILURE = "DOMAIN_JOIN_ERROR_LOGON_FAILURE",
|
|
439
|
+
DOMAIN_JOIN_ERROR_MORE_DATA = "DOMAIN_JOIN_ERROR_MORE_DATA",
|
|
440
|
+
DOMAIN_JOIN_ERROR_NOT_SUPPORTED = "DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
|
|
441
|
+
DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN = "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
|
|
442
|
+
DOMAIN_JOIN_INTERNAL_SERVICE_ERROR = "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
443
|
+
DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME = "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
|
|
444
|
+
DOMAIN_JOIN_NERR_PASSWORD_EXPIRED = "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
|
|
445
|
+
DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED = "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
|
|
446
|
+
FLEET_INSTANCE_PROVISIONING_FAILURE = "FLEET_INSTANCE_PROVISIONING_FAILURE",
|
|
447
|
+
FLEET_STOPPED = "FLEET_STOPPED",
|
|
448
|
+
IAM_SERVICE_ROLE_IS_MISSING = "IAM_SERVICE_ROLE_IS_MISSING",
|
|
449
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
|
|
450
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
|
451
|
+
IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
|
452
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
|
453
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
|
454
|
+
IGW_NOT_ATTACHED = "IGW_NOT_ATTACHED",
|
|
455
|
+
IMAGE_NOT_FOUND = "IMAGE_NOT_FOUND",
|
|
456
|
+
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
457
|
+
INVALID_SUBNET_CONFIGURATION = "INVALID_SUBNET_CONFIGURATION",
|
|
458
|
+
MACHINE_ROLE_IS_MISSING = "MACHINE_ROLE_IS_MISSING",
|
|
459
|
+
NETWORK_INTERFACE_LIMIT_EXCEEDED = "NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
|
460
|
+
SECURITY_GROUPS_NOT_FOUND = "SECURITY_GROUPS_NOT_FOUND",
|
|
461
|
+
STS_DISABLED_IN_REGION = "STS_DISABLED_IN_REGION",
|
|
462
|
+
SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES = "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
|
463
|
+
SUBNET_NOT_FOUND = "SUBNET_NOT_FOUND"
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export interface FleetError {
|
|
467
|
+
|
|
468
|
+
ErrorCode?: FleetErrorCode | string;
|
|
469
|
+
|
|
470
|
+
ErrorMessage?: string;
|
|
471
|
+
}
|
|
472
|
+
export declare namespace FleetError {
|
|
473
|
+
|
|
474
|
+
const filterSensitiveLog: (obj: FleetError) => any;
|
|
475
|
+
}
|
|
476
|
+
export declare enum FleetState {
|
|
477
|
+
RUNNING = "RUNNING",
|
|
478
|
+
STARTING = "STARTING",
|
|
479
|
+
STOPPED = "STOPPED",
|
|
480
|
+
STOPPING = "STOPPING"
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export interface Fleet {
|
|
484
|
+
|
|
485
|
+
Arn: string | undefined;
|
|
486
|
+
|
|
487
|
+
Name: string | undefined;
|
|
488
|
+
|
|
489
|
+
DisplayName?: string;
|
|
490
|
+
|
|
491
|
+
Description?: string;
|
|
492
|
+
|
|
493
|
+
ImageName?: string;
|
|
494
|
+
|
|
495
|
+
ImageArn?: string;
|
|
496
|
+
|
|
497
|
+
InstanceType: string | undefined;
|
|
498
|
+
|
|
499
|
+
FleetType?: FleetType | string;
|
|
500
|
+
|
|
501
|
+
ComputeCapacityStatus: ComputeCapacityStatus | undefined;
|
|
502
|
+
|
|
503
|
+
MaxUserDurationInSeconds?: number;
|
|
504
|
+
|
|
505
|
+
DisconnectTimeoutInSeconds?: number;
|
|
506
|
+
|
|
507
|
+
State: FleetState | string | undefined;
|
|
508
|
+
|
|
509
|
+
VpcConfig?: VpcConfig;
|
|
510
|
+
|
|
511
|
+
CreatedTime?: Date;
|
|
512
|
+
|
|
513
|
+
FleetErrors?: FleetError[];
|
|
514
|
+
|
|
515
|
+
EnableDefaultInternetAccess?: boolean;
|
|
516
|
+
|
|
517
|
+
DomainJoinInfo?: DomainJoinInfo;
|
|
518
|
+
|
|
519
|
+
IdleDisconnectTimeoutInSeconds?: number;
|
|
520
|
+
|
|
521
|
+
IamRoleArn?: string;
|
|
522
|
+
|
|
523
|
+
StreamView?: StreamView | string;
|
|
524
|
+
}
|
|
525
|
+
export declare namespace Fleet {
|
|
526
|
+
|
|
527
|
+
const filterSensitiveLog: (obj: Fleet) => any;
|
|
528
|
+
}
|
|
529
|
+
export interface CreateFleetResult {
|
|
530
|
+
|
|
531
|
+
Fleet?: Fleet;
|
|
532
|
+
}
|
|
533
|
+
export declare namespace CreateFleetResult {
|
|
534
|
+
|
|
535
|
+
const filterSensitiveLog: (obj: CreateFleetResult) => any;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export interface RequestLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
539
|
+
name: "RequestLimitExceededException";
|
|
540
|
+
$fault: "client";
|
|
541
|
+
|
|
542
|
+
Message?: string;
|
|
543
|
+
}
|
|
544
|
+
export declare namespace RequestLimitExceededException {
|
|
545
|
+
|
|
546
|
+
const filterSensitiveLog: (obj: RequestLimitExceededException) => any;
|
|
547
|
+
}
|
|
548
|
+
export interface CreateImageBuilderRequest {
|
|
549
|
+
|
|
550
|
+
Name: string | undefined;
|
|
551
|
+
|
|
552
|
+
ImageName?: string;
|
|
553
|
+
|
|
554
|
+
ImageArn?: string;
|
|
555
|
+
|
|
556
|
+
InstanceType: string | undefined;
|
|
557
|
+
|
|
558
|
+
Description?: string;
|
|
559
|
+
|
|
560
|
+
DisplayName?: string;
|
|
561
|
+
|
|
562
|
+
VpcConfig?: VpcConfig;
|
|
563
|
+
|
|
564
|
+
IamRoleArn?: string;
|
|
565
|
+
|
|
566
|
+
EnableDefaultInternetAccess?: boolean;
|
|
567
|
+
|
|
568
|
+
DomainJoinInfo?: DomainJoinInfo;
|
|
569
|
+
|
|
570
|
+
AppstreamAgentVersion?: string;
|
|
571
|
+
|
|
572
|
+
Tags?: {
|
|
573
|
+
[key: string]: string;
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
AccessEndpoints?: AccessEndpoint[];
|
|
577
|
+
}
|
|
578
|
+
export declare namespace CreateImageBuilderRequest {
|
|
579
|
+
|
|
580
|
+
const filterSensitiveLog: (obj: CreateImageBuilderRequest) => any;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export interface ResourceError {
|
|
584
|
+
|
|
585
|
+
ErrorCode?: FleetErrorCode | string;
|
|
586
|
+
|
|
587
|
+
ErrorMessage?: string;
|
|
588
|
+
|
|
589
|
+
ErrorTimestamp?: Date;
|
|
590
|
+
}
|
|
591
|
+
export declare namespace ResourceError {
|
|
592
|
+
|
|
593
|
+
const filterSensitiveLog: (obj: ResourceError) => any;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export interface NetworkAccessConfiguration {
|
|
597
|
+
|
|
598
|
+
EniPrivateIpAddress?: string;
|
|
599
|
+
|
|
600
|
+
EniId?: string;
|
|
601
|
+
}
|
|
602
|
+
export declare namespace NetworkAccessConfiguration {
|
|
603
|
+
|
|
604
|
+
const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
605
|
+
}
|
|
606
|
+
export declare type PlatformType = "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
607
|
+
export declare enum ImageBuilderState {
|
|
608
|
+
DELETING = "DELETING",
|
|
609
|
+
FAILED = "FAILED",
|
|
610
|
+
PENDING = "PENDING",
|
|
611
|
+
PENDING_QUALIFICATION = "PENDING_QUALIFICATION",
|
|
612
|
+
REBOOTING = "REBOOTING",
|
|
613
|
+
RUNNING = "RUNNING",
|
|
614
|
+
SNAPSHOTTING = "SNAPSHOTTING",
|
|
615
|
+
STOPPED = "STOPPED",
|
|
616
|
+
STOPPING = "STOPPING",
|
|
617
|
+
UPDATING = "UPDATING",
|
|
618
|
+
UPDATING_AGENT = "UPDATING_AGENT"
|
|
619
|
+
}
|
|
620
|
+
export declare enum ImageBuilderStateChangeReasonCode {
|
|
621
|
+
IMAGE_UNAVAILABLE = "IMAGE_UNAVAILABLE",
|
|
622
|
+
INTERNAL_ERROR = "INTERNAL_ERROR"
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface ImageBuilderStateChangeReason {
|
|
626
|
+
|
|
627
|
+
Code?: ImageBuilderStateChangeReasonCode | string;
|
|
628
|
+
|
|
629
|
+
Message?: string;
|
|
630
|
+
}
|
|
631
|
+
export declare namespace ImageBuilderStateChangeReason {
|
|
632
|
+
|
|
633
|
+
const filterSensitiveLog: (obj: ImageBuilderStateChangeReason) => any;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export interface ImageBuilder {
|
|
637
|
+
|
|
638
|
+
Name: string | undefined;
|
|
639
|
+
|
|
640
|
+
Arn?: string;
|
|
641
|
+
|
|
642
|
+
ImageArn?: string;
|
|
643
|
+
|
|
644
|
+
Description?: string;
|
|
645
|
+
|
|
646
|
+
DisplayName?: string;
|
|
647
|
+
|
|
648
|
+
VpcConfig?: VpcConfig;
|
|
649
|
+
|
|
650
|
+
InstanceType?: string;
|
|
651
|
+
|
|
652
|
+
Platform?: PlatformType | string;
|
|
653
|
+
|
|
654
|
+
IamRoleArn?: string;
|
|
655
|
+
|
|
656
|
+
State?: ImageBuilderState | string;
|
|
657
|
+
|
|
658
|
+
StateChangeReason?: ImageBuilderStateChangeReason;
|
|
659
|
+
|
|
660
|
+
CreatedTime?: Date;
|
|
661
|
+
|
|
662
|
+
EnableDefaultInternetAccess?: boolean;
|
|
663
|
+
|
|
664
|
+
DomainJoinInfo?: DomainJoinInfo;
|
|
665
|
+
|
|
666
|
+
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
667
|
+
|
|
668
|
+
ImageBuilderErrors?: ResourceError[];
|
|
669
|
+
|
|
670
|
+
AppstreamAgentVersion?: string;
|
|
671
|
+
|
|
672
|
+
AccessEndpoints?: AccessEndpoint[];
|
|
673
|
+
}
|
|
674
|
+
export declare namespace ImageBuilder {
|
|
675
|
+
|
|
676
|
+
const filterSensitiveLog: (obj: ImageBuilder) => any;
|
|
677
|
+
}
|
|
678
|
+
export interface CreateImageBuilderResult {
|
|
679
|
+
|
|
680
|
+
ImageBuilder?: ImageBuilder;
|
|
681
|
+
}
|
|
682
|
+
export declare namespace CreateImageBuilderResult {
|
|
683
|
+
|
|
684
|
+
const filterSensitiveLog: (obj: CreateImageBuilderResult) => any;
|
|
685
|
+
}
|
|
686
|
+
export interface CreateImageBuilderStreamingURLRequest {
|
|
687
|
+
|
|
688
|
+
Name: string | undefined;
|
|
689
|
+
|
|
690
|
+
Validity?: number;
|
|
691
|
+
}
|
|
692
|
+
export declare namespace CreateImageBuilderStreamingURLRequest {
|
|
693
|
+
|
|
694
|
+
const filterSensitiveLog: (obj: CreateImageBuilderStreamingURLRequest) => any;
|
|
695
|
+
}
|
|
696
|
+
export interface CreateImageBuilderStreamingURLResult {
|
|
697
|
+
|
|
698
|
+
StreamingURL?: string;
|
|
699
|
+
|
|
700
|
+
Expires?: Date;
|
|
701
|
+
}
|
|
702
|
+
export declare namespace CreateImageBuilderStreamingURLResult {
|
|
703
|
+
|
|
704
|
+
const filterSensitiveLog: (obj: CreateImageBuilderStreamingURLResult) => any;
|
|
705
|
+
}
|
|
706
|
+
export declare enum StorageConnectorType {
|
|
707
|
+
GOOGLE_DRIVE = "GOOGLE_DRIVE",
|
|
708
|
+
HOMEFOLDERS = "HOMEFOLDERS",
|
|
709
|
+
ONE_DRIVE = "ONE_DRIVE"
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
export interface StorageConnector {
|
|
713
|
+
|
|
714
|
+
ConnectorType: StorageConnectorType | string | undefined;
|
|
715
|
+
|
|
716
|
+
ResourceIdentifier?: string;
|
|
717
|
+
|
|
718
|
+
Domains?: string[];
|
|
719
|
+
}
|
|
720
|
+
export declare namespace StorageConnector {
|
|
721
|
+
|
|
722
|
+
const filterSensitiveLog: (obj: StorageConnector) => any;
|
|
723
|
+
}
|
|
724
|
+
export declare enum Permission {
|
|
725
|
+
DISABLED = "DISABLED",
|
|
726
|
+
ENABLED = "ENABLED"
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export interface UserSetting {
|
|
730
|
+
|
|
731
|
+
Action: Action | string | undefined;
|
|
732
|
+
|
|
733
|
+
Permission: Permission | string | undefined;
|
|
734
|
+
}
|
|
735
|
+
export declare namespace UserSetting {
|
|
736
|
+
|
|
737
|
+
const filterSensitiveLog: (obj: UserSetting) => any;
|
|
738
|
+
}
|
|
739
|
+
export interface CreateStackRequest {
|
|
740
|
+
|
|
741
|
+
Name: string | undefined;
|
|
742
|
+
|
|
743
|
+
Description?: string;
|
|
744
|
+
|
|
745
|
+
DisplayName?: string;
|
|
746
|
+
|
|
747
|
+
StorageConnectors?: StorageConnector[];
|
|
748
|
+
|
|
749
|
+
RedirectURL?: string;
|
|
750
|
+
|
|
751
|
+
FeedbackURL?: string;
|
|
752
|
+
|
|
753
|
+
UserSettings?: UserSetting[];
|
|
754
|
+
|
|
755
|
+
ApplicationSettings?: ApplicationSettings;
|
|
756
|
+
|
|
757
|
+
Tags?: {
|
|
758
|
+
[key: string]: string;
|
|
759
|
+
};
|
|
760
|
+
|
|
761
|
+
AccessEndpoints?: AccessEndpoint[];
|
|
762
|
+
|
|
763
|
+
EmbedHostDomains?: string[];
|
|
764
|
+
}
|
|
765
|
+
export declare namespace CreateStackRequest {
|
|
766
|
+
|
|
767
|
+
const filterSensitiveLog: (obj: CreateStackRequest) => any;
|
|
768
|
+
}
|
|
769
|
+
export declare enum StackErrorCode {
|
|
770
|
+
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
771
|
+
STORAGE_CONNECTOR_ERROR = "STORAGE_CONNECTOR_ERROR"
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export interface StackError {
|
|
775
|
+
|
|
776
|
+
ErrorCode?: StackErrorCode | string;
|
|
777
|
+
|
|
778
|
+
ErrorMessage?: string;
|
|
779
|
+
}
|
|
780
|
+
export declare namespace StackError {
|
|
781
|
+
|
|
782
|
+
const filterSensitiveLog: (obj: StackError) => any;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
export interface Stack {
|
|
786
|
+
|
|
787
|
+
Arn?: string;
|
|
788
|
+
|
|
789
|
+
Name: string | undefined;
|
|
790
|
+
|
|
791
|
+
Description?: string;
|
|
792
|
+
|
|
793
|
+
DisplayName?: string;
|
|
794
|
+
|
|
795
|
+
CreatedTime?: Date;
|
|
796
|
+
|
|
797
|
+
StorageConnectors?: StorageConnector[];
|
|
798
|
+
|
|
799
|
+
RedirectURL?: string;
|
|
800
|
+
|
|
801
|
+
FeedbackURL?: string;
|
|
802
|
+
|
|
803
|
+
StackErrors?: StackError[];
|
|
804
|
+
|
|
805
|
+
UserSettings?: UserSetting[];
|
|
806
|
+
|
|
807
|
+
ApplicationSettings?: ApplicationSettingsResponse;
|
|
808
|
+
|
|
809
|
+
AccessEndpoints?: AccessEndpoint[];
|
|
810
|
+
|
|
811
|
+
EmbedHostDomains?: string[];
|
|
812
|
+
}
|
|
813
|
+
export declare namespace Stack {
|
|
814
|
+
|
|
815
|
+
const filterSensitiveLog: (obj: Stack) => any;
|
|
816
|
+
}
|
|
817
|
+
export interface CreateStackResult {
|
|
818
|
+
|
|
819
|
+
Stack?: Stack;
|
|
820
|
+
}
|
|
821
|
+
export declare namespace CreateStackResult {
|
|
822
|
+
|
|
823
|
+
const filterSensitiveLog: (obj: CreateStackResult) => any;
|
|
824
|
+
}
|
|
825
|
+
export interface CreateStreamingURLRequest {
|
|
826
|
+
|
|
827
|
+
StackName: string | undefined;
|
|
828
|
+
|
|
829
|
+
FleetName: string | undefined;
|
|
830
|
+
|
|
831
|
+
UserId: string | undefined;
|
|
832
|
+
|
|
833
|
+
ApplicationId?: string;
|
|
834
|
+
|
|
835
|
+
Validity?: number;
|
|
836
|
+
|
|
837
|
+
SessionContext?: string;
|
|
838
|
+
}
|
|
839
|
+
export declare namespace CreateStreamingURLRequest {
|
|
840
|
+
|
|
841
|
+
const filterSensitiveLog: (obj: CreateStreamingURLRequest) => any;
|
|
842
|
+
}
|
|
843
|
+
export interface CreateStreamingURLResult {
|
|
844
|
+
|
|
845
|
+
StreamingURL?: string;
|
|
846
|
+
|
|
847
|
+
Expires?: Date;
|
|
848
|
+
}
|
|
849
|
+
export declare namespace CreateStreamingURLResult {
|
|
850
|
+
|
|
851
|
+
const filterSensitiveLog: (obj: CreateStreamingURLResult) => any;
|
|
852
|
+
}
|
|
853
|
+
export interface CreateUpdatedImageRequest {
|
|
854
|
+
|
|
855
|
+
existingImageName: string | undefined;
|
|
856
|
+
|
|
857
|
+
newImageName: string | undefined;
|
|
858
|
+
|
|
859
|
+
newImageDescription?: string;
|
|
860
|
+
|
|
861
|
+
newImageDisplayName?: string;
|
|
862
|
+
|
|
863
|
+
newImageTags?: {
|
|
864
|
+
[key: string]: string;
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
dryRun?: boolean;
|
|
868
|
+
}
|
|
869
|
+
export declare namespace CreateUpdatedImageRequest {
|
|
870
|
+
|
|
871
|
+
const filterSensitiveLog: (obj: CreateUpdatedImageRequest) => any;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
export interface ImagePermissions {
|
|
875
|
+
|
|
876
|
+
allowFleet?: boolean;
|
|
877
|
+
|
|
878
|
+
allowImageBuilder?: boolean;
|
|
879
|
+
}
|
|
880
|
+
export declare namespace ImagePermissions {
|
|
881
|
+
|
|
882
|
+
const filterSensitiveLog: (obj: ImagePermissions) => any;
|
|
883
|
+
}
|
|
884
|
+
export declare enum ImageState {
|
|
885
|
+
AVAILABLE = "AVAILABLE",
|
|
886
|
+
COPYING = "COPYING",
|
|
887
|
+
CREATING = "CREATING",
|
|
888
|
+
DELETING = "DELETING",
|
|
889
|
+
FAILED = "FAILED",
|
|
890
|
+
IMPORTING = "IMPORTING",
|
|
891
|
+
PENDING = "PENDING"
|
|
892
|
+
}
|
|
893
|
+
export declare enum ImageStateChangeReasonCode {
|
|
894
|
+
IMAGE_BUILDER_NOT_AVAILABLE = "IMAGE_BUILDER_NOT_AVAILABLE",
|
|
895
|
+
IMAGE_COPY_FAILURE = "IMAGE_COPY_FAILURE",
|
|
896
|
+
INTERNAL_ERROR = "INTERNAL_ERROR"
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
export interface ImageStateChangeReason {
|
|
900
|
+
|
|
901
|
+
Code?: ImageStateChangeReasonCode | string;
|
|
902
|
+
|
|
903
|
+
Message?: string;
|
|
904
|
+
}
|
|
905
|
+
export declare namespace ImageStateChangeReason {
|
|
906
|
+
|
|
907
|
+
const filterSensitiveLog: (obj: ImageStateChangeReason) => any;
|
|
908
|
+
}
|
|
909
|
+
export declare enum VisibilityType {
|
|
910
|
+
PRIVATE = "PRIVATE",
|
|
911
|
+
PUBLIC = "PUBLIC",
|
|
912
|
+
SHARED = "SHARED"
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
export interface Image {
|
|
916
|
+
|
|
917
|
+
Name: string | undefined;
|
|
918
|
+
|
|
919
|
+
Arn?: string;
|
|
920
|
+
|
|
921
|
+
BaseImageArn?: string;
|
|
922
|
+
|
|
923
|
+
DisplayName?: string;
|
|
924
|
+
|
|
925
|
+
State?: ImageState | string;
|
|
926
|
+
|
|
927
|
+
Visibility?: VisibilityType | string;
|
|
928
|
+
|
|
929
|
+
ImageBuilderSupported?: boolean;
|
|
930
|
+
|
|
931
|
+
ImageBuilderName?: string;
|
|
932
|
+
|
|
933
|
+
Platform?: PlatformType | string;
|
|
934
|
+
|
|
935
|
+
Description?: string;
|
|
936
|
+
|
|
937
|
+
StateChangeReason?: ImageStateChangeReason;
|
|
938
|
+
|
|
939
|
+
Applications?: Application[];
|
|
940
|
+
|
|
941
|
+
CreatedTime?: Date;
|
|
942
|
+
|
|
943
|
+
PublicBaseImageReleasedDate?: Date;
|
|
944
|
+
|
|
945
|
+
AppstreamAgentVersion?: string;
|
|
946
|
+
|
|
947
|
+
ImagePermissions?: ImagePermissions;
|
|
948
|
+
|
|
949
|
+
ImageErrors?: ResourceError[];
|
|
950
|
+
}
|
|
951
|
+
export declare namespace Image {
|
|
952
|
+
|
|
953
|
+
const filterSensitiveLog: (obj: Image) => any;
|
|
954
|
+
}
|
|
955
|
+
export interface CreateUpdatedImageResult {
|
|
956
|
+
|
|
957
|
+
image?: Image;
|
|
958
|
+
|
|
959
|
+
canUpdateImage?: boolean;
|
|
960
|
+
}
|
|
961
|
+
export declare namespace CreateUpdatedImageResult {
|
|
962
|
+
|
|
963
|
+
const filterSensitiveLog: (obj: CreateUpdatedImageResult) => any;
|
|
964
|
+
}
|
|
965
|
+
export interface CreateUsageReportSubscriptionRequest {
|
|
966
|
+
}
|
|
967
|
+
export declare namespace CreateUsageReportSubscriptionRequest {
|
|
968
|
+
|
|
969
|
+
const filterSensitiveLog: (obj: CreateUsageReportSubscriptionRequest) => any;
|
|
970
|
+
}
|
|
971
|
+
export declare enum UsageReportSchedule {
|
|
972
|
+
DAILY = "DAILY"
|
|
973
|
+
}
|
|
974
|
+
export interface CreateUsageReportSubscriptionResult {
|
|
975
|
+
|
|
976
|
+
S3BucketName?: string;
|
|
977
|
+
|
|
978
|
+
Schedule?: UsageReportSchedule | string;
|
|
979
|
+
}
|
|
980
|
+
export declare namespace CreateUsageReportSubscriptionResult {
|
|
981
|
+
|
|
982
|
+
const filterSensitiveLog: (obj: CreateUsageReportSubscriptionResult) => any;
|
|
983
|
+
}
|
|
984
|
+
export declare enum MessageAction {
|
|
985
|
+
RESEND = "RESEND",
|
|
986
|
+
SUPPRESS = "SUPPRESS"
|
|
987
|
+
}
|
|
988
|
+
export interface CreateUserRequest {
|
|
989
|
+
|
|
990
|
+
UserName: string | undefined;
|
|
991
|
+
|
|
992
|
+
MessageAction?: MessageAction | string;
|
|
993
|
+
|
|
994
|
+
FirstName?: string;
|
|
995
|
+
|
|
996
|
+
LastName?: string;
|
|
997
|
+
|
|
998
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
999
|
+
}
|
|
1000
|
+
export declare namespace CreateUserRequest {
|
|
1001
|
+
|
|
1002
|
+
const filterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
1003
|
+
}
|
|
1004
|
+
export interface CreateUserResult {
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace CreateUserResult {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: CreateUserResult) => any;
|
|
1009
|
+
}
|
|
1010
|
+
export interface DeleteDirectoryConfigRequest {
|
|
1011
|
+
|
|
1012
|
+
DirectoryName: string | undefined;
|
|
1013
|
+
}
|
|
1014
|
+
export declare namespace DeleteDirectoryConfigRequest {
|
|
1015
|
+
|
|
1016
|
+
const filterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
|
|
1017
|
+
}
|
|
1018
|
+
export interface DeleteDirectoryConfigResult {
|
|
1019
|
+
}
|
|
1020
|
+
export declare namespace DeleteDirectoryConfigResult {
|
|
1021
|
+
|
|
1022
|
+
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
1026
|
+
name: "ResourceInUseException";
|
|
1027
|
+
$fault: "client";
|
|
1028
|
+
|
|
1029
|
+
Message?: string;
|
|
1030
|
+
}
|
|
1031
|
+
export declare namespace ResourceInUseException {
|
|
1032
|
+
|
|
1033
|
+
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
1034
|
+
}
|
|
1035
|
+
export interface DeleteFleetRequest {
|
|
1036
|
+
|
|
1037
|
+
Name: string | undefined;
|
|
1038
|
+
}
|
|
1039
|
+
export declare namespace DeleteFleetRequest {
|
|
1040
|
+
|
|
1041
|
+
const filterSensitiveLog: (obj: DeleteFleetRequest) => any;
|
|
1042
|
+
}
|
|
1043
|
+
export interface DeleteFleetResult {
|
|
1044
|
+
}
|
|
1045
|
+
export declare namespace DeleteFleetResult {
|
|
1046
|
+
|
|
1047
|
+
const filterSensitiveLog: (obj: DeleteFleetResult) => any;
|
|
1048
|
+
}
|
|
1049
|
+
export interface DeleteImageRequest {
|
|
1050
|
+
|
|
1051
|
+
Name: string | undefined;
|
|
1052
|
+
}
|
|
1053
|
+
export declare namespace DeleteImageRequest {
|
|
1054
|
+
|
|
1055
|
+
const filterSensitiveLog: (obj: DeleteImageRequest) => any;
|
|
1056
|
+
}
|
|
1057
|
+
export interface DeleteImageResult {
|
|
1058
|
+
|
|
1059
|
+
Image?: Image;
|
|
1060
|
+
}
|
|
1061
|
+
export declare namespace DeleteImageResult {
|
|
1062
|
+
|
|
1063
|
+
const filterSensitiveLog: (obj: DeleteImageResult) => any;
|
|
1064
|
+
}
|
|
1065
|
+
export interface DeleteImageBuilderRequest {
|
|
1066
|
+
|
|
1067
|
+
Name: string | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
export declare namespace DeleteImageBuilderRequest {
|
|
1070
|
+
|
|
1071
|
+
const filterSensitiveLog: (obj: DeleteImageBuilderRequest) => any;
|
|
1072
|
+
}
|
|
1073
|
+
export interface DeleteImageBuilderResult {
|
|
1074
|
+
|
|
1075
|
+
ImageBuilder?: ImageBuilder;
|
|
1076
|
+
}
|
|
1077
|
+
export declare namespace DeleteImageBuilderResult {
|
|
1078
|
+
|
|
1079
|
+
const filterSensitiveLog: (obj: DeleteImageBuilderResult) => any;
|
|
1080
|
+
}
|
|
1081
|
+
export interface DeleteImagePermissionsRequest {
|
|
1082
|
+
|
|
1083
|
+
Name: string | undefined;
|
|
1084
|
+
|
|
1085
|
+
SharedAccountId: string | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
export declare namespace DeleteImagePermissionsRequest {
|
|
1088
|
+
|
|
1089
|
+
const filterSensitiveLog: (obj: DeleteImagePermissionsRequest) => any;
|
|
1090
|
+
}
|
|
1091
|
+
export interface DeleteImagePermissionsResult {
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace DeleteImagePermissionsResult {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: DeleteImagePermissionsResult) => any;
|
|
1096
|
+
}
|
|
1097
|
+
export interface DeleteStackRequest {
|
|
1098
|
+
|
|
1099
|
+
Name: string | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
export declare namespace DeleteStackRequest {
|
|
1102
|
+
|
|
1103
|
+
const filterSensitiveLog: (obj: DeleteStackRequest) => any;
|
|
1104
|
+
}
|
|
1105
|
+
export interface DeleteStackResult {
|
|
1106
|
+
}
|
|
1107
|
+
export declare namespace DeleteStackResult {
|
|
1108
|
+
|
|
1109
|
+
const filterSensitiveLog: (obj: DeleteStackResult) => any;
|
|
1110
|
+
}
|
|
1111
|
+
export interface DeleteUsageReportSubscriptionRequest {
|
|
1112
|
+
}
|
|
1113
|
+
export declare namespace DeleteUsageReportSubscriptionRequest {
|
|
1114
|
+
|
|
1115
|
+
const filterSensitiveLog: (obj: DeleteUsageReportSubscriptionRequest) => any;
|
|
1116
|
+
}
|
|
1117
|
+
export interface DeleteUsageReportSubscriptionResult {
|
|
1118
|
+
}
|
|
1119
|
+
export declare namespace DeleteUsageReportSubscriptionResult {
|
|
1120
|
+
|
|
1121
|
+
const filterSensitiveLog: (obj: DeleteUsageReportSubscriptionResult) => any;
|
|
1122
|
+
}
|
|
1123
|
+
export interface DeleteUserRequest {
|
|
1124
|
+
|
|
1125
|
+
UserName: string | undefined;
|
|
1126
|
+
|
|
1127
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
1128
|
+
}
|
|
1129
|
+
export declare namespace DeleteUserRequest {
|
|
1130
|
+
|
|
1131
|
+
const filterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
1132
|
+
}
|
|
1133
|
+
export interface DeleteUserResult {
|
|
1134
|
+
}
|
|
1135
|
+
export declare namespace DeleteUserResult {
|
|
1136
|
+
|
|
1137
|
+
const filterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
1138
|
+
}
|
|
1139
|
+
export interface DescribeDirectoryConfigsRequest {
|
|
1140
|
+
|
|
1141
|
+
DirectoryNames?: string[];
|
|
1142
|
+
|
|
1143
|
+
MaxResults?: number;
|
|
1144
|
+
|
|
1145
|
+
NextToken?: string;
|
|
1146
|
+
}
|
|
1147
|
+
export declare namespace DescribeDirectoryConfigsRequest {
|
|
1148
|
+
|
|
1149
|
+
const filterSensitiveLog: (obj: DescribeDirectoryConfigsRequest) => any;
|
|
1150
|
+
}
|
|
1151
|
+
export interface DescribeDirectoryConfigsResult {
|
|
1152
|
+
|
|
1153
|
+
DirectoryConfigs?: DirectoryConfig[];
|
|
1154
|
+
|
|
1155
|
+
NextToken?: string;
|
|
1156
|
+
}
|
|
1157
|
+
export declare namespace DescribeDirectoryConfigsResult {
|
|
1158
|
+
|
|
1159
|
+
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
1160
|
+
}
|
|
1161
|
+
export interface DescribeFleetsRequest {
|
|
1162
|
+
|
|
1163
|
+
Names?: string[];
|
|
1164
|
+
|
|
1165
|
+
NextToken?: string;
|
|
1166
|
+
}
|
|
1167
|
+
export declare namespace DescribeFleetsRequest {
|
|
1168
|
+
|
|
1169
|
+
const filterSensitiveLog: (obj: DescribeFleetsRequest) => any;
|
|
1170
|
+
}
|
|
1171
|
+
export interface DescribeFleetsResult {
|
|
1172
|
+
|
|
1173
|
+
Fleets?: Fleet[];
|
|
1174
|
+
|
|
1175
|
+
NextToken?: string;
|
|
1176
|
+
}
|
|
1177
|
+
export declare namespace DescribeFleetsResult {
|
|
1178
|
+
|
|
1179
|
+
const filterSensitiveLog: (obj: DescribeFleetsResult) => any;
|
|
1180
|
+
}
|
|
1181
|
+
export interface DescribeImageBuildersRequest {
|
|
1182
|
+
|
|
1183
|
+
Names?: string[];
|
|
1184
|
+
|
|
1185
|
+
MaxResults?: number;
|
|
1186
|
+
|
|
1187
|
+
NextToken?: string;
|
|
1188
|
+
}
|
|
1189
|
+
export declare namespace DescribeImageBuildersRequest {
|
|
1190
|
+
|
|
1191
|
+
const filterSensitiveLog: (obj: DescribeImageBuildersRequest) => any;
|
|
1192
|
+
}
|
|
1193
|
+
export interface DescribeImageBuildersResult {
|
|
1194
|
+
|
|
1195
|
+
ImageBuilders?: ImageBuilder[];
|
|
1196
|
+
|
|
1197
|
+
NextToken?: string;
|
|
1198
|
+
}
|
|
1199
|
+
export declare namespace DescribeImageBuildersResult {
|
|
1200
|
+
|
|
1201
|
+
const filterSensitiveLog: (obj: DescribeImageBuildersResult) => any;
|
|
1202
|
+
}
|
|
1203
|
+
export interface DescribeImagePermissionsRequest {
|
|
1204
|
+
|
|
1205
|
+
Name: string | undefined;
|
|
1206
|
+
|
|
1207
|
+
MaxResults?: number;
|
|
1208
|
+
|
|
1209
|
+
SharedAwsAccountIds?: string[];
|
|
1210
|
+
|
|
1211
|
+
NextToken?: string;
|
|
1212
|
+
}
|
|
1213
|
+
export declare namespace DescribeImagePermissionsRequest {
|
|
1214
|
+
|
|
1215
|
+
const filterSensitiveLog: (obj: DescribeImagePermissionsRequest) => any;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
export interface SharedImagePermissions {
|
|
1219
|
+
|
|
1220
|
+
sharedAccountId: string | undefined;
|
|
1221
|
+
|
|
1222
|
+
imagePermissions: ImagePermissions | undefined;
|
|
1223
|
+
}
|
|
1224
|
+
export declare namespace SharedImagePermissions {
|
|
1225
|
+
|
|
1226
|
+
const filterSensitiveLog: (obj: SharedImagePermissions) => any;
|
|
1227
|
+
}
|
|
1228
|
+
export interface DescribeImagePermissionsResult {
|
|
1229
|
+
|
|
1230
|
+
Name?: string;
|
|
1231
|
+
|
|
1232
|
+
SharedImagePermissionsList?: SharedImagePermissions[];
|
|
1233
|
+
|
|
1234
|
+
NextToken?: string;
|
|
1235
|
+
}
|
|
1236
|
+
export declare namespace DescribeImagePermissionsResult {
|
|
1237
|
+
|
|
1238
|
+
const filterSensitiveLog: (obj: DescribeImagePermissionsResult) => any;
|
|
1239
|
+
}
|
|
1240
|
+
export interface DescribeImagesRequest {
|
|
1241
|
+
|
|
1242
|
+
Names?: string[];
|
|
1243
|
+
|
|
1244
|
+
Arns?: string[];
|
|
1245
|
+
|
|
1246
|
+
Type?: VisibilityType | string;
|
|
1247
|
+
|
|
1248
|
+
NextToken?: string;
|
|
1249
|
+
|
|
1250
|
+
MaxResults?: number;
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace DescribeImagesRequest {
|
|
1253
|
+
|
|
1254
|
+
const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
1255
|
+
}
|
|
1256
|
+
export interface DescribeImagesResult {
|
|
1257
|
+
|
|
1258
|
+
Images?: Image[];
|
|
1259
|
+
|
|
1260
|
+
NextToken?: string;
|
|
1261
|
+
}
|
|
1262
|
+
export declare namespace DescribeImagesResult {
|
|
1263
|
+
|
|
1264
|
+
const filterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
1265
|
+
}
|
|
1266
|
+
export interface DescribeSessionsRequest {
|
|
1267
|
+
|
|
1268
|
+
StackName: string | undefined;
|
|
1269
|
+
|
|
1270
|
+
FleetName: string | undefined;
|
|
1271
|
+
|
|
1272
|
+
UserId?: string;
|
|
1273
|
+
|
|
1274
|
+
NextToken?: string;
|
|
1275
|
+
|
|
1276
|
+
Limit?: number;
|
|
1277
|
+
|
|
1278
|
+
AuthenticationType?: AuthenticationType | string;
|
|
1279
|
+
}
|
|
1280
|
+
export declare namespace DescribeSessionsRequest {
|
|
1281
|
+
|
|
1282
|
+
const filterSensitiveLog: (obj: DescribeSessionsRequest) => any;
|
|
1283
|
+
}
|
|
1284
|
+
export declare enum SessionConnectionState {
|
|
1285
|
+
CONNECTED = "CONNECTED",
|
|
1286
|
+
NOT_CONNECTED = "NOT_CONNECTED"
|
|
1287
|
+
}
|
|
1288
|
+
export declare enum SessionState {
|
|
1289
|
+
ACTIVE = "ACTIVE",
|
|
1290
|
+
EXPIRED = "EXPIRED",
|
|
1291
|
+
PENDING = "PENDING"
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
export interface Session {
|
|
1295
|
+
|
|
1296
|
+
Id: string | undefined;
|
|
1297
|
+
|
|
1298
|
+
UserId: string | undefined;
|
|
1299
|
+
|
|
1300
|
+
StackName: string | undefined;
|
|
1301
|
+
|
|
1302
|
+
FleetName: string | undefined;
|
|
1303
|
+
|
|
1304
|
+
State: SessionState | string | undefined;
|
|
1305
|
+
|
|
1306
|
+
ConnectionState?: SessionConnectionState | string;
|
|
1307
|
+
|
|
1308
|
+
StartTime?: Date;
|
|
1309
|
+
|
|
1310
|
+
MaxExpirationTime?: Date;
|
|
1311
|
+
|
|
1312
|
+
AuthenticationType?: AuthenticationType | string;
|
|
1313
|
+
|
|
1314
|
+
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
1315
|
+
}
|
|
1316
|
+
export declare namespace Session {
|
|
1317
|
+
|
|
1318
|
+
const filterSensitiveLog: (obj: Session) => any;
|
|
1319
|
+
}
|
|
1320
|
+
export interface DescribeSessionsResult {
|
|
1321
|
+
|
|
1322
|
+
Sessions?: Session[];
|
|
1323
|
+
|
|
1324
|
+
NextToken?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export declare namespace DescribeSessionsResult {
|
|
1327
|
+
|
|
1328
|
+
const filterSensitiveLog: (obj: DescribeSessionsResult) => any;
|
|
1329
|
+
}
|
|
1330
|
+
export interface DescribeStacksRequest {
|
|
1331
|
+
|
|
1332
|
+
Names?: string[];
|
|
1333
|
+
|
|
1334
|
+
NextToken?: string;
|
|
1335
|
+
}
|
|
1336
|
+
export declare namespace DescribeStacksRequest {
|
|
1337
|
+
|
|
1338
|
+
const filterSensitiveLog: (obj: DescribeStacksRequest) => any;
|
|
1339
|
+
}
|
|
1340
|
+
export interface DescribeStacksResult {
|
|
1341
|
+
|
|
1342
|
+
Stacks?: Stack[];
|
|
1343
|
+
|
|
1344
|
+
NextToken?: string;
|
|
1345
|
+
}
|
|
1346
|
+
export declare namespace DescribeStacksResult {
|
|
1347
|
+
|
|
1348
|
+
const filterSensitiveLog: (obj: DescribeStacksResult) => any;
|
|
1349
|
+
}
|
|
1350
|
+
export interface DescribeUsageReportSubscriptionsRequest {
|
|
1351
|
+
|
|
1352
|
+
MaxResults?: number;
|
|
1353
|
+
|
|
1354
|
+
NextToken?: string;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace DescribeUsageReportSubscriptionsRequest {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: DescribeUsageReportSubscriptionsRequest) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export declare enum UsageReportExecutionErrorCode {
|
|
1361
|
+
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1362
|
+
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
1363
|
+
RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND"
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
export interface LastReportGenerationExecutionError {
|
|
1367
|
+
|
|
1368
|
+
ErrorCode?: UsageReportExecutionErrorCode | string;
|
|
1369
|
+
|
|
1370
|
+
ErrorMessage?: string;
|
|
1371
|
+
}
|
|
1372
|
+
export declare namespace LastReportGenerationExecutionError {
|
|
1373
|
+
|
|
1374
|
+
const filterSensitiveLog: (obj: LastReportGenerationExecutionError) => any;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
export interface UsageReportSubscription {
|
|
1378
|
+
|
|
1379
|
+
S3BucketName?: string;
|
|
1380
|
+
|
|
1381
|
+
Schedule?: UsageReportSchedule | string;
|
|
1382
|
+
|
|
1383
|
+
LastGeneratedReportDate?: Date;
|
|
1384
|
+
|
|
1385
|
+
SubscriptionErrors?: LastReportGenerationExecutionError[];
|
|
1386
|
+
}
|
|
1387
|
+
export declare namespace UsageReportSubscription {
|
|
1388
|
+
|
|
1389
|
+
const filterSensitiveLog: (obj: UsageReportSubscription) => any;
|
|
1390
|
+
}
|
|
1391
|
+
export interface DescribeUsageReportSubscriptionsResult {
|
|
1392
|
+
|
|
1393
|
+
UsageReportSubscriptions?: UsageReportSubscription[];
|
|
1394
|
+
|
|
1395
|
+
NextToken?: string;
|
|
1396
|
+
}
|
|
1397
|
+
export declare namespace DescribeUsageReportSubscriptionsResult {
|
|
1398
|
+
|
|
1399
|
+
const filterSensitiveLog: (obj: DescribeUsageReportSubscriptionsResult) => any;
|
|
1400
|
+
}
|
|
1401
|
+
export interface DescribeUsersRequest {
|
|
1402
|
+
|
|
1403
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
1404
|
+
|
|
1405
|
+
MaxResults?: number;
|
|
1406
|
+
|
|
1407
|
+
NextToken?: string;
|
|
1408
|
+
}
|
|
1409
|
+
export declare namespace DescribeUsersRequest {
|
|
1410
|
+
|
|
1411
|
+
const filterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
export interface User {
|
|
1415
|
+
|
|
1416
|
+
Arn?: string;
|
|
1417
|
+
|
|
1418
|
+
UserName?: string;
|
|
1419
|
+
|
|
1420
|
+
Enabled?: boolean;
|
|
1421
|
+
|
|
1422
|
+
Status?: string;
|
|
1423
|
+
|
|
1424
|
+
FirstName?: string;
|
|
1425
|
+
|
|
1426
|
+
LastName?: string;
|
|
1427
|
+
|
|
1428
|
+
CreatedTime?: Date;
|
|
1429
|
+
|
|
1430
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export declare namespace User {
|
|
1433
|
+
|
|
1434
|
+
const filterSensitiveLog: (obj: User) => any;
|
|
1435
|
+
}
|
|
1436
|
+
export interface DescribeUsersResult {
|
|
1437
|
+
|
|
1438
|
+
Users?: User[];
|
|
1439
|
+
|
|
1440
|
+
NextToken?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export declare namespace DescribeUsersResult {
|
|
1443
|
+
|
|
1444
|
+
const filterSensitiveLog: (obj: DescribeUsersResult) => any;
|
|
1445
|
+
}
|
|
1446
|
+
export interface DescribeUserStackAssociationsRequest {
|
|
1447
|
+
|
|
1448
|
+
StackName?: string;
|
|
1449
|
+
|
|
1450
|
+
UserName?: string;
|
|
1451
|
+
|
|
1452
|
+
AuthenticationType?: AuthenticationType | string;
|
|
1453
|
+
|
|
1454
|
+
MaxResults?: number;
|
|
1455
|
+
|
|
1456
|
+
NextToken?: string;
|
|
1457
|
+
}
|
|
1458
|
+
export declare namespace DescribeUserStackAssociationsRequest {
|
|
1459
|
+
|
|
1460
|
+
const filterSensitiveLog: (obj: DescribeUserStackAssociationsRequest) => any;
|
|
1461
|
+
}
|
|
1462
|
+
export interface DescribeUserStackAssociationsResult {
|
|
1463
|
+
|
|
1464
|
+
UserStackAssociations?: UserStackAssociation[];
|
|
1465
|
+
|
|
1466
|
+
NextToken?: string;
|
|
1467
|
+
}
|
|
1468
|
+
export declare namespace DescribeUserStackAssociationsResult {
|
|
1469
|
+
|
|
1470
|
+
const filterSensitiveLog: (obj: DescribeUserStackAssociationsResult) => any;
|
|
1471
|
+
}
|
|
1472
|
+
export interface DisableUserRequest {
|
|
1473
|
+
|
|
1474
|
+
UserName: string | undefined;
|
|
1475
|
+
|
|
1476
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
1477
|
+
}
|
|
1478
|
+
export declare namespace DisableUserRequest {
|
|
1479
|
+
|
|
1480
|
+
const filterSensitiveLog: (obj: DisableUserRequest) => any;
|
|
1481
|
+
}
|
|
1482
|
+
export interface DisableUserResult {
|
|
1483
|
+
}
|
|
1484
|
+
export declare namespace DisableUserResult {
|
|
1485
|
+
|
|
1486
|
+
const filterSensitiveLog: (obj: DisableUserResult) => any;
|
|
1487
|
+
}
|
|
1488
|
+
export interface DisassociateFleetRequest {
|
|
1489
|
+
|
|
1490
|
+
FleetName: string | undefined;
|
|
1491
|
+
|
|
1492
|
+
StackName: string | undefined;
|
|
1493
|
+
}
|
|
1494
|
+
export declare namespace DisassociateFleetRequest {
|
|
1495
|
+
|
|
1496
|
+
const filterSensitiveLog: (obj: DisassociateFleetRequest) => any;
|
|
1497
|
+
}
|
|
1498
|
+
export interface DisassociateFleetResult {
|
|
1499
|
+
}
|
|
1500
|
+
export declare namespace DisassociateFleetResult {
|
|
1501
|
+
|
|
1502
|
+
const filterSensitiveLog: (obj: DisassociateFleetResult) => any;
|
|
1503
|
+
}
|
|
1504
|
+
export interface EnableUserRequest {
|
|
1505
|
+
|
|
1506
|
+
UserName: string | undefined;
|
|
1507
|
+
|
|
1508
|
+
AuthenticationType: AuthenticationType | string | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
export declare namespace EnableUserRequest {
|
|
1511
|
+
|
|
1512
|
+
const filterSensitiveLog: (obj: EnableUserRequest) => any;
|
|
1513
|
+
}
|
|
1514
|
+
export interface EnableUserResult {
|
|
1515
|
+
}
|
|
1516
|
+
export declare namespace EnableUserResult {
|
|
1517
|
+
|
|
1518
|
+
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
1519
|
+
}
|
|
1520
|
+
export interface ExpireSessionRequest {
|
|
1521
|
+
|
|
1522
|
+
SessionId: string | undefined;
|
|
1523
|
+
}
|
|
1524
|
+
export declare namespace ExpireSessionRequest {
|
|
1525
|
+
|
|
1526
|
+
const filterSensitiveLog: (obj: ExpireSessionRequest) => any;
|
|
1527
|
+
}
|
|
1528
|
+
export interface ExpireSessionResult {
|
|
1529
|
+
}
|
|
1530
|
+
export declare namespace ExpireSessionResult {
|
|
1531
|
+
|
|
1532
|
+
const filterSensitiveLog: (obj: ExpireSessionResult) => any;
|
|
1533
|
+
}
|
|
1534
|
+
export declare enum FleetAttribute {
|
|
1535
|
+
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
1536
|
+
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
1537
|
+
VPC_CONFIGURATION = "VPC_CONFIGURATION",
|
|
1538
|
+
VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
|
|
1539
|
+
}
|
|
1540
|
+
export interface ListAssociatedFleetsRequest {
|
|
1541
|
+
|
|
1542
|
+
StackName: string | undefined;
|
|
1543
|
+
|
|
1544
|
+
NextToken?: string;
|
|
1545
|
+
}
|
|
1546
|
+
export declare namespace ListAssociatedFleetsRequest {
|
|
1547
|
+
|
|
1548
|
+
const filterSensitiveLog: (obj: ListAssociatedFleetsRequest) => any;
|
|
1549
|
+
}
|
|
1550
|
+
export interface ListAssociatedFleetsResult {
|
|
1551
|
+
|
|
1552
|
+
Names?: string[];
|
|
1553
|
+
|
|
1554
|
+
NextToken?: string;
|
|
1555
|
+
}
|
|
1556
|
+
export declare namespace ListAssociatedFleetsResult {
|
|
1557
|
+
|
|
1558
|
+
const filterSensitiveLog: (obj: ListAssociatedFleetsResult) => any;
|
|
1559
|
+
}
|
|
1560
|
+
export interface ListAssociatedStacksRequest {
|
|
1561
|
+
|
|
1562
|
+
FleetName: string | undefined;
|
|
1563
|
+
|
|
1564
|
+
NextToken?: string;
|
|
1565
|
+
}
|
|
1566
|
+
export declare namespace ListAssociatedStacksRequest {
|
|
1567
|
+
|
|
1568
|
+
const filterSensitiveLog: (obj: ListAssociatedStacksRequest) => any;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ListAssociatedStacksResult {
|
|
1571
|
+
|
|
1572
|
+
Names?: string[];
|
|
1573
|
+
|
|
1574
|
+
NextToken?: string;
|
|
1575
|
+
}
|
|
1576
|
+
export declare namespace ListAssociatedStacksResult {
|
|
1577
|
+
|
|
1578
|
+
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
1579
|
+
}
|
|
1580
|
+
export interface ListTagsForResourceRequest {
|
|
1581
|
+
|
|
1582
|
+
ResourceArn: string | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export declare namespace ListTagsForResourceRequest {
|
|
1585
|
+
|
|
1586
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1587
|
+
}
|
|
1588
|
+
export interface ListTagsForResourceResponse {
|
|
1589
|
+
|
|
1590
|
+
Tags?: {
|
|
1591
|
+
[key: string]: string;
|
|
1592
|
+
};
|
|
1593
|
+
}
|
|
1594
|
+
export declare namespace ListTagsForResourceResponse {
|
|
1595
|
+
|
|
1596
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1597
|
+
}
|
|
1598
|
+
export interface StartFleetRequest {
|
|
1599
|
+
|
|
1600
|
+
Name: string | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
export declare namespace StartFleetRequest {
|
|
1603
|
+
|
|
1604
|
+
const filterSensitiveLog: (obj: StartFleetRequest) => any;
|
|
1605
|
+
}
|
|
1606
|
+
export interface StartFleetResult {
|
|
1607
|
+
}
|
|
1608
|
+
export declare namespace StartFleetResult {
|
|
1609
|
+
|
|
1610
|
+
const filterSensitiveLog: (obj: StartFleetResult) => any;
|
|
1611
|
+
}
|
|
1612
|
+
export interface StartImageBuilderRequest {
|
|
1613
|
+
|
|
1614
|
+
Name: string | undefined;
|
|
1615
|
+
|
|
1616
|
+
AppstreamAgentVersion?: string;
|
|
1617
|
+
}
|
|
1618
|
+
export declare namespace StartImageBuilderRequest {
|
|
1619
|
+
|
|
1620
|
+
const filterSensitiveLog: (obj: StartImageBuilderRequest) => any;
|
|
1621
|
+
}
|
|
1622
|
+
export interface StartImageBuilderResult {
|
|
1623
|
+
|
|
1624
|
+
ImageBuilder?: ImageBuilder;
|
|
1625
|
+
}
|
|
1626
|
+
export declare namespace StartImageBuilderResult {
|
|
1627
|
+
|
|
1628
|
+
const filterSensitiveLog: (obj: StartImageBuilderResult) => any;
|
|
1629
|
+
}
|
|
1630
|
+
export interface StopFleetRequest {
|
|
1631
|
+
|
|
1632
|
+
Name: string | undefined;
|
|
1633
|
+
}
|
|
1634
|
+
export declare namespace StopFleetRequest {
|
|
1635
|
+
|
|
1636
|
+
const filterSensitiveLog: (obj: StopFleetRequest) => any;
|
|
1637
|
+
}
|
|
1638
|
+
export interface StopFleetResult {
|
|
1639
|
+
}
|
|
1640
|
+
export declare namespace StopFleetResult {
|
|
1641
|
+
|
|
1642
|
+
const filterSensitiveLog: (obj: StopFleetResult) => any;
|
|
1643
|
+
}
|
|
1644
|
+
export interface StopImageBuilderRequest {
|
|
1645
|
+
|
|
1646
|
+
Name: string | undefined;
|
|
1647
|
+
}
|
|
1648
|
+
export declare namespace StopImageBuilderRequest {
|
|
1649
|
+
|
|
1650
|
+
const filterSensitiveLog: (obj: StopImageBuilderRequest) => any;
|
|
1651
|
+
}
|
|
1652
|
+
export interface StopImageBuilderResult {
|
|
1653
|
+
|
|
1654
|
+
ImageBuilder?: ImageBuilder;
|
|
1655
|
+
}
|
|
1656
|
+
export declare namespace StopImageBuilderResult {
|
|
1657
|
+
|
|
1658
|
+
const filterSensitiveLog: (obj: StopImageBuilderResult) => any;
|
|
1659
|
+
}
|
|
1660
|
+
export interface TagResourceRequest {
|
|
1661
|
+
|
|
1662
|
+
ResourceArn: string | undefined;
|
|
1663
|
+
|
|
1664
|
+
Tags: {
|
|
1665
|
+
[key: string]: string;
|
|
1666
|
+
} | undefined;
|
|
1667
|
+
}
|
|
1668
|
+
export declare namespace TagResourceRequest {
|
|
1669
|
+
|
|
1670
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1671
|
+
}
|
|
1672
|
+
export interface TagResourceResponse {
|
|
1673
|
+
}
|
|
1674
|
+
export declare namespace TagResourceResponse {
|
|
1675
|
+
|
|
1676
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1677
|
+
}
|
|
1678
|
+
export interface UntagResourceRequest {
|
|
1679
|
+
|
|
1680
|
+
ResourceArn: string | undefined;
|
|
1681
|
+
|
|
1682
|
+
TagKeys: string[] | undefined;
|
|
1683
|
+
}
|
|
1684
|
+
export declare namespace UntagResourceRequest {
|
|
1685
|
+
|
|
1686
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1687
|
+
}
|
|
1688
|
+
export interface UntagResourceResponse {
|
|
1689
|
+
}
|
|
1690
|
+
export declare namespace UntagResourceResponse {
|
|
1691
|
+
|
|
1692
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1693
|
+
}
|
|
1694
|
+
export interface UpdateDirectoryConfigRequest {
|
|
1695
|
+
|
|
1696
|
+
DirectoryName: string | undefined;
|
|
1697
|
+
|
|
1698
|
+
OrganizationalUnitDistinguishedNames?: string[];
|
|
1699
|
+
|
|
1700
|
+
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
1701
|
+
}
|
|
1702
|
+
export declare namespace UpdateDirectoryConfigRequest {
|
|
1703
|
+
|
|
1704
|
+
const filterSensitiveLog: (obj: UpdateDirectoryConfigRequest) => any;
|
|
1705
|
+
}
|
|
1706
|
+
export interface UpdateDirectoryConfigResult {
|
|
1707
|
+
|
|
1708
|
+
DirectoryConfig?: DirectoryConfig;
|
|
1709
|
+
}
|
|
1710
|
+
export declare namespace UpdateDirectoryConfigResult {
|
|
1711
|
+
|
|
1712
|
+
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
1713
|
+
}
|
|
1714
|
+
export interface UpdateFleetRequest {
|
|
1715
|
+
|
|
1716
|
+
ImageName?: string;
|
|
1717
|
+
|
|
1718
|
+
ImageArn?: string;
|
|
1719
|
+
|
|
1720
|
+
Name?: string;
|
|
1721
|
+
|
|
1722
|
+
InstanceType?: string;
|
|
1723
|
+
|
|
1724
|
+
ComputeCapacity?: ComputeCapacity;
|
|
1725
|
+
|
|
1726
|
+
VpcConfig?: VpcConfig;
|
|
1727
|
+
|
|
1728
|
+
MaxUserDurationInSeconds?: number;
|
|
1729
|
+
|
|
1730
|
+
DisconnectTimeoutInSeconds?: number;
|
|
1731
|
+
|
|
1732
|
+
DeleteVpcConfig?: boolean;
|
|
1733
|
+
|
|
1734
|
+
Description?: string;
|
|
1735
|
+
|
|
1736
|
+
DisplayName?: string;
|
|
1737
|
+
|
|
1738
|
+
EnableDefaultInternetAccess?: boolean;
|
|
1739
|
+
|
|
1740
|
+
DomainJoinInfo?: DomainJoinInfo;
|
|
1741
|
+
|
|
1742
|
+
IdleDisconnectTimeoutInSeconds?: number;
|
|
1743
|
+
|
|
1744
|
+
AttributesToDelete?: (FleetAttribute | string)[];
|
|
1745
|
+
|
|
1746
|
+
IamRoleArn?: string;
|
|
1747
|
+
|
|
1748
|
+
StreamView?: StreamView | string;
|
|
1749
|
+
}
|
|
1750
|
+
export declare namespace UpdateFleetRequest {
|
|
1751
|
+
|
|
1752
|
+
const filterSensitiveLog: (obj: UpdateFleetRequest) => any;
|
|
1753
|
+
}
|
|
1754
|
+
export interface UpdateFleetResult {
|
|
1755
|
+
|
|
1756
|
+
Fleet?: Fleet;
|
|
1757
|
+
}
|
|
1758
|
+
export declare namespace UpdateFleetResult {
|
|
1759
|
+
|
|
1760
|
+
const filterSensitiveLog: (obj: UpdateFleetResult) => any;
|
|
1761
|
+
}
|
|
1762
|
+
export interface UpdateImagePermissionsRequest {
|
|
1763
|
+
|
|
1764
|
+
Name: string | undefined;
|
|
1765
|
+
|
|
1766
|
+
SharedAccountId: string | undefined;
|
|
1767
|
+
|
|
1768
|
+
ImagePermissions: ImagePermissions | undefined;
|
|
1769
|
+
}
|
|
1770
|
+
export declare namespace UpdateImagePermissionsRequest {
|
|
1771
|
+
|
|
1772
|
+
const filterSensitiveLog: (obj: UpdateImagePermissionsRequest) => any;
|
|
1773
|
+
}
|
|
1774
|
+
export interface UpdateImagePermissionsResult {
|
|
1775
|
+
}
|
|
1776
|
+
export declare namespace UpdateImagePermissionsResult {
|
|
1777
|
+
|
|
1778
|
+
const filterSensitiveLog: (obj: UpdateImagePermissionsResult) => any;
|
|
1779
|
+
}
|
|
1780
|
+
export declare enum StackAttribute {
|
|
1781
|
+
ACCESS_ENDPOINTS = "ACCESS_ENDPOINTS",
|
|
1782
|
+
EMBED_HOST_DOMAINS = "EMBED_HOST_DOMAINS",
|
|
1783
|
+
FEEDBACK_URL = "FEEDBACK_URL",
|
|
1784
|
+
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
1785
|
+
REDIRECT_URL = "REDIRECT_URL",
|
|
1786
|
+
STORAGE_CONNECTORS = "STORAGE_CONNECTORS",
|
|
1787
|
+
STORAGE_CONNECTOR_GOOGLE_DRIVE = "STORAGE_CONNECTOR_GOOGLE_DRIVE",
|
|
1788
|
+
STORAGE_CONNECTOR_HOMEFOLDERS = "STORAGE_CONNECTOR_HOMEFOLDERS",
|
|
1789
|
+
STORAGE_CONNECTOR_ONE_DRIVE = "STORAGE_CONNECTOR_ONE_DRIVE",
|
|
1790
|
+
THEME_NAME = "THEME_NAME",
|
|
1791
|
+
USER_SETTINGS = "USER_SETTINGS"
|
|
1792
|
+
}
|
|
1793
|
+
export interface UpdateStackRequest {
|
|
1794
|
+
|
|
1795
|
+
DisplayName?: string;
|
|
1796
|
+
|
|
1797
|
+
Description?: string;
|
|
1798
|
+
|
|
1799
|
+
Name: string | undefined;
|
|
1800
|
+
|
|
1801
|
+
StorageConnectors?: StorageConnector[];
|
|
1802
|
+
|
|
1803
|
+
DeleteStorageConnectors?: boolean;
|
|
1804
|
+
|
|
1805
|
+
RedirectURL?: string;
|
|
1806
|
+
|
|
1807
|
+
FeedbackURL?: string;
|
|
1808
|
+
|
|
1809
|
+
AttributesToDelete?: (StackAttribute | string)[];
|
|
1810
|
+
|
|
1811
|
+
UserSettings?: UserSetting[];
|
|
1812
|
+
|
|
1813
|
+
ApplicationSettings?: ApplicationSettings;
|
|
1814
|
+
|
|
1815
|
+
AccessEndpoints?: AccessEndpoint[];
|
|
1816
|
+
|
|
1817
|
+
EmbedHostDomains?: string[];
|
|
1818
|
+
}
|
|
1819
|
+
export declare namespace UpdateStackRequest {
|
|
1820
|
+
|
|
1821
|
+
const filterSensitiveLog: (obj: UpdateStackRequest) => any;
|
|
1822
|
+
}
|
|
1823
|
+
export interface UpdateStackResult {
|
|
1824
|
+
|
|
1825
|
+
Stack?: Stack;
|
|
1826
|
+
}
|
|
1827
|
+
export declare namespace UpdateStackResult {
|
|
1828
|
+
|
|
1829
|
+
const filterSensitiveLog: (obj: UpdateStackResult) => any;
|
|
1830
|
+
}
|