@aws-sdk/client-appstream 3.40.0 → 3.45.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 +44 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +150 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +185 -34
- package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
- package/dist-es/AppStream.js +150 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +127 -24
- package/dist-es/protocols/Aws_json1_1.js +1291 -162
- package/dist-types/AppStream.d.ts +104 -4
- package/dist-types/AppStreamClient.d.ts +12 -2
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/DisableUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/EnableUserCommand.d.ts +1 -1
- package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartFleetCommand.d.ts +1 -1
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +647 -63
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/AppStream.d.ts +50 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +368 -42
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/package.json +6 -6
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
export * from "./AssociateApplicationFleetCommand";
|
|
1
2
|
export * from "./AssociateFleetCommand";
|
|
2
3
|
export * from "./BatchAssociateUserStackCommand";
|
|
3
4
|
export * from "./BatchDisassociateUserStackCommand";
|
|
4
5
|
export * from "./CopyImageCommand";
|
|
6
|
+
export * from "./CreateAppBlockCommand";
|
|
7
|
+
export * from "./CreateApplicationCommand";
|
|
5
8
|
export * from "./CreateDirectoryConfigCommand";
|
|
6
9
|
export * from "./CreateFleetCommand";
|
|
7
10
|
export * from "./CreateImageBuilderCommand";
|
|
@@ -11,6 +14,8 @@ export * from "./CreateStreamingURLCommand";
|
|
|
11
14
|
export * from "./CreateUpdatedImageCommand";
|
|
12
15
|
export * from "./CreateUsageReportSubscriptionCommand";
|
|
13
16
|
export * from "./CreateUserCommand";
|
|
17
|
+
export * from "./DeleteAppBlockCommand";
|
|
18
|
+
export * from "./DeleteApplicationCommand";
|
|
14
19
|
export * from "./DeleteDirectoryConfigCommand";
|
|
15
20
|
export * from "./DeleteFleetCommand";
|
|
16
21
|
export * from "./DeleteImageBuilderCommand";
|
|
@@ -19,6 +24,9 @@ export * from "./DeleteImagePermissionsCommand";
|
|
|
19
24
|
export * from "./DeleteStackCommand";
|
|
20
25
|
export * from "./DeleteUsageReportSubscriptionCommand";
|
|
21
26
|
export * from "./DeleteUserCommand";
|
|
27
|
+
export * from "./DescribeAppBlocksCommand";
|
|
28
|
+
export * from "./DescribeApplicationFleetAssociationsCommand";
|
|
29
|
+
export * from "./DescribeApplicationsCommand";
|
|
22
30
|
export * from "./DescribeDirectoryConfigsCommand";
|
|
23
31
|
export * from "./DescribeFleetsCommand";
|
|
24
32
|
export * from "./DescribeImageBuildersCommand";
|
|
@@ -30,6 +38,7 @@ export * from "./DescribeUsageReportSubscriptionsCommand";
|
|
|
30
38
|
export * from "./DescribeUserStackAssociationsCommand";
|
|
31
39
|
export * from "./DescribeUsersCommand";
|
|
32
40
|
export * from "./DisableUserCommand";
|
|
41
|
+
export * from "./DisassociateApplicationFleetCommand";
|
|
33
42
|
export * from "./DisassociateFleetCommand";
|
|
34
43
|
export * from "./EnableUserCommand";
|
|
35
44
|
export * from "./ExpireSessionCommand";
|
|
@@ -42,6 +51,7 @@ export * from "./StopFleetCommand";
|
|
|
42
51
|
export * from "./StopImageBuilderCommand";
|
|
43
52
|
export * from "./TagResourceCommand";
|
|
44
53
|
export * from "./UntagResourceCommand";
|
|
54
|
+
export * from "./UpdateApplicationCommand";
|
|
45
55
|
export * from "./UpdateDirectoryConfigCommand";
|
|
46
56
|
export * from "./UpdateFleetCommand";
|
|
47
57
|
export * from "./UpdateImagePermissionsCommand";
|