aws-sdk-appstream 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1de7998a25a578d02febb5c924e9294d50aa063
4
- data.tar.gz: 1b380af46c571c5a02801f2d62fef7bb3a0355ea
3
+ metadata.gz: 588eb16c38beb58f2338c26db64265406642d054
4
+ data.tar.gz: bb3067d39dfb100d92915fa7d44a704c4dc4cf5b
5
5
  SHA512:
6
- metadata.gz: cccd97c8c561563a0ad24c923e33cef5bca42760e643b4378ba585cc9ed016f7528e971e6a58c70d18130ce5369eaee1971a6c0271c191360e725d7fee9714b4
7
- data.tar.gz: 4f0caf1a14f4c53ad5e0baeaa8d3157915c4b1594083dec59ebf8f2bff322bac6d685eb1b7f28333bed4dcd61d67be77117d5db8f0784a9dcec507909f6cd908
6
+ metadata.gz: 60748213c7303e706a7aaf44d437039dc8048b4d53e968c783476ee41646ae452114824c1c44fa9cfcf23eb0180ecdb706374b2ba06fdc41bd118d5cd76bdf17
7
+ data.tar.gz: 14e5964b1a2ad84f26964bd1036bd26f12a7a832da8bef3a75e3913c15f8709dc03987a29ff4ece402d9eca2627a8303b7b575711535db00d1f48ed78d95a9c7
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-appstream/customizations'
43
43
  # @service
44
44
  module Aws::AppStream
45
45
 
46
- GEM_VERSION = '1.9.0'
46
+ GEM_VERSION = '1.10.0'
47
47
 
48
48
  end
@@ -227,7 +227,9 @@ module Aws::AppStream
227
227
  req.send_request(options)
228
228
  end
229
229
 
230
- # Creates a directory configuration.
230
+ # Creates a Directory Config object in AppStream 2.0. This object
231
+ # includes the information required to join streaming instances to an
232
+ # Active Directory domain.
231
233
  #
232
234
  # @option params [required, String] :directory_name
233
235
  # The fully qualified name of the directory (for example,
@@ -274,7 +276,8 @@ module Aws::AppStream
274
276
  req.send_request(options)
275
277
  end
276
278
 
277
- # Creates a fleet.
279
+ # Creates a fleet. A fleet consists of streaming instances that run a
280
+ # specified image.
278
281
  #
279
282
  # @option params [required, String] :name
280
283
  # A unique name for the fleet.
@@ -436,7 +439,8 @@ module Aws::AppStream
436
439
  req.send_request(options)
437
440
  end
438
441
 
439
- # Creates an image builder.
442
+ # Creates an image builder. An image builder is a virtual machine that
443
+ # is used to create an image.
440
444
  #
441
445
  # The initial state of the builder is `PENDING`. When it is ready, the
442
446
  # state is `RUNNING`.
@@ -565,7 +569,9 @@ module Aws::AppStream
565
569
  req.send_request(options)
566
570
  end
567
571
 
568
- # Creates a stack.
572
+ # Creates a stack to start streaming applications to users. A stack
573
+ # consists of an associated fleet, user access policies, and storage
574
+ # configurations.
569
575
  #
570
576
  # @option params [required, String] :name
571
577
  # The name of the stack.
@@ -599,7 +605,7 @@ module Aws::AppStream
599
605
  # @example Request syntax with placeholder values
600
606
  #
601
607
  # resp = client.create_stack({
602
- # name: "String", # required
608
+ # name: "Name", # required
603
609
  # description: "Description",
604
610
  # display_name: "DisplayName",
605
611
  # storage_connectors: [
@@ -649,7 +655,9 @@ module Aws::AppStream
649
655
  req.send_request(options)
650
656
  end
651
657
 
652
- # Creates a URL to start a streaming session for the specified user.
658
+ # Creates a temporary URL to start an AppStream 2.0 streaming session
659
+ # for the specified user. A streaming URL enables application streaming
660
+ # to be tested without user setup.
653
661
  #
654
662
  # @option params [required, String] :stack_name
655
663
  # The name of the stack.
@@ -706,7 +714,9 @@ module Aws::AppStream
706
714
  req.send_request(options)
707
715
  end
708
716
 
709
- # Deletes the specified directory configuration.
717
+ # Deletes the specified Directory Config object from AppStream 2.0. This
718
+ # object includes the information required to join streaming instances
719
+ # to an Active Directory domain.
710
720
  #
711
721
  # @option params [required, String] :directory_name
712
722
  # The name of the directory configuration.
@@ -750,9 +760,9 @@ module Aws::AppStream
750
760
  req.send_request(options)
751
761
  end
752
762
 
753
- # Deletes the specified image. You cannot delete an image that is
754
- # currently in use. After you delete an image, you cannot provision new
755
- # capacity using the image.
763
+ # Deletes the specified image. You cannot delete an image when it is in
764
+ # use. After you delete an image, you cannot provision new capacity
765
+ # using the image.
756
766
  #
757
767
  # @option params [required, String] :name
758
768
  # The name of the image.
@@ -852,9 +862,10 @@ module Aws::AppStream
852
862
  req.send_request(options)
853
863
  end
854
864
 
855
- # Deletes the specified stack. After this operation completes, the
856
- # environment can no longer be activated and any reservations made for
857
- # the stack are released.
865
+ # Deletes the specified stack. After the stack is deleted, the
866
+ # application streaming environment provided by the stack is no longer
867
+ # available to users. Also, any reservations made for application
868
+ # streaming sessions for the stack are released.
858
869
  #
859
870
  # @option params [required, String] :name
860
871
  # The name of the stack.
@@ -876,9 +887,14 @@ module Aws::AppStream
876
887
  req.send_request(options)
877
888
  end
878
889
 
879
- # Describes the specified directory configurations. Note that although
880
- # the response syntax in this topic includes the account password, this
881
- # password is not returned in the actual response.
890
+ # Retrieves a list that describes one or more specified Directory Config
891
+ # objects for AppStream 2.0, if the names for these objects are
892
+ # provided. Otherwise, all Directory Config objects in the account are
893
+ # described. These objects include the information required to join
894
+ # streaming instances to an Active Directory domain.
895
+ #
896
+ # Although the response syntax in this topic includes the account
897
+ # password, this password is not returned in the actual response.
882
898
  #
883
899
  # @option params [Array<String>] :directory_names
884
900
  # The directory names.
@@ -923,7 +939,9 @@ module Aws::AppStream
923
939
  req.send_request(options)
924
940
  end
925
941
 
926
- # Describes the specified fleets or all fleets in the account.
942
+ # Retrieves a list that describes one or more specified fleets, if the
943
+ # fleet names are provided. Otherwise, all fleets in the account are
944
+ # described.
927
945
  #
928
946
  # @option params [Array<String>] :names
929
947
  # The names of the fleets to describe.
@@ -983,8 +1001,9 @@ module Aws::AppStream
983
1001
  req.send_request(options)
984
1002
  end
985
1003
 
986
- # Describes the specified image builders or all image builders in the
987
- # account.
1004
+ # Retrieves a list that describes one or more specified image builders,
1005
+ # if the image builder names are provided. Otherwise, all image builders
1006
+ # in the account are described.
988
1007
  #
989
1008
  # @option params [Array<String>] :names
990
1009
  # The names of the image builders to describe.
@@ -1046,7 +1065,9 @@ module Aws::AppStream
1046
1065
  req.send_request(options)
1047
1066
  end
1048
1067
 
1049
- # Describes the specified images or all images in the account.
1068
+ # Retrieves a list that describes one or more specified images, if the
1069
+ # image names are provided. Otherwise, all images in the account are
1070
+ # described.
1050
1071
  #
1051
1072
  # @option params [Array<String>] :names
1052
1073
  # The names of the images to describe.
@@ -1097,10 +1118,11 @@ module Aws::AppStream
1097
1118
  req.send_request(options)
1098
1119
  end
1099
1120
 
1100
- # Describes the streaming sessions for the specified stack and fleet. If
1101
- # a user ID is provided, only the streaming sessions for only that user
1102
- # are returned. If an authentication type is not provided, the default
1103
- # is to authenticate users using a streaming URL.
1121
+ # Retrieves a list that describes the streaming sessions for a specified
1122
+ # stack and fleet. If a user ID is provided for the stack and fleet,
1123
+ # only streaming sessions for that user are described. If an
1124
+ # authentication type is not provided, the default is to authenticate
1125
+ # users using a streaming URL.
1104
1126
  #
1105
1127
  # @option params [required, String] :stack_name
1106
1128
  # The name of the stack. This value is case-sensitive.
@@ -1149,6 +1171,8 @@ module Aws::AppStream
1149
1171
  # resp.sessions[0].fleet_name #=> String
1150
1172
  # resp.sessions[0].state #=> String, one of "ACTIVE", "PENDING", "EXPIRED"
1151
1173
  # resp.sessions[0].authentication_type #=> String, one of "API", "SAML", "USERPOOL"
1174
+ # resp.sessions[0].network_access_configuration.eni_private_ip_address #=> String
1175
+ # resp.sessions[0].network_access_configuration.eni_id #=> String
1152
1176
  # resp.next_token #=> String
1153
1177
  #
1154
1178
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeSessions AWS API Documentation
@@ -1160,7 +1184,9 @@ module Aws::AppStream
1160
1184
  req.send_request(options)
1161
1185
  end
1162
1186
 
1163
- # Describes the specified stacks or all stacks in the account.
1187
+ # Retrieves a list that describes one or more specified stacks, if the
1188
+ # stack names are provided. Otherwise, all stacks in the account are
1189
+ # described.
1164
1190
  #
1165
1191
  # @option params [Array<String>] :names
1166
1192
  # The names of the stacks to describe.
@@ -1239,7 +1265,7 @@ module Aws::AppStream
1239
1265
  req.send_request(options)
1240
1266
  end
1241
1267
 
1242
- # Stops the specified streaming session.
1268
+ # Immediately stops the specified streaming session.
1243
1269
  #
1244
1270
  # @option params [required, String] :session_id
1245
1271
  # The ID of the streaming session.
@@ -1261,7 +1287,8 @@ module Aws::AppStream
1261
1287
  req.send_request(options)
1262
1288
  end
1263
1289
 
1264
- # Lists the fleets associated with the specified stack.
1290
+ # Retrieves the name of the fleet that is associated with the specified
1291
+ # stack.
1265
1292
  #
1266
1293
  # @option params [required, String] :stack_name
1267
1294
  # The name of the stack.
@@ -1297,7 +1324,8 @@ module Aws::AppStream
1297
1324
  req.send_request(options)
1298
1325
  end
1299
1326
 
1300
- # Lists the stacks associated with the specified fleet.
1327
+ # Retrieves the name of the stack with which the specified fleet is
1328
+ # associated.
1301
1329
  #
1302
1330
  # @option params [required, String] :fleet_name
1303
1331
  # The name of the fleet.
@@ -1333,8 +1361,8 @@ module Aws::AppStream
1333
1361
  req.send_request(options)
1334
1362
  end
1335
1363
 
1336
- # Lists the tags for the specified AppStream 2.0 resource. You can tag
1337
- # AppStream 2.0 image builders, images, fleets, and stacks.
1364
+ # Retrieves a list of all tags for the specified AppStream 2.0 resource.
1365
+ # You can tag AppStream 2.0 image builders, images, fleets, and stacks.
1338
1366
  #
1339
1367
  # For more information about tags, see [Tagging Your Resources][1] in
1340
1368
  # the *Amazon AppStream 2.0 Developer Guide*.
@@ -1567,8 +1595,8 @@ module Aws::AppStream
1567
1595
  req.send_request(options)
1568
1596
  end
1569
1597
 
1570
- # Disassociates the specified tags from the specified AppStream 2.0
1571
- # resource.
1598
+ # Disassociates one or more specified tags from the specified AppStream
1599
+ # 2.0 resource.
1572
1600
  #
1573
1601
  # To list the current tags for your resources, use ListTagsForResource.
1574
1602
  #
@@ -1603,10 +1631,12 @@ module Aws::AppStream
1603
1631
  req.send_request(options)
1604
1632
  end
1605
1633
 
1606
- # Updates the specified directory configuration.
1634
+ # Updates the specified Directory Config object in AppStream 2.0. This
1635
+ # object includes the information required to join streaming instances
1636
+ # to an Active Directory domain.
1607
1637
  #
1608
1638
  # @option params [required, String] :directory_name
1609
- # The name of the directory configuration.
1639
+ # The name of the Directory Config object.
1610
1640
  #
1611
1641
  # @option params [Array<String>] :organizational_unit_distinguished_names
1612
1642
  # The distinguished names of the organizational units for computer
@@ -1807,7 +1837,7 @@ module Aws::AppStream
1807
1837
  req.send_request(options)
1808
1838
  end
1809
1839
 
1810
- # Updates the specified stack.
1840
+ # Updates the specified fields for the specified stack.
1811
1841
  #
1812
1842
  # @option params [String] :display_name
1813
1843
  # The stack name for display.
@@ -1912,7 +1942,7 @@ module Aws::AppStream
1912
1942
  params: params,
1913
1943
  config: config)
1914
1944
  context[:gem_name] = 'aws-sdk-appstream'
1915
- context[:gem_version] = '1.9.0'
1945
+ context[:gem_version] = '1.10.0'
1916
1946
  Seahorse::Client::Request.new(handlers, context)
1917
1947
  end
1918
1948
 
@@ -111,6 +111,7 @@ module Aws::AppStream
111
111
  Long = Shapes::IntegerShape.new(name: 'Long')
112
112
  Metadata = Shapes::MapShape.new(name: 'Metadata')
113
113
  Name = Shapes::StringShape.new(name: 'Name')
114
+ NetworkAccessConfiguration = Shapes::StructureShape.new(name: 'NetworkAccessConfiguration')
114
115
  OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
115
116
  OrganizationalUnitDistinguishedName = Shapes::StringShape.new(name: 'OrganizationalUnitDistinguishedName')
116
117
  OrganizationalUnitDistinguishedNamesList = Shapes::ListShape.new(name: 'OrganizationalUnitDistinguishedNamesList')
@@ -255,7 +256,7 @@ module Aws::AppStream
255
256
  CreateImageBuilderStreamingURLResult.add_member(:expires, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Expires"))
256
257
  CreateImageBuilderStreamingURLResult.struct_class = Types::CreateImageBuilderStreamingURLResult
257
258
 
258
- CreateStackRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
259
+ CreateStackRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
259
260
  CreateStackRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
260
261
  CreateStackRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "DisplayName"))
261
262
  CreateStackRequest.add_member(:storage_connectors, Shapes::ShapeRef.new(shape: StorageConnectorList, location_name: "StorageConnectors"))
@@ -483,6 +484,10 @@ module Aws::AppStream
483
484
  Metadata.key = Shapes::ShapeRef.new(shape: String)
484
485
  Metadata.value = Shapes::ShapeRef.new(shape: String)
485
486
 
487
+ NetworkAccessConfiguration.add_member(:eni_private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "EniPrivateIpAddress"))
488
+ NetworkAccessConfiguration.add_member(:eni_id, Shapes::ShapeRef.new(shape: String, location_name: "EniId"))
489
+ NetworkAccessConfiguration.struct_class = Types::NetworkAccessConfiguration
490
+
486
491
  OrganizationalUnitDistinguishedNamesList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName)
487
492
 
488
493
  ResourceError.add_member(:error_code, Shapes::ShapeRef.new(shape: FleetErrorCode, location_name: "ErrorCode"))
@@ -504,6 +509,7 @@ module Aws::AppStream
504
509
  Session.add_member(:fleet_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FleetName"))
505
510
  Session.add_member(:state, Shapes::ShapeRef.new(shape: SessionState, required: true, location_name: "State"))
506
511
  Session.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
512
+ Session.add_member(:network_access_configuration, Shapes::ShapeRef.new(shape: NetworkAccessConfiguration, location_name: "NetworkAccessConfiguration"))
507
513
  Session.struct_class = Types::Session
508
514
 
509
515
  SessionList.member = Shapes::ShapeRef.new(shape: Session)
@@ -1019,6 +1025,7 @@ module Aws::AppStream
1019
1025
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1020
1026
  o.errors << Shapes::ShapeRef.new(shape: InvalidAccountStatusException)
1021
1027
  o.errors << Shapes::ShapeRef.new(shape: IncompatibleImageException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: OperationNotPermittedException)
1022
1029
  end)
1023
1030
  end
1024
1031
 
@@ -521,7 +521,7 @@ module Aws::AppStream
521
521
  # data as a hash:
522
522
  #
523
523
  # {
524
- # name: "String", # required
524
+ # name: "Name", # required
525
525
  # description: "Description",
526
526
  # display_name: "DisplayName",
527
527
  # storage_connectors: [
@@ -1536,7 +1536,7 @@ module Aws::AppStream
1536
1536
  end
1537
1537
 
1538
1538
  # @!attribute [rw] names
1539
- # The names of the fleets.
1539
+ # The name of the fleet.
1540
1540
  # @return [Array<String>]
1541
1541
  #
1542
1542
  # @!attribute [rw] next_token
@@ -1578,7 +1578,7 @@ module Aws::AppStream
1578
1578
  end
1579
1579
 
1580
1580
  # @!attribute [rw] names
1581
- # The names of the stacks.
1581
+ # The name of the stack.
1582
1582
  # @return [Array<String>]
1583
1583
  #
1584
1584
  # @!attribute [rw] next_token
@@ -1623,6 +1623,27 @@ module Aws::AppStream
1623
1623
  include Aws::Structure
1624
1624
  end
1625
1625
 
1626
+ # The network details of the fleet instance for the streaming session.
1627
+ #
1628
+ # @!attribute [rw] eni_private_ip_address
1629
+ # The private IP address of the elastic network interface that is
1630
+ # attached to instances in your VPC.
1631
+ # @return [String]
1632
+ #
1633
+ # @!attribute [rw] eni_id
1634
+ # The resource identifier of the elastic network interface that is
1635
+ # attached to instances in your VPC. All network interfaces have the
1636
+ # eni-xxxxxxxx resource identifier.
1637
+ # @return [String]
1638
+ #
1639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/NetworkAccessConfiguration AWS API Documentation
1640
+ #
1641
+ class NetworkAccessConfiguration < Struct.new(
1642
+ :eni_private_ip_address,
1643
+ :eni_id)
1644
+ include Aws::Structure
1645
+ end
1646
+
1626
1647
  # Describes a resource error.
1627
1648
  #
1628
1649
  # @!attribute [rw] error_code
@@ -1703,6 +1724,10 @@ module Aws::AppStream
1703
1724
  # streaming URL (`API`) or SAML federation (`SAML`).
1704
1725
  # @return [String]
1705
1726
  #
1727
+ # @!attribute [rw] network_access_configuration
1728
+ # The network details for the streaming session.
1729
+ # @return [Types::NetworkAccessConfiguration]
1730
+ #
1706
1731
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/Session AWS API Documentation
1707
1732
  #
1708
1733
  class Session < Struct.new(
@@ -1711,7 +1736,8 @@ module Aws::AppStream
1711
1736
  :stack_name,
1712
1737
  :fleet_name,
1713
1738
  :state,
1714
- :authentication_type)
1739
+ :authentication_type,
1740
+ :network_access_configuration)
1715
1741
  include Aws::Structure
1716
1742
  end
1717
1743
 
@@ -2012,7 +2038,7 @@ module Aws::AppStream
2012
2038
  # }
2013
2039
  #
2014
2040
  # @!attribute [rw] directory_name
2015
- # The name of the directory configuration.
2041
+ # The name of the Directory Config object.
2016
2042
  # @return [String]
2017
2043
  #
2018
2044
  # @!attribute [rw] organizational_unit_distinguished_names
@@ -2035,7 +2061,7 @@ module Aws::AppStream
2035
2061
  end
2036
2062
 
2037
2063
  # @!attribute [rw] directory_config
2038
- # Information about the directory configuration.
2064
+ # Information about the Directory Config object.
2039
2065
  # @return [Types::DirectoryConfig]
2040
2066
  #
2041
2067
  # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UpdateDirectoryConfigResult AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-04 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core