aws-sdk-workspacesweb 1.24.0 → 1.26.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: d3b5fe428a15d708727558b778fe49ece5359e983f4f9be622d360d91f8fccce
4
- data.tar.gz: d4fed113f5eca743c15c7628c5f418da8ffae9255f705baf47b681c2fedc2ebd
3
+ metadata.gz: 113b96df0b9e056d32b2ff8a9458ca45cda326dff77065e8cdafe11fbc2c784b
4
+ data.tar.gz: 9d79bb1dc4604ad7ecea04d3072bdd8e8a3789885bc634f4ed75aa096834c36b
5
5
  SHA512:
6
- metadata.gz: 8f95788d0b8f96644c5609d2caf861d4ffd3e7a80662ca8cb59c9b2d0e0f4d9797ef215d7cc680f4d3d36e522484961335214a2057454315479d28e84b05f533
7
- data.tar.gz: '06372319549722cec2aedb4fba0427d1f62a7c8c33a0687616797c5ae08b70234f100b0824a76a906a2b41d705b85d26e802a764eb0d9d00e16c2fdf99e61ef1'
6
+ metadata.gz: 4cde54942cc5e7523990c4a286c439578e7b075595f72cb48b609adf7de8680e8df097c31e01f3bce7659a573ae2d16681bbe4193a54a52268429426b3d8d48b
7
+ data.tar.gz: 834afa64179420e5b4c81bc98bf5ac62023faa93c8793b8e022a4f163dd5064e4479b2c9b605052a7771bbe91b2ae6c74705902fd7f5f6756b8392a01eb0b540
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.25.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.24.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.26.0
@@ -312,6 +312,15 @@ module Aws::WorkSpacesWeb
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -3082,7 +3091,7 @@ module Aws::WorkSpacesWeb
3082
3091
  params: params,
3083
3092
  config: config)
3084
3093
  context[:gem_name] = 'aws-sdk-workspacesweb'
3085
- context[:gem_version] = '1.24.0'
3094
+ context[:gem_version] = '1.26.0'
3086
3095
  Seahorse::Client::Request.new(handlers, context)
3087
3096
  end
3088
3097
 
@@ -464,7 +464,7 @@ module Aws::WorkSpacesWeb
464
464
  :client_token,
465
465
  :customer_managed_key,
466
466
  :tags)
467
- SENSITIVE = [:browser_policy]
467
+ SENSITIVE = [:browser_policy, :tags]
468
468
  include Aws::Structure
469
469
  end
470
470
 
@@ -593,7 +593,7 @@ module Aws::WorkSpacesWeb
593
593
  :identity_provider_type,
594
594
  :portal_arn,
595
595
  :tags)
596
- SENSITIVE = [:identity_provider_details, :identity_provider_name]
596
+ SENSITIVE = [:identity_provider_details, :identity_provider_name, :tags]
597
597
  include Aws::Structure
598
598
  end
599
599
 
@@ -659,7 +659,7 @@ module Aws::WorkSpacesWeb
659
659
  :display_name,
660
660
  :ip_rules,
661
661
  :tags)
662
- SENSITIVE = [:description, :display_name, :ip_rules]
662
+ SENSITIVE = [:description, :display_name, :ip_rules, :tags]
663
663
  include Aws::Structure
664
664
  end
665
665
 
@@ -718,7 +718,7 @@ module Aws::WorkSpacesWeb
718
718
  :subnet_ids,
719
719
  :tags,
720
720
  :vpc_id)
721
- SENSITIVE = []
721
+ SENSITIVE = [:tags]
722
722
  include Aws::Structure
723
723
  end
724
724
 
@@ -802,7 +802,7 @@ module Aws::WorkSpacesWeb
802
802
  :instance_type,
803
803
  :max_concurrent_sessions,
804
804
  :tags)
805
- SENSITIVE = [:display_name]
805
+ SENSITIVE = [:display_name, :tags]
806
806
  include Aws::Structure
807
807
  end
808
808
 
@@ -853,7 +853,7 @@ module Aws::WorkSpacesWeb
853
853
  :certificate_list,
854
854
  :client_token,
855
855
  :tags)
856
- SENSITIVE = []
856
+ SENSITIVE = [:tags]
857
857
  include Aws::Structure
858
858
  end
859
859
 
@@ -899,7 +899,7 @@ module Aws::WorkSpacesWeb
899
899
  :client_token,
900
900
  :kinesis_stream_arn,
901
901
  :tags)
902
- SENSITIVE = []
902
+ SENSITIVE = [:tags]
903
903
  include Aws::Structure
904
904
  end
905
905
 
@@ -1006,7 +1006,7 @@ module Aws::WorkSpacesWeb
1006
1006
  :print_allowed,
1007
1007
  :tags,
1008
1008
  :upload_allowed)
1009
- SENSITIVE = [:cookie_synchronization_configuration]
1009
+ SENSITIVE = [:cookie_synchronization_configuration, :tags]
1010
1010
  include Aws::Structure
1011
1011
  end
1012
1012
 
@@ -1945,7 +1945,7 @@ module Aws::WorkSpacesWeb
1945
1945
  #
1946
1946
  class ListTagsForResourceResponse < Struct.new(
1947
1947
  :tags)
1948
- SENSITIVE = []
1948
+ SENSITIVE = [:tags]
1949
1949
  include Aws::Structure
1950
1950
  end
1951
1951
 
@@ -2494,7 +2494,7 @@ module Aws::WorkSpacesWeb
2494
2494
  :client_token,
2495
2495
  :resource_arn,
2496
2496
  :tags)
2497
- SENSITIVE = []
2497
+ SENSITIVE = [:tags]
2498
2498
  include Aws::Structure
2499
2499
  end
2500
2500
 
@@ -2600,7 +2600,7 @@ module Aws::WorkSpacesWeb
2600
2600
  class UntagResourceRequest < Struct.new(
2601
2601
  :resource_arn,
2602
2602
  :tag_keys)
2603
- SENSITIVE = []
2603
+ SENSITIVE = [:tag_keys]
2604
2604
  include Aws::Structure
2605
2605
  end
2606
2606
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspacesweb/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpacesWeb
54
54
 
55
- GEM_VERSION = '1.24.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.26.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: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-07-18 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.199.0
22
+ version: 3.201.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.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement