@aws-sdk/client-appstream 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +186 -214
- package/dist-es/models/models_0.js +186 -214
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +1 -1
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +1 -1
- package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +3 -3
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +3 -3
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppBlockCommand.d.ts +4 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +5 -5
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +4 -4
- package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +9 -9
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +8 -8
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +12 -12
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntitlementCommand.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/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -2
- 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 +1 -1
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +1 -1
- 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/ListEntitledApplicationsCommand.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 +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +4 -4
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFleetCommand.d.ts +9 -9
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStackCommand.d.ts +12 -12
- package/dist-types/models/models_0.d.ts +327 -187
- package/dist-types/ts3.4/models/models_0.d.ts +232 -186
- package/package.json +35 -35
|
@@ -31,9 +31,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
31
31
|
* import { AppStreamClient, TagResourceCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
32
32
|
* // const { AppStreamClient, TagResourceCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
33
33
|
* const client = new AppStreamClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // TagResourceRequest
|
|
35
35
|
* ResourceArn: "STRING_VALUE", // required
|
|
36
|
-
* Tags: { // required
|
|
36
|
+
* Tags: { // Tags // required
|
|
37
37
|
* "<keys>": "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* };
|
|
@@ -28,9 +28,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
28
28
|
* import { AppStreamClient, UntagResourceCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
29
29
|
* // const { AppStreamClient, UntagResourceCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
30
30
|
* const client = new AppStreamClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UntagResourceRequest
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
|
-
* TagKeys: [ // required
|
|
33
|
+
* TagKeys: [ // TagKeyList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -26,11 +26,11 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
|
|
|
26
26
|
* import { AppStreamClient, UpdateApplicationCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, UpdateApplicationCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateApplicationRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* DisplayName: "STRING_VALUE",
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
33
|
-
* IconS3Location: {
|
|
33
|
+
* IconS3Location: { // S3Location
|
|
34
34
|
* S3Bucket: "STRING_VALUE", // required
|
|
35
35
|
* S3Key: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -38,7 +38,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationResult,
|
|
|
38
38
|
* WorkingDirectory: "STRING_VALUE",
|
|
39
39
|
* LaunchParameters: "STRING_VALUE",
|
|
40
40
|
* AppBlockArn: "STRING_VALUE",
|
|
41
|
-
* AttributesToDelete: [
|
|
41
|
+
* AttributesToDelete: [ // ApplicationAttributes
|
|
42
42
|
* "LAUNCH_PARAMETERS" || "WORKING_DIRECTORY",
|
|
43
43
|
* ],
|
|
44
44
|
* };
|
|
@@ -26,16 +26,16 @@ export interface UpdateDirectoryConfigCommandOutput extends UpdateDirectoryConfi
|
|
|
26
26
|
* import { AppStreamClient, UpdateDirectoryConfigCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, UpdateDirectoryConfigCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateDirectoryConfigRequest
|
|
30
30
|
* DirectoryName: "STRING_VALUE", // required
|
|
31
|
-
* OrganizationalUnitDistinguishedNames: [
|
|
31
|
+
* OrganizationalUnitDistinguishedNames: [ // OrganizationalUnitDistinguishedNamesList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* ServiceAccountCredentials: {
|
|
34
|
+
* ServiceAccountCredentials: { // ServiceAccountCredentials
|
|
35
35
|
* AccountName: "STRING_VALUE", // required
|
|
36
36
|
* AccountPassword: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
38
|
-
* CertificateBasedAuthProperties: {
|
|
38
|
+
* CertificateBasedAuthProperties: { // CertificateBasedAuthProperties
|
|
39
39
|
* Status: "DISABLED" || "ENABLED" || "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK",
|
|
40
40
|
* CertificateAuthorityArn: "STRING_VALUE",
|
|
41
41
|
* },
|
|
@@ -26,13 +26,13 @@ export interface UpdateEntitlementCommandOutput extends UpdateEntitlementResult,
|
|
|
26
26
|
* import { AppStreamClient, UpdateEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, UpdateEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateEntitlementRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* StackName: "STRING_VALUE", // required
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
33
33
|
* AppVisibility: "ALL" || "ASSOCIATED",
|
|
34
|
-
* Attributes: [
|
|
35
|
-
* {
|
|
34
|
+
* Attributes: [ // EntitlementAttributeList
|
|
35
|
+
* { // EntitlementAttribute
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* Value: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
@@ -47,19 +47,19 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
47
47
|
* import { AppStreamClient, UpdateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
48
48
|
* // const { AppStreamClient, UpdateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
49
49
|
* const client = new AppStreamClient(config);
|
|
50
|
-
* const input = {
|
|
50
|
+
* const input = { // UpdateFleetRequest
|
|
51
51
|
* ImageName: "STRING_VALUE",
|
|
52
52
|
* ImageArn: "STRING_VALUE",
|
|
53
53
|
* Name: "STRING_VALUE",
|
|
54
54
|
* InstanceType: "STRING_VALUE",
|
|
55
|
-
* ComputeCapacity: {
|
|
55
|
+
* ComputeCapacity: { // ComputeCapacity
|
|
56
56
|
* DesiredInstances: Number("int"), // required
|
|
57
57
|
* },
|
|
58
|
-
* VpcConfig: {
|
|
59
|
-
* SubnetIds: [
|
|
58
|
+
* VpcConfig: { // VpcConfig
|
|
59
|
+
* SubnetIds: [ // SubnetIdList
|
|
60
60
|
* "STRING_VALUE",
|
|
61
61
|
* ],
|
|
62
|
-
* SecurityGroupIds: [
|
|
62
|
+
* SecurityGroupIds: [ // SecurityGroupIdList
|
|
63
63
|
* "STRING_VALUE",
|
|
64
64
|
* ],
|
|
65
65
|
* },
|
|
@@ -69,22 +69,22 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResult, __MetadataB
|
|
|
69
69
|
* Description: "STRING_VALUE",
|
|
70
70
|
* DisplayName: "STRING_VALUE",
|
|
71
71
|
* EnableDefaultInternetAccess: true || false,
|
|
72
|
-
* DomainJoinInfo: {
|
|
72
|
+
* DomainJoinInfo: { // DomainJoinInfo
|
|
73
73
|
* DirectoryName: "STRING_VALUE",
|
|
74
74
|
* OrganizationalUnitDistinguishedName: "STRING_VALUE",
|
|
75
75
|
* },
|
|
76
76
|
* IdleDisconnectTimeoutInSeconds: Number("int"),
|
|
77
|
-
* AttributesToDelete: [
|
|
77
|
+
* AttributesToDelete: [ // FleetAttributes
|
|
78
78
|
* "VPC_CONFIGURATION" || "VPC_CONFIGURATION_SECURITY_GROUP_IDS" || "DOMAIN_JOIN_INFO" || "IAM_ROLE_ARN" || "USB_DEVICE_FILTER_STRINGS" || "SESSION_SCRIPT_S3_LOCATION",
|
|
79
79
|
* ],
|
|
80
80
|
* IamRoleArn: "STRING_VALUE",
|
|
81
81
|
* StreamView: "APP" || "DESKTOP",
|
|
82
82
|
* Platform: "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "AMAZON_LINUX2",
|
|
83
83
|
* MaxConcurrentSessions: Number("int"),
|
|
84
|
-
* UsbDeviceFilterStrings: [
|
|
84
|
+
* UsbDeviceFilterStrings: [ // UsbDeviceFilterStrings
|
|
85
85
|
* "STRING_VALUE",
|
|
86
86
|
* ],
|
|
87
|
-
* SessionScriptS3Location: {
|
|
87
|
+
* SessionScriptS3Location: { // S3Location
|
|
88
88
|
* S3Bucket: "STRING_VALUE", // required
|
|
89
89
|
* S3Key: "STRING_VALUE", // required
|
|
90
90
|
* },
|
|
@@ -26,10 +26,10 @@ export interface UpdateImagePermissionsCommandOutput extends UpdateImagePermissi
|
|
|
26
26
|
* import { AppStreamClient, UpdateImagePermissionsCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, UpdateImagePermissionsCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateImagePermissionsRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* SharedAccountId: "STRING_VALUE", // required
|
|
32
|
-
* ImagePermissions: {
|
|
32
|
+
* ImagePermissions: { // ImagePermissions
|
|
33
33
|
* allowFleet: true || false,
|
|
34
34
|
* allowImageBuilder: true || false,
|
|
35
35
|
* },
|
|
@@ -26,15 +26,15 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
|
|
|
26
26
|
* import { AppStreamClient, UpdateStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, UpdateStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateStackRequest
|
|
30
30
|
* DisplayName: "STRING_VALUE",
|
|
31
31
|
* Description: "STRING_VALUE",
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
|
-
* StorageConnectors: [
|
|
34
|
-
* {
|
|
33
|
+
* StorageConnectors: [ // StorageConnectorList
|
|
34
|
+
* { // StorageConnector
|
|
35
35
|
* ConnectorType: "HOMEFOLDERS" || "GOOGLE_DRIVE" || "ONE_DRIVE", // required
|
|
36
36
|
* ResourceIdentifier: "STRING_VALUE",
|
|
37
|
-
* Domains: [
|
|
37
|
+
* Domains: [ // DomainList
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* },
|
|
@@ -42,29 +42,29 @@ export interface UpdateStackCommandOutput extends UpdateStackResult, __MetadataB
|
|
|
42
42
|
* DeleteStorageConnectors: true || false,
|
|
43
43
|
* RedirectURL: "STRING_VALUE",
|
|
44
44
|
* FeedbackURL: "STRING_VALUE",
|
|
45
|
-
* AttributesToDelete: [
|
|
45
|
+
* AttributesToDelete: [ // StackAttributes
|
|
46
46
|
* "STORAGE_CONNECTORS" || "STORAGE_CONNECTOR_HOMEFOLDERS" || "STORAGE_CONNECTOR_GOOGLE_DRIVE" || "STORAGE_CONNECTOR_ONE_DRIVE" || "REDIRECT_URL" || "FEEDBACK_URL" || "THEME_NAME" || "USER_SETTINGS" || "EMBED_HOST_DOMAINS" || "IAM_ROLE_ARN" || "ACCESS_ENDPOINTS" || "STREAMING_EXPERIENCE_SETTINGS",
|
|
47
47
|
* ],
|
|
48
|
-
* UserSettings: [
|
|
49
|
-
* {
|
|
48
|
+
* UserSettings: [ // UserSettingList
|
|
49
|
+
* { // UserSetting
|
|
50
50
|
* Action: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE" || "CLIPBOARD_COPY_TO_LOCAL_DEVICE" || "FILE_UPLOAD" || "FILE_DOWNLOAD" || "PRINTING_TO_LOCAL_DEVICE" || "DOMAIN_PASSWORD_SIGNIN" || "DOMAIN_SMART_CARD_SIGNIN", // required
|
|
51
51
|
* Permission: "ENABLED" || "DISABLED", // required
|
|
52
52
|
* },
|
|
53
53
|
* ],
|
|
54
|
-
* ApplicationSettings: {
|
|
54
|
+
* ApplicationSettings: { // ApplicationSettings
|
|
55
55
|
* Enabled: true || false, // required
|
|
56
56
|
* SettingsGroup: "STRING_VALUE",
|
|
57
57
|
* },
|
|
58
|
-
* AccessEndpoints: [
|
|
59
|
-
* {
|
|
58
|
+
* AccessEndpoints: [ // AccessEndpointList
|
|
59
|
+
* { // AccessEndpoint
|
|
60
60
|
* EndpointType: "STREAMING", // required
|
|
61
61
|
* VpceId: "STRING_VALUE",
|
|
62
62
|
* },
|
|
63
63
|
* ],
|
|
64
|
-
* EmbedHostDomains: [
|
|
64
|
+
* EmbedHostDomains: [ // EmbedHostDomains
|
|
65
65
|
* "STRING_VALUE",
|
|
66
66
|
* ],
|
|
67
|
-
* StreamingExperienceSettings: {
|
|
67
|
+
* StreamingExperienceSettings: { // StreamingExperienceSettings
|
|
68
68
|
* PreferredProtocol: "TCP" || "UDP",
|
|
69
69
|
* },
|
|
70
70
|
* };
|