aws-sdk-importexport 1.11.0 → 1.12.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: 33775084c478e4016290753942e0d3e502d61eac
4
- data.tar.gz: e6032823beaa83a36b9e799f60bf8a2f28aada21
3
+ metadata.gz: 61689e46c3ec1cb6277f6f87d929c615a0e342c0
4
+ data.tar.gz: 2601925eff94f76b9fc1de36e548dbf6b6260947
5
5
  SHA512:
6
- metadata.gz: 0f79ed23c7a7b65f3df816e80135adbc40163a3b18ea19062b25fe668aaf1ba4afe4b383300a291bc68c2b594eb427411b61c7d68b549acf97dc92250ccc13af
7
- data.tar.gz: f4e10b186b8072dbad1069af98db8d6c6ccc35c9a7ae1d305ecf4d5db5763bbc77719e254d377391c3c9e321c86bcbdda864b7810020de7405b5676a2c63095b
6
+ metadata.gz: 813a8c857e6913b27847973bc7125327753d6b19bf5189b95eef91b90249159fc500633db50954271af07da29d739234d1c19a13dd46c6ad49407c5c39495c16
7
+ data.tar.gz: 79d263293ba7a15e54fed605cd72ff1d67e0f2af231846f90c9d64eb98fa85ae2e65dfc9537c6ce53afd346e2c8c604b6daf5fdaf4e6ef855cba84647eabb376
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-importexport/customizations'
42
42
  # @service
43
43
  module Aws::ImportExport
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -599,7 +599,7 @@ module Aws::ImportExport
599
599
  params: params,
600
600
  config: config)
601
601
  context[:gem_name] = 'aws-sdk-importexport'
602
- context[:gem_version] = '1.11.0'
602
+ context[:gem_version] = '1.12.0'
603
603
  Seahorse::Client::Request.new(handlers, context)
604
604
  end
605
605
 
@@ -94,6 +94,9 @@ module Aws::ImportExport
94
94
 
95
95
  ArtifactList.member = Shapes::ShapeRef.new(shape: Artifact)
96
96
 
97
+ BucketPermissionException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
98
+ BucketPermissionException.struct_class = Types::BucketPermissionException
99
+
97
100
  CancelJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
98
101
  CancelJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
99
102
  CancelJobInput.struct_class = Types::CancelJobInput
@@ -101,6 +104,9 @@ module Aws::ImportExport
101
104
  CancelJobOutput.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
102
105
  CancelJobOutput.struct_class = Types::CancelJobOutput
103
106
 
107
+ CanceledJobIdException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
108
+ CanceledJobIdException.struct_class = Types::CanceledJobIdException
109
+
104
110
  CreateJobInput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
105
111
  CreateJobInput.add_member(:manifest, Shapes::ShapeRef.new(shape: Manifest, required: true, location_name: "Manifest"))
106
112
  CreateJobInput.add_member(:manifest_addendum, Shapes::ShapeRef.new(shape: ManifestAddendum, location_name: "ManifestAddendum"))
@@ -116,6 +122,12 @@ module Aws::ImportExport
116
122
  CreateJobOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
117
123
  CreateJobOutput.struct_class = Types::CreateJobOutput
118
124
 
125
+ CreateJobQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
126
+ CreateJobQuotaExceededException.struct_class = Types::CreateJobQuotaExceededException
127
+
128
+ ExpiredJobIdException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
129
+ ExpiredJobIdException.struct_class = Types::ExpiredJobIdException
130
+
119
131
  GetShippingLabelInput.add_member(:job_ids, Shapes::ShapeRef.new(shape: JobIdList, required: true, location_name: "jobIds"))
120
132
  GetShippingLabelInput.add_member(:name, Shapes::ShapeRef.new(shape: name, location_name: "name"))
121
133
  GetShippingLabelInput.add_member(:company, Shapes::ShapeRef.new(shape: company, location_name: "company"))
@@ -156,6 +168,30 @@ module Aws::ImportExport
156
168
  GetStatusOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
157
169
  GetStatusOutput.struct_class = Types::GetStatusOutput
158
170
 
171
+ InvalidAccessKeyIdException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
172
+ InvalidAccessKeyIdException.struct_class = Types::InvalidAccessKeyIdException
173
+
174
+ InvalidAddressException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
175
+ InvalidAddressException.struct_class = Types::InvalidAddressException
176
+
177
+ InvalidCustomsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
178
+ InvalidCustomsException.struct_class = Types::InvalidCustomsException
179
+
180
+ InvalidFileSystemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
181
+ InvalidFileSystemException.struct_class = Types::InvalidFileSystemException
182
+
183
+ InvalidJobIdException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
184
+ InvalidJobIdException.struct_class = Types::InvalidJobIdException
185
+
186
+ InvalidManifestFieldException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
187
+ InvalidManifestFieldException.struct_class = Types::InvalidManifestFieldException
188
+
189
+ InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
190
+ InvalidParameterException.struct_class = Types::InvalidParameterException
191
+
192
+ InvalidVersionException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
193
+ InvalidVersionException.struct_class = Types::InvalidVersionException
194
+
159
195
  Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
160
196
  Job.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
161
197
  Job.add_member(:is_canceled, Shapes::ShapeRef.new(shape: IsCanceled, location_name: "IsCanceled"))
@@ -175,6 +211,30 @@ module Aws::ImportExport
175
211
  ListJobsOutput.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
176
212
  ListJobsOutput.struct_class = Types::ListJobsOutput
177
213
 
214
+ MalformedManifestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
215
+ MalformedManifestException.struct_class = Types::MalformedManifestException
216
+
217
+ MissingCustomsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
218
+ MissingCustomsException.struct_class = Types::MissingCustomsException
219
+
220
+ MissingManifestFieldException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
221
+ MissingManifestFieldException.struct_class = Types::MissingManifestFieldException
222
+
223
+ MissingParameterException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
224
+ MissingParameterException.struct_class = Types::MissingParameterException
225
+
226
+ MultipleRegionsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
227
+ MultipleRegionsException.struct_class = Types::MultipleRegionsException
228
+
229
+ NoSuchBucketException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
230
+ NoSuchBucketException.struct_class = Types::NoSuchBucketException
231
+
232
+ UnableToCancelJobIdException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
233
+ UnableToCancelJobIdException.struct_class = Types::UnableToCancelJobIdException
234
+
235
+ UnableToUpdateJobIdException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
236
+ UnableToUpdateJobIdException.struct_class = Types::UnableToUpdateJobIdException
237
+
178
238
  UpdateJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
179
239
  UpdateJobInput.add_member(:manifest, Shapes::ShapeRef.new(shape: Manifest, required: true, location_name: "Manifest"))
180
240
  UpdateJobInput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
@@ -10,5 +10,325 @@ module Aws::ImportExport
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class BucketPermissionException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::ImportExport::Types::BucketPermissionException] 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 CanceledJobIdException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::ImportExport::Types::CanceledJobIdException] 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 CreateJobQuotaExceededException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::ImportExport::Types::CreateJobQuotaExceededException] 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 ExpiredJobIdException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::ImportExport::Types::ExpiredJobIdException] 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 InvalidAccessKeyIdException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::ImportExport::Types::InvalidAccessKeyIdException] 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 InvalidAddressException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::ImportExport::Types::InvalidAddressException] 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 InvalidCustomsException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::ImportExport::Types::InvalidCustomsException] 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 InvalidFileSystemException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::ImportExport::Types::InvalidFileSystemException] 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 InvalidJobIdException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::ImportExport::Types::InvalidJobIdException] 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 InvalidManifestFieldException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::ImportExport::Types::InvalidManifestFieldException] 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 InvalidParameterException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::ImportExport::Types::InvalidParameterException] 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
+
189
+ class InvalidVersionException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::ImportExport::Types::InvalidVersionException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ end
204
+
205
+ class MalformedManifestException < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::ImportExport::Types::MalformedManifestException] data
210
+ def initialize(context, message, data = Aws::EmptyStructure.new)
211
+ super(context, message, data)
212
+ end
213
+
214
+ # @return [String]
215
+ def message
216
+ @message || @data[:message]
217
+ end
218
+
219
+ end
220
+
221
+ class MissingCustomsException < ServiceError
222
+
223
+ # @param [Seahorse::Client::RequestContext] context
224
+ # @param [String] message
225
+ # @param [Aws::ImportExport::Types::MissingCustomsException] data
226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
227
+ super(context, message, data)
228
+ end
229
+
230
+ # @return [String]
231
+ def message
232
+ @message || @data[:message]
233
+ end
234
+
235
+ end
236
+
237
+ class MissingManifestFieldException < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::ImportExport::Types::MissingManifestFieldException] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+
246
+ # @return [String]
247
+ def message
248
+ @message || @data[:message]
249
+ end
250
+
251
+ end
252
+
253
+ class MissingParameterException < ServiceError
254
+
255
+ # @param [Seahorse::Client::RequestContext] context
256
+ # @param [String] message
257
+ # @param [Aws::ImportExport::Types::MissingParameterException] data
258
+ def initialize(context, message, data = Aws::EmptyStructure.new)
259
+ super(context, message, data)
260
+ end
261
+
262
+ # @return [String]
263
+ def message
264
+ @message || @data[:message]
265
+ end
266
+
267
+ end
268
+
269
+ class MultipleRegionsException < ServiceError
270
+
271
+ # @param [Seahorse::Client::RequestContext] context
272
+ # @param [String] message
273
+ # @param [Aws::ImportExport::Types::MultipleRegionsException] data
274
+ def initialize(context, message, data = Aws::EmptyStructure.new)
275
+ super(context, message, data)
276
+ end
277
+
278
+ # @return [String]
279
+ def message
280
+ @message || @data[:message]
281
+ end
282
+
283
+ end
284
+
285
+ class NoSuchBucketException < ServiceError
286
+
287
+ # @param [Seahorse::Client::RequestContext] context
288
+ # @param [String] message
289
+ # @param [Aws::ImportExport::Types::NoSuchBucketException] data
290
+ def initialize(context, message, data = Aws::EmptyStructure.new)
291
+ super(context, message, data)
292
+ end
293
+
294
+ # @return [String]
295
+ def message
296
+ @message || @data[:message]
297
+ end
298
+
299
+ end
300
+
301
+ class UnableToCancelJobIdException < ServiceError
302
+
303
+ # @param [Seahorse::Client::RequestContext] context
304
+ # @param [String] message
305
+ # @param [Aws::ImportExport::Types::UnableToCancelJobIdException] data
306
+ def initialize(context, message, data = Aws::EmptyStructure.new)
307
+ super(context, message, data)
308
+ end
309
+
310
+ # @return [String]
311
+ def message
312
+ @message || @data[:message]
313
+ end
314
+
315
+ end
316
+
317
+ class UnableToUpdateJobIdException < ServiceError
318
+
319
+ # @param [Seahorse::Client::RequestContext] context
320
+ # @param [String] message
321
+ # @param [Aws::ImportExport::Types::UnableToUpdateJobIdException] data
322
+ def initialize(context, message, data = Aws::EmptyStructure.new)
323
+ super(context, message, data)
324
+ end
325
+
326
+ # @return [String]
327
+ def message
328
+ @message || @data[:message]
329
+ end
330
+
331
+ end
332
+
13
333
  end
14
334
  end
@@ -25,6 +25,18 @@ module Aws::ImportExport
25
25
  include Aws::Structure
26
26
  end
27
27
 
28
+ # The account specified does not have the appropriate bucket
29
+ # permissions.
30
+ #
31
+ # @!attribute [rw] message
32
+ # The human-readable description of a particular error.
33
+ # @return [String]
34
+ #
35
+ class BucketPermissionException < Struct.new(
36
+ :message)
37
+ include Aws::Structure
38
+ end
39
+
28
40
  # Input structure for the CancelJob operation.
29
41
  #
30
42
  # @note When making an API call, you may pass CancelJobInput
@@ -61,6 +73,17 @@ module Aws::ImportExport
61
73
  include Aws::Structure
62
74
  end
63
75
 
76
+ # The specified job ID has been canceled and is no longer valid.
77
+ #
78
+ # @!attribute [rw] message
79
+ # The human-readable description of a particular error.
80
+ # @return [String]
81
+ #
82
+ class CanceledJobIdException < Struct.new(
83
+ :message)
84
+ include Aws::Structure
85
+ end
86
+
64
87
  # Input structure for the CreateJob operation.
65
88
  #
66
89
  # @note When making an API call, you may pass CreateJobInput
@@ -144,6 +167,30 @@ module Aws::ImportExport
144
167
  include Aws::Structure
145
168
  end
146
169
 
170
+ # Each account can create only a certain number of jobs per day. If you
171
+ # need to create more than this, please contact
172
+ # awsimportexport@amazon.com to explain your particular use case.
173
+ #
174
+ # @!attribute [rw] message
175
+ # The human-readable description of a particular error.
176
+ # @return [String]
177
+ #
178
+ class CreateJobQuotaExceededException < Struct.new(
179
+ :message)
180
+ include Aws::Structure
181
+ end
182
+
183
+ # Indicates that the specified job has expired out of the system.
184
+ #
185
+ # @!attribute [rw] message
186
+ # The human-readable description of a particular error.
187
+ # @return [String]
188
+ #
189
+ class ExpiredJobIdException < Struct.new(
190
+ :message)
191
+ include Aws::Structure
192
+ end
193
+
147
194
  # @note When making an API call, you may pass GetShippingLabelInput
148
195
  # data as a hash:
149
196
  #
@@ -366,6 +413,98 @@ module Aws::ImportExport
366
413
  include Aws::Structure
367
414
  end
368
415
 
416
+ # The AWS Access Key ID specified in the request did not match the
417
+ # manifest's accessKeyId value. The manifest and the request
418
+ # authentication must use the same AWS Access Key ID.
419
+ #
420
+ # @!attribute [rw] message
421
+ # The human-readable description of a particular error.
422
+ # @return [String]
423
+ #
424
+ class InvalidAccessKeyIdException < Struct.new(
425
+ :message)
426
+ include Aws::Structure
427
+ end
428
+
429
+ # The address specified in the manifest is invalid.
430
+ #
431
+ # @!attribute [rw] message
432
+ # The human-readable description of a particular error.
433
+ # @return [String]
434
+ #
435
+ class InvalidAddressException < Struct.new(
436
+ :message)
437
+ include Aws::Structure
438
+ end
439
+
440
+ # One or more customs parameters was invalid. Please correct and
441
+ # resubmit.
442
+ #
443
+ # @!attribute [rw] message
444
+ # The human-readable description of a particular error.
445
+ # @return [String]
446
+ #
447
+ class InvalidCustomsException < Struct.new(
448
+ :message)
449
+ include Aws::Structure
450
+ end
451
+
452
+ # File system specified in export manifest is invalid.
453
+ #
454
+ # @!attribute [rw] message
455
+ # The human-readable description of a particular error.
456
+ # @return [String]
457
+ #
458
+ class InvalidFileSystemException < Struct.new(
459
+ :message)
460
+ include Aws::Structure
461
+ end
462
+
463
+ # The JOBID was missing, not found, or not associated with the AWS
464
+ # account.
465
+ #
466
+ # @!attribute [rw] message
467
+ # The human-readable description of a particular error.
468
+ # @return [String]
469
+ #
470
+ class InvalidJobIdException < Struct.new(
471
+ :message)
472
+ include Aws::Structure
473
+ end
474
+
475
+ # One or more manifest fields was invalid. Please correct and resubmit.
476
+ #
477
+ # @!attribute [rw] message
478
+ # The human-readable description of a particular error.
479
+ # @return [String]
480
+ #
481
+ class InvalidManifestFieldException < Struct.new(
482
+ :message)
483
+ include Aws::Structure
484
+ end
485
+
486
+ # One or more parameters had an invalid value.
487
+ #
488
+ # @!attribute [rw] message
489
+ # The human-readable description of a particular error.
490
+ # @return [String]
491
+ #
492
+ class InvalidParameterException < Struct.new(
493
+ :message)
494
+ include Aws::Structure
495
+ end
496
+
497
+ # The client tool version is invalid.
498
+ #
499
+ # @!attribute [rw] message
500
+ # The human-readable description of a particular error.
501
+ # @return [String]
502
+ #
503
+ class InvalidVersionException < Struct.new(
504
+ :message)
505
+ include Aws::Structure
506
+ end
507
+
369
508
  # Representation of a job returned by the ListJobs operation.
370
509
  #
371
510
  # @!attribute [rw] job_id
@@ -446,6 +585,99 @@ module Aws::ImportExport
446
585
  include Aws::Structure
447
586
  end
448
587
 
588
+ # Your manifest is not well-formed.
589
+ #
590
+ # @!attribute [rw] message
591
+ # The human-readable description of a particular error.
592
+ # @return [String]
593
+ #
594
+ class MalformedManifestException < Struct.new(
595
+ :message)
596
+ include Aws::Structure
597
+ end
598
+
599
+ # One or more required customs parameters was missing from the manifest.
600
+ #
601
+ # @!attribute [rw] message
602
+ # The human-readable description of a particular error.
603
+ # @return [String]
604
+ #
605
+ class MissingCustomsException < Struct.new(
606
+ :message)
607
+ include Aws::Structure
608
+ end
609
+
610
+ # One or more required fields were missing from the manifest file.
611
+ # Please correct and resubmit.
612
+ #
613
+ # @!attribute [rw] message
614
+ # The human-readable description of a particular error.
615
+ # @return [String]
616
+ #
617
+ class MissingManifestFieldException < Struct.new(
618
+ :message)
619
+ include Aws::Structure
620
+ end
621
+
622
+ # One or more required parameters was missing from the request.
623
+ #
624
+ # @!attribute [rw] message
625
+ # The human-readable description of a particular error.
626
+ # @return [String]
627
+ #
628
+ class MissingParameterException < Struct.new(
629
+ :message)
630
+ include Aws::Structure
631
+ end
632
+
633
+ # Your manifest file contained buckets from multiple regions. A job is
634
+ # restricted to buckets from one region. Please correct and resubmit.
635
+ #
636
+ # @!attribute [rw] message
637
+ # The human-readable description of a particular error.
638
+ # @return [String]
639
+ #
640
+ class MultipleRegionsException < Struct.new(
641
+ :message)
642
+ include Aws::Structure
643
+ end
644
+
645
+ # The specified bucket does not exist. Create the specified bucket or
646
+ # change the manifest's bucket, exportBucket, or logBucket field to a
647
+ # bucket that the account, as specified by the manifest's Access Key
648
+ # ID, has write permissions to.
649
+ #
650
+ # @!attribute [rw] message
651
+ # The human-readable description of a particular error.
652
+ # @return [String]
653
+ #
654
+ class NoSuchBucketException < Struct.new(
655
+ :message)
656
+ include Aws::Structure
657
+ end
658
+
659
+ # AWS Import/Export cannot cancel the job
660
+ #
661
+ # @!attribute [rw] message
662
+ # The human-readable description of a particular error.
663
+ # @return [String]
664
+ #
665
+ class UnableToCancelJobIdException < Struct.new(
666
+ :message)
667
+ include Aws::Structure
668
+ end
669
+
670
+ # AWS Import/Export cannot update the job
671
+ #
672
+ # @!attribute [rw] message
673
+ # The human-readable description of a particular error.
674
+ # @return [String]
675
+ #
676
+ class UnableToUpdateJobIdException < Struct.new(
677
+ :message)
678
+ include Aws::Structure
679
+ end
680
+
449
681
  # Input structure for the UpateJob operation.
450
682
  #
451
683
  # @note When making an API call, you may pass UpdateJobInput
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-importexport
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-15 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-sigv2
35
35
  requirement: !ruby/object:Gem::Requirement