aws-sdk-networksecuritymanager 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-networksecuritymanager/client.rb +5052 -0
- data/lib/aws-sdk-networksecuritymanager/client_api.rb +2021 -0
- data/lib/aws-sdk-networksecuritymanager/customizations.rb +0 -0
- data/lib/aws-sdk-networksecuritymanager/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-networksecuritymanager/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-networksecuritymanager/endpoints.rb +20 -0
- data/lib/aws-sdk-networksecuritymanager/errors.rb +258 -0
- data/lib/aws-sdk-networksecuritymanager/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-networksecuritymanager/resource.rb +26 -0
- data/lib/aws-sdk-networksecuritymanager/types.rb +4773 -0
- data/lib/aws-sdk-networksecuritymanager/waiters.rb +15 -0
- data/lib/aws-sdk-networksecuritymanager.rb +62 -0
- data/sig/client.rbs +937 -0
- data/sig/errors.rbs +55 -0
- data/sig/params.rbs +105 -0
- data/sig/resource.rbs +85 -0
- data/sig/types.rbs +1281 -0
- data/sig/waiters.rbs +13 -0
- metadata +98 -0
|
@@ -0,0 +1,2021 @@
|
|
|
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::NetworkSecurityManager
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
|
+
AccountFilter = Shapes::UnionShape.new(name: 'AccountFilter')
|
|
19
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
|
20
|
+
AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
|
|
21
|
+
AccountList = Shapes::ListShape.new(name: 'AccountList')
|
|
22
|
+
AccountReference = Shapes::StructureShape.new(name: 'AccountReference')
|
|
23
|
+
AccountReferenceList = Shapes::ListShape.new(name: 'AccountReferenceList')
|
|
24
|
+
AccountSet = Shapes::StructureShape.new(name: 'AccountSet')
|
|
25
|
+
AdminAccountDetails = Shapes::StructureShape.new(name: 'AdminAccountDetails')
|
|
26
|
+
AdminAccountStatus = Shapes::StringShape.new(name: 'AdminAccountStatus')
|
|
27
|
+
AdminAccountSummary = Shapes::StructureShape.new(name: 'AdminAccountSummary')
|
|
28
|
+
AdminAccountSummaryList = Shapes::ListShape.new(name: 'AdminAccountSummaryList')
|
|
29
|
+
AdminFirewallTypeScope = Shapes::StructureShape.new(name: 'AdminFirewallTypeScope')
|
|
30
|
+
AdminPriority = Shapes::IntegerShape.new(name: 'AdminPriority')
|
|
31
|
+
AdminScope = Shapes::StructureShape.new(name: 'AdminScope')
|
|
32
|
+
AdminScopeFilter = Shapes::UnionShape.new(name: 'AdminScopeFilter')
|
|
33
|
+
AdminScopeFilterInput = Shapes::UnionShape.new(name: 'AdminScopeFilterInput')
|
|
34
|
+
AdminScopeInput = Shapes::StructureShape.new(name: 'AdminScopeInput')
|
|
35
|
+
AdminScopeSelection = Shapes::StructureShape.new(name: 'AdminScopeSelection')
|
|
36
|
+
AdminScopeSelectionInput = Shapes::StructureShape.new(name: 'AdminScopeSelectionInput')
|
|
37
|
+
AlbConfiguration = Shapes::StructureShape.new(name: 'AlbConfiguration')
|
|
38
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
39
|
+
AssociatedPolicy = Shapes::StructureShape.new(name: 'AssociatedPolicy')
|
|
40
|
+
AssociatedPolicyList = Shapes::ListShape.new(name: 'AssociatedPolicyList')
|
|
41
|
+
AssociatedRule = Shapes::StructureShape.new(name: 'AssociatedRule')
|
|
42
|
+
AssociatedRuleList = Shapes::ListShape.new(name: 'AssociatedRuleList')
|
|
43
|
+
AssociatedScope = Shapes::StructureShape.new(name: 'AssociatedScope')
|
|
44
|
+
AssociatedScopeList = Shapes::ListShape.new(name: 'AssociatedScopeList')
|
|
45
|
+
AssociatedTemplateAndRuleList = Shapes::ListShape.new(name: 'AssociatedTemplateAndRuleList')
|
|
46
|
+
AssociatedTemplateOrRule = Shapes::UnionShape.new(name: 'AssociatedTemplateOrRule')
|
|
47
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
48
|
+
ConfigurationIssue = Shapes::StructureShape.new(name: 'ConfigurationIssue')
|
|
49
|
+
ConfigurationIssueList = Shapes::ListShape.new(name: 'ConfigurationIssueList')
|
|
50
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
51
|
+
CreateDeploymentInput = Shapes::StructureShape.new(name: 'CreateDeploymentInput')
|
|
52
|
+
CreateDeploymentOutput = Shapes::StructureShape.new(name: 'CreateDeploymentOutput')
|
|
53
|
+
CreateDeploymentSnapshotInput = Shapes::StructureShape.new(name: 'CreateDeploymentSnapshotInput')
|
|
54
|
+
CreateDeploymentSnapshotOutput = Shapes::StructureShape.new(name: 'CreateDeploymentSnapshotOutput')
|
|
55
|
+
CreatePolicyInput = Shapes::StructureShape.new(name: 'CreatePolicyInput')
|
|
56
|
+
CreatePolicyOutput = Shapes::StructureShape.new(name: 'CreatePolicyOutput')
|
|
57
|
+
CreatePolicySnapshotInput = Shapes::StructureShape.new(name: 'CreatePolicySnapshotInput')
|
|
58
|
+
CreatePolicySnapshotOutput = Shapes::StructureShape.new(name: 'CreatePolicySnapshotOutput')
|
|
59
|
+
CreateRuleInput = Shapes::StructureShape.new(name: 'CreateRuleInput')
|
|
60
|
+
CreateRuleOutput = Shapes::StructureShape.new(name: 'CreateRuleOutput')
|
|
61
|
+
CreateRuleSnapshotInput = Shapes::StructureShape.new(name: 'CreateRuleSnapshotInput')
|
|
62
|
+
CreateRuleSnapshotOutput = Shapes::StructureShape.new(name: 'CreateRuleSnapshotOutput')
|
|
63
|
+
CreateScopeInput = Shapes::StructureShape.new(name: 'CreateScopeInput')
|
|
64
|
+
CreateScopeOutput = Shapes::StructureShape.new(name: 'CreateScopeOutput')
|
|
65
|
+
CreateScopeSnapshotInput = Shapes::StructureShape.new(name: 'CreateScopeSnapshotInput')
|
|
66
|
+
CreateScopeSnapshotOutput = Shapes::StructureShape.new(name: 'CreateScopeSnapshotOutput')
|
|
67
|
+
CreateTemplateInput = Shapes::StructureShape.new(name: 'CreateTemplateInput')
|
|
68
|
+
CreateTemplateOutput = Shapes::StructureShape.new(name: 'CreateTemplateOutput')
|
|
69
|
+
CreateTemplateSnapshotInput = Shapes::StructureShape.new(name: 'CreateTemplateSnapshotInput')
|
|
70
|
+
CreateTemplateSnapshotOutput = Shapes::StructureShape.new(name: 'CreateTemplateSnapshotOutput')
|
|
71
|
+
DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
|
|
72
|
+
DeleteAdminAccountRequest = Shapes::StructureShape.new(name: 'DeleteAdminAccountRequest')
|
|
73
|
+
DeleteDeploymentInput = Shapes::StructureShape.new(name: 'DeleteDeploymentInput')
|
|
74
|
+
DeletePolicyInput = Shapes::StructureShape.new(name: 'DeletePolicyInput')
|
|
75
|
+
DeleteRuleInput = Shapes::StructureShape.new(name: 'DeleteRuleInput')
|
|
76
|
+
DeleteScopeInput = Shapes::StructureShape.new(name: 'DeleteScopeInput')
|
|
77
|
+
DeleteTemplateInput = Shapes::StructureShape.new(name: 'DeleteTemplateInput')
|
|
78
|
+
DeploymentArn = Shapes::StringShape.new(name: 'DeploymentArn')
|
|
79
|
+
DeploymentConfiguration = Shapes::StructureShape.new(name: 'DeploymentConfiguration')
|
|
80
|
+
DeploymentCoverageEntry = Shapes::StructureShape.new(name: 'DeploymentCoverageEntry')
|
|
81
|
+
DeploymentCoverageList = Shapes::ListShape.new(name: 'DeploymentCoverageList')
|
|
82
|
+
DeploymentId = Shapes::StringShape.new(name: 'DeploymentId')
|
|
83
|
+
DeploymentIdentifier = Shapes::StringShape.new(name: 'DeploymentIdentifier')
|
|
84
|
+
DeploymentName = Shapes::StringShape.new(name: 'DeploymentName')
|
|
85
|
+
DeploymentPolicyArnList = Shapes::ListShape.new(name: 'DeploymentPolicyArnList')
|
|
86
|
+
DeploymentResourceTypeList = Shapes::ListShape.new(name: 'DeploymentResourceTypeList')
|
|
87
|
+
DeploymentSummary = Shapes::StructureShape.new(name: 'DeploymentSummary')
|
|
88
|
+
DeploymentSummaryList = Shapes::ListShape.new(name: 'DeploymentSummaryList')
|
|
89
|
+
DeploymentWarningEntry = Shapes::StructureShape.new(name: 'DeploymentWarningEntry')
|
|
90
|
+
DeploymentWarningList = Shapes::ListShape.new(name: 'DeploymentWarningList')
|
|
91
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
|
92
|
+
EnableCrossAccountVisibility = Shapes::BooleanShape.new(name: 'EnableCrossAccountVisibility')
|
|
93
|
+
EntityStatus = Shapes::StringShape.new(name: 'EntityStatus')
|
|
94
|
+
EntityStatusFilter = Shapes::StringShape.new(name: 'EntityStatusFilter')
|
|
95
|
+
EntityVersion = Shapes::StringShape.new(name: 'EntityVersion')
|
|
96
|
+
ExistingCustomerWebACLResolution = Shapes::StringShape.new(name: 'ExistingCustomerWebACLResolution')
|
|
97
|
+
FirewallSyncReason = Shapes::UnionShape.new(name: 'FirewallSyncReason')
|
|
98
|
+
FirewallTypeList = Shapes::ListShape.new(name: 'FirewallTypeList')
|
|
99
|
+
GenerateRuleConfigurationRequest = Shapes::StructureShape.new(name: 'GenerateRuleConfigurationRequest')
|
|
100
|
+
GenerateRuleConfigurationRequestCurrentConfigurationString = Shapes::StringShape.new(name: 'GenerateRuleConfigurationRequestCurrentConfigurationString')
|
|
101
|
+
GenerateRuleConfigurationRequestPromptString = Shapes::StringShape.new(name: 'GenerateRuleConfigurationRequestPromptString')
|
|
102
|
+
GenerateRuleConfigurationResponse = Shapes::StructureShape.new(name: 'GenerateRuleConfigurationResponse')
|
|
103
|
+
GenerateRuleConfigurationResponseConfigurationString = Shapes::StringShape.new(name: 'GenerateRuleConfigurationResponseConfigurationString')
|
|
104
|
+
GetAdminAccountRequest = Shapes::StructureShape.new(name: 'GetAdminAccountRequest')
|
|
105
|
+
GetAdminAccountResponse = Shapes::StructureShape.new(name: 'GetAdminAccountResponse')
|
|
106
|
+
GetDeploymentInput = Shapes::StructureShape.new(name: 'GetDeploymentInput')
|
|
107
|
+
GetDeploymentOutput = Shapes::StructureShape.new(name: 'GetDeploymentOutput')
|
|
108
|
+
GetPolicyInput = Shapes::StructureShape.new(name: 'GetPolicyInput')
|
|
109
|
+
GetPolicyOutput = Shapes::StructureShape.new(name: 'GetPolicyOutput')
|
|
110
|
+
GetRuleInput = Shapes::StructureShape.new(name: 'GetRuleInput')
|
|
111
|
+
GetRuleOutput = Shapes::StructureShape.new(name: 'GetRuleOutput')
|
|
112
|
+
GetScopeInput = Shapes::StructureShape.new(name: 'GetScopeInput')
|
|
113
|
+
GetScopeOutput = Shapes::StructureShape.new(name: 'GetScopeOutput')
|
|
114
|
+
GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
|
|
115
|
+
GetTemplateOutput = Shapes::StructureShape.new(name: 'GetTemplateOutput')
|
|
116
|
+
HasPublishedVersion = Shapes::BooleanShape.new(name: 'HasPublishedVersion')
|
|
117
|
+
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
|
118
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
119
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
120
|
+
InvalidFirewallReasons = Shapes::StructureShape.new(name: 'InvalidFirewallReasons')
|
|
121
|
+
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
122
|
+
IsPublished = Shapes::BooleanShape.new(name: 'IsPublished')
|
|
123
|
+
IsSnapshot = Shapes::BooleanShape.new(name: 'IsSnapshot')
|
|
124
|
+
JsonDocument = Shapes::DocumentShape.new(name: 'JsonDocument', document: true)
|
|
125
|
+
ListAdminAccountsRequest = Shapes::StructureShape.new(name: 'ListAdminAccountsRequest')
|
|
126
|
+
ListAdminAccountsResponse = Shapes::StructureShape.new(name: 'ListAdminAccountsResponse')
|
|
127
|
+
ListAggregateResourceSynchronizationStatusesInput = Shapes::StructureShape.new(name: 'ListAggregateResourceSynchronizationStatusesInput')
|
|
128
|
+
ListAggregateResourceSynchronizationStatusesOutput = Shapes::StructureShape.new(name: 'ListAggregateResourceSynchronizationStatusesOutput')
|
|
129
|
+
ListDeploymentSnapshotsInput = Shapes::StructureShape.new(name: 'ListDeploymentSnapshotsInput')
|
|
130
|
+
ListDeploymentSnapshotsOutput = Shapes::StructureShape.new(name: 'ListDeploymentSnapshotsOutput')
|
|
131
|
+
ListDeploymentsInput = Shapes::StructureShape.new(name: 'ListDeploymentsInput')
|
|
132
|
+
ListDeploymentsOutput = Shapes::StructureShape.new(name: 'ListDeploymentsOutput')
|
|
133
|
+
ListPoliciesInput = Shapes::StructureShape.new(name: 'ListPoliciesInput')
|
|
134
|
+
ListPoliciesOutput = Shapes::StructureShape.new(name: 'ListPoliciesOutput')
|
|
135
|
+
ListPolicySnapshotsInput = Shapes::StructureShape.new(name: 'ListPolicySnapshotsInput')
|
|
136
|
+
ListPolicySnapshotsOutput = Shapes::StructureShape.new(name: 'ListPolicySnapshotsOutput')
|
|
137
|
+
ListResourceAssociationsInput = Shapes::StructureShape.new(name: 'ListResourceAssociationsInput')
|
|
138
|
+
ListResourceAssociationsOutput = Shapes::StructureShape.new(name: 'ListResourceAssociationsOutput')
|
|
139
|
+
ListResourceSynchronizationStatusesInput = Shapes::StructureShape.new(name: 'ListResourceSynchronizationStatusesInput')
|
|
140
|
+
ListResourceSynchronizationStatusesOutput = Shapes::StructureShape.new(name: 'ListResourceSynchronizationStatusesOutput')
|
|
141
|
+
ListRuleSnapshotsInput = Shapes::StructureShape.new(name: 'ListRuleSnapshotsInput')
|
|
142
|
+
ListRuleSnapshotsOutput = Shapes::StructureShape.new(name: 'ListRuleSnapshotsOutput')
|
|
143
|
+
ListRulesInput = Shapes::StructureShape.new(name: 'ListRulesInput')
|
|
144
|
+
ListRulesOutput = Shapes::StructureShape.new(name: 'ListRulesOutput')
|
|
145
|
+
ListScopeSnapshotsInput = Shapes::StructureShape.new(name: 'ListScopeSnapshotsInput')
|
|
146
|
+
ListScopeSnapshotsOutput = Shapes::StructureShape.new(name: 'ListScopeSnapshotsOutput')
|
|
147
|
+
ListScopesInput = Shapes::StructureShape.new(name: 'ListScopesInput')
|
|
148
|
+
ListScopesOutput = Shapes::StructureShape.new(name: 'ListScopesOutput')
|
|
149
|
+
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
|
150
|
+
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
|
151
|
+
ListTemplateSnapshotsInput = Shapes::StructureShape.new(name: 'ListTemplateSnapshotsInput')
|
|
152
|
+
ListTemplateSnapshotsOutput = Shapes::StructureShape.new(name: 'ListTemplateSnapshotsOutput')
|
|
153
|
+
ListTemplatesInput = Shapes::StructureShape.new(name: 'ListTemplatesInput')
|
|
154
|
+
ListTemplatesOutput = Shapes::StructureShape.new(name: 'ListTemplatesOutput')
|
|
155
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
156
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
157
|
+
NotVisibleMarker = Shapes::StructureShape.new(name: 'NotVisibleMarker')
|
|
158
|
+
OrganizationalUnit = Shapes::StringShape.new(name: 'OrganizationalUnit')
|
|
159
|
+
OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
|
|
160
|
+
OrganizationalUnitIdList = Shapes::ListShape.new(name: 'OrganizationalUnitIdList')
|
|
161
|
+
OrganizationalUnitList = Shapes::ListShape.new(name: 'OrganizationalUnitList')
|
|
162
|
+
OrganizationalUnitReference = Shapes::StructureShape.new(name: 'OrganizationalUnitReference')
|
|
163
|
+
OrganizationalUnitReferenceList = Shapes::ListShape.new(name: 'OrganizationalUnitReferenceList')
|
|
164
|
+
OutOfSyncReasons = Shapes::MapShape.new(name: 'OutOfSyncReasons')
|
|
165
|
+
OutOfSyncReasonsView = Shapes::UnionShape.new(name: 'OutOfSyncReasonsView')
|
|
166
|
+
PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
|
|
167
|
+
PolicyConfiguration = Shapes::StructureShape.new(name: 'PolicyConfiguration')
|
|
168
|
+
PolicyFirewallType = Shapes::StringShape.new(name: 'PolicyFirewallType')
|
|
169
|
+
PolicyId = Shapes::StringShape.new(name: 'PolicyId')
|
|
170
|
+
PolicyIdentifier = Shapes::StringShape.new(name: 'PolicyIdentifier')
|
|
171
|
+
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
|
172
|
+
PolicyReference = Shapes::StructureShape.new(name: 'PolicyReference')
|
|
173
|
+
PolicyReferenceList = Shapes::ListShape.new(name: 'PolicyReferenceList')
|
|
174
|
+
PolicySummary = Shapes::StructureShape.new(name: 'PolicySummary')
|
|
175
|
+
PolicySummaryList = Shapes::ListShape.new(name: 'PolicySummaryList')
|
|
176
|
+
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
|
177
|
+
PutAdminAccountRequest = Shapes::StructureShape.new(name: 'PutAdminAccountRequest')
|
|
178
|
+
PutAdminAccountResponse = Shapes::StructureShape.new(name: 'PutAdminAccountResponse')
|
|
179
|
+
RemediationEnabled = Shapes::BooleanShape.new(name: 'RemediationEnabled')
|
|
180
|
+
RemediationIssueDetails = Shapes::StructureShape.new(name: 'RemediationIssueDetails')
|
|
181
|
+
RemediationIssues = Shapes::MapShape.new(name: 'RemediationIssues')
|
|
182
|
+
RemediationIssuesView = Shapes::UnionShape.new(name: 'RemediationIssuesView')
|
|
183
|
+
ResourceArnList = Shapes::ListShape.new(name: 'ResourceArnList')
|
|
184
|
+
ResourceAssociation = Shapes::StructureShape.new(name: 'ResourceAssociation')
|
|
185
|
+
ResourceAssociationList = Shapes::ListShape.new(name: 'ResourceAssociationList')
|
|
186
|
+
ResourceCriteria = Shapes::UnionShape.new(name: 'ResourceCriteria')
|
|
187
|
+
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
|
188
|
+
ResourceLogicalExpression = Shapes::UnionShape.new(name: 'ResourceLogicalExpression')
|
|
189
|
+
ResourceLogicalExpressionList = Shapes::ListShape.new(name: 'ResourceLogicalExpressionList')
|
|
190
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
191
|
+
ResourceScope = Shapes::StructureShape.new(name: 'ResourceScope')
|
|
192
|
+
ResourceScopeMap = Shapes::MapShape.new(name: 'ResourceScopeMap')
|
|
193
|
+
ResourceSet = Shapes::StructureShape.new(name: 'ResourceSet')
|
|
194
|
+
ResourceSynchronizationStatusSummary = Shapes::StructureShape.new(name: 'ResourceSynchronizationStatusSummary')
|
|
195
|
+
ResourceSynchronizationStatusSummaryList = Shapes::ListShape.new(name: 'ResourceSynchronizationStatusSummaryList')
|
|
196
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
197
|
+
ResourcesCleanUp = Shapes::BooleanShape.new(name: 'ResourcesCleanUp')
|
|
198
|
+
RuleArn = Shapes::StringShape.new(name: 'RuleArn')
|
|
199
|
+
RuleFirewallType = Shapes::StringShape.new(name: 'RuleFirewallType')
|
|
200
|
+
RuleId = Shapes::StringShape.new(name: 'RuleId')
|
|
201
|
+
RuleIdentifier = Shapes::StringShape.new(name: 'RuleIdentifier')
|
|
202
|
+
RuleName = Shapes::StringShape.new(name: 'RuleName')
|
|
203
|
+
RuleReference = Shapes::StructureShape.new(name: 'RuleReference')
|
|
204
|
+
RuleReferenceList = Shapes::ListShape.new(name: 'RuleReferenceList')
|
|
205
|
+
RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
|
|
206
|
+
RuleSummaryList = Shapes::ListShape.new(name: 'RuleSummaryList')
|
|
207
|
+
RuleType = Shapes::StringShape.new(name: 'RuleType')
|
|
208
|
+
Scheme = Shapes::StringShape.new(name: 'Scheme')
|
|
209
|
+
ScopeArn = Shapes::StringShape.new(name: 'ScopeArn')
|
|
210
|
+
ScopeConfiguration = Shapes::StructureShape.new(name: 'ScopeConfiguration')
|
|
211
|
+
ScopeId = Shapes::StringShape.new(name: 'ScopeId')
|
|
212
|
+
ScopeIdentifier = Shapes::StringShape.new(name: 'ScopeIdentifier')
|
|
213
|
+
ScopeName = Shapes::StringShape.new(name: 'ScopeName')
|
|
214
|
+
ScopeReference = Shapes::StructureShape.new(name: 'ScopeReference')
|
|
215
|
+
ScopeReferenceList = Shapes::ListShape.new(name: 'ScopeReferenceList')
|
|
216
|
+
ScopeResourceType = Shapes::StringShape.new(name: 'ScopeResourceType')
|
|
217
|
+
ScopeSummary = Shapes::StructureShape.new(name: 'ScopeSummary')
|
|
218
|
+
ScopeSummaryList = Shapes::ListShape.new(name: 'ScopeSummaryList')
|
|
219
|
+
SensitiveAccountEmail = Shapes::StringShape.new(name: 'SensitiveAccountEmail')
|
|
220
|
+
SensitiveAccountName = Shapes::StringShape.new(name: 'SensitiveAccountName')
|
|
221
|
+
SensitiveEmail = Shapes::StringShape.new(name: 'SensitiveEmail')
|
|
222
|
+
SensitiveName = Shapes::StringShape.new(name: 'SensitiveName')
|
|
223
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
224
|
+
ServiceResourceType = Shapes::StringShape.new(name: 'ServiceResourceType')
|
|
225
|
+
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
|
226
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
227
|
+
StringMap = Shapes::MapShape.new(name: 'StringMap')
|
|
228
|
+
SynchronizationStatus = Shapes::StringShape.new(name: 'SynchronizationStatus')
|
|
229
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
230
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
231
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
|
232
|
+
TagPolicyViolationException = Shapes::StructureShape.new(name: 'TagPolicyViolationException')
|
|
233
|
+
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
|
234
|
+
TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
|
|
235
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
236
|
+
TemplateAndRuleReferenceList = Shapes::ListShape.new(name: 'TemplateAndRuleReferenceList')
|
|
237
|
+
TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
|
|
238
|
+
TemplateFirewallType = Shapes::StringShape.new(name: 'TemplateFirewallType')
|
|
239
|
+
TemplateId = Shapes::StringShape.new(name: 'TemplateId')
|
|
240
|
+
TemplateIdentifier = Shapes::StringShape.new(name: 'TemplateIdentifier')
|
|
241
|
+
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
|
242
|
+
TemplateOrRuleReference = Shapes::UnionShape.new(name: 'TemplateOrRuleReference')
|
|
243
|
+
TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
|
|
244
|
+
TemplateSummaryList = Shapes::ListShape.new(name: 'TemplateSummaryList')
|
|
245
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
246
|
+
Unit = Shapes::StructureShape.new(name: 'Unit')
|
|
247
|
+
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
|
248
|
+
UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
|
|
249
|
+
UpdateDeploymentInput = Shapes::StructureShape.new(name: 'UpdateDeploymentInput')
|
|
250
|
+
UpdateDeploymentOutput = Shapes::StructureShape.new(name: 'UpdateDeploymentOutput')
|
|
251
|
+
UpdatePolicyInput = Shapes::StructureShape.new(name: 'UpdatePolicyInput')
|
|
252
|
+
UpdatePolicyOutput = Shapes::StructureShape.new(name: 'UpdatePolicyOutput')
|
|
253
|
+
UpdateRuleInput = Shapes::StructureShape.new(name: 'UpdateRuleInput')
|
|
254
|
+
UpdateRuleOutput = Shapes::StructureShape.new(name: 'UpdateRuleOutput')
|
|
255
|
+
UpdateScopeInput = Shapes::StructureShape.new(name: 'UpdateScopeInput')
|
|
256
|
+
UpdateScopeOutput = Shapes::StructureShape.new(name: 'UpdateScopeOutput')
|
|
257
|
+
UpdateTemplateInput = Shapes::StructureShape.new(name: 'UpdateTemplateInput')
|
|
258
|
+
UpdateTemplateOutput = Shapes::StructureShape.new(name: 'UpdateTemplateOutput')
|
|
259
|
+
UpdateToken = Shapes::StringShape.new(name: 'UpdateToken')
|
|
260
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
261
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
262
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
263
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
|
264
|
+
WAFConfigDataType = Shapes::StringShape.new(name: 'WAFConfigDataType')
|
|
265
|
+
WAFConflictResolutionOptions = Shapes::StringShape.new(name: 'WAFConflictResolutionOptions')
|
|
266
|
+
WafConfig = Shapes::StructureShape.new(name: 'WafConfig')
|
|
267
|
+
|
|
268
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
269
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
270
|
+
|
|
271
|
+
AccountFilter.add_member(:include_all, Shapes::ShapeRef.new(shape: Unit, location_name: "includeAll"))
|
|
272
|
+
AccountFilter.add_member(:include, Shapes::ShapeRef.new(shape: AccountSet, location_name: "include"))
|
|
273
|
+
AccountFilter.add_member(:exclude, Shapes::ShapeRef.new(shape: AccountSet, location_name: "exclude"))
|
|
274
|
+
AccountFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
275
|
+
AccountFilter.add_member_subclass(:include_all, Types::AccountFilter::IncludeAll)
|
|
276
|
+
AccountFilter.add_member_subclass(:include, Types::AccountFilter::Include)
|
|
277
|
+
AccountFilter.add_member_subclass(:exclude, Types::AccountFilter::Exclude)
|
|
278
|
+
AccountFilter.add_member_subclass(:unknown, Types::AccountFilter::Unknown)
|
|
279
|
+
AccountFilter.struct_class = Types::AccountFilter
|
|
280
|
+
|
|
281
|
+
AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId)
|
|
282
|
+
|
|
283
|
+
AccountList.member = Shapes::ShapeRef.new(shape: AccountId)
|
|
284
|
+
|
|
285
|
+
AccountReference.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
286
|
+
AccountReference.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveAccountName, location_name: "name"))
|
|
287
|
+
AccountReference.add_member(:email, Shapes::ShapeRef.new(shape: SensitiveAccountEmail, location_name: "email"))
|
|
288
|
+
AccountReference.struct_class = Types::AccountReference
|
|
289
|
+
|
|
290
|
+
AccountReferenceList.member = Shapes::ShapeRef.new(shape: AccountReference)
|
|
291
|
+
|
|
292
|
+
AccountSet.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "accountIds"))
|
|
293
|
+
AccountSet.add_member(:organizational_units, Shapes::ShapeRef.new(shape: OrganizationalUnitList, location_name: "organizationalUnits"))
|
|
294
|
+
AccountSet.struct_class = Types::AccountSet
|
|
295
|
+
|
|
296
|
+
AdminAccountDetails.add_member(:admin_account, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "adminAccount"))
|
|
297
|
+
AdminAccountDetails.add_member(:priority, Shapes::ShapeRef.new(shape: AdminPriority, required: true, location_name: "priority"))
|
|
298
|
+
AdminAccountDetails.add_member(:admin_scope, Shapes::ShapeRef.new(shape: AdminScope, location_name: "adminScope"))
|
|
299
|
+
AdminAccountDetails.add_member(:status, Shapes::ShapeRef.new(shape: AdminAccountStatus, location_name: "status"))
|
|
300
|
+
AdminAccountDetails.struct_class = Types::AdminAccountDetails
|
|
301
|
+
|
|
302
|
+
AdminAccountSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
303
|
+
AdminAccountSummary.add_member(:priority, Shapes::ShapeRef.new(shape: AdminPriority, location_name: "priority"))
|
|
304
|
+
AdminAccountSummary.add_member(:name, Shapes::ShapeRef.new(shape: SensitiveName, location_name: "name"))
|
|
305
|
+
AdminAccountSummary.add_member(:email, Shapes::ShapeRef.new(shape: SensitiveEmail, location_name: "email"))
|
|
306
|
+
AdminAccountSummary.struct_class = Types::AdminAccountSummary
|
|
307
|
+
|
|
308
|
+
AdminAccountSummaryList.member = Shapes::ShapeRef.new(shape: AdminAccountSummary)
|
|
309
|
+
|
|
310
|
+
AdminFirewallTypeScope.add_member(:all_firewall_types_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "allFirewallTypesEnabled"))
|
|
311
|
+
AdminFirewallTypeScope.add_member(:firewall_types, Shapes::ShapeRef.new(shape: FirewallTypeList, location_name: "firewallTypes"))
|
|
312
|
+
AdminFirewallTypeScope.struct_class = Types::AdminFirewallTypeScope
|
|
313
|
+
|
|
314
|
+
AdminScope.add_member(:scope_filter, Shapes::ShapeRef.new(shape: AdminScopeFilter, location_name: "scopeFilter"))
|
|
315
|
+
AdminScope.add_member(:firewall_type_scope, Shapes::ShapeRef.new(shape: AdminFirewallTypeScope, location_name: "firewallTypeScope"))
|
|
316
|
+
AdminScope.struct_class = Types::AdminScope
|
|
317
|
+
|
|
318
|
+
AdminScopeFilter.add_member(:include_all, Shapes::ShapeRef.new(shape: Unit, location_name: "includeAll"))
|
|
319
|
+
AdminScopeFilter.add_member(:include_only, Shapes::ShapeRef.new(shape: AdminScopeSelection, location_name: "includeOnly"))
|
|
320
|
+
AdminScopeFilter.add_member(:exclude_only, Shapes::ShapeRef.new(shape: AdminScopeSelection, location_name: "excludeOnly"))
|
|
321
|
+
AdminScopeFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
322
|
+
AdminScopeFilter.add_member_subclass(:include_all, Types::AdminScopeFilter::IncludeAll)
|
|
323
|
+
AdminScopeFilter.add_member_subclass(:include_only, Types::AdminScopeFilter::IncludeOnly)
|
|
324
|
+
AdminScopeFilter.add_member_subclass(:exclude_only, Types::AdminScopeFilter::ExcludeOnly)
|
|
325
|
+
AdminScopeFilter.add_member_subclass(:unknown, Types::AdminScopeFilter::Unknown)
|
|
326
|
+
AdminScopeFilter.struct_class = Types::AdminScopeFilter
|
|
327
|
+
|
|
328
|
+
AdminScopeFilterInput.add_member(:include_all, Shapes::ShapeRef.new(shape: Unit, location_name: "includeAll"))
|
|
329
|
+
AdminScopeFilterInput.add_member(:include_only, Shapes::ShapeRef.new(shape: AdminScopeSelectionInput, location_name: "includeOnly"))
|
|
330
|
+
AdminScopeFilterInput.add_member(:exclude_only, Shapes::ShapeRef.new(shape: AdminScopeSelectionInput, location_name: "excludeOnly"))
|
|
331
|
+
AdminScopeFilterInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
332
|
+
AdminScopeFilterInput.add_member_subclass(:include_all, Types::AdminScopeFilterInput::IncludeAll)
|
|
333
|
+
AdminScopeFilterInput.add_member_subclass(:include_only, Types::AdminScopeFilterInput::IncludeOnly)
|
|
334
|
+
AdminScopeFilterInput.add_member_subclass(:exclude_only, Types::AdminScopeFilterInput::ExcludeOnly)
|
|
335
|
+
AdminScopeFilterInput.add_member_subclass(:unknown, Types::AdminScopeFilterInput::Unknown)
|
|
336
|
+
AdminScopeFilterInput.struct_class = Types::AdminScopeFilterInput
|
|
337
|
+
|
|
338
|
+
AdminScopeInput.add_member(:scope_filter, Shapes::ShapeRef.new(shape: AdminScopeFilterInput, location_name: "scopeFilter"))
|
|
339
|
+
AdminScopeInput.add_member(:firewall_type_scope, Shapes::ShapeRef.new(shape: AdminFirewallTypeScope, location_name: "firewallTypeScope"))
|
|
340
|
+
AdminScopeInput.struct_class = Types::AdminScopeInput
|
|
341
|
+
|
|
342
|
+
AdminScopeSelection.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountReferenceList, location_name: "accounts"))
|
|
343
|
+
AdminScopeSelection.add_member(:organizational_units, Shapes::ShapeRef.new(shape: OrganizationalUnitReferenceList, location_name: "organizationalUnits"))
|
|
344
|
+
AdminScopeSelection.struct_class = Types::AdminScopeSelection
|
|
345
|
+
|
|
346
|
+
AdminScopeSelectionInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "accounts"))
|
|
347
|
+
AdminScopeSelectionInput.add_member(:organizational_units, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "organizationalUnits"))
|
|
348
|
+
AdminScopeSelectionInput.struct_class = Types::AdminScopeSelectionInput
|
|
349
|
+
|
|
350
|
+
AlbConfiguration.add_member(:scheme, Shapes::ShapeRef.new(shape: Scheme, location_name: "scheme"))
|
|
351
|
+
AlbConfiguration.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
352
|
+
AlbConfiguration.struct_class = Types::AlbConfiguration
|
|
353
|
+
|
|
354
|
+
AssociatedPolicy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
355
|
+
AssociatedPolicy.struct_class = Types::AssociatedPolicy
|
|
356
|
+
|
|
357
|
+
AssociatedPolicyList.member = Shapes::ShapeRef.new(shape: AssociatedPolicy)
|
|
358
|
+
|
|
359
|
+
AssociatedRule.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "ruleArn"))
|
|
360
|
+
AssociatedRule.struct_class = Types::AssociatedRule
|
|
361
|
+
|
|
362
|
+
AssociatedRuleList.member = Shapes::ShapeRef.new(shape: AssociatedRule)
|
|
363
|
+
|
|
364
|
+
AssociatedScope.add_member(:scope_arn, Shapes::ShapeRef.new(shape: ScopeArn, required: true, location_name: "scopeArn"))
|
|
365
|
+
AssociatedScope.struct_class = Types::AssociatedScope
|
|
366
|
+
|
|
367
|
+
AssociatedScopeList.member = Shapes::ShapeRef.new(shape: AssociatedScope)
|
|
368
|
+
|
|
369
|
+
AssociatedTemplateAndRuleList.member = Shapes::ShapeRef.new(shape: AssociatedTemplateOrRule)
|
|
370
|
+
|
|
371
|
+
AssociatedTemplateOrRule.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "templateArn"))
|
|
372
|
+
AssociatedTemplateOrRule.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "ruleArn"))
|
|
373
|
+
AssociatedTemplateOrRule.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
374
|
+
AssociatedTemplateOrRule.add_member_subclass(:template_arn, Types::AssociatedTemplateOrRule::TemplateArn)
|
|
375
|
+
AssociatedTemplateOrRule.add_member_subclass(:rule_arn, Types::AssociatedTemplateOrRule::RuleArn)
|
|
376
|
+
AssociatedTemplateOrRule.add_member_subclass(:unknown, Types::AssociatedTemplateOrRule::Unknown)
|
|
377
|
+
AssociatedTemplateOrRule.struct_class = Types::AssociatedTemplateOrRule
|
|
378
|
+
|
|
379
|
+
ConfigurationIssue.add_member(:configuration_name, Shapes::ShapeRef.new(shape: String, location_name: "configurationName"))
|
|
380
|
+
ConfigurationIssue.add_member(:expected_value, Shapes::ShapeRef.new(shape: String, location_name: "expectedValue"))
|
|
381
|
+
ConfigurationIssue.add_member(:actual_value, Shapes::ShapeRef.new(shape: String, location_name: "actualValue"))
|
|
382
|
+
ConfigurationIssue.struct_class = Types::ConfigurationIssue
|
|
383
|
+
|
|
384
|
+
ConfigurationIssueList.member = Shapes::ShapeRef.new(shape: ConfigurationIssue)
|
|
385
|
+
|
|
386
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
387
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
388
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
389
|
+
ConflictException.struct_class = Types::ConflictException
|
|
390
|
+
|
|
391
|
+
CreateDeploymentInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
392
|
+
CreateDeploymentInput.add_member(:deployment_name, Shapes::ShapeRef.new(shape: DeploymentName, required: true, location_name: "deploymentName"))
|
|
393
|
+
CreateDeploymentInput.add_member(:deployment_description, Shapes::ShapeRef.new(shape: Description, location_name: "deploymentDescription"))
|
|
394
|
+
CreateDeploymentInput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, required: true, location_name: "deploymentConfiguration"))
|
|
395
|
+
CreateDeploymentInput.add_member(:associated_policy_list, Shapes::ShapeRef.new(shape: PolicyReferenceList, required: true, location_name: "associatedPolicyList"))
|
|
396
|
+
CreateDeploymentInput.add_member(:associated_scope_list, Shapes::ShapeRef.new(shape: ScopeReferenceList, required: true, location_name: "associatedScopeList"))
|
|
397
|
+
CreateDeploymentInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, location_name: "isPublished"))
|
|
398
|
+
CreateDeploymentInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
399
|
+
CreateDeploymentInput.struct_class = Types::CreateDeploymentInput
|
|
400
|
+
|
|
401
|
+
CreateDeploymentOutput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "deploymentId"))
|
|
402
|
+
CreateDeploymentOutput.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "deploymentArn"))
|
|
403
|
+
CreateDeploymentOutput.add_member(:deployment_name, Shapes::ShapeRef.new(shape: DeploymentName, required: true, location_name: "deploymentName"))
|
|
404
|
+
CreateDeploymentOutput.add_member(:deployment_description, Shapes::ShapeRef.new(shape: Description, location_name: "deploymentDescription"))
|
|
405
|
+
CreateDeploymentOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
406
|
+
CreateDeploymentOutput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
|
|
407
|
+
CreateDeploymentOutput.add_member(:associated_policy_list, Shapes::ShapeRef.new(shape: AssociatedPolicyList, required: true, location_name: "associatedPolicyList"))
|
|
408
|
+
CreateDeploymentOutput.add_member(:associated_scope_list, Shapes::ShapeRef.new(shape: AssociatedScopeList, required: true, location_name: "associatedScopeList"))
|
|
409
|
+
CreateDeploymentOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
410
|
+
CreateDeploymentOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
411
|
+
CreateDeploymentOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
412
|
+
CreateDeploymentOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
413
|
+
CreateDeploymentOutput.add_member(:deployment_coverage, Shapes::ShapeRef.new(shape: DeploymentCoverageList, location_name: "deploymentCoverage"))
|
|
414
|
+
CreateDeploymentOutput.add_member(:warnings, Shapes::ShapeRef.new(shape: DeploymentWarningList, location_name: "warnings"))
|
|
415
|
+
CreateDeploymentOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
416
|
+
CreateDeploymentOutput.struct_class = Types::CreateDeploymentOutput
|
|
417
|
+
|
|
418
|
+
CreateDeploymentSnapshotInput.add_member(:deployment_identifier, Shapes::ShapeRef.new(shape: DeploymentIdentifier, required: true, location: "uri", location_name: "deploymentIdentifier"))
|
|
419
|
+
CreateDeploymentSnapshotInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
420
|
+
CreateDeploymentSnapshotInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
421
|
+
CreateDeploymentSnapshotInput.struct_class = Types::CreateDeploymentSnapshotInput
|
|
422
|
+
|
|
423
|
+
CreateDeploymentSnapshotOutput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "deploymentId"))
|
|
424
|
+
CreateDeploymentSnapshotOutput.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "deploymentArn"))
|
|
425
|
+
CreateDeploymentSnapshotOutput.add_member(:deployment_name, Shapes::ShapeRef.new(shape: DeploymentName, required: true, location_name: "deploymentName"))
|
|
426
|
+
CreateDeploymentSnapshotOutput.add_member(:deployment_description, Shapes::ShapeRef.new(shape: Description, location_name: "deploymentDescription"))
|
|
427
|
+
CreateDeploymentSnapshotOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
428
|
+
CreateDeploymentSnapshotOutput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
|
|
429
|
+
CreateDeploymentSnapshotOutput.add_member(:associated_policy_list, Shapes::ShapeRef.new(shape: AssociatedPolicyList, required: true, location_name: "associatedPolicyList"))
|
|
430
|
+
CreateDeploymentSnapshotOutput.add_member(:associated_scope_list, Shapes::ShapeRef.new(shape: AssociatedScopeList, required: true, location_name: "associatedScopeList"))
|
|
431
|
+
CreateDeploymentSnapshotOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
432
|
+
CreateDeploymentSnapshotOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
433
|
+
CreateDeploymentSnapshotOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
434
|
+
CreateDeploymentSnapshotOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
435
|
+
CreateDeploymentSnapshotOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
436
|
+
CreateDeploymentSnapshotOutput.struct_class = Types::CreateDeploymentSnapshotOutput
|
|
437
|
+
|
|
438
|
+
CreatePolicyInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
439
|
+
CreatePolicyInput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "policyName"))
|
|
440
|
+
CreatePolicyInput.add_member(:policy_description, Shapes::ShapeRef.new(shape: Description, location_name: "policyDescription"))
|
|
441
|
+
CreatePolicyInput.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
442
|
+
CreatePolicyInput.add_member(:associated_template_and_rule_list, Shapes::ShapeRef.new(shape: TemplateAndRuleReferenceList, location_name: "associatedTemplateAndRuleList"))
|
|
443
|
+
CreatePolicyInput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, required: true, location_name: "firewallType"))
|
|
444
|
+
CreatePolicyInput.add_member(:policy_configuration, Shapes::ShapeRef.new(shape: PolicyConfiguration, required: true, location_name: "policyConfiguration"))
|
|
445
|
+
CreatePolicyInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, location_name: "isPublished"))
|
|
446
|
+
CreatePolicyInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
447
|
+
CreatePolicyInput.struct_class = Types::CreatePolicyInput
|
|
448
|
+
|
|
449
|
+
CreatePolicyOutput.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "policyId"))
|
|
450
|
+
CreatePolicyOutput.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
451
|
+
CreatePolicyOutput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "policyName"))
|
|
452
|
+
CreatePolicyOutput.add_member(:policy_description, Shapes::ShapeRef.new(shape: Description, location_name: "policyDescription"))
|
|
453
|
+
CreatePolicyOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
454
|
+
CreatePolicyOutput.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
455
|
+
CreatePolicyOutput.add_member(:associated_template_and_rule_list, Shapes::ShapeRef.new(shape: AssociatedTemplateAndRuleList, required: true, location_name: "associatedTemplateAndRuleList"))
|
|
456
|
+
CreatePolicyOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
457
|
+
CreatePolicyOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
458
|
+
CreatePolicyOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
459
|
+
CreatePolicyOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
460
|
+
CreatePolicyOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, required: true, location_name: "firewallType"))
|
|
461
|
+
CreatePolicyOutput.add_member(:policy_configuration, Shapes::ShapeRef.new(shape: PolicyConfiguration, location_name: "policyConfiguration"))
|
|
462
|
+
CreatePolicyOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
463
|
+
CreatePolicyOutput.struct_class = Types::CreatePolicyOutput
|
|
464
|
+
|
|
465
|
+
CreatePolicySnapshotInput.add_member(:policy_identifier, Shapes::ShapeRef.new(shape: PolicyIdentifier, required: true, location: "uri", location_name: "policyIdentifier"))
|
|
466
|
+
CreatePolicySnapshotInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
467
|
+
CreatePolicySnapshotInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
468
|
+
CreatePolicySnapshotInput.struct_class = Types::CreatePolicySnapshotInput
|
|
469
|
+
|
|
470
|
+
CreatePolicySnapshotOutput.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "policyId"))
|
|
471
|
+
CreatePolicySnapshotOutput.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
472
|
+
CreatePolicySnapshotOutput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "policyName"))
|
|
473
|
+
CreatePolicySnapshotOutput.add_member(:policy_description, Shapes::ShapeRef.new(shape: Description, location_name: "policyDescription"))
|
|
474
|
+
CreatePolicySnapshotOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
475
|
+
CreatePolicySnapshotOutput.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
476
|
+
CreatePolicySnapshotOutput.add_member(:associated_template_and_rule_list, Shapes::ShapeRef.new(shape: AssociatedTemplateAndRuleList, required: true, location_name: "associatedTemplateAndRuleList"))
|
|
477
|
+
CreatePolicySnapshotOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
478
|
+
CreatePolicySnapshotOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
479
|
+
CreatePolicySnapshotOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
480
|
+
CreatePolicySnapshotOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
481
|
+
CreatePolicySnapshotOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, required: true, location_name: "firewallType"))
|
|
482
|
+
CreatePolicySnapshotOutput.add_member(:policy_configuration, Shapes::ShapeRef.new(shape: PolicyConfiguration, location_name: "policyConfiguration"))
|
|
483
|
+
CreatePolicySnapshotOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
484
|
+
CreatePolicySnapshotOutput.struct_class = Types::CreatePolicySnapshotOutput
|
|
485
|
+
|
|
486
|
+
CreateRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
487
|
+
CreateRuleInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "ruleName"))
|
|
488
|
+
CreateRuleInput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, required: true, location_name: "firewallType"))
|
|
489
|
+
CreateRuleInput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, required: true, location_name: "ruleType"))
|
|
490
|
+
CreateRuleInput.add_member(:rule_description, Shapes::ShapeRef.new(shape: Description, location_name: "ruleDescription"))
|
|
491
|
+
CreateRuleInput.add_member(:configuration, Shapes::ShapeRef.new(shape: JsonDocument, required: true, location_name: "configuration"))
|
|
492
|
+
CreateRuleInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, location_name: "isPublished"))
|
|
493
|
+
CreateRuleInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
494
|
+
CreateRuleInput.struct_class = Types::CreateRuleInput
|
|
495
|
+
|
|
496
|
+
CreateRuleOutput.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "ruleId"))
|
|
497
|
+
CreateRuleOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "ruleArn"))
|
|
498
|
+
CreateRuleOutput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "ruleName"))
|
|
499
|
+
CreateRuleOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, required: true, location_name: "firewallType"))
|
|
500
|
+
CreateRuleOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
|
|
501
|
+
CreateRuleOutput.add_member(:rule_description, Shapes::ShapeRef.new(shape: Description, location_name: "ruleDescription"))
|
|
502
|
+
CreateRuleOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: JsonDocument, required: true, location_name: "configuration"))
|
|
503
|
+
CreateRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
504
|
+
CreateRuleOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
505
|
+
CreateRuleOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
506
|
+
CreateRuleOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
507
|
+
CreateRuleOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
508
|
+
CreateRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
509
|
+
CreateRuleOutput.struct_class = Types::CreateRuleOutput
|
|
510
|
+
|
|
511
|
+
CreateRuleSnapshotInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
|
512
|
+
CreateRuleSnapshotInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
513
|
+
CreateRuleSnapshotInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
514
|
+
CreateRuleSnapshotInput.struct_class = Types::CreateRuleSnapshotInput
|
|
515
|
+
|
|
516
|
+
CreateRuleSnapshotOutput.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "ruleId"))
|
|
517
|
+
CreateRuleSnapshotOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "ruleArn"))
|
|
518
|
+
CreateRuleSnapshotOutput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "ruleName"))
|
|
519
|
+
CreateRuleSnapshotOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, required: true, location_name: "firewallType"))
|
|
520
|
+
CreateRuleSnapshotOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
|
|
521
|
+
CreateRuleSnapshotOutput.add_member(:rule_description, Shapes::ShapeRef.new(shape: Description, location_name: "ruleDescription"))
|
|
522
|
+
CreateRuleSnapshotOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: JsonDocument, required: true, location_name: "configuration"))
|
|
523
|
+
CreateRuleSnapshotOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
524
|
+
CreateRuleSnapshotOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
525
|
+
CreateRuleSnapshotOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
526
|
+
CreateRuleSnapshotOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
527
|
+
CreateRuleSnapshotOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
528
|
+
CreateRuleSnapshotOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
529
|
+
CreateRuleSnapshotOutput.struct_class = Types::CreateRuleSnapshotOutput
|
|
530
|
+
|
|
531
|
+
CreateScopeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
532
|
+
CreateScopeInput.add_member(:scope_name, Shapes::ShapeRef.new(shape: ScopeName, required: true, location_name: "scopeName"))
|
|
533
|
+
CreateScopeInput.add_member(:scope_description, Shapes::ShapeRef.new(shape: Description, location_name: "scopeDescription"))
|
|
534
|
+
CreateScopeInput.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, required: true, location_name: "scopeConfiguration"))
|
|
535
|
+
CreateScopeInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, location_name: "isPublished"))
|
|
536
|
+
CreateScopeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
537
|
+
CreateScopeInput.struct_class = Types::CreateScopeInput
|
|
538
|
+
|
|
539
|
+
CreateScopeOutput.add_member(:scope_id, Shapes::ShapeRef.new(shape: ScopeId, required: true, location_name: "scopeId"))
|
|
540
|
+
CreateScopeOutput.add_member(:scope_arn, Shapes::ShapeRef.new(shape: ScopeArn, required: true, location_name: "scopeArn"))
|
|
541
|
+
CreateScopeOutput.add_member(:scope_name, Shapes::ShapeRef.new(shape: ScopeName, required: true, location_name: "scopeName"))
|
|
542
|
+
CreateScopeOutput.add_member(:scope_description, Shapes::ShapeRef.new(shape: Description, location_name: "scopeDescription"))
|
|
543
|
+
CreateScopeOutput.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
|
|
544
|
+
CreateScopeOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
545
|
+
CreateScopeOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
546
|
+
CreateScopeOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
547
|
+
CreateScopeOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
548
|
+
CreateScopeOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
549
|
+
CreateScopeOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
550
|
+
CreateScopeOutput.struct_class = Types::CreateScopeOutput
|
|
551
|
+
|
|
552
|
+
CreateScopeSnapshotInput.add_member(:scope_identifier, Shapes::ShapeRef.new(shape: ScopeIdentifier, required: true, location: "uri", location_name: "scopeIdentifier"))
|
|
553
|
+
CreateScopeSnapshotInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
554
|
+
CreateScopeSnapshotInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
555
|
+
CreateScopeSnapshotInput.struct_class = Types::CreateScopeSnapshotInput
|
|
556
|
+
|
|
557
|
+
CreateScopeSnapshotOutput.add_member(:scope_id, Shapes::ShapeRef.new(shape: ScopeId, required: true, location_name: "scopeId"))
|
|
558
|
+
CreateScopeSnapshotOutput.add_member(:scope_arn, Shapes::ShapeRef.new(shape: ScopeArn, required: true, location_name: "scopeArn"))
|
|
559
|
+
CreateScopeSnapshotOutput.add_member(:scope_name, Shapes::ShapeRef.new(shape: ScopeName, required: true, location_name: "scopeName"))
|
|
560
|
+
CreateScopeSnapshotOutput.add_member(:scope_description, Shapes::ShapeRef.new(shape: Description, location_name: "scopeDescription"))
|
|
561
|
+
CreateScopeSnapshotOutput.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
|
|
562
|
+
CreateScopeSnapshotOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
563
|
+
CreateScopeSnapshotOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
564
|
+
CreateScopeSnapshotOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
565
|
+
CreateScopeSnapshotOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
566
|
+
CreateScopeSnapshotOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
567
|
+
CreateScopeSnapshotOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
568
|
+
CreateScopeSnapshotOutput.struct_class = Types::CreateScopeSnapshotOutput
|
|
569
|
+
|
|
570
|
+
CreateTemplateInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
571
|
+
CreateTemplateInput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
|
|
572
|
+
CreateTemplateInput.add_member(:template_description, Shapes::ShapeRef.new(shape: Description, location_name: "templateDescription"))
|
|
573
|
+
CreateTemplateInput.add_member(:associated_rule_list, Shapes::ShapeRef.new(shape: RuleReferenceList, required: true, location_name: "associatedRuleList"))
|
|
574
|
+
CreateTemplateInput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: TemplateFirewallType, required: true, location_name: "firewallType"))
|
|
575
|
+
CreateTemplateInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, location_name: "isPublished"))
|
|
576
|
+
CreateTemplateInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
577
|
+
CreateTemplateInput.struct_class = Types::CreateTemplateInput
|
|
578
|
+
|
|
579
|
+
CreateTemplateOutput.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
|
580
|
+
CreateTemplateOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
|
581
|
+
CreateTemplateOutput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
|
|
582
|
+
CreateTemplateOutput.add_member(:template_description, Shapes::ShapeRef.new(shape: Description, location_name: "templateDescription"))
|
|
583
|
+
CreateTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
584
|
+
CreateTemplateOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
585
|
+
CreateTemplateOutput.add_member(:associated_rule_list, Shapes::ShapeRef.new(shape: AssociatedRuleList, required: true, location_name: "associatedRuleList"))
|
|
586
|
+
CreateTemplateOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
587
|
+
CreateTemplateOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
588
|
+
CreateTemplateOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
589
|
+
CreateTemplateOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: TemplateFirewallType, required: true, location_name: "firewallType"))
|
|
590
|
+
CreateTemplateOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
591
|
+
CreateTemplateOutput.struct_class = Types::CreateTemplateOutput
|
|
592
|
+
|
|
593
|
+
CreateTemplateSnapshotInput.add_member(:template_identifier, Shapes::ShapeRef.new(shape: TemplateIdentifier, required: true, location: "uri", location_name: "templateIdentifier"))
|
|
594
|
+
CreateTemplateSnapshotInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
595
|
+
CreateTemplateSnapshotInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
596
|
+
CreateTemplateSnapshotInput.struct_class = Types::CreateTemplateSnapshotInput
|
|
597
|
+
|
|
598
|
+
CreateTemplateSnapshotOutput.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
|
599
|
+
CreateTemplateSnapshotOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
|
600
|
+
CreateTemplateSnapshotOutput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
|
|
601
|
+
CreateTemplateSnapshotOutput.add_member(:template_description, Shapes::ShapeRef.new(shape: Description, location_name: "templateDescription"))
|
|
602
|
+
CreateTemplateSnapshotOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
603
|
+
CreateTemplateSnapshotOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
604
|
+
CreateTemplateSnapshotOutput.add_member(:associated_rule_list, Shapes::ShapeRef.new(shape: AssociatedRuleList, required: true, location_name: "associatedRuleList"))
|
|
605
|
+
CreateTemplateSnapshotOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
606
|
+
CreateTemplateSnapshotOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
607
|
+
CreateTemplateSnapshotOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
608
|
+
CreateTemplateSnapshotOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: TemplateFirewallType, required: true, location_name: "firewallType"))
|
|
609
|
+
CreateTemplateSnapshotOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
610
|
+
CreateTemplateSnapshotOutput.struct_class = Types::CreateTemplateSnapshotOutput
|
|
611
|
+
|
|
612
|
+
DeleteAdminAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "accountId"))
|
|
613
|
+
DeleteAdminAccountRequest.struct_class = Types::DeleteAdminAccountRequest
|
|
614
|
+
|
|
615
|
+
DeleteDeploymentInput.add_member(:deployment_identifier, Shapes::ShapeRef.new(shape: DeploymentIdentifier, required: true, location: "uri", location_name: "deploymentIdentifier"))
|
|
616
|
+
DeleteDeploymentInput.struct_class = Types::DeleteDeploymentInput
|
|
617
|
+
|
|
618
|
+
DeletePolicyInput.add_member(:policy_identifier, Shapes::ShapeRef.new(shape: PolicyIdentifier, required: true, location: "uri", location_name: "policyIdentifier"))
|
|
619
|
+
DeletePolicyInput.struct_class = Types::DeletePolicyInput
|
|
620
|
+
|
|
621
|
+
DeleteRuleInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
|
622
|
+
DeleteRuleInput.struct_class = Types::DeleteRuleInput
|
|
623
|
+
|
|
624
|
+
DeleteScopeInput.add_member(:scope_identifier, Shapes::ShapeRef.new(shape: ScopeIdentifier, required: true, location: "uri", location_name: "scopeIdentifier"))
|
|
625
|
+
DeleteScopeInput.struct_class = Types::DeleteScopeInput
|
|
626
|
+
|
|
627
|
+
DeleteTemplateInput.add_member(:template_identifier, Shapes::ShapeRef.new(shape: TemplateIdentifier, required: true, location: "uri", location_name: "templateIdentifier"))
|
|
628
|
+
DeleteTemplateInput.struct_class = Types::DeleteTemplateInput
|
|
629
|
+
|
|
630
|
+
DeploymentConfiguration.add_member(:enable_cross_account_visibility, Shapes::ShapeRef.new(shape: EnableCrossAccountVisibility, required: true, location_name: "enableCrossAccountVisibility"))
|
|
631
|
+
DeploymentConfiguration.struct_class = Types::DeploymentConfiguration
|
|
632
|
+
|
|
633
|
+
DeploymentCoverageEntry.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, required: true, location_name: "firewallType"))
|
|
634
|
+
DeploymentCoverageEntry.add_member(:policy_arns, Shapes::ShapeRef.new(shape: DeploymentPolicyArnList, required: true, location_name: "policyArns"))
|
|
635
|
+
DeploymentCoverageEntry.add_member(:in_scope_resource_types, Shapes::ShapeRef.new(shape: DeploymentResourceTypeList, required: true, location_name: "inScopeResourceTypes"))
|
|
636
|
+
DeploymentCoverageEntry.struct_class = Types::DeploymentCoverageEntry
|
|
637
|
+
|
|
638
|
+
DeploymentCoverageList.member = Shapes::ShapeRef.new(shape: DeploymentCoverageEntry)
|
|
639
|
+
|
|
640
|
+
DeploymentPolicyArnList.member = Shapes::ShapeRef.new(shape: PolicyArn)
|
|
641
|
+
|
|
642
|
+
DeploymentResourceTypeList.member = Shapes::ShapeRef.new(shape: ScopeResourceType)
|
|
643
|
+
|
|
644
|
+
DeploymentSummary.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "deploymentId"))
|
|
645
|
+
DeploymentSummary.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "deploymentArn"))
|
|
646
|
+
DeploymentSummary.add_member(:deployment_name, Shapes::ShapeRef.new(shape: DeploymentName, location_name: "deploymentName"))
|
|
647
|
+
DeploymentSummary.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, location_name: "status"))
|
|
648
|
+
DeploymentSummary.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "version"))
|
|
649
|
+
DeploymentSummary.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
650
|
+
DeploymentSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
651
|
+
DeploymentSummary.struct_class = Types::DeploymentSummary
|
|
652
|
+
|
|
653
|
+
DeploymentSummaryList.member = Shapes::ShapeRef.new(shape: DeploymentSummary)
|
|
654
|
+
|
|
655
|
+
DeploymentWarningEntry.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
|
656
|
+
DeploymentWarningEntry.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
657
|
+
DeploymentWarningEntry.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
658
|
+
DeploymentWarningEntry.struct_class = Types::DeploymentWarningEntry
|
|
659
|
+
|
|
660
|
+
DeploymentWarningList.member = Shapes::ShapeRef.new(shape: DeploymentWarningEntry)
|
|
661
|
+
|
|
662
|
+
FirewallSyncReason.add_member(:missing_firewall, Shapes::ShapeRef.new(shape: String, location_name: "missingFirewall"))
|
|
663
|
+
FirewallSyncReason.add_member(:invalid_firewall, Shapes::ShapeRef.new(shape: InvalidFirewallReasons, location_name: "invalidFirewall"))
|
|
664
|
+
FirewallSyncReason.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
665
|
+
FirewallSyncReason.add_member_subclass(:missing_firewall, Types::FirewallSyncReason::MissingFirewall)
|
|
666
|
+
FirewallSyncReason.add_member_subclass(:invalid_firewall, Types::FirewallSyncReason::InvalidFirewall)
|
|
667
|
+
FirewallSyncReason.add_member_subclass(:unknown, Types::FirewallSyncReason::Unknown)
|
|
668
|
+
FirewallSyncReason.struct_class = Types::FirewallSyncReason
|
|
669
|
+
|
|
670
|
+
FirewallTypeList.member = Shapes::ShapeRef.new(shape: PolicyFirewallType)
|
|
671
|
+
|
|
672
|
+
GenerateRuleConfigurationRequest.add_member(:prompt, Shapes::ShapeRef.new(shape: GenerateRuleConfigurationRequestPromptString, required: true, location_name: "prompt"))
|
|
673
|
+
GenerateRuleConfigurationRequest.add_member(:rule_firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, required: true, location_name: "ruleFirewallType"))
|
|
674
|
+
GenerateRuleConfigurationRequest.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, required: true, location_name: "ruleType"))
|
|
675
|
+
GenerateRuleConfigurationRequest.add_member(:waf_config_data_type, Shapes::ShapeRef.new(shape: WAFConfigDataType, location_name: "wafConfigDataType"))
|
|
676
|
+
GenerateRuleConfigurationRequest.add_member(:current_configuration, Shapes::ShapeRef.new(shape: GenerateRuleConfigurationRequestCurrentConfigurationString, location_name: "currentConfiguration"))
|
|
677
|
+
GenerateRuleConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
678
|
+
GenerateRuleConfigurationRequest.struct_class = Types::GenerateRuleConfigurationRequest
|
|
679
|
+
|
|
680
|
+
GenerateRuleConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: GenerateRuleConfigurationResponseConfigurationString, required: true, location_name: "configuration"))
|
|
681
|
+
GenerateRuleConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
682
|
+
GenerateRuleConfigurationResponse.struct_class = Types::GenerateRuleConfigurationResponse
|
|
683
|
+
|
|
684
|
+
GetAdminAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "accountId"))
|
|
685
|
+
GetAdminAccountRequest.struct_class = Types::GetAdminAccountRequest
|
|
686
|
+
|
|
687
|
+
GetAdminAccountResponse.add_member(:admin_account_details, Shapes::ShapeRef.new(shape: AdminAccountDetails, location_name: "adminAccountDetails"))
|
|
688
|
+
GetAdminAccountResponse.struct_class = Types::GetAdminAccountResponse
|
|
689
|
+
|
|
690
|
+
GetDeploymentInput.add_member(:deployment_identifier, Shapes::ShapeRef.new(shape: DeploymentIdentifier, required: true, location: "uri", location_name: "deploymentIdentifier"))
|
|
691
|
+
GetDeploymentInput.struct_class = Types::GetDeploymentInput
|
|
692
|
+
|
|
693
|
+
GetDeploymentOutput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "deploymentId"))
|
|
694
|
+
GetDeploymentOutput.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "deploymentArn"))
|
|
695
|
+
GetDeploymentOutput.add_member(:deployment_name, Shapes::ShapeRef.new(shape: DeploymentName, required: true, location_name: "deploymentName"))
|
|
696
|
+
GetDeploymentOutput.add_member(:deployment_description, Shapes::ShapeRef.new(shape: Description, location_name: "deploymentDescription"))
|
|
697
|
+
GetDeploymentOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
698
|
+
GetDeploymentOutput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
|
|
699
|
+
GetDeploymentOutput.add_member(:associated_policy_list, Shapes::ShapeRef.new(shape: AssociatedPolicyList, required: true, location_name: "associatedPolicyList"))
|
|
700
|
+
GetDeploymentOutput.add_member(:associated_scope_list, Shapes::ShapeRef.new(shape: AssociatedScopeList, required: true, location_name: "associatedScopeList"))
|
|
701
|
+
GetDeploymentOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
702
|
+
GetDeploymentOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
703
|
+
GetDeploymentOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
704
|
+
GetDeploymentOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
705
|
+
GetDeploymentOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
706
|
+
GetDeploymentOutput.add_member(:deployment_coverage, Shapes::ShapeRef.new(shape: DeploymentCoverageList, location_name: "deploymentCoverage"))
|
|
707
|
+
GetDeploymentOutput.add_member(:warnings, Shapes::ShapeRef.new(shape: DeploymentWarningList, location_name: "warnings"))
|
|
708
|
+
GetDeploymentOutput.struct_class = Types::GetDeploymentOutput
|
|
709
|
+
|
|
710
|
+
GetPolicyInput.add_member(:policy_identifier, Shapes::ShapeRef.new(shape: PolicyIdentifier, required: true, location: "uri", location_name: "policyIdentifier"))
|
|
711
|
+
GetPolicyInput.struct_class = Types::GetPolicyInput
|
|
712
|
+
|
|
713
|
+
GetPolicyOutput.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "policyId"))
|
|
714
|
+
GetPolicyOutput.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
715
|
+
GetPolicyOutput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "policyName"))
|
|
716
|
+
GetPolicyOutput.add_member(:policy_description, Shapes::ShapeRef.new(shape: Description, location_name: "policyDescription"))
|
|
717
|
+
GetPolicyOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
718
|
+
GetPolicyOutput.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
719
|
+
GetPolicyOutput.add_member(:associated_template_and_rule_list, Shapes::ShapeRef.new(shape: AssociatedTemplateAndRuleList, required: true, location_name: "associatedTemplateAndRuleList"))
|
|
720
|
+
GetPolicyOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
721
|
+
GetPolicyOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
722
|
+
GetPolicyOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
723
|
+
GetPolicyOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
724
|
+
GetPolicyOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, required: true, location_name: "firewallType"))
|
|
725
|
+
GetPolicyOutput.add_member(:policy_configuration, Shapes::ShapeRef.new(shape: PolicyConfiguration, location_name: "policyConfiguration"))
|
|
726
|
+
GetPolicyOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
727
|
+
GetPolicyOutput.struct_class = Types::GetPolicyOutput
|
|
728
|
+
|
|
729
|
+
GetRuleInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
|
730
|
+
GetRuleInput.struct_class = Types::GetRuleInput
|
|
731
|
+
|
|
732
|
+
GetRuleOutput.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "ruleId"))
|
|
733
|
+
GetRuleOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "ruleArn"))
|
|
734
|
+
GetRuleOutput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "ruleName"))
|
|
735
|
+
GetRuleOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, required: true, location_name: "firewallType"))
|
|
736
|
+
GetRuleOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
|
|
737
|
+
GetRuleOutput.add_member(:rule_description, Shapes::ShapeRef.new(shape: Description, location_name: "ruleDescription"))
|
|
738
|
+
GetRuleOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: JsonDocument, required: true, location_name: "configuration"))
|
|
739
|
+
GetRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
740
|
+
GetRuleOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
741
|
+
GetRuleOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
742
|
+
GetRuleOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
743
|
+
GetRuleOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
744
|
+
GetRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
745
|
+
GetRuleOutput.struct_class = Types::GetRuleOutput
|
|
746
|
+
|
|
747
|
+
GetScopeInput.add_member(:scope_identifier, Shapes::ShapeRef.new(shape: ScopeIdentifier, required: true, location: "uri", location_name: "scopeIdentifier"))
|
|
748
|
+
GetScopeInput.struct_class = Types::GetScopeInput
|
|
749
|
+
|
|
750
|
+
GetScopeOutput.add_member(:scope_id, Shapes::ShapeRef.new(shape: ScopeId, required: true, location_name: "scopeId"))
|
|
751
|
+
GetScopeOutput.add_member(:scope_arn, Shapes::ShapeRef.new(shape: ScopeArn, required: true, location_name: "scopeArn"))
|
|
752
|
+
GetScopeOutput.add_member(:scope_name, Shapes::ShapeRef.new(shape: ScopeName, required: true, location_name: "scopeName"))
|
|
753
|
+
GetScopeOutput.add_member(:scope_description, Shapes::ShapeRef.new(shape: Description, location_name: "scopeDescription"))
|
|
754
|
+
GetScopeOutput.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
|
|
755
|
+
GetScopeOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
756
|
+
GetScopeOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
757
|
+
GetScopeOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
758
|
+
GetScopeOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
759
|
+
GetScopeOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
760
|
+
GetScopeOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
761
|
+
GetScopeOutput.struct_class = Types::GetScopeOutput
|
|
762
|
+
|
|
763
|
+
GetTemplateInput.add_member(:template_identifier, Shapes::ShapeRef.new(shape: TemplateIdentifier, required: true, location: "uri", location_name: "templateIdentifier"))
|
|
764
|
+
GetTemplateInput.struct_class = Types::GetTemplateInput
|
|
765
|
+
|
|
766
|
+
GetTemplateOutput.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
|
767
|
+
GetTemplateOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
|
768
|
+
GetTemplateOutput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
|
|
769
|
+
GetTemplateOutput.add_member(:template_description, Shapes::ShapeRef.new(shape: Description, location_name: "templateDescription"))
|
|
770
|
+
GetTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
771
|
+
GetTemplateOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
772
|
+
GetTemplateOutput.add_member(:associated_rule_list, Shapes::ShapeRef.new(shape: AssociatedRuleList, required: true, location_name: "associatedRuleList"))
|
|
773
|
+
GetTemplateOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
774
|
+
GetTemplateOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
775
|
+
GetTemplateOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
776
|
+
GetTemplateOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: TemplateFirewallType, required: true, location_name: "firewallType"))
|
|
777
|
+
GetTemplateOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
778
|
+
GetTemplateOutput.struct_class = Types::GetTemplateOutput
|
|
779
|
+
|
|
780
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
781
|
+
InternalServerException.struct_class = Types::InternalServerException
|
|
782
|
+
|
|
783
|
+
InvalidFirewallReasons.add_member(:incorrect_single_value_configurations, Shapes::ShapeRef.new(shape: ConfigurationIssueList, location_name: "incorrectSingleValueConfigurations"))
|
|
784
|
+
InvalidFirewallReasons.add_member(:missing_appendable_configuration_values, Shapes::ShapeRef.new(shape: ConfigurationIssueList, location_name: "missingAppendableConfigurationValues"))
|
|
785
|
+
InvalidFirewallReasons.add_member(:unexpected_appendable_configuration_values, Shapes::ShapeRef.new(shape: ConfigurationIssueList, location_name: "unexpectedAppendableConfigurationValues"))
|
|
786
|
+
InvalidFirewallReasons.add_member(:incorrect_appendable_configuration_order, Shapes::ShapeRef.new(shape: ConfigurationIssueList, location_name: "incorrectAppendableConfigurationOrder"))
|
|
787
|
+
InvalidFirewallReasons.add_member(:missing_mergeable_configuration_values, Shapes::ShapeRef.new(shape: ConfigurationIssueList, location_name: "missingMergeableConfigurationValues"))
|
|
788
|
+
InvalidFirewallReasons.add_member(:unexpected_mergeable_configuration_values, Shapes::ShapeRef.new(shape: ConfigurationIssueList, location_name: "unexpectedMergeableConfigurationValues"))
|
|
789
|
+
InvalidFirewallReasons.struct_class = Types::InvalidFirewallReasons
|
|
790
|
+
|
|
791
|
+
ListAdminAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
792
|
+
ListAdminAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
793
|
+
ListAdminAccountsRequest.struct_class = Types::ListAdminAccountsRequest
|
|
794
|
+
|
|
795
|
+
ListAdminAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
796
|
+
ListAdminAccountsResponse.add_member(:admin_accounts, Shapes::ShapeRef.new(shape: AdminAccountSummaryList, required: true, location_name: "adminAccounts"))
|
|
797
|
+
ListAdminAccountsResponse.struct_class = Types::ListAdminAccountsResponse
|
|
798
|
+
|
|
799
|
+
ListAggregateResourceSynchronizationStatusesInput.add_member(:synchronization_status, Shapes::ShapeRef.new(shape: SynchronizationStatus, location: "querystring", location_name: "synchronizationStatus"))
|
|
800
|
+
ListAggregateResourceSynchronizationStatusesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
801
|
+
ListAggregateResourceSynchronizationStatusesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
802
|
+
ListAggregateResourceSynchronizationStatusesInput.struct_class = Types::ListAggregateResourceSynchronizationStatusesInput
|
|
803
|
+
|
|
804
|
+
ListAggregateResourceSynchronizationStatusesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
805
|
+
ListAggregateResourceSynchronizationStatusesOutput.add_member(:resource_synchronization_statuses, Shapes::ShapeRef.new(shape: ResourceSynchronizationStatusSummaryList, required: true, location_name: "resourceSynchronizationStatuses"))
|
|
806
|
+
ListAggregateResourceSynchronizationStatusesOutput.struct_class = Types::ListAggregateResourceSynchronizationStatusesOutput
|
|
807
|
+
|
|
808
|
+
ListDeploymentSnapshotsInput.add_member(:deployment_identifier, Shapes::ShapeRef.new(shape: DeploymentIdentifier, required: true, location: "uri", location_name: "deploymentIdentifier"))
|
|
809
|
+
ListDeploymentSnapshotsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
810
|
+
ListDeploymentSnapshotsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
811
|
+
ListDeploymentSnapshotsInput.struct_class = Types::ListDeploymentSnapshotsInput
|
|
812
|
+
|
|
813
|
+
ListDeploymentSnapshotsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
814
|
+
ListDeploymentSnapshotsOutput.add_member(:snapshots, Shapes::ShapeRef.new(shape: DeploymentSummaryList, required: true, location_name: "snapshots"))
|
|
815
|
+
ListDeploymentSnapshotsOutput.struct_class = Types::ListDeploymentSnapshotsOutput
|
|
816
|
+
|
|
817
|
+
ListDeploymentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
818
|
+
ListDeploymentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
819
|
+
ListDeploymentsInput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatusFilter, location: "querystring", location_name: "status"))
|
|
820
|
+
ListDeploymentsInput.struct_class = Types::ListDeploymentsInput
|
|
821
|
+
|
|
822
|
+
ListDeploymentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
823
|
+
ListDeploymentsOutput.add_member(:deployments, Shapes::ShapeRef.new(shape: DeploymentSummaryList, required: true, location_name: "deployments"))
|
|
824
|
+
ListDeploymentsOutput.struct_class = Types::ListDeploymentsOutput
|
|
825
|
+
|
|
826
|
+
ListPoliciesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
827
|
+
ListPoliciesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
828
|
+
ListPoliciesInput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatusFilter, location: "querystring", location_name: "status"))
|
|
829
|
+
ListPoliciesInput.struct_class = Types::ListPoliciesInput
|
|
830
|
+
|
|
831
|
+
ListPoliciesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
832
|
+
ListPoliciesOutput.add_member(:policies, Shapes::ShapeRef.new(shape: PolicySummaryList, required: true, location_name: "policies"))
|
|
833
|
+
ListPoliciesOutput.struct_class = Types::ListPoliciesOutput
|
|
834
|
+
|
|
835
|
+
ListPolicySnapshotsInput.add_member(:policy_identifier, Shapes::ShapeRef.new(shape: PolicyIdentifier, required: true, location: "uri", location_name: "policyIdentifier"))
|
|
836
|
+
ListPolicySnapshotsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
837
|
+
ListPolicySnapshotsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
838
|
+
ListPolicySnapshotsInput.struct_class = Types::ListPolicySnapshotsInput
|
|
839
|
+
|
|
840
|
+
ListPolicySnapshotsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
841
|
+
ListPolicySnapshotsOutput.add_member(:snapshots, Shapes::ShapeRef.new(shape: PolicySummaryList, required: true, location_name: "snapshots"))
|
|
842
|
+
ListPolicySnapshotsOutput.struct_class = Types::ListPolicySnapshotsOutput
|
|
843
|
+
|
|
844
|
+
ListResourceAssociationsInput.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "querystring", location_name: "resourceIdentifier"))
|
|
845
|
+
ListResourceAssociationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
846
|
+
ListResourceAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
847
|
+
ListResourceAssociationsInput.struct_class = Types::ListResourceAssociationsInput
|
|
848
|
+
|
|
849
|
+
ListResourceAssociationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
850
|
+
ListResourceAssociationsOutput.add_member(:resource_associations, Shapes::ShapeRef.new(shape: ResourceAssociationList, required: true, location_name: "resourceAssociations"))
|
|
851
|
+
ListResourceAssociationsOutput.struct_class = Types::ListResourceAssociationsOutput
|
|
852
|
+
|
|
853
|
+
ListResourceSynchronizationStatusesInput.add_member(:deployment_identifier, Shapes::ShapeRef.new(shape: DeploymentIdentifier, required: true, location: "querystring", location_name: "deploymentIdentifier"))
|
|
854
|
+
ListResourceSynchronizationStatusesInput.add_member(:synchronization_status, Shapes::ShapeRef.new(shape: SynchronizationStatus, location: "querystring", location_name: "synchronizationStatus"))
|
|
855
|
+
ListResourceSynchronizationStatusesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
856
|
+
ListResourceSynchronizationStatusesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
857
|
+
ListResourceSynchronizationStatusesInput.struct_class = Types::ListResourceSynchronizationStatusesInput
|
|
858
|
+
|
|
859
|
+
ListResourceSynchronizationStatusesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
860
|
+
ListResourceSynchronizationStatusesOutput.add_member(:resource_synchronization_statuses, Shapes::ShapeRef.new(shape: ResourceSynchronizationStatusSummaryList, required: true, location_name: "resourceSynchronizationStatuses"))
|
|
861
|
+
ListResourceSynchronizationStatusesOutput.struct_class = Types::ListResourceSynchronizationStatusesOutput
|
|
862
|
+
|
|
863
|
+
ListRuleSnapshotsInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
|
864
|
+
ListRuleSnapshotsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
865
|
+
ListRuleSnapshotsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
866
|
+
ListRuleSnapshotsInput.struct_class = Types::ListRuleSnapshotsInput
|
|
867
|
+
|
|
868
|
+
ListRuleSnapshotsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
869
|
+
ListRuleSnapshotsOutput.add_member(:snapshots, Shapes::ShapeRef.new(shape: RuleSummaryList, required: true, location_name: "snapshots"))
|
|
870
|
+
ListRuleSnapshotsOutput.struct_class = Types::ListRuleSnapshotsOutput
|
|
871
|
+
|
|
872
|
+
ListRulesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
873
|
+
ListRulesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
874
|
+
ListRulesInput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatusFilter, location: "querystring", location_name: "status"))
|
|
875
|
+
ListRulesInput.struct_class = Types::ListRulesInput
|
|
876
|
+
|
|
877
|
+
ListRulesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
878
|
+
ListRulesOutput.add_member(:rules, Shapes::ShapeRef.new(shape: RuleSummaryList, required: true, location_name: "rules"))
|
|
879
|
+
ListRulesOutput.struct_class = Types::ListRulesOutput
|
|
880
|
+
|
|
881
|
+
ListScopeSnapshotsInput.add_member(:scope_identifier, Shapes::ShapeRef.new(shape: ScopeIdentifier, required: true, location: "uri", location_name: "scopeIdentifier"))
|
|
882
|
+
ListScopeSnapshotsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
883
|
+
ListScopeSnapshotsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
884
|
+
ListScopeSnapshotsInput.struct_class = Types::ListScopeSnapshotsInput
|
|
885
|
+
|
|
886
|
+
ListScopeSnapshotsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
887
|
+
ListScopeSnapshotsOutput.add_member(:snapshots, Shapes::ShapeRef.new(shape: ScopeSummaryList, required: true, location_name: "snapshots"))
|
|
888
|
+
ListScopeSnapshotsOutput.struct_class = Types::ListScopeSnapshotsOutput
|
|
889
|
+
|
|
890
|
+
ListScopesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
891
|
+
ListScopesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
892
|
+
ListScopesInput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatusFilter, location: "querystring", location_name: "status"))
|
|
893
|
+
ListScopesInput.struct_class = Types::ListScopesInput
|
|
894
|
+
|
|
895
|
+
ListScopesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
896
|
+
ListScopesOutput.add_member(:scopes, Shapes::ShapeRef.new(shape: ScopeSummaryList, required: true, location_name: "scopes"))
|
|
897
|
+
ListScopesOutput.struct_class = Types::ListScopesOutput
|
|
898
|
+
|
|
899
|
+
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
|
900
|
+
ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
|
|
901
|
+
|
|
902
|
+
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
903
|
+
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
|
904
|
+
|
|
905
|
+
ListTemplateSnapshotsInput.add_member(:template_identifier, Shapes::ShapeRef.new(shape: TemplateIdentifier, required: true, location: "uri", location_name: "templateIdentifier"))
|
|
906
|
+
ListTemplateSnapshotsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
907
|
+
ListTemplateSnapshotsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
908
|
+
ListTemplateSnapshotsInput.struct_class = Types::ListTemplateSnapshotsInput
|
|
909
|
+
|
|
910
|
+
ListTemplateSnapshotsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
911
|
+
ListTemplateSnapshotsOutput.add_member(:snapshots, Shapes::ShapeRef.new(shape: TemplateSummaryList, required: true, location_name: "snapshots"))
|
|
912
|
+
ListTemplateSnapshotsOutput.struct_class = Types::ListTemplateSnapshotsOutput
|
|
913
|
+
|
|
914
|
+
ListTemplatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
915
|
+
ListTemplatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
916
|
+
ListTemplatesInput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatusFilter, location: "querystring", location_name: "status"))
|
|
917
|
+
ListTemplatesInput.struct_class = Types::ListTemplatesInput
|
|
918
|
+
|
|
919
|
+
ListTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
920
|
+
ListTemplatesOutput.add_member(:templates, Shapes::ShapeRef.new(shape: TemplateSummaryList, required: true, location_name: "templates"))
|
|
921
|
+
ListTemplatesOutput.struct_class = Types::ListTemplatesOutput
|
|
922
|
+
|
|
923
|
+
NotVisibleMarker.add_member(:reason, Shapes::ShapeRef.new(shape: String, required: true, location_name: "reason"))
|
|
924
|
+
NotVisibleMarker.struct_class = Types::NotVisibleMarker
|
|
925
|
+
|
|
926
|
+
OrganizationalUnitIdList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitId)
|
|
927
|
+
|
|
928
|
+
OrganizationalUnitList.member = Shapes::ShapeRef.new(shape: OrganizationalUnit)
|
|
929
|
+
|
|
930
|
+
OrganizationalUnitReference.add_member(:ou_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, required: true, location_name: "ouId"))
|
|
931
|
+
OrganizationalUnitReference.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
932
|
+
OrganizationalUnitReference.struct_class = Types::OrganizationalUnitReference
|
|
933
|
+
|
|
934
|
+
OrganizationalUnitReferenceList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitReference)
|
|
935
|
+
|
|
936
|
+
OutOfSyncReasons.key = Shapes::ShapeRef.new(shape: PolicyFirewallType)
|
|
937
|
+
OutOfSyncReasons.value = Shapes::ShapeRef.new(shape: FirewallSyncReason)
|
|
938
|
+
|
|
939
|
+
OutOfSyncReasonsView.add_member(:reasons, Shapes::ShapeRef.new(shape: OutOfSyncReasons, location_name: "reasons"))
|
|
940
|
+
OutOfSyncReasonsView.add_member(:not_visible, Shapes::ShapeRef.new(shape: NotVisibleMarker, location_name: "notVisible"))
|
|
941
|
+
OutOfSyncReasonsView.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
942
|
+
OutOfSyncReasonsView.add_member_subclass(:reasons, Types::OutOfSyncReasonsView::Reasons)
|
|
943
|
+
OutOfSyncReasonsView.add_member_subclass(:not_visible, Types::OutOfSyncReasonsView::NotVisible)
|
|
944
|
+
OutOfSyncReasonsView.add_member_subclass(:unknown, Types::OutOfSyncReasonsView::Unknown)
|
|
945
|
+
OutOfSyncReasonsView.struct_class = Types::OutOfSyncReasonsView
|
|
946
|
+
|
|
947
|
+
PolicyConfiguration.add_member(:remediation_enabled, Shapes::ShapeRef.new(shape: RemediationEnabled, required: true, location_name: "remediationEnabled"))
|
|
948
|
+
PolicyConfiguration.add_member(:resources_clean_up, Shapes::ShapeRef.new(shape: ResourcesCleanUp, required: true, location_name: "resourcesCleanUp"))
|
|
949
|
+
PolicyConfiguration.add_member(:waf_config, Shapes::ShapeRef.new(shape: WafConfig, location_name: "wafConfig"))
|
|
950
|
+
PolicyConfiguration.struct_class = Types::PolicyConfiguration
|
|
951
|
+
|
|
952
|
+
PolicyReference.add_member(:policy_identifier, Shapes::ShapeRef.new(shape: PolicyIdentifier, required: true, location_name: "policyIdentifier"))
|
|
953
|
+
PolicyReference.struct_class = Types::PolicyReference
|
|
954
|
+
|
|
955
|
+
PolicyReferenceList.member = Shapes::ShapeRef.new(shape: PolicyReference)
|
|
956
|
+
|
|
957
|
+
PolicySummary.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "policyId"))
|
|
958
|
+
PolicySummary.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
959
|
+
PolicySummary.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, location_name: "policyName"))
|
|
960
|
+
PolicySummary.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, location_name: "status"))
|
|
961
|
+
PolicySummary.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "version"))
|
|
962
|
+
PolicySummary.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
963
|
+
PolicySummary.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, location_name: "firewallType"))
|
|
964
|
+
PolicySummary.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "priority"))
|
|
965
|
+
PolicySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
966
|
+
PolicySummary.struct_class = Types::PolicySummary
|
|
967
|
+
|
|
968
|
+
PolicySummaryList.member = Shapes::ShapeRef.new(shape: PolicySummary)
|
|
969
|
+
|
|
970
|
+
PutAdminAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
971
|
+
PutAdminAccountRequest.add_member(:priority, Shapes::ShapeRef.new(shape: AdminPriority, required: true, location_name: "priority"))
|
|
972
|
+
PutAdminAccountRequest.add_member(:admin_scope, Shapes::ShapeRef.new(shape: AdminScopeInput, location_name: "adminScope"))
|
|
973
|
+
PutAdminAccountRequest.struct_class = Types::PutAdminAccountRequest
|
|
974
|
+
|
|
975
|
+
PutAdminAccountResponse.add_member(:admin_account_details, Shapes::ShapeRef.new(shape: AdminAccountDetails, location_name: "adminAccountDetails"))
|
|
976
|
+
PutAdminAccountResponse.struct_class = Types::PutAdminAccountResponse
|
|
977
|
+
|
|
978
|
+
RemediationIssueDetails.add_member(:issue_type, Shapes::ShapeRef.new(shape: String, location_name: "issueType"))
|
|
979
|
+
RemediationIssueDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
980
|
+
RemediationIssueDetails.add_member(:corrective_action, Shapes::ShapeRef.new(shape: String, location_name: "correctiveAction"))
|
|
981
|
+
RemediationIssueDetails.struct_class = Types::RemediationIssueDetails
|
|
982
|
+
|
|
983
|
+
RemediationIssues.key = Shapes::ShapeRef.new(shape: PolicyFirewallType)
|
|
984
|
+
RemediationIssues.value = Shapes::ShapeRef.new(shape: RemediationIssueDetails)
|
|
985
|
+
|
|
986
|
+
RemediationIssuesView.add_member(:issues, Shapes::ShapeRef.new(shape: RemediationIssues, location_name: "issues"))
|
|
987
|
+
RemediationIssuesView.add_member(:not_visible, Shapes::ShapeRef.new(shape: NotVisibleMarker, location_name: "notVisible"))
|
|
988
|
+
RemediationIssuesView.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
989
|
+
RemediationIssuesView.add_member_subclass(:issues, Types::RemediationIssuesView::Issues)
|
|
990
|
+
RemediationIssuesView.add_member_subclass(:not_visible, Types::RemediationIssuesView::NotVisible)
|
|
991
|
+
RemediationIssuesView.add_member_subclass(:unknown, Types::RemediationIssuesView::Unknown)
|
|
992
|
+
RemediationIssuesView.struct_class = Types::RemediationIssuesView
|
|
993
|
+
|
|
994
|
+
ResourceArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
995
|
+
|
|
996
|
+
ResourceAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
|
997
|
+
ResourceAssociation.add_member(:resource_type, Shapes::ShapeRef.new(shape: ServiceResourceType, required: true, location_name: "resourceType"))
|
|
998
|
+
ResourceAssociation.struct_class = Types::ResourceAssociation
|
|
999
|
+
|
|
1000
|
+
ResourceAssociationList.member = Shapes::ShapeRef.new(shape: ResourceAssociation)
|
|
1001
|
+
|
|
1002
|
+
ResourceCriteria.add_member(:tags, Shapes::ShapeRef.new(shape: StringMap, location_name: "tags"))
|
|
1003
|
+
ResourceCriteria.add_member(:alb_config, Shapes::ShapeRef.new(shape: AlbConfiguration, location_name: "albConfig"))
|
|
1004
|
+
ResourceCriteria.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1005
|
+
ResourceCriteria.add_member_subclass(:tags, Types::ResourceCriteria::Tags)
|
|
1006
|
+
ResourceCriteria.add_member_subclass(:alb_config, Types::ResourceCriteria::AlbConfig)
|
|
1007
|
+
ResourceCriteria.add_member_subclass(:unknown, Types::ResourceCriteria::Unknown)
|
|
1008
|
+
ResourceCriteria.struct_class = Types::ResourceCriteria
|
|
1009
|
+
|
|
1010
|
+
ResourceLogicalExpression.add_member(:criteria, Shapes::ShapeRef.new(shape: ResourceCriteria, location_name: "criteria"))
|
|
1011
|
+
ResourceLogicalExpression.add_member(:and, Shapes::ShapeRef.new(shape: ResourceLogicalExpressionList, location_name: "and"))
|
|
1012
|
+
ResourceLogicalExpression.add_member(:or, Shapes::ShapeRef.new(shape: ResourceLogicalExpressionList, location_name: "or"))
|
|
1013
|
+
ResourceLogicalExpression.add_member(:not, Shapes::ShapeRef.new(shape: ResourceLogicalExpression, location_name: "not"))
|
|
1014
|
+
ResourceLogicalExpression.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1015
|
+
ResourceLogicalExpression.add_member_subclass(:criteria, Types::ResourceLogicalExpression::Criteria)
|
|
1016
|
+
ResourceLogicalExpression.add_member_subclass(:and, Types::ResourceLogicalExpression::And)
|
|
1017
|
+
ResourceLogicalExpression.add_member_subclass(:or, Types::ResourceLogicalExpression::Or)
|
|
1018
|
+
ResourceLogicalExpression.add_member_subclass(:not, Types::ResourceLogicalExpression::Not)
|
|
1019
|
+
ResourceLogicalExpression.add_member_subclass(:unknown, Types::ResourceLogicalExpression::Unknown)
|
|
1020
|
+
ResourceLogicalExpression.struct_class = Types::ResourceLogicalExpression
|
|
1021
|
+
|
|
1022
|
+
ResourceLogicalExpressionList.member = Shapes::ShapeRef.new(shape: ResourceLogicalExpression)
|
|
1023
|
+
|
|
1024
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1025
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
1026
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
1027
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1028
|
+
|
|
1029
|
+
ResourceScope.add_member(:include_all, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAll"))
|
|
1030
|
+
ResourceScope.add_member(:include, Shapes::ShapeRef.new(shape: ResourceSet, location_name: "include"))
|
|
1031
|
+
ResourceScope.add_member(:exclude, Shapes::ShapeRef.new(shape: ResourceSet, location_name: "exclude"))
|
|
1032
|
+
ResourceScope.struct_class = Types::ResourceScope
|
|
1033
|
+
|
|
1034
|
+
ResourceScopeMap.key = Shapes::ShapeRef.new(shape: ScopeResourceType)
|
|
1035
|
+
ResourceScopeMap.value = Shapes::ShapeRef.new(shape: ResourceScope)
|
|
1036
|
+
|
|
1037
|
+
ResourceSet.add_member(:explicit_arns, Shapes::ShapeRef.new(shape: ResourceArnList, location_name: "explicitArns"))
|
|
1038
|
+
ResourceSet.add_member(:expression, Shapes::ShapeRef.new(shape: ResourceLogicalExpression, location_name: "expression"))
|
|
1039
|
+
ResourceSet.struct_class = Types::ResourceSet
|
|
1040
|
+
|
|
1041
|
+
ResourceSynchronizationStatusSummary.add_member(:synchronization_status, Shapes::ShapeRef.new(shape: SynchronizationStatus, required: true, location_name: "synchronizationStatus"))
|
|
1042
|
+
ResourceSynchronizationStatusSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
1043
|
+
ResourceSynchronizationStatusSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
|
|
1044
|
+
ResourceSynchronizationStatusSummary.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: DeploymentArn, location_name: "deploymentArn"))
|
|
1045
|
+
ResourceSynchronizationStatusSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
|
1046
|
+
ResourceSynchronizationStatusSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1047
|
+
ResourceSynchronizationStatusSummary.add_member(:out_of_sync_reasons, Shapes::ShapeRef.new(shape: OutOfSyncReasonsView, location_name: "outOfSyncReasons"))
|
|
1048
|
+
ResourceSynchronizationStatusSummary.add_member(:remediation_issues, Shapes::ShapeRef.new(shape: RemediationIssuesView, location_name: "remediationIssues"))
|
|
1049
|
+
ResourceSynchronizationStatusSummary.add_member(:evaluated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "evaluatedAt"))
|
|
1050
|
+
ResourceSynchronizationStatusSummary.struct_class = Types::ResourceSynchronizationStatusSummary
|
|
1051
|
+
|
|
1052
|
+
ResourceSynchronizationStatusSummaryList.member = Shapes::ShapeRef.new(shape: ResourceSynchronizationStatusSummary)
|
|
1053
|
+
|
|
1054
|
+
RuleReference.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "ruleIdentifier"))
|
|
1055
|
+
RuleReference.struct_class = Types::RuleReference
|
|
1056
|
+
|
|
1057
|
+
RuleReferenceList.member = Shapes::ShapeRef.new(shape: RuleReference)
|
|
1058
|
+
|
|
1059
|
+
RuleSummary.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "ruleId"))
|
|
1060
|
+
RuleSummary.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "ruleArn"))
|
|
1061
|
+
RuleSummary.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "ruleName"))
|
|
1062
|
+
RuleSummary.add_member(:firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, location_name: "firewallType"))
|
|
1063
|
+
RuleSummary.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
|
|
1064
|
+
RuleSummary.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, location_name: "status"))
|
|
1065
|
+
RuleSummary.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "version"))
|
|
1066
|
+
RuleSummary.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1067
|
+
RuleSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1068
|
+
RuleSummary.struct_class = Types::RuleSummary
|
|
1069
|
+
|
|
1070
|
+
RuleSummaryList.member = Shapes::ShapeRef.new(shape: RuleSummary)
|
|
1071
|
+
|
|
1072
|
+
ScopeConfiguration.add_member(:account_filter, Shapes::ShapeRef.new(shape: AccountFilter, location_name: "accountFilter"))
|
|
1073
|
+
ScopeConfiguration.add_member(:resource_scopes, Shapes::ShapeRef.new(shape: ResourceScopeMap, required: true, location_name: "resourceScopes"))
|
|
1074
|
+
ScopeConfiguration.struct_class = Types::ScopeConfiguration
|
|
1075
|
+
|
|
1076
|
+
ScopeReference.add_member(:scope_identifier, Shapes::ShapeRef.new(shape: ScopeIdentifier, required: true, location_name: "scopeIdentifier"))
|
|
1077
|
+
ScopeReference.struct_class = Types::ScopeReference
|
|
1078
|
+
|
|
1079
|
+
ScopeReferenceList.member = Shapes::ShapeRef.new(shape: ScopeReference)
|
|
1080
|
+
|
|
1081
|
+
ScopeSummary.add_member(:scope_id, Shapes::ShapeRef.new(shape: ScopeId, required: true, location_name: "scopeId"))
|
|
1082
|
+
ScopeSummary.add_member(:scope_arn, Shapes::ShapeRef.new(shape: ScopeArn, required: true, location_name: "scopeArn"))
|
|
1083
|
+
ScopeSummary.add_member(:scope_name, Shapes::ShapeRef.new(shape: ScopeName, location_name: "scopeName"))
|
|
1084
|
+
ScopeSummary.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, location_name: "status"))
|
|
1085
|
+
ScopeSummary.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "version"))
|
|
1086
|
+
ScopeSummary.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1087
|
+
ScopeSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1088
|
+
ScopeSummary.struct_class = Types::ScopeSummary
|
|
1089
|
+
|
|
1090
|
+
ScopeSummaryList.member = Shapes::ShapeRef.new(shape: ScopeSummary)
|
|
1091
|
+
|
|
1092
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1093
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
1094
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
1095
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
|
1096
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "resourceType"))
|
|
1097
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
1098
|
+
|
|
1099
|
+
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1100
|
+
ServiceUnavailableException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
|
|
1101
|
+
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
1102
|
+
|
|
1103
|
+
StringMap.key = Shapes::ShapeRef.new(shape: String)
|
|
1104
|
+
StringMap.value = Shapes::ShapeRef.new(shape: String)
|
|
1105
|
+
|
|
1106
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
1107
|
+
|
|
1108
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
1109
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
1110
|
+
|
|
1111
|
+
TagPolicyViolationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1112
|
+
TagPolicyViolationException.struct_class = Types::TagPolicyViolationException
|
|
1113
|
+
|
|
1114
|
+
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
|
1115
|
+
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
|
1116
|
+
TagResourceInput.struct_class = Types::TagResourceInput
|
|
1117
|
+
|
|
1118
|
+
TagResourceOutput.struct_class = Types::TagResourceOutput
|
|
1119
|
+
|
|
1120
|
+
TemplateAndRuleReferenceList.member = Shapes::ShapeRef.new(shape: TemplateOrRuleReference)
|
|
1121
|
+
|
|
1122
|
+
TemplateOrRuleReference.add_member(:template_identifier, Shapes::ShapeRef.new(shape: TemplateIdentifier, location_name: "templateIdentifier"))
|
|
1123
|
+
TemplateOrRuleReference.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, location_name: "ruleIdentifier"))
|
|
1124
|
+
TemplateOrRuleReference.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1125
|
+
TemplateOrRuleReference.add_member_subclass(:template_identifier, Types::TemplateOrRuleReference::TemplateIdentifier)
|
|
1126
|
+
TemplateOrRuleReference.add_member_subclass(:rule_identifier, Types::TemplateOrRuleReference::RuleIdentifier)
|
|
1127
|
+
TemplateOrRuleReference.add_member_subclass(:unknown, Types::TemplateOrRuleReference::Unknown)
|
|
1128
|
+
TemplateOrRuleReference.struct_class = Types::TemplateOrRuleReference
|
|
1129
|
+
|
|
1130
|
+
TemplateSummary.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
|
1131
|
+
TemplateSummary.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
|
1132
|
+
TemplateSummary.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
|
|
1133
|
+
TemplateSummary.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, location_name: "status"))
|
|
1134
|
+
TemplateSummary.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, location_name: "version"))
|
|
1135
|
+
TemplateSummary.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1136
|
+
TemplateSummary.add_member(:firewall_type, Shapes::ShapeRef.new(shape: TemplateFirewallType, location_name: "firewallType"))
|
|
1137
|
+
TemplateSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1138
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
|
1139
|
+
|
|
1140
|
+
TemplateSummaryList.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
|
1141
|
+
|
|
1142
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1143
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
|
|
1144
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
|
1145
|
+
|
|
1146
|
+
Unit.struct_class = Types::Unit
|
|
1147
|
+
|
|
1148
|
+
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
|
1149
|
+
UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
1150
|
+
UntagResourceInput.struct_class = Types::UntagResourceInput
|
|
1151
|
+
|
|
1152
|
+
UntagResourceOutput.struct_class = Types::UntagResourceOutput
|
|
1153
|
+
|
|
1154
|
+
UpdateDeploymentInput.add_member(:deployment_identifier, Shapes::ShapeRef.new(shape: DeploymentIdentifier, required: true, location: "uri", location_name: "deploymentIdentifier"))
|
|
1155
|
+
UpdateDeploymentInput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "updateToken"))
|
|
1156
|
+
UpdateDeploymentInput.add_member(:deployment_description, Shapes::ShapeRef.new(shape: Description, location_name: "deploymentDescription"))
|
|
1157
|
+
UpdateDeploymentInput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
|
|
1158
|
+
UpdateDeploymentInput.add_member(:associated_policy_list, Shapes::ShapeRef.new(shape: PolicyReferenceList, location_name: "associatedPolicyList"))
|
|
1159
|
+
UpdateDeploymentInput.add_member(:associated_scope_list, Shapes::ShapeRef.new(shape: ScopeReferenceList, location_name: "associatedScopeList"))
|
|
1160
|
+
UpdateDeploymentInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, required: true, location_name: "isPublished"))
|
|
1161
|
+
UpdateDeploymentInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1162
|
+
UpdateDeploymentInput.struct_class = Types::UpdateDeploymentInput
|
|
1163
|
+
|
|
1164
|
+
UpdateDeploymentOutput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "deploymentId"))
|
|
1165
|
+
UpdateDeploymentOutput.add_member(:deployment_arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "deploymentArn"))
|
|
1166
|
+
UpdateDeploymentOutput.add_member(:deployment_name, Shapes::ShapeRef.new(shape: DeploymentName, required: true, location_name: "deploymentName"))
|
|
1167
|
+
UpdateDeploymentOutput.add_member(:deployment_description, Shapes::ShapeRef.new(shape: Description, location_name: "deploymentDescription"))
|
|
1168
|
+
UpdateDeploymentOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
1169
|
+
UpdateDeploymentOutput.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
|
|
1170
|
+
UpdateDeploymentOutput.add_member(:associated_policy_list, Shapes::ShapeRef.new(shape: AssociatedPolicyList, required: true, location_name: "associatedPolicyList"))
|
|
1171
|
+
UpdateDeploymentOutput.add_member(:associated_scope_list, Shapes::ShapeRef.new(shape: AssociatedScopeList, required: true, location_name: "associatedScopeList"))
|
|
1172
|
+
UpdateDeploymentOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
1173
|
+
UpdateDeploymentOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
1174
|
+
UpdateDeploymentOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
1175
|
+
UpdateDeploymentOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1176
|
+
UpdateDeploymentOutput.add_member(:deployment_coverage, Shapes::ShapeRef.new(shape: DeploymentCoverageList, location_name: "deploymentCoverage"))
|
|
1177
|
+
UpdateDeploymentOutput.add_member(:warnings, Shapes::ShapeRef.new(shape: DeploymentWarningList, location_name: "warnings"))
|
|
1178
|
+
UpdateDeploymentOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1179
|
+
UpdateDeploymentOutput.struct_class = Types::UpdateDeploymentOutput
|
|
1180
|
+
|
|
1181
|
+
UpdatePolicyInput.add_member(:policy_identifier, Shapes::ShapeRef.new(shape: PolicyIdentifier, required: true, location: "uri", location_name: "policyIdentifier"))
|
|
1182
|
+
UpdatePolicyInput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "updateToken"))
|
|
1183
|
+
UpdatePolicyInput.add_member(:policy_description, Shapes::ShapeRef.new(shape: Description, location_name: "policyDescription"))
|
|
1184
|
+
UpdatePolicyInput.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "priority"))
|
|
1185
|
+
UpdatePolicyInput.add_member(:associated_template_and_rule_list, Shapes::ShapeRef.new(shape: TemplateAndRuleReferenceList, location_name: "associatedTemplateAndRuleList"))
|
|
1186
|
+
UpdatePolicyInput.add_member(:policy_configuration, Shapes::ShapeRef.new(shape: PolicyConfiguration, location_name: "policyConfiguration"))
|
|
1187
|
+
UpdatePolicyInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, required: true, location_name: "isPublished"))
|
|
1188
|
+
UpdatePolicyInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1189
|
+
UpdatePolicyInput.struct_class = Types::UpdatePolicyInput
|
|
1190
|
+
|
|
1191
|
+
UpdatePolicyOutput.add_member(:policy_id, Shapes::ShapeRef.new(shape: PolicyId, required: true, location_name: "policyId"))
|
|
1192
|
+
UpdatePolicyOutput.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
|
|
1193
|
+
UpdatePolicyOutput.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "policyName"))
|
|
1194
|
+
UpdatePolicyOutput.add_member(:policy_description, Shapes::ShapeRef.new(shape: Description, location_name: "policyDescription"))
|
|
1195
|
+
UpdatePolicyOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
1196
|
+
UpdatePolicyOutput.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
1197
|
+
UpdatePolicyOutput.add_member(:associated_template_and_rule_list, Shapes::ShapeRef.new(shape: AssociatedTemplateAndRuleList, required: true, location_name: "associatedTemplateAndRuleList"))
|
|
1198
|
+
UpdatePolicyOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
1199
|
+
UpdatePolicyOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
1200
|
+
UpdatePolicyOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
1201
|
+
UpdatePolicyOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1202
|
+
UpdatePolicyOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: PolicyFirewallType, required: true, location_name: "firewallType"))
|
|
1203
|
+
UpdatePolicyOutput.add_member(:policy_configuration, Shapes::ShapeRef.new(shape: PolicyConfiguration, location_name: "policyConfiguration"))
|
|
1204
|
+
UpdatePolicyOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1205
|
+
UpdatePolicyOutput.struct_class = Types::UpdatePolicyOutput
|
|
1206
|
+
|
|
1207
|
+
UpdateRuleInput.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
|
1208
|
+
UpdateRuleInput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "updateToken"))
|
|
1209
|
+
UpdateRuleInput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
|
|
1210
|
+
UpdateRuleInput.add_member(:rule_description, Shapes::ShapeRef.new(shape: Description, location_name: "ruleDescription"))
|
|
1211
|
+
UpdateRuleInput.add_member(:configuration, Shapes::ShapeRef.new(shape: JsonDocument, location_name: "configuration"))
|
|
1212
|
+
UpdateRuleInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, required: true, location_name: "isPublished"))
|
|
1213
|
+
UpdateRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1214
|
+
UpdateRuleInput.struct_class = Types::UpdateRuleInput
|
|
1215
|
+
|
|
1216
|
+
UpdateRuleOutput.add_member(:rule_id, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "ruleId"))
|
|
1217
|
+
UpdateRuleOutput.add_member(:rule_arn, Shapes::ShapeRef.new(shape: RuleArn, required: true, location_name: "ruleArn"))
|
|
1218
|
+
UpdateRuleOutput.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "ruleName"))
|
|
1219
|
+
UpdateRuleOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: RuleFirewallType, required: true, location_name: "firewallType"))
|
|
1220
|
+
UpdateRuleOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
|
|
1221
|
+
UpdateRuleOutput.add_member(:rule_description, Shapes::ShapeRef.new(shape: Description, location_name: "ruleDescription"))
|
|
1222
|
+
UpdateRuleOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: JsonDocument, required: true, location_name: "configuration"))
|
|
1223
|
+
UpdateRuleOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
1224
|
+
UpdateRuleOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
1225
|
+
UpdateRuleOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
1226
|
+
UpdateRuleOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
1227
|
+
UpdateRuleOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1228
|
+
UpdateRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1229
|
+
UpdateRuleOutput.struct_class = Types::UpdateRuleOutput
|
|
1230
|
+
|
|
1231
|
+
UpdateScopeInput.add_member(:scope_identifier, Shapes::ShapeRef.new(shape: ScopeIdentifier, required: true, location: "uri", location_name: "scopeIdentifier"))
|
|
1232
|
+
UpdateScopeInput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "updateToken"))
|
|
1233
|
+
UpdateScopeInput.add_member(:scope_description, Shapes::ShapeRef.new(shape: Description, location_name: "scopeDescription"))
|
|
1234
|
+
UpdateScopeInput.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
|
|
1235
|
+
UpdateScopeInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, required: true, location_name: "isPublished"))
|
|
1236
|
+
UpdateScopeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1237
|
+
UpdateScopeInput.struct_class = Types::UpdateScopeInput
|
|
1238
|
+
|
|
1239
|
+
UpdateScopeOutput.add_member(:scope_id, Shapes::ShapeRef.new(shape: ScopeId, required: true, location_name: "scopeId"))
|
|
1240
|
+
UpdateScopeOutput.add_member(:scope_arn, Shapes::ShapeRef.new(shape: ScopeArn, required: true, location_name: "scopeArn"))
|
|
1241
|
+
UpdateScopeOutput.add_member(:scope_name, Shapes::ShapeRef.new(shape: ScopeName, required: true, location_name: "scopeName"))
|
|
1242
|
+
UpdateScopeOutput.add_member(:scope_description, Shapes::ShapeRef.new(shape: Description, location_name: "scopeDescription"))
|
|
1243
|
+
UpdateScopeOutput.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "scopeConfiguration"))
|
|
1244
|
+
UpdateScopeOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
1245
|
+
UpdateScopeOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
1246
|
+
UpdateScopeOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
1247
|
+
UpdateScopeOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
1248
|
+
UpdateScopeOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1249
|
+
UpdateScopeOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1250
|
+
UpdateScopeOutput.struct_class = Types::UpdateScopeOutput
|
|
1251
|
+
|
|
1252
|
+
UpdateTemplateInput.add_member(:template_identifier, Shapes::ShapeRef.new(shape: TemplateIdentifier, required: true, location: "uri", location_name: "templateIdentifier"))
|
|
1253
|
+
UpdateTemplateInput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "updateToken"))
|
|
1254
|
+
UpdateTemplateInput.add_member(:template_description, Shapes::ShapeRef.new(shape: Description, location_name: "templateDescription"))
|
|
1255
|
+
UpdateTemplateInput.add_member(:associated_rule_list, Shapes::ShapeRef.new(shape: RuleReferenceList, location_name: "associatedRuleList"))
|
|
1256
|
+
UpdateTemplateInput.add_member(:is_published, Shapes::ShapeRef.new(shape: IsPublished, required: true, location_name: "isPublished"))
|
|
1257
|
+
UpdateTemplateInput.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1258
|
+
UpdateTemplateInput.struct_class = Types::UpdateTemplateInput
|
|
1259
|
+
|
|
1260
|
+
UpdateTemplateOutput.add_member(:template_id, Shapes::ShapeRef.new(shape: TemplateId, required: true, location_name: "templateId"))
|
|
1261
|
+
UpdateTemplateOutput.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, required: true, location_name: "templateArn"))
|
|
1262
|
+
UpdateTemplateOutput.add_member(:template_name, Shapes::ShapeRef.new(shape: TemplateName, required: true, location_name: "templateName"))
|
|
1263
|
+
UpdateTemplateOutput.add_member(:template_description, Shapes::ShapeRef.new(shape: Description, location_name: "templateDescription"))
|
|
1264
|
+
UpdateTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: EntityStatus, required: true, location_name: "status"))
|
|
1265
|
+
UpdateTemplateOutput.add_member(:version, Shapes::ShapeRef.new(shape: EntityVersion, required: true, location_name: "version"))
|
|
1266
|
+
UpdateTemplateOutput.add_member(:associated_rule_list, Shapes::ShapeRef.new(shape: AssociatedRuleList, required: true, location_name: "associatedRuleList"))
|
|
1267
|
+
UpdateTemplateOutput.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "updateToken"))
|
|
1268
|
+
UpdateTemplateOutput.add_member(:is_snapshot, Shapes::ShapeRef.new(shape: IsSnapshot, location_name: "isSnapshot"))
|
|
1269
|
+
UpdateTemplateOutput.add_member(:has_published_version, Shapes::ShapeRef.new(shape: HasPublishedVersion, location_name: "hasPublishedVersion"))
|
|
1270
|
+
UpdateTemplateOutput.add_member(:firewall_type, Shapes::ShapeRef.new(shape: TemplateFirewallType, required: true, location_name: "firewallType"))
|
|
1271
|
+
UpdateTemplateOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
1272
|
+
UpdateTemplateOutput.struct_class = Types::UpdateTemplateOutput
|
|
1273
|
+
|
|
1274
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1275
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
|
|
1276
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
1277
|
+
ValidationException.struct_class = Types::ValidationException
|
|
1278
|
+
|
|
1279
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1280
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1281
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
|
1282
|
+
|
|
1283
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
1284
|
+
|
|
1285
|
+
WafConfig.add_member(:existing_customer_web_acl_resolution, Shapes::ShapeRef.new(shape: ExistingCustomerWebACLResolution, required: true, location_name: "existingCustomerWebACLResolution"))
|
|
1286
|
+
WafConfig.add_member(:conflict_resolution, Shapes::ShapeRef.new(shape: WAFConflictResolutionOptions, required: true, location_name: "conflictResolution"))
|
|
1287
|
+
WafConfig.struct_class = Types::WafConfig
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
# @api private
|
|
1291
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
1292
|
+
|
|
1293
|
+
api.version = "2025-10-30"
|
|
1294
|
+
|
|
1295
|
+
api.metadata = {
|
|
1296
|
+
"apiVersion" => "2025-10-30",
|
|
1297
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1298
|
+
"endpointPrefix" => "network-security-manager",
|
|
1299
|
+
"protocol" => "rest-json",
|
|
1300
|
+
"protocols" => ["rest-json"],
|
|
1301
|
+
"serviceFullName" => "AWS Network Security Manager Customer API",
|
|
1302
|
+
"serviceId" => "Network Security Manager",
|
|
1303
|
+
"signatureVersion" => "v4",
|
|
1304
|
+
"signingName" => "network-security-manager",
|
|
1305
|
+
"uid" => "network-security-manager-2025-10-30",
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
api.add_operation(:create_deployment, Seahorse::Model::Operation.new.tap do |o|
|
|
1309
|
+
o.name = "CreateDeployment"
|
|
1310
|
+
o.http_method = "POST"
|
|
1311
|
+
o.http_request_uri = "/deployments"
|
|
1312
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeploymentInput)
|
|
1313
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDeploymentOutput)
|
|
1314
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1315
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1316
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1317
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1318
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1319
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1320
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1321
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1322
|
+
end)
|
|
1323
|
+
|
|
1324
|
+
api.add_operation(:create_deployment_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
1325
|
+
o.name = "CreateDeploymentSnapshot"
|
|
1326
|
+
o.http_method = "POST"
|
|
1327
|
+
o.http_request_uri = "/deployments/{deploymentIdentifier}/snapshots"
|
|
1328
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeploymentSnapshotInput)
|
|
1329
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDeploymentSnapshotOutput)
|
|
1330
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1331
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1332
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1333
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1334
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1335
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1336
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1337
|
+
end)
|
|
1338
|
+
|
|
1339
|
+
api.add_operation(:create_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1340
|
+
o.name = "CreatePolicy"
|
|
1341
|
+
o.http_method = "POST"
|
|
1342
|
+
o.http_request_uri = "/policies"
|
|
1343
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePolicyInput)
|
|
1344
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePolicyOutput)
|
|
1345
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1346
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1347
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1348
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1350
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1353
|
+
end)
|
|
1354
|
+
|
|
1355
|
+
api.add_operation(:create_policy_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
1356
|
+
o.name = "CreatePolicySnapshot"
|
|
1357
|
+
o.http_method = "POST"
|
|
1358
|
+
o.http_request_uri = "/policies/{policyIdentifier}/snapshots"
|
|
1359
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePolicySnapshotInput)
|
|
1360
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePolicySnapshotOutput)
|
|
1361
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1362
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1363
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1364
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1365
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1368
|
+
end)
|
|
1369
|
+
|
|
1370
|
+
api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1371
|
+
o.name = "CreateRule"
|
|
1372
|
+
o.http_method = "POST"
|
|
1373
|
+
o.http_request_uri = "/rules"
|
|
1374
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRuleInput)
|
|
1375
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRuleOutput)
|
|
1376
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1377
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1378
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1379
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1384
|
+
end)
|
|
1385
|
+
|
|
1386
|
+
api.add_operation(:create_rule_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
1387
|
+
o.name = "CreateRuleSnapshot"
|
|
1388
|
+
o.http_method = "POST"
|
|
1389
|
+
o.http_request_uri = "/rules/{ruleIdentifier}/snapshots"
|
|
1390
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRuleSnapshotInput)
|
|
1391
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRuleSnapshotOutput)
|
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1395
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1396
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1397
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1398
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1399
|
+
end)
|
|
1400
|
+
|
|
1401
|
+
api.add_operation(:create_scope, Seahorse::Model::Operation.new.tap do |o|
|
|
1402
|
+
o.name = "CreateScope"
|
|
1403
|
+
o.http_method = "POST"
|
|
1404
|
+
o.http_request_uri = "/scopes"
|
|
1405
|
+
o.input = Shapes::ShapeRef.new(shape: CreateScopeInput)
|
|
1406
|
+
o.output = Shapes::ShapeRef.new(shape: CreateScopeOutput)
|
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1409
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1410
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1413
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1414
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1415
|
+
end)
|
|
1416
|
+
|
|
1417
|
+
api.add_operation(:create_scope_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
1418
|
+
o.name = "CreateScopeSnapshot"
|
|
1419
|
+
o.http_method = "POST"
|
|
1420
|
+
o.http_request_uri = "/scopes/{scopeIdentifier}/snapshots"
|
|
1421
|
+
o.input = Shapes::ShapeRef.new(shape: CreateScopeSnapshotInput)
|
|
1422
|
+
o.output = Shapes::ShapeRef.new(shape: CreateScopeSnapshotOutput)
|
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1429
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1430
|
+
end)
|
|
1431
|
+
|
|
1432
|
+
api.add_operation(:create_template, Seahorse::Model::Operation.new.tap do |o|
|
|
1433
|
+
o.name = "CreateTemplate"
|
|
1434
|
+
o.http_method = "POST"
|
|
1435
|
+
o.http_request_uri = "/templates"
|
|
1436
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTemplateInput)
|
|
1437
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTemplateOutput)
|
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1441
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1442
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1443
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1444
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1446
|
+
end)
|
|
1447
|
+
|
|
1448
|
+
api.add_operation(:create_template_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
1449
|
+
o.name = "CreateTemplateSnapshot"
|
|
1450
|
+
o.http_method = "POST"
|
|
1451
|
+
o.http_request_uri = "/templates/{templateIdentifier}/snapshots"
|
|
1452
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTemplateSnapshotInput)
|
|
1453
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTemplateSnapshotOutput)
|
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1457
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1458
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1460
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1461
|
+
end)
|
|
1462
|
+
|
|
1463
|
+
api.add_operation(:delete_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
|
1464
|
+
o.name = "DeleteAdminAccount"
|
|
1465
|
+
o.http_method = "DELETE"
|
|
1466
|
+
o.http_request_uri = "/admin-account/{accountId}"
|
|
1467
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAdminAccountRequest)
|
|
1468
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1469
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1470
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1471
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1472
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1473
|
+
end)
|
|
1474
|
+
|
|
1475
|
+
api.add_operation(:delete_deployment, Seahorse::Model::Operation.new.tap do |o|
|
|
1476
|
+
o.name = "DeleteDeployment"
|
|
1477
|
+
o.http_method = "DELETE"
|
|
1478
|
+
o.http_request_uri = "/deployments/{deploymentIdentifier}"
|
|
1479
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDeploymentInput)
|
|
1480
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1481
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1483
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1486
|
+
end)
|
|
1487
|
+
|
|
1488
|
+
api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1489
|
+
o.name = "DeletePolicy"
|
|
1490
|
+
o.http_method = "DELETE"
|
|
1491
|
+
o.http_request_uri = "/policies/{policyIdentifier}"
|
|
1492
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePolicyInput)
|
|
1493
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1494
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1495
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1497
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1499
|
+
end)
|
|
1500
|
+
|
|
1501
|
+
api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1502
|
+
o.name = "DeleteRule"
|
|
1503
|
+
o.http_method = "DELETE"
|
|
1504
|
+
o.http_request_uri = "/rules/{ruleIdentifier}"
|
|
1505
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRuleInput)
|
|
1506
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1507
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1508
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1509
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1510
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1511
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1512
|
+
end)
|
|
1513
|
+
|
|
1514
|
+
api.add_operation(:delete_scope, Seahorse::Model::Operation.new.tap do |o|
|
|
1515
|
+
o.name = "DeleteScope"
|
|
1516
|
+
o.http_method = "DELETE"
|
|
1517
|
+
o.http_request_uri = "/scopes/{scopeIdentifier}"
|
|
1518
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteScopeInput)
|
|
1519
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1520
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1521
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1522
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1523
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1524
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1525
|
+
end)
|
|
1526
|
+
|
|
1527
|
+
api.add_operation(:delete_template, Seahorse::Model::Operation.new.tap do |o|
|
|
1528
|
+
o.name = "DeleteTemplate"
|
|
1529
|
+
o.http_method = "DELETE"
|
|
1530
|
+
o.http_request_uri = "/templates/{templateIdentifier}"
|
|
1531
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTemplateInput)
|
|
1532
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1533
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1534
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1535
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1538
|
+
end)
|
|
1539
|
+
|
|
1540
|
+
api.add_operation(:generate_rule_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1541
|
+
o.name = "GenerateRuleConfiguration"
|
|
1542
|
+
o.http_method = "POST"
|
|
1543
|
+
o.http_request_uri = "/GenerateRuleConfiguration"
|
|
1544
|
+
o.input = Shapes::ShapeRef.new(shape: GenerateRuleConfigurationRequest)
|
|
1545
|
+
o.output = Shapes::ShapeRef.new(shape: GenerateRuleConfigurationResponse)
|
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1548
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1550
|
+
end)
|
|
1551
|
+
|
|
1552
|
+
api.add_operation(:get_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
|
1553
|
+
o.name = "GetAdminAccount"
|
|
1554
|
+
o.http_method = "GET"
|
|
1555
|
+
o.http_request_uri = "/admin-account/{accountId}"
|
|
1556
|
+
o.input = Shapes::ShapeRef.new(shape: GetAdminAccountRequest)
|
|
1557
|
+
o.output = Shapes::ShapeRef.new(shape: GetAdminAccountResponse)
|
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1561
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1563
|
+
end)
|
|
1564
|
+
|
|
1565
|
+
api.add_operation(:get_deployment, Seahorse::Model::Operation.new.tap do |o|
|
|
1566
|
+
o.name = "GetDeployment"
|
|
1567
|
+
o.http_method = "GET"
|
|
1568
|
+
o.http_request_uri = "/deployments/{deploymentIdentifier}"
|
|
1569
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeploymentInput)
|
|
1570
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeploymentOutput)
|
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1576
|
+
end)
|
|
1577
|
+
|
|
1578
|
+
api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1579
|
+
o.name = "GetPolicy"
|
|
1580
|
+
o.http_method = "GET"
|
|
1581
|
+
o.http_request_uri = "/policies/{policyIdentifier}"
|
|
1582
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicyInput)
|
|
1583
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicyOutput)
|
|
1584
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1585
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1589
|
+
end)
|
|
1590
|
+
|
|
1591
|
+
api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1592
|
+
o.name = "GetRule"
|
|
1593
|
+
o.http_method = "GET"
|
|
1594
|
+
o.http_request_uri = "/rules/{ruleIdentifier}"
|
|
1595
|
+
o.input = Shapes::ShapeRef.new(shape: GetRuleInput)
|
|
1596
|
+
o.output = Shapes::ShapeRef.new(shape: GetRuleOutput)
|
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1602
|
+
end)
|
|
1603
|
+
|
|
1604
|
+
api.add_operation(:get_scope, Seahorse::Model::Operation.new.tap do |o|
|
|
1605
|
+
o.name = "GetScope"
|
|
1606
|
+
o.http_method = "GET"
|
|
1607
|
+
o.http_request_uri = "/scopes/{scopeIdentifier}"
|
|
1608
|
+
o.input = Shapes::ShapeRef.new(shape: GetScopeInput)
|
|
1609
|
+
o.output = Shapes::ShapeRef.new(shape: GetScopeOutput)
|
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1613
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1614
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1615
|
+
end)
|
|
1616
|
+
|
|
1617
|
+
api.add_operation(:get_template, Seahorse::Model::Operation.new.tap do |o|
|
|
1618
|
+
o.name = "GetTemplate"
|
|
1619
|
+
o.http_method = "GET"
|
|
1620
|
+
o.http_request_uri = "/templates/{templateIdentifier}"
|
|
1621
|
+
o.input = Shapes::ShapeRef.new(shape: GetTemplateInput)
|
|
1622
|
+
o.output = Shapes::ShapeRef.new(shape: GetTemplateOutput)
|
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1624
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1626
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1627
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1628
|
+
end)
|
|
1629
|
+
|
|
1630
|
+
api.add_operation(:list_admin_accounts, Seahorse::Model::Operation.new.tap do |o|
|
|
1631
|
+
o.name = "ListAdminAccounts"
|
|
1632
|
+
o.http_method = "GET"
|
|
1633
|
+
o.http_request_uri = "/admin-accounts"
|
|
1634
|
+
o.input = Shapes::ShapeRef.new(shape: ListAdminAccountsRequest)
|
|
1635
|
+
o.output = Shapes::ShapeRef.new(shape: ListAdminAccountsResponse)
|
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1640
|
+
o[:pager] = Aws::Pager.new(
|
|
1641
|
+
limit_key: "max_results",
|
|
1642
|
+
tokens: {
|
|
1643
|
+
"next_token" => "next_token"
|
|
1644
|
+
}
|
|
1645
|
+
)
|
|
1646
|
+
end)
|
|
1647
|
+
|
|
1648
|
+
api.add_operation(:list_aggregate_resource_synchronization_statuses, Seahorse::Model::Operation.new.tap do |o|
|
|
1649
|
+
o.name = "ListAggregateResourceSynchronizationStatuses"
|
|
1650
|
+
o.http_method = "GET"
|
|
1651
|
+
o.http_request_uri = "/aggregate-sync-statuses"
|
|
1652
|
+
o.input = Shapes::ShapeRef.new(shape: ListAggregateResourceSynchronizationStatusesInput)
|
|
1653
|
+
o.output = Shapes::ShapeRef.new(shape: ListAggregateResourceSynchronizationStatusesOutput)
|
|
1654
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1655
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1656
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1657
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1658
|
+
o[:pager] = Aws::Pager.new(
|
|
1659
|
+
limit_key: "max_results",
|
|
1660
|
+
tokens: {
|
|
1661
|
+
"next_token" => "next_token"
|
|
1662
|
+
}
|
|
1663
|
+
)
|
|
1664
|
+
end)
|
|
1665
|
+
|
|
1666
|
+
api.add_operation(:list_deployment_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
|
1667
|
+
o.name = "ListDeploymentSnapshots"
|
|
1668
|
+
o.http_method = "GET"
|
|
1669
|
+
o.http_request_uri = "/deployments/{deploymentIdentifier}/snapshots"
|
|
1670
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeploymentSnapshotsInput)
|
|
1671
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeploymentSnapshotsOutput)
|
|
1672
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1673
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1674
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1675
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1676
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1677
|
+
o[:pager] = Aws::Pager.new(
|
|
1678
|
+
limit_key: "max_results",
|
|
1679
|
+
tokens: {
|
|
1680
|
+
"next_token" => "next_token"
|
|
1681
|
+
}
|
|
1682
|
+
)
|
|
1683
|
+
end)
|
|
1684
|
+
|
|
1685
|
+
api.add_operation(:list_deployments, Seahorse::Model::Operation.new.tap do |o|
|
|
1686
|
+
o.name = "ListDeployments"
|
|
1687
|
+
o.http_method = "GET"
|
|
1688
|
+
o.http_request_uri = "/deployments"
|
|
1689
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeploymentsInput)
|
|
1690
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeploymentsOutput)
|
|
1691
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1692
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1693
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1694
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1695
|
+
o[:pager] = Aws::Pager.new(
|
|
1696
|
+
limit_key: "max_results",
|
|
1697
|
+
tokens: {
|
|
1698
|
+
"next_token" => "next_token"
|
|
1699
|
+
}
|
|
1700
|
+
)
|
|
1701
|
+
end)
|
|
1702
|
+
|
|
1703
|
+
api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
1704
|
+
o.name = "ListPolicies"
|
|
1705
|
+
o.http_method = "GET"
|
|
1706
|
+
o.http_request_uri = "/policies"
|
|
1707
|
+
o.input = Shapes::ShapeRef.new(shape: ListPoliciesInput)
|
|
1708
|
+
o.output = Shapes::ShapeRef.new(shape: ListPoliciesOutput)
|
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1710
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1711
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1712
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1713
|
+
o[:pager] = Aws::Pager.new(
|
|
1714
|
+
limit_key: "max_results",
|
|
1715
|
+
tokens: {
|
|
1716
|
+
"next_token" => "next_token"
|
|
1717
|
+
}
|
|
1718
|
+
)
|
|
1719
|
+
end)
|
|
1720
|
+
|
|
1721
|
+
api.add_operation(:list_policy_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
|
1722
|
+
o.name = "ListPolicySnapshots"
|
|
1723
|
+
o.http_method = "GET"
|
|
1724
|
+
o.http_request_uri = "/policies/{policyIdentifier}/snapshots"
|
|
1725
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicySnapshotsInput)
|
|
1726
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicySnapshotsOutput)
|
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1731
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1732
|
+
o[:pager] = Aws::Pager.new(
|
|
1733
|
+
limit_key: "max_results",
|
|
1734
|
+
tokens: {
|
|
1735
|
+
"next_token" => "next_token"
|
|
1736
|
+
}
|
|
1737
|
+
)
|
|
1738
|
+
end)
|
|
1739
|
+
|
|
1740
|
+
api.add_operation(:list_resource_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
1741
|
+
o.name = "ListResourceAssociations"
|
|
1742
|
+
o.http_method = "GET"
|
|
1743
|
+
o.http_request_uri = "/resource-associations"
|
|
1744
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceAssociationsInput)
|
|
1745
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceAssociationsOutput)
|
|
1746
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1747
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1750
|
+
o[:pager] = Aws::Pager.new(
|
|
1751
|
+
limit_key: "max_results",
|
|
1752
|
+
tokens: {
|
|
1753
|
+
"next_token" => "next_token"
|
|
1754
|
+
}
|
|
1755
|
+
)
|
|
1756
|
+
end)
|
|
1757
|
+
|
|
1758
|
+
api.add_operation(:list_resource_synchronization_statuses, Seahorse::Model::Operation.new.tap do |o|
|
|
1759
|
+
o.name = "ListResourceSynchronizationStatuses"
|
|
1760
|
+
o.http_method = "GET"
|
|
1761
|
+
o.http_request_uri = "/resource-sync-statuses"
|
|
1762
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceSynchronizationStatusesInput)
|
|
1763
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceSynchronizationStatusesOutput)
|
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1766
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1768
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1769
|
+
o[:pager] = Aws::Pager.new(
|
|
1770
|
+
limit_key: "max_results",
|
|
1771
|
+
tokens: {
|
|
1772
|
+
"next_token" => "next_token"
|
|
1773
|
+
}
|
|
1774
|
+
)
|
|
1775
|
+
end)
|
|
1776
|
+
|
|
1777
|
+
api.add_operation(:list_rule_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
|
1778
|
+
o.name = "ListRuleSnapshots"
|
|
1779
|
+
o.http_method = "GET"
|
|
1780
|
+
o.http_request_uri = "/rules/{ruleIdentifier}/snapshots"
|
|
1781
|
+
o.input = Shapes::ShapeRef.new(shape: ListRuleSnapshotsInput)
|
|
1782
|
+
o.output = Shapes::ShapeRef.new(shape: ListRuleSnapshotsOutput)
|
|
1783
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1784
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1788
|
+
o[:pager] = Aws::Pager.new(
|
|
1789
|
+
limit_key: "max_results",
|
|
1790
|
+
tokens: {
|
|
1791
|
+
"next_token" => "next_token"
|
|
1792
|
+
}
|
|
1793
|
+
)
|
|
1794
|
+
end)
|
|
1795
|
+
|
|
1796
|
+
api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
1797
|
+
o.name = "ListRules"
|
|
1798
|
+
o.http_method = "GET"
|
|
1799
|
+
o.http_request_uri = "/rules"
|
|
1800
|
+
o.input = Shapes::ShapeRef.new(shape: ListRulesInput)
|
|
1801
|
+
o.output = Shapes::ShapeRef.new(shape: ListRulesOutput)
|
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1803
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1804
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1805
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1806
|
+
o[:pager] = Aws::Pager.new(
|
|
1807
|
+
limit_key: "max_results",
|
|
1808
|
+
tokens: {
|
|
1809
|
+
"next_token" => "next_token"
|
|
1810
|
+
}
|
|
1811
|
+
)
|
|
1812
|
+
end)
|
|
1813
|
+
|
|
1814
|
+
api.add_operation(:list_scope_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
|
1815
|
+
o.name = "ListScopeSnapshots"
|
|
1816
|
+
o.http_method = "GET"
|
|
1817
|
+
o.http_request_uri = "/scopes/{scopeIdentifier}/snapshots"
|
|
1818
|
+
o.input = Shapes::ShapeRef.new(shape: ListScopeSnapshotsInput)
|
|
1819
|
+
o.output = Shapes::ShapeRef.new(shape: ListScopeSnapshotsOutput)
|
|
1820
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1821
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1822
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1825
|
+
o[:pager] = Aws::Pager.new(
|
|
1826
|
+
limit_key: "max_results",
|
|
1827
|
+
tokens: {
|
|
1828
|
+
"next_token" => "next_token"
|
|
1829
|
+
}
|
|
1830
|
+
)
|
|
1831
|
+
end)
|
|
1832
|
+
|
|
1833
|
+
api.add_operation(:list_scopes, Seahorse::Model::Operation.new.tap do |o|
|
|
1834
|
+
o.name = "ListScopes"
|
|
1835
|
+
o.http_method = "GET"
|
|
1836
|
+
o.http_request_uri = "/scopes"
|
|
1837
|
+
o.input = Shapes::ShapeRef.new(shape: ListScopesInput)
|
|
1838
|
+
o.output = Shapes::ShapeRef.new(shape: ListScopesOutput)
|
|
1839
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1840
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1841
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1842
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1843
|
+
o[:pager] = Aws::Pager.new(
|
|
1844
|
+
limit_key: "max_results",
|
|
1845
|
+
tokens: {
|
|
1846
|
+
"next_token" => "next_token"
|
|
1847
|
+
}
|
|
1848
|
+
)
|
|
1849
|
+
end)
|
|
1850
|
+
|
|
1851
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1852
|
+
o.name = "ListTagsForResource"
|
|
1853
|
+
o.http_method = "GET"
|
|
1854
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
|
1855
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
|
|
1856
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
|
|
1857
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1858
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1859
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1860
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1861
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1862
|
+
end)
|
|
1863
|
+
|
|
1864
|
+
api.add_operation(:list_template_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
|
1865
|
+
o.name = "ListTemplateSnapshots"
|
|
1866
|
+
o.http_method = "GET"
|
|
1867
|
+
o.http_request_uri = "/templates/{templateIdentifier}/snapshots"
|
|
1868
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplateSnapshotsInput)
|
|
1869
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplateSnapshotsOutput)
|
|
1870
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1872
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1874
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1875
|
+
o[:pager] = Aws::Pager.new(
|
|
1876
|
+
limit_key: "max_results",
|
|
1877
|
+
tokens: {
|
|
1878
|
+
"next_token" => "next_token"
|
|
1879
|
+
}
|
|
1880
|
+
)
|
|
1881
|
+
end)
|
|
1882
|
+
|
|
1883
|
+
api.add_operation(:list_templates, Seahorse::Model::Operation.new.tap do |o|
|
|
1884
|
+
o.name = "ListTemplates"
|
|
1885
|
+
o.http_method = "GET"
|
|
1886
|
+
o.http_request_uri = "/templates"
|
|
1887
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplatesInput)
|
|
1888
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplatesOutput)
|
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1890
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1891
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1892
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1893
|
+
o[:pager] = Aws::Pager.new(
|
|
1894
|
+
limit_key: "max_results",
|
|
1895
|
+
tokens: {
|
|
1896
|
+
"next_token" => "next_token"
|
|
1897
|
+
}
|
|
1898
|
+
)
|
|
1899
|
+
end)
|
|
1900
|
+
|
|
1901
|
+
api.add_operation(:put_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
|
1902
|
+
o.name = "PutAdminAccount"
|
|
1903
|
+
o.http_method = "PUT"
|
|
1904
|
+
o.http_request_uri = "/admin-account"
|
|
1905
|
+
o.input = Shapes::ShapeRef.new(shape: PutAdminAccountRequest)
|
|
1906
|
+
o.output = Shapes::ShapeRef.new(shape: PutAdminAccountResponse)
|
|
1907
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
1911
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1914
|
+
end)
|
|
1915
|
+
|
|
1916
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1917
|
+
o.name = "TagResource"
|
|
1918
|
+
o.http_method = "POST"
|
|
1919
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
|
1920
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
|
|
1921
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
|
|
1922
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1923
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1924
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1925
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1928
|
+
end)
|
|
1929
|
+
|
|
1930
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1931
|
+
o.name = "UntagResource"
|
|
1932
|
+
o.http_method = "DELETE"
|
|
1933
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
|
1934
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
|
|
1935
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
|
|
1936
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: TagPolicyViolationException)
|
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1939
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1942
|
+
end)
|
|
1943
|
+
|
|
1944
|
+
api.add_operation(:update_deployment, Seahorse::Model::Operation.new.tap do |o|
|
|
1945
|
+
o.name = "UpdateDeployment"
|
|
1946
|
+
o.http_method = "PATCH"
|
|
1947
|
+
o.http_request_uri = "/deployments/{deploymentIdentifier}"
|
|
1948
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDeploymentInput)
|
|
1949
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDeploymentOutput)
|
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1953
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1954
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1955
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1957
|
+
end)
|
|
1958
|
+
|
|
1959
|
+
api.add_operation(:update_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1960
|
+
o.name = "UpdatePolicy"
|
|
1961
|
+
o.http_method = "PATCH"
|
|
1962
|
+
o.http_request_uri = "/policies/{policyIdentifier}"
|
|
1963
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePolicyInput)
|
|
1964
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePolicyOutput)
|
|
1965
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1966
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1967
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1968
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1972
|
+
end)
|
|
1973
|
+
|
|
1974
|
+
api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
1975
|
+
o.name = "UpdateRule"
|
|
1976
|
+
o.http_method = "PATCH"
|
|
1977
|
+
o.http_request_uri = "/rules/{ruleIdentifier}"
|
|
1978
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRuleInput)
|
|
1979
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRuleOutput)
|
|
1980
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1981
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1983
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1984
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1987
|
+
end)
|
|
1988
|
+
|
|
1989
|
+
api.add_operation(:update_scope, Seahorse::Model::Operation.new.tap do |o|
|
|
1990
|
+
o.name = "UpdateScope"
|
|
1991
|
+
o.http_method = "PATCH"
|
|
1992
|
+
o.http_request_uri = "/scopes/{scopeIdentifier}"
|
|
1993
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateScopeInput)
|
|
1994
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateScopeOutput)
|
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1999
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2002
|
+
end)
|
|
2003
|
+
|
|
2004
|
+
api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
|
|
2005
|
+
o.name = "UpdateTemplate"
|
|
2006
|
+
o.http_method = "PATCH"
|
|
2007
|
+
o.http_request_uri = "/templates/{templateIdentifier}"
|
|
2008
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTemplateInput)
|
|
2009
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTemplateOutput)
|
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2012
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2013
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2014
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2015
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2016
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2017
|
+
end)
|
|
2018
|
+
end
|
|
2019
|
+
|
|
2020
|
+
end
|
|
2021
|
+
end
|