aws-sdk-deadline 1.7.0 → 1.8.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +1469 -1366
- data/lib/aws-sdk-deadline/client_api.rb +528 -527
- data/lib/aws-sdk-deadline/errors.rb +42 -42
- data/lib/aws-sdk-deadline/types.rb +2673 -2491
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +510 -510
- data/sig/errors.rbs +10 -10
- data/sig/types.rbs +539 -539
- data/sig/waiters.rbs +2 -2
- metadata +4 -4
@@ -51,13 +51,13 @@ module Aws::Deadline
|
|
51
51
|
end
|
52
52
|
|
53
53
|
# @return [String]
|
54
|
-
def
|
55
|
-
@data[:
|
54
|
+
def message
|
55
|
+
@message || @data[:message]
|
56
56
|
end
|
57
57
|
|
58
58
|
# @return [String]
|
59
|
-
def
|
60
|
-
@
|
59
|
+
def context
|
60
|
+
@data[:context]
|
61
61
|
end
|
62
62
|
end
|
63
63
|
|
@@ -70,11 +70,6 @@ module Aws::Deadline
|
|
70
70
|
super(context, message, data)
|
71
71
|
end
|
72
72
|
|
73
|
-
# @return [String]
|
74
|
-
def context
|
75
|
-
@data[:context]
|
76
|
-
end
|
77
|
-
|
78
73
|
# @return [String]
|
79
74
|
def message
|
80
75
|
@message || @data[:message]
|
@@ -94,6 +89,11 @@ module Aws::Deadline
|
|
94
89
|
def resource_type
|
95
90
|
@data[:resource_type]
|
96
91
|
end
|
92
|
+
|
93
|
+
# @return [String]
|
94
|
+
def context
|
95
|
+
@data[:context]
|
96
|
+
end
|
97
97
|
end
|
98
98
|
|
99
99
|
class InternalServerErrorException < ServiceError
|
@@ -129,11 +129,6 @@ module Aws::Deadline
|
|
129
129
|
super(context, message, data)
|
130
130
|
end
|
131
131
|
|
132
|
-
# @return [String]
|
133
|
-
def context
|
134
|
-
@data[:context]
|
135
|
-
end
|
136
|
-
|
137
132
|
# @return [String]
|
138
133
|
def message
|
139
134
|
@message || @data[:message]
|
@@ -148,6 +143,11 @@ module Aws::Deadline
|
|
148
143
|
def resource_type
|
149
144
|
@data[:resource_type]
|
150
145
|
end
|
146
|
+
|
147
|
+
# @return [String]
|
148
|
+
def context
|
149
|
+
@data[:context]
|
150
|
+
end
|
151
151
|
end
|
152
152
|
|
153
153
|
class ServiceQuotaExceededException < ServiceError
|
@@ -160,38 +160,38 @@ module Aws::Deadline
|
|
160
160
|
end
|
161
161
|
|
162
162
|
# @return [String]
|
163
|
-
def
|
164
|
-
@data[:
|
163
|
+
def message
|
164
|
+
@message || @data[:message]
|
165
165
|
end
|
166
166
|
|
167
167
|
# @return [String]
|
168
|
-
def
|
169
|
-
@
|
168
|
+
def reason
|
169
|
+
@data[:reason]
|
170
170
|
end
|
171
171
|
|
172
172
|
# @return [String]
|
173
|
-
def
|
174
|
-
@data[:
|
173
|
+
def resource_type
|
174
|
+
@data[:resource_type]
|
175
175
|
end
|
176
176
|
|
177
177
|
# @return [String]
|
178
|
-
def
|
179
|
-
@data[:
|
178
|
+
def service_code
|
179
|
+
@data[:service_code]
|
180
180
|
end
|
181
181
|
|
182
182
|
# @return [String]
|
183
|
-
def
|
184
|
-
@data[:
|
183
|
+
def quota_code
|
184
|
+
@data[:quota_code]
|
185
185
|
end
|
186
186
|
|
187
187
|
# @return [String]
|
188
|
-
def
|
189
|
-
@data[:
|
188
|
+
def resource_id
|
189
|
+
@data[:resource_id]
|
190
190
|
end
|
191
191
|
|
192
192
|
# @return [String]
|
193
|
-
def
|
194
|
-
@data[:
|
193
|
+
def context
|
194
|
+
@data[:context]
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
@@ -205,13 +205,13 @@ module Aws::Deadline
|
|
205
205
|
end
|
206
206
|
|
207
207
|
# @return [String]
|
208
|
-
def
|
209
|
-
@data[:
|
208
|
+
def message
|
209
|
+
@message || @data[:message]
|
210
210
|
end
|
211
211
|
|
212
212
|
# @return [String]
|
213
|
-
def
|
214
|
-
@
|
213
|
+
def service_code
|
214
|
+
@data[:service_code]
|
215
215
|
end
|
216
216
|
|
217
217
|
# @return [String]
|
@@ -225,8 +225,8 @@ module Aws::Deadline
|
|
225
225
|
end
|
226
226
|
|
227
227
|
# @return [String]
|
228
|
-
def
|
229
|
-
@data[:
|
228
|
+
def context
|
229
|
+
@data[:context]
|
230
230
|
end
|
231
231
|
|
232
232
|
def retryable?
|
@@ -248,23 +248,23 @@ module Aws::Deadline
|
|
248
248
|
end
|
249
249
|
|
250
250
|
# @return [String]
|
251
|
-
def
|
252
|
-
@data[:
|
251
|
+
def message
|
252
|
+
@message || @data[:message]
|
253
253
|
end
|
254
254
|
|
255
255
|
# @return [String]
|
256
|
-
def
|
257
|
-
@data[:
|
256
|
+
def reason
|
257
|
+
@data[:reason]
|
258
258
|
end
|
259
259
|
|
260
260
|
# @return [String]
|
261
|
-
def
|
262
|
-
@
|
261
|
+
def field_list
|
262
|
+
@data[:field_list]
|
263
263
|
end
|
264
264
|
|
265
265
|
# @return [String]
|
266
|
-
def
|
267
|
-
@data[:
|
266
|
+
def context
|
267
|
+
@data[:context]
|
268
268
|
end
|
269
269
|
end
|
270
270
|
|