aws-sdk-workspaces 1.77.0 → 1.78.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,14 +67,6 @@ module Aws::WorkSpaces
67
67
  include Aws::Structure
68
68
  end
69
69
 
70
- # @note When making an API call, you may pass AssociateConnectionAliasRequest
71
- # data as a hash:
72
- #
73
- # {
74
- # alias_id: "ConnectionAliasId", # required
75
- # resource_id: "NonEmptyString", # required
76
- # }
77
- #
78
70
  # @!attribute [rw] alias_id
79
71
  # The identifier of the connection alias.
80
72
  # @return [String]
@@ -107,14 +99,6 @@ module Aws::WorkSpaces
107
99
  include Aws::Structure
108
100
  end
109
101
 
110
- # @note When making an API call, you may pass AssociateIpGroupsRequest
111
- # data as a hash:
112
- #
113
- # {
114
- # directory_id: "DirectoryId", # required
115
- # group_ids: ["IpGroupId"], # required
116
- # }
117
- #
118
102
  # @!attribute [rw] directory_id
119
103
  # The identifier of the directory.
120
104
  # @return [String]
@@ -136,19 +120,6 @@ module Aws::WorkSpaces
136
120
  #
137
121
  class AssociateIpGroupsResult < Aws::EmptyStructure; end
138
122
 
139
- # @note When making an API call, you may pass AuthorizeIpRulesRequest
140
- # data as a hash:
141
- #
142
- # {
143
- # group_id: "IpGroupId", # required
144
- # user_rules: [ # required
145
- # {
146
- # ip_rule: "IpRule",
147
- # rule_desc: "IpRuleDesc",
148
- # },
149
- # ],
150
- # }
151
- #
152
123
  # @!attribute [rw] group_id
153
124
  # The identifier of the group.
154
125
  # @return [String]
@@ -173,14 +144,6 @@ module Aws::WorkSpaces
173
144
  # Describes the properties of the certificate-based authentication you
174
145
  # want to use with your WorkSpaces.
175
146
  #
176
- # @note When making an API call, you may pass CertificateBasedAuthProperties
177
- # data as a hash:
178
- #
179
- # {
180
- # status: "DISABLED", # accepts DISABLED, ENABLED
181
- # certificate_authority_arn: "CertificateAuthorityArn",
182
- # }
183
- #
184
147
  # @!attribute [rw] status
185
148
  # The status of the certificate-based authentication properties.
186
149
  # @return [String]
@@ -201,14 +164,6 @@ module Aws::WorkSpaces
201
164
 
202
165
  # Describes an Amazon WorkSpaces client.
203
166
  #
204
- # @note When making an API call, you may pass ClientProperties
205
- # data as a hash:
206
- #
207
- # {
208
- # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
209
- # log_upload_enabled: "ENABLED", # accepts ENABLED, DISABLED
210
- # }
211
- #
212
167
  # @!attribute [rw] reconnect_enabled
213
168
  # Specifies whether users can cache their credentials on the Amazon
214
169
  # WorkSpaces client. When enabled, users can choose to reconnect to
@@ -253,13 +208,6 @@ module Aws::WorkSpaces
253
208
 
254
209
  # Describes the compute type of the bundle.
255
210
  #
256
- # @note When making an API call, you may pass ComputeType
257
- # data as a hash:
258
- #
259
- # {
260
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
261
- # }
262
- #
263
211
  # @!attribute [rw] name
264
212
  # The compute type.
265
213
  # @return [String]
@@ -390,14 +338,6 @@ module Aws::WorkSpaces
390
338
  #
391
339
  # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html
392
340
  #
393
- # @note When making an API call, you may pass ConnectionAliasPermission
394
- # data as a hash:
395
- #
396
- # {
397
- # shared_account_id: "AwsAccount", # required
398
- # allow_association: false, # required
399
- # }
400
- #
401
341
  # @!attribute [rw] shared_account_id
402
342
  # The identifier of the Amazon Web Services account that the
403
343
  # connection alias is shared with.
@@ -417,22 +357,6 @@ module Aws::WorkSpaces
417
357
  include Aws::Structure
418
358
  end
419
359
 
420
- # @note When making an API call, you may pass CopyWorkspaceImageRequest
421
- # data as a hash:
422
- #
423
- # {
424
- # name: "WorkspaceImageName", # required
425
- # description: "WorkspaceImageDescription",
426
- # source_image_id: "WorkspaceImageId", # required
427
- # source_region: "Region", # required
428
- # tags: [
429
- # {
430
- # key: "TagKey", # required
431
- # value: "TagValue",
432
- # },
433
- # ],
434
- # }
435
- #
436
360
  # @!attribute [rw] name
437
361
  # The name of the image.
438
362
  # @return [String]
@@ -477,15 +401,6 @@ module Aws::WorkSpaces
477
401
  include Aws::Structure
478
402
  end
479
403
 
480
- # @note When making an API call, you may pass CreateConnectClientAddInRequest
481
- # data as a hash:
482
- #
483
- # {
484
- # resource_id: "DirectoryId", # required
485
- # name: "AddInName", # required
486
- # url: "AddInUrl", # required
487
- # }
488
- #
489
404
  # @!attribute [rw] resource_id
490
405
  # The directory identifier for which to configure the client add-in.
491
406
  # @return [String]
@@ -520,19 +435,6 @@ module Aws::WorkSpaces
520
435
  include Aws::Structure
521
436
  end
522
437
 
523
- # @note When making an API call, you may pass CreateConnectionAliasRequest
524
- # data as a hash:
525
- #
526
- # {
527
- # connection_string: "ConnectionString", # required
528
- # tags: [
529
- # {
530
- # key: "TagKey", # required
531
- # value: "TagValue",
532
- # },
533
- # ],
534
- # }
535
- #
536
438
  # @!attribute [rw] connection_string
537
439
  # A connection string in the form of a fully qualified domain name
538
440
  # (FQDN), such as `www.example.com`.
@@ -569,26 +471,6 @@ module Aws::WorkSpaces
569
471
  include Aws::Structure
570
472
  end
571
473
 
572
- # @note When making an API call, you may pass CreateIpGroupRequest
573
- # data as a hash:
574
- #
575
- # {
576
- # group_name: "IpGroupName", # required
577
- # group_desc: "IpGroupDesc",
578
- # user_rules: [
579
- # {
580
- # ip_rule: "IpRule",
581
- # rule_desc: "IpRuleDesc",
582
- # },
583
- # ],
584
- # tags: [
585
- # {
586
- # key: "TagKey", # required
587
- # value: "TagValue",
588
- # },
589
- # ],
590
- # }
591
- #
592
474
  # @!attribute [rw] group_name
593
475
  # The name of the group.
594
476
  # @return [String]
@@ -628,26 +510,6 @@ module Aws::WorkSpaces
628
510
  include Aws::Structure
629
511
  end
630
512
 
631
- # @note When making an API call, you may pass CreateStandbyWorkspacesRequest
632
- # data as a hash:
633
- #
634
- # {
635
- # primary_region: "Region", # required
636
- # standby_workspaces: [ # required
637
- # {
638
- # primary_workspace_id: "WorkspaceId", # required
639
- # volume_encryption_key: "VolumeEncryptionKey",
640
- # directory_id: "DirectoryId", # required
641
- # tags: [
642
- # {
643
- # key: "TagKey", # required
644
- # value: "TagValue",
645
- # },
646
- # ],
647
- # },
648
- # ],
649
- # }
650
- #
651
513
  # @!attribute [rw] primary_region
652
514
  # The Region of the primary WorkSpace.
653
515
  # @return [String]
@@ -682,19 +544,6 @@ module Aws::WorkSpaces
682
544
  include Aws::Structure
683
545
  end
684
546
 
685
- # @note When making an API call, you may pass CreateTagsRequest
686
- # data as a hash:
687
- #
688
- # {
689
- # resource_id: "NonEmptyString", # required
690
- # tags: [ # required
691
- # {
692
- # key: "TagKey", # required
693
- # value: "TagValue",
694
- # },
695
- # ],
696
- # }
697
- #
698
547
  # @!attribute [rw] resource_id
699
548
  # The identifier of the WorkSpaces resource. The supported resource
700
549
  # types are WorkSpaces, registered directories, images, custom
@@ -718,21 +567,6 @@ module Aws::WorkSpaces
718
567
  #
719
568
  class CreateTagsResult < Aws::EmptyStructure; end
720
569
 
721
- # @note When making an API call, you may pass CreateUpdatedWorkspaceImageRequest
722
- # data as a hash:
723
- #
724
- # {
725
- # name: "WorkspaceImageName", # required
726
- # description: "WorkspaceImageDescription", # required
727
- # source_image_id: "WorkspaceImageId", # required
728
- # tags: [
729
- # {
730
- # key: "TagKey", # required
731
- # value: "TagValue",
732
- # },
733
- # ],
734
- # }
735
- #
736
570
  # @!attribute [rw] name
737
571
  # The name of the new updated WorkSpace image.
738
572
  # @return [String]
@@ -779,30 +613,6 @@ module Aws::WorkSpaces
779
613
  include Aws::Structure
780
614
  end
781
615
 
782
- # @note When making an API call, you may pass CreateWorkspaceBundleRequest
783
- # data as a hash:
784
- #
785
- # {
786
- # bundle_name: "WorkspaceBundleName", # required
787
- # bundle_description: "WorkspaceBundleDescription", # required
788
- # image_id: "WorkspaceImageId", # required
789
- # compute_type: { # required
790
- # name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
791
- # },
792
- # user_storage: { # required
793
- # capacity: "NonEmptyString",
794
- # },
795
- # root_storage: {
796
- # capacity: "NonEmptyString",
797
- # },
798
- # tags: [
799
- # {
800
- # key: "TagKey", # required
801
- # value: "TagValue",
802
- # },
803
- # ],
804
- # }
805
- #
806
616
  # @!attribute [rw] bundle_name
807
617
  # The name of the bundle.
808
618
  # @return [String]
@@ -863,21 +673,6 @@ module Aws::WorkSpaces
863
673
  include Aws::Structure
864
674
  end
865
675
 
866
- # @note When making an API call, you may pass CreateWorkspaceImageRequest
867
- # data as a hash:
868
- #
869
- # {
870
- # name: "WorkspaceImageName", # required
871
- # description: "WorkspaceImageDescription", # required
872
- # workspace_id: "WorkspaceId", # required
873
- # tags: [
874
- # {
875
- # key: "TagKey", # required
876
- # value: "TagValue",
877
- # },
878
- # ],
879
- # }
880
- #
881
676
  # @!attribute [rw] name
882
677
  # The name of the new WorkSpace image.
883
678
  # @return [String]
@@ -962,36 +757,6 @@ module Aws::WorkSpaces
962
757
  include Aws::Structure
963
758
  end
964
759
 
965
- # @note When making an API call, you may pass CreateWorkspacesRequest
966
- # data as a hash:
967
- #
968
- # {
969
- # workspaces: [ # required
970
- # {
971
- # directory_id: "DirectoryId", # required
972
- # user_name: "UserName", # required
973
- # bundle_id: "BundleId", # required
974
- # volume_encryption_key: "VolumeEncryptionKey",
975
- # user_volume_encryption_enabled: false,
976
- # root_volume_encryption_enabled: false,
977
- # workspace_properties: {
978
- # running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON, MANUAL
979
- # running_mode_auto_stop_timeout_in_minutes: 1,
980
- # root_volume_size_gib: 1,
981
- # user_volume_size_gib: 1,
982
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
983
- # protocols: ["PCOIP"], # accepts PCOIP, WSP
984
- # },
985
- # tags: [
986
- # {
987
- # key: "TagKey", # required
988
- # value: "TagValue",
989
- # },
990
- # ],
991
- # },
992
- # ],
993
- # }
994
- #
995
760
  # @!attribute [rw] workspaces
996
761
  # The WorkSpaces to create. You can specify up to 25 WorkSpaces.
997
762
  # @return [Array<Types::WorkspaceRequest>]
@@ -1094,19 +859,6 @@ module Aws::WorkSpaces
1094
859
  # Client branding attributes are public facing. Ensure that you do not
1095
860
  # include sensitive information.
1096
861
  #
1097
- # @note When making an API call, you may pass DefaultImportClientBrandingAttributes
1098
- # data as a hash:
1099
- #
1100
- # {
1101
- # logo: "data",
1102
- # support_email: "ClientEmail",
1103
- # support_link: "ClientUrl",
1104
- # forgot_password_link: "ClientUrl",
1105
- # login_message: {
1106
- # "ClientLocale" => "ClientLoginMessage",
1107
- # },
1108
- # }
1109
- #
1110
862
  # @!attribute [rw] logo
1111
863
  # The logo. The only image format accepted is a binary data object
1112
864
  # that is converted from a `.png` file.
@@ -1235,14 +987,6 @@ module Aws::WorkSpaces
1235
987
  include Aws::Structure
1236
988
  end
1237
989
 
1238
- # @note When making an API call, you may pass DeleteClientBrandingRequest
1239
- # data as a hash:
1240
- #
1241
- # {
1242
- # resource_id: "DirectoryId", # required
1243
- # platforms: ["DeviceTypeWindows"], # required, accepts DeviceTypeWindows, DeviceTypeOsx, DeviceTypeAndroid, DeviceTypeIos, DeviceTypeLinux, DeviceTypeWeb
1244
- # }
1245
- #
1246
990
  # @!attribute [rw] resource_id
1247
991
  # The directory identifier of the WorkSpace for which you want to
1248
992
  # delete client branding.
@@ -1265,14 +1009,6 @@ module Aws::WorkSpaces
1265
1009
  #
1266
1010
  class DeleteClientBrandingResult < Aws::EmptyStructure; end
1267
1011
 
1268
- # @note When making an API call, you may pass DeleteConnectClientAddInRequest
1269
- # data as a hash:
1270
- #
1271
- # {
1272
- # add_in_id: "AmazonUuid", # required
1273
- # resource_id: "DirectoryId", # required
1274
- # }
1275
- #
1276
1012
  # @!attribute [rw] add_in_id
1277
1013
  # The identifier of the client add-in to delete.
1278
1014
  # @return [String]
@@ -1294,13 +1030,6 @@ module Aws::WorkSpaces
1294
1030
  #
1295
1031
  class DeleteConnectClientAddInResult < Aws::EmptyStructure; end
1296
1032
 
1297
- # @note When making an API call, you may pass DeleteConnectionAliasRequest
1298
- # data as a hash:
1299
- #
1300
- # {
1301
- # alias_id: "ConnectionAliasId", # required
1302
- # }
1303
- #
1304
1033
  # @!attribute [rw] alias_id
1305
1034
  # The identifier of the connection alias to delete.
1306
1035
  # @return [String]
@@ -1317,13 +1046,6 @@ module Aws::WorkSpaces
1317
1046
  #
1318
1047
  class DeleteConnectionAliasResult < Aws::EmptyStructure; end
1319
1048
 
1320
- # @note When making an API call, you may pass DeleteIpGroupRequest
1321
- # data as a hash:
1322
- #
1323
- # {
1324
- # group_id: "IpGroupId", # required
1325
- # }
1326
- #
1327
1049
  # @!attribute [rw] group_id
1328
1050
  # The identifier of the IP access control group.
1329
1051
  # @return [String]
@@ -1340,14 +1062,6 @@ module Aws::WorkSpaces
1340
1062
  #
1341
1063
  class DeleteIpGroupResult < Aws::EmptyStructure; end
1342
1064
 
1343
- # @note When making an API call, you may pass DeleteTagsRequest
1344
- # data as a hash:
1345
- #
1346
- # {
1347
- # resource_id: "NonEmptyString", # required
1348
- # tag_keys: ["NonEmptyString"], # required
1349
- # }
1350
- #
1351
1065
  # @!attribute [rw] resource_id
1352
1066
  # The identifier of the WorkSpaces resource. The supported resource
1353
1067
  # types are WorkSpaces, registered directories, images, custom
@@ -1371,13 +1085,6 @@ module Aws::WorkSpaces
1371
1085
  #
1372
1086
  class DeleteTagsResult < Aws::EmptyStructure; end
1373
1087
 
1374
- # @note When making an API call, you may pass DeleteWorkspaceBundleRequest
1375
- # data as a hash:
1376
- #
1377
- # {
1378
- # bundle_id: "BundleId",
1379
- # }
1380
- #
1381
1088
  # @!attribute [rw] bundle_id
1382
1089
  # The identifier of the bundle.
1383
1090
  # @return [String]
@@ -1394,13 +1101,6 @@ module Aws::WorkSpaces
1394
1101
  #
1395
1102
  class DeleteWorkspaceBundleResult < Aws::EmptyStructure; end
1396
1103
 
1397
- # @note When making an API call, you may pass DeleteWorkspaceImageRequest
1398
- # data as a hash:
1399
- #
1400
- # {
1401
- # image_id: "WorkspaceImageId", # required
1402
- # }
1403
- #
1404
1104
  # @!attribute [rw] image_id
1405
1105
  # The identifier of the image.
1406
1106
  # @return [String]
@@ -1417,13 +1117,6 @@ module Aws::WorkSpaces
1417
1117
  #
1418
1118
  class DeleteWorkspaceImageResult < Aws::EmptyStructure; end
1419
1119
 
1420
- # @note When making an API call, you may pass DeregisterWorkspaceDirectoryRequest
1421
- # data as a hash:
1422
- #
1423
- # {
1424
- # directory_id: "DirectoryId", # required
1425
- # }
1426
- #
1427
1120
  # @!attribute [rw] directory_id
1428
1121
  # The identifier of the directory. If any WorkSpaces are registered to
1429
1122
  # this directory, you must remove them before you deregister the
@@ -1443,13 +1136,6 @@ module Aws::WorkSpaces
1443
1136
  #
1444
1137
  class DeregisterWorkspaceDirectoryResult < Aws::EmptyStructure; end
1445
1138
 
1446
- # @note When making an API call, you may pass DescribeAccountModificationsRequest
1447
- # data as a hash:
1448
- #
1449
- # {
1450
- # next_token: "PaginationToken",
1451
- # }
1452
- #
1453
1139
  # @!attribute [rw] next_token
1454
1140
  # If you received a `NextToken` from a previous call that was
1455
1141
  # paginated, provide this token to receive the next set of results.
@@ -1510,13 +1196,6 @@ module Aws::WorkSpaces
1510
1196
  include Aws::Structure
1511
1197
  end
1512
1198
 
1513
- # @note When making an API call, you may pass DescribeClientBrandingRequest
1514
- # data as a hash:
1515
- #
1516
- # {
1517
- # resource_id: "DirectoryId", # required
1518
- # }
1519
- #
1520
1199
  # @!attribute [rw] resource_id
1521
1200
  # The directory identifier of the WorkSpace for which you want to view
1522
1201
  # client branding information.
@@ -1567,13 +1246,6 @@ module Aws::WorkSpaces
1567
1246
  include Aws::Structure
1568
1247
  end
1569
1248
 
1570
- # @note When making an API call, you may pass DescribeClientPropertiesRequest
1571
- # data as a hash:
1572
- #
1573
- # {
1574
- # resource_ids: ["NonEmptyString"], # required
1575
- # }
1576
- #
1577
1249
  # @!attribute [rw] resource_ids
1578
1250
  # The resource identifier, in the form of directory IDs.
1579
1251
  # @return [Array<String>]
@@ -1598,15 +1270,6 @@ module Aws::WorkSpaces
1598
1270
  include Aws::Structure
1599
1271
  end
1600
1272
 
1601
- # @note When making an API call, you may pass DescribeConnectClientAddInsRequest
1602
- # data as a hash:
1603
- #
1604
- # {
1605
- # resource_id: "DirectoryId", # required
1606
- # next_token: "PaginationToken",
1607
- # max_results: 1,
1608
- # }
1609
- #
1610
1273
  # @!attribute [rw] resource_id
1611
1274
  # The directory identifier for which the client add-in is configured.
1612
1275
  # @return [String]
@@ -1648,15 +1311,6 @@ module Aws::WorkSpaces
1648
1311
  include Aws::Structure
1649
1312
  end
1650
1313
 
1651
- # @note When making an API call, you may pass DescribeConnectionAliasPermissionsRequest
1652
- # data as a hash:
1653
- #
1654
- # {
1655
- # alias_id: "ConnectionAliasId", # required
1656
- # next_token: "PaginationToken",
1657
- # max_results: 1,
1658
- # }
1659
- #
1660
1314
  # @!attribute [rw] alias_id
1661
1315
  # The identifier of the connection alias.
1662
1316
  # @return [String]
@@ -1703,16 +1357,6 @@ module Aws::WorkSpaces
1703
1357
  include Aws::Structure
1704
1358
  end
1705
1359
 
1706
- # @note When making an API call, you may pass DescribeConnectionAliasesRequest
1707
- # data as a hash:
1708
- #
1709
- # {
1710
- # alias_ids: ["ConnectionAliasId"],
1711
- # resource_id: "NonEmptyString",
1712
- # limit: 1,
1713
- # next_token: "PaginationToken",
1714
- # }
1715
- #
1716
1360
  # @!attribute [rw] alias_ids
1717
1361
  # The identifiers of the connection aliases to describe.
1718
1362
  # @return [Array<String>]
@@ -1760,15 +1404,6 @@ module Aws::WorkSpaces
1760
1404
  include Aws::Structure
1761
1405
  end
1762
1406
 
1763
- # @note When making an API call, you may pass DescribeIpGroupsRequest
1764
- # data as a hash:
1765
- #
1766
- # {
1767
- # group_ids: ["IpGroupId"],
1768
- # next_token: "PaginationToken",
1769
- # max_results: 1,
1770
- # }
1771
- #
1772
1407
  # @!attribute [rw] group_ids
1773
1408
  # The identifiers of one or more IP access control groups.
1774
1409
  # @return [Array<String>]
@@ -1810,13 +1445,6 @@ module Aws::WorkSpaces
1810
1445
  include Aws::Structure
1811
1446
  end
1812
1447
 
1813
- # @note When making an API call, you may pass DescribeTagsRequest
1814
- # data as a hash:
1815
- #
1816
- # {
1817
- # resource_id: "NonEmptyString", # required
1818
- # }
1819
- #
1820
1448
  # @!attribute [rw] resource_id
1821
1449
  # The identifier of the WorkSpaces resource. The supported resource
1822
1450
  # types are WorkSpaces, registered directories, images, custom
@@ -1843,15 +1471,6 @@ module Aws::WorkSpaces
1843
1471
  include Aws::Structure
1844
1472
  end
1845
1473
 
1846
- # @note When making an API call, you may pass DescribeWorkspaceBundlesRequest
1847
- # data as a hash:
1848
- #
1849
- # {
1850
- # bundle_ids: ["BundleId"],
1851
- # owner: "BundleOwner",
1852
- # next_token: "PaginationToken",
1853
- # }
1854
- #
1855
1474
  # @!attribute [rw] bundle_ids
1856
1475
  # The identifiers of the bundles. You cannot combine this parameter
1857
1476
  # with any other filter.
@@ -1900,15 +1519,6 @@ module Aws::WorkSpaces
1900
1519
  include Aws::Structure
1901
1520
  end
1902
1521
 
1903
- # @note When making an API call, you may pass DescribeWorkspaceDirectoriesRequest
1904
- # data as a hash:
1905
- #
1906
- # {
1907
- # directory_ids: ["DirectoryId"],
1908
- # limit: 1,
1909
- # next_token: "PaginationToken",
1910
- # }
1911
- #
1912
1522
  # @!attribute [rw] directory_ids
1913
1523
  # The identifiers of the directories. If the value is null, all
1914
1524
  # directories are retrieved.
@@ -1951,15 +1561,6 @@ module Aws::WorkSpaces
1951
1561
  include Aws::Structure
1952
1562
  end
1953
1563
 
1954
- # @note When making an API call, you may pass DescribeWorkspaceImagePermissionsRequest
1955
- # data as a hash:
1956
- #
1957
- # {
1958
- # image_id: "WorkspaceImageId", # required
1959
- # next_token: "PaginationToken",
1960
- # max_results: 1,
1961
- # }
1962
- #
1963
1564
  # @!attribute [rw] image_id
1964
1565
  # The identifier of the image.
1965
1566
  # @return [String]
@@ -2007,16 +1608,6 @@ module Aws::WorkSpaces
2007
1608
  include Aws::Structure
2008
1609
  end
2009
1610
 
2010
- # @note When making an API call, you may pass DescribeWorkspaceImagesRequest
2011
- # data as a hash:
2012
- #
2013
- # {
2014
- # image_ids: ["WorkspaceImageId"],
2015
- # image_type: "OWNED", # accepts OWNED, SHARED
2016
- # next_token: "PaginationToken",
2017
- # max_results: 1,
2018
- # }
2019
- #
2020
1611
  # @!attribute [rw] image_ids
2021
1612
  # The identifier of the image.
2022
1613
  # @return [Array<String>]
@@ -2063,13 +1654,6 @@ module Aws::WorkSpaces
2063
1654
  include Aws::Structure
2064
1655
  end
2065
1656
 
2066
- # @note When making an API call, you may pass DescribeWorkspaceSnapshotsRequest
2067
- # data as a hash:
2068
- #
2069
- # {
2070
- # workspace_id: "WorkspaceId", # required
2071
- # }
2072
- #
2073
1657
  # @!attribute [rw] workspace_id
2074
1658
  # The identifier of the WorkSpace.
2075
1659
  # @return [String]
@@ -2102,14 +1686,6 @@ module Aws::WorkSpaces
2102
1686
  include Aws::Structure
2103
1687
  end
2104
1688
 
2105
- # @note When making an API call, you may pass DescribeWorkspacesConnectionStatusRequest
2106
- # data as a hash:
2107
- #
2108
- # {
2109
- # workspace_ids: ["WorkspaceId"],
2110
- # next_token: "PaginationToken",
2111
- # }
2112
- #
2113
1689
  # @!attribute [rw] workspace_ids
2114
1690
  # The identifiers of the WorkSpaces. You can specify up to 25
2115
1691
  # WorkSpaces.
@@ -2147,18 +1723,6 @@ module Aws::WorkSpaces
2147
1723
  include Aws::Structure
2148
1724
  end
2149
1725
 
2150
- # @note When making an API call, you may pass DescribeWorkspacesRequest
2151
- # data as a hash:
2152
- #
2153
- # {
2154
- # workspace_ids: ["WorkspaceId"],
2155
- # directory_id: "DirectoryId",
2156
- # user_name: "UserName",
2157
- # bundle_id: "BundleId",
2158
- # limit: 1,
2159
- # next_token: "PaginationToken",
2160
- # }
2161
- #
2162
1726
  # @!attribute [rw] workspace_ids
2163
1727
  # The identifiers of the WorkSpaces. You cannot combine this parameter
2164
1728
  # with any other filter.
@@ -2229,13 +1793,6 @@ module Aws::WorkSpaces
2229
1793
  include Aws::Structure
2230
1794
  end
2231
1795
 
2232
- # @note When making an API call, you may pass DisassociateConnectionAliasRequest
2233
- # data as a hash:
2234
- #
2235
- # {
2236
- # alias_id: "ConnectionAliasId", # required
2237
- # }
2238
- #
2239
1796
  # @!attribute [rw] alias_id
2240
1797
  # The identifier of the connection alias to disassociate.
2241
1798
  # @return [String]
@@ -2252,14 +1809,6 @@ module Aws::WorkSpaces
2252
1809
  #
2253
1810
  class DisassociateConnectionAliasResult < Aws::EmptyStructure; end
2254
1811
 
2255
- # @note When making an API call, you may pass DisassociateIpGroupsRequest
2256
- # data as a hash:
2257
- #
2258
- # {
2259
- # directory_id: "DirectoryId", # required
2260
- # group_ids: ["IpGroupId"], # required
2261
- # }
2262
- #
2263
1812
  # @!attribute [rw] directory_id
2264
1813
  # The identifier of the directory.
2265
1814
  # @return [String]
@@ -2381,69 +1930,6 @@ module Aws::WorkSpaces
2381
1930
  include Aws::Structure
2382
1931
  end
2383
1932
 
2384
- # @note When making an API call, you may pass ImportClientBrandingRequest
2385
- # data as a hash:
2386
- #
2387
- # {
2388
- # resource_id: "DirectoryId", # required
2389
- # device_type_windows: {
2390
- # logo: "data",
2391
- # support_email: "ClientEmail",
2392
- # support_link: "ClientUrl",
2393
- # forgot_password_link: "ClientUrl",
2394
- # login_message: {
2395
- # "ClientLocale" => "ClientLoginMessage",
2396
- # },
2397
- # },
2398
- # device_type_osx: {
2399
- # logo: "data",
2400
- # support_email: "ClientEmail",
2401
- # support_link: "ClientUrl",
2402
- # forgot_password_link: "ClientUrl",
2403
- # login_message: {
2404
- # "ClientLocale" => "ClientLoginMessage",
2405
- # },
2406
- # },
2407
- # device_type_android: {
2408
- # logo: "data",
2409
- # support_email: "ClientEmail",
2410
- # support_link: "ClientUrl",
2411
- # forgot_password_link: "ClientUrl",
2412
- # login_message: {
2413
- # "ClientLocale" => "ClientLoginMessage",
2414
- # },
2415
- # },
2416
- # device_type_ios: {
2417
- # logo: "data",
2418
- # logo_2x: "data",
2419
- # logo_3x: "data",
2420
- # support_email: "ClientEmail",
2421
- # support_link: "ClientUrl",
2422
- # forgot_password_link: "ClientUrl",
2423
- # login_message: {
2424
- # "ClientLocale" => "ClientLoginMessage",
2425
- # },
2426
- # },
2427
- # device_type_linux: {
2428
- # logo: "data",
2429
- # support_email: "ClientEmail",
2430
- # support_link: "ClientUrl",
2431
- # forgot_password_link: "ClientUrl",
2432
- # login_message: {
2433
- # "ClientLocale" => "ClientLoginMessage",
2434
- # },
2435
- # },
2436
- # device_type_web: {
2437
- # logo: "data",
2438
- # support_email: "ClientEmail",
2439
- # support_link: "ClientUrl",
2440
- # forgot_password_link: "ClientUrl",
2441
- # login_message: {
2442
- # "ClientLocale" => "ClientLoginMessage",
2443
- # },
2444
- # },
2445
- # }
2446
- #
2447
1933
  # @!attribute [rw] resource_id
2448
1934
  # The directory identifier of the WorkSpace for which you want to
2449
1935
  # import client branding.
@@ -2524,23 +2010,6 @@ module Aws::WorkSpaces
2524
2010
  include Aws::Structure
2525
2011
  end
2526
2012
 
2527
- # @note When making an API call, you may pass ImportWorkspaceImageRequest
2528
- # data as a hash:
2529
- #
2530
- # {
2531
- # ec2_image_id: "Ec2ImageId", # required
2532
- # ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_GRAPHICS_G4DN, BYOL_REGULAR_WSP, BYOL_REGULAR_BYOP, BYOL_GRAPHICS_G4DN_BYOP
2533
- # image_name: "WorkspaceImageName", # required
2534
- # image_description: "WorkspaceImageDescription", # required
2535
- # tags: [
2536
- # {
2537
- # key: "TagKey", # required
2538
- # value: "TagValue",
2539
- # },
2540
- # ],
2541
- # applications: ["Microsoft_Office_2016"], # accepts Microsoft_Office_2016, Microsoft_Office_2019
2542
- # }
2543
- #
2544
2013
  # @!attribute [rw] ec2_image_id
2545
2014
  # The identifier of the EC2 image.
2546
2015
  # @return [String]
@@ -2753,21 +2222,6 @@ module Aws::WorkSpaces
2753
2222
  # Client branding attributes are public facing. Ensure you do not
2754
2223
  # include sensitive information.
2755
2224
  #
2756
- # @note When making an API call, you may pass IosImportClientBrandingAttributes
2757
- # data as a hash:
2758
- #
2759
- # {
2760
- # logo: "data",
2761
- # logo_2x: "data",
2762
- # logo_3x: "data",
2763
- # support_email: "ClientEmail",
2764
- # support_link: "ClientUrl",
2765
- # forgot_password_link: "ClientUrl",
2766
- # login_message: {
2767
- # "ClientLocale" => "ClientLoginMessage",
2768
- # },
2769
- # }
2770
- #
2771
2225
  # @!attribute [rw] logo
2772
2226
  # The logo. This is the standard-resolution display that has a 1:1
2773
2227
  # pixel density (or @1x), where one pixel is equal to one point. The
@@ -2862,14 +2316,6 @@ module Aws::WorkSpaces
2862
2316
 
2863
2317
  # Describes a rule for an IP access control group.
2864
2318
  #
2865
- # @note When making an API call, you may pass IpRuleItem
2866
- # data as a hash:
2867
- #
2868
- # {
2869
- # ip_rule: "IpRule",
2870
- # rule_desc: "IpRuleDesc",
2871
- # }
2872
- #
2873
2319
  # @!attribute [rw] ip_rule
2874
2320
  # The IP address range, in CIDR notation.
2875
2321
  # @return [String]
@@ -2887,15 +2333,6 @@ module Aws::WorkSpaces
2887
2333
  include Aws::Structure
2888
2334
  end
2889
2335
 
2890
- # @note When making an API call, you may pass ListAvailableManagementCidrRangesRequest
2891
- # data as a hash:
2892
- #
2893
- # {
2894
- # management_cidr_range_constraint: "ManagementCidrRangeConstraint", # required
2895
- # max_results: 1,
2896
- # next_token: "PaginationToken",
2897
- # }
2898
- #
2899
2336
  # @!attribute [rw] management_cidr_range_constraint
2900
2337
  # The IP address range to search. Specify an IP address range that is
2901
2338
  # compatible with your network and in CIDR notation (that is, specify
@@ -2940,14 +2377,6 @@ module Aws::WorkSpaces
2940
2377
  include Aws::Structure
2941
2378
  end
2942
2379
 
2943
- # @note When making an API call, you may pass MigrateWorkspaceRequest
2944
- # data as a hash:
2945
- #
2946
- # {
2947
- # source_workspace_id: "WorkspaceId", # required
2948
- # bundle_id: "BundleId", # required
2949
- # }
2950
- #
2951
2380
  # @!attribute [rw] source_workspace_id
2952
2381
  # The identifier of the WorkSpace to migrate from.
2953
2382
  # @return [String]
@@ -3004,14 +2433,6 @@ module Aws::WorkSpaces
3004
2433
  include Aws::Structure
3005
2434
  end
3006
2435
 
3007
- # @note When making an API call, you may pass ModifyAccountRequest
3008
- # data as a hash:
3009
- #
3010
- # {
3011
- # dedicated_tenancy_support: "ENABLED", # accepts ENABLED
3012
- # dedicated_tenancy_management_cidr_range: "DedicatedTenancyManagementCidrRange",
3013
- # }
3014
- #
3015
2436
  # @!attribute [rw] dedicated_tenancy_support
3016
2437
  # The status of BYOL.
3017
2438
  # @return [String]
@@ -3038,18 +2459,6 @@ module Aws::WorkSpaces
3038
2459
  #
3039
2460
  class ModifyAccountResult < Aws::EmptyStructure; end
3040
2461
 
3041
- # @note When making an API call, you may pass ModifyCertificateBasedAuthPropertiesRequest
3042
- # data as a hash:
3043
- #
3044
- # {
3045
- # resource_id: "DirectoryId", # required
3046
- # certificate_based_auth_properties: {
3047
- # status: "DISABLED", # accepts DISABLED, ENABLED
3048
- # certificate_authority_arn: "CertificateAuthorityArn",
3049
- # },
3050
- # properties_to_delete: ["CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"], # accepts CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN
3051
- # }
3052
- #
3053
2462
  # @!attribute [rw] resource_id
3054
2463
  # The resource identifiers, in the form of directory IDs.
3055
2464
  # @return [String]
@@ -3077,17 +2486,6 @@ module Aws::WorkSpaces
3077
2486
  #
3078
2487
  class ModifyCertificateBasedAuthPropertiesResult < Aws::EmptyStructure; end
3079
2488
 
3080
- # @note When making an API call, you may pass ModifyClientPropertiesRequest
3081
- # data as a hash:
3082
- #
3083
- # {
3084
- # resource_id: "NonEmptyString", # required
3085
- # client_properties: { # required
3086
- # reconnect_enabled: "ENABLED", # accepts ENABLED, DISABLED
3087
- # log_upload_enabled: "ENABLED", # accepts ENABLED, DISABLED
3088
- # },
3089
- # }
3090
- #
3091
2489
  # @!attribute [rw] resource_id
3092
2490
  # The resource identifiers, in the form of directory IDs.
3093
2491
  # @return [String]
@@ -3109,19 +2507,6 @@ module Aws::WorkSpaces
3109
2507
  #
3110
2508
  class ModifyClientPropertiesResult < Aws::EmptyStructure; end
3111
2509
 
3112
- # @note When making an API call, you may pass ModifySamlPropertiesRequest
3113
- # data as a hash:
3114
- #
3115
- # {
3116
- # resource_id: "DirectoryId", # required
3117
- # saml_properties: {
3118
- # status: "DISABLED", # accepts DISABLED, ENABLED, ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK
3119
- # user_access_url: "SamlUserAccessUrl",
3120
- # relay_state_parameter_name: "NonEmptyString",
3121
- # },
3122
- # properties_to_delete: ["SAML_PROPERTIES_USER_ACCESS_URL"], # accepts SAML_PROPERTIES_USER_ACCESS_URL, SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME
3123
- # }
3124
- #
3125
2510
  # @!attribute [rw] resource_id
3126
2511
  # The directory identifier for which you want to configure SAML
3127
2512
  # properties.
@@ -3156,20 +2541,6 @@ module Aws::WorkSpaces
3156
2541
  #
3157
2542
  class ModifySamlPropertiesResult < Aws::EmptyStructure; end
3158
2543
 
3159
- # @note When making an API call, you may pass ModifySelfservicePermissionsRequest
3160
- # data as a hash:
3161
- #
3162
- # {
3163
- # resource_id: "DirectoryId", # required
3164
- # selfservice_permissions: { # required
3165
- # restart_workspace: "ENABLED", # accepts ENABLED, DISABLED
3166
- # increase_volume_size: "ENABLED", # accepts ENABLED, DISABLED
3167
- # change_compute_type: "ENABLED", # accepts ENABLED, DISABLED
3168
- # switch_running_mode: "ENABLED", # accepts ENABLED, DISABLED
3169
- # rebuild_workspace: "ENABLED", # accepts ENABLED, DISABLED
3170
- # },
3171
- # }
3172
- #
3173
2544
  # @!attribute [rw] resource_id
3174
2545
  # The identifier of the directory.
3175
2546
  # @return [String]
@@ -3191,23 +2562,6 @@ module Aws::WorkSpaces
3191
2562
  #
3192
2563
  class ModifySelfservicePermissionsResult < Aws::EmptyStructure; end
3193
2564
 
3194
- # @note When making an API call, you may pass ModifyWorkspaceAccessPropertiesRequest
3195
- # data as a hash:
3196
- #
3197
- # {
3198
- # resource_id: "DirectoryId", # required
3199
- # workspace_access_properties: { # required
3200
- # device_type_windows: "ALLOW", # accepts ALLOW, DENY
3201
- # device_type_osx: "ALLOW", # accepts ALLOW, DENY
3202
- # device_type_web: "ALLOW", # accepts ALLOW, DENY
3203
- # device_type_ios: "ALLOW", # accepts ALLOW, DENY
3204
- # device_type_android: "ALLOW", # accepts ALLOW, DENY
3205
- # device_type_chrome_os: "ALLOW", # accepts ALLOW, DENY
3206
- # device_type_zero_client: "ALLOW", # accepts ALLOW, DENY
3207
- # device_type_linux: "ALLOW", # accepts ALLOW, DENY
3208
- # },
3209
- # }
3210
- #
3211
2565
  # @!attribute [rw] resource_id
3212
2566
  # The identifier of the directory.
3213
2567
  # @return [String]
@@ -3230,21 +2584,6 @@ module Aws::WorkSpaces
3230
2584
  #
3231
2585
  class ModifyWorkspaceAccessPropertiesResult < Aws::EmptyStructure; end
3232
2586
 
3233
- # @note When making an API call, you may pass ModifyWorkspaceCreationPropertiesRequest
3234
- # data as a hash:
3235
- #
3236
- # {
3237
- # resource_id: "DirectoryId", # required
3238
- # workspace_creation_properties: { # required
3239
- # enable_work_docs: false,
3240
- # enable_internet_access: false,
3241
- # default_ou: "DefaultOu",
3242
- # custom_security_group_id: "SecurityGroupId",
3243
- # user_enabled_as_local_administrator: false,
3244
- # enable_maintenance_mode: false,
3245
- # },
3246
- # }
3247
- #
3248
2587
  # @!attribute [rw] resource_id
3249
2588
  # The identifier of the directory.
3250
2589
  # @return [String]
@@ -3266,21 +2605,6 @@ module Aws::WorkSpaces
3266
2605
  #
3267
2606
  class ModifyWorkspaceCreationPropertiesResult < Aws::EmptyStructure; end
3268
2607
 
3269
- # @note When making an API call, you may pass ModifyWorkspacePropertiesRequest
3270
- # data as a hash:
3271
- #
3272
- # {
3273
- # workspace_id: "WorkspaceId", # required
3274
- # workspace_properties: { # required
3275
- # running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON, MANUAL
3276
- # running_mode_auto_stop_timeout_in_minutes: 1,
3277
- # root_volume_size_gib: 1,
3278
- # user_volume_size_gib: 1,
3279
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
3280
- # protocols: ["PCOIP"], # accepts PCOIP, WSP
3281
- # },
3282
- # }
3283
- #
3284
2608
  # @!attribute [rw] workspace_id
3285
2609
  # The identifier of the WorkSpace.
3286
2610
  # @return [String]
@@ -3302,14 +2626,6 @@ module Aws::WorkSpaces
3302
2626
  #
3303
2627
  class ModifyWorkspacePropertiesResult < Aws::EmptyStructure; end
3304
2628
 
3305
- # @note When making an API call, you may pass ModifyWorkspaceStateRequest
3306
- # data as a hash:
3307
- #
3308
- # {
3309
- # workspace_id: "WorkspaceId", # required
3310
- # workspace_state: "AVAILABLE", # required, accepts AVAILABLE, ADMIN_MAINTENANCE
3311
- # }
3312
- #
3313
2629
  # @!attribute [rw] workspace_id
3314
2630
  # The identifier of the WorkSpace.
3315
2631
  # @return [String]
@@ -3418,13 +2734,6 @@ module Aws::WorkSpaces
3418
2734
 
3419
2735
  # Describes the information used to reboot a WorkSpace.
3420
2736
  #
3421
- # @note When making an API call, you may pass RebootRequest
3422
- # data as a hash:
3423
- #
3424
- # {
3425
- # workspace_id: "WorkspaceId", # required
3426
- # }
3427
- #
3428
2737
  # @!attribute [rw] workspace_id
3429
2738
  # The identifier of the WorkSpace.
3430
2739
  # @return [String]
@@ -3437,17 +2746,6 @@ module Aws::WorkSpaces
3437
2746
  include Aws::Structure
3438
2747
  end
3439
2748
 
3440
- # @note When making an API call, you may pass RebootWorkspacesRequest
3441
- # data as a hash:
3442
- #
3443
- # {
3444
- # reboot_workspace_requests: [ # required
3445
- # {
3446
- # workspace_id: "WorkspaceId", # required
3447
- # },
3448
- # ],
3449
- # }
3450
- #
3451
2749
  # @!attribute [rw] reboot_workspace_requests
3452
2750
  # The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
3453
2751
  # @return [Array<Types::RebootRequest>]
@@ -3474,13 +2772,6 @@ module Aws::WorkSpaces
3474
2772
 
3475
2773
  # Describes the information used to rebuild a WorkSpace.
3476
2774
  #
3477
- # @note When making an API call, you may pass RebuildRequest
3478
- # data as a hash:
3479
- #
3480
- # {
3481
- # workspace_id: "WorkspaceId", # required
3482
- # }
3483
- #
3484
2775
  # @!attribute [rw] workspace_id
3485
2776
  # The identifier of the WorkSpace.
3486
2777
  # @return [String]
@@ -3493,17 +2784,6 @@ module Aws::WorkSpaces
3493
2784
  include Aws::Structure
3494
2785
  end
3495
2786
 
3496
- # @note When making an API call, you may pass RebuildWorkspacesRequest
3497
- # data as a hash:
3498
- #
3499
- # {
3500
- # rebuild_workspace_requests: [ # required
3501
- # {
3502
- # workspace_id: "WorkspaceId", # required
3503
- # },
3504
- # ],
3505
- # }
3506
- #
3507
2787
  # @!attribute [rw] rebuild_workspace_requests
3508
2788
  # The WorkSpace to rebuild. You can specify a single WorkSpace.
3509
2789
  # @return [Array<Types::RebuildRequest>]
@@ -3528,23 +2808,6 @@ module Aws::WorkSpaces
3528
2808
  include Aws::Structure
3529
2809
  end
3530
2810
 
3531
- # @note When making an API call, you may pass RegisterWorkspaceDirectoryRequest
3532
- # data as a hash:
3533
- #
3534
- # {
3535
- # directory_id: "DirectoryId", # required
3536
- # subnet_ids: ["SubnetId"],
3537
- # enable_work_docs: false, # required
3538
- # enable_self_service: false,
3539
- # tenancy: "DEDICATED", # accepts DEDICATED, SHARED
3540
- # tags: [
3541
- # {
3542
- # key: "TagKey", # required
3543
- # value: "TagValue",
3544
- # },
3545
- # ],
3546
- # }
3547
- #
3548
2811
  # @!attribute [rw] directory_id
3549
2812
  # The identifier of the directory. You cannot register a directory if
3550
2813
  # it does not have a status of Active. If the directory does not have
@@ -3732,13 +2995,6 @@ module Aws::WorkSpaces
3732
2995
  include Aws::Structure
3733
2996
  end
3734
2997
 
3735
- # @note When making an API call, you may pass RestoreWorkspaceRequest
3736
- # data as a hash:
3737
- #
3738
- # {
3739
- # workspace_id: "WorkspaceId", # required
3740
- # }
3741
- #
3742
2998
  # @!attribute [rw] workspace_id
3743
2999
  # The identifier of the WorkSpace.
3744
3000
  # @return [String]
@@ -3755,14 +3011,6 @@ module Aws::WorkSpaces
3755
3011
  #
3756
3012
  class RestoreWorkspaceResult < Aws::EmptyStructure; end
3757
3013
 
3758
- # @note When making an API call, you may pass RevokeIpRulesRequest
3759
- # data as a hash:
3760
- #
3761
- # {
3762
- # group_id: "IpGroupId", # required
3763
- # user_rules: ["IpRule"], # required
3764
- # }
3765
- #
3766
3014
  # @!attribute [rw] group_id
3767
3015
  # The identifier of the group.
3768
3016
  # @return [String]
@@ -3786,13 +3034,6 @@ module Aws::WorkSpaces
3786
3034
 
3787
3035
  # Describes the root volume for a WorkSpace bundle.
3788
3036
  #
3789
- # @note When making an API call, you may pass RootStorage
3790
- # data as a hash:
3791
- #
3792
- # {
3793
- # capacity: "NonEmptyString",
3794
- # }
3795
- #
3796
3037
  # @!attribute [rw] capacity
3797
3038
  # The size of the root volume.
3798
3039
  # @return [String]
@@ -3809,15 +3050,6 @@ module Aws::WorkSpaces
3809
3050
  # parameter name that are used for configuring federation with an SAML
3810
3051
  # 2.0 identity provider.
3811
3052
  #
3812
- # @note When making an API call, you may pass SamlProperties
3813
- # data as a hash:
3814
- #
3815
- # {
3816
- # status: "DISABLED", # accepts DISABLED, ENABLED, ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK
3817
- # user_access_url: "SamlUserAccessUrl",
3818
- # relay_state_parameter_name: "NonEmptyString",
3819
- # }
3820
- #
3821
3053
  # @!attribute [rw] status
3822
3054
  # Indicates the status of SAML 2.0 authentication. These statuses
3823
3055
  # include the following.
@@ -3875,17 +3107,6 @@ module Aws::WorkSpaces
3875
3107
  #
3876
3108
  # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html
3877
3109
  #
3878
- # @note When making an API call, you may pass SelfservicePermissions
3879
- # data as a hash:
3880
- #
3881
- # {
3882
- # restart_workspace: "ENABLED", # accepts ENABLED, DISABLED
3883
- # increase_volume_size: "ENABLED", # accepts ENABLED, DISABLED
3884
- # change_compute_type: "ENABLED", # accepts ENABLED, DISABLED
3885
- # switch_running_mode: "ENABLED", # accepts ENABLED, DISABLED
3886
- # rebuild_workspace: "ENABLED", # accepts ENABLED, DISABLED
3887
- # }
3888
- #
3889
3110
  # @!attribute [rw] restart_workspace
3890
3111
  # Specifies whether users can restart their WorkSpace.
3891
3112
  # @return [String]
@@ -3938,21 +3159,6 @@ module Aws::WorkSpaces
3938
3159
 
3939
3160
  # Describes a Standby WorkSpace.
3940
3161
  #
3941
- # @note When making an API call, you may pass StandbyWorkspace
3942
- # data as a hash:
3943
- #
3944
- # {
3945
- # primary_workspace_id: "WorkspaceId", # required
3946
- # volume_encryption_key: "VolumeEncryptionKey",
3947
- # directory_id: "DirectoryId", # required
3948
- # tags: [
3949
- # {
3950
- # key: "TagKey", # required
3951
- # value: "TagValue",
3952
- # },
3953
- # ],
3954
- # }
3955
- #
3956
3162
  # @!attribute [rw] primary_workspace_id
3957
3163
  # The identifier of the Standby WorkSpace.
3958
3164
  # @return [String]
@@ -3982,13 +3188,6 @@ module Aws::WorkSpaces
3982
3188
 
3983
3189
  # Information used to start a WorkSpace.
3984
3190
  #
3985
- # @note When making an API call, you may pass StartRequest
3986
- # data as a hash:
3987
- #
3988
- # {
3989
- # workspace_id: "WorkspaceId",
3990
- # }
3991
- #
3992
3191
  # @!attribute [rw] workspace_id
3993
3192
  # The identifier of the WorkSpace.
3994
3193
  # @return [String]
@@ -4001,17 +3200,6 @@ module Aws::WorkSpaces
4001
3200
  include Aws::Structure
4002
3201
  end
4003
3202
 
4004
- # @note When making an API call, you may pass StartWorkspacesRequest
4005
- # data as a hash:
4006
- #
4007
- # {
4008
- # start_workspace_requests: [ # required
4009
- # {
4010
- # workspace_id: "WorkspaceId",
4011
- # },
4012
- # ],
4013
- # }
4014
- #
4015
3203
  # @!attribute [rw] start_workspace_requests
4016
3204
  # The WorkSpaces to start. You can specify up to 25 WorkSpaces.
4017
3205
  # @return [Array<Types::StartRequest>]
@@ -4038,13 +3226,6 @@ module Aws::WorkSpaces
4038
3226
 
4039
3227
  # Describes the information used to stop a WorkSpace.
4040
3228
  #
4041
- # @note When making an API call, you may pass StopRequest
4042
- # data as a hash:
4043
- #
4044
- # {
4045
- # workspace_id: "WorkspaceId",
4046
- # }
4047
- #
4048
3229
  # @!attribute [rw] workspace_id
4049
3230
  # The identifier of the WorkSpace.
4050
3231
  # @return [String]
@@ -4057,17 +3238,6 @@ module Aws::WorkSpaces
4057
3238
  include Aws::Structure
4058
3239
  end
4059
3240
 
4060
- # @note When making an API call, you may pass StopWorkspacesRequest
4061
- # data as a hash:
4062
- #
4063
- # {
4064
- # stop_workspace_requests: [ # required
4065
- # {
4066
- # workspace_id: "WorkspaceId",
4067
- # },
4068
- # ],
4069
- # }
4070
- #
4071
3241
  # @!attribute [rw] stop_workspace_requests
4072
3242
  # The WorkSpaces to stop. You can specify up to 25 WorkSpaces.
4073
3243
  # @return [Array<Types::StopRequest>]
@@ -4094,14 +3264,6 @@ module Aws::WorkSpaces
4094
3264
 
4095
3265
  # Describes a tag.
4096
3266
  #
4097
- # @note When making an API call, you may pass Tag
4098
- # data as a hash:
4099
- #
4100
- # {
4101
- # key: "TagKey", # required
4102
- # value: "TagValue",
4103
- # }
4104
- #
4105
3267
  # @!attribute [rw] key
4106
3268
  # The key of the tag.
4107
3269
  # @return [String]
@@ -4121,13 +3283,6 @@ module Aws::WorkSpaces
4121
3283
 
4122
3284
  # Describes the information used to terminate a WorkSpace.
4123
3285
  #
4124
- # @note When making an API call, you may pass TerminateRequest
4125
- # data as a hash:
4126
- #
4127
- # {
4128
- # workspace_id: "WorkspaceId", # required
4129
- # }
4130
- #
4131
3286
  # @!attribute [rw] workspace_id
4132
3287
  # The identifier of the WorkSpace.
4133
3288
  # @return [String]
@@ -4140,17 +3295,6 @@ module Aws::WorkSpaces
4140
3295
  include Aws::Structure
4141
3296
  end
4142
3297
 
4143
- # @note When making an API call, you may pass TerminateWorkspacesRequest
4144
- # data as a hash:
4145
- #
4146
- # {
4147
- # terminate_workspace_requests: [ # required
4148
- # {
4149
- # workspace_id: "WorkspaceId", # required
4150
- # },
4151
- # ],
4152
- # }
4153
- #
4154
3298
  # @!attribute [rw] terminate_workspace_requests
4155
3299
  # The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.
4156
3300
  # @return [Array<Types::TerminateRequest>]
@@ -4214,16 +3358,6 @@ module Aws::WorkSpaces
4214
3358
  include Aws::Structure
4215
3359
  end
4216
3360
 
4217
- # @note When making an API call, you may pass UpdateConnectClientAddInRequest
4218
- # data as a hash:
4219
- #
4220
- # {
4221
- # add_in_id: "AmazonUuid", # required
4222
- # resource_id: "DirectoryId", # required
4223
- # name: "AddInName",
4224
- # url: "AddInUrl",
4225
- # }
4226
- #
4227
3361
  # @!attribute [rw] add_in_id
4228
3362
  # The identifier of the client add-in to update.
4229
3363
  # @return [String]
@@ -4255,17 +3389,6 @@ module Aws::WorkSpaces
4255
3389
  #
4256
3390
  class UpdateConnectClientAddInResult < Aws::EmptyStructure; end
4257
3391
 
4258
- # @note When making an API call, you may pass UpdateConnectionAliasPermissionRequest
4259
- # data as a hash:
4260
- #
4261
- # {
4262
- # alias_id: "ConnectionAliasId", # required
4263
- # connection_alias_permission: { # required
4264
- # shared_account_id: "AwsAccount", # required
4265
- # allow_association: false, # required
4266
- # },
4267
- # }
4268
- #
4269
3392
  # @!attribute [rw] alias_id
4270
3393
  # The identifier of the connection alias that you want to update
4271
3394
  # permissions for.
@@ -4316,19 +3439,6 @@ module Aws::WorkSpaces
4316
3439
  include Aws::Structure
4317
3440
  end
4318
3441
 
4319
- # @note When making an API call, you may pass UpdateRulesOfIpGroupRequest
4320
- # data as a hash:
4321
- #
4322
- # {
4323
- # group_id: "IpGroupId", # required
4324
- # user_rules: [ # required
4325
- # {
4326
- # ip_rule: "IpRule",
4327
- # rule_desc: "IpRuleDesc",
4328
- # },
4329
- # ],
4330
- # }
4331
- #
4332
3442
  # @!attribute [rw] group_id
4333
3443
  # The identifier of the group.
4334
3444
  # @return [String]
@@ -4350,14 +3460,6 @@ module Aws::WorkSpaces
4350
3460
  #
4351
3461
  class UpdateRulesOfIpGroupResult < Aws::EmptyStructure; end
4352
3462
 
4353
- # @note When making an API call, you may pass UpdateWorkspaceBundleRequest
4354
- # data as a hash:
4355
- #
4356
- # {
4357
- # bundle_id: "BundleId",
4358
- # image_id: "WorkspaceImageId",
4359
- # }
4360
- #
4361
3463
  # @!attribute [rw] bundle_id
4362
3464
  # The identifier of the bundle.
4363
3465
  # @return [String]
@@ -4379,15 +3481,6 @@ module Aws::WorkSpaces
4379
3481
  #
4380
3482
  class UpdateWorkspaceBundleResult < Aws::EmptyStructure; end
4381
3483
 
4382
- # @note When making an API call, you may pass UpdateWorkspaceImagePermissionRequest
4383
- # data as a hash:
4384
- #
4385
- # {
4386
- # image_id: "WorkspaceImageId", # required
4387
- # allow_copy_image: false, # required
4388
- # shared_account_id: "AwsAccount", # required
4389
- # }
4390
- #
4391
3484
  # @!attribute [rw] image_id
4392
3485
  # The identifier of the image.
4393
3486
  # @return [String]
@@ -4421,13 +3514,6 @@ module Aws::WorkSpaces
4421
3514
 
4422
3515
  # Describes the user volume for a WorkSpace bundle.
4423
3516
  #
4424
- # @note When making an API call, you may pass UserStorage
4425
- # data as a hash:
4426
- #
4427
- # {
4428
- # capacity: "NonEmptyString",
4429
- # }
4430
- #
4431
3517
  # @!attribute [rw] capacity
4432
3518
  # The size of the user volume.
4433
3519
  # @return [String]
@@ -4559,20 +3645,6 @@ module Aws::WorkSpaces
4559
3645
  #
4560
3646
  # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html
4561
3647
  #
4562
- # @note When making an API call, you may pass WorkspaceAccessProperties
4563
- # data as a hash:
4564
- #
4565
- # {
4566
- # device_type_windows: "ALLOW", # accepts ALLOW, DENY
4567
- # device_type_osx: "ALLOW", # accepts ALLOW, DENY
4568
- # device_type_web: "ALLOW", # accepts ALLOW, DENY
4569
- # device_type_ios: "ALLOW", # accepts ALLOW, DENY
4570
- # device_type_android: "ALLOW", # accepts ALLOW, DENY
4571
- # device_type_chrome_os: "ALLOW", # accepts ALLOW, DENY
4572
- # device_type_zero_client: "ALLOW", # accepts ALLOW, DENY
4573
- # device_type_linux: "ALLOW", # accepts ALLOW, DENY
4574
- # }
4575
- #
4576
3648
  # @!attribute [rw] device_type_windows
4577
3649
  # Indicates whether users can use Windows clients to access their
4578
3650
  # WorkSpaces.
@@ -4741,18 +3813,6 @@ module Aws::WorkSpaces
4741
3813
  #
4742
3814
  # [1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html
4743
3815
  #
4744
- # @note When making an API call, you may pass WorkspaceCreationProperties
4745
- # data as a hash:
4746
- #
4747
- # {
4748
- # enable_work_docs: false,
4749
- # enable_internet_access: false,
4750
- # default_ou: "DefaultOu",
4751
- # custom_security_group_id: "SecurityGroupId",
4752
- # user_enabled_as_local_administrator: false,
4753
- # enable_maintenance_mode: false,
4754
- # }
4755
- #
4756
3816
  # @!attribute [rw] enable_work_docs
4757
3817
  # Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.
4758
3818
  #
@@ -5035,18 +4095,6 @@ module Aws::WorkSpaces
5035
4095
 
5036
4096
  # Describes a WorkSpace.
5037
4097
  #
5038
- # @note When making an API call, you may pass WorkspaceProperties
5039
- # data as a hash:
5040
- #
5041
- # {
5042
- # running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON, MANUAL
5043
- # running_mode_auto_stop_timeout_in_minutes: 1,
5044
- # root_volume_size_gib: 1,
5045
- # user_volume_size_gib: 1,
5046
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
5047
- # protocols: ["PCOIP"], # accepts PCOIP, WSP
5048
- # }
5049
- #
5050
4098
  # @!attribute [rw] running_mode
5051
4099
  # The running mode. For more information, see [Manage the WorkSpace
5052
4100
  # Running Mode][1].
@@ -5132,32 +4180,6 @@ module Aws::WorkSpaces
5132
4180
 
5133
4181
  # Describes the information used to create a WorkSpace.
5134
4182
  #
5135
- # @note When making an API call, you may pass WorkspaceRequest
5136
- # data as a hash:
5137
- #
5138
- # {
5139
- # directory_id: "DirectoryId", # required
5140
- # user_name: "UserName", # required
5141
- # bundle_id: "BundleId", # required
5142
- # volume_encryption_key: "VolumeEncryptionKey",
5143
- # user_volume_encryption_enabled: false,
5144
- # root_volume_encryption_enabled: false,
5145
- # workspace_properties: {
5146
- # running_mode: "AUTO_STOP", # accepts AUTO_STOP, ALWAYS_ON, MANUAL
5147
- # running_mode_auto_stop_timeout_in_minutes: 1,
5148
- # root_volume_size_gib: 1,
5149
- # user_volume_size_gib: 1,
5150
- # compute_type_name: "VALUE", # accepts VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN
5151
- # protocols: ["PCOIP"], # accepts PCOIP, WSP
5152
- # },
5153
- # tags: [
5154
- # {
5155
- # key: "TagKey", # required
5156
- # value: "TagValue",
5157
- # },
5158
- # ],
5159
- # }
5160
- #
5161
4183
  # @!attribute [rw] directory_id
5162
4184
  # The identifier of the Directory Service directory for the WorkSpace.
5163
4185
  # You can use DescribeWorkspaceDirectories to list the available