aws-sdk-workspaces 1.99.0 → 1.101.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -8,11 +8,30 @@
8
8
  module Aws::WorkSpaces
9
9
  module Types
10
10
 
11
+ class AcceptAccountLinkInvitationRequest
12
+ attr_accessor link_id: ::String
13
+ attr_accessor client_token: ::String
14
+ SENSITIVE: []
15
+ end
16
+
17
+ class AcceptAccountLinkInvitationResult
18
+ attr_accessor account_link: Types::AccountLink
19
+ SENSITIVE: []
20
+ end
21
+
11
22
  class AccessDeniedException
12
23
  attr_accessor message: ::String
13
24
  SENSITIVE: []
14
25
  end
15
26
 
27
+ class AccountLink
28
+ attr_accessor account_link_id: ::String
29
+ attr_accessor account_link_status: ("LINKED" | "LINKING_FAILED" | "LINK_NOT_FOUND" | "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT" | "REJECTED")
30
+ attr_accessor source_account_id: ::String
31
+ attr_accessor target_account_id: ::String
32
+ SENSITIVE: []
33
+ end
34
+
16
35
  class AccountModification
17
36
  attr_accessor modification_state: ("PENDING" | "COMPLETED" | "FAILED")
18
37
  attr_accessor dedicated_tenancy_support: ("ENABLED" | "DISABLED")
@@ -120,6 +139,11 @@ module Aws::WorkSpaces
120
139
  SENSITIVE: []
121
140
  end
122
141
 
142
+ class ConflictException
143
+ attr_accessor message: ::String
144
+ SENSITIVE: []
145
+ end
146
+
123
147
  class ConnectClientAddIn
124
148
  attr_accessor add_in_id: ::String
125
149
  attr_accessor resource_id: ::String
@@ -165,6 +189,17 @@ module Aws::WorkSpaces
165
189
  SENSITIVE: []
166
190
  end
167
191
 
192
+ class CreateAccountLinkInvitationRequest
193
+ attr_accessor target_account_id: ::String
194
+ attr_accessor client_token: ::String
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class CreateAccountLinkInvitationResult
199
+ attr_accessor account_link: Types::AccountLink
200
+ SENSITIVE: []
201
+ end
202
+
168
203
  class CreateConnectClientAddInRequest
169
204
  attr_accessor resource_id: ::String
170
205
  attr_accessor name: ::String
@@ -316,6 +351,17 @@ module Aws::WorkSpaces
316
351
  SENSITIVE: []
317
352
  end
318
353
 
354
+ class DeleteAccountLinkInvitationRequest
355
+ attr_accessor link_id: ::String
356
+ attr_accessor client_token: ::String
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class DeleteAccountLinkInvitationResult
361
+ attr_accessor account_link: Types::AccountLink
362
+ SENSITIVE: []
363
+ end
364
+
319
365
  class DeleteClientBrandingRequest
320
366
  attr_accessor resource_id: ::String
321
367
  attr_accessor platforms: ::Array[("DeviceTypeWindows" | "DeviceTypeOsx" | "DeviceTypeAndroid" | "DeviceTypeIos" | "DeviceTypeLinux" | "DeviceTypeWeb")]
@@ -411,6 +457,7 @@ module Aws::WorkSpaces
411
457
  class DescribeAccountResult
412
458
  attr_accessor dedicated_tenancy_support: ("ENABLED" | "DISABLED")
413
459
  attr_accessor dedicated_tenancy_management_cidr_range: ::String
460
+ attr_accessor dedicated_tenancy_account_type: ("SOURCE_ACCOUNT" | "TARGET_ACCOUNT")
414
461
  SENSITIVE: []
415
462
  end
416
463
 
@@ -716,6 +763,17 @@ module Aws::WorkSpaces
716
763
  SENSITIVE: []
717
764
  end
718
765
 
766
+ class GetAccountLinkRequest
767
+ attr_accessor link_id: ::String
768
+ attr_accessor linked_account_id: ::String
769
+ SENSITIVE: []
770
+ end
771
+
772
+ class GetAccountLinkResult
773
+ attr_accessor account_link: Types::AccountLink
774
+ SENSITIVE: []
775
+ end
776
+
719
777
  class ImagePermission
720
778
  attr_accessor shared_account_id: ::String
721
779
  SENSITIVE: []
@@ -771,6 +829,11 @@ module Aws::WorkSpaces
771
829
  class IncompatibleApplicationsException < Aws::EmptyStructure
772
830
  end
773
831
 
832
+ class InternalServerException
833
+ attr_accessor message: ::String
834
+ SENSITIVE: []
835
+ end
836
+
774
837
  class InvalidParameterValuesException
775
838
  attr_accessor message: ::String
776
839
  SENSITIVE: []
@@ -809,6 +872,19 @@ module Aws::WorkSpaces
809
872
  SENSITIVE: []
810
873
  end
811
874
 
875
+ class ListAccountLinksRequest
876
+ attr_accessor link_status_filter: ::Array[("LINKED" | "LINKING_FAILED" | "LINK_NOT_FOUND" | "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT" | "REJECTED")]
877
+ attr_accessor next_token: ::String
878
+ attr_accessor max_results: ::Integer
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class ListAccountLinksResult
883
+ attr_accessor account_links: ::Array[Types::AccountLink]
884
+ attr_accessor next_token: ::String
885
+ SENSITIVE: []
886
+ end
887
+
812
888
  class ListAvailableManagementCidrRangesRequest
813
889
  attr_accessor management_cidr_range_constraint: ::String
814
890
  attr_accessor max_results: ::Integer
@@ -994,6 +1070,17 @@ module Aws::WorkSpaces
994
1070
  class RegisterWorkspaceDirectoryResult < Aws::EmptyStructure
995
1071
  end
996
1072
 
1073
+ class RejectAccountLinkInvitationRequest
1074
+ attr_accessor link_id: ::String
1075
+ attr_accessor client_token: ::String
1076
+ SENSITIVE: []
1077
+ end
1078
+
1079
+ class RejectAccountLinkInvitationResult
1080
+ attr_accessor account_link: Types::AccountLink
1081
+ SENSITIVE: []
1082
+ end
1083
+
997
1084
  class RelatedWorkspaceProperties
998
1085
  attr_accessor workspace_id: ::String
999
1086
  attr_accessor region: ::String
@@ -1219,6 +1306,11 @@ module Aws::WorkSpaces
1219
1306
  SENSITIVE: []
1220
1307
  end
1221
1308
 
1309
+ class ValidationException
1310
+ attr_accessor message: ::String
1311
+ SENSITIVE: []
1312
+ end
1313
+
1222
1314
  class WorkSpaceApplication
1223
1315
  attr_accessor application_id: ::String
1224
1316
  attr_accessor created: ::Time
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.101.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-02-08 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core