aws-sdk-workspaces 1.159.0 → 1.160.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-workspaces/client.rb +11 -11
- data/lib/aws-sdk-workspaces/types.rb +3 -3
- data/lib/aws-sdk-workspaces.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a22320fd784904178fccdd14b58387bd458d5eb48fa318ff14779cbda3dc9d30
|
|
4
|
+
data.tar.gz: 36a3e3cb4383a82fb87f135d4b3332d07ba696f19d6881124efa357fb7d160b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45643218dd3414d7dc2c58013b96f5fae170583ae758a419393900dbdc1ea0c73c242eb49785dd336d6f2f500002bc533ede35e76c13535803d846487e8aa1f9
|
|
7
|
+
data.tar.gz: d937dff293cb3590d0031f5c209b1c6d0a26b39bce680952d0acd545283b3e0aa33adaa4e3f5562ebfa3ae225d7e8e59c2b9950e40386fe2d449ff8c2d674848
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.160.0
|
|
@@ -771,11 +771,11 @@ module Aws::WorkSpaces
|
|
|
771
771
|
req.send_request(options)
|
|
772
772
|
end
|
|
773
773
|
|
|
774
|
-
# Creates a client-add-in for
|
|
775
|
-
# create only one
|
|
774
|
+
# Creates a client-add-in for Connect Customer within a directory. You
|
|
775
|
+
# can create only one Connect Customer client add-in within a directory.
|
|
776
776
|
#
|
|
777
777
|
# This client add-in allows WorkSpaces users to seamlessly connect to
|
|
778
|
-
#
|
|
778
|
+
# Connect Customer.
|
|
779
779
|
#
|
|
780
780
|
# @option params [required, String] :resource_id
|
|
781
781
|
# The directory identifier for which to configure the client add-in.
|
|
@@ -784,7 +784,7 @@ module Aws::WorkSpaces
|
|
|
784
784
|
# The name of the client add-in.
|
|
785
785
|
#
|
|
786
786
|
# @option params [required, String] :url
|
|
787
|
-
# The endpoint URL of the
|
|
787
|
+
# The endpoint URL of the Connect Customer client add-in.
|
|
788
788
|
#
|
|
789
789
|
# @return [Types::CreateConnectClientAddInResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
790
790
|
#
|
|
@@ -1550,8 +1550,8 @@ module Aws::WorkSpaces
|
|
|
1550
1550
|
req.send_request(options)
|
|
1551
1551
|
end
|
|
1552
1552
|
|
|
1553
|
-
# Deletes a client-add-in for
|
|
1554
|
-
# directory.
|
|
1553
|
+
# Deletes a client-add-in for Connect Customer that is configured within
|
|
1554
|
+
# a directory.
|
|
1555
1555
|
#
|
|
1556
1556
|
# @option params [required, String] :add_in_id
|
|
1557
1557
|
# The identifier of the client add-in to delete.
|
|
@@ -2154,7 +2154,7 @@ module Aws::WorkSpaces
|
|
|
2154
2154
|
req.send_request(options)
|
|
2155
2155
|
end
|
|
2156
2156
|
|
|
2157
|
-
# Retrieves a list of
|
|
2157
|
+
# Retrieves a list of Connect Customer client add-ins that have been
|
|
2158
2158
|
# created.
|
|
2159
2159
|
#
|
|
2160
2160
|
# @option params [required, String] :resource_id
|
|
@@ -4722,8 +4722,8 @@ module Aws::WorkSpaces
|
|
|
4722
4722
|
req.send_request(options)
|
|
4723
4723
|
end
|
|
4724
4724
|
|
|
4725
|
-
# Updates a
|
|
4726
|
-
# name and endpoint URL of a
|
|
4725
|
+
# Updates a Connect Customer client add-in. Use this action to update
|
|
4726
|
+
# the name and endpoint URL of a Connect Customer client add-in.
|
|
4727
4727
|
#
|
|
4728
4728
|
# @option params [required, String] :add_in_id
|
|
4729
4729
|
# The identifier of the client add-in to update.
|
|
@@ -4735,7 +4735,7 @@ module Aws::WorkSpaces
|
|
|
4735
4735
|
# The name of the client add-in.
|
|
4736
4736
|
#
|
|
4737
4737
|
# @option params [String] :url
|
|
4738
|
-
# The endpoint URL of the
|
|
4738
|
+
# The endpoint URL of the Connect Customer client add-in.
|
|
4739
4739
|
#
|
|
4740
4740
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
4741
4741
|
#
|
|
@@ -5052,7 +5052,7 @@ module Aws::WorkSpaces
|
|
|
5052
5052
|
tracer: tracer
|
|
5053
5053
|
)
|
|
5054
5054
|
context[:gem_name] = 'aws-sdk-workspaces'
|
|
5055
|
-
context[:gem_version] = '1.
|
|
5055
|
+
context[:gem_version] = '1.160.0'
|
|
5056
5056
|
Seahorse::Client::Request.new(handlers, context)
|
|
5057
5057
|
end
|
|
5058
5058
|
|
|
@@ -608,7 +608,7 @@ module Aws::WorkSpaces
|
|
|
608
608
|
include Aws::Structure
|
|
609
609
|
end
|
|
610
610
|
|
|
611
|
-
# Describes an
|
|
611
|
+
# Describes an Connect Customer client add-in.
|
|
612
612
|
#
|
|
613
613
|
# @!attribute [rw] add_in_id
|
|
614
614
|
# The client add-in identifier.
|
|
@@ -828,7 +828,7 @@ module Aws::WorkSpaces
|
|
|
828
828
|
# @return [String]
|
|
829
829
|
#
|
|
830
830
|
# @!attribute [rw] url
|
|
831
|
-
# The endpoint URL of the
|
|
831
|
+
# The endpoint URL of the Connect Customer client add-in.
|
|
832
832
|
# @return [String]
|
|
833
833
|
#
|
|
834
834
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/CreateConnectClientAddInRequest AWS API Documentation
|
|
@@ -5123,7 +5123,7 @@ module Aws::WorkSpaces
|
|
|
5123
5123
|
# @return [String]
|
|
5124
5124
|
#
|
|
5125
5125
|
# @!attribute [rw] url
|
|
5126
|
-
# The endpoint URL of the
|
|
5126
|
+
# The endpoint URL of the Connect Customer client add-in.
|
|
5127
5127
|
# @return [String]
|
|
5128
5128
|
#
|
|
5129
5129
|
# @see http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateConnectClientAddInRequest AWS API Documentation
|
data/lib/aws-sdk-workspaces.rb
CHANGED