aws-sdk-appstream 1.136.0 → 1.137.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appstream/client.rb +17 -15
- data/lib/aws-sdk-appstream/client_api.rb +5 -2
- data/lib/aws-sdk-appstream/types.rb +6 -3
- data/lib/aws-sdk-appstream.rb +1 -1
- data/sig/client.rbs +3 -2
- data/sig/types.rbs +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 160a563188ddf6101f53083e91971506c719b3d4da01180aad3bacb674180b0f
|
|
4
|
+
data.tar.gz: c8bb782e3e0088925bbd84cb2b846ac0d38266f5497a3f4d01e98247ba9a6b4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7848365efe519c8449c14d7de281e316c61a0b59fb84fe11a0f372cc298aa81b9a851107824126af86b235fb98eeb1ed6e3b4eaf9f57baba55a0aa71cb63eb87
|
|
7
|
+
data.tar.gz: 73f87e71af8afb9c11da1e7ea1271a9886a3c12bb8cd287120c6d42bbc1e2dbf578e1a902dd4b4eead80d31a340f79247b62d8a627cc7914af0a10d99f84f569
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.137.0 (2026-05-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon WorkSpaces Applications now supports BYOL (Bring Your Own License). This enables customers to import their own WorkSpaces images and use them in WorkSpaces Applications.
|
|
8
|
+
|
|
4
9
|
1.136.0 (2026-05-21)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.137.0
|
|
@@ -1391,7 +1391,7 @@ module Aws::AppStream
|
|
|
1391
1391
|
# resp.export_image_task.ami_name #=> String
|
|
1392
1392
|
# resp.export_image_task.created_date #=> Time
|
|
1393
1393
|
# resp.export_image_task.ami_description #=> String
|
|
1394
|
-
# resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
|
|
1394
|
+
# resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED", "TIMED_OUT"
|
|
1395
1395
|
# resp.export_image_task.ami_id #=> String
|
|
1396
1396
|
# resp.export_image_task.tag_specifications #=> Hash
|
|
1397
1397
|
# resp.export_image_task.tag_specifications["TagKey"] #=> String
|
|
@@ -2235,12 +2235,13 @@ module Aws::AppStream
|
|
|
2235
2235
|
# 100 characters and can contain letters, numbers, underscores, periods,
|
|
2236
2236
|
# and hyphens.
|
|
2237
2237
|
#
|
|
2238
|
-
# @option params [
|
|
2239
|
-
# The ID of the EC2 AMI to import.
|
|
2240
|
-
# requirements including Windows Server 2022 Full Base, UEFI boot mode,
|
|
2241
|
-
# TPM 2.0 support, and proper drivers.
|
|
2238
|
+
# @option params [String] :source_ami_id
|
|
2239
|
+
# The ID of the EC2 AMI to import.
|
|
2242
2240
|
#
|
|
2243
|
-
# @option params [
|
|
2241
|
+
# @option params [String] :workspace_image_id
|
|
2242
|
+
# The ID of the Workspaces Image to import.
|
|
2243
|
+
#
|
|
2244
|
+
# @option params [String] :iam_role_arn
|
|
2244
2245
|
# The ARN of the IAM role that allows WorkSpaces Applications to access
|
|
2245
2246
|
# your AMI. The role must have permissions to modify image attributes
|
|
2246
2247
|
# and describe images, with a trust relationship allowing
|
|
@@ -2289,8 +2290,9 @@ module Aws::AppStream
|
|
|
2289
2290
|
#
|
|
2290
2291
|
# resp = client.create_imported_image({
|
|
2291
2292
|
# name: "Name", # required
|
|
2292
|
-
# source_ami_id: "PhotonAmiId",
|
|
2293
|
-
#
|
|
2293
|
+
# source_ami_id: "PhotonAmiId",
|
|
2294
|
+
# workspace_image_id: "WorkspaceImageId",
|
|
2295
|
+
# iam_role_arn: "Arn",
|
|
2294
2296
|
# description: "ImageImportDescription",
|
|
2295
2297
|
# display_name: "ImageImportDisplayName",
|
|
2296
2298
|
# tags: {
|
|
@@ -2363,7 +2365,7 @@ module Aws::AppStream
|
|
|
2363
2365
|
# resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
2364
2366
|
# resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
2365
2367
|
# resp.image.managed_software_included #=> Boolean
|
|
2366
|
-
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
2368
|
+
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE", "BYOL"
|
|
2367
2369
|
#
|
|
2368
2370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImportedImage AWS API Documentation
|
|
2369
2371
|
#
|
|
@@ -2830,7 +2832,7 @@ module Aws::AppStream
|
|
|
2830
2832
|
# resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
2831
2833
|
# resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
2832
2834
|
# resp.image.managed_software_included #=> Boolean
|
|
2833
|
-
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
2835
|
+
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE", "BYOL"
|
|
2834
2836
|
# resp.can_update_image #=> Boolean
|
|
2835
2837
|
#
|
|
2836
2838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImage AWS API Documentation
|
|
@@ -3125,7 +3127,7 @@ module Aws::AppStream
|
|
|
3125
3127
|
# resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
3126
3128
|
# resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
3127
3129
|
# resp.image.managed_software_included #=> Boolean
|
|
3128
|
-
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
3130
|
+
# resp.image.image_type #=> String, one of "CUSTOM", "NATIVE", "BYOL"
|
|
3129
3131
|
#
|
|
3130
3132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImage AWS API Documentation
|
|
3131
3133
|
#
|
|
@@ -4053,7 +4055,7 @@ module Aws::AppStream
|
|
|
4053
4055
|
# resp.images[0].dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
|
|
4054
4056
|
# resp.images[0].image_shared_with_others #=> String, one of "TRUE", "FALSE"
|
|
4055
4057
|
# resp.images[0].managed_software_included #=> Boolean
|
|
4056
|
-
# resp.images[0].image_type #=> String, one of "CUSTOM", "NATIVE"
|
|
4058
|
+
# resp.images[0].image_type #=> String, one of "CUSTOM", "NATIVE", "BYOL"
|
|
4057
4059
|
# resp.next_token #=> String
|
|
4058
4060
|
#
|
|
4059
4061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImages AWS API Documentation
|
|
@@ -4787,7 +4789,7 @@ module Aws::AppStream
|
|
|
4787
4789
|
# resp.export_image_task.ami_name #=> String
|
|
4788
4790
|
# resp.export_image_task.created_date #=> Time
|
|
4789
4791
|
# resp.export_image_task.ami_description #=> String
|
|
4790
|
-
# resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
|
|
4792
|
+
# resp.export_image_task.state #=> String, one of "EXPORTING", "COMPLETED", "FAILED", "TIMED_OUT"
|
|
4791
4793
|
# resp.export_image_task.ami_id #=> String
|
|
4792
4794
|
# resp.export_image_task.tag_specifications #=> Hash
|
|
4793
4795
|
# resp.export_image_task.tag_specifications["TagKey"] #=> String
|
|
@@ -4964,7 +4966,7 @@ module Aws::AppStream
|
|
|
4964
4966
|
# resp.export_image_tasks[0].ami_name #=> String
|
|
4965
4967
|
# resp.export_image_tasks[0].created_date #=> Time
|
|
4966
4968
|
# resp.export_image_tasks[0].ami_description #=> String
|
|
4967
|
-
# resp.export_image_tasks[0].state #=> String, one of "EXPORTING", "COMPLETED", "FAILED"
|
|
4969
|
+
# resp.export_image_tasks[0].state #=> String, one of "EXPORTING", "COMPLETED", "FAILED", "TIMED_OUT"
|
|
4968
4970
|
# resp.export_image_tasks[0].ami_id #=> String
|
|
4969
4971
|
# resp.export_image_tasks[0].tag_specifications #=> Hash
|
|
4970
4972
|
# resp.export_image_tasks[0].tag_specifications["TagKey"] #=> String
|
|
@@ -6469,7 +6471,7 @@ module Aws::AppStream
|
|
|
6469
6471
|
tracer: tracer
|
|
6470
6472
|
)
|
|
6471
6473
|
context[:gem_name] = 'aws-sdk-appstream'
|
|
6472
|
-
context[:gem_version] = '1.
|
|
6474
|
+
context[:gem_version] = '1.137.0'
|
|
6473
6475
|
Seahorse::Client::Request.new(handlers, context)
|
|
6474
6476
|
end
|
|
6475
6477
|
|
|
@@ -419,6 +419,7 @@ module Aws::AppStream
|
|
|
419
419
|
VisibilityType = Shapes::StringShape.new(name: 'VisibilityType')
|
|
420
420
|
VolumeConfig = Shapes::StructureShape.new(name: 'VolumeConfig')
|
|
421
421
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
422
|
+
WorkspaceImageId = Shapes::StringShape.new(name: 'WorkspaceImageId')
|
|
422
423
|
|
|
423
424
|
AccessEndpoint.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: AccessEndpointType, required: true, location_name: "EndpointType"))
|
|
424
425
|
AccessEndpoint.add_member(:vpce_id, Shapes::ShapeRef.new(shape: String, location_name: "VpceId"))
|
|
@@ -777,8 +778,9 @@ module Aws::AppStream
|
|
|
777
778
|
CreateImageBuilderStreamingURLResult.struct_class = Types::CreateImageBuilderStreamingURLResult
|
|
778
779
|
|
|
779
780
|
CreateImportedImageRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
|
780
|
-
CreateImportedImageRequest.add_member(:source_ami_id, Shapes::ShapeRef.new(shape: PhotonAmiId,
|
|
781
|
-
CreateImportedImageRequest.add_member(:
|
|
781
|
+
CreateImportedImageRequest.add_member(:source_ami_id, Shapes::ShapeRef.new(shape: PhotonAmiId, location_name: "SourceAmiId"))
|
|
782
|
+
CreateImportedImageRequest.add_member(:workspace_image_id, Shapes::ShapeRef.new(shape: WorkspaceImageId, location_name: "WorkspaceImageId"))
|
|
783
|
+
CreateImportedImageRequest.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IamRoleArn"))
|
|
782
784
|
CreateImportedImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageImportDescription, location_name: "Description"))
|
|
783
785
|
CreateImportedImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageImportDisplayName, location_name: "DisplayName"))
|
|
784
786
|
CreateImportedImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
@@ -2066,6 +2068,7 @@ module Aws::AppStream
|
|
|
2066
2068
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2067
2069
|
o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
|
|
2068
2070
|
o.errors << Shapes::ShapeRef.new(shape: DryRunOperationException)
|
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
|
2069
2072
|
end)
|
|
2070
2073
|
|
|
2071
2074
|
api.add_operation(:create_stack, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2255,9 +2255,11 @@ module Aws::AppStream
|
|
|
2255
2255
|
# @return [String]
|
|
2256
2256
|
#
|
|
2257
2257
|
# @!attribute [rw] source_ami_id
|
|
2258
|
-
# The ID of the EC2 AMI to import.
|
|
2259
|
-
#
|
|
2260
|
-
#
|
|
2258
|
+
# The ID of the EC2 AMI to import.
|
|
2259
|
+
# @return [String]
|
|
2260
|
+
#
|
|
2261
|
+
# @!attribute [rw] workspace_image_id
|
|
2262
|
+
# The ID of the Workspaces Image to import.
|
|
2261
2263
|
# @return [String]
|
|
2262
2264
|
#
|
|
2263
2265
|
# @!attribute [rw] iam_role_arn
|
|
@@ -2314,6 +2316,7 @@ module Aws::AppStream
|
|
|
2314
2316
|
class CreateImportedImageRequest < Struct.new(
|
|
2315
2317
|
:name,
|
|
2316
2318
|
:source_ami_id,
|
|
2319
|
+
:workspace_image_id,
|
|
2317
2320
|
:iam_role_arn,
|
|
2318
2321
|
:description,
|
|
2319
2322
|
:display_name,
|
data/lib/aws-sdk-appstream.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -419,8 +419,9 @@ module Aws
|
|
|
419
419
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppStream/Client.html#create_imported_image-instance_method
|
|
420
420
|
def create_imported_image: (
|
|
421
421
|
name: ::String,
|
|
422
|
-
source_ami_id: ::String,
|
|
423
|
-
|
|
422
|
+
?source_ami_id: ::String,
|
|
423
|
+
?workspace_image_id: ::String,
|
|
424
|
+
?iam_role_arn: ::String,
|
|
424
425
|
?description: ::String,
|
|
425
426
|
?display_name: ::String,
|
|
426
427
|
?tags: Hash[::String, ::String],
|
data/sig/types.rbs
CHANGED
|
@@ -448,6 +448,7 @@ module Aws::AppStream
|
|
|
448
448
|
class CreateImportedImageRequest
|
|
449
449
|
attr_accessor name: ::String
|
|
450
450
|
attr_accessor source_ami_id: ::String
|
|
451
|
+
attr_accessor workspace_image_id: ::String
|
|
451
452
|
attr_accessor iam_role_arn: ::String
|
|
452
453
|
attr_accessor description: ::String
|
|
453
454
|
attr_accessor display_name: ::String
|
|
@@ -1063,7 +1064,7 @@ module Aws::AppStream
|
|
|
1063
1064
|
attr_accessor ami_name: ::String
|
|
1064
1065
|
attr_accessor created_date: ::Time
|
|
1065
1066
|
attr_accessor ami_description: ::String
|
|
1066
|
-
attr_accessor state: ("EXPORTING" | "COMPLETED" | "FAILED")
|
|
1067
|
+
attr_accessor state: ("EXPORTING" | "COMPLETED" | "FAILED" | "TIMED_OUT")
|
|
1067
1068
|
attr_accessor ami_id: ::String
|
|
1068
1069
|
attr_accessor tag_specifications: ::Hash[::String, ::String]
|
|
1069
1070
|
attr_accessor error_details: ::Array[Types::ErrorDetails]
|
|
@@ -1146,7 +1147,7 @@ module Aws::AppStream
|
|
|
1146
1147
|
attr_accessor dynamic_app_providers_enabled: ("ENABLED" | "DISABLED")
|
|
1147
1148
|
attr_accessor image_shared_with_others: ("TRUE" | "FALSE")
|
|
1148
1149
|
attr_accessor managed_software_included: bool
|
|
1149
|
-
attr_accessor image_type: ("CUSTOM" | "NATIVE")
|
|
1150
|
+
attr_accessor image_type: ("CUSTOM" | "NATIVE" | "BYOL")
|
|
1150
1151
|
SENSITIVE: []
|
|
1151
1152
|
end
|
|
1152
1153
|
|