aws-sdk-route53globalresolver 1.0.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 +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-route53globalresolver/client.rb +3227 -0
- data/lib/aws-sdk-route53globalresolver/client_api.rb +1843 -0
- data/lib/aws-sdk-route53globalresolver/customizations.rb +0 -0
- data/lib/aws-sdk-route53globalresolver/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-route53globalresolver/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-route53globalresolver/endpoints.rb +20 -0
- data/lib/aws-sdk-route53globalresolver/errors.rb +232 -0
- data/lib/aws-sdk-route53globalresolver/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-route53globalresolver/resource.rb +26 -0
- data/lib/aws-sdk-route53globalresolver/types.rb +4505 -0
- data/lib/aws-sdk-route53globalresolver/waiters.rb +15 -0
- data/lib/aws-sdk-route53globalresolver.rb +62 -0
- data/sig/client.rbs +977 -0
- data/sig/errors.rbs +51 -0
- data/sig/resource.rbs +85 -0
- data/sig/types.rbs +1147 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
|
@@ -0,0 +1,1843 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
|
4
|
+
#
|
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
7
|
+
#
|
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
module Aws::Route53GlobalResolver
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
|
+
AccessSources = Shapes::ListShape.new(name: 'AccessSources')
|
|
19
|
+
AccessSourcesItem = Shapes::StructureShape.new(name: 'AccessSourcesItem')
|
|
20
|
+
AccessTokenItem = Shapes::StructureShape.new(name: 'AccessTokenItem')
|
|
21
|
+
AccessTokenValue = Shapes::StringShape.new(name: 'AccessTokenValue')
|
|
22
|
+
AccessTokens = Shapes::ListShape.new(name: 'AccessTokens')
|
|
23
|
+
AssociateHostedZoneInput = Shapes::StructureShape.new(name: 'AssociateHostedZoneInput')
|
|
24
|
+
AssociateHostedZoneOutput = Shapes::StructureShape.new(name: 'AssociateHostedZoneOutput')
|
|
25
|
+
BatchCreateFirewallRuleInput = Shapes::StructureShape.new(name: 'BatchCreateFirewallRuleInput')
|
|
26
|
+
BatchCreateFirewallRuleInputItem = Shapes::StructureShape.new(name: 'BatchCreateFirewallRuleInputItem')
|
|
27
|
+
BatchCreateFirewallRuleInputItems = Shapes::ListShape.new(name: 'BatchCreateFirewallRuleInputItems')
|
|
28
|
+
BatchCreateFirewallRuleOutput = Shapes::StructureShape.new(name: 'BatchCreateFirewallRuleOutput')
|
|
29
|
+
BatchCreateFirewallRuleOutputItem = Shapes::StructureShape.new(name: 'BatchCreateFirewallRuleOutputItem')
|
|
30
|
+
BatchCreateFirewallRuleOutputItems = Shapes::ListShape.new(name: 'BatchCreateFirewallRuleOutputItems')
|
|
31
|
+
BatchCreateFirewallRuleResult = Shapes::StructureShape.new(name: 'BatchCreateFirewallRuleResult')
|
|
32
|
+
BatchDeleteFirewallRuleInput = Shapes::StructureShape.new(name: 'BatchDeleteFirewallRuleInput')
|
|
33
|
+
BatchDeleteFirewallRuleInputItem = Shapes::StructureShape.new(name: 'BatchDeleteFirewallRuleInputItem')
|
|
34
|
+
BatchDeleteFirewallRuleInputItems = Shapes::ListShape.new(name: 'BatchDeleteFirewallRuleInputItems')
|
|
35
|
+
BatchDeleteFirewallRuleOutput = Shapes::StructureShape.new(name: 'BatchDeleteFirewallRuleOutput')
|
|
36
|
+
BatchDeleteFirewallRuleOutputItem = Shapes::StructureShape.new(name: 'BatchDeleteFirewallRuleOutputItem')
|
|
37
|
+
BatchDeleteFirewallRuleOutputItems = Shapes::ListShape.new(name: 'BatchDeleteFirewallRuleOutputItems')
|
|
38
|
+
BatchDeleteFirewallRuleResult = Shapes::StructureShape.new(name: 'BatchDeleteFirewallRuleResult')
|
|
39
|
+
BatchUpdateFirewallRuleInput = Shapes::StructureShape.new(name: 'BatchUpdateFirewallRuleInput')
|
|
40
|
+
BatchUpdateFirewallRuleInputItem = Shapes::StructureShape.new(name: 'BatchUpdateFirewallRuleInputItem')
|
|
41
|
+
BatchUpdateFirewallRuleInputItems = Shapes::ListShape.new(name: 'BatchUpdateFirewallRuleInputItems')
|
|
42
|
+
BatchUpdateFirewallRuleOutput = Shapes::StructureShape.new(name: 'BatchUpdateFirewallRuleOutput')
|
|
43
|
+
BatchUpdateFirewallRuleOutputItem = Shapes::StructureShape.new(name: 'BatchUpdateFirewallRuleOutputItem')
|
|
44
|
+
BatchUpdateFirewallRuleOutputItems = Shapes::ListShape.new(name: 'BatchUpdateFirewallRuleOutputItems')
|
|
45
|
+
BatchUpdateFirewallRuleResult = Shapes::StructureShape.new(name: 'BatchUpdateFirewallRuleResult')
|
|
46
|
+
BlockOverrideDnsQueryType = Shapes::StringShape.new(name: 'BlockOverrideDnsQueryType')
|
|
47
|
+
BlockOverrideTtl = Shapes::IntegerShape.new(name: 'BlockOverrideTtl')
|
|
48
|
+
CRResourceStatus = Shapes::StringShape.new(name: 'CRResourceStatus')
|
|
49
|
+
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
|
50
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
51
|
+
ConfidenceThreshold = Shapes::StringShape.new(name: 'ConfidenceThreshold')
|
|
52
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
53
|
+
CreateAccessSourceInput = Shapes::StructureShape.new(name: 'CreateAccessSourceInput')
|
|
54
|
+
CreateAccessSourceOutput = Shapes::StructureShape.new(name: 'CreateAccessSourceOutput')
|
|
55
|
+
CreateAccessTokenInput = Shapes::StructureShape.new(name: 'CreateAccessTokenInput')
|
|
56
|
+
CreateAccessTokenOutput = Shapes::StructureShape.new(name: 'CreateAccessTokenOutput')
|
|
57
|
+
CreateDNSViewInput = Shapes::StructureShape.new(name: 'CreateDNSViewInput')
|
|
58
|
+
CreateDNSViewOutput = Shapes::StructureShape.new(name: 'CreateDNSViewOutput')
|
|
59
|
+
CreateFirewallDomainListInput = Shapes::StructureShape.new(name: 'CreateFirewallDomainListInput')
|
|
60
|
+
CreateFirewallDomainListOutput = Shapes::StructureShape.new(name: 'CreateFirewallDomainListOutput')
|
|
61
|
+
CreateFirewallRuleInput = Shapes::StructureShape.new(name: 'CreateFirewallRuleInput')
|
|
62
|
+
CreateFirewallRuleOutput = Shapes::StructureShape.new(name: 'CreateFirewallRuleOutput')
|
|
63
|
+
CreateGlobalResolverInput = Shapes::StructureShape.new(name: 'CreateGlobalResolverInput')
|
|
64
|
+
CreateGlobalResolverOutput = Shapes::StructureShape.new(name: 'CreateGlobalResolverOutput')
|
|
65
|
+
DNSViewSummary = Shapes::StructureShape.new(name: 'DNSViewSummary')
|
|
66
|
+
DNSViews = Shapes::ListShape.new(name: 'DNSViews')
|
|
67
|
+
DeleteAccessSourceInput = Shapes::StructureShape.new(name: 'DeleteAccessSourceInput')
|
|
68
|
+
DeleteAccessSourceOutput = Shapes::StructureShape.new(name: 'DeleteAccessSourceOutput')
|
|
69
|
+
DeleteAccessTokenInput = Shapes::StructureShape.new(name: 'DeleteAccessTokenInput')
|
|
70
|
+
DeleteAccessTokenOutput = Shapes::StructureShape.new(name: 'DeleteAccessTokenOutput')
|
|
71
|
+
DeleteDNSViewInput = Shapes::StructureShape.new(name: 'DeleteDNSViewInput')
|
|
72
|
+
DeleteDNSViewOutput = Shapes::StructureShape.new(name: 'DeleteDNSViewOutput')
|
|
73
|
+
DeleteFirewallDomainListInput = Shapes::StructureShape.new(name: 'DeleteFirewallDomainListInput')
|
|
74
|
+
DeleteFirewallDomainListOutput = Shapes::StructureShape.new(name: 'DeleteFirewallDomainListOutput')
|
|
75
|
+
DeleteFirewallRuleInput = Shapes::StructureShape.new(name: 'DeleteFirewallRuleInput')
|
|
76
|
+
DeleteFirewallRuleOutput = Shapes::StructureShape.new(name: 'DeleteFirewallRuleOutput')
|
|
77
|
+
DeleteGlobalResolverInput = Shapes::StructureShape.new(name: 'DeleteGlobalResolverInput')
|
|
78
|
+
DeleteGlobalResolverOutput = Shapes::StructureShape.new(name: 'DeleteGlobalResolverOutput')
|
|
79
|
+
DisableDNSViewInput = Shapes::StructureShape.new(name: 'DisableDNSViewInput')
|
|
80
|
+
DisableDNSViewOutput = Shapes::StructureShape.new(name: 'DisableDNSViewOutput')
|
|
81
|
+
DisassociateHostedZoneInput = Shapes::StructureShape.new(name: 'DisassociateHostedZoneInput')
|
|
82
|
+
DisassociateHostedZoneOutput = Shapes::StructureShape.new(name: 'DisassociateHostedZoneOutput')
|
|
83
|
+
DnsAdvancedProtection = Shapes::StringShape.new(name: 'DnsAdvancedProtection')
|
|
84
|
+
DnsProtocol = Shapes::StringShape.new(name: 'DnsProtocol')
|
|
85
|
+
DnsQueryType = Shapes::StringShape.new(name: 'DnsQueryType')
|
|
86
|
+
DnsSecValidationType = Shapes::StringShape.new(name: 'DnsSecValidationType')
|
|
87
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
|
88
|
+
Domains = Shapes::ListShape.new(name: 'Domains')
|
|
89
|
+
EdnsClientSubnetType = Shapes::StringShape.new(name: 'EdnsClientSubnetType')
|
|
90
|
+
EnableDNSViewInput = Shapes::StructureShape.new(name: 'EnableDNSViewInput')
|
|
91
|
+
EnableDNSViewOutput = Shapes::StructureShape.new(name: 'EnableDNSViewOutput')
|
|
92
|
+
Filters = Shapes::MapShape.new(name: 'Filters')
|
|
93
|
+
FirewallBlockResponse = Shapes::StringShape.new(name: 'FirewallBlockResponse')
|
|
94
|
+
FirewallDomainLists = Shapes::ListShape.new(name: 'FirewallDomainLists')
|
|
95
|
+
FirewallDomainListsItem = Shapes::StructureShape.new(name: 'FirewallDomainListsItem')
|
|
96
|
+
FirewallRuleAction = Shapes::StringShape.new(name: 'FirewallRuleAction')
|
|
97
|
+
FirewallRulePriority = Shapes::IntegerShape.new(name: 'FirewallRulePriority')
|
|
98
|
+
FirewallRules = Shapes::ListShape.new(name: 'FirewallRules')
|
|
99
|
+
FirewallRulesFailOpenType = Shapes::StringShape.new(name: 'FirewallRulesFailOpenType')
|
|
100
|
+
FirewallRulesItem = Shapes::StructureShape.new(name: 'FirewallRulesItem')
|
|
101
|
+
GetAccessSourceInput = Shapes::StructureShape.new(name: 'GetAccessSourceInput')
|
|
102
|
+
GetAccessSourceOutput = Shapes::StructureShape.new(name: 'GetAccessSourceOutput')
|
|
103
|
+
GetAccessTokenInput = Shapes::StructureShape.new(name: 'GetAccessTokenInput')
|
|
104
|
+
GetAccessTokenOutput = Shapes::StructureShape.new(name: 'GetAccessTokenOutput')
|
|
105
|
+
GetDNSViewInput = Shapes::StructureShape.new(name: 'GetDNSViewInput')
|
|
106
|
+
GetDNSViewOutput = Shapes::StructureShape.new(name: 'GetDNSViewOutput')
|
|
107
|
+
GetFirewallDomainListInput = Shapes::StructureShape.new(name: 'GetFirewallDomainListInput')
|
|
108
|
+
GetFirewallDomainListOutput = Shapes::StructureShape.new(name: 'GetFirewallDomainListOutput')
|
|
109
|
+
GetFirewallRuleInput = Shapes::StructureShape.new(name: 'GetFirewallRuleInput')
|
|
110
|
+
GetFirewallRuleOutput = Shapes::StructureShape.new(name: 'GetFirewallRuleOutput')
|
|
111
|
+
GetGlobalResolverInput = Shapes::StructureShape.new(name: 'GetGlobalResolverInput')
|
|
112
|
+
GetGlobalResolverOutput = Shapes::StructureShape.new(name: 'GetGlobalResolverOutput')
|
|
113
|
+
GetHostedZoneAssociationInput = Shapes::StructureShape.new(name: 'GetHostedZoneAssociationInput')
|
|
114
|
+
GetHostedZoneAssociationOutput = Shapes::StructureShape.new(name: 'GetHostedZoneAssociationOutput')
|
|
115
|
+
GetManagedFirewallDomainListInput = Shapes::StructureShape.new(name: 'GetManagedFirewallDomainListInput')
|
|
116
|
+
GetManagedFirewallDomainListOutput = Shapes::StructureShape.new(name: 'GetManagedFirewallDomainListOutput')
|
|
117
|
+
GlobalResolvers = Shapes::ListShape.new(name: 'GlobalResolvers')
|
|
118
|
+
GlobalResolversItem = Shapes::StructureShape.new(name: 'GlobalResolversItem')
|
|
119
|
+
HostedZoneAssociationStatus = Shapes::StringShape.new(name: 'HostedZoneAssociationStatus')
|
|
120
|
+
HostedZoneAssociationSummary = Shapes::StructureShape.new(name: 'HostedZoneAssociationSummary')
|
|
121
|
+
HostedZoneAssociations = Shapes::ListShape.new(name: 'HostedZoneAssociations')
|
|
122
|
+
HostedZoneId = Shapes::StringShape.new(name: 'HostedZoneId')
|
|
123
|
+
HostedZoneName = Shapes::StringShape.new(name: 'HostedZoneName')
|
|
124
|
+
IPv4Address = Shapes::StringShape.new(name: 'IPv4Address')
|
|
125
|
+
IPv4Addresses = Shapes::ListShape.new(name: 'IPv4Addresses')
|
|
126
|
+
ISO8601TimeString = Shapes::TimestampShape.new(name: 'ISO8601TimeString', timestampFormat: "iso8601")
|
|
127
|
+
ImportFirewallDomainsInput = Shapes::StructureShape.new(name: 'ImportFirewallDomainsInput')
|
|
128
|
+
ImportFirewallDomainsOutput = Shapes::StructureShape.new(name: 'ImportFirewallDomainsOutput')
|
|
129
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
130
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
131
|
+
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
132
|
+
ListAccessSourcesInput = Shapes::StructureShape.new(name: 'ListAccessSourcesInput')
|
|
133
|
+
ListAccessSourcesOutput = Shapes::StructureShape.new(name: 'ListAccessSourcesOutput')
|
|
134
|
+
ListAccessTokensInput = Shapes::StructureShape.new(name: 'ListAccessTokensInput')
|
|
135
|
+
ListAccessTokensOutput = Shapes::StructureShape.new(name: 'ListAccessTokensOutput')
|
|
136
|
+
ListDNSViewsInput = Shapes::StructureShape.new(name: 'ListDNSViewsInput')
|
|
137
|
+
ListDNSViewsOutput = Shapes::StructureShape.new(name: 'ListDNSViewsOutput')
|
|
138
|
+
ListFirewallDomainListsInput = Shapes::StructureShape.new(name: 'ListFirewallDomainListsInput')
|
|
139
|
+
ListFirewallDomainListsOutput = Shapes::StructureShape.new(name: 'ListFirewallDomainListsOutput')
|
|
140
|
+
ListFirewallDomainsInput = Shapes::StructureShape.new(name: 'ListFirewallDomainsInput')
|
|
141
|
+
ListFirewallDomainsOutput = Shapes::StructureShape.new(name: 'ListFirewallDomainsOutput')
|
|
142
|
+
ListFirewallRulesInput = Shapes::StructureShape.new(name: 'ListFirewallRulesInput')
|
|
143
|
+
ListFirewallRulesOutput = Shapes::StructureShape.new(name: 'ListFirewallRulesOutput')
|
|
144
|
+
ListGlobalResolversInput = Shapes::StructureShape.new(name: 'ListGlobalResolversInput')
|
|
145
|
+
ListGlobalResolversOutput = Shapes::StructureShape.new(name: 'ListGlobalResolversOutput')
|
|
146
|
+
ListHostedZoneAssociationsInput = Shapes::StructureShape.new(name: 'ListHostedZoneAssociationsInput')
|
|
147
|
+
ListHostedZoneAssociationsOutput = Shapes::StructureShape.new(name: 'ListHostedZoneAssociationsOutput')
|
|
148
|
+
ListManagedFirewallDomainListsInput = Shapes::StructureShape.new(name: 'ListManagedFirewallDomainListsInput')
|
|
149
|
+
ListManagedFirewallDomainListsOutput = Shapes::StructureShape.new(name: 'ListManagedFirewallDomainListsOutput')
|
|
150
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
151
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
152
|
+
ManagedFirewallDomainLists = Shapes::ListShape.new(name: 'ManagedFirewallDomainLists')
|
|
153
|
+
ManagedFirewallDomainListsItem = Shapes::StructureShape.new(name: 'ManagedFirewallDomainListsItem')
|
|
154
|
+
ProfileResourceStatus = Shapes::StringShape.new(name: 'ProfileResourceStatus')
|
|
155
|
+
Region = Shapes::StringShape.new(name: 'Region')
|
|
156
|
+
Regions = Shapes::ListShape.new(name: 'Regions')
|
|
157
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
158
|
+
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
|
159
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
|
160
|
+
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
|
161
|
+
ResourceNameShort = Shapes::StringShape.new(name: 'ResourceNameShort')
|
|
162
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
163
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
164
|
+
Sni = Shapes::StringShape.new(name: 'Sni')
|
|
165
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
166
|
+
Strings = Shapes::ListShape.new(name: 'Strings')
|
|
167
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
168
|
+
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
|
169
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
170
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
|
171
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
172
|
+
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
173
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
174
|
+
TokenStatus = Shapes::StringShape.new(name: 'TokenStatus')
|
|
175
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
176
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
177
|
+
UpdateAccessSourceInput = Shapes::StructureShape.new(name: 'UpdateAccessSourceInput')
|
|
178
|
+
UpdateAccessSourceOutput = Shapes::StructureShape.new(name: 'UpdateAccessSourceOutput')
|
|
179
|
+
UpdateAccessTokenInput = Shapes::StructureShape.new(name: 'UpdateAccessTokenInput')
|
|
180
|
+
UpdateAccessTokenOutput = Shapes::StructureShape.new(name: 'UpdateAccessTokenOutput')
|
|
181
|
+
UpdateDNSViewInput = Shapes::StructureShape.new(name: 'UpdateDNSViewInput')
|
|
182
|
+
UpdateDNSViewOutput = Shapes::StructureShape.new(name: 'UpdateDNSViewOutput')
|
|
183
|
+
UpdateFirewallDomainsInput = Shapes::StructureShape.new(name: 'UpdateFirewallDomainsInput')
|
|
184
|
+
UpdateFirewallDomainsOutput = Shapes::StructureShape.new(name: 'UpdateFirewallDomainsOutput')
|
|
185
|
+
UpdateFirewallRuleInput = Shapes::StructureShape.new(name: 'UpdateFirewallRuleInput')
|
|
186
|
+
UpdateFirewallRuleOutput = Shapes::StructureShape.new(name: 'UpdateFirewallRuleOutput')
|
|
187
|
+
UpdateGlobalResolverInput = Shapes::StructureShape.new(name: 'UpdateGlobalResolverInput')
|
|
188
|
+
UpdateGlobalResolverOutput = Shapes::StructureShape.new(name: 'UpdateGlobalResolverOutput')
|
|
189
|
+
UpdateHostedZoneAssociationInput = Shapes::StructureShape.new(name: 'UpdateHostedZoneAssociationInput')
|
|
190
|
+
UpdateHostedZoneAssociationOutput = Shapes::StructureShape.new(name: 'UpdateHostedZoneAssociationOutput')
|
|
191
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
192
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
193
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
194
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
|
195
|
+
|
|
196
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
197
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
198
|
+
|
|
199
|
+
AccessSources.member = Shapes::ShapeRef.new(shape: AccessSourcesItem)
|
|
200
|
+
|
|
201
|
+
AccessSourcesItem.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
202
|
+
AccessSourcesItem.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "cidr"))
|
|
203
|
+
AccessSourcesItem.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
204
|
+
AccessSourcesItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
205
|
+
AccessSourcesItem.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
|
|
206
|
+
AccessSourcesItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
207
|
+
AccessSourcesItem.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
208
|
+
AccessSourcesItem.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, required: true, location_name: "protocol"))
|
|
209
|
+
AccessSourcesItem.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
210
|
+
AccessSourcesItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
211
|
+
AccessSourcesItem.struct_class = Types::AccessSourcesItem
|
|
212
|
+
|
|
213
|
+
AccessTokenItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
214
|
+
AccessTokenItem.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
215
|
+
AccessTokenItem.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
216
|
+
AccessTokenItem.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
217
|
+
AccessTokenItem.add_member(:expires_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "expiresAt"))
|
|
218
|
+
AccessTokenItem.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
219
|
+
AccessTokenItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
220
|
+
AccessTokenItem.add_member(:status, Shapes::ShapeRef.new(shape: TokenStatus, required: true, location_name: "status"))
|
|
221
|
+
AccessTokenItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
222
|
+
AccessTokenItem.struct_class = Types::AccessTokenItem
|
|
223
|
+
|
|
224
|
+
AccessTokens.member = Shapes::ShapeRef.new(shape: AccessTokenItem)
|
|
225
|
+
|
|
226
|
+
AssociateHostedZoneInput.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location: "uri", location_name: "hostedZoneId"))
|
|
227
|
+
AssociateHostedZoneInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
228
|
+
AssociateHostedZoneInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
229
|
+
AssociateHostedZoneInput.struct_class = Types::AssociateHostedZoneInput
|
|
230
|
+
|
|
231
|
+
AssociateHostedZoneOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
232
|
+
AssociateHostedZoneOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
233
|
+
AssociateHostedZoneOutput.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location_name: "hostedZoneId"))
|
|
234
|
+
AssociateHostedZoneOutput.add_member(:hosted_zone_name, Shapes::ShapeRef.new(shape: HostedZoneName, required: true, location_name: "hostedZoneName"))
|
|
235
|
+
AssociateHostedZoneOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
236
|
+
AssociateHostedZoneOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
237
|
+
AssociateHostedZoneOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
238
|
+
AssociateHostedZoneOutput.add_member(:status, Shapes::ShapeRef.new(shape: HostedZoneAssociationStatus, required: true, location_name: "status"))
|
|
239
|
+
AssociateHostedZoneOutput.struct_class = Types::AssociateHostedZoneOutput
|
|
240
|
+
|
|
241
|
+
BatchCreateFirewallRuleInput.add_member(:firewall_rules, Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleInputItems, required: true, location_name: "firewallRules"))
|
|
242
|
+
BatchCreateFirewallRuleInput.struct_class = Types::BatchCreateFirewallRuleInput
|
|
243
|
+
|
|
244
|
+
BatchCreateFirewallRuleInputItem.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
245
|
+
BatchCreateFirewallRuleInputItem.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
246
|
+
BatchCreateFirewallRuleInputItem.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
247
|
+
BatchCreateFirewallRuleInputItem.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
248
|
+
BatchCreateFirewallRuleInputItem.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
249
|
+
BatchCreateFirewallRuleInputItem.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
250
|
+
BatchCreateFirewallRuleInputItem.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
251
|
+
BatchCreateFirewallRuleInputItem.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
252
|
+
BatchCreateFirewallRuleInputItem.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
253
|
+
BatchCreateFirewallRuleInputItem.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
254
|
+
BatchCreateFirewallRuleInputItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
255
|
+
BatchCreateFirewallRuleInputItem.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, location_name: "priority"))
|
|
256
|
+
BatchCreateFirewallRuleInputItem.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
257
|
+
BatchCreateFirewallRuleInputItem.add_member(:q_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "qType"))
|
|
258
|
+
BatchCreateFirewallRuleInputItem.struct_class = Types::BatchCreateFirewallRuleInputItem
|
|
259
|
+
|
|
260
|
+
BatchCreateFirewallRuleInputItems.member = Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleInputItem)
|
|
261
|
+
|
|
262
|
+
BatchCreateFirewallRuleOutput.add_member(:failures, Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleOutputItems, required: true, location_name: "failures"))
|
|
263
|
+
BatchCreateFirewallRuleOutput.add_member(:successes, Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleOutputItems, required: true, location_name: "successes"))
|
|
264
|
+
BatchCreateFirewallRuleOutput.struct_class = Types::BatchCreateFirewallRuleOutput
|
|
265
|
+
|
|
266
|
+
BatchCreateFirewallRuleOutputItem.add_member(:firewall_rule, Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleResult, required: true, location_name: "firewallRule"))
|
|
267
|
+
BatchCreateFirewallRuleOutputItem.add_member(:code, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "code"))
|
|
268
|
+
BatchCreateFirewallRuleOutputItem.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
269
|
+
BatchCreateFirewallRuleOutputItem.struct_class = Types::BatchCreateFirewallRuleOutputItem
|
|
270
|
+
|
|
271
|
+
BatchCreateFirewallRuleOutputItems.member = Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleOutputItem)
|
|
272
|
+
|
|
273
|
+
BatchCreateFirewallRuleResult.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
274
|
+
BatchCreateFirewallRuleResult.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
275
|
+
BatchCreateFirewallRuleResult.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
276
|
+
BatchCreateFirewallRuleResult.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
277
|
+
BatchCreateFirewallRuleResult.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
278
|
+
BatchCreateFirewallRuleResult.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
279
|
+
BatchCreateFirewallRuleResult.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
280
|
+
BatchCreateFirewallRuleResult.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, location_name: "createdAt"))
|
|
281
|
+
BatchCreateFirewallRuleResult.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
282
|
+
BatchCreateFirewallRuleResult.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
283
|
+
BatchCreateFirewallRuleResult.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
284
|
+
BatchCreateFirewallRuleResult.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "id"))
|
|
285
|
+
BatchCreateFirewallRuleResult.add_member(:managed_domain_list_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "managedDomainListName"))
|
|
286
|
+
BatchCreateFirewallRuleResult.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
287
|
+
BatchCreateFirewallRuleResult.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, location_name: "priority"))
|
|
288
|
+
BatchCreateFirewallRuleResult.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
289
|
+
BatchCreateFirewallRuleResult.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
290
|
+
BatchCreateFirewallRuleResult.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, location_name: "status"))
|
|
291
|
+
BatchCreateFirewallRuleResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, location_name: "updatedAt"))
|
|
292
|
+
BatchCreateFirewallRuleResult.struct_class = Types::BatchCreateFirewallRuleResult
|
|
293
|
+
|
|
294
|
+
BatchDeleteFirewallRuleInput.add_member(:firewall_rules, Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleInputItems, required: true, location_name: "firewallRules"))
|
|
295
|
+
BatchDeleteFirewallRuleInput.struct_class = Types::BatchDeleteFirewallRuleInput
|
|
296
|
+
|
|
297
|
+
BatchDeleteFirewallRuleInputItem.add_member(:firewall_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "firewallRuleId"))
|
|
298
|
+
BatchDeleteFirewallRuleInputItem.struct_class = Types::BatchDeleteFirewallRuleInputItem
|
|
299
|
+
|
|
300
|
+
BatchDeleteFirewallRuleInputItems.member = Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleInputItem)
|
|
301
|
+
|
|
302
|
+
BatchDeleteFirewallRuleOutput.add_member(:failures, Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleOutputItems, required: true, location_name: "failures"))
|
|
303
|
+
BatchDeleteFirewallRuleOutput.add_member(:successes, Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleOutputItems, required: true, location_name: "successes"))
|
|
304
|
+
BatchDeleteFirewallRuleOutput.struct_class = Types::BatchDeleteFirewallRuleOutput
|
|
305
|
+
|
|
306
|
+
BatchDeleteFirewallRuleOutputItem.add_member(:firewall_rule, Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleResult, required: true, location_name: "firewallRule"))
|
|
307
|
+
BatchDeleteFirewallRuleOutputItem.add_member(:code, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "code"))
|
|
308
|
+
BatchDeleteFirewallRuleOutputItem.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
309
|
+
BatchDeleteFirewallRuleOutputItem.struct_class = Types::BatchDeleteFirewallRuleOutputItem
|
|
310
|
+
|
|
311
|
+
BatchDeleteFirewallRuleOutputItems.member = Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleOutputItem)
|
|
312
|
+
|
|
313
|
+
BatchDeleteFirewallRuleResult.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
314
|
+
BatchDeleteFirewallRuleResult.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
315
|
+
BatchDeleteFirewallRuleResult.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
316
|
+
BatchDeleteFirewallRuleResult.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, location_name: "status"))
|
|
317
|
+
BatchDeleteFirewallRuleResult.struct_class = Types::BatchDeleteFirewallRuleResult
|
|
318
|
+
|
|
319
|
+
BatchUpdateFirewallRuleInput.add_member(:firewall_rules, Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleInputItems, required: true, location_name: "firewallRules"))
|
|
320
|
+
BatchUpdateFirewallRuleInput.struct_class = Types::BatchUpdateFirewallRuleInput
|
|
321
|
+
|
|
322
|
+
BatchUpdateFirewallRuleInputItem.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, location_name: "action"))
|
|
323
|
+
BatchUpdateFirewallRuleInputItem.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
324
|
+
BatchUpdateFirewallRuleInputItem.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
325
|
+
BatchUpdateFirewallRuleInputItem.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
326
|
+
BatchUpdateFirewallRuleInputItem.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
327
|
+
BatchUpdateFirewallRuleInputItem.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
328
|
+
BatchUpdateFirewallRuleInputItem.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
329
|
+
BatchUpdateFirewallRuleInputItem.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
330
|
+
BatchUpdateFirewallRuleInputItem.add_member(:firewall_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "firewallRuleId"))
|
|
331
|
+
BatchUpdateFirewallRuleInputItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
332
|
+
BatchUpdateFirewallRuleInputItem.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, location_name: "priority"))
|
|
333
|
+
BatchUpdateFirewallRuleInputItem.struct_class = Types::BatchUpdateFirewallRuleInputItem
|
|
334
|
+
|
|
335
|
+
BatchUpdateFirewallRuleInputItems.member = Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleInputItem)
|
|
336
|
+
|
|
337
|
+
BatchUpdateFirewallRuleOutput.add_member(:failures, Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleOutputItems, required: true, location_name: "failures"))
|
|
338
|
+
BatchUpdateFirewallRuleOutput.add_member(:successes, Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleOutputItems, required: true, location_name: "successes"))
|
|
339
|
+
BatchUpdateFirewallRuleOutput.struct_class = Types::BatchUpdateFirewallRuleOutput
|
|
340
|
+
|
|
341
|
+
BatchUpdateFirewallRuleOutputItem.add_member(:firewall_rule, Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleResult, required: true, location_name: "firewallRule"))
|
|
342
|
+
BatchUpdateFirewallRuleOutputItem.add_member(:code, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "code"))
|
|
343
|
+
BatchUpdateFirewallRuleOutputItem.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
344
|
+
BatchUpdateFirewallRuleOutputItem.struct_class = Types::BatchUpdateFirewallRuleOutputItem
|
|
345
|
+
|
|
346
|
+
BatchUpdateFirewallRuleOutputItems.member = Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleOutputItem)
|
|
347
|
+
|
|
348
|
+
BatchUpdateFirewallRuleResult.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, location_name: "action"))
|
|
349
|
+
BatchUpdateFirewallRuleResult.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
350
|
+
BatchUpdateFirewallRuleResult.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
351
|
+
BatchUpdateFirewallRuleResult.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
352
|
+
BatchUpdateFirewallRuleResult.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
353
|
+
BatchUpdateFirewallRuleResult.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
354
|
+
BatchUpdateFirewallRuleResult.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
355
|
+
BatchUpdateFirewallRuleResult.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, location_name: "createdAt"))
|
|
356
|
+
BatchUpdateFirewallRuleResult.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
357
|
+
BatchUpdateFirewallRuleResult.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
358
|
+
BatchUpdateFirewallRuleResult.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
359
|
+
BatchUpdateFirewallRuleResult.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
360
|
+
BatchUpdateFirewallRuleResult.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
361
|
+
BatchUpdateFirewallRuleResult.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, location_name: "priority"))
|
|
362
|
+
BatchUpdateFirewallRuleResult.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dnsViewId"))
|
|
363
|
+
BatchUpdateFirewallRuleResult.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
364
|
+
BatchUpdateFirewallRuleResult.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, location_name: "status"))
|
|
365
|
+
BatchUpdateFirewallRuleResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, location_name: "updatedAt"))
|
|
366
|
+
BatchUpdateFirewallRuleResult.struct_class = Types::BatchUpdateFirewallRuleResult
|
|
367
|
+
|
|
368
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
369
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
370
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
|
371
|
+
ConflictException.struct_class = Types::ConflictException
|
|
372
|
+
|
|
373
|
+
CreateAccessSourceInput.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "cidr"))
|
|
374
|
+
CreateAccessSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
375
|
+
CreateAccessSourceInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
376
|
+
CreateAccessSourceInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
377
|
+
CreateAccessSourceInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
378
|
+
CreateAccessSourceInput.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, required: true, location_name: "protocol"))
|
|
379
|
+
CreateAccessSourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
380
|
+
CreateAccessSourceInput.struct_class = Types::CreateAccessSourceInput
|
|
381
|
+
|
|
382
|
+
CreateAccessSourceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
383
|
+
CreateAccessSourceOutput.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "cidr"))
|
|
384
|
+
CreateAccessSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
385
|
+
CreateAccessSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
386
|
+
CreateAccessSourceOutput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
|
|
387
|
+
CreateAccessSourceOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
388
|
+
CreateAccessSourceOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
389
|
+
CreateAccessSourceOutput.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, required: true, location_name: "protocol"))
|
|
390
|
+
CreateAccessSourceOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
391
|
+
CreateAccessSourceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
392
|
+
CreateAccessSourceOutput.struct_class = Types::CreateAccessSourceOutput
|
|
393
|
+
|
|
394
|
+
CreateAccessTokenInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
395
|
+
CreateAccessTokenInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
396
|
+
CreateAccessTokenInput.add_member(:expires_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, location_name: "expiresAt"))
|
|
397
|
+
CreateAccessTokenInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
398
|
+
CreateAccessTokenInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
399
|
+
CreateAccessTokenInput.struct_class = Types::CreateAccessTokenInput
|
|
400
|
+
|
|
401
|
+
CreateAccessTokenOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
402
|
+
CreateAccessTokenOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
403
|
+
CreateAccessTokenOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
404
|
+
CreateAccessTokenOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
405
|
+
CreateAccessTokenOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
406
|
+
CreateAccessTokenOutput.add_member(:expires_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "expiresAt"))
|
|
407
|
+
CreateAccessTokenOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
408
|
+
CreateAccessTokenOutput.add_member(:status, Shapes::ShapeRef.new(shape: TokenStatus, required: true, location_name: "status"))
|
|
409
|
+
CreateAccessTokenOutput.add_member(:value, Shapes::ShapeRef.new(shape: AccessTokenValue, required: true, location_name: "value"))
|
|
410
|
+
CreateAccessTokenOutput.struct_class = Types::CreateAccessTokenOutput
|
|
411
|
+
|
|
412
|
+
CreateDNSViewInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "globalResolverId"))
|
|
413
|
+
CreateDNSViewInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
414
|
+
CreateDNSViewInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
415
|
+
CreateDNSViewInput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, location_name: "dnssecValidation"))
|
|
416
|
+
CreateDNSViewInput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, location_name: "ednsClientSubnet"))
|
|
417
|
+
CreateDNSViewInput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, location_name: "firewallRulesFailOpen"))
|
|
418
|
+
CreateDNSViewInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
419
|
+
CreateDNSViewInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
420
|
+
CreateDNSViewInput.struct_class = Types::CreateDNSViewInput
|
|
421
|
+
|
|
422
|
+
CreateDNSViewOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
423
|
+
CreateDNSViewOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
424
|
+
CreateDNSViewOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
425
|
+
CreateDNSViewOutput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
426
|
+
CreateDNSViewOutput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
427
|
+
CreateDNSViewOutput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
428
|
+
CreateDNSViewOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
429
|
+
CreateDNSViewOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
430
|
+
CreateDNSViewOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
431
|
+
CreateDNSViewOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
432
|
+
CreateDNSViewOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
433
|
+
CreateDNSViewOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
434
|
+
CreateDNSViewOutput.struct_class = Types::CreateDNSViewOutput
|
|
435
|
+
|
|
436
|
+
CreateFirewallDomainListInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
437
|
+
CreateFirewallDomainListInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "globalResolverId"))
|
|
438
|
+
CreateFirewallDomainListInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
439
|
+
CreateFirewallDomainListInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
440
|
+
CreateFirewallDomainListInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
441
|
+
CreateFirewallDomainListInput.struct_class = Types::CreateFirewallDomainListInput
|
|
442
|
+
|
|
443
|
+
CreateFirewallDomainListOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
444
|
+
CreateFirewallDomainListOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
445
|
+
CreateFirewallDomainListOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
446
|
+
CreateFirewallDomainListOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
447
|
+
CreateFirewallDomainListOutput.add_member(:domain_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "domainCount"))
|
|
448
|
+
CreateFirewallDomainListOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
449
|
+
CreateFirewallDomainListOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
450
|
+
CreateFirewallDomainListOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
451
|
+
CreateFirewallDomainListOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
452
|
+
CreateFirewallDomainListOutput.struct_class = Types::CreateFirewallDomainListOutput
|
|
453
|
+
|
|
454
|
+
CreateFirewallRuleInput.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
455
|
+
CreateFirewallRuleInput.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
456
|
+
CreateFirewallRuleInput.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
457
|
+
CreateFirewallRuleInput.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
458
|
+
CreateFirewallRuleInput.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
459
|
+
CreateFirewallRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
460
|
+
CreateFirewallRuleInput.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
461
|
+
CreateFirewallRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
462
|
+
CreateFirewallRuleInput.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
463
|
+
CreateFirewallRuleInput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
464
|
+
CreateFirewallRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
465
|
+
CreateFirewallRuleInput.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, location_name: "priority"))
|
|
466
|
+
CreateFirewallRuleInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
467
|
+
CreateFirewallRuleInput.add_member(:q_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "qType"))
|
|
468
|
+
CreateFirewallRuleInput.struct_class = Types::CreateFirewallRuleInput
|
|
469
|
+
|
|
470
|
+
CreateFirewallRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
471
|
+
CreateFirewallRuleOutput.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
472
|
+
CreateFirewallRuleOutput.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
473
|
+
CreateFirewallRuleOutput.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
474
|
+
CreateFirewallRuleOutput.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
475
|
+
CreateFirewallRuleOutput.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
476
|
+
CreateFirewallRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
477
|
+
CreateFirewallRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
478
|
+
CreateFirewallRuleOutput.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
479
|
+
CreateFirewallRuleOutput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
480
|
+
CreateFirewallRuleOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
481
|
+
CreateFirewallRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
482
|
+
CreateFirewallRuleOutput.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, required: true, location_name: "priority"))
|
|
483
|
+
CreateFirewallRuleOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
484
|
+
CreateFirewallRuleOutput.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
485
|
+
CreateFirewallRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
486
|
+
CreateFirewallRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
487
|
+
CreateFirewallRuleOutput.struct_class = Types::CreateFirewallRuleOutput
|
|
488
|
+
|
|
489
|
+
CreateGlobalResolverInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
490
|
+
CreateGlobalResolverInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
491
|
+
CreateGlobalResolverInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
492
|
+
CreateGlobalResolverInput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
493
|
+
CreateGlobalResolverInput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "regions"))
|
|
494
|
+
CreateGlobalResolverInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
495
|
+
CreateGlobalResolverInput.struct_class = Types::CreateGlobalResolverInput
|
|
496
|
+
|
|
497
|
+
CreateGlobalResolverOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
498
|
+
CreateGlobalResolverOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
499
|
+
CreateGlobalResolverOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
500
|
+
CreateGlobalResolverOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
501
|
+
CreateGlobalResolverOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
502
|
+
CreateGlobalResolverOutput.add_member(:dns_name, Shapes::ShapeRef.new(shape: Sni, required: true, location_name: "dnsName"))
|
|
503
|
+
CreateGlobalResolverOutput.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: IPv4Addresses, required: true, location_name: "ipv4Addresses"))
|
|
504
|
+
CreateGlobalResolverOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
505
|
+
CreateGlobalResolverOutput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
506
|
+
CreateGlobalResolverOutput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "regions"))
|
|
507
|
+
CreateGlobalResolverOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
508
|
+
CreateGlobalResolverOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
509
|
+
CreateGlobalResolverOutput.struct_class = Types::CreateGlobalResolverOutput
|
|
510
|
+
|
|
511
|
+
DNSViewSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
512
|
+
DNSViewSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
513
|
+
DNSViewSummary.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
514
|
+
DNSViewSummary.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
515
|
+
DNSViewSummary.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
516
|
+
DNSViewSummary.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
517
|
+
DNSViewSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
518
|
+
DNSViewSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
519
|
+
DNSViewSummary.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
520
|
+
DNSViewSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
521
|
+
DNSViewSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
522
|
+
DNSViewSummary.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
523
|
+
DNSViewSummary.struct_class = Types::DNSViewSummary
|
|
524
|
+
|
|
525
|
+
DNSViews.member = Shapes::ShapeRef.new(shape: DNSViewSummary)
|
|
526
|
+
|
|
527
|
+
DeleteAccessSourceInput.add_member(:access_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "accessSourceId"))
|
|
528
|
+
DeleteAccessSourceInput.struct_class = Types::DeleteAccessSourceInput
|
|
529
|
+
|
|
530
|
+
DeleteAccessSourceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
531
|
+
DeleteAccessSourceOutput.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "cidr"))
|
|
532
|
+
DeleteAccessSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
533
|
+
DeleteAccessSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
534
|
+
DeleteAccessSourceOutput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
|
|
535
|
+
DeleteAccessSourceOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
536
|
+
DeleteAccessSourceOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
537
|
+
DeleteAccessSourceOutput.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, required: true, location_name: "protocol"))
|
|
538
|
+
DeleteAccessSourceOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
539
|
+
DeleteAccessSourceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
540
|
+
DeleteAccessSourceOutput.struct_class = Types::DeleteAccessSourceOutput
|
|
541
|
+
|
|
542
|
+
DeleteAccessTokenInput.add_member(:access_token_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "accessTokenId"))
|
|
543
|
+
DeleteAccessTokenInput.struct_class = Types::DeleteAccessTokenInput
|
|
544
|
+
|
|
545
|
+
DeleteAccessTokenOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
546
|
+
DeleteAccessTokenOutput.add_member(:status, Shapes::ShapeRef.new(shape: TokenStatus, required: true, location_name: "status"))
|
|
547
|
+
DeleteAccessTokenOutput.add_member(:deleted_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "deletedAt"))
|
|
548
|
+
DeleteAccessTokenOutput.struct_class = Types::DeleteAccessTokenOutput
|
|
549
|
+
|
|
550
|
+
DeleteDNSViewInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
551
|
+
DeleteDNSViewInput.struct_class = Types::DeleteDNSViewInput
|
|
552
|
+
|
|
553
|
+
DeleteDNSViewOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
554
|
+
DeleteDNSViewOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
555
|
+
DeleteDNSViewOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
556
|
+
DeleteDNSViewOutput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
557
|
+
DeleteDNSViewOutput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
558
|
+
DeleteDNSViewOutput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
559
|
+
DeleteDNSViewOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
560
|
+
DeleteDNSViewOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
561
|
+
DeleteDNSViewOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
562
|
+
DeleteDNSViewOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
563
|
+
DeleteDNSViewOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
564
|
+
DeleteDNSViewOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
565
|
+
DeleteDNSViewOutput.struct_class = Types::DeleteDNSViewOutput
|
|
566
|
+
|
|
567
|
+
DeleteFirewallDomainListInput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallDomainListId"))
|
|
568
|
+
DeleteFirewallDomainListInput.struct_class = Types::DeleteFirewallDomainListInput
|
|
569
|
+
|
|
570
|
+
DeleteFirewallDomainListOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
571
|
+
DeleteFirewallDomainListOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
572
|
+
DeleteFirewallDomainListOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
573
|
+
DeleteFirewallDomainListOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
574
|
+
DeleteFirewallDomainListOutput.struct_class = Types::DeleteFirewallDomainListOutput
|
|
575
|
+
|
|
576
|
+
DeleteFirewallRuleInput.add_member(:firewall_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallRuleId"))
|
|
577
|
+
DeleteFirewallRuleInput.struct_class = Types::DeleteFirewallRuleInput
|
|
578
|
+
|
|
579
|
+
DeleteFirewallRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
580
|
+
DeleteFirewallRuleOutput.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
581
|
+
DeleteFirewallRuleOutput.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
582
|
+
DeleteFirewallRuleOutput.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
583
|
+
DeleteFirewallRuleOutput.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
584
|
+
DeleteFirewallRuleOutput.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
585
|
+
DeleteFirewallRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
586
|
+
DeleteFirewallRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
587
|
+
DeleteFirewallRuleOutput.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
588
|
+
DeleteFirewallRuleOutput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
589
|
+
DeleteFirewallRuleOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
590
|
+
DeleteFirewallRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
591
|
+
DeleteFirewallRuleOutput.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, required: true, location_name: "priority"))
|
|
592
|
+
DeleteFirewallRuleOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
593
|
+
DeleteFirewallRuleOutput.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
594
|
+
DeleteFirewallRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
595
|
+
DeleteFirewallRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
596
|
+
DeleteFirewallRuleOutput.struct_class = Types::DeleteFirewallRuleOutput
|
|
597
|
+
|
|
598
|
+
DeleteGlobalResolverInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "globalResolverId"))
|
|
599
|
+
DeleteGlobalResolverInput.struct_class = Types::DeleteGlobalResolverInput
|
|
600
|
+
|
|
601
|
+
DeleteGlobalResolverOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
602
|
+
DeleteGlobalResolverOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
603
|
+
DeleteGlobalResolverOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
604
|
+
DeleteGlobalResolverOutput.add_member(:dns_name, Shapes::ShapeRef.new(shape: Sni, required: true, location_name: "dnsName"))
|
|
605
|
+
DeleteGlobalResolverOutput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
606
|
+
DeleteGlobalResolverOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
607
|
+
DeleteGlobalResolverOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
608
|
+
DeleteGlobalResolverOutput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "regions"))
|
|
609
|
+
DeleteGlobalResolverOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
610
|
+
DeleteGlobalResolverOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
611
|
+
DeleteGlobalResolverOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
612
|
+
DeleteGlobalResolverOutput.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: IPv4Addresses, required: true, location_name: "ipv4Addresses"))
|
|
613
|
+
DeleteGlobalResolverOutput.struct_class = Types::DeleteGlobalResolverOutput
|
|
614
|
+
|
|
615
|
+
DisableDNSViewInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
616
|
+
DisableDNSViewInput.struct_class = Types::DisableDNSViewInput
|
|
617
|
+
|
|
618
|
+
DisableDNSViewOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
619
|
+
DisableDNSViewOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
620
|
+
DisableDNSViewOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
621
|
+
DisableDNSViewOutput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
622
|
+
DisableDNSViewOutput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
623
|
+
DisableDNSViewOutput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
624
|
+
DisableDNSViewOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
625
|
+
DisableDNSViewOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
626
|
+
DisableDNSViewOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
627
|
+
DisableDNSViewOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
628
|
+
DisableDNSViewOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
629
|
+
DisableDNSViewOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
630
|
+
DisableDNSViewOutput.struct_class = Types::DisableDNSViewOutput
|
|
631
|
+
|
|
632
|
+
DisassociateHostedZoneInput.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location: "uri", location_name: "hostedZoneId"))
|
|
633
|
+
DisassociateHostedZoneInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
634
|
+
DisassociateHostedZoneInput.struct_class = Types::DisassociateHostedZoneInput
|
|
635
|
+
|
|
636
|
+
DisassociateHostedZoneOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
637
|
+
DisassociateHostedZoneOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
638
|
+
DisassociateHostedZoneOutput.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location_name: "hostedZoneId"))
|
|
639
|
+
DisassociateHostedZoneOutput.add_member(:hosted_zone_name, Shapes::ShapeRef.new(shape: HostedZoneName, required: true, location_name: "hostedZoneName"))
|
|
640
|
+
DisassociateHostedZoneOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
641
|
+
DisassociateHostedZoneOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
642
|
+
DisassociateHostedZoneOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
643
|
+
DisassociateHostedZoneOutput.add_member(:status, Shapes::ShapeRef.new(shape: HostedZoneAssociationStatus, required: true, location_name: "status"))
|
|
644
|
+
DisassociateHostedZoneOutput.struct_class = Types::DisassociateHostedZoneOutput
|
|
645
|
+
|
|
646
|
+
Domains.member = Shapes::ShapeRef.new(shape: Domain)
|
|
647
|
+
|
|
648
|
+
EnableDNSViewInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
649
|
+
EnableDNSViewInput.struct_class = Types::EnableDNSViewInput
|
|
650
|
+
|
|
651
|
+
EnableDNSViewOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
652
|
+
EnableDNSViewOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
653
|
+
EnableDNSViewOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
654
|
+
EnableDNSViewOutput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
655
|
+
EnableDNSViewOutput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
656
|
+
EnableDNSViewOutput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
657
|
+
EnableDNSViewOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
658
|
+
EnableDNSViewOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
659
|
+
EnableDNSViewOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
660
|
+
EnableDNSViewOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
661
|
+
EnableDNSViewOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
662
|
+
EnableDNSViewOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
663
|
+
EnableDNSViewOutput.struct_class = Types::EnableDNSViewOutput
|
|
664
|
+
|
|
665
|
+
Filters.key = Shapes::ShapeRef.new(shape: String)
|
|
666
|
+
Filters.value = Shapes::ShapeRef.new(shape: Strings)
|
|
667
|
+
|
|
668
|
+
FirewallDomainLists.member = Shapes::ShapeRef.new(shape: FirewallDomainListsItem)
|
|
669
|
+
|
|
670
|
+
FirewallDomainListsItem.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
671
|
+
FirewallDomainListsItem.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
672
|
+
FirewallDomainListsItem.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
673
|
+
FirewallDomainListsItem.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
674
|
+
FirewallDomainListsItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
675
|
+
FirewallDomainListsItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
676
|
+
FirewallDomainListsItem.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
677
|
+
FirewallDomainListsItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
678
|
+
FirewallDomainListsItem.struct_class = Types::FirewallDomainListsItem
|
|
679
|
+
|
|
680
|
+
FirewallRules.member = Shapes::ShapeRef.new(shape: FirewallRulesItem)
|
|
681
|
+
|
|
682
|
+
FirewallRulesItem.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
683
|
+
FirewallRulesItem.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
684
|
+
FirewallRulesItem.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
685
|
+
FirewallRulesItem.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
686
|
+
FirewallRulesItem.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
687
|
+
FirewallRulesItem.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
688
|
+
FirewallRulesItem.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
689
|
+
FirewallRulesItem.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
690
|
+
FirewallRulesItem.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
691
|
+
FirewallRulesItem.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
692
|
+
FirewallRulesItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
693
|
+
FirewallRulesItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
694
|
+
FirewallRulesItem.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, required: true, location_name: "priority"))
|
|
695
|
+
FirewallRulesItem.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
696
|
+
FirewallRulesItem.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
697
|
+
FirewallRulesItem.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
698
|
+
FirewallRulesItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
699
|
+
FirewallRulesItem.struct_class = Types::FirewallRulesItem
|
|
700
|
+
|
|
701
|
+
GetAccessSourceInput.add_member(:access_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "accessSourceId"))
|
|
702
|
+
GetAccessSourceInput.struct_class = Types::GetAccessSourceInput
|
|
703
|
+
|
|
704
|
+
GetAccessSourceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
705
|
+
GetAccessSourceOutput.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "cidr"))
|
|
706
|
+
GetAccessSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
707
|
+
GetAccessSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
708
|
+
GetAccessSourceOutput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
|
|
709
|
+
GetAccessSourceOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
710
|
+
GetAccessSourceOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
711
|
+
GetAccessSourceOutput.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, required: true, location_name: "protocol"))
|
|
712
|
+
GetAccessSourceOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
713
|
+
GetAccessSourceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
714
|
+
GetAccessSourceOutput.struct_class = Types::GetAccessSourceOutput
|
|
715
|
+
|
|
716
|
+
GetAccessTokenInput.add_member(:access_token_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "accessTokenId"))
|
|
717
|
+
GetAccessTokenInput.struct_class = Types::GetAccessTokenInput
|
|
718
|
+
|
|
719
|
+
GetAccessTokenOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
720
|
+
GetAccessTokenOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
721
|
+
GetAccessTokenOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
722
|
+
GetAccessTokenOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
723
|
+
GetAccessTokenOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
724
|
+
GetAccessTokenOutput.add_member(:expires_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "expiresAt"))
|
|
725
|
+
GetAccessTokenOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
726
|
+
GetAccessTokenOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
727
|
+
GetAccessTokenOutput.add_member(:status, Shapes::ShapeRef.new(shape: TokenStatus, required: true, location_name: "status"))
|
|
728
|
+
GetAccessTokenOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
729
|
+
GetAccessTokenOutput.add_member(:value, Shapes::ShapeRef.new(shape: AccessTokenValue, required: true, location_name: "value"))
|
|
730
|
+
GetAccessTokenOutput.struct_class = Types::GetAccessTokenOutput
|
|
731
|
+
|
|
732
|
+
GetDNSViewInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
733
|
+
GetDNSViewInput.struct_class = Types::GetDNSViewInput
|
|
734
|
+
|
|
735
|
+
GetDNSViewOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
736
|
+
GetDNSViewOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
737
|
+
GetDNSViewOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
738
|
+
GetDNSViewOutput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
739
|
+
GetDNSViewOutput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
740
|
+
GetDNSViewOutput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
741
|
+
GetDNSViewOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
742
|
+
GetDNSViewOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
743
|
+
GetDNSViewOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
744
|
+
GetDNSViewOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
745
|
+
GetDNSViewOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
746
|
+
GetDNSViewOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
747
|
+
GetDNSViewOutput.struct_class = Types::GetDNSViewOutput
|
|
748
|
+
|
|
749
|
+
GetFirewallDomainListInput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallDomainListId"))
|
|
750
|
+
GetFirewallDomainListInput.struct_class = Types::GetFirewallDomainListInput
|
|
751
|
+
|
|
752
|
+
GetFirewallDomainListOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
753
|
+
GetFirewallDomainListOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
754
|
+
GetFirewallDomainListOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
755
|
+
GetFirewallDomainListOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
756
|
+
GetFirewallDomainListOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
757
|
+
GetFirewallDomainListOutput.add_member(:domain_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "domainCount"))
|
|
758
|
+
GetFirewallDomainListOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
759
|
+
GetFirewallDomainListOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
760
|
+
GetFirewallDomainListOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
761
|
+
GetFirewallDomainListOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
762
|
+
GetFirewallDomainListOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
763
|
+
GetFirewallDomainListOutput.struct_class = Types::GetFirewallDomainListOutput
|
|
764
|
+
|
|
765
|
+
GetFirewallRuleInput.add_member(:firewall_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallRuleId"))
|
|
766
|
+
GetFirewallRuleInput.struct_class = Types::GetFirewallRuleInput
|
|
767
|
+
|
|
768
|
+
GetFirewallRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
769
|
+
GetFirewallRuleOutput.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
770
|
+
GetFirewallRuleOutput.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
771
|
+
GetFirewallRuleOutput.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
772
|
+
GetFirewallRuleOutput.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
773
|
+
GetFirewallRuleOutput.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
774
|
+
GetFirewallRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
775
|
+
GetFirewallRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
776
|
+
GetFirewallRuleOutput.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
777
|
+
GetFirewallRuleOutput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
778
|
+
GetFirewallRuleOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
779
|
+
GetFirewallRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
780
|
+
GetFirewallRuleOutput.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, required: true, location_name: "priority"))
|
|
781
|
+
GetFirewallRuleOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
782
|
+
GetFirewallRuleOutput.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
783
|
+
GetFirewallRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
784
|
+
GetFirewallRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
785
|
+
GetFirewallRuleOutput.struct_class = Types::GetFirewallRuleOutput
|
|
786
|
+
|
|
787
|
+
GetGlobalResolverInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "globalResolverId"))
|
|
788
|
+
GetGlobalResolverInput.struct_class = Types::GetGlobalResolverInput
|
|
789
|
+
|
|
790
|
+
GetGlobalResolverOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
791
|
+
GetGlobalResolverOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
792
|
+
GetGlobalResolverOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
793
|
+
GetGlobalResolverOutput.add_member(:dns_name, Shapes::ShapeRef.new(shape: Sni, required: true, location_name: "dnsName"))
|
|
794
|
+
GetGlobalResolverOutput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
795
|
+
GetGlobalResolverOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
796
|
+
GetGlobalResolverOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
797
|
+
GetGlobalResolverOutput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "regions"))
|
|
798
|
+
GetGlobalResolverOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
799
|
+
GetGlobalResolverOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
800
|
+
GetGlobalResolverOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
801
|
+
GetGlobalResolverOutput.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: IPv4Addresses, required: true, location_name: "ipv4Addresses"))
|
|
802
|
+
GetGlobalResolverOutput.struct_class = Types::GetGlobalResolverOutput
|
|
803
|
+
|
|
804
|
+
GetHostedZoneAssociationInput.add_member(:hosted_zone_association_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "hostedZoneAssociationId"))
|
|
805
|
+
GetHostedZoneAssociationInput.struct_class = Types::GetHostedZoneAssociationInput
|
|
806
|
+
|
|
807
|
+
GetHostedZoneAssociationOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
808
|
+
GetHostedZoneAssociationOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
809
|
+
GetHostedZoneAssociationOutput.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location_name: "hostedZoneId"))
|
|
810
|
+
GetHostedZoneAssociationOutput.add_member(:hosted_zone_name, Shapes::ShapeRef.new(shape: HostedZoneName, required: true, location_name: "hostedZoneName"))
|
|
811
|
+
GetHostedZoneAssociationOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
812
|
+
GetHostedZoneAssociationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
813
|
+
GetHostedZoneAssociationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
814
|
+
GetHostedZoneAssociationOutput.add_member(:status, Shapes::ShapeRef.new(shape: HostedZoneAssociationStatus, required: true, location_name: "status"))
|
|
815
|
+
GetHostedZoneAssociationOutput.struct_class = Types::GetHostedZoneAssociationOutput
|
|
816
|
+
|
|
817
|
+
GetManagedFirewallDomainListInput.add_member(:managed_firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "managedFirewallDomainListId"))
|
|
818
|
+
GetManagedFirewallDomainListInput.struct_class = Types::GetManagedFirewallDomainListInput
|
|
819
|
+
|
|
820
|
+
GetManagedFirewallDomainListOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
821
|
+
GetManagedFirewallDomainListOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
822
|
+
GetManagedFirewallDomainListOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
823
|
+
GetManagedFirewallDomainListOutput.add_member(:managed_list_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "managedListType"))
|
|
824
|
+
GetManagedFirewallDomainListOutput.struct_class = Types::GetManagedFirewallDomainListOutput
|
|
825
|
+
|
|
826
|
+
GlobalResolvers.member = Shapes::ShapeRef.new(shape: GlobalResolversItem)
|
|
827
|
+
|
|
828
|
+
GlobalResolversItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
829
|
+
GlobalResolversItem.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
830
|
+
GlobalResolversItem.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
831
|
+
GlobalResolversItem.add_member(:dns_name, Shapes::ShapeRef.new(shape: Sni, required: true, location_name: "dnsName"))
|
|
832
|
+
GlobalResolversItem.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
833
|
+
GlobalResolversItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
834
|
+
GlobalResolversItem.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
835
|
+
GlobalResolversItem.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "regions"))
|
|
836
|
+
GlobalResolversItem.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
837
|
+
GlobalResolversItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
838
|
+
GlobalResolversItem.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
839
|
+
GlobalResolversItem.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: IPv4Addresses, required: true, location_name: "ipv4Addresses"))
|
|
840
|
+
GlobalResolversItem.struct_class = Types::GlobalResolversItem
|
|
841
|
+
|
|
842
|
+
HostedZoneAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
843
|
+
HostedZoneAssociationSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
844
|
+
HostedZoneAssociationSummary.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location_name: "hostedZoneId"))
|
|
845
|
+
HostedZoneAssociationSummary.add_member(:hosted_zone_name, Shapes::ShapeRef.new(shape: HostedZoneName, required: true, location_name: "hostedZoneName"))
|
|
846
|
+
HostedZoneAssociationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
847
|
+
HostedZoneAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
848
|
+
HostedZoneAssociationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
849
|
+
HostedZoneAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: HostedZoneAssociationStatus, required: true, location_name: "status"))
|
|
850
|
+
HostedZoneAssociationSummary.struct_class = Types::HostedZoneAssociationSummary
|
|
851
|
+
|
|
852
|
+
HostedZoneAssociations.member = Shapes::ShapeRef.new(shape: HostedZoneAssociationSummary)
|
|
853
|
+
|
|
854
|
+
IPv4Addresses.member = Shapes::ShapeRef.new(shape: IPv4Address)
|
|
855
|
+
|
|
856
|
+
ImportFirewallDomainsInput.add_member(:domain_file_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainFileUrl"))
|
|
857
|
+
ImportFirewallDomainsInput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallDomainListId"))
|
|
858
|
+
ImportFirewallDomainsInput.add_member(:operation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operation"))
|
|
859
|
+
ImportFirewallDomainsInput.struct_class = Types::ImportFirewallDomainsInput
|
|
860
|
+
|
|
861
|
+
ImportFirewallDomainsOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
862
|
+
ImportFirewallDomainsOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
863
|
+
ImportFirewallDomainsOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
864
|
+
ImportFirewallDomainsOutput.struct_class = Types::ImportFirewallDomainsOutput
|
|
865
|
+
|
|
866
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
867
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
|
868
|
+
InternalServerException.struct_class = Types::InternalServerException
|
|
869
|
+
|
|
870
|
+
ListAccessSourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
871
|
+
ListAccessSourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
872
|
+
ListAccessSourcesInput.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location: "querystring", location_name: "filters"))
|
|
873
|
+
ListAccessSourcesInput.struct_class = Types::ListAccessSourcesInput
|
|
874
|
+
|
|
875
|
+
ListAccessSourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
876
|
+
ListAccessSourcesOutput.add_member(:access_sources, Shapes::ShapeRef.new(shape: AccessSources, required: true, location_name: "accessSources"))
|
|
877
|
+
ListAccessSourcesOutput.struct_class = Types::ListAccessSourcesOutput
|
|
878
|
+
|
|
879
|
+
ListAccessTokensInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
880
|
+
ListAccessTokensInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
881
|
+
ListAccessTokensInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
882
|
+
ListAccessTokensInput.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location: "querystring", location_name: "filters"))
|
|
883
|
+
ListAccessTokensInput.struct_class = Types::ListAccessTokensInput
|
|
884
|
+
|
|
885
|
+
ListAccessTokensOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
886
|
+
ListAccessTokensOutput.add_member(:access_tokens, Shapes::ShapeRef.new(shape: AccessTokens, location_name: "accessTokens"))
|
|
887
|
+
ListAccessTokensOutput.struct_class = Types::ListAccessTokensOutput
|
|
888
|
+
|
|
889
|
+
ListDNSViewsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
890
|
+
ListDNSViewsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
891
|
+
ListDNSViewsInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "globalResolverId"))
|
|
892
|
+
ListDNSViewsInput.struct_class = Types::ListDNSViewsInput
|
|
893
|
+
|
|
894
|
+
ListDNSViewsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
895
|
+
ListDNSViewsOutput.add_member(:dns_views, Shapes::ShapeRef.new(shape: DNSViews, required: true, location_name: "dnsViews"))
|
|
896
|
+
ListDNSViewsOutput.struct_class = Types::ListDNSViewsOutput
|
|
897
|
+
|
|
898
|
+
ListFirewallDomainListsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
899
|
+
ListFirewallDomainListsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
900
|
+
ListFirewallDomainListsInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, location: "querystring", location_name: "global_resolver_id"))
|
|
901
|
+
ListFirewallDomainListsInput.struct_class = Types::ListFirewallDomainListsInput
|
|
902
|
+
|
|
903
|
+
ListFirewallDomainListsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
904
|
+
ListFirewallDomainListsOutput.add_member(:firewall_domain_lists, Shapes::ShapeRef.new(shape: FirewallDomainLists, required: true, location_name: "firewallDomainLists"))
|
|
905
|
+
ListFirewallDomainListsOutput.struct_class = Types::ListFirewallDomainListsOutput
|
|
906
|
+
|
|
907
|
+
ListFirewallDomainsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
908
|
+
ListFirewallDomainsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
909
|
+
ListFirewallDomainsInput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallDomainListId"))
|
|
910
|
+
ListFirewallDomainsInput.struct_class = Types::ListFirewallDomainsInput
|
|
911
|
+
|
|
912
|
+
ListFirewallDomainsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
913
|
+
ListFirewallDomainsOutput.add_member(:domains, Shapes::ShapeRef.new(shape: Domains, required: true, location_name: "domains"))
|
|
914
|
+
ListFirewallDomainsOutput.struct_class = Types::ListFirewallDomainsOutput
|
|
915
|
+
|
|
916
|
+
ListFirewallRulesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
917
|
+
ListFirewallRulesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
918
|
+
ListFirewallRulesInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "querystring", location_name: "dnsview_id"))
|
|
919
|
+
ListFirewallRulesInput.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location: "querystring", location_name: "filters"))
|
|
920
|
+
ListFirewallRulesInput.struct_class = Types::ListFirewallRulesInput
|
|
921
|
+
|
|
922
|
+
ListFirewallRulesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
923
|
+
ListFirewallRulesOutput.add_member(:firewall_rules, Shapes::ShapeRef.new(shape: FirewallRules, required: true, location_name: "firewallRules"))
|
|
924
|
+
ListFirewallRulesOutput.struct_class = Types::ListFirewallRulesOutput
|
|
925
|
+
|
|
926
|
+
ListGlobalResolversInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
927
|
+
ListGlobalResolversInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
928
|
+
ListGlobalResolversInput.struct_class = Types::ListGlobalResolversInput
|
|
929
|
+
|
|
930
|
+
ListGlobalResolversOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
931
|
+
ListGlobalResolversOutput.add_member(:global_resolvers, Shapes::ShapeRef.new(shape: GlobalResolvers, required: true, location_name: "globalResolvers"))
|
|
932
|
+
ListGlobalResolversOutput.struct_class = Types::ListGlobalResolversOutput
|
|
933
|
+
|
|
934
|
+
ListHostedZoneAssociationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
935
|
+
ListHostedZoneAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
936
|
+
ListHostedZoneAssociationsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
937
|
+
ListHostedZoneAssociationsInput.struct_class = Types::ListHostedZoneAssociationsInput
|
|
938
|
+
|
|
939
|
+
ListHostedZoneAssociationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
940
|
+
ListHostedZoneAssociationsOutput.add_member(:hosted_zone_associations, Shapes::ShapeRef.new(shape: HostedZoneAssociations, required: true, location_name: "hostedZoneAssociations"))
|
|
941
|
+
ListHostedZoneAssociationsOutput.struct_class = Types::ListHostedZoneAssociationsOutput
|
|
942
|
+
|
|
943
|
+
ListManagedFirewallDomainListsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "max_results"))
|
|
944
|
+
ListManagedFirewallDomainListsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next_token"))
|
|
945
|
+
ListManagedFirewallDomainListsInput.add_member(:managed_firewall_domain_list_type, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "managedFirewallDomainListType"))
|
|
946
|
+
ListManagedFirewallDomainListsInput.struct_class = Types::ListManagedFirewallDomainListsInput
|
|
947
|
+
|
|
948
|
+
ListManagedFirewallDomainListsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
949
|
+
ListManagedFirewallDomainListsOutput.add_member(:managed_firewall_domain_lists, Shapes::ShapeRef.new(shape: ManagedFirewallDomainLists, required: true, location_name: "managedFirewallDomainLists"))
|
|
950
|
+
ListManagedFirewallDomainListsOutput.struct_class = Types::ListManagedFirewallDomainListsOutput
|
|
951
|
+
|
|
952
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
953
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
954
|
+
|
|
955
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
956
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
957
|
+
|
|
958
|
+
ManagedFirewallDomainLists.member = Shapes::ShapeRef.new(shape: ManagedFirewallDomainListsItem)
|
|
959
|
+
|
|
960
|
+
ManagedFirewallDomainListsItem.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
961
|
+
ManagedFirewallDomainListsItem.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
962
|
+
ManagedFirewallDomainListsItem.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
963
|
+
ManagedFirewallDomainListsItem.add_member(:managed_list_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "managedListType"))
|
|
964
|
+
ManagedFirewallDomainListsItem.struct_class = Types::ManagedFirewallDomainListsItem
|
|
965
|
+
|
|
966
|
+
Regions.member = Shapes::ShapeRef.new(shape: Region)
|
|
967
|
+
|
|
968
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
969
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
970
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
|
971
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
972
|
+
|
|
973
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
974
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
975
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
|
976
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
977
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
978
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
979
|
+
|
|
980
|
+
Strings.member = Shapes::ShapeRef.new(shape: String)
|
|
981
|
+
|
|
982
|
+
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
983
|
+
|
|
984
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
985
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
|
986
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
|
987
|
+
|
|
988
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
|
989
|
+
|
|
990
|
+
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
991
|
+
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
992
|
+
|
|
993
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
994
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
995
|
+
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
996
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
|
997
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
|
998
|
+
|
|
999
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
1000
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "tagKeys"))
|
|
1001
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
1002
|
+
|
|
1003
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
1004
|
+
|
|
1005
|
+
UpdateAccessSourceInput.add_member(:access_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "accessSourceId"))
|
|
1006
|
+
UpdateAccessSourceInput.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, location_name: "cidr"))
|
|
1007
|
+
UpdateAccessSourceInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
1008
|
+
UpdateAccessSourceInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
1009
|
+
UpdateAccessSourceInput.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, location_name: "protocol"))
|
|
1010
|
+
UpdateAccessSourceInput.struct_class = Types::UpdateAccessSourceInput
|
|
1011
|
+
|
|
1012
|
+
UpdateAccessSourceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
1013
|
+
UpdateAccessSourceOutput.add_member(:cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "cidr"))
|
|
1014
|
+
UpdateAccessSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
1015
|
+
UpdateAccessSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1016
|
+
UpdateAccessSourceOutput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
|
|
1017
|
+
UpdateAccessSourceOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, location_name: "name"))
|
|
1018
|
+
UpdateAccessSourceOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
1019
|
+
UpdateAccessSourceOutput.add_member(:protocol, Shapes::ShapeRef.new(shape: DnsProtocol, required: true, location_name: "protocol"))
|
|
1020
|
+
UpdateAccessSourceOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
1021
|
+
UpdateAccessSourceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
1022
|
+
UpdateAccessSourceOutput.struct_class = Types::UpdateAccessSourceOutput
|
|
1023
|
+
|
|
1024
|
+
UpdateAccessTokenInput.add_member(:access_token_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "accessTokenId"))
|
|
1025
|
+
UpdateAccessTokenInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, required: true, location_name: "name"))
|
|
1026
|
+
UpdateAccessTokenInput.struct_class = Types::UpdateAccessTokenInput
|
|
1027
|
+
|
|
1028
|
+
UpdateAccessTokenOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1029
|
+
UpdateAccessTokenOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameShort, required: true, location_name: "name"))
|
|
1030
|
+
UpdateAccessTokenOutput.struct_class = Types::UpdateAccessTokenOutput
|
|
1031
|
+
|
|
1032
|
+
UpdateDNSViewInput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "dnsViewId"))
|
|
1033
|
+
UpdateDNSViewInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
1034
|
+
UpdateDNSViewInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1035
|
+
UpdateDNSViewInput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, location_name: "dnssecValidation"))
|
|
1036
|
+
UpdateDNSViewInput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, location_name: "ednsClientSubnet"))
|
|
1037
|
+
UpdateDNSViewInput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, location_name: "firewallRulesFailOpen"))
|
|
1038
|
+
UpdateDNSViewInput.struct_class = Types::UpdateDNSViewInput
|
|
1039
|
+
|
|
1040
|
+
UpdateDNSViewOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1041
|
+
UpdateDNSViewOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
1042
|
+
UpdateDNSViewOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
|
1043
|
+
UpdateDNSViewOutput.add_member(:dnssec_validation, Shapes::ShapeRef.new(shape: DnsSecValidationType, required: true, location_name: "dnssecValidation"))
|
|
1044
|
+
UpdateDNSViewOutput.add_member(:edns_client_subnet, Shapes::ShapeRef.new(shape: EdnsClientSubnetType, required: true, location_name: "ednsClientSubnet"))
|
|
1045
|
+
UpdateDNSViewOutput.add_member(:firewall_rules_fail_open, Shapes::ShapeRef.new(shape: FirewallRulesFailOpenType, required: true, location_name: "firewallRulesFailOpen"))
|
|
1046
|
+
UpdateDNSViewOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1047
|
+
UpdateDNSViewOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1048
|
+
UpdateDNSViewOutput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "globalResolverId"))
|
|
1049
|
+
UpdateDNSViewOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
1050
|
+
UpdateDNSViewOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
1051
|
+
UpdateDNSViewOutput.add_member(:status, Shapes::ShapeRef.new(shape: ProfileResourceStatus, required: true, location_name: "status"))
|
|
1052
|
+
UpdateDNSViewOutput.struct_class = Types::UpdateDNSViewOutput
|
|
1053
|
+
|
|
1054
|
+
UpdateFirewallDomainsInput.add_member(:domains, Shapes::ShapeRef.new(shape: Domains, required: true, location_name: "domains"))
|
|
1055
|
+
UpdateFirewallDomainsInput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallDomainListId"))
|
|
1056
|
+
UpdateFirewallDomainsInput.add_member(:operation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operation"))
|
|
1057
|
+
UpdateFirewallDomainsInput.struct_class = Types::UpdateFirewallDomainsInput
|
|
1058
|
+
|
|
1059
|
+
UpdateFirewallDomainsOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1060
|
+
UpdateFirewallDomainsOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1061
|
+
UpdateFirewallDomainsOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
1062
|
+
UpdateFirewallDomainsOutput.struct_class = Types::UpdateFirewallDomainsOutput
|
|
1063
|
+
|
|
1064
|
+
UpdateFirewallRuleInput.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, location_name: "action"))
|
|
1065
|
+
UpdateFirewallRuleInput.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
1066
|
+
UpdateFirewallRuleInput.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
1067
|
+
UpdateFirewallRuleInput.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
1068
|
+
UpdateFirewallRuleInput.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
1069
|
+
UpdateFirewallRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1070
|
+
UpdateFirewallRuleInput.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
1071
|
+
UpdateFirewallRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1072
|
+
UpdateFirewallRuleInput.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
1073
|
+
UpdateFirewallRuleInput.add_member(:firewall_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "firewallRuleId"))
|
|
1074
|
+
UpdateFirewallRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
1075
|
+
UpdateFirewallRuleInput.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, location_name: "priority"))
|
|
1076
|
+
UpdateFirewallRuleInput.struct_class = Types::UpdateFirewallRuleInput
|
|
1077
|
+
|
|
1078
|
+
UpdateFirewallRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: FirewallRuleAction, required: true, location_name: "action"))
|
|
1079
|
+
UpdateFirewallRuleOutput.add_member(:block_override_dns_type, Shapes::ShapeRef.new(shape: BlockOverrideDnsQueryType, location_name: "blockOverrideDnsType"))
|
|
1080
|
+
UpdateFirewallRuleOutput.add_member(:block_override_domain, Shapes::ShapeRef.new(shape: Domain, location_name: "blockOverrideDomain"))
|
|
1081
|
+
UpdateFirewallRuleOutput.add_member(:block_override_ttl, Shapes::ShapeRef.new(shape: BlockOverrideTtl, location_name: "blockOverrideTtl"))
|
|
1082
|
+
UpdateFirewallRuleOutput.add_member(:block_response, Shapes::ShapeRef.new(shape: FirewallBlockResponse, location_name: "blockResponse"))
|
|
1083
|
+
UpdateFirewallRuleOutput.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: ConfidenceThreshold, location_name: "confidenceThreshold"))
|
|
1084
|
+
UpdateFirewallRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
1085
|
+
UpdateFirewallRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1086
|
+
UpdateFirewallRuleOutput.add_member(:dns_advanced_protection, Shapes::ShapeRef.new(shape: DnsAdvancedProtection, location_name: "dnsAdvancedProtection"))
|
|
1087
|
+
UpdateFirewallRuleOutput.add_member(:firewall_domain_list_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "firewallDomainListId"))
|
|
1088
|
+
UpdateFirewallRuleOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1089
|
+
UpdateFirewallRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1090
|
+
UpdateFirewallRuleOutput.add_member(:priority, Shapes::ShapeRef.new(shape: FirewallRulePriority, required: true, location_name: "priority"))
|
|
1091
|
+
UpdateFirewallRuleOutput.add_member(:dns_view_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dnsViewId"))
|
|
1092
|
+
UpdateFirewallRuleOutput.add_member(:query_type, Shapes::ShapeRef.new(shape: DnsQueryType, location_name: "queryType"))
|
|
1093
|
+
UpdateFirewallRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
1094
|
+
UpdateFirewallRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
1095
|
+
UpdateFirewallRuleOutput.struct_class = Types::UpdateFirewallRuleOutput
|
|
1096
|
+
|
|
1097
|
+
UpdateGlobalResolverInput.add_member(:global_resolver_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "globalResolverId"))
|
|
1098
|
+
UpdateGlobalResolverInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
1099
|
+
UpdateGlobalResolverInput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
1100
|
+
UpdateGlobalResolverInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1101
|
+
UpdateGlobalResolverInput.struct_class = Types::UpdateGlobalResolverInput
|
|
1102
|
+
|
|
1103
|
+
UpdateGlobalResolverOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1104
|
+
UpdateGlobalResolverOutput.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "arn"))
|
|
1105
|
+
UpdateGlobalResolverOutput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
1106
|
+
UpdateGlobalResolverOutput.add_member(:dns_name, Shapes::ShapeRef.new(shape: Sni, required: true, location_name: "dnsName"))
|
|
1107
|
+
UpdateGlobalResolverOutput.add_member(:observability_region, Shapes::ShapeRef.new(shape: Region, location_name: "observabilityRegion"))
|
|
1108
|
+
UpdateGlobalResolverOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1109
|
+
UpdateGlobalResolverOutput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
|
1110
|
+
UpdateGlobalResolverOutput.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, required: true, location_name: "regions"))
|
|
1111
|
+
UpdateGlobalResolverOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
1112
|
+
UpdateGlobalResolverOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
1113
|
+
UpdateGlobalResolverOutput.add_member(:status, Shapes::ShapeRef.new(shape: CRResourceStatus, required: true, location_name: "status"))
|
|
1114
|
+
UpdateGlobalResolverOutput.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: IPv4Addresses, required: true, location_name: "ipv4Addresses"))
|
|
1115
|
+
UpdateGlobalResolverOutput.struct_class = Types::UpdateGlobalResolverOutput
|
|
1116
|
+
|
|
1117
|
+
UpdateHostedZoneAssociationInput.add_member(:hosted_zone_association_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "hostedZoneAssociationId"))
|
|
1118
|
+
UpdateHostedZoneAssociationInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
1119
|
+
UpdateHostedZoneAssociationInput.struct_class = Types::UpdateHostedZoneAssociationInput
|
|
1120
|
+
|
|
1121
|
+
UpdateHostedZoneAssociationOutput.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
|
1122
|
+
UpdateHostedZoneAssociationOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
1123
|
+
UpdateHostedZoneAssociationOutput.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: HostedZoneId, required: true, location_name: "hostedZoneId"))
|
|
1124
|
+
UpdateHostedZoneAssociationOutput.add_member(:hosted_zone_name, Shapes::ShapeRef.new(shape: HostedZoneName, required: true, location_name: "hostedZoneName"))
|
|
1125
|
+
UpdateHostedZoneAssociationOutput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
|
1126
|
+
UpdateHostedZoneAssociationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "createdAt"))
|
|
1127
|
+
UpdateHostedZoneAssociationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: ISO8601TimeString, required: true, location_name: "updatedAt"))
|
|
1128
|
+
UpdateHostedZoneAssociationOutput.add_member(:status, Shapes::ShapeRef.new(shape: HostedZoneAssociationStatus, required: true, location_name: "status"))
|
|
1129
|
+
UpdateHostedZoneAssociationOutput.struct_class = Types::UpdateHostedZoneAssociationOutput
|
|
1130
|
+
|
|
1131
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1132
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
|
1133
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
1134
|
+
ValidationException.struct_class = Types::ValidationException
|
|
1135
|
+
|
|
1136
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1137
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1138
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
|
1139
|
+
|
|
1140
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
# @api private
|
|
1144
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
1145
|
+
|
|
1146
|
+
api.version = "2022-09-27"
|
|
1147
|
+
|
|
1148
|
+
api.metadata = {
|
|
1149
|
+
"apiVersion" => "2022-09-27",
|
|
1150
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1151
|
+
"endpointPrefix" => "route53globalresolver",
|
|
1152
|
+
"protocol" => "rest-json",
|
|
1153
|
+
"protocols" => ["rest-json"],
|
|
1154
|
+
"serviceFullName" => "Amazon Route 53 Global Resolver",
|
|
1155
|
+
"serviceId" => "Route53GlobalResolver",
|
|
1156
|
+
"signatureVersion" => "v4",
|
|
1157
|
+
"signingName" => "route53globalresolver",
|
|
1158
|
+
"uid" => "route53globalresolver-2022-09-27",
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
api.add_operation(:associate_hosted_zone, Seahorse::Model::Operation.new.tap do |o|
|
|
1162
|
+
o.name = "AssociateHostedZone"
|
|
1163
|
+
o.http_method = "POST"
|
|
1164
|
+
o.http_request_uri = "/hosted-zone-associations/{hostedZoneId}"
|
|
1165
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateHostedZoneInput)
|
|
1166
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateHostedZoneOutput)
|
|
1167
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1174
|
+
end)
|
|
1175
|
+
|
|
1176
|
+
api.add_operation(:batch_create_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1177
|
+
o.name = "BatchCreateFirewallRule"
|
|
1178
|
+
o.http_method = "POST"
|
|
1179
|
+
o.http_request_uri = "/firewall-rules/batch-create"
|
|
1180
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleInput)
|
|
1181
|
+
o.output = Shapes::ShapeRef.new(shape: BatchCreateFirewallRuleOutput)
|
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1183
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1184
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1186
|
+
end)
|
|
1187
|
+
|
|
1188
|
+
api.add_operation(:batch_delete_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1189
|
+
o.name = "BatchDeleteFirewallRule"
|
|
1190
|
+
o.http_method = "POST"
|
|
1191
|
+
o.http_request_uri = "/firewall-rules/batch-delete"
|
|
1192
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleInput)
|
|
1193
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteFirewallRuleOutput)
|
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1198
|
+
end)
|
|
1199
|
+
|
|
1200
|
+
api.add_operation(:batch_update_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1201
|
+
o.name = "BatchUpdateFirewallRule"
|
|
1202
|
+
o.http_method = "POST"
|
|
1203
|
+
o.http_request_uri = "/firewall-rules/batch-update"
|
|
1204
|
+
o.input = Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleInput)
|
|
1205
|
+
o.output = Shapes::ShapeRef.new(shape: BatchUpdateFirewallRuleOutput)
|
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1207
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1208
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1210
|
+
end)
|
|
1211
|
+
|
|
1212
|
+
api.add_operation(:create_access_source, Seahorse::Model::Operation.new.tap do |o|
|
|
1213
|
+
o.name = "CreateAccessSource"
|
|
1214
|
+
o.http_method = "POST"
|
|
1215
|
+
o.http_request_uri = "/access-sources"
|
|
1216
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessSourceInput)
|
|
1217
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessSourceOutput)
|
|
1218
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1219
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1220
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1221
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1222
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1223
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1224
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1225
|
+
end)
|
|
1226
|
+
|
|
1227
|
+
api.add_operation(:create_access_token, Seahorse::Model::Operation.new.tap do |o|
|
|
1228
|
+
o.name = "CreateAccessToken"
|
|
1229
|
+
o.http_method = "POST"
|
|
1230
|
+
o.http_request_uri = "/tokens/{dnsViewId}"
|
|
1231
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessTokenInput)
|
|
1232
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessTokenOutput)
|
|
1233
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1234
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1235
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1236
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1237
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1240
|
+
end)
|
|
1241
|
+
|
|
1242
|
+
api.add_operation(:create_dns_view, Seahorse::Model::Operation.new.tap do |o|
|
|
1243
|
+
o.name = "CreateDNSView"
|
|
1244
|
+
o.http_method = "POST"
|
|
1245
|
+
o.http_request_uri = "/dns-views/{globalResolverId}"
|
|
1246
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDNSViewInput)
|
|
1247
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDNSViewOutput)
|
|
1248
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1249
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1250
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1251
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1252
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1253
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1254
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1255
|
+
end)
|
|
1256
|
+
|
|
1257
|
+
api.add_operation(:create_firewall_domain_list, Seahorse::Model::Operation.new.tap do |o|
|
|
1258
|
+
o.name = "CreateFirewallDomainList"
|
|
1259
|
+
o.http_method = "POST"
|
|
1260
|
+
o.http_request_uri = "/firewall-domain-lists/{globalResolverId}"
|
|
1261
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFirewallDomainListInput)
|
|
1262
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFirewallDomainListOutput)
|
|
1263
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1264
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1265
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1266
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1267
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1268
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1269
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1270
|
+
end)
|
|
1271
|
+
|
|
1272
|
+
api.add_operation(:create_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1273
|
+
o.name = "CreateFirewallRule"
|
|
1274
|
+
o.http_method = "POST"
|
|
1275
|
+
o.http_request_uri = "/firewall-rules"
|
|
1276
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFirewallRuleInput)
|
|
1277
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFirewallRuleOutput)
|
|
1278
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1279
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1280
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1281
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1285
|
+
end)
|
|
1286
|
+
|
|
1287
|
+
api.add_operation(:create_global_resolver, Seahorse::Model::Operation.new.tap do |o|
|
|
1288
|
+
o.name = "CreateGlobalResolver"
|
|
1289
|
+
o.http_method = "POST"
|
|
1290
|
+
o.http_request_uri = "/global-resolver"
|
|
1291
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGlobalResolverInput)
|
|
1292
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGlobalResolverOutput)
|
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1294
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1295
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1296
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1297
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1298
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1299
|
+
end)
|
|
1300
|
+
|
|
1301
|
+
api.add_operation(:delete_access_source, Seahorse::Model::Operation.new.tap do |o|
|
|
1302
|
+
o.name = "DeleteAccessSource"
|
|
1303
|
+
o.http_method = "DELETE"
|
|
1304
|
+
o.http_request_uri = "/access-sources/{accessSourceId}"
|
|
1305
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessSourceInput)
|
|
1306
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAccessSourceOutput)
|
|
1307
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1308
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1309
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1310
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1311
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1312
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1313
|
+
end)
|
|
1314
|
+
|
|
1315
|
+
api.add_operation(:delete_access_token, Seahorse::Model::Operation.new.tap do |o|
|
|
1316
|
+
o.name = "DeleteAccessToken"
|
|
1317
|
+
o.http_method = "DELETE"
|
|
1318
|
+
o.http_request_uri = "/tokens/{accessTokenId}"
|
|
1319
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessTokenInput)
|
|
1320
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAccessTokenOutput)
|
|
1321
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1326
|
+
end)
|
|
1327
|
+
|
|
1328
|
+
api.add_operation(:delete_dns_view, Seahorse::Model::Operation.new.tap do |o|
|
|
1329
|
+
o.name = "DeleteDNSView"
|
|
1330
|
+
o.http_method = "DELETE"
|
|
1331
|
+
o.http_request_uri = "/dns-views/{dnsViewId}"
|
|
1332
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDNSViewInput)
|
|
1333
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDNSViewOutput)
|
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1337
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1339
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1340
|
+
end)
|
|
1341
|
+
|
|
1342
|
+
api.add_operation(:delete_firewall_domain_list, Seahorse::Model::Operation.new.tap do |o|
|
|
1343
|
+
o.name = "DeleteFirewallDomainList"
|
|
1344
|
+
o.http_method = "DELETE"
|
|
1345
|
+
o.http_request_uri = "/firewall-domain-lists/{firewallDomainListId}"
|
|
1346
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFirewallDomainListInput)
|
|
1347
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFirewallDomainListOutput)
|
|
1348
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1354
|
+
end)
|
|
1355
|
+
|
|
1356
|
+
api.add_operation(:delete_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1357
|
+
o.name = "DeleteFirewallRule"
|
|
1358
|
+
o.http_method = "DELETE"
|
|
1359
|
+
o.http_request_uri = "/firewall-rules/{firewallRuleId}"
|
|
1360
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFirewallRuleInput)
|
|
1361
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFirewallRuleOutput)
|
|
1362
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1363
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1368
|
+
end)
|
|
1369
|
+
|
|
1370
|
+
api.add_operation(:delete_global_resolver, Seahorse::Model::Operation.new.tap do |o|
|
|
1371
|
+
o.name = "DeleteGlobalResolver"
|
|
1372
|
+
o.http_method = "DELETE"
|
|
1373
|
+
o.http_request_uri = "/global-resolver/{globalResolverId}"
|
|
1374
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGlobalResolverInput)
|
|
1375
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGlobalResolverOutput)
|
|
1376
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1377
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1378
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1379
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1382
|
+
end)
|
|
1383
|
+
|
|
1384
|
+
api.add_operation(:disable_dns_view, Seahorse::Model::Operation.new.tap do |o|
|
|
1385
|
+
o.name = "DisableDNSView"
|
|
1386
|
+
o.http_method = "PATCH"
|
|
1387
|
+
o.http_request_uri = "/dns-views/{dnsViewId}/disable"
|
|
1388
|
+
o.input = Shapes::ShapeRef.new(shape: DisableDNSViewInput)
|
|
1389
|
+
o.output = Shapes::ShapeRef.new(shape: DisableDNSViewOutput)
|
|
1390
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1391
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1395
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1396
|
+
end)
|
|
1397
|
+
|
|
1398
|
+
api.add_operation(:disassociate_hosted_zone, Seahorse::Model::Operation.new.tap do |o|
|
|
1399
|
+
o.name = "DisassociateHostedZone"
|
|
1400
|
+
o.http_method = "DELETE"
|
|
1401
|
+
o.http_request_uri = "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}"
|
|
1402
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateHostedZoneInput)
|
|
1403
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateHostedZoneOutput)
|
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1409
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1410
|
+
end)
|
|
1411
|
+
|
|
1412
|
+
api.add_operation(:enable_dns_view, Seahorse::Model::Operation.new.tap do |o|
|
|
1413
|
+
o.name = "EnableDNSView"
|
|
1414
|
+
o.http_method = "PATCH"
|
|
1415
|
+
o.http_request_uri = "/dns-views/{dnsViewId}/enable"
|
|
1416
|
+
o.input = Shapes::ShapeRef.new(shape: EnableDNSViewInput)
|
|
1417
|
+
o.output = Shapes::ShapeRef.new(shape: EnableDNSViewOutput)
|
|
1418
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1419
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1420
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1421
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1422
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1424
|
+
end)
|
|
1425
|
+
|
|
1426
|
+
api.add_operation(:get_access_source, Seahorse::Model::Operation.new.tap do |o|
|
|
1427
|
+
o.name = "GetAccessSource"
|
|
1428
|
+
o.http_method = "GET"
|
|
1429
|
+
o.http_request_uri = "/access-sources/{accessSourceId}"
|
|
1430
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessSourceInput)
|
|
1431
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessSourceOutput)
|
|
1432
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1433
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1434
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1435
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1437
|
+
end)
|
|
1438
|
+
|
|
1439
|
+
api.add_operation(:get_access_token, Seahorse::Model::Operation.new.tap do |o|
|
|
1440
|
+
o.name = "GetAccessToken"
|
|
1441
|
+
o.http_method = "GET"
|
|
1442
|
+
o.http_request_uri = "/tokens/{accessTokenId}"
|
|
1443
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessTokenInput)
|
|
1444
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessTokenOutput)
|
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1446
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1447
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1448
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1449
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1450
|
+
end)
|
|
1451
|
+
|
|
1452
|
+
api.add_operation(:get_dns_view, Seahorse::Model::Operation.new.tap do |o|
|
|
1453
|
+
o.name = "GetDNSView"
|
|
1454
|
+
o.http_method = "GET"
|
|
1455
|
+
o.http_request_uri = "/dns-views/{dnsViewId}"
|
|
1456
|
+
o.input = Shapes::ShapeRef.new(shape: GetDNSViewInput)
|
|
1457
|
+
o.output = Shapes::ShapeRef.new(shape: GetDNSViewOutput)
|
|
1458
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1460
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1461
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1462
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1463
|
+
end)
|
|
1464
|
+
|
|
1465
|
+
api.add_operation(:get_firewall_domain_list, Seahorse::Model::Operation.new.tap do |o|
|
|
1466
|
+
o.name = "GetFirewallDomainList"
|
|
1467
|
+
o.http_method = "GET"
|
|
1468
|
+
o.http_request_uri = "/firewall-domain-lists/{firewallDomainListId}"
|
|
1469
|
+
o.input = Shapes::ShapeRef.new(shape: GetFirewallDomainListInput)
|
|
1470
|
+
o.output = Shapes::ShapeRef.new(shape: GetFirewallDomainListOutput)
|
|
1471
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1472
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1473
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1474
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1475
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1476
|
+
end)
|
|
1477
|
+
|
|
1478
|
+
api.add_operation(:get_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1479
|
+
o.name = "GetFirewallRule"
|
|
1480
|
+
o.http_method = "GET"
|
|
1481
|
+
o.http_request_uri = "/firewall-rules/{firewallRuleId}"
|
|
1482
|
+
o.input = Shapes::ShapeRef.new(shape: GetFirewallRuleInput)
|
|
1483
|
+
o.output = Shapes::ShapeRef.new(shape: GetFirewallRuleOutput)
|
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1487
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1488
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1489
|
+
end)
|
|
1490
|
+
|
|
1491
|
+
api.add_operation(:get_global_resolver, Seahorse::Model::Operation.new.tap do |o|
|
|
1492
|
+
o.name = "GetGlobalResolver"
|
|
1493
|
+
o.http_method = "GET"
|
|
1494
|
+
o.http_request_uri = "/global-resolver/{globalResolverId}"
|
|
1495
|
+
o.input = Shapes::ShapeRef.new(shape: GetGlobalResolverInput)
|
|
1496
|
+
o.output = Shapes::ShapeRef.new(shape: GetGlobalResolverOutput)
|
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1499
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1502
|
+
end)
|
|
1503
|
+
|
|
1504
|
+
api.add_operation(:get_hosted_zone_association, Seahorse::Model::Operation.new.tap do |o|
|
|
1505
|
+
o.name = "GetHostedZoneAssociation"
|
|
1506
|
+
o.http_method = "GET"
|
|
1507
|
+
o.http_request_uri = "/hosted-zone-associations/{hostedZoneAssociationId}"
|
|
1508
|
+
o.input = Shapes::ShapeRef.new(shape: GetHostedZoneAssociationInput)
|
|
1509
|
+
o.output = Shapes::ShapeRef.new(shape: GetHostedZoneAssociationOutput)
|
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1511
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1512
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1513
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1514
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1515
|
+
end)
|
|
1516
|
+
|
|
1517
|
+
api.add_operation(:get_managed_firewall_domain_list, Seahorse::Model::Operation.new.tap do |o|
|
|
1518
|
+
o.name = "GetManagedFirewallDomainList"
|
|
1519
|
+
o.http_method = "GET"
|
|
1520
|
+
o.http_request_uri = "/managed-firewall-domain-lists/{managedFirewallDomainListId}"
|
|
1521
|
+
o.input = Shapes::ShapeRef.new(shape: GetManagedFirewallDomainListInput)
|
|
1522
|
+
o.output = Shapes::ShapeRef.new(shape: GetManagedFirewallDomainListOutput)
|
|
1523
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1524
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1525
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1526
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1528
|
+
end)
|
|
1529
|
+
|
|
1530
|
+
api.add_operation(:import_firewall_domains, Seahorse::Model::Operation.new.tap do |o|
|
|
1531
|
+
o.name = "ImportFirewallDomains"
|
|
1532
|
+
o.http_method = "PATCH"
|
|
1533
|
+
o.http_request_uri = "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url"
|
|
1534
|
+
o.input = Shapes::ShapeRef.new(shape: ImportFirewallDomainsInput)
|
|
1535
|
+
o.output = Shapes::ShapeRef.new(shape: ImportFirewallDomainsOutput)
|
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1538
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1539
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1540
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1541
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1542
|
+
end)
|
|
1543
|
+
|
|
1544
|
+
api.add_operation(:list_access_sources, Seahorse::Model::Operation.new.tap do |o|
|
|
1545
|
+
o.name = "ListAccessSources"
|
|
1546
|
+
o.http_method = "GET"
|
|
1547
|
+
o.http_request_uri = "/access-sources"
|
|
1548
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccessSourcesInput)
|
|
1549
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccessSourcesOutput)
|
|
1550
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1551
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1553
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1554
|
+
o[:pager] = Aws::Pager.new(
|
|
1555
|
+
limit_key: "max_results",
|
|
1556
|
+
tokens: {
|
|
1557
|
+
"next_token" => "next_token"
|
|
1558
|
+
}
|
|
1559
|
+
)
|
|
1560
|
+
end)
|
|
1561
|
+
|
|
1562
|
+
api.add_operation(:list_access_tokens, Seahorse::Model::Operation.new.tap do |o|
|
|
1563
|
+
o.name = "ListAccessTokens"
|
|
1564
|
+
o.http_method = "GET"
|
|
1565
|
+
o.http_request_uri = "/tokens/dns-view/{dnsViewId}"
|
|
1566
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccessTokensInput)
|
|
1567
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccessTokensOutput)
|
|
1568
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1573
|
+
o[:pager] = Aws::Pager.new(
|
|
1574
|
+
limit_key: "max_results",
|
|
1575
|
+
tokens: {
|
|
1576
|
+
"next_token" => "next_token"
|
|
1577
|
+
}
|
|
1578
|
+
)
|
|
1579
|
+
end)
|
|
1580
|
+
|
|
1581
|
+
api.add_operation(:list_dns_views, Seahorse::Model::Operation.new.tap do |o|
|
|
1582
|
+
o.name = "ListDNSViews"
|
|
1583
|
+
o.http_method = "GET"
|
|
1584
|
+
o.http_request_uri = "/dns-views/resolver/{globalResolverId}"
|
|
1585
|
+
o.input = Shapes::ShapeRef.new(shape: ListDNSViewsInput)
|
|
1586
|
+
o.output = Shapes::ShapeRef.new(shape: ListDNSViewsOutput)
|
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1589
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1590
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1591
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1592
|
+
o[:pager] = Aws::Pager.new(
|
|
1593
|
+
limit_key: "max_results",
|
|
1594
|
+
tokens: {
|
|
1595
|
+
"next_token" => "next_token"
|
|
1596
|
+
}
|
|
1597
|
+
)
|
|
1598
|
+
end)
|
|
1599
|
+
|
|
1600
|
+
api.add_operation(:list_firewall_domain_lists, Seahorse::Model::Operation.new.tap do |o|
|
|
1601
|
+
o.name = "ListFirewallDomainLists"
|
|
1602
|
+
o.http_method = "GET"
|
|
1603
|
+
o.http_request_uri = "/firewall-domain-lists"
|
|
1604
|
+
o.input = Shapes::ShapeRef.new(shape: ListFirewallDomainListsInput)
|
|
1605
|
+
o.output = Shapes::ShapeRef.new(shape: ListFirewallDomainListsOutput)
|
|
1606
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1607
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1608
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1609
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1611
|
+
o[:pager] = Aws::Pager.new(
|
|
1612
|
+
limit_key: "max_results",
|
|
1613
|
+
tokens: {
|
|
1614
|
+
"next_token" => "next_token"
|
|
1615
|
+
}
|
|
1616
|
+
)
|
|
1617
|
+
end)
|
|
1618
|
+
|
|
1619
|
+
api.add_operation(:list_firewall_domains, Seahorse::Model::Operation.new.tap do |o|
|
|
1620
|
+
o.name = "ListFirewallDomains"
|
|
1621
|
+
o.http_method = "GET"
|
|
1622
|
+
o.http_request_uri = "/firewall-domain-lists/{firewallDomainListId}/domains"
|
|
1623
|
+
o.input = Shapes::ShapeRef.new(shape: ListFirewallDomainsInput)
|
|
1624
|
+
o.output = Shapes::ShapeRef.new(shape: ListFirewallDomainsOutput)
|
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1626
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1627
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1628
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1629
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1630
|
+
o[:pager] = Aws::Pager.new(
|
|
1631
|
+
limit_key: "max_results",
|
|
1632
|
+
tokens: {
|
|
1633
|
+
"next_token" => "next_token"
|
|
1634
|
+
}
|
|
1635
|
+
)
|
|
1636
|
+
end)
|
|
1637
|
+
|
|
1638
|
+
api.add_operation(:list_firewall_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
1639
|
+
o.name = "ListFirewallRules"
|
|
1640
|
+
o.http_method = "GET"
|
|
1641
|
+
o.http_request_uri = "/firewall-rules"
|
|
1642
|
+
o.input = Shapes::ShapeRef.new(shape: ListFirewallRulesInput)
|
|
1643
|
+
o.output = Shapes::ShapeRef.new(shape: ListFirewallRulesOutput)
|
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1645
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1646
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1649
|
+
o[:pager] = Aws::Pager.new(
|
|
1650
|
+
limit_key: "max_results",
|
|
1651
|
+
tokens: {
|
|
1652
|
+
"next_token" => "next_token"
|
|
1653
|
+
}
|
|
1654
|
+
)
|
|
1655
|
+
end)
|
|
1656
|
+
|
|
1657
|
+
api.add_operation(:list_global_resolvers, Seahorse::Model::Operation.new.tap do |o|
|
|
1658
|
+
o.name = "ListGlobalResolvers"
|
|
1659
|
+
o.http_method = "GET"
|
|
1660
|
+
o.http_request_uri = "/global-resolver"
|
|
1661
|
+
o.input = Shapes::ShapeRef.new(shape: ListGlobalResolversInput)
|
|
1662
|
+
o.output = Shapes::ShapeRef.new(shape: ListGlobalResolversOutput)
|
|
1663
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1664
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1665
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1666
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1667
|
+
o[:pager] = Aws::Pager.new(
|
|
1668
|
+
limit_key: "max_results",
|
|
1669
|
+
tokens: {
|
|
1670
|
+
"next_token" => "next_token"
|
|
1671
|
+
}
|
|
1672
|
+
)
|
|
1673
|
+
end)
|
|
1674
|
+
|
|
1675
|
+
api.add_operation(:list_hosted_zone_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
1676
|
+
o.name = "ListHostedZoneAssociations"
|
|
1677
|
+
o.http_method = "GET"
|
|
1678
|
+
o.http_request_uri = "/hosted-zone-associations/resource-arn/{resourceArn+}"
|
|
1679
|
+
o.input = Shapes::ShapeRef.new(shape: ListHostedZoneAssociationsInput)
|
|
1680
|
+
o.output = Shapes::ShapeRef.new(shape: ListHostedZoneAssociationsOutput)
|
|
1681
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1682
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1684
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1685
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1686
|
+
o[:pager] = Aws::Pager.new(
|
|
1687
|
+
limit_key: "max_results",
|
|
1688
|
+
tokens: {
|
|
1689
|
+
"next_token" => "next_token"
|
|
1690
|
+
}
|
|
1691
|
+
)
|
|
1692
|
+
end)
|
|
1693
|
+
|
|
1694
|
+
api.add_operation(:list_managed_firewall_domain_lists, Seahorse::Model::Operation.new.tap do |o|
|
|
1695
|
+
o.name = "ListManagedFirewallDomainLists"
|
|
1696
|
+
o.http_method = "GET"
|
|
1697
|
+
o.http_request_uri = "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}"
|
|
1698
|
+
o.input = Shapes::ShapeRef.new(shape: ListManagedFirewallDomainListsInput)
|
|
1699
|
+
o.output = Shapes::ShapeRef.new(shape: ListManagedFirewallDomainListsOutput)
|
|
1700
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1701
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1702
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1703
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1704
|
+
o[:pager] = Aws::Pager.new(
|
|
1705
|
+
limit_key: "max_results",
|
|
1706
|
+
tokens: {
|
|
1707
|
+
"next_token" => "next_token"
|
|
1708
|
+
}
|
|
1709
|
+
)
|
|
1710
|
+
end)
|
|
1711
|
+
|
|
1712
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1713
|
+
o.name = "ListTagsForResource"
|
|
1714
|
+
o.http_method = "POST"
|
|
1715
|
+
o.http_request_uri = "/get-all-tags"
|
|
1716
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
|
1717
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
1718
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1719
|
+
end)
|
|
1720
|
+
|
|
1721
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1722
|
+
o.name = "TagResource"
|
|
1723
|
+
o.http_method = "POST"
|
|
1724
|
+
o.http_request_uri = "/tag-resource"
|
|
1725
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
1726
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1730
|
+
end)
|
|
1731
|
+
|
|
1732
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1733
|
+
o.name = "UntagResource"
|
|
1734
|
+
o.http_method = "POST"
|
|
1735
|
+
o.http_request_uri = "/untag-resource"
|
|
1736
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
1737
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
|
1738
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1739
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1740
|
+
end)
|
|
1741
|
+
|
|
1742
|
+
api.add_operation(:update_access_source, Seahorse::Model::Operation.new.tap do |o|
|
|
1743
|
+
o.name = "UpdateAccessSource"
|
|
1744
|
+
o.http_method = "PATCH"
|
|
1745
|
+
o.http_request_uri = "/access-sources/{accessSourceId}"
|
|
1746
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccessSourceInput)
|
|
1747
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAccessSourceOutput)
|
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1754
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1755
|
+
end)
|
|
1756
|
+
|
|
1757
|
+
api.add_operation(:update_access_token, Seahorse::Model::Operation.new.tap do |o|
|
|
1758
|
+
o.name = "UpdateAccessToken"
|
|
1759
|
+
o.http_method = "PATCH"
|
|
1760
|
+
o.http_request_uri = "/tokens/{accessTokenId}"
|
|
1761
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccessTokenInput)
|
|
1762
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAccessTokenOutput)
|
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1766
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1768
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1769
|
+
end)
|
|
1770
|
+
|
|
1771
|
+
api.add_operation(:update_dns_view, Seahorse::Model::Operation.new.tap do |o|
|
|
1772
|
+
o.name = "UpdateDNSView"
|
|
1773
|
+
o.http_method = "PATCH"
|
|
1774
|
+
o.http_request_uri = "/dns-views/{dnsViewId}"
|
|
1775
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDNSViewInput)
|
|
1776
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDNSViewOutput)
|
|
1777
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1778
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1779
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1780
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1781
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1782
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1783
|
+
end)
|
|
1784
|
+
|
|
1785
|
+
api.add_operation(:update_firewall_domains, Seahorse::Model::Operation.new.tap do |o|
|
|
1786
|
+
o.name = "UpdateFirewallDomains"
|
|
1787
|
+
o.http_method = "PATCH"
|
|
1788
|
+
o.http_request_uri = "/firewall-domain-lists/{firewallDomainListId}/domains"
|
|
1789
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFirewallDomainsInput)
|
|
1790
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFirewallDomainsOutput)
|
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1794
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1795
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1796
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1797
|
+
end)
|
|
1798
|
+
|
|
1799
|
+
api.add_operation(:update_firewall_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1800
|
+
o.name = "UpdateFirewallRule"
|
|
1801
|
+
o.http_method = "PATCH"
|
|
1802
|
+
o.http_request_uri = "/firewall-rules/{firewallRuleId}"
|
|
1803
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFirewallRuleInput)
|
|
1804
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFirewallRuleOutput)
|
|
1805
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1806
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1807
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1808
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1811
|
+
end)
|
|
1812
|
+
|
|
1813
|
+
api.add_operation(:update_global_resolver, Seahorse::Model::Operation.new.tap do |o|
|
|
1814
|
+
o.name = "UpdateGlobalResolver"
|
|
1815
|
+
o.http_method = "PATCH"
|
|
1816
|
+
o.http_request_uri = "/global-resolver/{globalResolverId}"
|
|
1817
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGlobalResolverInput)
|
|
1818
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGlobalResolverOutput)
|
|
1819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1820
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1821
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1822
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1825
|
+
end)
|
|
1826
|
+
|
|
1827
|
+
api.add_operation(:update_hosted_zone_association, Seahorse::Model::Operation.new.tap do |o|
|
|
1828
|
+
o.name = "UpdateHostedZoneAssociation"
|
|
1829
|
+
o.http_method = "PATCH"
|
|
1830
|
+
o.http_request_uri = "/hosted-zone-associations/{hostedZoneAssociationId}"
|
|
1831
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateHostedZoneAssociationInput)
|
|
1832
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateHostedZoneAssociationOutput)
|
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1834
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1835
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1837
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1838
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1839
|
+
end)
|
|
1840
|
+
end
|
|
1841
|
+
|
|
1842
|
+
end
|
|
1843
|
+
end
|