@aws-sdk/client-appstream 3.943.0 → 3.947.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.
Files changed (120) hide show
  1. package/dist-cjs/index.js +15 -158
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/AppStreamClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +15 -159
  8. package/dist-types/AppStream.d.ts +1 -1
  9. package/dist-types/AppStreamClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +3 -3
  13. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +3 -3
  14. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +3 -3
  15. package/dist-types/commands/AssociateFleetCommand.d.ts +3 -3
  16. package/dist-types/commands/AssociateSoftwareToImageBuilderCommand.d.ts +3 -3
  17. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +3 -3
  18. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +3 -3
  19. package/dist-types/commands/CopyImageCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateAppBlockCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateExportImageTaskCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateFleetCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateImageBuilderCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateImportedImageCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateStackCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateStreamingURLCommand.d.ts +3 -3
  33. package/dist-types/commands/CreateThemeForStackCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +3 -3
  36. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteAppBlockCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  40. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +3 -3
  41. package/dist-types/commands/DeleteEntitlementCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteImageCommand.d.ts +3 -3
  45. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +3 -3
  46. package/dist-types/commands/DeleteStackCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteThemeForStackCommand.d.ts +3 -3
  48. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
  50. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +3 -3
  51. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +3 -3
  52. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +3 -3
  53. package/dist-types/commands/DescribeAppLicenseUsageCommand.d.ts +3 -3
  54. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +3 -3
  55. package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -3
  56. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +3 -3
  57. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +3 -3
  58. package/dist-types/commands/DescribeFleetsCommand.d.ts +3 -3
  59. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +3 -3
  60. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +3 -3
  61. package/dist-types/commands/DescribeImagesCommand.d.ts +3 -3
  62. package/dist-types/commands/DescribeSessionsCommand.d.ts +3 -3
  63. package/dist-types/commands/DescribeSoftwareAssociationsCommand.d.ts +3 -3
  64. package/dist-types/commands/DescribeStacksCommand.d.ts +3 -3
  65. package/dist-types/commands/DescribeThemeForStackCommand.d.ts +3 -3
  66. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +3 -3
  67. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +3 -3
  68. package/dist-types/commands/DescribeUsersCommand.d.ts +3 -3
  69. package/dist-types/commands/DisableUserCommand.d.ts +3 -3
  70. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +3 -3
  71. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +3 -3
  72. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +3 -3
  73. package/dist-types/commands/DisassociateFleetCommand.d.ts +3 -3
  74. package/dist-types/commands/DisassociateSoftwareFromImageBuilderCommand.d.ts +3 -3
  75. package/dist-types/commands/EnableUserCommand.d.ts +3 -3
  76. package/dist-types/commands/ExpireSessionCommand.d.ts +3 -3
  77. package/dist-types/commands/GetExportImageTaskCommand.d.ts +3 -3
  78. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +3 -3
  79. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +3 -3
  80. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +3 -3
  81. package/dist-types/commands/ListExportImageTasksCommand.d.ts +3 -3
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  83. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +3 -3
  84. package/dist-types/commands/StartFleetCommand.d.ts +3 -3
  85. package/dist-types/commands/StartImageBuilderCommand.d.ts +3 -3
  86. package/dist-types/commands/StartSoftwareDeploymentToImageBuilderCommand.d.ts +3 -3
  87. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +3 -3
  88. package/dist-types/commands/StopFleetCommand.d.ts +3 -3
  89. package/dist-types/commands/StopImageBuilderCommand.d.ts +3 -3
  90. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  92. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +3 -3
  93. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  94. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +3 -3
  95. package/dist-types/commands/UpdateEntitlementCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateFleetCommand.d.ts +3 -3
  97. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +3 -3
  98. package/dist-types/commands/UpdateStackCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdateThemeForStackCommand.d.ts +3 -3
  100. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  101. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  102. package/dist-types/extensionConfiguration.d.ts +4 -4
  103. package/dist-types/models/AppStreamServiceException.d.ts +1 -1
  104. package/dist-types/models/errors.d.ts +1 -1
  105. package/dist-types/pagination/DescribeAppBlockBuilderAppBlockAssociationsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/DescribeAppBlockBuildersPaginator.d.ts +1 -1
  107. package/dist-types/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/DescribeImagesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/Interfaces.d.ts +1 -1
  110. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  111. package/dist-types/runtimeConfig.d.ts +1 -1
  112. package/dist-types/runtimeConfig.native.d.ts +1 -1
  113. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  114. package/dist-types/runtimeExtensions.d.ts +1 -1
  115. package/dist-types/schemas/schemas_0.d.ts +1 -2
  116. package/dist-types/ts3.4/AppStreamClient.d.ts +3 -3
  117. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  118. package/dist-types/ts3.4/models/AppStreamServiceException.d.ts +1 -1
  119. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  120. package/package.json +13 -12
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DescribeThemeForStackRequest, DescribeThemeForStackResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DescribeThemeForStackRequest, DescribeThemeForStackResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DescribeUsageReportSubscriptionsRequest, DescribeUsageReportSubscriptionsResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DescribeUsageReportSubscriptionsRequest, DescribeUsageReportSubscriptionsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DescribeUserStackAssociationsRequest, DescribeUserStackAssociationsResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DescribeUserStackAssociationsRequest, DescribeUserStackAssociationsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DescribeUsersRequest, DescribeUsersResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DescribeUsersRequest, DescribeUsersResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DisableUserRequest, DisableUserResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DisableUserRequest, DisableUserResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DisassociateAppBlockBuilderAppBlockRequest, DisassociateAppBlockBuilderAppBlockResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DisassociateAppBlockBuilderAppBlockRequest, DisassociateAppBlockBuilderAppBlockResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DisassociateApplicationFleetRequest, DisassociateApplicationFleetResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DisassociateApplicationFleetRequest, DisassociateApplicationFleetResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DisassociateApplicationFromEntitlementRequest, DisassociateApplicationFromEntitlementResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DisassociateApplicationFromEntitlementRequest, DisassociateApplicationFromEntitlementResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { DisassociateSoftwareFromImageBuilderRequest, DisassociateSoftwareFromImageBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { DisassociateSoftwareFromImageBuilderRequest, DisassociateSoftwareFromImageBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { EnableUserRequest, EnableUserResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { EnableUserRequest, EnableUserResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { GetExportImageTaskRequest, GetExportImageTaskResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { GetExportImageTaskRequest, GetExportImageTaskResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { ListExportImageTasksRequest, ListExportImageTasksResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { ListExportImageTasksRequest, ListExportImageTasksResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StartAppBlockBuilderRequest, StartAppBlockBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StartAppBlockBuilderRequest, StartAppBlockBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StartFleetRequest, StartFleetResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StartFleetRequest, StartFleetResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StartSoftwareDeploymentToImageBuilderRequest, StartSoftwareDeploymentToImageBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StartSoftwareDeploymentToImageBuilderRequest, StartSoftwareDeploymentToImageBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StopAppBlockBuilderRequest, StopAppBlockBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StopAppBlockBuilderRequest, StopAppBlockBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StopFleetRequest, StopFleetResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StopFleetRequest, StopFleetResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateAppBlockBuilderRequest, UpdateAppBlockBuilderResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateAppBlockBuilderRequest, UpdateAppBlockBuilderResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateDirectoryConfigRequest, UpdateDirectoryConfigResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateDirectoryConfigRequest, UpdateDirectoryConfigResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateStackRequest, UpdateStackResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateStackRequest, UpdateStackResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
- import { UpdateThemeForStackRequest, UpdateThemeForStackResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppStreamClient";
4
+ import type { UpdateThemeForStackRequest, UpdateThemeForStackResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;
@@ -1,7 +1,7 @@
1
- import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
- import { DefaultExtensionConfiguration } from "@smithy/types";
4
- import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
6
6
  * @internal
7
7
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException";
3
3
  /**
4
4
  * <p>An API error occurred. Wait a few minutes and try again.</p>
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeAppBlockBuilderAppBlockAssociationsCommandInput, DescribeAppBlockBuilderAppBlockAssociationsCommandOutput } from "../commands/DescribeAppBlockBuilderAppBlockAssociationsCommand";
3
3
  import { AppStreamPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeAppBlockBuildersCommandInput, DescribeAppBlockBuildersCommandOutput } from "../commands/DescribeAppBlockBuildersCommand";
3
3
  import { AppStreamPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeImagePermissionsCommandInput, DescribeImagePermissionsCommandOutput } from "../commands/DescribeImagePermissionsCommand";
3
3
  import { AppStreamPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
3
3
  import { AppStreamPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@smithy/types";
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
2
  import { AppStreamClient } from "../AppStreamClient";
3
3
  /**
4
4
  * @public
@@ -1,5 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
- import { AppStreamClientConfig } from "./AppStreamClient";
2
+ import type { AppStreamClientConfig } from "./AppStreamClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
- import { AppStreamClientConfig } from "./AppStreamClient";
2
+ import type { AppStreamClientConfig } from "./AppStreamClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { AppStreamClientConfig } from "./AppStreamClient";
1
+ import type { AppStreamClientConfig } from "./AppStreamClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { AppStreamClientConfig } from "./AppStreamClient";
1
+ import type { AppStreamClientConfig } from "./AppStreamClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { AppStreamExtensionConfiguration } from "./extensionConfiguration";
1
+ import type { AppStreamExtensionConfiguration } from "./extensionConfiguration";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,4 +1,4 @@
1
- import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
2
  export declare var AccountName: StaticSimpleSchema;
3
3
  export declare var AccountPassword: StaticSimpleSchema;
4
4
  export declare var FilePath: StaticSimpleSchema;
@@ -248,7 +248,6 @@ export declare var UserStackAssociation: StaticStructureSchema;
248
248
  export declare var UserStackAssociationError: StaticStructureSchema;
249
249
  export declare var VolumeConfig: StaticStructureSchema;
250
250
  export declare var VpcConfig: StaticStructureSchema;
251
- export declare var __Unit: "unit";
252
251
  export declare var AppStreamServiceException: StaticErrorSchema;
253
252
  export declare var AccessEndpointList: StaticListSchema;
254
253
  export declare var AdminAppLicenseUsageList: StaticListSchema;