aws-sdk-acm 1.21.0 → 1.22.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: 956cfa6143c3e3178b012984d5de6330782d15ef
4
- data.tar.gz: a031d5036d74ef714d51d22e02e6a12369f088d4
3
+ metadata.gz: fcd835242c2fe2e83e52df7d49438cf2c16efbc5
4
+ data.tar.gz: 36ed8d2c80bf59d1129670d9ea1e48f1e8eaef27
5
5
  SHA512:
6
- metadata.gz: 9623e63271dc337b84fa5244034c81aa12e7e367f9ceed0d06dbbc62de5101eebbe6ff54cdfef3ac02edbdd52e7cd7d5f887e3e57438ee096d872494daa42666
7
- data.tar.gz: e8a5c25020f3dcaa47b81bb2a8ea597b3de3a41143b5fa7262df7628624caf0f567251f57a89674668521b0ef725e7edf928167cc8a6927732290e3bbef0e6a5
6
+ metadata.gz: a40c707142bcd6866f5fb8acfa18656251add78addd353d601b81df7ec0d5996966aeafde1e8a598d2476d048ded56e07bd641a972cb34813654b42d072fabd1
7
+ data.tar.gz: 8371bf284db3f14233f384f7a8611e7cd04fc650f05d24303040cd15e3e68855b9c7bc24d56c21a4e569f2b0e91f6f53cea3a30d0b492e0b676f41521f3bf73d
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-acm/customizations'
43
43
  # @service
44
44
  module Aws::ACM
45
45
 
46
- GEM_VERSION = '1.21.0'
46
+ GEM_VERSION = '1.22.0'
47
47
 
48
48
  end
@@ -1117,7 +1117,7 @@ module Aws::ACM
1117
1117
  params: params,
1118
1118
  config: config)
1119
1119
  context[:gem_name] = 'aws-sdk-acm'
1120
- context[:gem_version] = '1.21.0'
1120
+ context[:gem_version] = '1.22.0'
1121
1121
  Seahorse::Client::Request.new(handlers, context)
1122
1122
  end
1123
1123
 
@@ -205,6 +205,21 @@ module Aws::ACM
205
205
 
206
206
  InUseList.member = Shapes::ShapeRef.new(shape: String)
207
207
 
208
+ InvalidArgsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
209
+ InvalidArgsException.struct_class = Types::InvalidArgsException
210
+
211
+ InvalidArnException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
212
+ InvalidArnException.struct_class = Types::InvalidArnException
213
+
214
+ InvalidDomainValidationOptionsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
215
+ InvalidDomainValidationOptionsException.struct_class = Types::InvalidDomainValidationOptionsException
216
+
217
+ InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
218
+ InvalidStateException.struct_class = Types::InvalidStateException
219
+
220
+ InvalidTagException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
221
+ InvalidTagException.struct_class = Types::InvalidTagException
222
+
208
223
  KeyAlgorithmList.member = Shapes::ShapeRef.new(shape: KeyAlgorithm)
209
224
 
210
225
  KeyUsage.add_member(:name, Shapes::ShapeRef.new(shape: KeyUsageName, location_name: "Name"))
@@ -214,6 +229,9 @@ module Aws::ACM
214
229
 
215
230
  KeyUsageList.member = Shapes::ShapeRef.new(shape: KeyUsage)
216
231
 
232
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
233
+ LimitExceededException.struct_class = Types::LimitExceededException
234
+
217
235
  ListCertificatesRequest.add_member(:certificate_statuses, Shapes::ShapeRef.new(shape: CertificateStatuses, location_name: "CertificateStatuses"))
218
236
  ListCertificatesRequest.add_member(:includes, Shapes::ShapeRef.new(shape: Filters, location_name: "Includes"))
219
237
  ListCertificatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -255,11 +273,20 @@ module Aws::ACM
255
273
  RequestCertificateResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateArn"))
256
274
  RequestCertificateResponse.struct_class = Types::RequestCertificateResponse
257
275
 
276
+ RequestInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
277
+ RequestInProgressException.struct_class = Types::RequestInProgressException
278
+
258
279
  ResendValidationEmailRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateArn"))
259
280
  ResendValidationEmailRequest.add_member(:domain, Shapes::ShapeRef.new(shape: DomainNameString, required: true, location_name: "Domain"))
260
281
  ResendValidationEmailRequest.add_member(:validation_domain, Shapes::ShapeRef.new(shape: DomainNameString, required: true, location_name: "ValidationDomain"))
261
282
  ResendValidationEmailRequest.struct_class = Types::ResendValidationEmailRequest
262
283
 
284
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
285
+ ResourceInUseException.struct_class = Types::ResourceInUseException
286
+
287
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
288
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
289
+
263
290
  ResourceRecord.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
264
291
  ResourceRecord.add_member(:type, Shapes::ShapeRef.new(shape: RecordType, required: true, location_name: "Type"))
265
292
  ResourceRecord.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
@@ -271,6 +298,9 @@ module Aws::ACM
271
298
 
272
299
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
273
300
 
301
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
302
+ TooManyTagsException.struct_class = Types::TooManyTagsException
303
+
274
304
  UpdateCertificateOptionsRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "CertificateArn"))
275
305
  UpdateCertificateOptionsRequest.add_member(:options, Shapes::ShapeRef.new(shape: CertificateOptions, required: true, location_name: "Options"))
276
306
  UpdateCertificateOptionsRequest.struct_class = Types::UpdateCertificateOptionsRequest
@@ -10,5 +10,165 @@ module Aws::ACM
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class InvalidArgsException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::ACM::Types::InvalidArgsException] 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 InvalidArnException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::ACM::Types::InvalidArnException] 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 InvalidDomainValidationOptionsException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::ACM::Types::InvalidDomainValidationOptionsException] 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 InvalidStateException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::ACM::Types::InvalidStateException] 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 InvalidTagException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::ACM::Types::InvalidTagException] 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 LimitExceededException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::ACM::Types::LimitExceededException] 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 RequestInProgressException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::ACM::Types::RequestInProgressException] 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 ResourceInUseException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::ACM::Types::ResourceInUseException] 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 ResourceNotFoundException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::ACM::Types::ResourceNotFoundException] 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 TooManyTagsException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::ACM::Types::TooManyTagsException] 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
+
13
173
  end
14
174
  end
@@ -704,6 +704,70 @@ module Aws::ACM
704
704
  include Aws::Structure
705
705
  end
706
706
 
707
+ # One or more of of request parameters specified is not valid.
708
+ #
709
+ # @!attribute [rw] message
710
+ # @return [String]
711
+ #
712
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/InvalidArgsException AWS API Documentation
713
+ #
714
+ class InvalidArgsException < Struct.new(
715
+ :message)
716
+ include Aws::Structure
717
+ end
718
+
719
+ # The requested Amazon Resource Name (ARN) does not refer to an existing
720
+ # resource.
721
+ #
722
+ # @!attribute [rw] message
723
+ # @return [String]
724
+ #
725
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/InvalidArnException AWS API Documentation
726
+ #
727
+ class InvalidArnException < Struct.new(
728
+ :message)
729
+ include Aws::Structure
730
+ end
731
+
732
+ # One or more values in the DomainValidationOption structure is
733
+ # incorrect.
734
+ #
735
+ # @!attribute [rw] message
736
+ # @return [String]
737
+ #
738
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/InvalidDomainValidationOptionsException AWS API Documentation
739
+ #
740
+ class InvalidDomainValidationOptionsException < Struct.new(
741
+ :message)
742
+ include Aws::Structure
743
+ end
744
+
745
+ # Processing has reached an invalid state.
746
+ #
747
+ # @!attribute [rw] message
748
+ # @return [String]
749
+ #
750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/InvalidStateException AWS API Documentation
751
+ #
752
+ class InvalidStateException < Struct.new(
753
+ :message)
754
+ include Aws::Structure
755
+ end
756
+
757
+ # One or both of the values that make up the key-value pair is not
758
+ # valid. For example, you cannot specify a tag value that begins with
759
+ # `aws:`.
760
+ #
761
+ # @!attribute [rw] message
762
+ # @return [String]
763
+ #
764
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/InvalidTagException AWS API Documentation
765
+ #
766
+ class InvalidTagException < Struct.new(
767
+ :message)
768
+ include Aws::Structure
769
+ end
770
+
707
771
  # The Key Usage X.509 v3 extension defines the purpose of the public key
708
772
  # contained in the certificate.
709
773
  #
@@ -718,6 +782,18 @@ module Aws::ACM
718
782
  include Aws::Structure
719
783
  end
720
784
 
785
+ # An ACM limit has been exceeded.
786
+ #
787
+ # @!attribute [rw] message
788
+ # @return [String]
789
+ #
790
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/LimitExceededException AWS API Documentation
791
+ #
792
+ class LimitExceededException < Struct.new(
793
+ :message)
794
+ include Aws::Structure
795
+ end
796
+
721
797
  # @note When making an API call, you may pass ListCertificatesRequest
722
798
  # data as a hash:
723
799
  #
@@ -1083,6 +1159,19 @@ module Aws::ACM
1083
1159
  include Aws::Structure
1084
1160
  end
1085
1161
 
1162
+ # The certificate request is in process and the certificate in your
1163
+ # account has not yet been issued.
1164
+ #
1165
+ # @!attribute [rw] message
1166
+ # @return [String]
1167
+ #
1168
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/RequestInProgressException AWS API Documentation
1169
+ #
1170
+ class RequestInProgressException < Struct.new(
1171
+ :message)
1172
+ include Aws::Structure
1173
+ end
1174
+
1086
1175
  # @note When making an API call, you may pass ResendValidationEmailRequest
1087
1176
  # data as a hash:
1088
1177
  #
@@ -1137,6 +1226,32 @@ module Aws::ACM
1137
1226
  include Aws::Structure
1138
1227
  end
1139
1228
 
1229
+ # The certificate is in use by another AWS service in the caller's
1230
+ # account. Remove the association and try again.
1231
+ #
1232
+ # @!attribute [rw] message
1233
+ # @return [String]
1234
+ #
1235
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ResourceInUseException AWS API Documentation
1236
+ #
1237
+ class ResourceInUseException < Struct.new(
1238
+ :message)
1239
+ include Aws::Structure
1240
+ end
1241
+
1242
+ # The specified certificate cannot be found in the caller's account or
1243
+ # the caller's account cannot be found.
1244
+ #
1245
+ # @!attribute [rw] message
1246
+ # @return [String]
1247
+ #
1248
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/ResourceNotFoundException AWS API Documentation
1249
+ #
1250
+ class ResourceNotFoundException < Struct.new(
1251
+ :message)
1252
+ include Aws::Structure
1253
+ end
1254
+
1140
1255
  # Contains a DNS record value that you can use to can use to validate
1141
1256
  # ownership or control of a domain. This is used by the
1142
1257
  # DescribeCertificate action.
@@ -1191,6 +1306,19 @@ module Aws::ACM
1191
1306
  include Aws::Structure
1192
1307
  end
1193
1308
 
1309
+ # The request contains too many tags. Try the request again with fewer
1310
+ # tags.
1311
+ #
1312
+ # @!attribute [rw] message
1313
+ # @return [String]
1314
+ #
1315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/TooManyTagsException AWS API Documentation
1316
+ #
1317
+ class TooManyTagsException < Struct.new(
1318
+ :message)
1319
+ include Aws::Structure
1320
+ end
1321
+
1194
1322
  # @note When making an API call, you may pass UpdateCertificateOptionsRequest
1195
1323
  # data as a hash:
1196
1324
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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