aws-sdk-appstream 1.93.0 → 1.100.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ba90f9764b53bc8c6ad75e9b759d94af85ee3ce61f963f11b280fc63b30b109
4
- data.tar.gz: 7752455c7e7fb47f6b1917f61fb20abb8723f7bea3f34d011fcd1162505d3c98
3
+ metadata.gz: cd24ae023e7e5683b55b2cd9f3c239166ade10f73be0f1910a357a63f071b60c
4
+ data.tar.gz: 0c3ac49ab87bc0c3c5abe035581b8c8321a28b41372a4c204bfe729151b1825a
5
5
  SHA512:
6
- metadata.gz: fa603ba27f3bb008522cefe7709844497e03388a66f506ee7f54207c72580bcca7efdd6e7d22c1cbdbc2b616f53cb26b0e8ce3f8e138ce15a98625fbbdb92e86
7
- data.tar.gz: b23de5e7862005dc60476e8cbb2e3029f849c9194ac4674a83363d7e3440db289297f615fab59076bbe66813df116b6ff2c5df676f17a104843d6a78693b4c89
6
+ metadata.gz: db0af5fe0e2619df814344b327151eacd83c424f8da6ef0cca043da77de103f48dd64c101e9963a3bf970300f06b11ad746c886ab3c7a6f2dc675f26d5be6d1a
7
+ data.tar.gz: 219d1dce2d3913e7699d348863606d46c13c102d0aecf05cf08525c100560bc32e37a5e1df007cebbecaf28429186e92ca2d9415ba6d493d45ac752213028c5f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,41 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.99.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.98.0 (2024-09-20)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.97.0 (2024-09-11)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.96.0 (2024-09-10)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.95.0 (2024-09-03)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.94.0 (2024-08-13)
35
+ ------------------
36
+
37
+ * Feature - This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
38
+
4
39
  1.93.0 (2024-07-30)
5
40
  ------------------
6
41
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.100.0
@@ -32,11 +32,10 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
32
  require 'aws-sdk-core/plugins/request_compression.rb'
33
33
  require 'aws-sdk-core/plugins/defaults_mode.rb'
34
34
  require 'aws-sdk-core/plugins/recursion_detection.rb'
35
+ require 'aws-sdk-core/plugins/telemetry.rb'
35
36
  require 'aws-sdk-core/plugins/sign.rb'
36
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
37
38
 
38
- Aws::Plugins::GlobalConfiguration.add_identifier(:appstream)
39
-
40
39
  module Aws::AppStream
41
40
  # An API client for AppStream. To construct a client, you need to configure a `:region` and `:credentials`.
42
41
  #
@@ -83,6 +82,7 @@ module Aws::AppStream
83
82
  add_plugin(Aws::Plugins::RequestCompression)
84
83
  add_plugin(Aws::Plugins::DefaultsMode)
85
84
  add_plugin(Aws::Plugins::RecursionDetection)
85
+ add_plugin(Aws::Plugins::Telemetry)
86
86
  add_plugin(Aws::Plugins::Sign)
87
87
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
88
88
  add_plugin(Aws::AppStream::Plugins::Endpoints)
@@ -128,13 +128,15 @@ module Aws::AppStream
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
132
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
131
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
+ # `:account_id` options.
133
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
133
135
  # * `~/.aws/credentials`
134
136
  # * `~/.aws/config`
135
137
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
136
138
  # are very aggressive. Construct and pass an instance of
137
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
139
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
138
140
  # enable retries and extended timeouts. Instance profile credential
139
141
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
140
142
  # to true.
@@ -153,6 +155,8 @@ module Aws::AppStream
153
155
  #
154
156
  # @option options [String] :access_key_id
155
157
  #
158
+ # @option options [String] :account_id
159
+ #
156
160
  # @option options [Boolean] :active_endpoint_cache (false)
157
161
  # When set to `true`, a thread polling for endpoints will be running in
158
162
  # the background every 60 secs (default). Defaults to `false`.
@@ -337,6 +341,16 @@ module Aws::AppStream
337
341
  # ** Please note ** When response stubbing is enabled, no HTTP
338
342
  # requests are made, and retries are disabled.
339
343
  #
344
+ # @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
345
+ # Allows you to provide a telemetry provider, which is used to
346
+ # emit telemetry data. By default, uses `NoOpTelemetryProvider` which
347
+ # will not record or emit any telemetry data. The SDK supports the
348
+ # following telemetry providers:
349
+ #
350
+ # * OpenTelemetry (OTel) - To use the OTel provider, install and require the
351
+ # `opentelemetry-sdk` gem and then, pass in an instance of a
352
+ # `Aws::Telemetry::OTelProvider` for telemetry provider.
353
+ #
340
354
  # @option options [Aws::TokenProvider] :token_provider
341
355
  # A Bearer Token Provider. This can be an instance of any one of the
342
356
  # following classes:
@@ -364,7 +378,9 @@ module Aws::AppStream
364
378
  # sending the request.
365
379
  #
366
380
  # @option options [Aws::AppStream::EndpointProvider] :endpoint_provider
367
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::AppStream::EndpointParameters`
381
+ # The endpoint provider used to resolve endpoints. Any object that responds to
382
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
383
+ # `Aws::AppStream::EndpointParameters`.
368
384
  #
369
385
  # @option options [Float] :http_continue_timeout (1)
370
386
  # The number of seconds to wait for a 100-continue response before sending the
@@ -420,6 +436,12 @@ module Aws::AppStream
420
436
  # @option options [String] :ssl_ca_store
421
437
  # Sets the X509::Store to verify peer certificate.
422
438
  #
439
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
440
+ # Sets a client certificate when creating http connections.
441
+ #
442
+ # @option options [OpenSSL::PKey] :ssl_key
443
+ # Sets a client key when creating http connections.
444
+ #
423
445
  # @option options [Float] :ssl_timeout
424
446
  # Sets the SSL timeout in seconds
425
447
  #
@@ -1288,6 +1310,20 @@ module Aws::AppStream
1288
1310
  #
1289
1311
  # * stream.graphics.g4dn.16xlarge
1290
1312
  #
1313
+ # * stream.graphics.g5.xlarge
1314
+ #
1315
+ # * stream.graphics.g5.2xlarge
1316
+ #
1317
+ # * stream.graphics.g5.4xlarge
1318
+ #
1319
+ # * stream.graphics.g5.8xlarge
1320
+ #
1321
+ # * stream.graphics.g5.12xlarge
1322
+ #
1323
+ # * stream.graphics.g5.16xlarge
1324
+ #
1325
+ # * stream.graphics.g5.24xlarge
1326
+ #
1291
1327
  # * stream.graphics-pro.4xlarge
1292
1328
  #
1293
1329
  # * stream.graphics-pro.8xlarge
@@ -1767,6 +1803,7 @@ module Aws::AppStream
1767
1803
  # resp.image_builder.access_endpoints #=> Array
1768
1804
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
1769
1805
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
1806
+ # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
1770
1807
  #
1771
1808
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateImageBuilder AWS API Documentation
1772
1809
  #
@@ -2027,6 +2064,84 @@ module Aws::AppStream
2027
2064
  req.send_request(options)
2028
2065
  end
2029
2066
 
2067
+ # Creates custom branding that customizes the appearance of the
2068
+ # streaming application catalog page.
2069
+ #
2070
+ # @option params [required, String] :stack_name
2071
+ # The name of the stack for the theme.
2072
+ #
2073
+ # @option params [Array<Types::ThemeFooterLink>] :footer_links
2074
+ # The links that are displayed in the footer of the streaming
2075
+ # application catalog page. These links are helpful resources for users,
2076
+ # such as the organization's IT support and product marketing sites.
2077
+ #
2078
+ # @option params [required, String] :title_text
2079
+ # The title that is displayed at the top of the browser tab during
2080
+ # users' application streaming sessions.
2081
+ #
2082
+ # @option params [required, String] :theme_styling
2083
+ # The color theme that is applied to website links, text, and buttons.
2084
+ # These colors are also applied as accents in the background for the
2085
+ # streaming application catalog page.
2086
+ #
2087
+ # @option params [required, Types::S3Location] :organization_logo_s3_location
2088
+ # The organization logo that appears on the streaming application
2089
+ # catalog page.
2090
+ #
2091
+ # @option params [required, Types::S3Location] :favicon_s3_location
2092
+ # The S3 location of the favicon. The favicon enables users to recognize
2093
+ # their application streaming site in a browser full of tabs or
2094
+ # bookmarks. It is displayed at the top of the browser tab for the
2095
+ # application streaming site during users' streaming sessions.
2096
+ #
2097
+ # @return [Types::CreateThemeForStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2098
+ #
2099
+ # * {Types::CreateThemeForStackResult#theme #theme} => Types::Theme
2100
+ #
2101
+ # @example Request syntax with placeholder values
2102
+ #
2103
+ # resp = client.create_theme_for_stack({
2104
+ # stack_name: "Name", # required
2105
+ # footer_links: [
2106
+ # {
2107
+ # display_name: "ThemeFooterLinkDisplayName",
2108
+ # footer_link_url: "ThemeFooterLinkURL",
2109
+ # },
2110
+ # ],
2111
+ # title_text: "ThemeTitleText", # required
2112
+ # theme_styling: "LIGHT_BLUE", # required, accepts LIGHT_BLUE, BLUE, PINK, RED
2113
+ # organization_logo_s3_location: { # required
2114
+ # s3_bucket: "S3Bucket", # required
2115
+ # s3_key: "S3Key",
2116
+ # },
2117
+ # favicon_s3_location: { # required
2118
+ # s3_bucket: "S3Bucket", # required
2119
+ # s3_key: "S3Key",
2120
+ # },
2121
+ # })
2122
+ #
2123
+ # @example Response structure
2124
+ #
2125
+ # resp.theme.stack_name #=> String
2126
+ # resp.theme.state #=> String, one of "ENABLED", "DISABLED"
2127
+ # resp.theme.theme_title_text #=> String
2128
+ # resp.theme.theme_styling #=> String, one of "LIGHT_BLUE", "BLUE", "PINK", "RED"
2129
+ # resp.theme.theme_footer_links #=> Array
2130
+ # resp.theme.theme_footer_links[0].display_name #=> String
2131
+ # resp.theme.theme_footer_links[0].footer_link_url #=> String
2132
+ # resp.theme.theme_organization_logo_url #=> String
2133
+ # resp.theme.theme_favicon_url #=> String
2134
+ # resp.theme.created_time #=> Time
2135
+ #
2136
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateThemeForStack AWS API Documentation
2137
+ #
2138
+ # @overload create_theme_for_stack(params = {})
2139
+ # @param [Hash] params ({})
2140
+ def create_theme_for_stack(params = {}, options = {})
2141
+ req = build_request(:create_theme_for_stack, params)
2142
+ req.send_request(options)
2143
+ end
2144
+
2030
2145
  # Creates a new image with the latest Windows operating system updates,
2031
2146
  # driver updates, and AppStream 2.0 agent software.
2032
2147
  #
@@ -2139,6 +2254,11 @@ module Aws::AppStream
2139
2254
  # resp.image.image_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2140
2255
  # resp.image.image_errors[0].error_message #=> String
2141
2256
  # resp.image.image_errors[0].error_timestamp #=> Time
2257
+ # resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
2258
+ # resp.image.supported_instance_families #=> Array
2259
+ # resp.image.supported_instance_families[0] #=> String
2260
+ # resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
2261
+ # resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
2142
2262
  # resp.can_update_image #=> Boolean
2143
2263
  #
2144
2264
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImage AWS API Documentation
@@ -2427,6 +2547,11 @@ module Aws::AppStream
2427
2547
  # resp.image.image_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
2428
2548
  # resp.image.image_errors[0].error_message #=> String
2429
2549
  # resp.image.image_errors[0].error_timestamp #=> Time
2550
+ # resp.image.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
2551
+ # resp.image.supported_instance_families #=> Array
2552
+ # resp.image.supported_instance_families[0] #=> String
2553
+ # resp.image.dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
2554
+ # resp.image.image_shared_with_others #=> String, one of "TRUE", "FALSE"
2430
2555
  #
2431
2556
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImage AWS API Documentation
2432
2557
  #
@@ -2483,6 +2608,7 @@ module Aws::AppStream
2483
2608
  # resp.image_builder.access_endpoints #=> Array
2484
2609
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
2485
2610
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
2611
+ # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
2486
2612
  #
2487
2613
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteImageBuilder AWS API Documentation
2488
2614
  #
@@ -2547,6 +2673,29 @@ module Aws::AppStream
2547
2673
  req.send_request(options)
2548
2674
  end
2549
2675
 
2676
+ # Deletes custom branding that customizes the appearance of the
2677
+ # streaming application catalog page.
2678
+ #
2679
+ # @option params [required, String] :stack_name
2680
+ # The name of the stack for the theme.
2681
+ #
2682
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2683
+ #
2684
+ # @example Request syntax with placeholder values
2685
+ #
2686
+ # resp = client.delete_theme_for_stack({
2687
+ # stack_name: "Name", # required
2688
+ # })
2689
+ #
2690
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteThemeForStack AWS API Documentation
2691
+ #
2692
+ # @overload delete_theme_for_stack(params = {})
2693
+ # @param [Hash] params ({})
2694
+ def delete_theme_for_stack(params = {}, options = {})
2695
+ req = build_request(:delete_theme_for_stack, params)
2696
+ req.send_request(options)
2697
+ end
2698
+
2550
2699
  # Disables usage report generation.
2551
2700
  #
2552
2701
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -3116,6 +3265,7 @@ module Aws::AppStream
3116
3265
  # resp.image_builders[0].access_endpoints #=> Array
3117
3266
  # resp.image_builders[0].access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
3118
3267
  # resp.image_builders[0].access_endpoints[0].vpce_id #=> String
3268
+ # resp.image_builders[0].latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
3119
3269
  # resp.next_token #=> String
3120
3270
  #
3121
3271
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImageBuilders AWS API Documentation
@@ -3261,6 +3411,11 @@ module Aws::AppStream
3261
3411
  # resp.images[0].image_errors[0].error_code #=> String, one of "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "NETWORK_INTERFACE_LIMIT_EXCEEDED", "INTERNAL_SERVICE_ERROR", "IAM_SERVICE_ROLE_IS_MISSING", "MACHINE_ROLE_IS_MISSING", "STS_DISABLED_IN_REGION", "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "SUBNET_NOT_FOUND", "IMAGE_NOT_FOUND", "INVALID_SUBNET_CONFIGURATION", "SECURITY_GROUPS_NOT_FOUND", "IGW_NOT_ATTACHED", "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION", "FLEET_STOPPED", "FLEET_INSTANCE_PROVISIONING_FAILURE", "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND", "DOMAIN_JOIN_ERROR_ACCESS_DENIED", "DOMAIN_JOIN_ERROR_LOGON_FAILURE", "DOMAIN_JOIN_ERROR_INVALID_PARAMETER", "DOMAIN_JOIN_ERROR_MORE_DATA", "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN", "DOMAIN_JOIN_ERROR_NOT_SUPPORTED", "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME", "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED", "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED", "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED", "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"
3262
3412
  # resp.images[0].image_errors[0].error_message #=> String
3263
3413
  # resp.images[0].image_errors[0].error_timestamp #=> Time
3414
+ # resp.images[0].latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
3415
+ # resp.images[0].supported_instance_families #=> Array
3416
+ # resp.images[0].supported_instance_families[0] #=> String
3417
+ # resp.images[0].dynamic_app_providers_enabled #=> String, one of "ENABLED", "DISABLED"
3418
+ # resp.images[0].image_shared_with_others #=> String, one of "TRUE", "FALSE"
3264
3419
  # resp.next_token #=> String
3265
3420
  #
3266
3421
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeImages AWS API Documentation
@@ -3412,6 +3567,45 @@ module Aws::AppStream
3412
3567
  req.send_request(options)
3413
3568
  end
3414
3569
 
3570
+ # Retrieves a list that describes the theme for a specified stack. A
3571
+ # theme is custom branding that customizes the appearance of the
3572
+ # streaming application catalog page.
3573
+ #
3574
+ # @option params [required, String] :stack_name
3575
+ # The name of the stack for the theme.
3576
+ #
3577
+ # @return [Types::DescribeThemeForStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3578
+ #
3579
+ # * {Types::DescribeThemeForStackResult#theme #theme} => Types::Theme
3580
+ #
3581
+ # @example Request syntax with placeholder values
3582
+ #
3583
+ # resp = client.describe_theme_for_stack({
3584
+ # stack_name: "Name", # required
3585
+ # })
3586
+ #
3587
+ # @example Response structure
3588
+ #
3589
+ # resp.theme.stack_name #=> String
3590
+ # resp.theme.state #=> String, one of "ENABLED", "DISABLED"
3591
+ # resp.theme.theme_title_text #=> String
3592
+ # resp.theme.theme_styling #=> String, one of "LIGHT_BLUE", "BLUE", "PINK", "RED"
3593
+ # resp.theme.theme_footer_links #=> Array
3594
+ # resp.theme.theme_footer_links[0].display_name #=> String
3595
+ # resp.theme.theme_footer_links[0].footer_link_url #=> String
3596
+ # resp.theme.theme_organization_logo_url #=> String
3597
+ # resp.theme.theme_favicon_url #=> String
3598
+ # resp.theme.created_time #=> Time
3599
+ #
3600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeThemeForStack AWS API Documentation
3601
+ #
3602
+ # @overload describe_theme_for_stack(params = {})
3603
+ # @param [Hash] params ({})
3604
+ def describe_theme_for_stack(params = {}, options = {})
3605
+ req = build_request(:describe_theme_for_stack, params)
3606
+ req.send_request(options)
3607
+ end
3608
+
3415
3609
  # Retrieves a list that describes one or more usage report
3416
3610
  # subscriptions.
3417
3611
  #
@@ -4049,6 +4243,7 @@ module Aws::AppStream
4049
4243
  # resp.image_builder.access_endpoints #=> Array
4050
4244
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
4051
4245
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
4246
+ # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
4052
4247
  #
4053
4248
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StartImageBuilder AWS API Documentation
4054
4249
  #
@@ -4180,6 +4375,7 @@ module Aws::AppStream
4180
4375
  # resp.image_builder.access_endpoints #=> Array
4181
4376
  # resp.image_builder.access_endpoints[0].endpoint_type #=> String, one of "STREAMING"
4182
4377
  # resp.image_builder.access_endpoints[0].vpce_id #=> String
4378
+ # resp.image_builder.latest_appstream_agent_version #=> String, one of "TRUE", "FALSE"
4183
4379
  #
4184
4380
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/StopImageBuilder AWS API Documentation
4185
4381
  #
@@ -5119,20 +5315,112 @@ module Aws::AppStream
5119
5315
  req.send_request(options)
5120
5316
  end
5121
5317
 
5318
+ # Updates custom branding that customizes the appearance of the
5319
+ # streaming application catalog page.
5320
+ #
5321
+ # @option params [required, String] :stack_name
5322
+ # The name of the stack for the theme.
5323
+ #
5324
+ # @option params [Array<Types::ThemeFooterLink>] :footer_links
5325
+ # The links that are displayed in the footer of the streaming
5326
+ # application catalog page. These links are helpful resources for users,
5327
+ # such as the organization's IT support and product marketing sites.
5328
+ #
5329
+ # @option params [String] :title_text
5330
+ # The title that is displayed at the top of the browser tab during
5331
+ # users' application streaming sessions.
5332
+ #
5333
+ # @option params [String] :theme_styling
5334
+ # The color theme that is applied to website links, text, and buttons.
5335
+ # These colors are also applied as accents in the background for the
5336
+ # streaming application catalog page.
5337
+ #
5338
+ # @option params [Types::S3Location] :organization_logo_s3_location
5339
+ # The organization logo that appears on the streaming application
5340
+ # catalog page.
5341
+ #
5342
+ # @option params [Types::S3Location] :favicon_s3_location
5343
+ # The S3 location of the favicon. The favicon enables users to recognize
5344
+ # their application streaming site in a browser full of tabs or
5345
+ # bookmarks. It is displayed at the top of the browser tab for the
5346
+ # application streaming site during users' streaming sessions.
5347
+ #
5348
+ # @option params [String] :state
5349
+ # Specifies whether custom branding should be applied to catalog page or
5350
+ # not.
5351
+ #
5352
+ # @option params [Array<String>] :attributes_to_delete
5353
+ # The attributes to delete.
5354
+ #
5355
+ # @return [Types::UpdateThemeForStackResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5356
+ #
5357
+ # * {Types::UpdateThemeForStackResult#theme #theme} => Types::Theme
5358
+ #
5359
+ # @example Request syntax with placeholder values
5360
+ #
5361
+ # resp = client.update_theme_for_stack({
5362
+ # stack_name: "Name", # required
5363
+ # footer_links: [
5364
+ # {
5365
+ # display_name: "ThemeFooterLinkDisplayName",
5366
+ # footer_link_url: "ThemeFooterLinkURL",
5367
+ # },
5368
+ # ],
5369
+ # title_text: "ThemeTitleText",
5370
+ # theme_styling: "LIGHT_BLUE", # accepts LIGHT_BLUE, BLUE, PINK, RED
5371
+ # organization_logo_s3_location: {
5372
+ # s3_bucket: "S3Bucket", # required
5373
+ # s3_key: "S3Key",
5374
+ # },
5375
+ # favicon_s3_location: {
5376
+ # s3_bucket: "S3Bucket", # required
5377
+ # s3_key: "S3Key",
5378
+ # },
5379
+ # state: "ENABLED", # accepts ENABLED, DISABLED
5380
+ # attributes_to_delete: ["FOOTER_LINKS"], # accepts FOOTER_LINKS
5381
+ # })
5382
+ #
5383
+ # @example Response structure
5384
+ #
5385
+ # resp.theme.stack_name #=> String
5386
+ # resp.theme.state #=> String, one of "ENABLED", "DISABLED"
5387
+ # resp.theme.theme_title_text #=> String
5388
+ # resp.theme.theme_styling #=> String, one of "LIGHT_BLUE", "BLUE", "PINK", "RED"
5389
+ # resp.theme.theme_footer_links #=> Array
5390
+ # resp.theme.theme_footer_links[0].display_name #=> String
5391
+ # resp.theme.theme_footer_links[0].footer_link_url #=> String
5392
+ # resp.theme.theme_organization_logo_url #=> String
5393
+ # resp.theme.theme_favicon_url #=> String
5394
+ # resp.theme.created_time #=> Time
5395
+ #
5396
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateThemeForStack AWS API Documentation
5397
+ #
5398
+ # @overload update_theme_for_stack(params = {})
5399
+ # @param [Hash] params ({})
5400
+ def update_theme_for_stack(params = {}, options = {})
5401
+ req = build_request(:update_theme_for_stack, params)
5402
+ req.send_request(options)
5403
+ end
5404
+
5122
5405
  # @!endgroup
5123
5406
 
5124
5407
  # @param params ({})
5125
5408
  # @api private
5126
5409
  def build_request(operation_name, params = {})
5127
5410
  handlers = @handlers.for(operation_name)
5411
+ tracer = config.telemetry_provider.tracer_provider.tracer(
5412
+ Aws::Telemetry.module_to_tracer_name('Aws::AppStream')
5413
+ )
5128
5414
  context = Seahorse::Client::RequestContext.new(
5129
5415
  operation_name: operation_name,
5130
5416
  operation: config.api.operation(operation_name),
5131
5417
  client: self,
5132
5418
  params: params,
5133
- config: config)
5419
+ config: config,
5420
+ tracer: tracer
5421
+ )
5134
5422
  context[:gem_name] = 'aws-sdk-appstream'
5135
- context[:gem_version] = '1.93.0'
5423
+ context[:gem_version] = '1.100.0'
5136
5424
  Seahorse::Client::Request.new(handlers, context)
5137
5425
  end
5138
5426