aws-sdk-appstream 1.54.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d2a31b98b535edd0cad943f24b44ce8f6d50dcd98279055665ebec7b4fe6b40
4
- data.tar.gz: befec747ba8efb9e6fc47381f68162015d1d034a3bc016b1ef20602ec585224b
3
+ metadata.gz: 89e02adbcf1602b307070484962f7a78441e0ea7318bf1fdbf45e8645e3495f6
4
+ data.tar.gz: 6028c8e8586fc005d2340c884c31d4d1e898b8921b8ae64edbc0ce03d20f7f0f
5
5
  SHA512:
6
- metadata.gz: 01b4ced8f2e35d745027ba1ee6833512239be03186eeb8a41710597350d670f72ca384dfe19ae76ba350e7e53a549bcab32c234df9dec6939f3b205329652bb6
7
- data.tar.gz: 53eb5ae134f2c3acbb27d518f0f695e5fdfafd4935765cefe50b09927bce68a4972df576a89176d6e1b71cbba7c3ed7015f6f7e8f8f5929327a9acef24dcb336
6
+ metadata.gz: 0e44a22301fb5e55723f8bc662de47ef0dfcc4b1b34f09cd91f1411197a3660192cd2b57d871dd161ccf02b4c6e10158506bdf507c18468d2d41d300598d3f8e
7
+ data.tar.gz: f0eaeb8a7ebbca286674e07e00d1636785130cfaa4219e6f276f86b9374603cbb8d6056979d9d20bd5a278b3ea80f78fe3a5cb31059b51f77f79fb7d7a8d8e93
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2021-11-15)
5
+ ------------------
6
+
7
+ * Feature - This release includes support for images of AmazonLinux2 platform type.
8
+
9
+ 1.57.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.56.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.55.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.54.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.58.0
@@ -285,6 +285,15 @@ module Aws::AppStream
285
285
  # ** Please note ** When response stubbing is enabled, no HTTP
286
286
  # requests are made, and retries are disabled.
287
287
  #
288
+ # @option options [Boolean] :use_dualstack_endpoint
289
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
290
+ # will be used if available.
291
+ #
292
+ # @option options [Boolean] :use_fips_endpoint
293
+ # When set to `true`, fips compatible endpoints will be used if available.
294
+ # When a `fips` region is used, the region is normalized and this config
295
+ # is set to `true`.
296
+ #
288
297
  # @option options [Boolean] :validate_params (true)
289
298
  # When `true`, request parameters are validated before
290
299
  # sending the request.
@@ -1021,7 +1030,7 @@ module Aws::AppStream
1021
1030
  # resp.image_builder.vpc_config.security_group_ids #=> Array
1022
1031
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
1023
1032
  # resp.image_builder.instance_type #=> String
1024
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1033
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
1025
1034
  # resp.image_builder.iam_role_arn #=> String
1026
1035
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
1027
1036
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -1369,7 +1378,7 @@ module Aws::AppStream
1369
1378
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
1370
1379
  # resp.image.image_builder_supported #=> Boolean
1371
1380
  # resp.image.image_builder_name #=> String
1372
- # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1381
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
1373
1382
  # resp.image.description #=> String
1374
1383
  # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
1375
1384
  # resp.image.state_change_reason.message #=> String
@@ -1551,7 +1560,7 @@ module Aws::AppStream
1551
1560
  # resp.image.visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
1552
1561
  # resp.image.image_builder_supported #=> Boolean
1553
1562
  # resp.image.image_builder_name #=> String
1554
- # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1563
+ # resp.image.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
1555
1564
  # resp.image.description #=> String
1556
1565
  # resp.image.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
1557
1566
  # resp.image.state_change_reason.message #=> String
@@ -1610,7 +1619,7 @@ module Aws::AppStream
1610
1619
  # resp.image_builder.vpc_config.security_group_ids #=> Array
1611
1620
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
1612
1621
  # resp.image_builder.instance_type #=> String
1613
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1622
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
1614
1623
  # resp.image_builder.iam_role_arn #=> String
1615
1624
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
1616
1625
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -1901,7 +1910,7 @@ module Aws::AppStream
1901
1910
  # resp.image_builders[0].vpc_config.security_group_ids #=> Array
1902
1911
  # resp.image_builders[0].vpc_config.security_group_ids[0] #=> String
1903
1912
  # resp.image_builders[0].instance_type #=> String
1904
- # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
1913
+ # resp.image_builders[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
1905
1914
  # resp.image_builders[0].iam_role_arn #=> String
1906
1915
  # resp.image_builders[0].state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
1907
1916
  # resp.image_builders[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -2032,7 +2041,7 @@ module Aws::AppStream
2032
2041
  # resp.images[0].visibility #=> String, one of "PUBLIC", "PRIVATE", "SHARED"
2033
2042
  # resp.images[0].image_builder_supported #=> Boolean
2034
2043
  # resp.images[0].image_builder_name #=> String
2035
- # resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
2044
+ # resp.images[0].platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
2036
2045
  # resp.images[0].description #=> String
2037
2046
  # resp.images[0].state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_BUILDER_NOT_AVAILABLE", "IMAGE_COPY_FAILURE"
2038
2047
  # resp.images[0].state_change_reason.message #=> String
@@ -2632,7 +2641,7 @@ module Aws::AppStream
2632
2641
  # resp.image_builder.vpc_config.security_group_ids #=> Array
2633
2642
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2634
2643
  # resp.image_builder.instance_type #=> String
2635
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
2644
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
2636
2645
  # resp.image_builder.iam_role_arn #=> String
2637
2646
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
2638
2647
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -2710,7 +2719,7 @@ module Aws::AppStream
2710
2719
  # resp.image_builder.vpc_config.security_group_ids #=> Array
2711
2720
  # resp.image_builder.vpc_config.security_group_ids[0] #=> String
2712
2721
  # resp.image_builder.instance_type #=> String
2713
- # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019"
2722
+ # resp.image_builder.platform #=> String, one of "WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "AMAZON_LINUX2"
2714
2723
  # resp.image_builder.iam_role_arn #=> String
2715
2724
  # resp.image_builder.state #=> String, one of "PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION"
2716
2725
  # resp.image_builder.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "IMAGE_UNAVAILABLE"
@@ -3308,7 +3317,7 @@ module Aws::AppStream
3308
3317
  params: params,
3309
3318
  config: config)
3310
3319
  context[:gem_name] = 'aws-sdk-appstream'
3311
- context[:gem_version] = '1.54.0'
3320
+ context[:gem_version] = '1.58.0'
3312
3321
  Seahorse::Client::Request.new(handlers, context)
3313
3322
  end
3314
3323
 
@@ -1349,6 +1349,7 @@ module Aws::AppStream
1349
1349
  o.output = Shapes::ShapeRef.new(shape: DescribeUsersResult)
1350
1350
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1351
1351
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
1352
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1352
1353
  end)
1353
1354
 
1354
1355
  api.add_operation(:disable_user, Seahorse::Model::Operation.new.tap do |o|
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-appstream/customizations'
49
49
  # @!group service
50
50
  module Aws::AppStream
51
51
 
52
- GEM_VERSION = '1.54.0'
52
+ GEM_VERSION = '1.58.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="