aws-sdk-databasemigrationservice 1.22.0 → 1.23.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: 8041a477ae52aa093006a85e3dff2def0201e4ae
4
- data.tar.gz: 48e203142e9c33ecf7b34c04ccb42da6d91c5717
3
+ metadata.gz: fa2c9ad64fb6f13fb48fc10504a99b2c6f8d5300
4
+ data.tar.gz: b944f348aa8f0d333dfbfd6f6f3c788a0eb34cc0
5
5
  SHA512:
6
- metadata.gz: 8e2d6d4615140fade9083039513a1275c2013bf8b607eaabd48d490ab61be2a4c20f818393077ec94c53d0c9af10d623251d0e204e01f25522897205e2d17d18
7
- data.tar.gz: d9f4f2506500d7a59dbff703a1e5a3caaad33658a4f1dfb834ce36e34dfbb51cc9c6141e340c9edb3e93bb2ee7e8b3fdde019dc7d78ddcd50f58697a2df53927
6
+ metadata.gz: 98772a32be17d8c5b9e8f8688c510a63739693750a00146e9016ee8b4a1264a9e7114f079c43c8444cd8d20a5024a1492f563b428c728989b09b8694363679b9
7
+ data.tar.gz: 1d0c1159f35f7f7bedcb61a6a51a2ea03b1b7374bf706cf11fbae4dca9dd14ef980c8edbba21008d5618943fb2d0de1c4d0e5e69d2559142bccc644cb6e9a538
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
43
43
  # @service
44
44
  module Aws::DatabaseMigrationService
45
45
 
46
- GEM_VERSION = '1.22.0'
46
+ GEM_VERSION = '1.23.0'
47
47
 
48
48
  end
@@ -4800,7 +4800,7 @@ module Aws::DatabaseMigrationService
4800
4800
  params: params,
4801
4801
  config: config)
4802
4802
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
4803
- context[:gem_version] = '1.22.0'
4803
+ context[:gem_version] = '1.23.0'
4804
4804
  Seahorse::Client::Request.new(handlers, context)
4805
4805
  end
4806
4806
 
@@ -216,6 +216,9 @@ module Aws::DatabaseMigrationService
216
216
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
217
217
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
218
218
 
219
+ AccessDeniedFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
220
+ AccessDeniedFault.struct_class = Types::AccessDeniedFault
221
+
219
222
  AccountQuota.add_member(:account_quota_name, Shapes::ShapeRef.new(shape: String, location_name: "AccountQuotaName"))
220
223
  AccountQuota.add_member(:used, Shapes::ShapeRef.new(shape: Long, location_name: "Used"))
221
224
  AccountQuota.add_member(:max, Shapes::ShapeRef.new(shape: Long, location_name: "Max"))
@@ -637,6 +640,36 @@ module Aws::DatabaseMigrationService
637
640
  ImportCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
638
641
  ImportCertificateResponse.struct_class = Types::ImportCertificateResponse
639
642
 
643
+ InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
644
+ InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
645
+
646
+ InvalidCertificateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
647
+ InvalidCertificateFault.struct_class = Types::InvalidCertificateFault
648
+
649
+ InvalidResourceStateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
650
+ InvalidResourceStateFault.struct_class = Types::InvalidResourceStateFault
651
+
652
+ InvalidSubnet.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
653
+ InvalidSubnet.struct_class = Types::InvalidSubnet
654
+
655
+ KMSAccessDeniedFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
656
+ KMSAccessDeniedFault.struct_class = Types::KMSAccessDeniedFault
657
+
658
+ KMSDisabledFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
659
+ KMSDisabledFault.struct_class = Types::KMSDisabledFault
660
+
661
+ KMSInvalidStateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
662
+ KMSInvalidStateFault.struct_class = Types::KMSInvalidStateFault
663
+
664
+ KMSKeyNotAccessibleFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
665
+ KMSKeyNotAccessibleFault.struct_class = Types::KMSKeyNotAccessibleFault
666
+
667
+ KMSNotFoundFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
668
+ KMSNotFoundFault.struct_class = Types::KMSNotFoundFault
669
+
670
+ KMSThrottlingFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
671
+ KMSThrottlingFault.struct_class = Types::KMSThrottlingFault
672
+
640
673
  KeyList.member = Shapes::ShapeRef.new(shape: String)
641
674
 
642
675
  KinesisSettings.add_member(:stream_arn, Shapes::ShapeRef.new(shape: String, location_name: "StreamArn"))
@@ -874,6 +907,9 @@ module Aws::DatabaseMigrationService
874
907
  ReplicationSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
875
908
  ReplicationSubnetGroup.struct_class = Types::ReplicationSubnetGroup
876
909
 
910
+ ReplicationSubnetGroupDoesNotCoverEnoughAZs.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
911
+ ReplicationSubnetGroupDoesNotCoverEnoughAZs.struct_class = Types::ReplicationSubnetGroupDoesNotCoverEnoughAZs
912
+
877
913
  ReplicationSubnetGroups.member = Shapes::ShapeRef.new(shape: ReplicationSubnetGroup)
878
914
 
879
915
  ReplicationTask.add_member(:replication_task_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIdentifier"))
@@ -916,10 +952,20 @@ module Aws::DatabaseMigrationService
916
952
  ReplicationTaskStats.add_member(:tables_errored, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesErrored"))
917
953
  ReplicationTaskStats.struct_class = Types::ReplicationTaskStats
918
954
 
955
+ ResourceAlreadyExistsFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
956
+ ResourceAlreadyExistsFault.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "resourceArn"))
957
+ ResourceAlreadyExistsFault.struct_class = Types::ResourceAlreadyExistsFault
958
+
959
+ ResourceNotFoundFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
960
+ ResourceNotFoundFault.struct_class = Types::ResourceNotFoundFault
961
+
919
962
  ResourcePendingMaintenanceActions.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
920
963
  ResourcePendingMaintenanceActions.add_member(:pending_maintenance_action_details, Shapes::ShapeRef.new(shape: PendingMaintenanceActionDetails, location_name: "PendingMaintenanceActionDetails"))
921
964
  ResourcePendingMaintenanceActions.struct_class = Types::ResourcePendingMaintenanceActions
922
965
 
966
+ ResourceQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
967
+ ResourceQuotaExceededFault.struct_class = Types::ResourceQuotaExceededFault
968
+
923
969
  S3Settings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
924
970
  S3Settings.add_member(:external_table_definition, Shapes::ShapeRef.new(shape: String, location_name: "ExternalTableDefinition"))
925
971
  S3Settings.add_member(:csv_row_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "CsvRowDelimiter"))
@@ -939,6 +985,12 @@ module Aws::DatabaseMigrationService
939
985
  S3Settings.add_member(:cdc_inserts_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CdcInsertsOnly"))
940
986
  S3Settings.struct_class = Types::S3Settings
941
987
 
988
+ SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
989
+ SNSInvalidTopicFault.struct_class = Types::SNSInvalidTopicFault
990
+
991
+ SNSNoAuthorizationFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
992
+ SNSNoAuthorizationFault.struct_class = Types::SNSNoAuthorizationFault
993
+
942
994
  SchemaList.member = Shapes::ShapeRef.new(shape: String)
943
995
 
944
996
  SourceIdsList.member = Shapes::ShapeRef.new(shape: String)
@@ -965,11 +1017,17 @@ module Aws::DatabaseMigrationService
965
1017
  StopReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
966
1018
  StopReplicationTaskResponse.struct_class = Types::StopReplicationTaskResponse
967
1019
 
1020
+ StorageQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1021
+ StorageQuotaExceededFault.struct_class = Types::StorageQuotaExceededFault
1022
+
968
1023
  Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
969
1024
  Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
970
1025
  Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
971
1026
  Subnet.struct_class = Types::Subnet
972
1027
 
1028
+ SubnetAlreadyInUse.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1029
+ SubnetAlreadyInUse.struct_class = Types::SubnetAlreadyInUse
1030
+
973
1031
  SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String)
974
1032
 
975
1033
  SubnetList.member = Shapes::ShapeRef.new(shape: Subnet)
@@ -1021,6 +1079,9 @@ module Aws::DatabaseMigrationService
1021
1079
  TestConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
1022
1080
  TestConnectionResponse.struct_class = Types::TestConnectionResponse
1023
1081
 
1082
+ UpgradeDependencyFailureFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1083
+ UpgradeDependencyFailureFault.struct_class = Types::UpgradeDependencyFailureFault
1084
+
1024
1085
  VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
1025
1086
 
1026
1087
  VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
@@ -10,5 +10,330 @@ module Aws::DatabaseMigrationService
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class AccessDeniedFault < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::DatabaseMigrationService::Types::AccessDeniedFault] 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 InsufficientResourceCapacityFault < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::DatabaseMigrationService::Types::InsufficientResourceCapacityFault] 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 InvalidCertificateFault < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::DatabaseMigrationService::Types::InvalidCertificateFault] 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 InvalidResourceStateFault < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::DatabaseMigrationService::Types::InvalidResourceStateFault] 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 InvalidSubnet < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::DatabaseMigrationService::Types::InvalidSubnet] 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 KMSAccessDeniedFault < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::DatabaseMigrationService::Types::KMSAccessDeniedFault] 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 KMSDisabledFault < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::DatabaseMigrationService::Types::KMSDisabledFault] 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 KMSInvalidStateFault < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::DatabaseMigrationService::Types::KMSInvalidStateFault] 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 KMSKeyNotAccessibleFault < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::DatabaseMigrationService::Types::KMSKeyNotAccessibleFault] 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 KMSNotFoundFault < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::DatabaseMigrationService::Types::KMSNotFoundFault] 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 KMSThrottlingFault < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::DatabaseMigrationService::Types::KMSThrottlingFault] 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 ReplicationSubnetGroupDoesNotCoverEnoughAZs < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::DatabaseMigrationService::Types::ReplicationSubnetGroupDoesNotCoverEnoughAZs] 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 ResourceAlreadyExistsFault < ServiceError
206
+
207
+ # @param [Seahorse::Client::RequestContext] context
208
+ # @param [String] message
209
+ # @param [Aws::DatabaseMigrationService::Types::ResourceAlreadyExistsFault] 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
+ # @return [String]
220
+ def resource_arn
221
+ @data[:resource_arn]
222
+ end
223
+
224
+ end
225
+
226
+ class ResourceNotFoundFault < ServiceError
227
+
228
+ # @param [Seahorse::Client::RequestContext] context
229
+ # @param [String] message
230
+ # @param [Aws::DatabaseMigrationService::Types::ResourceNotFoundFault] data
231
+ def initialize(context, message, data = Aws::EmptyStructure.new)
232
+ super(context, message, data)
233
+ end
234
+
235
+ # @return [String]
236
+ def message
237
+ @message || @data[:message]
238
+ end
239
+
240
+ end
241
+
242
+ class ResourceQuotaExceededFault < ServiceError
243
+
244
+ # @param [Seahorse::Client::RequestContext] context
245
+ # @param [String] message
246
+ # @param [Aws::DatabaseMigrationService::Types::ResourceQuotaExceededFault] data
247
+ def initialize(context, message, data = Aws::EmptyStructure.new)
248
+ super(context, message, data)
249
+ end
250
+
251
+ # @return [String]
252
+ def message
253
+ @message || @data[:message]
254
+ end
255
+
256
+ end
257
+
258
+ class SNSInvalidTopicFault < ServiceError
259
+
260
+ # @param [Seahorse::Client::RequestContext] context
261
+ # @param [String] message
262
+ # @param [Aws::DatabaseMigrationService::Types::SNSInvalidTopicFault] data
263
+ def initialize(context, message, data = Aws::EmptyStructure.new)
264
+ super(context, message, data)
265
+ end
266
+
267
+ # @return [String]
268
+ def message
269
+ @message || @data[:message]
270
+ end
271
+
272
+ end
273
+
274
+ class SNSNoAuthorizationFault < ServiceError
275
+
276
+ # @param [Seahorse::Client::RequestContext] context
277
+ # @param [String] message
278
+ # @param [Aws::DatabaseMigrationService::Types::SNSNoAuthorizationFault] data
279
+ def initialize(context, message, data = Aws::EmptyStructure.new)
280
+ super(context, message, data)
281
+ end
282
+
283
+ # @return [String]
284
+ def message
285
+ @message || @data[:message]
286
+ end
287
+
288
+ end
289
+
290
+ class StorageQuotaExceededFault < ServiceError
291
+
292
+ # @param [Seahorse::Client::RequestContext] context
293
+ # @param [String] message
294
+ # @param [Aws::DatabaseMigrationService::Types::StorageQuotaExceededFault] data
295
+ def initialize(context, message, data = Aws::EmptyStructure.new)
296
+ super(context, message, data)
297
+ end
298
+
299
+ # @return [String]
300
+ def message
301
+ @message || @data[:message]
302
+ end
303
+
304
+ end
305
+
306
+ class SubnetAlreadyInUse < ServiceError
307
+
308
+ # @param [Seahorse::Client::RequestContext] context
309
+ # @param [String] message
310
+ # @param [Aws::DatabaseMigrationService::Types::SubnetAlreadyInUse] data
311
+ def initialize(context, message, data = Aws::EmptyStructure.new)
312
+ super(context, message, data)
313
+ end
314
+
315
+ # @return [String]
316
+ def message
317
+ @message || @data[:message]
318
+ end
319
+
320
+ end
321
+
322
+ class UpgradeDependencyFailureFault < ServiceError
323
+
324
+ # @param [Seahorse::Client::RequestContext] context
325
+ # @param [String] message
326
+ # @param [Aws::DatabaseMigrationService::Types::UpgradeDependencyFailureFault] data
327
+ def initialize(context, message, data = Aws::EmptyStructure.new)
328
+ super(context, message, data)
329
+ end
330
+
331
+ # @return [String]
332
+ def message
333
+ @message || @data[:message]
334
+ end
335
+
336
+ end
337
+
13
338
  end
14
339
  end
@@ -8,6 +8,19 @@
8
8
  module Aws::DatabaseMigrationService
9
9
  module Types
10
10
 
11
+ # AWS DMS was denied access to the endpoint. Check that the role is
12
+ # correctly configured.
13
+ #
14
+ # @!attribute [rw] message
15
+ # @return [String]
16
+ #
17
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AccessDeniedFault AWS API Documentation
18
+ #
19
+ class AccessDeniedFault < Struct.new(
20
+ :message)
21
+ include Aws::Structure
22
+ end
23
+
11
24
  # Describes a quota for an AWS account, for example, the number of
12
25
  # replication instances allowed.
13
26
  #
@@ -2702,6 +2715,128 @@ module Aws::DatabaseMigrationService
2702
2715
  include Aws::Structure
2703
2716
  end
2704
2717
 
2718
+ # There are not enough resources allocated to the database migration.
2719
+ #
2720
+ # @!attribute [rw] message
2721
+ # @return [String]
2722
+ #
2723
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/InsufficientResourceCapacityFault AWS API Documentation
2724
+ #
2725
+ class InsufficientResourceCapacityFault < Struct.new(
2726
+ :message)
2727
+ include Aws::Structure
2728
+ end
2729
+
2730
+ # The certificate was not valid.
2731
+ #
2732
+ # @!attribute [rw] message
2733
+ # @return [String]
2734
+ #
2735
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/InvalidCertificateFault AWS API Documentation
2736
+ #
2737
+ class InvalidCertificateFault < Struct.new(
2738
+ :message)
2739
+ include Aws::Structure
2740
+ end
2741
+
2742
+ # The resource is in a state that prevents it from being used for
2743
+ # database migration.
2744
+ #
2745
+ # @!attribute [rw] message
2746
+ # @return [String]
2747
+ #
2748
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/InvalidResourceStateFault AWS API Documentation
2749
+ #
2750
+ class InvalidResourceStateFault < Struct.new(
2751
+ :message)
2752
+ include Aws::Structure
2753
+ end
2754
+
2755
+ # The subnet provided is invalid.
2756
+ #
2757
+ # @!attribute [rw] message
2758
+ # @return [String]
2759
+ #
2760
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/InvalidSubnet AWS API Documentation
2761
+ #
2762
+ class InvalidSubnet < Struct.new(
2763
+ :message)
2764
+ include Aws::Structure
2765
+ end
2766
+
2767
+ # The ciphertext references a key that doesn't exist or DMS account
2768
+ # doesn't have an access to
2769
+ #
2770
+ # @!attribute [rw] message
2771
+ # @return [String]
2772
+ #
2773
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KMSAccessDeniedFault AWS API Documentation
2774
+ #
2775
+ class KMSAccessDeniedFault < Struct.new(
2776
+ :message)
2777
+ include Aws::Structure
2778
+ end
2779
+
2780
+ # The specified master key (CMK) isn't enabled.
2781
+ #
2782
+ # @!attribute [rw] message
2783
+ # @return [String]
2784
+ #
2785
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KMSDisabledFault AWS API Documentation
2786
+ #
2787
+ class KMSDisabledFault < Struct.new(
2788
+ :message)
2789
+ include Aws::Structure
2790
+ end
2791
+
2792
+ # The state of the specified KMS resource isn't valid for this request.
2793
+ #
2794
+ # @!attribute [rw] message
2795
+ # @return [String]
2796
+ #
2797
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KMSInvalidStateFault AWS API Documentation
2798
+ #
2799
+ class KMSInvalidStateFault < Struct.new(
2800
+ :message)
2801
+ include Aws::Structure
2802
+ end
2803
+
2804
+ # AWS DMS cannot access the KMS key.
2805
+ #
2806
+ # @!attribute [rw] message
2807
+ # @return [String]
2808
+ #
2809
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KMSKeyNotAccessibleFault AWS API Documentation
2810
+ #
2811
+ class KMSKeyNotAccessibleFault < Struct.new(
2812
+ :message)
2813
+ include Aws::Structure
2814
+ end
2815
+
2816
+ # The specified KMS entity or resource can't be found.
2817
+ #
2818
+ # @!attribute [rw] message
2819
+ # @return [String]
2820
+ #
2821
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KMSNotFoundFault AWS API Documentation
2822
+ #
2823
+ class KMSNotFoundFault < Struct.new(
2824
+ :message)
2825
+ include Aws::Structure
2826
+ end
2827
+
2828
+ # This request triggered KMS request throttling.
2829
+ #
2830
+ # @!attribute [rw] message
2831
+ # @return [String]
2832
+ #
2833
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KMSThrottlingFault AWS API Documentation
2834
+ #
2835
+ class KMSThrottlingFault < Struct.new(
2836
+ :message)
2837
+ include Aws::Structure
2838
+ end
2839
+
2705
2840
  # @note When making an API call, you may pass KinesisSettings
2706
2841
  # data as a hash:
2707
2842
  #
@@ -4248,6 +4383,19 @@ module Aws::DatabaseMigrationService
4248
4383
  include Aws::Structure
4249
4384
  end
4250
4385
 
4386
+ # The replication subnet group does not cover enough Availability Zones
4387
+ # (AZs). Edit the replication subnet group and add more AZs.
4388
+ #
4389
+ # @!attribute [rw] message
4390
+ # @return [String]
4391
+ #
4392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationSubnetGroupDoesNotCoverEnoughAZs AWS API Documentation
4393
+ #
4394
+ class ReplicationSubnetGroupDoesNotCoverEnoughAZs < Struct.new(
4395
+ :message)
4396
+ include Aws::Structure
4397
+ end
4398
+
4251
4399
  # @!attribute [rw] replication_task_identifier
4252
4400
  # The user-assigned replication task identifier or name.
4253
4401
  #
@@ -4453,6 +4601,34 @@ module Aws::DatabaseMigrationService
4453
4601
  include Aws::Structure
4454
4602
  end
4455
4603
 
4604
+ # The resource you are attempting to create already exists.
4605
+ #
4606
+ # @!attribute [rw] message
4607
+ # @return [String]
4608
+ #
4609
+ # @!attribute [rw] resource_arn
4610
+ # @return [String]
4611
+ #
4612
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ResourceAlreadyExistsFault AWS API Documentation
4613
+ #
4614
+ class ResourceAlreadyExistsFault < Struct.new(
4615
+ :message,
4616
+ :resource_arn)
4617
+ include Aws::Structure
4618
+ end
4619
+
4620
+ # The resource could not be found.
4621
+ #
4622
+ # @!attribute [rw] message
4623
+ # @return [String]
4624
+ #
4625
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ResourceNotFoundFault AWS API Documentation
4626
+ #
4627
+ class ResourceNotFoundFault < Struct.new(
4628
+ :message)
4629
+ include Aws::Structure
4630
+ end
4631
+
4456
4632
  # @!attribute [rw] resource_identifier
4457
4633
  # The Amazon Resource Name (ARN) of the DMS resource that the pending
4458
4634
  # maintenance action applies to. For information about creating an
@@ -4476,6 +4652,18 @@ module Aws::DatabaseMigrationService
4476
4652
  include Aws::Structure
4477
4653
  end
4478
4654
 
4655
+ # The quota for this resource quota has been exceeded.
4656
+ #
4657
+ # @!attribute [rw] message
4658
+ # @return [String]
4659
+ #
4660
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ResourceQuotaExceededFault AWS API Documentation
4661
+ #
4662
+ class ResourceQuotaExceededFault < Struct.new(
4663
+ :message)
4664
+ include Aws::Structure
4665
+ end
4666
+
4479
4667
  # Settings for exporting data to Amazon S3.
4480
4668
  #
4481
4669
  # @note When making an API call, you may pass S3Settings
@@ -4672,6 +4860,30 @@ module Aws::DatabaseMigrationService
4672
4860
  include Aws::Structure
4673
4861
  end
4674
4862
 
4863
+ # The SNS topic is invalid.
4864
+ #
4865
+ # @!attribute [rw] message
4866
+ # @return [String]
4867
+ #
4868
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SNSInvalidTopicFault AWS API Documentation
4869
+ #
4870
+ class SNSInvalidTopicFault < Struct.new(
4871
+ :message)
4872
+ include Aws::Structure
4873
+ end
4874
+
4875
+ # You are not authorized for the SNS subscription.
4876
+ #
4877
+ # @!attribute [rw] message
4878
+ # @return [String]
4879
+ #
4880
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SNSNoAuthorizationFault AWS API Documentation
4881
+ #
4882
+ class SNSNoAuthorizationFault < Struct.new(
4883
+ :message)
4884
+ include Aws::Structure
4885
+ end
4886
+
4675
4887
  # @note When making an API call, you may pass StartReplicationTaskAssessmentMessage
4676
4888
  # data as a hash:
4677
4889
  #
@@ -4808,6 +5020,18 @@ module Aws::DatabaseMigrationService
4808
5020
  include Aws::Structure
4809
5021
  end
4810
5022
 
5023
+ # The storage quota has been exceeded.
5024
+ #
5025
+ # @!attribute [rw] message
5026
+ # @return [String]
5027
+ #
5028
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StorageQuotaExceededFault AWS API Documentation
5029
+ #
5030
+ class StorageQuotaExceededFault < Struct.new(
5031
+ :message)
5032
+ include Aws::Structure
5033
+ end
5034
+
4811
5035
  # @!attribute [rw] subnet_identifier
4812
5036
  # The subnet identifier.
4813
5037
  # @return [String]
@@ -4829,6 +5053,18 @@ module Aws::DatabaseMigrationService
4829
5053
  include Aws::Structure
4830
5054
  end
4831
5055
 
5056
+ # The specified subnet is already in use.
5057
+ #
5058
+ # @!attribute [rw] message
5059
+ # @return [String]
5060
+ #
5061
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SubnetAlreadyInUse AWS API Documentation
5062
+ #
5063
+ class SubnetAlreadyInUse < Struct.new(
5064
+ :message)
5065
+ include Aws::Structure
5066
+ end
5067
+
4832
5068
  # @!attribute [rw] engine_name
4833
5069
  # The database engine name. Valid values, depending on the
4834
5070
  # EndPointType, include mysql, oracle, postgres, mariadb, aurora,
@@ -5073,6 +5309,18 @@ module Aws::DatabaseMigrationService
5073
5309
  include Aws::Structure
5074
5310
  end
5075
5311
 
5312
+ # An upgrade dependency is preventing the database migration.
5313
+ #
5314
+ # @!attribute [rw] message
5315
+ # @return [String]
5316
+ #
5317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/UpgradeDependencyFailureFault AWS API Documentation
5318
+ #
5319
+ class UpgradeDependencyFailureFault < Struct.new(
5320
+ :message)
5321
+ include Aws::Structure
5322
+ end
5323
+
5076
5324
  # @!attribute [rw] vpc_security_group_id
5077
5325
  # The VPC security group Id.
5078
5326
  # @return [String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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