@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
|
@@ -4,22 +4,13 @@ exports.paginateDescribeImagePermissions = void 0;
|
|
|
4
4
|
const AppStream_1 = require("../AppStream");
|
|
5
5
|
const AppStreamClient_1 = require("../AppStreamClient");
|
|
6
6
|
const DescribeImagePermissionsCommand_1 = require("../commands/DescribeImagePermissionsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeImagePermissionsCommand_1.DescribeImagePermissionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeImagePermissions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeImagePermissions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeImagePermissions(config, input, ...additionalArg
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeImagePermissions = paginateDescribeImagePermissions;
|
|
46
|
-
//# sourceMappingURL=DescribeImagePermissionsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeImages = void 0;
|
|
|
4
4
|
const AppStream_1 = require("../AppStream");
|
|
5
5
|
const AppStreamClient_1 = require("../AppStreamClient");
|
|
6
6
|
const DescribeImagesCommand_1 = require("../commands/DescribeImagesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeImagesCommand_1.DescribeImagesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeImages(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeImages(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeImages(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeImages = paginateDescribeImages;
|
|
46
|
-
//# sourceMappingURL=DescribeImagesPaginator.js.map
|
|
@@ -5493,14 +5493,12 @@ const deserializeMetadata = (output) => {
|
|
|
5493
5493
|
cfId: output.headers["x-amz-cf-id"],
|
|
5494
5494
|
});
|
|
5495
5495
|
};
|
|
5496
|
-
// Collect low-level response body stream to Uint8Array.
|
|
5497
5496
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
5498
5497
|
if (streamBody instanceof Uint8Array) {
|
|
5499
5498
|
return Promise.resolve(streamBody);
|
|
5500
5499
|
}
|
|
5501
5500
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
5502
5501
|
};
|
|
5503
|
-
// Encode Uint8Array data into string with utf-8.
|
|
5504
5502
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
5505
5503
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
5506
5504
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -5526,9 +5524,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
5526
5524
|
}
|
|
5527
5525
|
return {};
|
|
5528
5526
|
});
|
|
5529
|
-
/**
|
|
5530
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
5531
|
-
*/
|
|
5532
5527
|
const loadRestJsonErrorCode = (output, data) => {
|
|
5533
5528
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
5534
5529
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -5553,4 +5548,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
5553
5548
|
}
|
|
5554
5549
|
return "";
|
|
5555
5550
|
};
|
|
5556
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilFleetStarted = exports.waitForFleetStarted = void 0;
|
|
4
|
-
const DescribeFleetsCommand_1 = require("../commands/DescribeFleetsCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const DescribeFleetsCommand_1 = require("../commands/DescribeFleetsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new DescribeFleetsCommand_1.DescribeFleetsCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
|
+
const flat_1 = [].concat(...result.Fleets);
|
|
14
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
15
15
|
return element_2.State;
|
|
16
16
|
});
|
|
17
17
|
return projection_3;
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
|
-
for (
|
|
20
|
+
for (const element_4 of returnComparator()) {
|
|
21
21
|
allStringEq_5 = allStringEq_5 && element_4 == "ACTIVE";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
@@ -26,14 +26,14 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (e) { }
|
|
28
28
|
try {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
const returnComparator = () => {
|
|
30
|
+
const flat_1 = [].concat(...result.Fleets);
|
|
31
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
32
32
|
return element_2.State;
|
|
33
33
|
});
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
|
-
for (
|
|
36
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
37
37
|
if (anyStringEq_4 == "PENDING_DEACTIVATE") {
|
|
38
38
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
39
39
|
}
|
|
@@ -41,14 +41,14 @@ const checkState = async (client, input) => {
|
|
|
41
41
|
}
|
|
42
42
|
catch (e) { }
|
|
43
43
|
try {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
const returnComparator = () => {
|
|
45
|
+
const flat_1 = [].concat(...result.Fleets);
|
|
46
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
47
47
|
return element_2.State;
|
|
48
48
|
});
|
|
49
49
|
return projection_3;
|
|
50
50
|
};
|
|
51
|
-
for (
|
|
51
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
52
52
|
if (anyStringEq_4 == "INACTIVE") {
|
|
53
53
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
54
54
|
}
|
|
@@ -61,24 +61,14 @@ const checkState = async (client, input) => {
|
|
|
61
61
|
}
|
|
62
62
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
63
63
|
};
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @deprecated Use waitUntilFleetStarted instead. waitForFleetStarted does not throw error in non-success cases.
|
|
67
|
-
*/
|
|
68
64
|
const waitForFleetStarted = async (params, input) => {
|
|
69
65
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
70
66
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
71
67
|
};
|
|
72
68
|
exports.waitForFleetStarted = waitForFleetStarted;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @param params - Waiter configuration options.
|
|
76
|
-
* @param input - The input to DescribeFleetsCommand for polling.
|
|
77
|
-
*/
|
|
78
69
|
const waitUntilFleetStarted = async (params, input) => {
|
|
79
70
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
80
71
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
81
72
|
return util_waiter_1.checkExceptions(result);
|
|
82
73
|
};
|
|
83
74
|
exports.waitUntilFleetStarted = waitUntilFleetStarted;
|
|
84
|
-
//# sourceMappingURL=waitForFleetStarted.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilFleetStopped = exports.waitForFleetStopped = void 0;
|
|
4
|
-
const DescribeFleetsCommand_1 = require("../commands/DescribeFleetsCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const DescribeFleetsCommand_1 = require("../commands/DescribeFleetsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new DescribeFleetsCommand_1.DescribeFleetsCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
|
+
const flat_1 = [].concat(...result.Fleets);
|
|
14
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
15
15
|
return element_2.State;
|
|
16
16
|
});
|
|
17
17
|
return projection_3;
|
|
18
18
|
};
|
|
19
19
|
let allStringEq_5 = returnComparator().length > 0;
|
|
20
|
-
for (
|
|
20
|
+
for (const element_4 of returnComparator()) {
|
|
21
21
|
allStringEq_5 = allStringEq_5 && element_4 == "INACTIVE";
|
|
22
22
|
}
|
|
23
23
|
if (allStringEq_5) {
|
|
@@ -26,14 +26,14 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (e) { }
|
|
28
28
|
try {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
const returnComparator = () => {
|
|
30
|
+
const flat_1 = [].concat(...result.Fleets);
|
|
31
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
32
32
|
return element_2.State;
|
|
33
33
|
});
|
|
34
34
|
return projection_3;
|
|
35
35
|
};
|
|
36
|
-
for (
|
|
36
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
37
37
|
if (anyStringEq_4 == "PENDING_ACTIVATE") {
|
|
38
38
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
39
39
|
}
|
|
@@ -41,14 +41,14 @@ const checkState = async (client, input) => {
|
|
|
41
41
|
}
|
|
42
42
|
catch (e) { }
|
|
43
43
|
try {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
const returnComparator = () => {
|
|
45
|
+
const flat_1 = [].concat(...result.Fleets);
|
|
46
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
47
47
|
return element_2.State;
|
|
48
48
|
});
|
|
49
49
|
return projection_3;
|
|
50
50
|
};
|
|
51
|
-
for (
|
|
51
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
52
52
|
if (anyStringEq_4 == "ACTIVE") {
|
|
53
53
|
return { state: util_waiter_1.WaiterState.FAILURE, reason };
|
|
54
54
|
}
|
|
@@ -61,24 +61,14 @@ const checkState = async (client, input) => {
|
|
|
61
61
|
}
|
|
62
62
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
63
63
|
};
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @deprecated Use waitUntilFleetStopped instead. waitForFleetStopped does not throw error in non-success cases.
|
|
67
|
-
*/
|
|
68
64
|
const waitForFleetStopped = async (params, input) => {
|
|
69
65
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
70
66
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
71
67
|
};
|
|
72
68
|
exports.waitForFleetStopped = waitForFleetStopped;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @param params - Waiter configuration options.
|
|
76
|
-
* @param input - The input to DescribeFleetsCommand for polling.
|
|
77
|
-
*/
|
|
78
69
|
const waitUntilFleetStopped = async (params, input) => {
|
|
79
70
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
80
71
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
81
72
|
return util_waiter_1.checkExceptions(result);
|
|
82
73
|
};
|
|
83
74
|
exports.waitUntilFleetStopped = waitUntilFleetStopped;
|
|
84
|
-
//# sourceMappingURL=waitForFleetStopped.js.map
|
|
@@ -29,8 +29,8 @@ import { DescribeImagesCommand, } from "./commands/DescribeImagesCommand";
|
|
|
29
29
|
import { DescribeSessionsCommand, } from "./commands/DescribeSessionsCommand";
|
|
30
30
|
import { DescribeStacksCommand, } from "./commands/DescribeStacksCommand";
|
|
31
31
|
import { DescribeUsageReportSubscriptionsCommand, } from "./commands/DescribeUsageReportSubscriptionsCommand";
|
|
32
|
-
import { DescribeUserStackAssociationsCommand, } from "./commands/DescribeUserStackAssociationsCommand";
|
|
33
32
|
import { DescribeUsersCommand, } from "./commands/DescribeUsersCommand";
|
|
33
|
+
import { DescribeUserStackAssociationsCommand, } from "./commands/DescribeUserStackAssociationsCommand";
|
|
34
34
|
import { DisableUserCommand } from "./commands/DisableUserCommand";
|
|
35
35
|
import { DisassociateFleetCommand, } from "./commands/DisassociateFleetCommand";
|
|
36
36
|
import { EnableUserCommand } from "./commands/EnableUserCommand";
|
|
@@ -728,4 +728,3 @@ var AppStream = (function (_super) {
|
|
|
728
728
|
return AppStream;
|
|
729
729
|
}(AppStreamClient));
|
|
730
730
|
export { AppStream };
|
|
731
|
-
//# sourceMappingURL=AppStream.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var AppStreamClient = (function (_super) {
|
|
12
12
|
__extends(AppStreamClient, _super);
|
|
13
13
|
function AppStreamClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var AppStreamClient = (function (_super) {
|
|
|
35
35
|
return AppStreamClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { AppStreamClient };
|
|
38
|
-
//# sourceMappingURL=AppStreamClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1AssociateFleetCommand, serializeAws_json1_1AssociateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1AssociateFleetCommand, serializeAws_json1_1AssociateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateFleetCommand, _super);
|
|
8
8
|
function AssociateFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AssociateFleetCommand = (function (_super) {
|
|
|
37
37
|
return AssociateFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AssociateFleetCommand };
|
|
40
|
-
//# sourceMappingURL=AssociateFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchAssociateUserStackRequest, BatchAssociateUserStackResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1BatchAssociateUserStackCommand, serializeAws_json1_1BatchAssociateUserStackCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchAssociateUserStackRequest, BatchAssociateUserStackResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1BatchAssociateUserStackCommand, serializeAws_json1_1BatchAssociateUserStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchAssociateUserStackCommand = (function (_super) {
|
|
7
7
|
__extends(BatchAssociateUserStackCommand, _super);
|
|
8
8
|
function BatchAssociateUserStackCommand(input) {
|
|
@@ -37,4 +37,3 @@ var BatchAssociateUserStackCommand = (function (_super) {
|
|
|
37
37
|
return BatchAssociateUserStackCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { BatchAssociateUserStackCommand };
|
|
40
|
-
//# sourceMappingURL=BatchAssociateUserStackCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchDisassociateUserStackRequest, BatchDisassociateUserStackResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1BatchDisassociateUserStackCommand, serializeAws_json1_1BatchDisassociateUserStackCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchDisassociateUserStackRequest, BatchDisassociateUserStackResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1BatchDisassociateUserStackCommand, serializeAws_json1_1BatchDisassociateUserStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchDisassociateUserStackCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDisassociateUserStackCommand, _super);
|
|
8
8
|
function BatchDisassociateUserStackCommand(input) {
|
|
@@ -37,4 +37,3 @@ var BatchDisassociateUserStackCommand = (function (_super) {
|
|
|
37
37
|
return BatchDisassociateUserStackCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { BatchDisassociateUserStackCommand };
|
|
40
|
-
//# sourceMappingURL=BatchDisassociateUserStackCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CopyImageRequest, CopyImageResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CopyImageCommand, serializeAws_json1_1CopyImageCommand } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CopyImageRequest, CopyImageResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CopyImageCommand, serializeAws_json1_1CopyImageCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CopyImageCommand = (function (_super) {
|
|
7
7
|
__extends(CopyImageCommand, _super);
|
|
8
8
|
function CopyImageCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CopyImageCommand = (function (_super) {
|
|
|
37
37
|
return CopyImageCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CopyImageCommand };
|
|
40
|
-
//# sourceMappingURL=CopyImageCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateDirectoryConfigRequest, CreateDirectoryConfigResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateDirectoryConfigCommand, serializeAws_json1_1CreateDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateDirectoryConfigRequest, CreateDirectoryConfigResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateDirectoryConfigCommand, serializeAws_json1_1CreateDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDirectoryConfigCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDirectoryConfigCommand, _super);
|
|
8
8
|
function CreateDirectoryConfigCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateDirectoryConfigCommand = (function (_super) {
|
|
|
37
37
|
return CreateDirectoryConfigCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateDirectoryConfigCommand };
|
|
40
|
-
//# sourceMappingURL=CreateDirectoryConfigCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateFleetRequest, CreateFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateFleetCommand, serializeAws_json1_1CreateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateFleetRequest, CreateFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateFleetCommand, serializeAws_json1_1CreateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFleetCommand, _super);
|
|
8
8
|
function CreateFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateFleetCommand = (function (_super) {
|
|
|
37
37
|
return CreateFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateFleetCommand };
|
|
40
|
-
//# sourceMappingURL=CreateFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateImageBuilderCommand, serializeAws_json1_1CreateImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateImageBuilderCommand, serializeAws_json1_1CreateImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(CreateImageBuilderCommand, _super);
|
|
8
8
|
function CreateImageBuilderCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateImageBuilderCommand = (function (_super) {
|
|
|
37
37
|
return CreateImageBuilderCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateImageBuilderCommand };
|
|
40
|
-
//# sourceMappingURL=CreateImageBuilderCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateImageBuilderStreamingURLRequest, CreateImageBuilderStreamingURLResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateImageBuilderStreamingURLCommand, serializeAws_json1_1CreateImageBuilderStreamingURLCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateImageBuilderStreamingURLRequest, CreateImageBuilderStreamingURLResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateImageBuilderStreamingURLCommand, serializeAws_json1_1CreateImageBuilderStreamingURLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateImageBuilderStreamingURLCommand = (function (_super) {
|
|
7
7
|
__extends(CreateImageBuilderStreamingURLCommand, _super);
|
|
8
8
|
function CreateImageBuilderStreamingURLCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateImageBuilderStreamingURLCommand = (function (_super) {
|
|
|
37
37
|
return CreateImageBuilderStreamingURLCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateImageBuilderStreamingURLCommand };
|
|
40
|
-
//# sourceMappingURL=CreateImageBuilderStreamingURLCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateStackRequest, CreateStackResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateStackCommand, serializeAws_json1_1CreateStackCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateStackRequest, CreateStackResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateStackCommand, serializeAws_json1_1CreateStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateStackCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStackCommand, _super);
|
|
8
8
|
function CreateStackCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateStackCommand = (function (_super) {
|
|
|
37
37
|
return CreateStackCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateStackCommand };
|
|
40
|
-
//# sourceMappingURL=CreateStackCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateStreamingURLCommand, serializeAws_json1_1CreateStreamingURLCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateStreamingURLCommand, serializeAws_json1_1CreateStreamingURLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateStreamingURLCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStreamingURLCommand, _super);
|
|
8
8
|
function CreateStreamingURLCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateStreamingURLCommand = (function (_super) {
|
|
|
37
37
|
return CreateStreamingURLCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateStreamingURLCommand };
|
|
40
|
-
//# sourceMappingURL=CreateStreamingURLCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateUpdatedImageCommand, serializeAws_json1_1CreateUpdatedImageCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateUpdatedImageCommand, serializeAws_json1_1CreateUpdatedImageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUpdatedImageCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUpdatedImageCommand, _super);
|
|
8
8
|
function CreateUpdatedImageCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateUpdatedImageCommand = (function (_super) {
|
|
|
37
37
|
return CreateUpdatedImageCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateUpdatedImageCommand };
|
|
40
|
-
//# sourceMappingURL=CreateUpdatedImageCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateUsageReportSubscriptionRequest, CreateUsageReportSubscriptionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateUsageReportSubscriptionCommand, serializeAws_json1_1CreateUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateUsageReportSubscriptionRequest, CreateUsageReportSubscriptionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateUsageReportSubscriptionCommand, serializeAws_json1_1CreateUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUsageReportSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUsageReportSubscriptionCommand, _super);
|
|
8
8
|
function CreateUsageReportSubscriptionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateUsageReportSubscriptionCommand = (function (_super) {
|
|
|
37
37
|
return CreateUsageReportSubscriptionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateUsageReportSubscriptionCommand };
|
|
40
|
-
//# sourceMappingURL=CreateUsageReportSubscriptionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateUserRequest, CreateUserResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreateUserCommand, serializeAws_json1_1CreateUserCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateUserRequest, CreateUserResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateUserCommand, serializeAws_json1_1CreateUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUserCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUserCommand, _super);
|
|
8
8
|
function CreateUserCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateUserCommand = (function (_super) {
|
|
|
37
37
|
return CreateUserCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateUserCommand };
|
|
40
|
-
//# sourceMappingURL=CreateUserCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteDirectoryConfigCommand, serializeAws_json1_1DeleteDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteDirectoryConfigCommand, serializeAws_json1_1DeleteDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteDirectoryConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDirectoryConfigCommand, _super);
|
|
8
8
|
function DeleteDirectoryConfigCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteDirectoryConfigCommand = (function (_super) {
|
|
|
37
37
|
return DeleteDirectoryConfigCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteDirectoryConfigCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteDirectoryConfigCommand.js.map
|