aws-sdk-appstream 1.41.0 → 1.46.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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -32,6 +34,7 @@ module Aws::AppStream
32
34
  # * {InvalidRoleException}
33
35
  # * {LimitExceededException}
34
36
  # * {OperationNotPermittedException}
37
+ # * {RequestLimitExceededException}
35
38
  # * {ResourceAlreadyExistsException}
36
39
  # * {ResourceInUseException}
37
40
  # * {ResourceNotAvailableException}
@@ -148,6 +151,21 @@ module Aws::AppStream
148
151
  end
149
152
  end
150
153
 
154
+ class RequestLimitExceededException < ServiceError
155
+
156
+ # @param [Seahorse::Client::RequestContext] context
157
+ # @param [String] message
158
+ # @param [Aws::AppStream::Types::RequestLimitExceededException] data
159
+ def initialize(context, message, data = Aws::EmptyStructure.new)
160
+ super(context, message, data)
161
+ end
162
+
163
+ # @return [String]
164
+ def message
165
+ @message || @data[:message]
166
+ end
167
+ end
168
+
151
169
  class ResourceAlreadyExistsException < ServiceError
152
170
 
153
171
  # @param [Seahorse::Client::RequestContext] context
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -38,6 +40,7 @@ module Aws::AppStream
38
40
  class AccessEndpoint < Struct.new(
39
41
  :endpoint_type,
40
42
  :vpce_id)
43
+ SENSITIVE = []
41
44
  include Aws::Structure
42
45
  end
43
46
 
@@ -82,6 +85,7 @@ module Aws::AppStream
82
85
  :launch_parameters,
83
86
  :enabled,
84
87
  :metadata)
88
+ SENSITIVE = []
85
89
  include Aws::Structure
86
90
  end
87
91
 
@@ -112,6 +116,7 @@ module Aws::AppStream
112
116
  class ApplicationSettings < Struct.new(
113
117
  :enabled,
114
118
  :settings_group)
119
+ SENSITIVE = []
115
120
  include Aws::Structure
116
121
  end
117
122
 
@@ -140,6 +145,7 @@ module Aws::AppStream
140
145
  :enabled,
141
146
  :settings_group,
142
147
  :s3_bucket_name)
148
+ SENSITIVE = []
143
149
  include Aws::Structure
144
150
  end
145
151
 
@@ -164,6 +170,7 @@ module Aws::AppStream
164
170
  class AssociateFleetRequest < Struct.new(
165
171
  :fleet_name,
166
172
  :stack_name)
173
+ SENSITIVE = []
167
174
  include Aws::Structure
168
175
  end
169
176
 
@@ -193,6 +200,7 @@ module Aws::AppStream
193
200
  #
194
201
  class BatchAssociateUserStackRequest < Struct.new(
195
202
  :user_stack_associations)
203
+ SENSITIVE = []
196
204
  include Aws::Structure
197
205
  end
198
206
 
@@ -204,6 +212,7 @@ module Aws::AppStream
204
212
  #
205
213
  class BatchAssociateUserStackResult < Struct.new(
206
214
  :errors)
215
+ SENSITIVE = []
207
216
  include Aws::Structure
208
217
  end
209
218
 
@@ -229,6 +238,7 @@ module Aws::AppStream
229
238
  #
230
239
  class BatchDisassociateUserStackRequest < Struct.new(
231
240
  :user_stack_associations)
241
+ SENSITIVE = []
232
242
  include Aws::Structure
233
243
  end
234
244
 
@@ -240,6 +250,7 @@ module Aws::AppStream
240
250
  #
241
251
  class BatchDisassociateUserStackResult < Struct.new(
242
252
  :errors)
253
+ SENSITIVE = []
243
254
  include Aws::Structure
244
255
  end
245
256
 
@@ -260,6 +271,7 @@ module Aws::AppStream
260
271
  #
261
272
  class ComputeCapacity < Struct.new(
262
273
  :desired_instances)
274
+ SENSITIVE = []
263
275
  include Aws::Structure
264
276
  end
265
277
 
@@ -290,6 +302,7 @@ module Aws::AppStream
290
302
  :running,
291
303
  :in_use,
292
304
  :available)
305
+ SENSITIVE = []
293
306
  include Aws::Structure
294
307
  end
295
308
 
@@ -303,6 +316,7 @@ module Aws::AppStream
303
316
  #
304
317
  class ConcurrentModificationException < Struct.new(
305
318
  :message)
319
+ SENSITIVE = []
306
320
  include Aws::Structure
307
321
  end
308
322
 
@@ -343,6 +357,7 @@ module Aws::AppStream
343
357
  :destination_image_name,
344
358
  :destination_region,
345
359
  :destination_image_description)
360
+ SENSITIVE = []
346
361
  include Aws::Structure
347
362
  end
348
363
 
@@ -354,6 +369,7 @@ module Aws::AppStream
354
369
  #
355
370
  class CopyImageResponse < Struct.new(
356
371
  :destination_image_name)
372
+ SENSITIVE = []
357
373
  include Aws::Structure
358
374
  end
359
375
 
@@ -363,7 +379,7 @@ module Aws::AppStream
363
379
  # {
364
380
  # directory_name: "DirectoryName", # required
365
381
  # organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"], # required
366
- # service_account_credentials: { # required
382
+ # service_account_credentials: {
367
383
  # account_name: "AccountName", # required
368
384
  # account_password: "AccountPassword", # required
369
385
  # },
@@ -390,6 +406,7 @@ module Aws::AppStream
390
406
  :directory_name,
391
407
  :organizational_unit_distinguished_names,
392
408
  :service_account_credentials)
409
+ SENSITIVE = []
393
410
  include Aws::Structure
394
411
  end
395
412
 
@@ -401,6 +418,7 @@ module Aws::AppStream
401
418
  #
402
419
  class CreateDirectoryConfigResult < Struct.new(
403
420
  :directory_config)
421
+ SENSITIVE = []
404
422
  include Aws::Structure
405
423
  end
406
424
 
@@ -434,6 +452,7 @@ module Aws::AppStream
434
452
  # },
435
453
  # idle_disconnect_timeout_in_seconds: 1,
436
454
  # iam_role_arn: "Arn",
455
+ # stream_view: "APP", # accepts APP, DESKTOP
437
456
  # }
438
457
  #
439
458
  # @!attribute [rw] name
@@ -476,6 +495,18 @@ module Aws::AppStream
476
495
  #
477
496
  # * stream.memory.8xlarge
478
497
  #
498
+ # * stream.memory.z1d.large
499
+ #
500
+ # * stream.memory.z1d.xlarge
501
+ #
502
+ # * stream.memory.z1d.2xlarge
503
+ #
504
+ # * stream.memory.z1d.3xlarge
505
+ #
506
+ # * stream.memory.z1d.6xlarge
507
+ #
508
+ # * stream.memory.z1d.12xlarge
509
+ #
479
510
  # * stream.graphics-design.large
480
511
  #
481
512
  # * stream.graphics-design.xlarge
@@ -486,6 +517,18 @@ module Aws::AppStream
486
517
  #
487
518
  # * stream.graphics-desktop.2xlarge
488
519
  #
520
+ # * stream.graphics.g4dn.xlarge
521
+ #
522
+ # * stream.graphics.g4dn.2xlarge
523
+ #
524
+ # * stream.graphics.g4dn.4xlarge
525
+ #
526
+ # * stream.graphics.g4dn.8xlarge
527
+ #
528
+ # * stream.graphics.g4dn.12xlarge
529
+ #
530
+ # * stream.graphics.g4dn.16xlarge
531
+ #
489
532
  # * stream.graphics-pro.4xlarge
490
533
  #
491
534
  # * stream.graphics-pro.8xlarge
@@ -612,7 +655,7 @@ module Aws::AppStream
612
655
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
613
656
  # the role to use. The operation creates a new session with temporary
614
657
  # credentials. AppStream 2.0 retrieves the temporary credentials and
615
- # creates the **AppStream\_Machine\_Role** credential profile on the
658
+ # creates the **appstream\_machine\_role** credential profile on the
616
659
  # instance.
617
660
  #
618
661
  # For more information, see [Using an IAM Role to Grant Permissions to
@@ -624,6 +667,16 @@ module Aws::AppStream
624
667
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
625
668
  # @return [String]
626
669
  #
670
+ # @!attribute [rw] stream_view
671
+ # The AppStream 2.0 view that is displayed to your users when they
672
+ # stream from the fleet. When `APP` is specified, only the windows of
673
+ # applications opened by users display. When `DESKTOP` is specified,
674
+ # the standard desktop that is provided by the operating system
675
+ # displays.
676
+ #
677
+ # The default value is `APP`.
678
+ # @return [String]
679
+ #
627
680
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateFleetRequest AWS API Documentation
628
681
  #
629
682
  class CreateFleetRequest < Struct.new(
@@ -642,7 +695,9 @@ module Aws::AppStream
642
695
  :domain_join_info,
643
696
  :tags,
644
697
  :idle_disconnect_timeout_in_seconds,
645
- :iam_role_arn)
698
+ :iam_role_arn,
699
+ :stream_view)
700
+ SENSITIVE = []
646
701
  include Aws::Structure
647
702
  end
648
703
 
@@ -654,6 +709,7 @@ module Aws::AppStream
654
709
  #
655
710
  class CreateFleetResult < Struct.new(
656
711
  :fleet)
712
+ SENSITIVE = []
657
713
  include Aws::Structure
658
714
  end
659
715
 
@@ -729,6 +785,18 @@ module Aws::AppStream
729
785
  #
730
786
  # * stream.memory.8xlarge
731
787
  #
788
+ # * stream.memory.z1d.large
789
+ #
790
+ # * stream.memory.z1d.xlarge
791
+ #
792
+ # * stream.memory.z1d.2xlarge
793
+ #
794
+ # * stream.memory.z1d.3xlarge
795
+ #
796
+ # * stream.memory.z1d.6xlarge
797
+ #
798
+ # * stream.memory.z1d.12xlarge
799
+ #
732
800
  # * stream.graphics-design.large
733
801
  #
734
802
  # * stream.graphics-design.xlarge
@@ -739,6 +807,18 @@ module Aws::AppStream
739
807
  #
740
808
  # * stream.graphics-desktop.2xlarge
741
809
  #
810
+ # * stream.graphics.g4dn.xlarge
811
+ #
812
+ # * stream.graphics.g4dn.2xlarge
813
+ #
814
+ # * stream.graphics.g4dn.4xlarge
815
+ #
816
+ # * stream.graphics.g4dn.8xlarge
817
+ #
818
+ # * stream.graphics.g4dn.12xlarge
819
+ #
820
+ # * stream.graphics.g4dn.16xlarge
821
+ #
742
822
  # * stream.graphics-pro.4xlarge
743
823
  #
744
824
  # * stream.graphics-pro.8xlarge
@@ -765,7 +845,7 @@ module Aws::AppStream
765
845
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
766
846
  # the role to use. The operation creates a new session with temporary
767
847
  # credentials. AppStream 2.0 retrieves the temporary credentials and
768
- # creates the **AppStream\_Machine\_Role** credential profile on the
848
+ # creates the **appstream\_machine\_role** credential profile on the
769
849
  # instance.
770
850
  #
771
851
  # For more information, see [Using an IAM Role to Grant Permissions to
@@ -834,6 +914,7 @@ module Aws::AppStream
834
914
  :appstream_agent_version,
835
915
  :tags,
836
916
  :access_endpoints)
917
+ SENSITIVE = []
837
918
  include Aws::Structure
838
919
  end
839
920
 
@@ -845,6 +926,7 @@ module Aws::AppStream
845
926
  #
846
927
  class CreateImageBuilderResult < Struct.new(
847
928
  :image_builder)
929
+ SENSITIVE = []
848
930
  include Aws::Structure
849
931
  end
850
932
 
@@ -870,6 +952,7 @@ module Aws::AppStream
870
952
  class CreateImageBuilderStreamingURLRequest < Struct.new(
871
953
  :name,
872
954
  :validity)
955
+ SENSITIVE = []
873
956
  include Aws::Structure
874
957
  end
875
958
 
@@ -887,6 +970,7 @@ module Aws::AppStream
887
970
  class CreateImageBuilderStreamingURLResult < Struct.new(
888
971
  :streaming_url,
889
972
  :expires)
973
+ SENSITIVE = []
890
974
  include Aws::Structure
891
975
  end
892
976
 
@@ -1013,6 +1097,7 @@ module Aws::AppStream
1013
1097
  :tags,
1014
1098
  :access_endpoints,
1015
1099
  :embed_host_domains)
1100
+ SENSITIVE = []
1016
1101
  include Aws::Structure
1017
1102
  end
1018
1103
 
@@ -1024,6 +1109,7 @@ module Aws::AppStream
1024
1109
  #
1025
1110
  class CreateStackResult < Struct.new(
1026
1111
  :stack)
1112
+ SENSITIVE = []
1027
1113
  include Aws::Structure
1028
1114
  end
1029
1115
 
@@ -1079,6 +1165,7 @@ module Aws::AppStream
1079
1165
  :application_id,
1080
1166
  :validity,
1081
1167
  :session_context)
1168
+ SENSITIVE = []
1082
1169
  include Aws::Structure
1083
1170
  end
1084
1171
 
@@ -1096,6 +1183,7 @@ module Aws::AppStream
1096
1183
  class CreateStreamingURLResult < Struct.new(
1097
1184
  :streaming_url,
1098
1185
  :expires)
1186
+ SENSITIVE = []
1099
1187
  include Aws::Structure
1100
1188
  end
1101
1189
 
@@ -1126,6 +1214,7 @@ module Aws::AppStream
1126
1214
  class CreateUsageReportSubscriptionResult < Struct.new(
1127
1215
  :s3_bucket_name,
1128
1216
  :schedule)
1217
+ SENSITIVE = []
1129
1218
  include Aws::Structure
1130
1219
  end
1131
1220
 
@@ -1185,6 +1274,7 @@ module Aws::AppStream
1185
1274
  :first_name,
1186
1275
  :last_name,
1187
1276
  :authentication_type)
1277
+ SENSITIVE = [:user_name, :first_name, :last_name]
1188
1278
  include Aws::Structure
1189
1279
  end
1190
1280
 
@@ -1207,6 +1297,7 @@ module Aws::AppStream
1207
1297
  #
1208
1298
  class DeleteDirectoryConfigRequest < Struct.new(
1209
1299
  :directory_name)
1300
+ SENSITIVE = []
1210
1301
  include Aws::Structure
1211
1302
  end
1212
1303
 
@@ -1229,6 +1320,7 @@ module Aws::AppStream
1229
1320
  #
1230
1321
  class DeleteFleetRequest < Struct.new(
1231
1322
  :name)
1323
+ SENSITIVE = []
1232
1324
  include Aws::Structure
1233
1325
  end
1234
1326
 
@@ -1251,6 +1343,7 @@ module Aws::AppStream
1251
1343
  #
1252
1344
  class DeleteImageBuilderRequest < Struct.new(
1253
1345
  :name)
1346
+ SENSITIVE = []
1254
1347
  include Aws::Structure
1255
1348
  end
1256
1349
 
@@ -1262,6 +1355,7 @@ module Aws::AppStream
1262
1355
  #
1263
1356
  class DeleteImageBuilderResult < Struct.new(
1264
1357
  :image_builder)
1358
+ SENSITIVE = []
1265
1359
  include Aws::Structure
1266
1360
  end
1267
1361
 
@@ -1287,6 +1381,7 @@ module Aws::AppStream
1287
1381
  class DeleteImagePermissionsRequest < Struct.new(
1288
1382
  :name,
1289
1383
  :shared_account_id)
1384
+ SENSITIVE = []
1290
1385
  include Aws::Structure
1291
1386
  end
1292
1387
 
@@ -1309,6 +1404,7 @@ module Aws::AppStream
1309
1404
  #
1310
1405
  class DeleteImageRequest < Struct.new(
1311
1406
  :name)
1407
+ SENSITIVE = []
1312
1408
  include Aws::Structure
1313
1409
  end
1314
1410
 
@@ -1320,6 +1416,7 @@ module Aws::AppStream
1320
1416
  #
1321
1417
  class DeleteImageResult < Struct.new(
1322
1418
  :image)
1419
+ SENSITIVE = []
1323
1420
  include Aws::Structure
1324
1421
  end
1325
1422
 
@@ -1338,6 +1435,7 @@ module Aws::AppStream
1338
1435
  #
1339
1436
  class DeleteStackRequest < Struct.new(
1340
1437
  :name)
1438
+ SENSITIVE = []
1341
1439
  include Aws::Structure
1342
1440
  end
1343
1441
 
@@ -1380,6 +1478,7 @@ module Aws::AppStream
1380
1478
  class DeleteUserRequest < Struct.new(
1381
1479
  :user_name,
1382
1480
  :authentication_type)
1481
+ SENSITIVE = [:user_name]
1383
1482
  include Aws::Structure
1384
1483
  end
1385
1484
 
@@ -1415,6 +1514,7 @@ module Aws::AppStream
1415
1514
  :directory_names,
1416
1515
  :max_results,
1417
1516
  :next_token)
1517
+ SENSITIVE = []
1418
1518
  include Aws::Structure
1419
1519
  end
1420
1520
 
@@ -1434,6 +1534,7 @@ module Aws::AppStream
1434
1534
  class DescribeDirectoryConfigsResult < Struct.new(
1435
1535
  :directory_configs,
1436
1536
  :next_token)
1537
+ SENSITIVE = []
1437
1538
  include Aws::Structure
1438
1539
  end
1439
1540
 
@@ -1459,6 +1560,7 @@ module Aws::AppStream
1459
1560
  class DescribeFleetsRequest < Struct.new(
1460
1561
  :names,
1461
1562
  :next_token)
1563
+ SENSITIVE = []
1462
1564
  include Aws::Structure
1463
1565
  end
1464
1566
 
@@ -1476,6 +1578,7 @@ module Aws::AppStream
1476
1578
  class DescribeFleetsResult < Struct.new(
1477
1579
  :fleets,
1478
1580
  :next_token)
1581
+ SENSITIVE = []
1479
1582
  include Aws::Structure
1480
1583
  end
1481
1584
 
@@ -1507,6 +1610,7 @@ module Aws::AppStream
1507
1610
  :names,
1508
1611
  :max_results,
1509
1612
  :next_token)
1613
+ SENSITIVE = []
1510
1614
  include Aws::Structure
1511
1615
  end
1512
1616
 
@@ -1524,6 +1628,7 @@ module Aws::AppStream
1524
1628
  class DescribeImageBuildersResult < Struct.new(
1525
1629
  :image_builders,
1526
1630
  :next_token)
1631
+ SENSITIVE = []
1527
1632
  include Aws::Structure
1528
1633
  end
1529
1634
 
@@ -1563,6 +1668,7 @@ module Aws::AppStream
1563
1668
  :max_results,
1564
1669
  :shared_aws_account_ids,
1565
1670
  :next_token)
1671
+ SENSITIVE = []
1566
1672
  include Aws::Structure
1567
1673
  end
1568
1674
 
@@ -1585,6 +1691,7 @@ module Aws::AppStream
1585
1691
  :name,
1586
1692
  :shared_image_permissions_list,
1587
1693
  :next_token)
1694
+ SENSITIVE = []
1588
1695
  include Aws::Structure
1589
1696
  end
1590
1697
 
@@ -1628,6 +1735,7 @@ module Aws::AppStream
1628
1735
  :type,
1629
1736
  :next_token,
1630
1737
  :max_results)
1738
+ SENSITIVE = []
1631
1739
  include Aws::Structure
1632
1740
  end
1633
1741
 
@@ -1645,6 +1753,7 @@ module Aws::AppStream
1645
1753
  class DescribeImagesResult < Struct.new(
1646
1754
  :images,
1647
1755
  :next_token)
1756
+ SENSITIVE = []
1648
1757
  include Aws::Structure
1649
1758
  end
1650
1759
 
@@ -1669,7 +1778,8 @@ module Aws::AppStream
1669
1778
  # @return [String]
1670
1779
  #
1671
1780
  # @!attribute [rw] user_id
1672
- # The user identifier.
1781
+ # The user identifier (ID). If you specify a user ID, you must also
1782
+ # specify the authentication type.
1673
1783
  # @return [String]
1674
1784
  #
1675
1785
  # @!attribute [rw] next_token
@@ -1697,6 +1807,7 @@ module Aws::AppStream
1697
1807
  :next_token,
1698
1808
  :limit,
1699
1809
  :authentication_type)
1810
+ SENSITIVE = []
1700
1811
  include Aws::Structure
1701
1812
  end
1702
1813
 
@@ -1714,6 +1825,7 @@ module Aws::AppStream
1714
1825
  class DescribeSessionsResult < Struct.new(
1715
1826
  :sessions,
1716
1827
  :next_token)
1828
+ SENSITIVE = []
1717
1829
  include Aws::Structure
1718
1830
  end
1719
1831
 
@@ -1739,6 +1851,7 @@ module Aws::AppStream
1739
1851
  class DescribeStacksRequest < Struct.new(
1740
1852
  :names,
1741
1853
  :next_token)
1854
+ SENSITIVE = []
1742
1855
  include Aws::Structure
1743
1856
  end
1744
1857
 
@@ -1756,6 +1869,7 @@ module Aws::AppStream
1756
1869
  class DescribeStacksResult < Struct.new(
1757
1870
  :stacks,
1758
1871
  :next_token)
1872
+ SENSITIVE = []
1759
1873
  include Aws::Structure
1760
1874
  end
1761
1875
 
@@ -1781,6 +1895,7 @@ module Aws::AppStream
1781
1895
  class DescribeUsageReportSubscriptionsRequest < Struct.new(
1782
1896
  :max_results,
1783
1897
  :next_token)
1898
+ SENSITIVE = []
1784
1899
  include Aws::Structure
1785
1900
  end
1786
1901
 
@@ -1798,6 +1913,7 @@ module Aws::AppStream
1798
1913
  class DescribeUsageReportSubscriptionsResult < Struct.new(
1799
1914
  :usage_report_subscriptions,
1800
1915
  :next_token)
1916
+ SENSITIVE = []
1801
1917
  include Aws::Structure
1802
1918
  end
1803
1919
 
@@ -1846,6 +1962,7 @@ module Aws::AppStream
1846
1962
  :authentication_type,
1847
1963
  :max_results,
1848
1964
  :next_token)
1965
+ SENSITIVE = [:user_name]
1849
1966
  include Aws::Structure
1850
1967
  end
1851
1968
 
@@ -1863,6 +1980,7 @@ module Aws::AppStream
1863
1980
  class DescribeUserStackAssociationsResult < Struct.new(
1864
1981
  :user_stack_associations,
1865
1982
  :next_token)
1983
+ SENSITIVE = []
1866
1984
  include Aws::Structure
1867
1985
  end
1868
1986
 
@@ -1895,6 +2013,7 @@ module Aws::AppStream
1895
2013
  :authentication_type,
1896
2014
  :max_results,
1897
2015
  :next_token)
2016
+ SENSITIVE = []
1898
2017
  include Aws::Structure
1899
2018
  end
1900
2019
 
@@ -1912,6 +2031,7 @@ module Aws::AppStream
1912
2031
  class DescribeUsersResult < Struct.new(
1913
2032
  :users,
1914
2033
  :next_token)
2034
+ SENSITIVE = []
1915
2035
  include Aws::Structure
1916
2036
  end
1917
2037
 
@@ -1944,6 +2064,7 @@ module Aws::AppStream
1944
2064
  :organizational_unit_distinguished_names,
1945
2065
  :service_account_credentials,
1946
2066
  :created_time)
2067
+ SENSITIVE = []
1947
2068
  include Aws::Structure
1948
2069
  end
1949
2070
 
@@ -1972,6 +2093,7 @@ module Aws::AppStream
1972
2093
  class DisableUserRequest < Struct.new(
1973
2094
  :user_name,
1974
2095
  :authentication_type)
2096
+ SENSITIVE = [:user_name]
1975
2097
  include Aws::Structure
1976
2098
  end
1977
2099
 
@@ -2000,6 +2122,7 @@ module Aws::AppStream
2000
2122
  class DisassociateFleetRequest < Struct.new(
2001
2123
  :fleet_name,
2002
2124
  :stack_name)
2125
+ SENSITIVE = []
2003
2126
  include Aws::Structure
2004
2127
  end
2005
2128
 
@@ -2033,6 +2156,7 @@ module Aws::AppStream
2033
2156
  class DomainJoinInfo < Struct.new(
2034
2157
  :directory_name,
2035
2158
  :organizational_unit_distinguished_name)
2159
+ SENSITIVE = []
2036
2160
  include Aws::Structure
2037
2161
  end
2038
2162
 
@@ -2064,6 +2188,7 @@ module Aws::AppStream
2064
2188
  class EnableUserRequest < Struct.new(
2065
2189
  :user_name,
2066
2190
  :authentication_type)
2191
+ SENSITIVE = [:user_name]
2067
2192
  include Aws::Structure
2068
2193
  end
2069
2194
 
@@ -2086,6 +2211,7 @@ module Aws::AppStream
2086
2211
  #
2087
2212
  class ExpireSessionRequest < Struct.new(
2088
2213
  :session_id)
2214
+ SENSITIVE = []
2089
2215
  include Aws::Structure
2090
2216
  end
2091
2217
 
@@ -2147,6 +2273,18 @@ module Aws::AppStream
2147
2273
  #
2148
2274
  # * stream.memory.8xlarge
2149
2275
  #
2276
+ # * stream.memory.z1d.large
2277
+ #
2278
+ # * stream.memory.z1d.xlarge
2279
+ #
2280
+ # * stream.memory.z1d.2xlarge
2281
+ #
2282
+ # * stream.memory.z1d.3xlarge
2283
+ #
2284
+ # * stream.memory.z1d.6xlarge
2285
+ #
2286
+ # * stream.memory.z1d.12xlarge
2287
+ #
2150
2288
  # * stream.graphics-design.large
2151
2289
  #
2152
2290
  # * stream.graphics-design.xlarge
@@ -2157,6 +2295,18 @@ module Aws::AppStream
2157
2295
  #
2158
2296
  # * stream.graphics-desktop.2xlarge
2159
2297
  #
2298
+ # * stream.graphics.g4dn.xlarge
2299
+ #
2300
+ # * stream.graphics.g4dn.2xlarge
2301
+ #
2302
+ # * stream.graphics.g4dn.4xlarge
2303
+ #
2304
+ # * stream.graphics.g4dn.8xlarge
2305
+ #
2306
+ # * stream.graphics.g4dn.12xlarge
2307
+ #
2308
+ # * stream.graphics.g4dn.16xlarge
2309
+ #
2160
2310
  # * stream.graphics-pro.4xlarge
2161
2311
  #
2162
2312
  # * stream.graphics-pro.8xlarge
@@ -2267,7 +2417,7 @@ module Aws::AppStream
2267
2417
  # `AssumeRole` API operation and passes the ARN of the role to use.
2268
2418
  # The operation creates a new session with temporary credentials.
2269
2419
  # AppStream 2.0 retrieves the temporary credentials and creates the
2270
- # **AppStream\_Machine\_Role** credential profile on the instance.
2420
+ # **appstream\_machine\_role** credential profile on the instance.
2271
2421
  #
2272
2422
  # For more information, see [Using an IAM Role to Grant Permissions to
2273
2423
  # Applications and Scripts Running on AppStream 2.0 Streaming
@@ -2278,6 +2428,16 @@ module Aws::AppStream
2278
2428
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
2279
2429
  # @return [String]
2280
2430
  #
2431
+ # @!attribute [rw] stream_view
2432
+ # The AppStream 2.0 view that is displayed to your users when they
2433
+ # stream from the fleet. When `APP` is specified, only the windows of
2434
+ # applications opened by users display. When `DESKTOP` is specified,
2435
+ # the standard desktop that is provided by the operating system
2436
+ # displays.
2437
+ #
2438
+ # The default value is `APP`.
2439
+ # @return [String]
2440
+ #
2281
2441
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Fleet AWS API Documentation
2282
2442
  #
2283
2443
  class Fleet < Struct.new(
@@ -2299,7 +2459,9 @@ module Aws::AppStream
2299
2459
  :enable_default_internet_access,
2300
2460
  :domain_join_info,
2301
2461
  :idle_disconnect_timeout_in_seconds,
2302
- :iam_role_arn)
2462
+ :iam_role_arn,
2463
+ :stream_view)
2464
+ SENSITIVE = []
2303
2465
  include Aws::Structure
2304
2466
  end
2305
2467
 
@@ -2318,6 +2480,7 @@ module Aws::AppStream
2318
2480
  class FleetError < Struct.new(
2319
2481
  :error_code,
2320
2482
  :error_message)
2483
+ SENSITIVE = []
2321
2484
  include Aws::Structure
2322
2485
  end
2323
2486
 
@@ -2413,6 +2576,7 @@ module Aws::AppStream
2413
2576
  :public_base_image_released_date,
2414
2577
  :appstream_agent_version,
2415
2578
  :image_permissions)
2579
+ SENSITIVE = []
2416
2580
  include Aws::Structure
2417
2581
  end
2418
2582
 
@@ -2470,6 +2634,18 @@ module Aws::AppStream
2470
2634
  #
2471
2635
  # * stream.memory.8xlarge
2472
2636
  #
2637
+ # * stream.memory.z1d.large
2638
+ #
2639
+ # * stream.memory.z1d.xlarge
2640
+ #
2641
+ # * stream.memory.z1d.2xlarge
2642
+ #
2643
+ # * stream.memory.z1d.3xlarge
2644
+ #
2645
+ # * stream.memory.z1d.6xlarge
2646
+ #
2647
+ # * stream.memory.z1d.12xlarge
2648
+ #
2473
2649
  # * stream.graphics-design.large
2474
2650
  #
2475
2651
  # * stream.graphics-design.xlarge
@@ -2480,6 +2656,18 @@ module Aws::AppStream
2480
2656
  #
2481
2657
  # * stream.graphics-desktop.2xlarge
2482
2658
  #
2659
+ # * stream.graphics.g4dn.xlarge
2660
+ #
2661
+ # * stream.graphics.g4dn.2xlarge
2662
+ #
2663
+ # * stream.graphics.g4dn.4xlarge
2664
+ #
2665
+ # * stream.graphics.g4dn.8xlarge
2666
+ #
2667
+ # * stream.graphics.g4dn.12xlarge
2668
+ #
2669
+ # * stream.graphics.g4dn.16xlarge
2670
+ #
2483
2671
  # * stream.graphics-pro.4xlarge
2484
2672
  #
2485
2673
  # * stream.graphics-pro.8xlarge
@@ -2497,7 +2685,7 @@ module Aws::AppStream
2497
2685
  # Service (STS) `AssumeRole` API operation and passes the ARN of the
2498
2686
  # role to use. The operation creates a new session with temporary
2499
2687
  # credentials. AppStream 2.0 retrieves the temporary credentials and
2500
- # creates the **AppStream\_Machine\_Role** credential profile on the
2688
+ # creates the **appstream\_machine\_role** credential profile on the
2501
2689
  # instance.
2502
2690
  #
2503
2691
  # For more information, see [Using an IAM Role to Grant Permissions to
@@ -2571,6 +2759,7 @@ module Aws::AppStream
2571
2759
  :image_builder_errors,
2572
2760
  :appstream_agent_version,
2573
2761
  :access_endpoints)
2762
+ SENSITIVE = []
2574
2763
  include Aws::Structure
2575
2764
  end
2576
2765
 
@@ -2589,6 +2778,7 @@ module Aws::AppStream
2589
2778
  class ImageBuilderStateChangeReason < Struct.new(
2590
2779
  :code,
2591
2780
  :message)
2781
+ SENSITIVE = []
2592
2782
  include Aws::Structure
2593
2783
  end
2594
2784
 
@@ -2615,6 +2805,7 @@ module Aws::AppStream
2615
2805
  class ImagePermissions < Struct.new(
2616
2806
  :allow_fleet,
2617
2807
  :allow_image_builder)
2808
+ SENSITIVE = []
2618
2809
  include Aws::Structure
2619
2810
  end
2620
2811
 
@@ -2633,6 +2824,7 @@ module Aws::AppStream
2633
2824
  class ImageStateChangeReason < Struct.new(
2634
2825
  :code,
2635
2826
  :message)
2827
+ SENSITIVE = []
2636
2828
  include Aws::Structure
2637
2829
  end
2638
2830
 
@@ -2646,6 +2838,7 @@ module Aws::AppStream
2646
2838
  #
2647
2839
  class IncompatibleImageException < Struct.new(
2648
2840
  :message)
2841
+ SENSITIVE = []
2649
2842
  include Aws::Structure
2650
2843
  end
2651
2844
 
@@ -2660,6 +2853,7 @@ module Aws::AppStream
2660
2853
  #
2661
2854
  class InvalidAccountStatusException < Struct.new(
2662
2855
  :message)
2856
+ SENSITIVE = []
2663
2857
  include Aws::Structure
2664
2858
  end
2665
2859
 
@@ -2674,6 +2868,7 @@ module Aws::AppStream
2674
2868
  #
2675
2869
  class InvalidParameterCombinationException < Struct.new(
2676
2870
  :message)
2871
+ SENSITIVE = []
2677
2872
  include Aws::Structure
2678
2873
  end
2679
2874
 
@@ -2687,6 +2882,7 @@ module Aws::AppStream
2687
2882
  #
2688
2883
  class InvalidRoleException < Struct.new(
2689
2884
  :message)
2885
+ SENSITIVE = []
2690
2886
  include Aws::Structure
2691
2887
  end
2692
2888
 
@@ -2708,6 +2904,7 @@ module Aws::AppStream
2708
2904
  class LastReportGenerationExecutionError < Struct.new(
2709
2905
  :error_code,
2710
2906
  :error_message)
2907
+ SENSITIVE = []
2711
2908
  include Aws::Structure
2712
2909
  end
2713
2910
 
@@ -2721,6 +2918,7 @@ module Aws::AppStream
2721
2918
  #
2722
2919
  class LimitExceededException < Struct.new(
2723
2920
  :message)
2921
+ SENSITIVE = []
2724
2922
  include Aws::Structure
2725
2923
  end
2726
2924
 
@@ -2746,6 +2944,7 @@ module Aws::AppStream
2746
2944
  class ListAssociatedFleetsRequest < Struct.new(
2747
2945
  :stack_name,
2748
2946
  :next_token)
2947
+ SENSITIVE = []
2749
2948
  include Aws::Structure
2750
2949
  end
2751
2950
 
@@ -2763,6 +2962,7 @@ module Aws::AppStream
2763
2962
  class ListAssociatedFleetsResult < Struct.new(
2764
2963
  :names,
2765
2964
  :next_token)
2965
+ SENSITIVE = []
2766
2966
  include Aws::Structure
2767
2967
  end
2768
2968
 
@@ -2788,6 +2988,7 @@ module Aws::AppStream
2788
2988
  class ListAssociatedStacksRequest < Struct.new(
2789
2989
  :fleet_name,
2790
2990
  :next_token)
2991
+ SENSITIVE = []
2791
2992
  include Aws::Structure
2792
2993
  end
2793
2994
 
@@ -2805,6 +3006,7 @@ module Aws::AppStream
2805
3006
  class ListAssociatedStacksResult < Struct.new(
2806
3007
  :names,
2807
3008
  :next_token)
3009
+ SENSITIVE = []
2808
3010
  include Aws::Structure
2809
3011
  end
2810
3012
 
@@ -2823,6 +3025,7 @@ module Aws::AppStream
2823
3025
  #
2824
3026
  class ListTagsForResourceRequest < Struct.new(
2825
3027
  :resource_arn)
3028
+ SENSITIVE = []
2826
3029
  include Aws::Structure
2827
3030
  end
2828
3031
 
@@ -2834,6 +3037,7 @@ module Aws::AppStream
2834
3037
  #
2835
3038
  class ListTagsForResourceResponse < Struct.new(
2836
3039
  :tags)
3040
+ SENSITIVE = []
2837
3041
  include Aws::Structure
2838
3042
  end
2839
3043
 
@@ -2855,6 +3059,7 @@ module Aws::AppStream
2855
3059
  class NetworkAccessConfiguration < Struct.new(
2856
3060
  :eni_private_ip_address,
2857
3061
  :eni_id)
3062
+ SENSITIVE = []
2858
3063
  include Aws::Structure
2859
3064
  end
2860
3065
 
@@ -2868,6 +3073,23 @@ module Aws::AppStream
2868
3073
  #
2869
3074
  class OperationNotPermittedException < Struct.new(
2870
3075
  :message)
3076
+ SENSITIVE = []
3077
+ include Aws::Structure
3078
+ end
3079
+
3080
+ # AppStream 2.0 can’t process the request right now because the Describe
3081
+ # calls from your AWS account are being throttled by Amazon EC2. Try
3082
+ # again later.
3083
+ #
3084
+ # @!attribute [rw] message
3085
+ # The error message in the exception.
3086
+ # @return [String]
3087
+ #
3088
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/RequestLimitExceededException AWS API Documentation
3089
+ #
3090
+ class RequestLimitExceededException < Struct.new(
3091
+ :message)
3092
+ SENSITIVE = []
2871
3093
  include Aws::Structure
2872
3094
  end
2873
3095
 
@@ -2881,6 +3103,7 @@ module Aws::AppStream
2881
3103
  #
2882
3104
  class ResourceAlreadyExistsException < Struct.new(
2883
3105
  :message)
3106
+ SENSITIVE = []
2884
3107
  include Aws::Structure
2885
3108
  end
2886
3109
 
@@ -2904,6 +3127,7 @@ module Aws::AppStream
2904
3127
  :error_code,
2905
3128
  :error_message,
2906
3129
  :error_timestamp)
3130
+ SENSITIVE = []
2907
3131
  include Aws::Structure
2908
3132
  end
2909
3133
 
@@ -2917,6 +3141,7 @@ module Aws::AppStream
2917
3141
  #
2918
3142
  class ResourceInUseException < Struct.new(
2919
3143
  :message)
3144
+ SENSITIVE = []
2920
3145
  include Aws::Structure
2921
3146
  end
2922
3147
 
@@ -2930,6 +3155,7 @@ module Aws::AppStream
2930
3155
  #
2931
3156
  class ResourceNotAvailableException < Struct.new(
2932
3157
  :message)
3158
+ SENSITIVE = []
2933
3159
  include Aws::Structure
2934
3160
  end
2935
3161
 
@@ -2943,6 +3169,7 @@ module Aws::AppStream
2943
3169
  #
2944
3170
  class ResourceNotFoundException < Struct.new(
2945
3171
  :message)
3172
+ SENSITIVE = []
2946
3173
  include Aws::Structure
2947
3174
  end
2948
3175
 
@@ -2973,6 +3200,7 @@ module Aws::AppStream
2973
3200
  class ServiceAccountCredentials < Struct.new(
2974
3201
  :account_name,
2975
3202
  :account_password)
3203
+ SENSITIVE = [:account_name, :account_password]
2976
3204
  include Aws::Structure
2977
3205
  end
2978
3206
 
@@ -3040,6 +3268,7 @@ module Aws::AppStream
3040
3268
  :max_expiration_time,
3041
3269
  :authentication_type,
3042
3270
  :network_access_configuration)
3271
+ SENSITIVE = []
3043
3272
  include Aws::Structure
3044
3273
  end
3045
3274
 
@@ -3060,6 +3289,7 @@ module Aws::AppStream
3060
3289
  class SharedImagePermissions < Struct.new(
3061
3290
  :shared_account_id,
3062
3291
  :image_permissions)
3292
+ SENSITIVE = []
3063
3293
  include Aws::Structure
3064
3294
  end
3065
3295
 
@@ -3141,6 +3371,7 @@ module Aws::AppStream
3141
3371
  :application_settings,
3142
3372
  :access_endpoints,
3143
3373
  :embed_host_domains)
3374
+ SENSITIVE = []
3144
3375
  include Aws::Structure
3145
3376
  end
3146
3377
 
@@ -3159,6 +3390,7 @@ module Aws::AppStream
3159
3390
  class StackError < Struct.new(
3160
3391
  :error_code,
3161
3392
  :error_message)
3393
+ SENSITIVE = []
3162
3394
  include Aws::Structure
3163
3395
  end
3164
3396
 
@@ -3177,6 +3409,7 @@ module Aws::AppStream
3177
3409
  #
3178
3410
  class StartFleetRequest < Struct.new(
3179
3411
  :name)
3412
+ SENSITIVE = []
3180
3413
  include Aws::Structure
3181
3414
  end
3182
3415
 
@@ -3207,6 +3440,7 @@ module Aws::AppStream
3207
3440
  class StartImageBuilderRequest < Struct.new(
3208
3441
  :name,
3209
3442
  :appstream_agent_version)
3443
+ SENSITIVE = []
3210
3444
  include Aws::Structure
3211
3445
  end
3212
3446
 
@@ -3218,6 +3452,7 @@ module Aws::AppStream
3218
3452
  #
3219
3453
  class StartImageBuilderResult < Struct.new(
3220
3454
  :image_builder)
3455
+ SENSITIVE = []
3221
3456
  include Aws::Structure
3222
3457
  end
3223
3458
 
@@ -3236,6 +3471,7 @@ module Aws::AppStream
3236
3471
  #
3237
3472
  class StopFleetRequest < Struct.new(
3238
3473
  :name)
3474
+ SENSITIVE = []
3239
3475
  include Aws::Structure
3240
3476
  end
3241
3477
 
@@ -3258,6 +3494,7 @@ module Aws::AppStream
3258
3494
  #
3259
3495
  class StopImageBuilderRequest < Struct.new(
3260
3496
  :name)
3497
+ SENSITIVE = []
3261
3498
  include Aws::Structure
3262
3499
  end
3263
3500
 
@@ -3269,6 +3506,7 @@ module Aws::AppStream
3269
3506
  #
3270
3507
  class StopImageBuilderResult < Struct.new(
3271
3508
  :image_builder)
3509
+ SENSITIVE = []
3272
3510
  include Aws::Structure
3273
3511
  end
3274
3512
 
@@ -3301,6 +3539,7 @@ module Aws::AppStream
3301
3539
  :connector_type,
3302
3540
  :resource_identifier,
3303
3541
  :domains)
3542
+ SENSITIVE = []
3304
3543
  include Aws::Structure
3305
3544
  end
3306
3545
 
@@ -3336,6 +3575,7 @@ module Aws::AppStream
3336
3575
  class TagResourceRequest < Struct.new(
3337
3576
  :resource_arn,
3338
3577
  :tags)
3578
+ SENSITIVE = []
3339
3579
  include Aws::Structure
3340
3580
  end
3341
3581
 
@@ -3364,6 +3604,7 @@ module Aws::AppStream
3364
3604
  class UntagResourceRequest < Struct.new(
3365
3605
  :resource_arn,
3366
3606
  :tag_keys)
3607
+ SENSITIVE = []
3367
3608
  include Aws::Structure
3368
3609
  end
3369
3610
 
@@ -3403,6 +3644,7 @@ module Aws::AppStream
3403
3644
  :directory_name,
3404
3645
  :organizational_unit_distinguished_names,
3405
3646
  :service_account_credentials)
3647
+ SENSITIVE = []
3406
3648
  include Aws::Structure
3407
3649
  end
3408
3650
 
@@ -3414,6 +3656,7 @@ module Aws::AppStream
3414
3656
  #
3415
3657
  class UpdateDirectoryConfigResult < Struct.new(
3416
3658
  :directory_config)
3659
+ SENSITIVE = []
3417
3660
  include Aws::Structure
3418
3661
  end
3419
3662
 
@@ -3445,6 +3688,7 @@ module Aws::AppStream
3445
3688
  # idle_disconnect_timeout_in_seconds: 1,
3446
3689
  # attributes_to_delete: ["VPC_CONFIGURATION"], # accepts VPC_CONFIGURATION, VPC_CONFIGURATION_SECURITY_GROUP_IDS, DOMAIN_JOIN_INFO, IAM_ROLE_ARN
3447
3690
  # iam_role_arn: "Arn",
3691
+ # stream_view: "APP", # accepts APP, DESKTOP
3448
3692
  # }
3449
3693
  #
3450
3694
  # @!attribute [rw] image_name
@@ -3487,6 +3731,18 @@ module Aws::AppStream
3487
3731
  #
3488
3732
  # * stream.memory.8xlarge
3489
3733
  #
3734
+ # * stream.memory.z1d.large
3735
+ #
3736
+ # * stream.memory.z1d.xlarge
3737
+ #
3738
+ # * stream.memory.z1d.2xlarge
3739
+ #
3740
+ # * stream.memory.z1d.3xlarge
3741
+ #
3742
+ # * stream.memory.z1d.6xlarge
3743
+ #
3744
+ # * stream.memory.z1d.12xlarge
3745
+ #
3490
3746
  # * stream.graphics-design.large
3491
3747
  #
3492
3748
  # * stream.graphics-design.xlarge
@@ -3497,6 +3753,18 @@ module Aws::AppStream
3497
3753
  #
3498
3754
  # * stream.graphics-desktop.2xlarge
3499
3755
  #
3756
+ # * stream.graphics.g4dn.xlarge
3757
+ #
3758
+ # * stream.graphics.g4dn.2xlarge
3759
+ #
3760
+ # * stream.graphics.g4dn.4xlarge
3761
+ #
3762
+ # * stream.graphics.g4dn.8xlarge
3763
+ #
3764
+ # * stream.graphics.g4dn.12xlarge
3765
+ #
3766
+ # * stream.graphics.g4dn.16xlarge
3767
+ #
3500
3768
  # * stream.graphics-pro.4xlarge
3501
3769
  #
3502
3770
  # * stream.graphics-pro.8xlarge
@@ -3594,7 +3862,7 @@ module Aws::AppStream
3594
3862
  # Token Service (STS) `AssumeRole` API operation and passes the ARN of
3595
3863
  # the role to use. The operation creates a new session with temporary
3596
3864
  # credentials. AppStream 2.0 retrieves the temporary credentials and
3597
- # creates the **AppStream\_Machine\_Role** credential profile on the
3865
+ # creates the **appstream\_machine\_role** credential profile on the
3598
3866
  # instance.
3599
3867
  #
3600
3868
  # For more information, see [Using an IAM Role to Grant Permissions to
@@ -3606,6 +3874,16 @@ module Aws::AppStream
3606
3874
  # [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html
3607
3875
  # @return [String]
3608
3876
  #
3877
+ # @!attribute [rw] stream_view
3878
+ # The AppStream 2.0 view that is displayed to your users when they
3879
+ # stream from the fleet. When `APP` is specified, only the windows of
3880
+ # applications opened by users display. When `DESKTOP` is specified,
3881
+ # the standard desktop that is provided by the operating system
3882
+ # displays.
3883
+ #
3884
+ # The default value is `APP`.
3885
+ # @return [String]
3886
+ #
3609
3887
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateFleetRequest AWS API Documentation
3610
3888
  #
3611
3889
  class UpdateFleetRequest < Struct.new(
@@ -3624,7 +3902,9 @@ module Aws::AppStream
3624
3902
  :domain_join_info,
3625
3903
  :idle_disconnect_timeout_in_seconds,
3626
3904
  :attributes_to_delete,
3627
- :iam_role_arn)
3905
+ :iam_role_arn,
3906
+ :stream_view)
3907
+ SENSITIVE = []
3628
3908
  include Aws::Structure
3629
3909
  end
3630
3910
 
@@ -3636,6 +3916,7 @@ module Aws::AppStream
3636
3916
  #
3637
3917
  class UpdateFleetResult < Struct.new(
3638
3918
  :fleet)
3919
+ SENSITIVE = []
3639
3920
  include Aws::Structure
3640
3921
  end
3641
3922
 
@@ -3670,6 +3951,7 @@ module Aws::AppStream
3670
3951
  :name,
3671
3952
  :shared_account_id,
3672
3953
  :image_permissions)
3954
+ SENSITIVE = []
3673
3955
  include Aws::Structure
3674
3956
  end
3675
3957
 
@@ -3788,6 +4070,7 @@ module Aws::AppStream
3788
4070
  :application_settings,
3789
4071
  :access_endpoints,
3790
4072
  :embed_host_domains)
4073
+ SENSITIVE = []
3791
4074
  include Aws::Structure
3792
4075
  end
3793
4076
 
@@ -3799,6 +4082,7 @@ module Aws::AppStream
3799
4082
  #
3800
4083
  class UpdateStackResult < Struct.new(
3801
4084
  :stack)
4085
+ SENSITIVE = []
3802
4086
  include Aws::Structure
3803
4087
  end
3804
4088
 
@@ -3836,6 +4120,7 @@ module Aws::AppStream
3836
4120
  :schedule,
3837
4121
  :last_generated_report_date,
3838
4122
  :subscription_errors)
4123
+ SENSITIVE = []
3839
4124
  include Aws::Structure
3840
4125
  end
3841
4126
 
@@ -3900,6 +4185,7 @@ module Aws::AppStream
3900
4185
  :last_name,
3901
4186
  :created_time,
3902
4187
  :authentication_type)
4188
+ SENSITIVE = [:user_name, :first_name, :last_name]
3903
4189
  include Aws::Structure
3904
4190
  end
3905
4191
 
@@ -3927,6 +4213,7 @@ module Aws::AppStream
3927
4213
  class UserSetting < Struct.new(
3928
4214
  :action,
3929
4215
  :permission)
4216
+ SENSITIVE = []
3930
4217
  include Aws::Structure
3931
4218
  end
3932
4219
 
@@ -3970,6 +4257,7 @@ module Aws::AppStream
3970
4257
  :user_name,
3971
4258
  :authentication_type,
3972
4259
  :send_email_notification)
4260
+ SENSITIVE = [:user_name]
3973
4261
  include Aws::Structure
3974
4262
  end
3975
4263
 
@@ -3996,6 +4284,7 @@ module Aws::AppStream
3996
4284
  :user_stack_association,
3997
4285
  :error_code,
3998
4286
  :error_message)
4287
+ SENSITIVE = []
3999
4288
  include Aws::Structure
4000
4289
  end
4001
4290
 
@@ -4026,6 +4315,7 @@ module Aws::AppStream
4026
4315
  class VpcConfig < Struct.new(
4027
4316
  :subnet_ids,
4028
4317
  :security_group_ids)
4318
+ SENSITIVE = []
4029
4319
  include Aws::Structure
4030
4320
  end
4031
4321