3
3
- ChangeResourceRecordSetsOutput.ChangeInfo.Comment
4
4
- CreateHostedZoneInput.CallerReference
5
5
- CreateHealthCheckInput.CallerReference
6
+ - CreateCidrCollectionInput.CallerReference
6
7
operations : null
7
8
resource_names :
8
- - CidrCollection
9
+ # - CidrCollection
9
10
# - HealthCheck
10
11
# - HostedZone
11
12
- KeySigningKey
@@ -15,7 +16,6 @@ ignore:
15
16
- TrafficPolicyInstance
16
17
- TrafficPolicyVersion
17
18
- VPCAssociationAuthorization
18
- - CidrCollection
19
19
shape_names : null
20
20
model_name : route53
21
21
operations :
@@ -30,6 +30,26 @@ operations:
30
30
- List
31
31
resource_name :
32
32
RecordSet
33
+ CreateCidrCollection :
34
+ operation_type :
35
+ - Create
36
+ resource_name :
37
+ CidrCollection
38
+ ChangeCidrCollection :
39
+ operation_type :
40
+ - Update
41
+ resource_name :
42
+ CidrCollection
43
+ DeleteCidrCollection :
44
+ operation_type :
45
+ - Delete
46
+ resource_name :
47
+ CidrCollection
48
+ ListCidrCollections :
49
+ operation_type :
50
+ - List
51
+ resource_name :
52
+ CidrCollection
33
53
CreateHostedZone :
34
54
output_wrapper_field_path : HostedZone
35
55
GetHostedZone :
@@ -151,6 +171,54 @@ resources:
151
171
ignore : true
152
172
update_operation :
153
173
custom_method_name : customUpdateRecordSet
174
+ CidrCollection :
175
+ renames :
176
+ operations :
177
+ ChangeCidrCollection :
178
+ input_fields :
179
+ Changes : Locations
180
+ exceptions :
181
+ terminal_codes :
182
+ - InvalidInput
183
+ - CidrCollectionAlreadyExists
184
+ - CidrCollectionInUse
185
+ - CidrCollectionVersionMismatch
186
+ - NoSuchCidrCollection
187
+ - CidrBlockInUse
188
+ fields :
189
+ Name :
190
+ from :
191
+ operation : CreateCidrCollection
192
+ path : Name
193
+ is_required : true
194
+ is_primary_key : true
195
+ is_immutable : true
196
+ CollectionVersion :
197
+ is_required : false
198
+ Locations :
199
+ from :
200
+ operation : ChangeCidrCollection
201
+ path : Changes
202
+ is_required : true
203
+ CallerReference :
204
+ is_read_only : true
205
+ type : " *string"
206
+ hooks :
207
+ delta_pre_compare :
208
+ code : compareCustom(delta, a, b)
209
+ sdk_create_post_build_request :
210
+ template_path : hooks/cidr_collection/sdk_create_post_build_request.go.tpl
211
+ sdk_create_post_set_output :
212
+ template_path : hooks/cidr_collection/sdk_create_post_set_output.go.tpl
213
+ sdk_delete_post_build_request :
214
+ template_path : hooks/cidr_collection/sdk_delete_post_build_request.go.tpl
215
+ sdk_read_many_pre_set_output :
216
+ template_path : hooks/cidr_collection/sdk_read_many_pre_set_output.go.tpl
217
+ # This resource does not have tags
218
+ tags :
219
+ ignore : true
220
+ update_operation :
221
+ custom_method_name : customUpdateCidrCollection
154
222
HostedZone :
155
223
exceptions :
156
224
terminal_codes :
0 commit comments