aws-sdk-appstream 1.28.0 → 1.29.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: 4fdea859577a190901da61311fe3fa60ef5c7e2a
4
- data.tar.gz: bf766a61be5c8493c89cebae63392c63d244c95e
3
+ metadata.gz: 13f878e92d66b4327d5d25358797640b90c99fe4
4
+ data.tar.gz: be7b48f483e1c5ba3aa557ff4a6a693d0fe1f271
5
5
  SHA512:
6
- metadata.gz: bfe54d360f334001b93456afe946be76eea4b48ac4c6e6a5f95060ccf295bd2f534255b07d77643286627d8d33e5dba5901061f8e13512ec0409ba573cc692fe
7
- data.tar.gz: caeda5312fcb35346c33fb4a4270098f7ce5bff23313231fe8c5dda034cc9f14ffcd6432738a13f693a373ad4e1277e4549c0a9ba57dbbb1b1f87083855882d4
6
+ metadata.gz: 51a11eb90da43e45e1192ef8914b0188b3ba31c6d629f2a8402cf552fd619304383ddddc9f882a3600cd85946631095bdb309191e52d2ce1d412a375b357f9cd
7
+ data.tar.gz: 57f2d2a1ce16d24e4b6ab8034a3dbf1d0c01a8b45f549c3e8e0a6b7e4559ea95acdc7e1fb323c4393caaafd79313bf8acf4e982598b0e1bdc49d8b5f7a79d75e
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-appstream/customizations'
43
43
  # @service
44
44
  module Aws::AppStream
45
45
 
46
- GEM_VERSION = '1.28.0'
46
+ GEM_VERSION = '1.29.0'
47
47
 
48
48
  end
@@ -2807,7 +2807,7 @@ module Aws::AppStream
2807
2807
  params: params,
2808
2808
  config: config)
2809
2809
  context[:gem_name] = 'aws-sdk-appstream'
2810
- context[:gem_version] = '1.28.0'
2810
+ context[:gem_version] = '1.29.0'
2811
2811
  Seahorse::Client::Request.new(handlers, context)
2812
2812
  end
2813
2813
 
@@ -281,6 +281,9 @@ module Aws::AppStream
281
281
  ComputeCapacityStatus.add_member(:available, Shapes::ShapeRef.new(shape: Integer, location_name: "Available"))
282
282
  ComputeCapacityStatus.struct_class = Types::ComputeCapacityStatus
283
283
 
284
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
285
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
286
+
284
287
  CopyImageRequest.add_member(:source_image_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "SourceImageName"))
285
288
  CopyImageRequest.add_member(:destination_image_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "DestinationImageName"))
286
289
  CopyImageRequest.add_member(:destination_region, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "DestinationRegion"))
@@ -641,12 +644,27 @@ module Aws::AppStream
641
644
  ImageStateChangeReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
642
645
  ImageStateChangeReason.struct_class = Types::ImageStateChangeReason
643
646
 
647
+ IncompatibleImageException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
648
+ IncompatibleImageException.struct_class = Types::IncompatibleImageException
649
+
650
+ InvalidAccountStatusException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
651
+ InvalidAccountStatusException.struct_class = Types::InvalidAccountStatusException
652
+
653
+ InvalidParameterCombinationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
654
+ InvalidParameterCombinationException.struct_class = Types::InvalidParameterCombinationException
655
+
656
+ InvalidRoleException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
657
+ InvalidRoleException.struct_class = Types::InvalidRoleException
658
+
644
659
  LastReportGenerationExecutionError.add_member(:error_code, Shapes::ShapeRef.new(shape: UsageReportExecutionErrorCode, location_name: "ErrorCode"))
645
660
  LastReportGenerationExecutionError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
646
661
  LastReportGenerationExecutionError.struct_class = Types::LastReportGenerationExecutionError
647
662
 
648
663
  LastReportGenerationExecutionErrors.member = Shapes::ShapeRef.new(shape: LastReportGenerationExecutionError)
649
664
 
665
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
666
+ LimitExceededException.struct_class = Types::LimitExceededException
667
+
650
668
  ListAssociatedFleetsRequest.add_member(:stack_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StackName"))
651
669
  ListAssociatedFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
652
670
  ListAssociatedFleetsRequest.struct_class = Types::ListAssociatedFleetsRequest
@@ -676,8 +694,14 @@ module Aws::AppStream
676
694
  NetworkAccessConfiguration.add_member(:eni_id, Shapes::ShapeRef.new(shape: String, location_name: "EniId"))
677
695
  NetworkAccessConfiguration.struct_class = Types::NetworkAccessConfiguration
678
696
 
697
+ OperationNotPermittedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
698
+ OperationNotPermittedException.struct_class = Types::OperationNotPermittedException
699
+
679
700
  OrganizationalUnitDistinguishedNamesList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitDistinguishedName)
680
701
 
702
+ ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
703
+ ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
704
+
681
705
  ResourceError.add_member(:error_code, Shapes::ShapeRef.new(shape: FleetErrorCode, location_name: "ErrorCode"))
682
706
  ResourceError.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
683
707
  ResourceError.add_member(:error_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ErrorTimestamp"))
@@ -685,6 +709,15 @@ module Aws::AppStream
685
709
 
686
710
  ResourceErrors.member = Shapes::ShapeRef.new(shape: ResourceError)
687
711
 
712
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
713
+ ResourceInUseException.struct_class = Types::ResourceInUseException
714
+
715
+ ResourceNotAvailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
716
+ ResourceNotAvailableException.struct_class = Types::ResourceNotAvailableException
717
+
718
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
719
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
720
+
688
721
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
689
722
 
690
723
  ServiceAccountCredentials.add_member(:account_name, Shapes::ShapeRef.new(shape: AccountName, required: true, location_name: "AccountName"))
@@ -10,5 +10,181 @@ module Aws::AppStream
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class ConcurrentModificationException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::AppStream::Types::ConcurrentModificationException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class IncompatibleImageException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::AppStream::Types::IncompatibleImageException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class InvalidAccountStatusException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::AppStream::Types::InvalidAccountStatusException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidParameterCombinationException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::AppStream::Types::InvalidParameterCombinationException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class InvalidRoleException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::AppStream::Types::InvalidRoleException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class LimitExceededException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::AppStream::Types::LimitExceededException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class OperationNotPermittedException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::AppStream::Types::OperationNotPermittedException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class ResourceAlreadyExistsException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::AppStream::Types::ResourceAlreadyExistsException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class ResourceInUseException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::AppStream::Types::ResourceInUseException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class ResourceNotAvailableException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::AppStream::Types::ResourceNotAvailableException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class ResourceNotFoundException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::AppStream::Types::ResourceNotFoundException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
13
189
  end
14
190
  end
@@ -260,6 +260,19 @@ module Aws::AppStream
260
260
  include Aws::Structure
261
261
  end
262
262
 
263
+ # An API error occurred. Wait a few minutes and try again.
264
+ #
265
+ # @!attribute [rw] message
266
+ # The error message in the exception.
267
+ # @return [String]
268
+ #
269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ConcurrentModificationException AWS API Documentation
270
+ #
271
+ class ConcurrentModificationException < Struct.new(
272
+ :message)
273
+ include Aws::Structure
274
+ end
275
+
263
276
  # @note When making an API call, you may pass CopyImageRequest
264
277
  # data as a hash:
265
278
  #
@@ -2332,6 +2345,60 @@ module Aws::AppStream
2332
2345
  include Aws::Structure
2333
2346
  end
2334
2347
 
2348
+ # The image does not support storage connectors.
2349
+ #
2350
+ # @!attribute [rw] message
2351
+ # The error message in the exception.
2352
+ # @return [String]
2353
+ #
2354
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/IncompatibleImageException AWS API Documentation
2355
+ #
2356
+ class IncompatibleImageException < Struct.new(
2357
+ :message)
2358
+ include Aws::Structure
2359
+ end
2360
+
2361
+ # The resource cannot be created because your AWS account is suspended.
2362
+ # For assistance, contact AWS Support.
2363
+ #
2364
+ # @!attribute [rw] message
2365
+ # The error message in the exception.
2366
+ # @return [String]
2367
+ #
2368
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/InvalidAccountStatusException AWS API Documentation
2369
+ #
2370
+ class InvalidAccountStatusException < Struct.new(
2371
+ :message)
2372
+ include Aws::Structure
2373
+ end
2374
+
2375
+ # Indicates an incorrect combination of parameters, or a missing
2376
+ # parameter.
2377
+ #
2378
+ # @!attribute [rw] message
2379
+ # The error message in the exception.
2380
+ # @return [String]
2381
+ #
2382
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/InvalidParameterCombinationException AWS API Documentation
2383
+ #
2384
+ class InvalidParameterCombinationException < Struct.new(
2385
+ :message)
2386
+ include Aws::Structure
2387
+ end
2388
+
2389
+ # The specified role is invalid.
2390
+ #
2391
+ # @!attribute [rw] message
2392
+ # The error message in the exception.
2393
+ # @return [String]
2394
+ #
2395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/InvalidRoleException AWS API Documentation
2396
+ #
2397
+ class InvalidRoleException < Struct.new(
2398
+ :message)
2399
+ include Aws::Structure
2400
+ end
2401
+
2335
2402
  # Describes the error that is returned when a usage report can't be
2336
2403
  # generated.
2337
2404
  #
@@ -2353,6 +2420,19 @@ module Aws::AppStream
2353
2420
  include Aws::Structure
2354
2421
  end
2355
2422
 
2423
+ # The requested limit exceeds the permitted limit for an account.
2424
+ #
2425
+ # @!attribute [rw] message
2426
+ # The error message in the exception.
2427
+ # @return [String]
2428
+ #
2429
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/LimitExceededException AWS API Documentation
2430
+ #
2431
+ class LimitExceededException < Struct.new(
2432
+ :message)
2433
+ include Aws::Structure
2434
+ end
2435
+
2356
2436
  # @note When making an API call, you may pass ListAssociatedFleetsRequest
2357
2437
  # data as a hash:
2358
2438
  #
@@ -2488,6 +2568,32 @@ module Aws::AppStream
2488
2568
  include Aws::Structure
2489
2569
  end
2490
2570
 
2571
+ # The attempted operation is not permitted.
2572
+ #
2573
+ # @!attribute [rw] message
2574
+ # The error message in the exception.
2575
+ # @return [String]
2576
+ #
2577
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/OperationNotPermittedException AWS API Documentation
2578
+ #
2579
+ class OperationNotPermittedException < Struct.new(
2580
+ :message)
2581
+ include Aws::Structure
2582
+ end
2583
+
2584
+ # The specified resource already exists.
2585
+ #
2586
+ # @!attribute [rw] message
2587
+ # The error message in the exception.
2588
+ # @return [String]
2589
+ #
2590
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ResourceAlreadyExistsException AWS API Documentation
2591
+ #
2592
+ class ResourceAlreadyExistsException < Struct.new(
2593
+ :message)
2594
+ include Aws::Structure
2595
+ end
2596
+
2491
2597
  # Describes a resource error.
2492
2598
  #
2493
2599
  # @!attribute [rw] error_code
@@ -2511,6 +2617,45 @@ module Aws::AppStream
2511
2617
  include Aws::Structure
2512
2618
  end
2513
2619
 
2620
+ # The specified resource is in use.
2621
+ #
2622
+ # @!attribute [rw] message
2623
+ # The error message in the exception.
2624
+ # @return [String]
2625
+ #
2626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ResourceInUseException AWS API Documentation
2627
+ #
2628
+ class ResourceInUseException < Struct.new(
2629
+ :message)
2630
+ include Aws::Structure
2631
+ end
2632
+
2633
+ # The specified resource exists and is not in use, but isn't available.
2634
+ #
2635
+ # @!attribute [rw] message
2636
+ # The error message in the exception.
2637
+ # @return [String]
2638
+ #
2639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ResourceNotAvailableException AWS API Documentation
2640
+ #
2641
+ class ResourceNotAvailableException < Struct.new(
2642
+ :message)
2643
+ include Aws::Structure
2644
+ end
2645
+
2646
+ # The specified resource was not found.
2647
+ #
2648
+ # @!attribute [rw] message
2649
+ # The error message in the exception.
2650
+ # @return [String]
2651
+ #
2652
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ResourceNotFoundException AWS API Documentation
2653
+ #
2654
+ class ResourceNotFoundException < Struct.new(
2655
+ :message)
2656
+ include Aws::Structure
2657
+ end
2658
+
2514
2659
  # Describes the credentials for the service account used by the fleet or
2515
2660
  # image builder to connect to the directory.
2516
2661
  #
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.28.0
4
+ version: 1.29.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: 2019-05-17 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement