aws-sdk-workspacesweb 1.25.0 → 1.26.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-workspacesweb/client.rb +1 -1
- data/lib/aws-sdk-workspacesweb/types.rb +11 -11
- data/lib/aws-sdk-workspacesweb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 113b96df0b9e056d32b2ff8a9458ca45cda326dff77065e8cdafe11fbc2c784b
|
|
4
|
+
data.tar.gz: 9d79bb1dc4604ad7ecea04d3072bdd8e8a3789885bc634f4ed75aa096834c36b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cde54942cc5e7523990c4a286c439578e7b075595f72cb48b609adf7de8680e8df097c31e01f3bce7659a573ae2d16681bbe4193a54a52268429426b3d8d48b
|
|
7
|
+
data.tar.gz: 834afa64179420e5b4c81bc98bf5ac62023faa93c8793b8e022a4f163dd5064e4479b2c9b605052a7771bbe91b2ae6c74705902fd7f5f6756b8392a01eb0b540
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.26.0
|
|
@@ -3091,7 +3091,7 @@ module Aws::WorkSpacesWeb
|
|
|
3091
3091
|
params: params,
|
|
3092
3092
|
config: config)
|
|
3093
3093
|
context[:gem_name] = 'aws-sdk-workspacesweb'
|
|
3094
|
-
context[:gem_version] = '1.
|
|
3094
|
+
context[:gem_version] = '1.26.0'
|
|
3095
3095
|
Seahorse::Client::Request.new(handlers, context)
|
|
3096
3096
|
end
|
|
3097
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
|
|
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.
|
|
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-07-
|
|
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
|