aws-sdk-appstream 1.134.0 → 1.136.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: ae32d2a05905333ca97fb5ed43539f50d848720a011540b5f15ee5585f413fe1
4
- data.tar.gz: 821617bf69227095cc73481786002568cb7f8dcde04a490237d7ab44ab80310a
3
+ metadata.gz: 784c5c1b95c81a93cf2a3494a19bd12ceb0179ecdefcefaff1aa02d00aedf05a
4
+ data.tar.gz: 0b138adc780cff1317009558b537863cc3b96e07a8bf616a12d67edc7c05c820
5
5
  SHA512:
6
- metadata.gz: 06dff7cb81703057e8197b08193c2306c057426e19bc7b6c0f3bbab9b9122aca7af543d4f45c8f5800a276a73f31903721d982af3902f7658b6a4c43874f2c3f
7
- data.tar.gz: abfd0f9a0c9a2ca70a32d80c49543a95afc0e973fedd506234b66fc4791765aa9ccf86311adc103cb900d0083fd3b81ca313ddcc124a926c2cb0600a27040368
6
+ metadata.gz: 7172bb6ed38310fc6e83656eff80b90e8f863168966fc4e5a469d34379eaf9cabb33ef71babfab4976dbca268ba0de3f69e75b1cdf97c2af4038b301d72e618a
7
+ data.tar.gz: ae10ec96ccbc555d54fcd90b5eaf41d1885192eac7eb58215ff635e243d0164bb367bf7b5ca8a2a62419066347e558d562b55fb0c98fbce08980dacb6cf8aad1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.136.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
9
+ 1.135.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.134.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.136.0
@@ -199,7 +199,7 @@ module Aws::AppStream
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::AppStream
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -6471,7 +6469,7 @@ module Aws::AppStream
6471
6469
  tracer: tracer
6472
6470
  )
6473
6471
  context[:gem_name] = 'aws-sdk-appstream'
6474
- context[:gem_version] = '1.134.0'
6472
+ context[:gem_version] = '1.136.0'
6475
6473
  Seahorse::Client::Request.new(handlers, context)
6476
6474
  end
6477
6475
 
@@ -55,7 +55,7 @@ module Aws::AppStream
55
55
  autoload :EndpointProvider, 'aws-sdk-appstream/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appstream/endpoints'
57
57
 
58
- GEM_VERSION = '1.134.0'
58
+ GEM_VERSION = '1.136.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -144,7 +144,7 @@ module Aws
144
144
  user_name: ::String,
145
145
  authentication_type: ("API" | "SAML" | "USERPOOL" | "AWS_AD"),
146
146
  send_email_notification: bool?
147
- },
147
+ }
148
148
  ]
149
149
  ) -> _BatchAssociateUserStackResponseSuccess
150
150
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchAssociateUserStackResponseSuccess
@@ -161,7 +161,7 @@ module Aws
161
161
  user_name: ::String,
162
162
  authentication_type: ("API" | "SAML" | "USERPOOL" | "AWS_AD"),
163
163
  send_email_notification: bool?
164
- },
164
+ }
165
165
  ]
166
166
  ) -> _BatchDisassociateUserStackResponseSuccess
167
167
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDisassociateUserStackResponseSuccess
@@ -192,25 +192,9 @@ module Aws
192
192
  s3_bucket: ::String,
193
193
  s3_key: ::String?
194
194
  },
195
- ?setup_script_details: {
196
- script_s3_location: {
197
- s3_bucket: ::String,
198
- s3_key: ::String?
199
- },
200
- executable_path: ::String,
201
- executable_parameters: ::String?,
202
- timeout_in_seconds: ::Integer
203
- },
195
+ ?setup_script_details: Params::script_details,
204
196
  ?tags: Hash[::String, ::String],
205
- ?post_setup_script_details: {
206
- script_s3_location: {
207
- s3_bucket: ::String,
208
- s3_key: ::String?
209
- },
210
- executable_path: ::String,
211
- executable_parameters: ::String?,
212
- timeout_in_seconds: ::Integer
213
- },
197
+ ?post_setup_script_details: Params::script_details,
214
198
  ?packaging_type: ("CUSTOM" | "APPSTREAM2")
215
199
  ) -> _CreateAppBlockResponseSuccess
216
200
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppBlockResponseSuccess
@@ -237,7 +221,7 @@ module Aws
237
221
  {
238
222
  endpoint_type: ("STREAMING"),
239
223
  vpce_id: ::String?
240
- },
224
+ }
241
225
  ],
242
226
  ?disable_imdsv1: bool
243
227
  ) -> _CreateAppBlockBuilderResponseSuccess
@@ -311,7 +295,7 @@ module Aws
311
295
  {
312
296
  name: ::String,
313
297
  value: ::String
314
- },
298
+ }
315
299
  ]
316
300
  ) -> _CreateEntitlementResponseSuccess
317
301
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEntitlementResponseSuccess
@@ -405,7 +389,7 @@ module Aws
405
389
  {
406
390
  endpoint_type: ("STREAMING"),
407
391
  vpce_id: ::String?
408
- },
392
+ }
409
393
  ],
410
394
  ?root_volume_config: {
411
395
  volume_size_in_gb: ::Integer?
@@ -453,7 +437,7 @@ module Aws
453
437
  absolute_manifest_path: ::String?,
454
438
  working_directory: ::String?,
455
439
  launch_parameters: ::String?
456
- },
440
+ }
457
441
  ],
458
442
  ?dry_run: bool
459
443
  ) -> _CreateImportedImageResponseSuccess
@@ -474,7 +458,7 @@ module Aws
474
458
  resource_identifier: ::String?,
475
459
  domains: Array[::String]?,
476
460
  domains_require_admin_consent: Array[::String]?
477
- },
461
+ }
478
462
  ],
479
463
  ?redirect_url: ::String,
480
464
  ?feedback_url: ::String,
@@ -483,7 +467,7 @@ module Aws
483
467
  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" | "AUTO_TIME_ZONE_REDIRECTION"),
484
468
  permission: ("ENABLED" | "DISABLED"),
485
469
  maximum_length: ::Integer?
486
- },
470
+ }
487
471
  ],
488
472
  ?application_settings: {
489
473
  enabled: bool,
@@ -494,7 +478,7 @@ module Aws
494
478
  {
495
479
  endpoint_type: ("STREAMING"),
496
480
  vpce_id: ::String?
497
- },
481
+ }
498
482
  ],
499
483
  ?embed_host_domains: Array[::String],
500
484
  ?streaming_experience_settings: {
@@ -512,7 +496,7 @@ module Aws
512
496
  {
513
497
  agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT"),
514
498
  permission: ("ENABLED" | "DISABLED")
515
- },
499
+ }
516
500
  ],
517
501
  s3_bucket_arn: ::String?,
518
502
  screenshots_upload_enabled: bool?,
@@ -549,7 +533,7 @@ module Aws
549
533
  {
550
534
  display_name: ::String?,
551
535
  footer_link_url: ::String?
552
- },
536
+ }
553
537
  ],
554
538
  title_text: ::String,
555
539
  theme_styling: ("LIGHT_BLUE" | "BLUE" | "PINK" | "RED"),
@@ -1127,7 +1111,7 @@ module Aws
1127
1111
  {
1128
1112
  name: ::String,
1129
1113
  values: Array[::String]
1130
- },
1114
+ }
1131
1115
  ],
1132
1116
  ?max_results: ::Integer,
1133
1117
  ?next_token: ::String
@@ -1254,7 +1238,7 @@ module Aws
1254
1238
  {
1255
1239
  endpoint_type: ("STREAMING"),
1256
1240
  vpce_id: ::String?
1257
- },
1241
+ }
1258
1242
  ],
1259
1243
  ?attributes_to_delete: Array[("IAM_ROLE_ARN" | "ACCESS_ENDPOINTS" | "VPC_CONFIGURATION_SECURITY_GROUP_IDS")],
1260
1244
  ?disable_imdsv1: bool
@@ -1315,7 +1299,7 @@ module Aws
1315
1299
  {
1316
1300
  name: ::String,
1317
1301
  value: ::String
1318
- },
1302
+ }
1319
1303
  ]
1320
1304
  ) -> _UpdateEntitlementResponseSuccess
1321
1305
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEntitlementResponseSuccess
@@ -1396,7 +1380,7 @@ module Aws
1396
1380
  resource_identifier: ::String?,
1397
1381
  domains: Array[::String]?,
1398
1382
  domains_require_admin_consent: Array[::String]?
1399
- },
1383
+ }
1400
1384
  ],
1401
1385
  ?delete_storage_connectors: bool,
1402
1386
  ?redirect_url: ::String,
@@ -1407,7 +1391,7 @@ module Aws
1407
1391
  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" | "AUTO_TIME_ZONE_REDIRECTION"),
1408
1392
  permission: ("ENABLED" | "DISABLED"),
1409
1393
  maximum_length: ::Integer?
1410
- },
1394
+ }
1411
1395
  ],
1412
1396
  ?application_settings: {
1413
1397
  enabled: bool,
@@ -1417,7 +1401,7 @@ module Aws
1417
1401
  {
1418
1402
  endpoint_type: ("STREAMING"),
1419
1403
  vpce_id: ::String?
1420
- },
1404
+ }
1421
1405
  ],
1422
1406
  ?embed_host_domains: Array[::String],
1423
1407
  ?streaming_experience_settings: {
@@ -1435,7 +1419,7 @@ module Aws
1435
1419
  {
1436
1420
  agent_action: ("COMPUTER_VISION" | "COMPUTER_INPUT"),
1437
1421
  permission: ("ENABLED" | "DISABLED")
1438
- },
1422
+ }
1439
1423
  ]?,
1440
1424
  s3_bucket_arn: ::String?,
1441
1425
  screenshots_upload_enabled: bool?,
@@ -1456,7 +1440,7 @@ module Aws
1456
1440
  {
1457
1441
  display_name: ::String?,
1458
1442
  footer_link_url: ::String?
1459
- },
1443
+ }
1460
1444
  ],
1461
1445
  ?title_text: ::String,
1462
1446
  ?theme_styling: ("LIGHT_BLUE" | "BLUE" | "PINK" | "RED"),
data/sig/params.rbs ADDED
@@ -0,0 +1,23 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module AppStream
10
+ module Params
11
+ type script_details = {
12
+ script_s3_location: {
13
+ s3_bucket: ::String,
14
+ s3_key: ::String?
15
+ },
16
+ executable_path: ::String,
17
+ executable_parameters: ::String?,
18
+ timeout_in_seconds: ::Integer
19
+ }
20
+
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.134.0
4
+ version: 1.136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-appstream/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs