aws-sdk-globalaccelerator 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: f99081a17ec605876e3bdde8cb5ffa179402b531
4
- data.tar.gz: 4d5bd1bb88b636f0c43c3a286256c07a2734b116
3
+ metadata.gz: 4ac369f99214446e368271bb478b8acccb4f37a7
4
+ data.tar.gz: 165f35b69f6230a3f34a526cbbc23a10baeeaab6
5
5
  SHA512:
6
- metadata.gz: 6f87d6014fd0d71caa8762ef3eacce9f201951d4baaf79cd01eac9635d470dd051f28f3e17a5b329ab35b761c07cb0931790fd44802c8e985b693bcbd9e00b4b
7
- data.tar.gz: 1ee9f8f2d84c17acf4f88b9e24d037de55c9e2524e4a315c19376e726d7805167be1a463fc17b8ca43f4c2cdeb560448a1befab482315370fde32b95a8a7cd66
6
+ metadata.gz: e8d35ab0db93cf01b9cca413d5185f906333d9d8213bc96d90124a9b2e61081e66ea5aa5adacc9daa32f9d18cc1e93126ab652b5b6965f79364b0fe2b36e7f09
7
+ data.tar.gz: 68f0ba5524fdfccc0c59231a43236d52ddd49e58dbcf66221835616d30530e0d1808b7432f00900868952f2e0de4e53075a4268b375f684eac5166361e91fef5
@@ -1158,7 +1158,7 @@ module Aws::GlobalAccelerator
1158
1158
  params: params,
1159
1159
  config: config)
1160
1160
  context[:gem_name] = 'aws-sdk-globalaccelerator'
1161
- context[:gem_version] = '1.6.0'
1161
+ context[:gem_version] = '1.7.0'
1162
1162
  Seahorse::Client::Request.new(handlers, context)
1163
1163
  end
1164
1164
 
@@ -105,8 +105,20 @@ module Aws::GlobalAccelerator
105
105
  AcceleratorAttributes.add_member(:flow_logs_s3_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "FlowLogsS3Prefix"))
106
106
  AcceleratorAttributes.struct_class = Types::AcceleratorAttributes
107
107
 
108
+ AcceleratorNotDisabledException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
109
+ AcceleratorNotDisabledException.struct_class = Types::AcceleratorNotDisabledException
110
+
111
+ AcceleratorNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
112
+ AcceleratorNotFoundException.struct_class = Types::AcceleratorNotFoundException
113
+
108
114
  Accelerators.member = Shapes::ShapeRef.new(shape: Accelerator)
109
115
 
116
+ AssociatedEndpointGroupFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
117
+ AssociatedEndpointGroupFoundException.struct_class = Types::AssociatedEndpointGroupFoundException
118
+
119
+ AssociatedListenerFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
120
+ AssociatedListenerFoundException.struct_class = Types::AssociatedListenerFoundException
121
+
110
122
  CreateAcceleratorRequest.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "Name"))
111
123
  CreateAcceleratorRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
112
124
  CreateAcceleratorRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: GenericBoolean, location_name: "Enabled"))
@@ -199,8 +211,26 @@ module Aws::GlobalAccelerator
199
211
  EndpointGroup.add_member(:threshold_count, Shapes::ShapeRef.new(shape: ThresholdCount, location_name: "ThresholdCount"))
200
212
  EndpointGroup.struct_class = Types::EndpointGroup
201
213
 
214
+ EndpointGroupAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
215
+ EndpointGroupAlreadyExistsException.struct_class = Types::EndpointGroupAlreadyExistsException
216
+
217
+ EndpointGroupNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
218
+ EndpointGroupNotFoundException.struct_class = Types::EndpointGroupNotFoundException
219
+
202
220
  EndpointGroups.member = Shapes::ShapeRef.new(shape: EndpointGroup)
203
221
 
222
+ InternalServiceErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
223
+ InternalServiceErrorException.struct_class = Types::InternalServiceErrorException
224
+
225
+ InvalidArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
226
+ InvalidArgumentException.struct_class = Types::InvalidArgumentException
227
+
228
+ InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
229
+ InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
230
+
231
+ InvalidPortRangeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
232
+ InvalidPortRangeException.struct_class = Types::InvalidPortRangeException
233
+
204
234
  IpAddresses.member = Shapes::ShapeRef.new(shape: IpAddress)
205
235
 
206
236
  IpSet.add_member(:ip_family, Shapes::ShapeRef.new(shape: GenericString, location_name: "IpFamily"))
@@ -209,6 +239,9 @@ module Aws::GlobalAccelerator
209
239
 
210
240
  IpSets.member = Shapes::ShapeRef.new(shape: IpSet)
211
241
 
242
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
243
+ LimitExceededException.struct_class = Types::LimitExceededException
244
+
212
245
  ListAcceleratorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
213
246
  ListAcceleratorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
214
247
  ListAcceleratorsRequest.struct_class = Types::ListAcceleratorsRequest
@@ -241,6 +274,9 @@ module Aws::GlobalAccelerator
241
274
  Listener.add_member(:client_affinity, Shapes::ShapeRef.new(shape: ClientAffinity, location_name: "ClientAffinity"))
242
275
  Listener.struct_class = Types::Listener
243
276
 
277
+ ListenerNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
278
+ ListenerNotFoundException.struct_class = Types::ListenerNotFoundException
279
+
244
280
  Listeners.member = Shapes::ShapeRef.new(shape: Listener)
245
281
 
246
282
  PortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "FromPort"))
@@ -10,5 +10,197 @@ module Aws::GlobalAccelerator
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class AcceleratorNotDisabledException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::GlobalAccelerator::Types::AcceleratorNotDisabledException] 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 AcceleratorNotFoundException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::GlobalAccelerator::Types::AcceleratorNotFoundException] 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 AssociatedEndpointGroupFoundException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::GlobalAccelerator::Types::AssociatedEndpointGroupFoundException] 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 AssociatedListenerFoundException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::GlobalAccelerator::Types::AssociatedListenerFoundException] 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 EndpointGroupAlreadyExistsException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::GlobalAccelerator::Types::EndpointGroupAlreadyExistsException] 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 EndpointGroupNotFoundException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::GlobalAccelerator::Types::EndpointGroupNotFoundException] 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 InternalServiceErrorException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::GlobalAccelerator::Types::InternalServiceErrorException] 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 InvalidArgumentException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::GlobalAccelerator::Types::InvalidArgumentException] 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 InvalidNextTokenException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::GlobalAccelerator::Types::InvalidNextTokenException] 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 InvalidPortRangeException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::GlobalAccelerator::Types::InvalidPortRangeException] 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 LimitExceededException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::GlobalAccelerator::Types::LimitExceededException] 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 ListenerNotFoundException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::GlobalAccelerator::Types::ListenerNotFoundException] 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
+
13
205
  end
14
206
  end
@@ -103,6 +103,58 @@ module Aws::GlobalAccelerator
103
103
  include Aws::Structure
104
104
  end
105
105
 
106
+ # The accelerator that you specified could not be disabled.
107
+ #
108
+ # @!attribute [rw] message
109
+ # @return [String]
110
+ #
111
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/AcceleratorNotDisabledException AWS API Documentation
112
+ #
113
+ class AcceleratorNotDisabledException < Struct.new(
114
+ :message)
115
+ include Aws::Structure
116
+ end
117
+
118
+ # The accelerator that you specified doesn't exist.
119
+ #
120
+ # @!attribute [rw] message
121
+ # @return [String]
122
+ #
123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/AcceleratorNotFoundException AWS API Documentation
124
+ #
125
+ class AcceleratorNotFoundException < Struct.new(
126
+ :message)
127
+ include Aws::Structure
128
+ end
129
+
130
+ # The listener that you specified has an endpoint group associated with
131
+ # it. You must remove all dependent resources from a listener before you
132
+ # can delete it.
133
+ #
134
+ # @!attribute [rw] message
135
+ # @return [String]
136
+ #
137
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/AssociatedEndpointGroupFoundException AWS API Documentation
138
+ #
139
+ class AssociatedEndpointGroupFoundException < Struct.new(
140
+ :message)
141
+ include Aws::Structure
142
+ end
143
+
144
+ # The accelerator that you specified has a listener associated with it.
145
+ # You must remove all dependent resources from an accelerator before you
146
+ # can delete it.
147
+ #
148
+ # @!attribute [rw] message
149
+ # @return [String]
150
+ #
151
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/AssociatedListenerFoundException AWS API Documentation
152
+ #
153
+ class AssociatedListenerFoundException < Struct.new(
154
+ :message)
155
+ include Aws::Structure
156
+ end
157
+
106
158
  # @note When making an API call, you may pass CreateAcceleratorRequest
107
159
  # data as a hash:
108
160
  #
@@ -699,6 +751,79 @@ module Aws::GlobalAccelerator
699
751
  include Aws::Structure
700
752
  end
701
753
 
754
+ # The endpoint group that you specified already exists.
755
+ #
756
+ # @!attribute [rw] message
757
+ # @return [String]
758
+ #
759
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/EndpointGroupAlreadyExistsException AWS API Documentation
760
+ #
761
+ class EndpointGroupAlreadyExistsException < Struct.new(
762
+ :message)
763
+ include Aws::Structure
764
+ end
765
+
766
+ # The endpoint group that you specified doesn't exist.
767
+ #
768
+ # @!attribute [rw] message
769
+ # @return [String]
770
+ #
771
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/EndpointGroupNotFoundException AWS API Documentation
772
+ #
773
+ class EndpointGroupNotFoundException < Struct.new(
774
+ :message)
775
+ include Aws::Structure
776
+ end
777
+
778
+ # There was an internal error for AWS Global Accelerator.
779
+ #
780
+ # @!attribute [rw] message
781
+ # @return [String]
782
+ #
783
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/InternalServiceErrorException AWS API Documentation
784
+ #
785
+ class InternalServiceErrorException < Struct.new(
786
+ :message)
787
+ include Aws::Structure
788
+ end
789
+
790
+ # An argument that you specified is invalid.
791
+ #
792
+ # @!attribute [rw] message
793
+ # @return [String]
794
+ #
795
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/InvalidArgumentException AWS API Documentation
796
+ #
797
+ class InvalidArgumentException < Struct.new(
798
+ :message)
799
+ include Aws::Structure
800
+ end
801
+
802
+ # There isn't another item to return.
803
+ #
804
+ # @!attribute [rw] message
805
+ # @return [String]
806
+ #
807
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/InvalidNextTokenException AWS API Documentation
808
+ #
809
+ class InvalidNextTokenException < Struct.new(
810
+ :message)
811
+ include Aws::Structure
812
+ end
813
+
814
+ # The port numbers that you specified are not valid numbers or are not
815
+ # unique for this accelerator.
816
+ #
817
+ # @!attribute [rw] message
818
+ # @return [String]
819
+ #
820
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/InvalidPortRangeException AWS API Documentation
821
+ #
822
+ class InvalidPortRangeException < Struct.new(
823
+ :message)
824
+ include Aws::Structure
825
+ end
826
+
702
827
  # A complex type for the set of IP addresses for an accelerator.
703
828
  #
704
829
  # @!attribute [rw] ip_family
@@ -718,6 +843,19 @@ module Aws::GlobalAccelerator
718
843
  include Aws::Structure
719
844
  end
720
845
 
846
+ # Processing your request would cause you to exceed an AWS Global
847
+ # Accelerator limit.
848
+ #
849
+ # @!attribute [rw] message
850
+ # @return [String]
851
+ #
852
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/LimitExceededException AWS API Documentation
853
+ #
854
+ class LimitExceededException < Struct.new(
855
+ :message)
856
+ include Aws::Structure
857
+ end
858
+
721
859
  # @note When making an API call, you may pass ListAcceleratorsRequest
722
860
  # data as a hash:
723
861
  #
@@ -911,6 +1049,18 @@ module Aws::GlobalAccelerator
911
1049
  include Aws::Structure
912
1050
  end
913
1051
 
1052
+ # The listener that you specified doesn't exist.
1053
+ #
1054
+ # @!attribute [rw] message
1055
+ # @return [String]
1056
+ #
1057
+ # @see http://docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ListenerNotFoundException AWS API Documentation
1058
+ #
1059
+ class ListenerNotFoundException < Struct.new(
1060
+ :message)
1061
+ include Aws::Structure
1062
+ end
1063
+
914
1064
  # A complex type for a range of ports for a listener.
915
1065
  #
916
1066
  # @note When making an API call, you may pass PortRange
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-globalaccelerator/customizations'
42
42
  # @service
43
43
  module Aws::GlobalAccelerator
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-globalaccelerator
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