aws-sdk-importexport 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,428 +1,316 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module ImportExport
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
8
+ module Aws::ImportExport
9
+ # @api private
10
+ module ClientApi
14
11
 
15
- APIVersion = Shapes::StringShape.new(name: 'APIVersion')
16
- Artifact = Shapes::StructureShape.new(name: 'Artifact')
17
- ArtifactList = Shapes::ListShape.new(name: 'ArtifactList')
18
- BucketPermissionException = Shapes::StructureShape.new(name: 'BucketPermissionException')
19
- CancelJobInput = Shapes::StructureShape.new(name: 'CancelJobInput')
20
- CancelJobOutput = Shapes::StructureShape.new(name: 'CancelJobOutput')
21
- CanceledJobIdException = Shapes::StructureShape.new(name: 'CanceledJobIdException')
22
- Carrier = Shapes::StringShape.new(name: 'Carrier')
23
- CreateJobInput = Shapes::StructureShape.new(name: 'CreateJobInput')
24
- CreateJobOutput = Shapes::StructureShape.new(name: 'CreateJobOutput')
25
- CreateJobQuotaExceededException = Shapes::StructureShape.new(name: 'CreateJobQuotaExceededException')
26
- CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
27
- CurrentManifest = Shapes::StringShape.new(name: 'CurrentManifest')
28
- Description = Shapes::StringShape.new(name: 'Description')
29
- ErrorCount = Shapes::IntegerShape.new(name: 'ErrorCount')
30
- ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
31
- ExpiredJobIdException = Shapes::StructureShape.new(name: 'ExpiredJobIdException')
32
- GenericString = Shapes::StringShape.new(name: 'GenericString')
33
- GetShippingLabelInput = Shapes::StructureShape.new(name: 'GetShippingLabelInput')
34
- GetShippingLabelOutput = Shapes::StructureShape.new(name: 'GetShippingLabelOutput')
35
- GetStatusInput = Shapes::StructureShape.new(name: 'GetStatusInput')
36
- GetStatusOutput = Shapes::StructureShape.new(name: 'GetStatusOutput')
37
- InvalidAccessKeyIdException = Shapes::StructureShape.new(name: 'InvalidAccessKeyIdException')
38
- InvalidAddressException = Shapes::StructureShape.new(name: 'InvalidAddressException')
39
- InvalidCustomsException = Shapes::StructureShape.new(name: 'InvalidCustomsException')
40
- InvalidFileSystemException = Shapes::StructureShape.new(name: 'InvalidFileSystemException')
41
- InvalidJobIdException = Shapes::StructureShape.new(name: 'InvalidJobIdException')
42
- InvalidManifestFieldException = Shapes::StructureShape.new(name: 'InvalidManifestFieldException')
43
- InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
44
- InvalidVersionException = Shapes::StructureShape.new(name: 'InvalidVersionException')
45
- IsCanceled = Shapes::BooleanShape.new(name: 'IsCanceled')
46
- IsTruncated = Shapes::BooleanShape.new(name: 'IsTruncated')
47
- Job = Shapes::StructureShape.new(name: 'Job')
48
- JobId = Shapes::StringShape.new(name: 'JobId')
49
- JobIdList = Shapes::ListShape.new(name: 'JobIdList')
50
- JobType = Shapes::StringShape.new(name: 'JobType')
51
- JobsList = Shapes::ListShape.new(name: 'JobsList')
52
- ListJobsInput = Shapes::StructureShape.new(name: 'ListJobsInput')
53
- ListJobsOutput = Shapes::StructureShape.new(name: 'ListJobsOutput')
54
- LocationCode = Shapes::StringShape.new(name: 'LocationCode')
55
- LocationMessage = Shapes::StringShape.new(name: 'LocationMessage')
56
- LogBucket = Shapes::StringShape.new(name: 'LogBucket')
57
- LogKey = Shapes::StringShape.new(name: 'LogKey')
58
- MalformedManifestException = Shapes::StructureShape.new(name: 'MalformedManifestException')
59
- Manifest = Shapes::StringShape.new(name: 'Manifest')
60
- ManifestAddendum = Shapes::StringShape.new(name: 'ManifestAddendum')
61
- Marker = Shapes::StringShape.new(name: 'Marker')
62
- MaxJobs = Shapes::IntegerShape.new(name: 'MaxJobs')
63
- MissingCustomsException = Shapes::StructureShape.new(name: 'MissingCustomsException')
64
- MissingManifestFieldException = Shapes::StructureShape.new(name: 'MissingManifestFieldException')
65
- MissingParameterException = Shapes::StructureShape.new(name: 'MissingParameterException')
66
- MultipleRegionsException = Shapes::StructureShape.new(name: 'MultipleRegionsException')
67
- NoSuchBucketException = Shapes::StructureShape.new(name: 'NoSuchBucketException')
68
- ProgressCode = Shapes::StringShape.new(name: 'ProgressCode')
69
- ProgressMessage = Shapes::StringShape.new(name: 'ProgressMessage')
70
- Signature = Shapes::StringShape.new(name: 'Signature')
71
- SignatureFileContents = Shapes::StringShape.new(name: 'SignatureFileContents')
72
- Success = Shapes::BooleanShape.new(name: 'Success')
73
- TrackingNumber = Shapes::StringShape.new(name: 'TrackingNumber')
74
- URL = Shapes::StringShape.new(name: 'URL')
75
- UnableToCancelJobIdException = Shapes::StructureShape.new(name: 'UnableToCancelJobIdException')
76
- UnableToUpdateJobIdException = Shapes::StructureShape.new(name: 'UnableToUpdateJobIdException')
77
- UpdateJobInput = Shapes::StructureShape.new(name: 'UpdateJobInput')
78
- UpdateJobOutput = Shapes::StructureShape.new(name: 'UpdateJobOutput')
79
- ValidateOnly = Shapes::BooleanShape.new(name: 'ValidateOnly')
80
- WarningMessage = Shapes::StringShape.new(name: 'WarningMessage')
81
- city = Shapes::StringShape.new(name: 'city')
82
- company = Shapes::StringShape.new(name: 'company')
83
- country = Shapes::StringShape.new(name: 'country')
84
- name = Shapes::StringShape.new(name: 'name')
85
- phoneNumber = Shapes::StringShape.new(name: 'phoneNumber')
86
- postalCode = Shapes::StringShape.new(name: 'postalCode')
87
- stateOrProvince = Shapes::StringShape.new(name: 'stateOrProvince')
88
- street1 = Shapes::StringShape.new(name: 'street1')
89
- street2 = Shapes::StringShape.new(name: 'street2')
90
- street3 = Shapes::StringShape.new(name: 'street3')
12
+ include Seahorse::Model
91
13
 
92
- Artifact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
93
- Artifact.add_member(:url, Shapes::ShapeRef.new(shape: URL, location_name: "URL"))
94
- Artifact.struct_class = Types::Artifact
14
+ APIVersion = Shapes::StringShape.new(name: 'APIVersion')
15
+ Artifact = Shapes::StructureShape.new(name: 'Artifact')
16
+ ArtifactList = Shapes::ListShape.new(name: 'ArtifactList')
17
+ BucketPermissionException = Shapes::StructureShape.new(name: 'BucketPermissionException')
18
+ CancelJobInput = Shapes::StructureShape.new(name: 'CancelJobInput')
19
+ CancelJobOutput = Shapes::StructureShape.new(name: 'CancelJobOutput')
20
+ CanceledJobIdException = Shapes::StructureShape.new(name: 'CanceledJobIdException')
21
+ Carrier = Shapes::StringShape.new(name: 'Carrier')
22
+ CreateJobInput = Shapes::StructureShape.new(name: 'CreateJobInput')
23
+ CreateJobOutput = Shapes::StructureShape.new(name: 'CreateJobOutput')
24
+ CreateJobQuotaExceededException = Shapes::StructureShape.new(name: 'CreateJobQuotaExceededException')
25
+ CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
26
+ CurrentManifest = Shapes::StringShape.new(name: 'CurrentManifest')
27
+ Description = Shapes::StringShape.new(name: 'Description')
28
+ ErrorCount = Shapes::IntegerShape.new(name: 'ErrorCount')
29
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
30
+ ExpiredJobIdException = Shapes::StructureShape.new(name: 'ExpiredJobIdException')
31
+ GenericString = Shapes::StringShape.new(name: 'GenericString')
32
+ GetShippingLabelInput = Shapes::StructureShape.new(name: 'GetShippingLabelInput')
33
+ GetShippingLabelOutput = Shapes::StructureShape.new(name: 'GetShippingLabelOutput')
34
+ GetStatusInput = Shapes::StructureShape.new(name: 'GetStatusInput')
35
+ GetStatusOutput = Shapes::StructureShape.new(name: 'GetStatusOutput')
36
+ InvalidAccessKeyIdException = Shapes::StructureShape.new(name: 'InvalidAccessKeyIdException')
37
+ InvalidAddressException = Shapes::StructureShape.new(name: 'InvalidAddressException')
38
+ InvalidCustomsException = Shapes::StructureShape.new(name: 'InvalidCustomsException')
39
+ InvalidFileSystemException = Shapes::StructureShape.new(name: 'InvalidFileSystemException')
40
+ InvalidJobIdException = Shapes::StructureShape.new(name: 'InvalidJobIdException')
41
+ InvalidManifestFieldException = Shapes::StructureShape.new(name: 'InvalidManifestFieldException')
42
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
43
+ InvalidVersionException = Shapes::StructureShape.new(name: 'InvalidVersionException')
44
+ IsCanceled = Shapes::BooleanShape.new(name: 'IsCanceled')
45
+ IsTruncated = Shapes::BooleanShape.new(name: 'IsTruncated')
46
+ Job = Shapes::StructureShape.new(name: 'Job')
47
+ JobId = Shapes::StringShape.new(name: 'JobId')
48
+ JobIdList = Shapes::ListShape.new(name: 'JobIdList')
49
+ JobType = Shapes::StringShape.new(name: 'JobType')
50
+ JobsList = Shapes::ListShape.new(name: 'JobsList')
51
+ ListJobsInput = Shapes::StructureShape.new(name: 'ListJobsInput')
52
+ ListJobsOutput = Shapes::StructureShape.new(name: 'ListJobsOutput')
53
+ LocationCode = Shapes::StringShape.new(name: 'LocationCode')
54
+ LocationMessage = Shapes::StringShape.new(name: 'LocationMessage')
55
+ LogBucket = Shapes::StringShape.new(name: 'LogBucket')
56
+ LogKey = Shapes::StringShape.new(name: 'LogKey')
57
+ MalformedManifestException = Shapes::StructureShape.new(name: 'MalformedManifestException')
58
+ Manifest = Shapes::StringShape.new(name: 'Manifest')
59
+ ManifestAddendum = Shapes::StringShape.new(name: 'ManifestAddendum')
60
+ Marker = Shapes::StringShape.new(name: 'Marker')
61
+ MaxJobs = Shapes::IntegerShape.new(name: 'MaxJobs')
62
+ MissingCustomsException = Shapes::StructureShape.new(name: 'MissingCustomsException')
63
+ MissingManifestFieldException = Shapes::StructureShape.new(name: 'MissingManifestFieldException')
64
+ MissingParameterException = Shapes::StructureShape.new(name: 'MissingParameterException')
65
+ MultipleRegionsException = Shapes::StructureShape.new(name: 'MultipleRegionsException')
66
+ NoSuchBucketException = Shapes::StructureShape.new(name: 'NoSuchBucketException')
67
+ ProgressCode = Shapes::StringShape.new(name: 'ProgressCode')
68
+ ProgressMessage = Shapes::StringShape.new(name: 'ProgressMessage')
69
+ Signature = Shapes::StringShape.new(name: 'Signature')
70
+ SignatureFileContents = Shapes::StringShape.new(name: 'SignatureFileContents')
71
+ Success = Shapes::BooleanShape.new(name: 'Success')
72
+ TrackingNumber = Shapes::StringShape.new(name: 'TrackingNumber')
73
+ URL = Shapes::StringShape.new(name: 'URL')
74
+ UnableToCancelJobIdException = Shapes::StructureShape.new(name: 'UnableToCancelJobIdException')
75
+ UnableToUpdateJobIdException = Shapes::StructureShape.new(name: 'UnableToUpdateJobIdException')
76
+ UpdateJobInput = Shapes::StructureShape.new(name: 'UpdateJobInput')
77
+ UpdateJobOutput = Shapes::StructureShape.new(name: 'UpdateJobOutput')
78
+ ValidateOnly = Shapes::BooleanShape.new(name: 'ValidateOnly')
79
+ WarningMessage = Shapes::StringShape.new(name: 'WarningMessage')
80
+ city = Shapes::StringShape.new(name: 'city')
81
+ company = Shapes::StringShape.new(name: 'company')
82
+ country = Shapes::StringShape.new(name: 'country')
83
+ name = Shapes::StringShape.new(name: 'name')
84
+ phoneNumber = Shapes::StringShape.new(name: 'phoneNumber')
85
+ postalCode = Shapes::StringShape.new(name: 'postalCode')
86
+ stateOrProvince = Shapes::StringShape.new(name: 'stateOrProvince')
87
+ street1 = Shapes::StringShape.new(name: 'street1')
88
+ street2 = Shapes::StringShape.new(name: 'street2')
89
+ street3 = Shapes::StringShape.new(name: 'street3')
95
90
 
96
- ArtifactList.member = Shapes::ShapeRef.new(shape: Artifact)
91
+ Artifact.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
92
+ Artifact.add_member(:url, Shapes::ShapeRef.new(shape: URL, location_name: "URL"))
93
+ Artifact.struct_class = Types::Artifact
97
94
 
98
- CancelJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
99
- CancelJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
100
- CancelJobInput.struct_class = Types::CancelJobInput
95
+ ArtifactList.member = Shapes::ShapeRef.new(shape: Artifact)
101
96
 
102
- CancelJobOutput.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
103
- CancelJobOutput.struct_class = Types::CancelJobOutput
97
+ CancelJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
98
+ CancelJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
99
+ CancelJobInput.struct_class = Types::CancelJobInput
104
100
 
105
- CreateJobInput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
106
- CreateJobInput.add_member(:manifest, Shapes::ShapeRef.new(shape: Manifest, required: true, location_name: "Manifest"))
107
- CreateJobInput.add_member(:manifest_addendum, Shapes::ShapeRef.new(shape: ManifestAddendum, location_name: "ManifestAddendum"))
108
- CreateJobInput.add_member(:validate_only, Shapes::ShapeRef.new(shape: ValidateOnly, required: true, location_name: "ValidateOnly"))
109
- CreateJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
110
- CreateJobInput.struct_class = Types::CreateJobInput
101
+ CancelJobOutput.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
102
+ CancelJobOutput.struct_class = Types::CancelJobOutput
111
103
 
112
- CreateJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
113
- CreateJobOutput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
114
- CreateJobOutput.add_member(:signature, Shapes::ShapeRef.new(shape: Signature, location_name: "Signature"))
115
- CreateJobOutput.add_member(:signature_file_contents, Shapes::ShapeRef.new(shape: SignatureFileContents, location_name: "SignatureFileContents"))
116
- CreateJobOutput.add_member(:warning_message, Shapes::ShapeRef.new(shape: WarningMessage, location_name: "WarningMessage"))
117
- CreateJobOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
118
- CreateJobOutput.struct_class = Types::CreateJobOutput
104
+ CreateJobInput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
105
+ CreateJobInput.add_member(:manifest, Shapes::ShapeRef.new(shape: Manifest, required: true, location_name: "Manifest"))
106
+ CreateJobInput.add_member(:manifest_addendum, Shapes::ShapeRef.new(shape: ManifestAddendum, location_name: "ManifestAddendum"))
107
+ CreateJobInput.add_member(:validate_only, Shapes::ShapeRef.new(shape: ValidateOnly, required: true, location_name: "ValidateOnly"))
108
+ CreateJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
109
+ CreateJobInput.struct_class = Types::CreateJobInput
119
110
 
120
- GetShippingLabelInput.add_member(:job_ids, Shapes::ShapeRef.new(shape: JobIdList, required: true, location_name: "jobIds"))
121
- GetShippingLabelInput.add_member(:name, Shapes::ShapeRef.new(shape: name, location_name: "name"))
122
- GetShippingLabelInput.add_member(:company, Shapes::ShapeRef.new(shape: company, location_name: "company"))
123
- GetShippingLabelInput.add_member(:phone_number, Shapes::ShapeRef.new(shape: phoneNumber, location_name: "phoneNumber"))
124
- GetShippingLabelInput.add_member(:country, Shapes::ShapeRef.new(shape: country, location_name: "country"))
125
- GetShippingLabelInput.add_member(:state_or_province, Shapes::ShapeRef.new(shape: stateOrProvince, location_name: "stateOrProvince"))
126
- GetShippingLabelInput.add_member(:city, Shapes::ShapeRef.new(shape: city, location_name: "city"))
127
- GetShippingLabelInput.add_member(:postal_code, Shapes::ShapeRef.new(shape: postalCode, location_name: "postalCode"))
128
- GetShippingLabelInput.add_member(:street1, Shapes::ShapeRef.new(shape: street1, location_name: "street1"))
129
- GetShippingLabelInput.add_member(:street2, Shapes::ShapeRef.new(shape: street2, location_name: "street2"))
130
- GetShippingLabelInput.add_member(:street3, Shapes::ShapeRef.new(shape: street3, location_name: "street3"))
131
- GetShippingLabelInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
132
- GetShippingLabelInput.struct_class = Types::GetShippingLabelInput
111
+ CreateJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
112
+ CreateJobOutput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
113
+ CreateJobOutput.add_member(:signature, Shapes::ShapeRef.new(shape: Signature, location_name: "Signature"))
114
+ CreateJobOutput.add_member(:signature_file_contents, Shapes::ShapeRef.new(shape: SignatureFileContents, location_name: "SignatureFileContents"))
115
+ CreateJobOutput.add_member(:warning_message, Shapes::ShapeRef.new(shape: WarningMessage, location_name: "WarningMessage"))
116
+ CreateJobOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
117
+ CreateJobOutput.struct_class = Types::CreateJobOutput
133
118
 
134
- GetShippingLabelOutput.add_member(:shipping_label_url, Shapes::ShapeRef.new(shape: GenericString, location_name: "ShippingLabelURL"))
135
- GetShippingLabelOutput.add_member(:warning, Shapes::ShapeRef.new(shape: GenericString, location_name: "Warning"))
136
- GetShippingLabelOutput.struct_class = Types::GetShippingLabelOutput
119
+ GetShippingLabelInput.add_member(:job_ids, Shapes::ShapeRef.new(shape: JobIdList, required: true, location_name: "jobIds"))
120
+ GetShippingLabelInput.add_member(:name, Shapes::ShapeRef.new(shape: name, location_name: "name"))
121
+ GetShippingLabelInput.add_member(:company, Shapes::ShapeRef.new(shape: company, location_name: "company"))
122
+ GetShippingLabelInput.add_member(:phone_number, Shapes::ShapeRef.new(shape: phoneNumber, location_name: "phoneNumber"))
123
+ GetShippingLabelInput.add_member(:country, Shapes::ShapeRef.new(shape: country, location_name: "country"))
124
+ GetShippingLabelInput.add_member(:state_or_province, Shapes::ShapeRef.new(shape: stateOrProvince, location_name: "stateOrProvince"))
125
+ GetShippingLabelInput.add_member(:city, Shapes::ShapeRef.new(shape: city, location_name: "city"))
126
+ GetShippingLabelInput.add_member(:postal_code, Shapes::ShapeRef.new(shape: postalCode, location_name: "postalCode"))
127
+ GetShippingLabelInput.add_member(:street1, Shapes::ShapeRef.new(shape: street1, location_name: "street1"))
128
+ GetShippingLabelInput.add_member(:street2, Shapes::ShapeRef.new(shape: street2, location_name: "street2"))
129
+ GetShippingLabelInput.add_member(:street3, Shapes::ShapeRef.new(shape: street3, location_name: "street3"))
130
+ GetShippingLabelInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
131
+ GetShippingLabelInput.struct_class = Types::GetShippingLabelInput
137
132
 
138
- GetStatusInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
139
- GetStatusInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
140
- GetStatusInput.struct_class = Types::GetStatusInput
133
+ GetShippingLabelOutput.add_member(:shipping_label_url, Shapes::ShapeRef.new(shape: GenericString, location_name: "ShippingLabelURL"))
134
+ GetShippingLabelOutput.add_member(:warning, Shapes::ShapeRef.new(shape: GenericString, location_name: "Warning"))
135
+ GetShippingLabelOutput.struct_class = Types::GetShippingLabelOutput
141
136
 
142
- GetStatusOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
143
- GetStatusOutput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
144
- GetStatusOutput.add_member(:location_code, Shapes::ShapeRef.new(shape: LocationCode, location_name: "LocationCode"))
145
- GetStatusOutput.add_member(:location_message, Shapes::ShapeRef.new(shape: LocationMessage, location_name: "LocationMessage"))
146
- GetStatusOutput.add_member(:progress_code, Shapes::ShapeRef.new(shape: ProgressCode, location_name: "ProgressCode"))
147
- GetStatusOutput.add_member(:progress_message, Shapes::ShapeRef.new(shape: ProgressMessage, location_name: "ProgressMessage"))
148
- GetStatusOutput.add_member(:carrier, Shapes::ShapeRef.new(shape: Carrier, location_name: "Carrier"))
149
- GetStatusOutput.add_member(:tracking_number, Shapes::ShapeRef.new(shape: TrackingNumber, location_name: "TrackingNumber"))
150
- GetStatusOutput.add_member(:log_bucket, Shapes::ShapeRef.new(shape: LogBucket, location_name: "LogBucket"))
151
- GetStatusOutput.add_member(:log_key, Shapes::ShapeRef.new(shape: LogKey, location_name: "LogKey"))
152
- GetStatusOutput.add_member(:error_count, Shapes::ShapeRef.new(shape: ErrorCount, location_name: "ErrorCount"))
153
- GetStatusOutput.add_member(:signature, Shapes::ShapeRef.new(shape: Signature, location_name: "Signature"))
154
- GetStatusOutput.add_member(:signature_file_contents, Shapes::ShapeRef.new(shape: Signature, location_name: "SignatureFileContents"))
155
- GetStatusOutput.add_member(:current_manifest, Shapes::ShapeRef.new(shape: CurrentManifest, location_name: "CurrentManifest"))
156
- GetStatusOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
157
- GetStatusOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
158
- GetStatusOutput.struct_class = Types::GetStatusOutput
137
+ GetStatusInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
138
+ GetStatusInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
139
+ GetStatusInput.struct_class = Types::GetStatusInput
159
140
 
160
- Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
161
- Job.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
162
- Job.add_member(:is_canceled, Shapes::ShapeRef.new(shape: IsCanceled, location_name: "IsCanceled"))
163
- Job.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
164
- Job.struct_class = Types::Job
141
+ GetStatusOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
142
+ GetStatusOutput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
143
+ GetStatusOutput.add_member(:location_code, Shapes::ShapeRef.new(shape: LocationCode, location_name: "LocationCode"))
144
+ GetStatusOutput.add_member(:location_message, Shapes::ShapeRef.new(shape: LocationMessage, location_name: "LocationMessage"))
145
+ GetStatusOutput.add_member(:progress_code, Shapes::ShapeRef.new(shape: ProgressCode, location_name: "ProgressCode"))
146
+ GetStatusOutput.add_member(:progress_message, Shapes::ShapeRef.new(shape: ProgressMessage, location_name: "ProgressMessage"))
147
+ GetStatusOutput.add_member(:carrier, Shapes::ShapeRef.new(shape: Carrier, location_name: "Carrier"))
148
+ GetStatusOutput.add_member(:tracking_number, Shapes::ShapeRef.new(shape: TrackingNumber, location_name: "TrackingNumber"))
149
+ GetStatusOutput.add_member(:log_bucket, Shapes::ShapeRef.new(shape: LogBucket, location_name: "LogBucket"))
150
+ GetStatusOutput.add_member(:log_key, Shapes::ShapeRef.new(shape: LogKey, location_name: "LogKey"))
151
+ GetStatusOutput.add_member(:error_count, Shapes::ShapeRef.new(shape: ErrorCount, location_name: "ErrorCount"))
152
+ GetStatusOutput.add_member(:signature, Shapes::ShapeRef.new(shape: Signature, location_name: "Signature"))
153
+ GetStatusOutput.add_member(:signature_file_contents, Shapes::ShapeRef.new(shape: Signature, location_name: "SignatureFileContents"))
154
+ GetStatusOutput.add_member(:current_manifest, Shapes::ShapeRef.new(shape: CurrentManifest, location_name: "CurrentManifest"))
155
+ GetStatusOutput.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
156
+ GetStatusOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
157
+ GetStatusOutput.struct_class = Types::GetStatusOutput
165
158
 
166
- JobIdList.member = Shapes::ShapeRef.new(shape: GenericString)
159
+ Job.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
160
+ Job.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
161
+ Job.add_member(:is_canceled, Shapes::ShapeRef.new(shape: IsCanceled, location_name: "IsCanceled"))
162
+ Job.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
163
+ Job.struct_class = Types::Job
167
164
 
168
- JobsList.member = Shapes::ShapeRef.new(shape: Job)
165
+ JobIdList.member = Shapes::ShapeRef.new(shape: GenericString)
169
166
 
170
- ListJobsInput.add_member(:max_jobs, Shapes::ShapeRef.new(shape: MaxJobs, location_name: "MaxJobs"))
171
- ListJobsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
172
- ListJobsInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
173
- ListJobsInput.struct_class = Types::ListJobsInput
167
+ JobsList.member = Shapes::ShapeRef.new(shape: Job)
174
168
 
175
- ListJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: JobsList, location_name: "Jobs"))
176
- ListJobsOutput.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
177
- ListJobsOutput.struct_class = Types::ListJobsOutput
169
+ ListJobsInput.add_member(:max_jobs, Shapes::ShapeRef.new(shape: MaxJobs, location_name: "MaxJobs"))
170
+ ListJobsInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
171
+ ListJobsInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
172
+ ListJobsInput.struct_class = Types::ListJobsInput
178
173
 
179
- UpdateJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
180
- UpdateJobInput.add_member(:manifest, Shapes::ShapeRef.new(shape: Manifest, required: true, location_name: "Manifest"))
181
- UpdateJobInput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
182
- UpdateJobInput.add_member(:validate_only, Shapes::ShapeRef.new(shape: ValidateOnly, required: true, location_name: "ValidateOnly"))
183
- UpdateJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
184
- UpdateJobInput.struct_class = Types::UpdateJobInput
174
+ ListJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: JobsList, location_name: "Jobs"))
175
+ ListJobsOutput.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
176
+ ListJobsOutput.struct_class = Types::ListJobsOutput
185
177
 
186
- UpdateJobOutput.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
187
- UpdateJobOutput.add_member(:warning_message, Shapes::ShapeRef.new(shape: WarningMessage, location_name: "WarningMessage"))
188
- UpdateJobOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
189
- UpdateJobOutput.struct_class = Types::UpdateJobOutput
178
+ UpdateJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
179
+ UpdateJobInput.add_member(:manifest, Shapes::ShapeRef.new(shape: Manifest, required: true, location_name: "Manifest"))
180
+ UpdateJobInput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
181
+ UpdateJobInput.add_member(:validate_only, Shapes::ShapeRef.new(shape: ValidateOnly, required: true, location_name: "ValidateOnly"))
182
+ UpdateJobInput.add_member(:api_version, Shapes::ShapeRef.new(shape: APIVersion, location_name: "APIVersion"))
183
+ UpdateJobInput.struct_class = Types::UpdateJobInput
190
184
 
185
+ UpdateJobOutput.add_member(:success, Shapes::ShapeRef.new(shape: Success, location_name: "Success"))
186
+ UpdateJobOutput.add_member(:warning_message, Shapes::ShapeRef.new(shape: WarningMessage, location_name: "WarningMessage"))
187
+ UpdateJobOutput.add_member(:artifact_list, Shapes::ShapeRef.new(shape: ArtifactList, location_name: "ArtifactList"))
188
+ UpdateJobOutput.struct_class = Types::UpdateJobOutput
191
189
 
192
- # @api private
193
- API = Seahorse::Model::Api.new.tap do |api|
194
190
 
195
- api.version = "2010-06-01"
191
+ # @api private
192
+ API = Seahorse::Model::Api.new.tap do |api|
196
193
 
197
- api.metadata = {
198
- "endpointPrefix" => "importexport",
199
- "protocol" => "query",
200
- "serviceFullName" => "AWS Import/Export",
201
- "signatureVersion" => "v2",
202
- "xmlNamespace" => "http://importexport.amazonaws.com/doc/2010-06-01/",
203
- }
194
+ api.version = "2010-06-01"
204
195
 
205
- api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
206
- o.name = "CancelJob"
207
- o.http_method = "POST"
208
- o.http_request_uri = "/"
209
- o.input = Shapes::ShapeRef.new(shape: CancelJobInput)
210
- o.output = Shapes::ShapeRef.new(shape: CancelJobOutput)
211
- o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException, metadata: {
212
- "exception" => true
213
- })
214
- o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException, metadata: {
215
- "exception" => true
216
- })
217
- o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException, metadata: {
218
- "exception" => true
219
- })
220
- o.errors << Shapes::ShapeRef.new(shape: UnableToCancelJobIdException, metadata: {
221
- "exception" => true
222
- })
223
- o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException, metadata: {
224
- "exception" => true
225
- })
226
- o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException, metadata: {
227
- "exception" => true
228
- })
229
- end)
196
+ api.metadata = {
197
+ "endpointPrefix" => "importexport",
198
+ "protocol" => "query",
199
+ "serviceFullName" => "AWS Import/Export",
200
+ "signatureVersion" => "v2",
201
+ "xmlNamespace" => "http://importexport.amazonaws.com/doc/2010-06-01/",
202
+ }
230
203
 
231
- api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
232
- o.name = "CreateJob"
233
- o.http_method = "POST"
234
- o.http_request_uri = "/"
235
- o.input = Shapes::ShapeRef.new(shape: CreateJobInput)
236
- o.output = Shapes::ShapeRef.new(shape: CreateJobOutput)
237
- o.errors << Shapes::ShapeRef.new(shape: MissingParameterException, metadata: {
238
- "exception" => true
239
- })
240
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException, metadata: {
241
- "exception" => true
242
- })
243
- o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException, metadata: {
244
- "exception" => true
245
- })
246
- o.errors << Shapes::ShapeRef.new(shape: InvalidAddressException, metadata: {
247
- "exception" => true
248
- })
249
- o.errors << Shapes::ShapeRef.new(shape: InvalidManifestFieldException, metadata: {
250
- "exception" => true
251
- })
252
- o.errors << Shapes::ShapeRef.new(shape: MissingManifestFieldException, metadata: {
253
- "exception" => true
254
- })
255
- o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException, metadata: {
256
- "exception" => true
257
- })
258
- o.errors << Shapes::ShapeRef.new(shape: MissingCustomsException, metadata: {
259
- "exception" => true
260
- })
261
- o.errors << Shapes::ShapeRef.new(shape: InvalidCustomsException, metadata: {
262
- "exception" => true
263
- })
264
- o.errors << Shapes::ShapeRef.new(shape: InvalidFileSystemException, metadata: {
265
- "exception" => true
266
- })
267
- o.errors << Shapes::ShapeRef.new(shape: MultipleRegionsException, metadata: {
268
- "exception" => true
269
- })
270
- o.errors << Shapes::ShapeRef.new(shape: BucketPermissionException, metadata: {
271
- "exception" => true
272
- })
273
- o.errors << Shapes::ShapeRef.new(shape: MalformedManifestException, metadata: {
274
- "exception" => true
275
- })
276
- o.errors << Shapes::ShapeRef.new(shape: CreateJobQuotaExceededException, metadata: {
277
- "exception" => true
278
- })
279
- o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException, metadata: {
280
- "exception" => true
281
- })
282
- o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException, metadata: {
283
- "exception" => true
284
- })
285
- end)
204
+ api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
205
+ o.name = "CancelJob"
206
+ o.http_method = "POST"
207
+ o.http_request_uri = "/"
208
+ o.input = Shapes::ShapeRef.new(shape: CancelJobInput)
209
+ o.output = Shapes::ShapeRef.new(shape: CancelJobOutput)
210
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException)
211
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException)
212
+ o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException)
213
+ o.errors << Shapes::ShapeRef.new(shape: UnableToCancelJobIdException)
214
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException)
215
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException)
216
+ end)
286
217
 
287
- api.add_operation(:get_shipping_label, Seahorse::Model::Operation.new.tap do |o|
288
- o.name = "GetShippingLabel"
289
- o.http_method = "POST"
290
- o.http_request_uri = "/"
291
- o.input = Shapes::ShapeRef.new(shape: GetShippingLabelInput)
292
- o.output = Shapes::ShapeRef.new(shape: GetShippingLabelOutput)
293
- o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException, metadata: {
294
- "exception" => true
295
- })
296
- o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException, metadata: {
297
- "exception" => true
298
- })
299
- o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException, metadata: {
300
- "exception" => true
301
- })
302
- o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException, metadata: {
303
- "exception" => true
304
- })
305
- o.errors << Shapes::ShapeRef.new(shape: InvalidAddressException, metadata: {
306
- "exception" => true
307
- })
308
- o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException, metadata: {
309
- "exception" => true
310
- })
311
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException, metadata: {
312
- "exception" => true
313
- })
314
- end)
218
+ api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
219
+ o.name = "CreateJob"
220
+ o.http_method = "POST"
221
+ o.http_request_uri = "/"
222
+ o.input = Shapes::ShapeRef.new(shape: CreateJobInput)
223
+ o.output = Shapes::ShapeRef.new(shape: CreateJobOutput)
224
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
225
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
226
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException)
227
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAddressException)
228
+ o.errors << Shapes::ShapeRef.new(shape: InvalidManifestFieldException)
229
+ o.errors << Shapes::ShapeRef.new(shape: MissingManifestFieldException)
230
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException)
231
+ o.errors << Shapes::ShapeRef.new(shape: MissingCustomsException)
232
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCustomsException)
233
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFileSystemException)
234
+ o.errors << Shapes::ShapeRef.new(shape: MultipleRegionsException)
235
+ o.errors << Shapes::ShapeRef.new(shape: BucketPermissionException)
236
+ o.errors << Shapes::ShapeRef.new(shape: MalformedManifestException)
237
+ o.errors << Shapes::ShapeRef.new(shape: CreateJobQuotaExceededException)
238
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException)
239
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException)
240
+ end)
315
241
 
316
- api.add_operation(:get_status, Seahorse::Model::Operation.new.tap do |o|
317
- o.name = "GetStatus"
318
- o.http_method = "POST"
319
- o.http_request_uri = "/"
320
- o.input = Shapes::ShapeRef.new(shape: GetStatusInput)
321
- o.output = Shapes::ShapeRef.new(shape: GetStatusOutput)
322
- o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException, metadata: {
323
- "exception" => true
324
- })
325
- o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException, metadata: {
326
- "exception" => true
327
- })
328
- o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException, metadata: {
329
- "exception" => true
330
- })
331
- o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException, metadata: {
332
- "exception" => true
333
- })
334
- o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException, metadata: {
335
- "exception" => true
336
- })
337
- end)
242
+ api.add_operation(:get_shipping_label, Seahorse::Model::Operation.new.tap do |o|
243
+ o.name = "GetShippingLabel"
244
+ o.http_method = "POST"
245
+ o.http_request_uri = "/"
246
+ o.input = Shapes::ShapeRef.new(shape: GetShippingLabelInput)
247
+ o.output = Shapes::ShapeRef.new(shape: GetShippingLabelOutput)
248
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException)
249
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException)
250
+ o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException)
251
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException)
252
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAddressException)
253
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException)
254
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
255
+ end)
338
256
 
339
- api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
340
- o.name = "ListJobs"
341
- o.http_method = "POST"
342
- o.http_request_uri = "/"
343
- o.input = Shapes::ShapeRef.new(shape: ListJobsInput)
344
- o.output = Shapes::ShapeRef.new(shape: ListJobsOutput)
345
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException, metadata: {
346
- "exception" => true
347
- })
348
- o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException, metadata: {
349
- "exception" => true
350
- })
351
- o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException, metadata: {
352
- "exception" => true
353
- })
354
- o[:pager] = Aws::Pager.new(
355
- more_results: "is_truncated",
356
- limit_key: "max_jobs",
357
- tokens: {
358
- "jobs[-1].job_id" => "marker"
359
- }
360
- )
361
- end)
257
+ api.add_operation(:get_status, Seahorse::Model::Operation.new.tap do |o|
258
+ o.name = "GetStatus"
259
+ o.http_method = "POST"
260
+ o.http_request_uri = "/"
261
+ o.input = Shapes::ShapeRef.new(shape: GetStatusInput)
262
+ o.output = Shapes::ShapeRef.new(shape: GetStatusOutput)
263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException)
264
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException)
265
+ o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException)
266
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException)
267
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException)
268
+ end)
362
269
 
363
- api.add_operation(:update_job, Seahorse::Model::Operation.new.tap do |o|
364
- o.name = "UpdateJob"
365
- o.http_method = "POST"
366
- o.http_request_uri = "/"
367
- o.input = Shapes::ShapeRef.new(shape: UpdateJobInput)
368
- o.output = Shapes::ShapeRef.new(shape: UpdateJobOutput)
369
- o.errors << Shapes::ShapeRef.new(shape: MissingParameterException, metadata: {
370
- "exception" => true
371
- })
372
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException, metadata: {
373
- "exception" => true
374
- })
375
- o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException, metadata: {
376
- "exception" => true
377
- })
378
- o.errors << Shapes::ShapeRef.new(shape: InvalidAddressException, metadata: {
379
- "exception" => true
380
- })
381
- o.errors << Shapes::ShapeRef.new(shape: InvalidManifestFieldException, metadata: {
382
- "exception" => true
383
- })
384
- o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException, metadata: {
385
- "exception" => true
386
- })
387
- o.errors << Shapes::ShapeRef.new(shape: MissingManifestFieldException, metadata: {
388
- "exception" => true
389
- })
390
- o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException, metadata: {
391
- "exception" => true
392
- })
393
- o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException, metadata: {
394
- "exception" => true
395
- })
396
- o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException, metadata: {
397
- "exception" => true
398
- })
399
- o.errors << Shapes::ShapeRef.new(shape: MissingCustomsException, metadata: {
400
- "exception" => true
401
- })
402
- o.errors << Shapes::ShapeRef.new(shape: InvalidCustomsException, metadata: {
403
- "exception" => true
404
- })
405
- o.errors << Shapes::ShapeRef.new(shape: InvalidFileSystemException, metadata: {
406
- "exception" => true
407
- })
408
- o.errors << Shapes::ShapeRef.new(shape: MultipleRegionsException, metadata: {
409
- "exception" => true
410
- })
411
- o.errors << Shapes::ShapeRef.new(shape: BucketPermissionException, metadata: {
412
- "exception" => true
413
- })
414
- o.errors << Shapes::ShapeRef.new(shape: MalformedManifestException, metadata: {
415
- "exception" => true
416
- })
417
- o.errors << Shapes::ShapeRef.new(shape: UnableToUpdateJobIdException, metadata: {
418
- "exception" => true
419
- })
420
- o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException, metadata: {
421
- "exception" => true
422
- })
423
- end)
424
- end
270
+ api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
271
+ o.name = "ListJobs"
272
+ o.http_method = "POST"
273
+ o.http_request_uri = "/"
274
+ o.input = Shapes::ShapeRef.new(shape: ListJobsInput)
275
+ o.output = Shapes::ShapeRef.new(shape: ListJobsOutput)
276
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
277
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException)
278
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException)
279
+ o[:pager] = Aws::Pager.new(
280
+ more_results: "is_truncated",
281
+ limit_key: "max_jobs",
282
+ tokens: {
283
+ "jobs[-1].job_id" => "marker"
284
+ }
285
+ )
286
+ end)
425
287
 
288
+ api.add_operation(:update_job, Seahorse::Model::Operation.new.tap do |o|
289
+ o.name = "UpdateJob"
290
+ o.http_method = "POST"
291
+ o.http_request_uri = "/"
292
+ o.input = Shapes::ShapeRef.new(shape: UpdateJobInput)
293
+ o.output = Shapes::ShapeRef.new(shape: UpdateJobOutput)
294
+ o.errors << Shapes::ShapeRef.new(shape: MissingParameterException)
295
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
296
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAccessKeyIdException)
297
+ o.errors << Shapes::ShapeRef.new(shape: InvalidAddressException)
298
+ o.errors << Shapes::ShapeRef.new(shape: InvalidManifestFieldException)
299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidJobIdException)
300
+ o.errors << Shapes::ShapeRef.new(shape: MissingManifestFieldException)
301
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException)
302
+ o.errors << Shapes::ShapeRef.new(shape: ExpiredJobIdException)
303
+ o.errors << Shapes::ShapeRef.new(shape: CanceledJobIdException)
304
+ o.errors << Shapes::ShapeRef.new(shape: MissingCustomsException)
305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCustomsException)
306
+ o.errors << Shapes::ShapeRef.new(shape: InvalidFileSystemException)
307
+ o.errors << Shapes::ShapeRef.new(shape: MultipleRegionsException)
308
+ o.errors << Shapes::ShapeRef.new(shape: BucketPermissionException)
309
+ o.errors << Shapes::ShapeRef.new(shape: MalformedManifestException)
310
+ o.errors << Shapes::ShapeRef.new(shape: UnableToUpdateJobIdException)
311
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVersionException)
312
+ end)
426
313
  end
314
+
427
315
  end
428
316
  end