aws-sdk-fsx 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63f566353bdc101d58681a4b53ff2f4dad9e4d9c
4
- data.tar.gz: 11083290989b44a9bd71adf28e4078988f5e7f82
3
+ metadata.gz: d31ee98cd3f9ac664eb4a0ec1399383fc27644e6
4
+ data.tar.gz: 2696800fd718f7e24668e37232e28fecf58ced38
5
5
  SHA512:
6
- metadata.gz: fbeda49eb7ffdab7f0ed608ce0b03ad79b2a1376dd7af2f8e35b7d6d1956054e6a68748b9d73e73f87ca2c0c4ffd12f3f62f5235ffe94f2318cdbad22701b2a9
7
- data.tar.gz: df92f9713e78e4db6c20f8a420a24e7e9da12e20019e11ceba2c3e24cb5356474746d0dfd32270f5dffbd8d3be705f35e98ec068cdda128bedd780b687e67b6b
6
+ metadata.gz: 7091012bd5aecc8d2cd55480a271a715ae3e6ae745e8389a1f06783b77db0e1ad0ee22b31dccf03d0f096852f35f3f81dbff6e3191d4f701f37e6de9090cb422
7
+ data.tar.gz: c468eca3ce62ac7909d59d6049af79bc2ade7741eef712deae86dc32d321f099655eb35f9f294da55f6c681869c92892efcc76cf317960b461cff7e149155177
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-fsx/customizations'
42
42
  # @service
43
43
  module Aws::FSx
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -1613,7 +1613,7 @@ module Aws::FSx
1613
1613
  params: params,
1614
1614
  config: config)
1615
1615
  context[:gem_name] = 'aws-sdk-fsx'
1616
- context[:gem_version] = '1.6.0'
1616
+ context[:gem_version] = '1.7.0'
1617
1617
  Seahorse::Client::Request.new(handlers, context)
1618
1618
  end
1619
1619
 
@@ -114,6 +114,11 @@ module Aws::FSx
114
114
  WeeklyTime = Shapes::StringShape.new(name: 'WeeklyTime')
115
115
  WindowsFileSystemConfiguration = Shapes::StructureShape.new(name: 'WindowsFileSystemConfiguration')
116
116
 
117
+ ActiveDirectoryError.add_member(:active_directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "ActiveDirectoryId"))
118
+ ActiveDirectoryError.add_member(:type, Shapes::ShapeRef.new(shape: ActiveDirectoryErrorType, location_name: "Type"))
119
+ ActiveDirectoryError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
120
+ ActiveDirectoryError.struct_class = Types::ActiveDirectoryError
121
+
117
122
  Backup.add_member(:backup_id, Shapes::ShapeRef.new(shape: BackupId, required: true, location_name: "BackupId"))
118
123
  Backup.add_member(:lifecycle, Shapes::ShapeRef.new(shape: BackupLifecycle, required: true, location_name: "Lifecycle"))
119
124
  Backup.add_member(:failure_details, Shapes::ShapeRef.new(shape: BackupFailureDetails, location_name: "FailureDetails"))
@@ -131,8 +136,21 @@ module Aws::FSx
131
136
 
132
137
  BackupIds.member = Shapes::ShapeRef.new(shape: BackupId)
133
138
 
139
+ BackupInProgress.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
140
+ BackupInProgress.struct_class = Types::BackupInProgress
141
+
142
+ BackupNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
143
+ BackupNotFound.struct_class = Types::BackupNotFound
144
+
145
+ BackupRestoring.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
146
+ BackupRestoring.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, location_name: "FileSystemId"))
147
+ BackupRestoring.struct_class = Types::BackupRestoring
148
+
134
149
  Backups.member = Shapes::ShapeRef.new(shape: Backup)
135
150
 
151
+ BadRequest.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
152
+ BadRequest.struct_class = Types::BadRequest
153
+
136
154
  CreateBackupRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
137
155
  CreateBackupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
138
156
  CreateBackupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
@@ -255,6 +273,9 @@ module Aws::FSx
255
273
 
256
274
  FileSystemMaintenanceOperations.member = Shapes::ShapeRef.new(shape: FileSystemMaintenanceOperation)
257
275
 
276
+ FileSystemNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
277
+ FileSystemNotFound.struct_class = Types::FileSystemNotFound
278
+
258
279
  FileSystems.member = Shapes::ShapeRef.new(shape: FileSystem)
259
280
 
260
281
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, location_name: "Name"))
@@ -265,6 +286,24 @@ module Aws::FSx
265
286
 
266
287
  Filters.member = Shapes::ShapeRef.new(shape: Filter)
267
288
 
289
+ IncompatibleParameterError.add_member(:parameter, Shapes::ShapeRef.new(shape: Parameter, required: true, location_name: "Parameter"))
290
+ IncompatibleParameterError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
291
+ IncompatibleParameterError.struct_class = Types::IncompatibleParameterError
292
+
293
+ InternalServerError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
294
+ InternalServerError.struct_class = Types::InternalServerError
295
+
296
+ InvalidExportPath.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
297
+ InvalidExportPath.struct_class = Types::InvalidExportPath
298
+
299
+ InvalidImportPath.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
300
+ InvalidImportPath.struct_class = Types::InvalidImportPath
301
+
302
+ InvalidNetworkSettings.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
303
+ InvalidNetworkSettings.add_member(:invalid_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "InvalidSubnetId"))
304
+ InvalidNetworkSettings.add_member(:invalid_security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "InvalidSecurityGroupId"))
305
+ InvalidNetworkSettings.struct_class = Types::InvalidNetworkSettings
306
+
268
307
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
269
308
  ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
270
309
  ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -278,10 +317,29 @@ module Aws::FSx
278
317
  LustreFileSystemConfiguration.add_member(:data_repository_configuration, Shapes::ShapeRef.new(shape: DataRepositoryConfiguration, location_name: "DataRepositoryConfiguration"))
279
318
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
280
319
 
320
+ MissingFileSystemConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
321
+ MissingFileSystemConfiguration.struct_class = Types::MissingFileSystemConfiguration
322
+
281
323
  NetworkInterfaceIds.member = Shapes::ShapeRef.new(shape: NetworkInterfaceId)
282
324
 
325
+ NotServiceResourceError.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
326
+ NotServiceResourceError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
327
+ NotServiceResourceError.struct_class = Types::NotServiceResourceError
328
+
329
+ ResourceDoesNotSupportTagging.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
330
+ ResourceDoesNotSupportTagging.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
331
+ ResourceDoesNotSupportTagging.struct_class = Types::ResourceDoesNotSupportTagging
332
+
333
+ ResourceNotFound.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
334
+ ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
335
+ ResourceNotFound.struct_class = Types::ResourceNotFound
336
+
283
337
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
284
338
 
339
+ ServiceLimitExceeded.add_member(:limit, Shapes::ShapeRef.new(shape: ServiceLimit, required: true, location_name: "Limit"))
340
+ ServiceLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
341
+ ServiceLimitExceeded.struct_class = Types::ServiceLimitExceeded
342
+
285
343
  SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
286
344
 
287
345
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
@@ -10,5 +10,311 @@ module Aws::FSx
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class ActiveDirectoryError < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::FSx::Types::ActiveDirectoryError] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def active_directory_id
24
+ @data[:active_directory_id]
25
+ end
26
+
27
+ # @return [String]
28
+ def type
29
+ @data[:type]
30
+ end
31
+
32
+ # @return [String]
33
+ def message
34
+ @message || @data[:message]
35
+ end
36
+
37
+ end
38
+
39
+ class BackupInProgress < ServiceError
40
+
41
+ # @param [Seahorse::Client::RequestContext] context
42
+ # @param [String] message
43
+ # @param [Aws::FSx::Types::BackupInProgress] data
44
+ def initialize(context, message, data = Aws::EmptyStructure.new)
45
+ super(context, message, data)
46
+ end
47
+
48
+ # @return [String]
49
+ def message
50
+ @message || @data[:message]
51
+ end
52
+
53
+ end
54
+
55
+ class BackupNotFound < ServiceError
56
+
57
+ # @param [Seahorse::Client::RequestContext] context
58
+ # @param [String] message
59
+ # @param [Aws::FSx::Types::BackupNotFound] data
60
+ def initialize(context, message, data = Aws::EmptyStructure.new)
61
+ super(context, message, data)
62
+ end
63
+
64
+ # @return [String]
65
+ def message
66
+ @message || @data[:message]
67
+ end
68
+
69
+ end
70
+
71
+ class BackupRestoring < ServiceError
72
+
73
+ # @param [Seahorse::Client::RequestContext] context
74
+ # @param [String] message
75
+ # @param [Aws::FSx::Types::BackupRestoring] data
76
+ def initialize(context, message, data = Aws::EmptyStructure.new)
77
+ super(context, message, data)
78
+ end
79
+
80
+ # @return [String]
81
+ def message
82
+ @message || @data[:message]
83
+ end
84
+
85
+ # @return [String]
86
+ def file_system_id
87
+ @data[:file_system_id]
88
+ end
89
+
90
+ end
91
+
92
+ class BadRequest < ServiceError
93
+
94
+ # @param [Seahorse::Client::RequestContext] context
95
+ # @param [String] message
96
+ # @param [Aws::FSx::Types::BadRequest] data
97
+ def initialize(context, message, data = Aws::EmptyStructure.new)
98
+ super(context, message, data)
99
+ end
100
+
101
+ # @return [String]
102
+ def message
103
+ @message || @data[:message]
104
+ end
105
+
106
+ end
107
+
108
+ class FileSystemNotFound < ServiceError
109
+
110
+ # @param [Seahorse::Client::RequestContext] context
111
+ # @param [String] message
112
+ # @param [Aws::FSx::Types::FileSystemNotFound] data
113
+ def initialize(context, message, data = Aws::EmptyStructure.new)
114
+ super(context, message, data)
115
+ end
116
+
117
+ # @return [String]
118
+ def message
119
+ @message || @data[:message]
120
+ end
121
+
122
+ end
123
+
124
+ class IncompatibleParameterError < ServiceError
125
+
126
+ # @param [Seahorse::Client::RequestContext] context
127
+ # @param [String] message
128
+ # @param [Aws::FSx::Types::IncompatibleParameterError] data
129
+ def initialize(context, message, data = Aws::EmptyStructure.new)
130
+ super(context, message, data)
131
+ end
132
+
133
+ # @return [String]
134
+ def parameter
135
+ @data[:parameter]
136
+ end
137
+
138
+ # @return [String]
139
+ def message
140
+ @message || @data[:message]
141
+ end
142
+
143
+ end
144
+
145
+ class InternalServerError < ServiceError
146
+
147
+ # @param [Seahorse::Client::RequestContext] context
148
+ # @param [String] message
149
+ # @param [Aws::FSx::Types::InternalServerError] data
150
+ def initialize(context, message, data = Aws::EmptyStructure.new)
151
+ super(context, message, data)
152
+ end
153
+
154
+ # @return [String]
155
+ def message
156
+ @message || @data[:message]
157
+ end
158
+
159
+ end
160
+
161
+ class InvalidExportPath < ServiceError
162
+
163
+ # @param [Seahorse::Client::RequestContext] context
164
+ # @param [String] message
165
+ # @param [Aws::FSx::Types::InvalidExportPath] data
166
+ def initialize(context, message, data = Aws::EmptyStructure.new)
167
+ super(context, message, data)
168
+ end
169
+
170
+ # @return [String]
171
+ def message
172
+ @message || @data[:message]
173
+ end
174
+
175
+ end
176
+
177
+ class InvalidImportPath < ServiceError
178
+
179
+ # @param [Seahorse::Client::RequestContext] context
180
+ # @param [String] message
181
+ # @param [Aws::FSx::Types::InvalidImportPath] data
182
+ def initialize(context, message, data = Aws::EmptyStructure.new)
183
+ super(context, message, data)
184
+ end
185
+
186
+ # @return [String]
187
+ def message
188
+ @message || @data[:message]
189
+ end
190
+
191
+ end
192
+
193
+ class InvalidNetworkSettings < ServiceError
194
+
195
+ # @param [Seahorse::Client::RequestContext] context
196
+ # @param [String] message
197
+ # @param [Aws::FSx::Types::InvalidNetworkSettings] data
198
+ def initialize(context, message, data = Aws::EmptyStructure.new)
199
+ super(context, message, data)
200
+ end
201
+
202
+ # @return [String]
203
+ def message
204
+ @message || @data[:message]
205
+ end
206
+
207
+ # @return [String]
208
+ def invalid_subnet_id
209
+ @data[:invalid_subnet_id]
210
+ end
211
+
212
+ # @return [String]
213
+ def invalid_security_group_id
214
+ @data[:invalid_security_group_id]
215
+ end
216
+
217
+ end
218
+
219
+ class MissingFileSystemConfiguration < ServiceError
220
+
221
+ # @param [Seahorse::Client::RequestContext] context
222
+ # @param [String] message
223
+ # @param [Aws::FSx::Types::MissingFileSystemConfiguration] data
224
+ def initialize(context, message, data = Aws::EmptyStructure.new)
225
+ super(context, message, data)
226
+ end
227
+
228
+ # @return [String]
229
+ def message
230
+ @message || @data[:message]
231
+ end
232
+
233
+ end
234
+
235
+ class NotServiceResourceError < ServiceError
236
+
237
+ # @param [Seahorse::Client::RequestContext] context
238
+ # @param [String] message
239
+ # @param [Aws::FSx::Types::NotServiceResourceError] data
240
+ def initialize(context, message, data = Aws::EmptyStructure.new)
241
+ super(context, message, data)
242
+ end
243
+
244
+ # @return [String]
245
+ def resource_arn
246
+ @data[:resource_arn]
247
+ end
248
+
249
+ # @return [String]
250
+ def message
251
+ @message || @data[:message]
252
+ end
253
+
254
+ end
255
+
256
+ class ResourceDoesNotSupportTagging < ServiceError
257
+
258
+ # @param [Seahorse::Client::RequestContext] context
259
+ # @param [String] message
260
+ # @param [Aws::FSx::Types::ResourceDoesNotSupportTagging] data
261
+ def initialize(context, message, data = Aws::EmptyStructure.new)
262
+ super(context, message, data)
263
+ end
264
+
265
+ # @return [String]
266
+ def resource_arn
267
+ @data[:resource_arn]
268
+ end
269
+
270
+ # @return [String]
271
+ def message
272
+ @message || @data[:message]
273
+ end
274
+
275
+ end
276
+
277
+ class ResourceNotFound < ServiceError
278
+
279
+ # @param [Seahorse::Client::RequestContext] context
280
+ # @param [String] message
281
+ # @param [Aws::FSx::Types::ResourceNotFound] data
282
+ def initialize(context, message, data = Aws::EmptyStructure.new)
283
+ super(context, message, data)
284
+ end
285
+
286
+ # @return [String]
287
+ def resource_arn
288
+ @data[:resource_arn]
289
+ end
290
+
291
+ # @return [String]
292
+ def message
293
+ @message || @data[:message]
294
+ end
295
+
296
+ end
297
+
298
+ class ServiceLimitExceeded < ServiceError
299
+
300
+ # @param [Seahorse::Client::RequestContext] context
301
+ # @param [String] message
302
+ # @param [Aws::FSx::Types::ServiceLimitExceeded] data
303
+ def initialize(context, message, data = Aws::EmptyStructure.new)
304
+ super(context, message, data)
305
+ end
306
+
307
+ # @return [String]
308
+ def limit
309
+ @data[:limit]
310
+ end
311
+
312
+ # @return [String]
313
+ def message
314
+ @message || @data[:message]
315
+ end
316
+
317
+ end
318
+
13
319
  end
14
320
  end
@@ -8,6 +8,29 @@
8
8
  module Aws::FSx
9
9
  module Types
10
10
 
11
+ # An Active Directory error.
12
+ #
13
+ # @!attribute [rw] active_directory_id
14
+ # The directory ID of the directory that an error pertains to.
15
+ # @return [String]
16
+ #
17
+ # @!attribute [rw] type
18
+ # The type of Active Directory error.
19
+ # @return [String]
20
+ #
21
+ # @!attribute [rw] message
22
+ # A detailed error message.
23
+ # @return [String]
24
+ #
25
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ActiveDirectoryError AWS API Documentation
26
+ #
27
+ class ActiveDirectoryError < Struct.new(
28
+ :active_directory_id,
29
+ :type,
30
+ :message)
31
+ include Aws::Structure
32
+ end
33
+
11
34
  # A backup of an Amazon FSx for Windows File Server file system. You can
12
35
  # create a new file system from a backup to protect against data loss.
13
36
  #
@@ -83,6 +106,65 @@ module Aws::FSx
83
106
  include Aws::Structure
84
107
  end
85
108
 
109
+ # Another backup is already under way. Wait for completion before
110
+ # initiating additional backups of this file system.
111
+ #
112
+ # @!attribute [rw] message
113
+ # A detailed error message.
114
+ # @return [String]
115
+ #
116
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/BackupInProgress AWS API Documentation
117
+ #
118
+ class BackupInProgress < Struct.new(
119
+ :message)
120
+ include Aws::Structure
121
+ end
122
+
123
+ # No Amazon FSx backups were found based upon the supplied parameters.
124
+ #
125
+ # @!attribute [rw] message
126
+ # A detailed error message.
127
+ # @return [String]
128
+ #
129
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/BackupNotFound AWS API Documentation
130
+ #
131
+ class BackupNotFound < Struct.new(
132
+ :message)
133
+ include Aws::Structure
134
+ end
135
+
136
+ # You can't delete a backup while it's being used to restore a file
137
+ # system.
138
+ #
139
+ # @!attribute [rw] message
140
+ # A detailed error message.
141
+ # @return [String]
142
+ #
143
+ # @!attribute [rw] file_system_id
144
+ # The ID of a file system being restored from the backup.
145
+ # @return [String]
146
+ #
147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/BackupRestoring AWS API Documentation
148
+ #
149
+ class BackupRestoring < Struct.new(
150
+ :message,
151
+ :file_system_id)
152
+ include Aws::Structure
153
+ end
154
+
155
+ # A generic error indicating a failure with a client request.
156
+ #
157
+ # @!attribute [rw] message
158
+ # A detailed error message.
159
+ # @return [String]
160
+ #
161
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/BadRequest AWS API Documentation
162
+ #
163
+ class BadRequest < Struct.new(
164
+ :message)
165
+ include Aws::Structure
166
+ end
167
+
86
168
  # The request object for the `CreateBackup` operation.
87
169
  #
88
170
  # @note When making an API call, you may pass CreateBackupRequest
@@ -961,6 +1043,19 @@ module Aws::FSx
961
1043
  include Aws::Structure
962
1044
  end
963
1045
 
1046
+ # No Amazon FSx file systems were found based upon supplied parameters.
1047
+ #
1048
+ # @!attribute [rw] message
1049
+ # A detailed error message.
1050
+ # @return [String]
1051
+ #
1052
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystemNotFound AWS API Documentation
1053
+ #
1054
+ class FileSystemNotFound < Struct.new(
1055
+ :message)
1056
+ include Aws::Structure
1057
+ end
1058
+
964
1059
  # A filter used to restrict the results of describe calls. You can use
965
1060
  # multiple filters to return results that meet all applied filter
966
1061
  # requirements.
@@ -990,6 +1085,107 @@ module Aws::FSx
990
1085
  include Aws::Structure
991
1086
  end
992
1087
 
1088
+ # The error returned when a second request is received with the same
1089
+ # client request token but different parameters settings. A client
1090
+ # request token should always uniquely identify a single request.
1091
+ #
1092
+ # @!attribute [rw] parameter
1093
+ # A parameter that is incompatible with the earlier request.
1094
+ # @return [String]
1095
+ #
1096
+ # @!attribute [rw] message
1097
+ # A detailed error message.
1098
+ # @return [String]
1099
+ #
1100
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/IncompatibleParameterError AWS API Documentation
1101
+ #
1102
+ class IncompatibleParameterError < Struct.new(
1103
+ :parameter,
1104
+ :message)
1105
+ include Aws::Structure
1106
+ end
1107
+
1108
+ # A generic error indicating a server-side failure.
1109
+ #
1110
+ # @!attribute [rw] message
1111
+ # A detailed error message.
1112
+ # @return [String]
1113
+ #
1114
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/InternalServerError AWS API Documentation
1115
+ #
1116
+ class InternalServerError < Struct.new(
1117
+ :message)
1118
+ include Aws::Structure
1119
+ end
1120
+
1121
+ # The path provided for data repository export isn't valid.
1122
+ #
1123
+ # @!attribute [rw] message
1124
+ # A detailed error message.
1125
+ # @return [String]
1126
+ #
1127
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/InvalidExportPath AWS API Documentation
1128
+ #
1129
+ class InvalidExportPath < Struct.new(
1130
+ :message)
1131
+ include Aws::Structure
1132
+ end
1133
+
1134
+ # The path provided for data repository import isn't valid.
1135
+ #
1136
+ # @!attribute [rw] message
1137
+ # A detailed error message.
1138
+ # @return [String]
1139
+ #
1140
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/InvalidImportPath AWS API Documentation
1141
+ #
1142
+ class InvalidImportPath < Struct.new(
1143
+ :message)
1144
+ include Aws::Structure
1145
+ end
1146
+
1147
+ # One or more network settings specified in the request are invalid.
1148
+ # `InvalidVpcId` means that the ID passed for the virtual private cloud
1149
+ # (VPC) is invalid. `InvalidSubnetIds` returns the list of IDs for
1150
+ # subnets that are either invalid or not part of the VPC specified.
1151
+ # `InvalidSecurityGroupIds` returns the list of IDs for security groups
1152
+ # that are either invalid or not part of the VPC specified.
1153
+ #
1154
+ # @!attribute [rw] message
1155
+ # A detailed error message.
1156
+ # @return [String]
1157
+ #
1158
+ # @!attribute [rw] invalid_subnet_id
1159
+ # The ID for a subnet. A *subnet* is a range of IP addresses in your
1160
+ # virtual private cloud (VPC). For more information, see [VPC and
1161
+ # Subnets][1] in the *Amazon VPC User Guide.*
1162
+ #
1163
+ #
1164
+ #
1165
+ # [1]: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html
1166
+ # @return [String]
1167
+ #
1168
+ # @!attribute [rw] invalid_security_group_id
1169
+ # The ID of your Amazon EC2 security group. This ID is used to control
1170
+ # network access to the endpoint that Amazon FSx creates on your
1171
+ # behalf in each subnet. For more information, see [Amazon EC2
1172
+ # Security Groups for Linux Instances][1] in the *Amazon EC2 User
1173
+ # Guide*.
1174
+ #
1175
+ #
1176
+ #
1177
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
1178
+ # @return [String]
1179
+ #
1180
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/InvalidNetworkSettings AWS API Documentation
1181
+ #
1182
+ class InvalidNetworkSettings < Struct.new(
1183
+ :message,
1184
+ :invalid_subnet_id,
1185
+ :invalid_security_group_id)
1186
+ include Aws::Structure
1187
+ end
1188
+
993
1189
  # The request object for `ListTagsForResource` operation.
994
1190
  #
995
1191
  # @note When making an API call, you may pass ListTagsForResourceRequest
@@ -1067,6 +1263,96 @@ module Aws::FSx
1067
1263
  include Aws::Structure
1068
1264
  end
1069
1265
 
1266
+ # File system configuration is required for this operation.
1267
+ #
1268
+ # @!attribute [rw] message
1269
+ # A detailed error message.
1270
+ # @return [String]
1271
+ #
1272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/MissingFileSystemConfiguration AWS API Documentation
1273
+ #
1274
+ class MissingFileSystemConfiguration < Struct.new(
1275
+ :message)
1276
+ include Aws::Structure
1277
+ end
1278
+
1279
+ # The resource specified for the tagging operation is not a resource
1280
+ # type owned by Amazon FSx. Use the API of the relevant service to
1281
+ # perform the operation.
1282
+ #
1283
+ # @!attribute [rw] resource_arn
1284
+ # The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
1285
+ # @return [String]
1286
+ #
1287
+ # @!attribute [rw] message
1288
+ # A detailed error message.
1289
+ # @return [String]
1290
+ #
1291
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/NotServiceResourceError AWS API Documentation
1292
+ #
1293
+ class NotServiceResourceError < Struct.new(
1294
+ :resource_arn,
1295
+ :message)
1296
+ include Aws::Structure
1297
+ end
1298
+
1299
+ # The resource specified does not support tagging.
1300
+ #
1301
+ # @!attribute [rw] resource_arn
1302
+ # The Amazon Resource Name (ARN) of the resource that doesn't support
1303
+ # tagging.
1304
+ # @return [String]
1305
+ #
1306
+ # @!attribute [rw] message
1307
+ # A detailed error message.
1308
+ # @return [String]
1309
+ #
1310
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ResourceDoesNotSupportTagging AWS API Documentation
1311
+ #
1312
+ class ResourceDoesNotSupportTagging < Struct.new(
1313
+ :resource_arn,
1314
+ :message)
1315
+ include Aws::Structure
1316
+ end
1317
+
1318
+ # The resource specified by the Amazon Resource Name (ARN) can't be
1319
+ # found.
1320
+ #
1321
+ # @!attribute [rw] resource_arn
1322
+ # The resource ARN of the resource that can't be found.
1323
+ # @return [String]
1324
+ #
1325
+ # @!attribute [rw] message
1326
+ # A detailed error message.
1327
+ # @return [String]
1328
+ #
1329
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ResourceNotFound AWS API Documentation
1330
+ #
1331
+ class ResourceNotFound < Struct.new(
1332
+ :resource_arn,
1333
+ :message)
1334
+ include Aws::Structure
1335
+ end
1336
+
1337
+ # An error indicating that a particular service limit was exceeded. You
1338
+ # can increase some service limits by contacting AWS Support.
1339
+ #
1340
+ # @!attribute [rw] limit
1341
+ # Enumeration of the service limit that was exceeded.
1342
+ # @return [String]
1343
+ #
1344
+ # @!attribute [rw] message
1345
+ # A detailed error message.
1346
+ # @return [String]
1347
+ #
1348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ServiceLimitExceeded AWS API Documentation
1349
+ #
1350
+ class ServiceLimitExceeded < Struct.new(
1351
+ :limit,
1352
+ :message)
1353
+ include Aws::Structure
1354
+ end
1355
+
1070
1356
  # Specifies a key-value pair for a resource tag.
1071
1357
  #
1072
1358
  # @note When making an API call, you may pass Tag
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement