aws-sdk-securityir 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-securityir/client.rb +2093 -0
- data/lib/aws-sdk-securityir/client_api.rb +951 -0
- data/lib/aws-sdk-securityir/customizations.rb +0 -0
- data/lib/aws-sdk-securityir/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-securityir/endpoint_provider.rb +35 -0
- data/lib/aws-sdk-securityir/endpoints.rb +20 -0
- data/lib/aws-sdk-securityir/errors.rb +258 -0
- data/lib/aws-sdk-securityir/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-securityir/resource.rb +26 -0
- data/lib/aws-sdk-securityir/types.rb +1558 -0
- data/lib/aws-sdk-securityir/waiters.rb +15 -0
- data/lib/aws-sdk-securityir.rb +62 -0
- data/sig/client.rbs +456 -0
- data/sig/errors.rbs +55 -0
- data/sig/resource.rbs +82 -0
- data/sig/types.rbs +474 -0
- data/sig/waiters.rbs +13 -0
- metadata +100 -0
@@ -0,0 +1,951 @@
|
|
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::SecurityIR
|
12
|
+
# @api private
|
13
|
+
module ClientApi
|
14
|
+
|
15
|
+
include Seahorse::Model
|
16
|
+
|
17
|
+
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
18
|
+
AWSAccountIds = Shapes::ListShape.new(name: 'AWSAccountIds')
|
19
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
20
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
21
|
+
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
22
|
+
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
23
|
+
AwsService = Shapes::StringShape.new(name: 'AwsService')
|
24
|
+
BatchGetMemberAccountDetailsRequest = Shapes::StructureShape.new(name: 'BatchGetMemberAccountDetailsRequest')
|
25
|
+
BatchGetMemberAccountDetailsResponse = Shapes::StructureShape.new(name: 'BatchGetMemberAccountDetailsResponse')
|
26
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
27
|
+
CancelMembershipRequest = Shapes::StructureShape.new(name: 'CancelMembershipRequest')
|
28
|
+
CancelMembershipResponse = Shapes::StructureShape.new(name: 'CancelMembershipResponse')
|
29
|
+
CaseArn = Shapes::StringShape.new(name: 'CaseArn')
|
30
|
+
CaseAttachmentAttributes = Shapes::StructureShape.new(name: 'CaseAttachmentAttributes')
|
31
|
+
CaseAttachmentStatus = Shapes::StringShape.new(name: 'CaseAttachmentStatus')
|
32
|
+
CaseAttachmentsList = Shapes::ListShape.new(name: 'CaseAttachmentsList')
|
33
|
+
CaseDescription = Shapes::StringShape.new(name: 'CaseDescription')
|
34
|
+
CaseEditAction = Shapes::StringShape.new(name: 'CaseEditAction')
|
35
|
+
CaseEditItem = Shapes::StructureShape.new(name: 'CaseEditItem')
|
36
|
+
CaseEditItems = Shapes::ListShape.new(name: 'CaseEditItems')
|
37
|
+
CaseEditMessage = Shapes::StringShape.new(name: 'CaseEditMessage')
|
38
|
+
CaseId = Shapes::StringShape.new(name: 'CaseId')
|
39
|
+
CaseStatus = Shapes::StringShape.new(name: 'CaseStatus')
|
40
|
+
CaseTitle = Shapes::StringShape.new(name: 'CaseTitle')
|
41
|
+
CloseCaseRequest = Shapes::StructureShape.new(name: 'CloseCaseRequest')
|
42
|
+
CloseCaseResponse = Shapes::StructureShape.new(name: 'CloseCaseResponse')
|
43
|
+
ClosureCode = Shapes::StringShape.new(name: 'ClosureCode')
|
44
|
+
CommentBody = Shapes::StringShape.new(name: 'CommentBody')
|
45
|
+
CommentId = Shapes::StringShape.new(name: 'CommentId')
|
46
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
47
|
+
ContentLength = Shapes::IntegerShape.new(name: 'ContentLength')
|
48
|
+
CreateCaseCommentRequest = Shapes::StructureShape.new(name: 'CreateCaseCommentRequest')
|
49
|
+
CreateCaseCommentRequestClientTokenString = Shapes::StringShape.new(name: 'CreateCaseCommentRequestClientTokenString')
|
50
|
+
CreateCaseCommentResponse = Shapes::StructureShape.new(name: 'CreateCaseCommentResponse')
|
51
|
+
CreateCaseRequest = Shapes::StructureShape.new(name: 'CreateCaseRequest')
|
52
|
+
CreateCaseRequestClientTokenString = Shapes::StringShape.new(name: 'CreateCaseRequestClientTokenString')
|
53
|
+
CreateCaseResponse = Shapes::StructureShape.new(name: 'CreateCaseResponse')
|
54
|
+
CreateMembershipRequest = Shapes::StructureShape.new(name: 'CreateMembershipRequest')
|
55
|
+
CreateMembershipRequestClientTokenString = Shapes::StringShape.new(name: 'CreateMembershipRequestClientTokenString')
|
56
|
+
CreateMembershipResponse = Shapes::StructureShape.new(name: 'CreateMembershipResponse')
|
57
|
+
CustomerType = Shapes::StringShape.new(name: 'CustomerType')
|
58
|
+
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
59
|
+
EngagementType = Shapes::StringShape.new(name: 'EngagementType')
|
60
|
+
FileName = Shapes::StringShape.new(name: 'FileName')
|
61
|
+
GetCaseAttachmentDownloadUrlRequest = Shapes::StructureShape.new(name: 'GetCaseAttachmentDownloadUrlRequest')
|
62
|
+
GetCaseAttachmentDownloadUrlResponse = Shapes::StructureShape.new(name: 'GetCaseAttachmentDownloadUrlResponse')
|
63
|
+
GetCaseAttachmentUploadUrlRequest = Shapes::StructureShape.new(name: 'GetCaseAttachmentUploadUrlRequest')
|
64
|
+
GetCaseAttachmentUploadUrlRequestClientTokenString = Shapes::StringShape.new(name: 'GetCaseAttachmentUploadUrlRequestClientTokenString')
|
65
|
+
GetCaseAttachmentUploadUrlResponse = Shapes::StructureShape.new(name: 'GetCaseAttachmentUploadUrlResponse')
|
66
|
+
GetCaseRequest = Shapes::StructureShape.new(name: 'GetCaseRequest')
|
67
|
+
GetCaseResponse = Shapes::StructureShape.new(name: 'GetCaseResponse')
|
68
|
+
GetMembershipAccountDetailError = Shapes::StructureShape.new(name: 'GetMembershipAccountDetailError')
|
69
|
+
GetMembershipAccountDetailErrors = Shapes::ListShape.new(name: 'GetMembershipAccountDetailErrors')
|
70
|
+
GetMembershipAccountDetailItem = Shapes::StructureShape.new(name: 'GetMembershipAccountDetailItem')
|
71
|
+
GetMembershipAccountDetailItems = Shapes::ListShape.new(name: 'GetMembershipAccountDetailItems')
|
72
|
+
GetMembershipRequest = Shapes::StructureShape.new(name: 'GetMembershipRequest')
|
73
|
+
GetMembershipResponse = Shapes::StructureShape.new(name: 'GetMembershipResponse')
|
74
|
+
IPAddress = Shapes::StringShape.new(name: 'IPAddress')
|
75
|
+
ImpactedAccounts = Shapes::ListShape.new(name: 'ImpactedAccounts')
|
76
|
+
ImpactedAwsRegion = Shapes::StructureShape.new(name: 'ImpactedAwsRegion')
|
77
|
+
ImpactedAwsRegionList = Shapes::ListShape.new(name: 'ImpactedAwsRegionList')
|
78
|
+
ImpactedServicesList = Shapes::ListShape.new(name: 'ImpactedServicesList')
|
79
|
+
IncidentResponder = Shapes::StructureShape.new(name: 'IncidentResponder')
|
80
|
+
IncidentResponderName = Shapes::StringShape.new(name: 'IncidentResponderName')
|
81
|
+
IncidentResponseTeam = Shapes::ListShape.new(name: 'IncidentResponseTeam')
|
82
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
83
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
84
|
+
InvalidTokenException = Shapes::StructureShape.new(name: 'InvalidTokenException')
|
85
|
+
JobTitle = Shapes::StringShape.new(name: 'JobTitle')
|
86
|
+
ListCaseEditsRequest = Shapes::StructureShape.new(name: 'ListCaseEditsRequest')
|
87
|
+
ListCaseEditsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCaseEditsRequestMaxResultsInteger')
|
88
|
+
ListCaseEditsRequestNextTokenString = Shapes::StringShape.new(name: 'ListCaseEditsRequestNextTokenString')
|
89
|
+
ListCaseEditsResponse = Shapes::StructureShape.new(name: 'ListCaseEditsResponse')
|
90
|
+
ListCasesItem = Shapes::StructureShape.new(name: 'ListCasesItem')
|
91
|
+
ListCasesItems = Shapes::ListShape.new(name: 'ListCasesItems')
|
92
|
+
ListCasesRequest = Shapes::StructureShape.new(name: 'ListCasesRequest')
|
93
|
+
ListCasesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCasesRequestMaxResultsInteger')
|
94
|
+
ListCasesRequestNextTokenString = Shapes::StringShape.new(name: 'ListCasesRequestNextTokenString')
|
95
|
+
ListCasesResponse = Shapes::StructureShape.new(name: 'ListCasesResponse')
|
96
|
+
ListCommentsItem = Shapes::StructureShape.new(name: 'ListCommentsItem')
|
97
|
+
ListCommentsItems = Shapes::ListShape.new(name: 'ListCommentsItems')
|
98
|
+
ListCommentsRequest = Shapes::StructureShape.new(name: 'ListCommentsRequest')
|
99
|
+
ListCommentsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCommentsRequestMaxResultsInteger')
|
100
|
+
ListCommentsRequestNextTokenString = Shapes::StringShape.new(name: 'ListCommentsRequestNextTokenString')
|
101
|
+
ListCommentsResponse = Shapes::StructureShape.new(name: 'ListCommentsResponse')
|
102
|
+
ListMembershipItem = Shapes::StructureShape.new(name: 'ListMembershipItem')
|
103
|
+
ListMembershipItems = Shapes::ListShape.new(name: 'ListMembershipItems')
|
104
|
+
ListMembershipsRequest = Shapes::StructureShape.new(name: 'ListMembershipsRequest')
|
105
|
+
ListMembershipsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMembershipsRequestMaxResultsInteger')
|
106
|
+
ListMembershipsRequestNextTokenString = Shapes::StringShape.new(name: 'ListMembershipsRequestNextTokenString')
|
107
|
+
ListMembershipsResponse = Shapes::StructureShape.new(name: 'ListMembershipsResponse')
|
108
|
+
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
109
|
+
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
110
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
111
|
+
MembershipAccountRelationshipStatus = Shapes::StringShape.new(name: 'MembershipAccountRelationshipStatus')
|
112
|
+
MembershipAccountRelationshipType = Shapes::StringShape.new(name: 'MembershipAccountRelationshipType')
|
113
|
+
MembershipArn = Shapes::StringShape.new(name: 'MembershipArn')
|
114
|
+
MembershipId = Shapes::StringShape.new(name: 'MembershipId')
|
115
|
+
MembershipName = Shapes::StringShape.new(name: 'MembershipName')
|
116
|
+
MembershipStatus = Shapes::StringShape.new(name: 'MembershipStatus')
|
117
|
+
OptInFeature = Shapes::StructureShape.new(name: 'OptInFeature')
|
118
|
+
OptInFeatureName = Shapes::StringShape.new(name: 'OptInFeatureName')
|
119
|
+
OptInFeatures = Shapes::ListShape.new(name: 'OptInFeatures')
|
120
|
+
PendingAction = Shapes::StringShape.new(name: 'PendingAction')
|
121
|
+
PersonName = Shapes::StringShape.new(name: 'PersonName')
|
122
|
+
PrincipalId = Shapes::StringShape.new(name: 'PrincipalId')
|
123
|
+
ResolverType = Shapes::StringShape.new(name: 'ResolverType')
|
124
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
125
|
+
SecurityIncidentResponseNotActiveException = Shapes::StructureShape.new(name: 'SecurityIncidentResponseNotActiveException')
|
126
|
+
SelfManagedCaseStatus = Shapes::StringShape.new(name: 'SelfManagedCaseStatus')
|
127
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
128
|
+
String = Shapes::StringShape.new(name: 'String')
|
129
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
130
|
+
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
131
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
132
|
+
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
133
|
+
TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
|
134
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
135
|
+
ThreatActorIp = Shapes::StructureShape.new(name: 'ThreatActorIp')
|
136
|
+
ThreatActorIpList = Shapes::ListShape.new(name: 'ThreatActorIpList')
|
137
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
138
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
139
|
+
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
140
|
+
UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
|
141
|
+
UpdateCaseCommentRequest = Shapes::StructureShape.new(name: 'UpdateCaseCommentRequest')
|
142
|
+
UpdateCaseCommentResponse = Shapes::StructureShape.new(name: 'UpdateCaseCommentResponse')
|
143
|
+
UpdateCaseRequest = Shapes::StructureShape.new(name: 'UpdateCaseRequest')
|
144
|
+
UpdateCaseResponse = Shapes::StructureShape.new(name: 'UpdateCaseResponse')
|
145
|
+
UpdateCaseStatusRequest = Shapes::StructureShape.new(name: 'UpdateCaseStatusRequest')
|
146
|
+
UpdateCaseStatusResponse = Shapes::StructureShape.new(name: 'UpdateCaseStatusResponse')
|
147
|
+
UpdateMembershipRequest = Shapes::StructureShape.new(name: 'UpdateMembershipRequest')
|
148
|
+
UpdateMembershipResponse = Shapes::StructureShape.new(name: 'UpdateMembershipResponse')
|
149
|
+
UpdateResolverTypeRequest = Shapes::StructureShape.new(name: 'UpdateResolverTypeRequest')
|
150
|
+
UpdateResolverTypeResponse = Shapes::StructureShape.new(name: 'UpdateResolverTypeResponse')
|
151
|
+
Url = Shapes::StringShape.new(name: 'Url')
|
152
|
+
UserAgent = Shapes::StringShape.new(name: 'UserAgent')
|
153
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
154
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
155
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
156
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
157
|
+
Watcher = Shapes::StructureShape.new(name: 'Watcher')
|
158
|
+
Watchers = Shapes::ListShape.new(name: 'Watchers')
|
159
|
+
|
160
|
+
AWSAccountIds.member = Shapes::ShapeRef.new(shape: AWSAccountId)
|
161
|
+
|
162
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
163
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
164
|
+
|
165
|
+
BatchGetMemberAccountDetailsRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location: "uri", location_name: "membershipId"))
|
166
|
+
BatchGetMemberAccountDetailsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AWSAccountIds, required: true, location_name: "accountIds"))
|
167
|
+
BatchGetMemberAccountDetailsRequest.struct_class = Types::BatchGetMemberAccountDetailsRequest
|
168
|
+
|
169
|
+
BatchGetMemberAccountDetailsResponse.add_member(:items, Shapes::ShapeRef.new(shape: GetMembershipAccountDetailItems, location_name: "items"))
|
170
|
+
BatchGetMemberAccountDetailsResponse.add_member(:errors, Shapes::ShapeRef.new(shape: GetMembershipAccountDetailErrors, location_name: "errors"))
|
171
|
+
BatchGetMemberAccountDetailsResponse.struct_class = Types::BatchGetMemberAccountDetailsResponse
|
172
|
+
|
173
|
+
CancelMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location: "uri", location_name: "membershipId"))
|
174
|
+
CancelMembershipRequest.struct_class = Types::CancelMembershipRequest
|
175
|
+
|
176
|
+
CancelMembershipResponse.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
|
177
|
+
CancelMembershipResponse.struct_class = Types::CancelMembershipResponse
|
178
|
+
|
179
|
+
CaseAttachmentAttributes.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location_name: "attachmentId"))
|
180
|
+
CaseAttachmentAttributes.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "fileName"))
|
181
|
+
CaseAttachmentAttributes.add_member(:attachment_status, Shapes::ShapeRef.new(shape: CaseAttachmentStatus, required: true, location_name: "attachmentStatus"))
|
182
|
+
CaseAttachmentAttributes.add_member(:creator, Shapes::ShapeRef.new(shape: PrincipalId, required: true, location_name: "creator"))
|
183
|
+
CaseAttachmentAttributes.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdDate"))
|
184
|
+
CaseAttachmentAttributes.struct_class = Types::CaseAttachmentAttributes
|
185
|
+
|
186
|
+
CaseAttachmentsList.member = Shapes::ShapeRef.new(shape: CaseAttachmentAttributes)
|
187
|
+
|
188
|
+
CaseEditItem.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTimestamp"))
|
189
|
+
CaseEditItem.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
|
190
|
+
CaseEditItem.add_member(:action, Shapes::ShapeRef.new(shape: CaseEditAction, location_name: "action"))
|
191
|
+
CaseEditItem.add_member(:message, Shapes::ShapeRef.new(shape: CaseEditMessage, location_name: "message"))
|
192
|
+
CaseEditItem.struct_class = Types::CaseEditItem
|
193
|
+
|
194
|
+
CaseEditItems.member = Shapes::ShapeRef.new(shape: CaseEditItem)
|
195
|
+
|
196
|
+
CloseCaseRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
197
|
+
CloseCaseRequest.struct_class = Types::CloseCaseRequest
|
198
|
+
|
199
|
+
CloseCaseResponse.add_member(:case_status, Shapes::ShapeRef.new(shape: CaseStatus, location_name: "caseStatus"))
|
200
|
+
CloseCaseResponse.add_member(:closed_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "closedDate"))
|
201
|
+
CloseCaseResponse.struct_class = Types::CloseCaseResponse
|
202
|
+
|
203
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
204
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
205
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
206
|
+
ConflictException.struct_class = Types::ConflictException
|
207
|
+
|
208
|
+
CreateCaseCommentRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
209
|
+
CreateCaseCommentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateCaseCommentRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
210
|
+
CreateCaseCommentRequest.add_member(:body, Shapes::ShapeRef.new(shape: CommentBody, required: true, location_name: "body"))
|
211
|
+
CreateCaseCommentRequest.struct_class = Types::CreateCaseCommentRequest
|
212
|
+
|
213
|
+
CreateCaseCommentResponse.add_member(:comment_id, Shapes::ShapeRef.new(shape: CommentId, required: true, location_name: "commentId"))
|
214
|
+
CreateCaseCommentResponse.struct_class = Types::CreateCaseCommentResponse
|
215
|
+
|
216
|
+
CreateCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateCaseRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
217
|
+
CreateCaseRequest.add_member(:resolver_type, Shapes::ShapeRef.new(shape: ResolverType, required: true, location_name: "resolverType"))
|
218
|
+
CreateCaseRequest.add_member(:title, Shapes::ShapeRef.new(shape: CaseTitle, required: true, location_name: "title"))
|
219
|
+
CreateCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: CaseDescription, required: true, location_name: "description"))
|
220
|
+
CreateCaseRequest.add_member(:engagement_type, Shapes::ShapeRef.new(shape: EngagementType, required: true, location_name: "engagementType"))
|
221
|
+
CreateCaseRequest.add_member(:reported_incident_start_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "reportedIncidentStartDate"))
|
222
|
+
CreateCaseRequest.add_member(:impacted_accounts, Shapes::ShapeRef.new(shape: ImpactedAccounts, required: true, location_name: "impactedAccounts"))
|
223
|
+
CreateCaseRequest.add_member(:watchers, Shapes::ShapeRef.new(shape: Watchers, required: true, location_name: "watchers"))
|
224
|
+
CreateCaseRequest.add_member(:threat_actor_ip_addresses, Shapes::ShapeRef.new(shape: ThreatActorIpList, location_name: "threatActorIpAddresses"))
|
225
|
+
CreateCaseRequest.add_member(:impacted_services, Shapes::ShapeRef.new(shape: ImpactedServicesList, location_name: "impactedServices"))
|
226
|
+
CreateCaseRequest.add_member(:impacted_aws_regions, Shapes::ShapeRef.new(shape: ImpactedAwsRegionList, location_name: "impactedAwsRegions"))
|
227
|
+
CreateCaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
228
|
+
CreateCaseRequest.struct_class = Types::CreateCaseRequest
|
229
|
+
|
230
|
+
CreateCaseResponse.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location_name: "caseId"))
|
231
|
+
CreateCaseResponse.struct_class = Types::CreateCaseResponse
|
232
|
+
|
233
|
+
CreateMembershipRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateMembershipRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
234
|
+
CreateMembershipRequest.add_member(:membership_name, Shapes::ShapeRef.new(shape: MembershipName, required: true, location_name: "membershipName"))
|
235
|
+
CreateMembershipRequest.add_member(:incident_response_team, Shapes::ShapeRef.new(shape: IncidentResponseTeam, required: true, location_name: "incidentResponseTeam"))
|
236
|
+
CreateMembershipRequest.add_member(:opt_in_features, Shapes::ShapeRef.new(shape: OptInFeatures, location_name: "optInFeatures"))
|
237
|
+
CreateMembershipRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
238
|
+
CreateMembershipRequest.struct_class = Types::CreateMembershipRequest
|
239
|
+
|
240
|
+
CreateMembershipResponse.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
|
241
|
+
CreateMembershipResponse.struct_class = Types::CreateMembershipResponse
|
242
|
+
|
243
|
+
GetCaseAttachmentDownloadUrlRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
244
|
+
GetCaseAttachmentDownloadUrlRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
245
|
+
GetCaseAttachmentDownloadUrlRequest.struct_class = Types::GetCaseAttachmentDownloadUrlRequest
|
246
|
+
|
247
|
+
GetCaseAttachmentDownloadUrlResponse.add_member(:attachment_presigned_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "attachmentPresignedUrl"))
|
248
|
+
GetCaseAttachmentDownloadUrlResponse.struct_class = Types::GetCaseAttachmentDownloadUrlResponse
|
249
|
+
|
250
|
+
GetCaseAttachmentUploadUrlRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
251
|
+
GetCaseAttachmentUploadUrlRequest.add_member(:file_name, Shapes::ShapeRef.new(shape: FileName, required: true, location_name: "fileName"))
|
252
|
+
GetCaseAttachmentUploadUrlRequest.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, required: true, location_name: "contentLength"))
|
253
|
+
GetCaseAttachmentUploadUrlRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: GetCaseAttachmentUploadUrlRequestClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
254
|
+
GetCaseAttachmentUploadUrlRequest.struct_class = Types::GetCaseAttachmentUploadUrlRequest
|
255
|
+
|
256
|
+
GetCaseAttachmentUploadUrlResponse.add_member(:attachment_presigned_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "attachmentPresignedUrl"))
|
257
|
+
GetCaseAttachmentUploadUrlResponse.struct_class = Types::GetCaseAttachmentUploadUrlResponse
|
258
|
+
|
259
|
+
GetCaseRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
260
|
+
GetCaseRequest.struct_class = Types::GetCaseRequest
|
261
|
+
|
262
|
+
GetCaseResponse.add_member(:title, Shapes::ShapeRef.new(shape: CaseTitle, location_name: "title"))
|
263
|
+
GetCaseResponse.add_member(:case_arn, Shapes::ShapeRef.new(shape: CaseArn, location_name: "caseArn"))
|
264
|
+
GetCaseResponse.add_member(:description, Shapes::ShapeRef.new(shape: CaseDescription, location_name: "description"))
|
265
|
+
GetCaseResponse.add_member(:case_status, Shapes::ShapeRef.new(shape: CaseStatus, location_name: "caseStatus"))
|
266
|
+
GetCaseResponse.add_member(:engagement_type, Shapes::ShapeRef.new(shape: EngagementType, location_name: "engagementType"))
|
267
|
+
GetCaseResponse.add_member(:reported_incident_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "reportedIncidentStartDate"))
|
268
|
+
GetCaseResponse.add_member(:actual_incident_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "actualIncidentStartDate"))
|
269
|
+
GetCaseResponse.add_member(:impacted_aws_regions, Shapes::ShapeRef.new(shape: ImpactedAwsRegionList, location_name: "impactedAwsRegions"))
|
270
|
+
GetCaseResponse.add_member(:threat_actor_ip_addresses, Shapes::ShapeRef.new(shape: ThreatActorIpList, location_name: "threatActorIpAddresses"))
|
271
|
+
GetCaseResponse.add_member(:pending_action, Shapes::ShapeRef.new(shape: PendingAction, location_name: "pendingAction"))
|
272
|
+
GetCaseResponse.add_member(:impacted_accounts, Shapes::ShapeRef.new(shape: ImpactedAccounts, location_name: "impactedAccounts"))
|
273
|
+
GetCaseResponse.add_member(:watchers, Shapes::ShapeRef.new(shape: Watchers, location_name: "watchers"))
|
274
|
+
GetCaseResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
|
275
|
+
GetCaseResponse.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
|
276
|
+
GetCaseResponse.add_member(:closure_code, Shapes::ShapeRef.new(shape: ClosureCode, location_name: "closureCode"))
|
277
|
+
GetCaseResponse.add_member(:resolver_type, Shapes::ShapeRef.new(shape: ResolverType, location_name: "resolverType"))
|
278
|
+
GetCaseResponse.add_member(:impacted_services, Shapes::ShapeRef.new(shape: ImpactedServicesList, location_name: "impactedServices"))
|
279
|
+
GetCaseResponse.add_member(:case_attachments, Shapes::ShapeRef.new(shape: CaseAttachmentsList, location_name: "caseAttachments"))
|
280
|
+
GetCaseResponse.add_member(:closed_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "closedDate"))
|
281
|
+
GetCaseResponse.struct_class = Types::GetCaseResponse
|
282
|
+
|
283
|
+
GetMembershipAccountDetailError.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, required: true, location_name: "accountId"))
|
284
|
+
GetMembershipAccountDetailError.add_member(:error, Shapes::ShapeRef.new(shape: String, required: true, location_name: "error"))
|
285
|
+
GetMembershipAccountDetailError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
286
|
+
GetMembershipAccountDetailError.struct_class = Types::GetMembershipAccountDetailError
|
287
|
+
|
288
|
+
GetMembershipAccountDetailErrors.member = Shapes::ShapeRef.new(shape: GetMembershipAccountDetailError)
|
289
|
+
|
290
|
+
GetMembershipAccountDetailItem.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "accountId"))
|
291
|
+
GetMembershipAccountDetailItem.add_member(:relationship_status, Shapes::ShapeRef.new(shape: MembershipAccountRelationshipStatus, location_name: "relationshipStatus"))
|
292
|
+
GetMembershipAccountDetailItem.add_member(:relationship_type, Shapes::ShapeRef.new(shape: MembershipAccountRelationshipType, location_name: "relationshipType"))
|
293
|
+
GetMembershipAccountDetailItem.struct_class = Types::GetMembershipAccountDetailItem
|
294
|
+
|
295
|
+
GetMembershipAccountDetailItems.member = Shapes::ShapeRef.new(shape: GetMembershipAccountDetailItem)
|
296
|
+
|
297
|
+
GetMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location: "uri", location_name: "membershipId"))
|
298
|
+
GetMembershipRequest.struct_class = Types::GetMembershipRequest
|
299
|
+
|
300
|
+
GetMembershipResponse.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
|
301
|
+
GetMembershipResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "accountId"))
|
302
|
+
GetMembershipResponse.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "region"))
|
303
|
+
GetMembershipResponse.add_member(:membership_name, Shapes::ShapeRef.new(shape: MembershipName, location_name: "membershipName"))
|
304
|
+
GetMembershipResponse.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, location_name: "membershipArn"))
|
305
|
+
GetMembershipResponse.add_member(:membership_status, Shapes::ShapeRef.new(shape: MembershipStatus, location_name: "membershipStatus"))
|
306
|
+
GetMembershipResponse.add_member(:membership_activation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "membershipActivationTimestamp"))
|
307
|
+
GetMembershipResponse.add_member(:membership_deactivation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "membershipDeactivationTimestamp"))
|
308
|
+
GetMembershipResponse.add_member(:customer_type, Shapes::ShapeRef.new(shape: CustomerType, location_name: "customerType"))
|
309
|
+
GetMembershipResponse.add_member(:number_of_accounts_covered, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAccountsCovered"))
|
310
|
+
GetMembershipResponse.add_member(:incident_response_team, Shapes::ShapeRef.new(shape: IncidentResponseTeam, location_name: "incidentResponseTeam"))
|
311
|
+
GetMembershipResponse.add_member(:opt_in_features, Shapes::ShapeRef.new(shape: OptInFeatures, location_name: "optInFeatures"))
|
312
|
+
GetMembershipResponse.struct_class = Types::GetMembershipResponse
|
313
|
+
|
314
|
+
ImpactedAccounts.member = Shapes::ShapeRef.new(shape: AWSAccountId)
|
315
|
+
|
316
|
+
ImpactedAwsRegion.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "region"))
|
317
|
+
ImpactedAwsRegion.struct_class = Types::ImpactedAwsRegion
|
318
|
+
|
319
|
+
ImpactedAwsRegionList.member = Shapes::ShapeRef.new(shape: ImpactedAwsRegion)
|
320
|
+
|
321
|
+
ImpactedServicesList.member = Shapes::ShapeRef.new(shape: AwsService)
|
322
|
+
|
323
|
+
IncidentResponder.add_member(:name, Shapes::ShapeRef.new(shape: IncidentResponderName, required: true, location_name: "name"))
|
324
|
+
IncidentResponder.add_member(:job_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "jobTitle"))
|
325
|
+
IncidentResponder.add_member(:email, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "email"))
|
326
|
+
IncidentResponder.struct_class = Types::IncidentResponder
|
327
|
+
|
328
|
+
IncidentResponseTeam.member = Shapes::ShapeRef.new(shape: IncidentResponder)
|
329
|
+
|
330
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
331
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
332
|
+
InternalServerException.struct_class = Types::InternalServerException
|
333
|
+
|
334
|
+
InvalidTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
335
|
+
InvalidTokenException.struct_class = Types::InvalidTokenException
|
336
|
+
|
337
|
+
ListCaseEditsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListCaseEditsRequestNextTokenString, location_name: "nextToken"))
|
338
|
+
ListCaseEditsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCaseEditsRequestMaxResultsInteger, location_name: "maxResults"))
|
339
|
+
ListCaseEditsRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
340
|
+
ListCaseEditsRequest.struct_class = Types::ListCaseEditsRequest
|
341
|
+
|
342
|
+
ListCaseEditsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
343
|
+
ListCaseEditsResponse.add_member(:items, Shapes::ShapeRef.new(shape: CaseEditItems, location_name: "items"))
|
344
|
+
ListCaseEditsResponse.add_member(:total, Shapes::ShapeRef.new(shape: Integer, location_name: "total"))
|
345
|
+
ListCaseEditsResponse.struct_class = Types::ListCaseEditsResponse
|
346
|
+
|
347
|
+
ListCasesItem.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location_name: "caseId"))
|
348
|
+
ListCasesItem.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
|
349
|
+
ListCasesItem.add_member(:title, Shapes::ShapeRef.new(shape: CaseTitle, location_name: "title"))
|
350
|
+
ListCasesItem.add_member(:case_arn, Shapes::ShapeRef.new(shape: CaseArn, location_name: "caseArn"))
|
351
|
+
ListCasesItem.add_member(:engagement_type, Shapes::ShapeRef.new(shape: EngagementType, location_name: "engagementType"))
|
352
|
+
ListCasesItem.add_member(:case_status, Shapes::ShapeRef.new(shape: CaseStatus, location_name: "caseStatus"))
|
353
|
+
ListCasesItem.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
|
354
|
+
ListCasesItem.add_member(:closed_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "closedDate"))
|
355
|
+
ListCasesItem.add_member(:resolver_type, Shapes::ShapeRef.new(shape: ResolverType, location_name: "resolverType"))
|
356
|
+
ListCasesItem.add_member(:pending_action, Shapes::ShapeRef.new(shape: PendingAction, location_name: "pendingAction"))
|
357
|
+
ListCasesItem.struct_class = Types::ListCasesItem
|
358
|
+
|
359
|
+
ListCasesItems.member = Shapes::ShapeRef.new(shape: ListCasesItem)
|
360
|
+
|
361
|
+
ListCasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListCasesRequestNextTokenString, location_name: "nextToken"))
|
362
|
+
ListCasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCasesRequestMaxResultsInteger, location_name: "maxResults"))
|
363
|
+
ListCasesRequest.struct_class = Types::ListCasesRequest
|
364
|
+
|
365
|
+
ListCasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
366
|
+
ListCasesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListCasesItems, location_name: "items"))
|
367
|
+
ListCasesResponse.add_member(:total, Shapes::ShapeRef.new(shape: Long, location_name: "total"))
|
368
|
+
ListCasesResponse.struct_class = Types::ListCasesResponse
|
369
|
+
|
370
|
+
ListCommentsItem.add_member(:comment_id, Shapes::ShapeRef.new(shape: CommentId, required: true, location_name: "commentId"))
|
371
|
+
ListCommentsItem.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
|
372
|
+
ListCommentsItem.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
|
373
|
+
ListCommentsItem.add_member(:creator, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "creator"))
|
374
|
+
ListCommentsItem.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "lastUpdatedBy"))
|
375
|
+
ListCommentsItem.add_member(:body, Shapes::ShapeRef.new(shape: CommentBody, location_name: "body"))
|
376
|
+
ListCommentsItem.struct_class = Types::ListCommentsItem
|
377
|
+
|
378
|
+
ListCommentsItems.member = Shapes::ShapeRef.new(shape: ListCommentsItem)
|
379
|
+
|
380
|
+
ListCommentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListCommentsRequestNextTokenString, location_name: "nextToken"))
|
381
|
+
ListCommentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCommentsRequestMaxResultsInteger, location_name: "maxResults"))
|
382
|
+
ListCommentsRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
383
|
+
ListCommentsRequest.struct_class = Types::ListCommentsRequest
|
384
|
+
|
385
|
+
ListCommentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
386
|
+
ListCommentsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListCommentsItems, location_name: "items"))
|
387
|
+
ListCommentsResponse.add_member(:total, Shapes::ShapeRef.new(shape: Integer, location_name: "total"))
|
388
|
+
ListCommentsResponse.struct_class = Types::ListCommentsResponse
|
389
|
+
|
390
|
+
ListMembershipItem.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
|
391
|
+
ListMembershipItem.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "accountId"))
|
392
|
+
ListMembershipItem.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "region"))
|
393
|
+
ListMembershipItem.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, location_name: "membershipArn"))
|
394
|
+
ListMembershipItem.add_member(:membership_status, Shapes::ShapeRef.new(shape: MembershipStatus, location_name: "membershipStatus"))
|
395
|
+
ListMembershipItem.struct_class = Types::ListMembershipItem
|
396
|
+
|
397
|
+
ListMembershipItems.member = Shapes::ShapeRef.new(shape: ListMembershipItem)
|
398
|
+
|
399
|
+
ListMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListMembershipsRequestNextTokenString, location_name: "nextToken"))
|
400
|
+
ListMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMembershipsRequestMaxResultsInteger, location_name: "maxResults"))
|
401
|
+
ListMembershipsRequest.struct_class = Types::ListMembershipsRequest
|
402
|
+
|
403
|
+
ListMembershipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
404
|
+
ListMembershipsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListMembershipItems, location_name: "items"))
|
405
|
+
ListMembershipsResponse.struct_class = Types::ListMembershipsResponse
|
406
|
+
|
407
|
+
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
408
|
+
ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
|
409
|
+
|
410
|
+
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
411
|
+
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
412
|
+
|
413
|
+
OptInFeature.add_member(:feature_name, Shapes::ShapeRef.new(shape: OptInFeatureName, required: true, location_name: "featureName"))
|
414
|
+
OptInFeature.add_member(:is_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isEnabled"))
|
415
|
+
OptInFeature.struct_class = Types::OptInFeature
|
416
|
+
|
417
|
+
OptInFeatures.member = Shapes::ShapeRef.new(shape: OptInFeature)
|
418
|
+
|
419
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
420
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
421
|
+
|
422
|
+
SecurityIncidentResponseNotActiveException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
423
|
+
SecurityIncidentResponseNotActiveException.struct_class = Types::SecurityIncidentResponseNotActiveException
|
424
|
+
|
425
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
426
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
427
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
428
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
|
429
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
430
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
431
|
+
|
432
|
+
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
433
|
+
|
434
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
435
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
436
|
+
|
437
|
+
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
438
|
+
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
439
|
+
TagResourceInput.struct_class = Types::TagResourceInput
|
440
|
+
|
441
|
+
TagResourceOutput.struct_class = Types::TagResourceOutput
|
442
|
+
|
443
|
+
ThreatActorIp.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, required: true, location_name: "ipAddress"))
|
444
|
+
ThreatActorIp.add_member(:user_agent, Shapes::ShapeRef.new(shape: UserAgent, location_name: "userAgent"))
|
445
|
+
ThreatActorIp.struct_class = Types::ThreatActorIp
|
446
|
+
|
447
|
+
ThreatActorIpList.member = Shapes::ShapeRef.new(shape: ThreatActorIp)
|
448
|
+
|
449
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
450
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
451
|
+
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
452
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
453
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
454
|
+
|
455
|
+
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
456
|
+
UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
|
457
|
+
UntagResourceInput.struct_class = Types::UntagResourceInput
|
458
|
+
|
459
|
+
UntagResourceOutput.struct_class = Types::UntagResourceOutput
|
460
|
+
|
461
|
+
UpdateCaseCommentRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
462
|
+
UpdateCaseCommentRequest.add_member(:comment_id, Shapes::ShapeRef.new(shape: CommentId, required: true, location: "uri", location_name: "commentId"))
|
463
|
+
UpdateCaseCommentRequest.add_member(:body, Shapes::ShapeRef.new(shape: CommentBody, required: true, location_name: "body"))
|
464
|
+
UpdateCaseCommentRequest.struct_class = Types::UpdateCaseCommentRequest
|
465
|
+
|
466
|
+
UpdateCaseCommentResponse.add_member(:comment_id, Shapes::ShapeRef.new(shape: CommentId, required: true, location_name: "commentId"))
|
467
|
+
UpdateCaseCommentResponse.add_member(:body, Shapes::ShapeRef.new(shape: CommentBody, location_name: "body"))
|
468
|
+
UpdateCaseCommentResponse.struct_class = Types::UpdateCaseCommentResponse
|
469
|
+
|
470
|
+
UpdateCaseRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
471
|
+
UpdateCaseRequest.add_member(:title, Shapes::ShapeRef.new(shape: CaseTitle, location_name: "title"))
|
472
|
+
UpdateCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: CaseDescription, location_name: "description"))
|
473
|
+
UpdateCaseRequest.add_member(:reported_incident_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "reportedIncidentStartDate"))
|
474
|
+
UpdateCaseRequest.add_member(:actual_incident_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "actualIncidentStartDate"))
|
475
|
+
UpdateCaseRequest.add_member(:engagement_type, Shapes::ShapeRef.new(shape: EngagementType, location_name: "engagementType"))
|
476
|
+
UpdateCaseRequest.add_member(:watchers_to_add, Shapes::ShapeRef.new(shape: Watchers, location_name: "watchersToAdd"))
|
477
|
+
UpdateCaseRequest.add_member(:watchers_to_delete, Shapes::ShapeRef.new(shape: Watchers, location_name: "watchersToDelete"))
|
478
|
+
UpdateCaseRequest.add_member(:threat_actor_ip_addresses_to_add, Shapes::ShapeRef.new(shape: ThreatActorIpList, location_name: "threatActorIpAddressesToAdd"))
|
479
|
+
UpdateCaseRequest.add_member(:threat_actor_ip_addresses_to_delete, Shapes::ShapeRef.new(shape: ThreatActorIpList, location_name: "threatActorIpAddressesToDelete"))
|
480
|
+
UpdateCaseRequest.add_member(:impacted_services_to_add, Shapes::ShapeRef.new(shape: ImpactedServicesList, location_name: "impactedServicesToAdd"))
|
481
|
+
UpdateCaseRequest.add_member(:impacted_services_to_delete, Shapes::ShapeRef.new(shape: ImpactedServicesList, location_name: "impactedServicesToDelete"))
|
482
|
+
UpdateCaseRequest.add_member(:impacted_aws_regions_to_add, Shapes::ShapeRef.new(shape: ImpactedAwsRegionList, location_name: "impactedAwsRegionsToAdd"))
|
483
|
+
UpdateCaseRequest.add_member(:impacted_aws_regions_to_delete, Shapes::ShapeRef.new(shape: ImpactedAwsRegionList, location_name: "impactedAwsRegionsToDelete"))
|
484
|
+
UpdateCaseRequest.add_member(:impacted_accounts_to_add, Shapes::ShapeRef.new(shape: ImpactedAccounts, location_name: "impactedAccountsToAdd"))
|
485
|
+
UpdateCaseRequest.add_member(:impacted_accounts_to_delete, Shapes::ShapeRef.new(shape: ImpactedAccounts, location_name: "impactedAccountsToDelete"))
|
486
|
+
UpdateCaseRequest.struct_class = Types::UpdateCaseRequest
|
487
|
+
|
488
|
+
UpdateCaseResponse.struct_class = Types::UpdateCaseResponse
|
489
|
+
|
490
|
+
UpdateCaseStatusRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
491
|
+
UpdateCaseStatusRequest.add_member(:case_status, Shapes::ShapeRef.new(shape: SelfManagedCaseStatus, required: true, location_name: "caseStatus"))
|
492
|
+
UpdateCaseStatusRequest.struct_class = Types::UpdateCaseStatusRequest
|
493
|
+
|
494
|
+
UpdateCaseStatusResponse.add_member(:case_status, Shapes::ShapeRef.new(shape: SelfManagedCaseStatus, location_name: "caseStatus"))
|
495
|
+
UpdateCaseStatusResponse.struct_class = Types::UpdateCaseStatusResponse
|
496
|
+
|
497
|
+
UpdateMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location: "uri", location_name: "membershipId"))
|
498
|
+
UpdateMembershipRequest.add_member(:membership_name, Shapes::ShapeRef.new(shape: MembershipName, location_name: "membershipName"))
|
499
|
+
UpdateMembershipRequest.add_member(:incident_response_team, Shapes::ShapeRef.new(shape: IncidentResponseTeam, location_name: "incidentResponseTeam"))
|
500
|
+
UpdateMembershipRequest.add_member(:opt_in_features, Shapes::ShapeRef.new(shape: OptInFeatures, location_name: "optInFeatures"))
|
501
|
+
UpdateMembershipRequest.struct_class = Types::UpdateMembershipRequest
|
502
|
+
|
503
|
+
UpdateMembershipResponse.struct_class = Types::UpdateMembershipResponse
|
504
|
+
|
505
|
+
UpdateResolverTypeRequest.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location: "uri", location_name: "caseId"))
|
506
|
+
UpdateResolverTypeRequest.add_member(:resolver_type, Shapes::ShapeRef.new(shape: ResolverType, required: true, location_name: "resolverType"))
|
507
|
+
UpdateResolverTypeRequest.struct_class = Types::UpdateResolverTypeRequest
|
508
|
+
|
509
|
+
UpdateResolverTypeResponse.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, required: true, location_name: "caseId"))
|
510
|
+
UpdateResolverTypeResponse.add_member(:case_status, Shapes::ShapeRef.new(shape: CaseStatus, location_name: "caseStatus"))
|
511
|
+
UpdateResolverTypeResponse.add_member(:resolver_type, Shapes::ShapeRef.new(shape: ResolverType, location_name: "resolverType"))
|
512
|
+
UpdateResolverTypeResponse.struct_class = Types::UpdateResolverTypeResponse
|
513
|
+
|
514
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
515
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
516
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
517
|
+
ValidationException.struct_class = Types::ValidationException
|
518
|
+
|
519
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
520
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
521
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
522
|
+
|
523
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
524
|
+
|
525
|
+
Watcher.add_member(:email, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "email"))
|
526
|
+
Watcher.add_member(:name, Shapes::ShapeRef.new(shape: PersonName, location_name: "name"))
|
527
|
+
Watcher.add_member(:job_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "jobTitle"))
|
528
|
+
Watcher.struct_class = Types::Watcher
|
529
|
+
|
530
|
+
Watchers.member = Shapes::ShapeRef.new(shape: Watcher)
|
531
|
+
|
532
|
+
|
533
|
+
# @api private
|
534
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
535
|
+
|
536
|
+
api.version = "2018-05-10"
|
537
|
+
|
538
|
+
api.metadata = {
|
539
|
+
"apiVersion" => "2018-05-10",
|
540
|
+
"auth" => ["aws.auth#sigv4"],
|
541
|
+
"endpointPrefix" => "security-ir",
|
542
|
+
"protocol" => "rest-json",
|
543
|
+
"protocols" => ["rest-json"],
|
544
|
+
"serviceFullName" => "Security Incident Response",
|
545
|
+
"serviceId" => "Security IR",
|
546
|
+
"signatureVersion" => "v4",
|
547
|
+
"signingName" => "security-ir",
|
548
|
+
"uid" => "security-ir-2018-05-10",
|
549
|
+
}
|
550
|
+
|
551
|
+
api.add_operation(:batch_get_member_account_details, Seahorse::Model::Operation.new.tap do |o|
|
552
|
+
o.name = "BatchGetMemberAccountDetails"
|
553
|
+
o.http_method = "POST"
|
554
|
+
o.http_request_uri = "/v1/membership/{membershipId}/batch-member-details"
|
555
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetMemberAccountDetailsRequest)
|
556
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetMemberAccountDetailsResponse)
|
557
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
558
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
559
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
560
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
562
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
564
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
565
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
566
|
+
end)
|
567
|
+
|
568
|
+
api.add_operation(:cancel_membership, Seahorse::Model::Operation.new.tap do |o|
|
569
|
+
o.name = "CancelMembership"
|
570
|
+
o.http_method = "PUT"
|
571
|
+
o.http_request_uri = "/v1/membership/{membershipId}"
|
572
|
+
o.input = Shapes::ShapeRef.new(shape: CancelMembershipRequest)
|
573
|
+
o.output = Shapes::ShapeRef.new(shape: CancelMembershipResponse)
|
574
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
575
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
576
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
577
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
578
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
579
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
580
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
581
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
582
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
583
|
+
end)
|
584
|
+
|
585
|
+
api.add_operation(:close_case, Seahorse::Model::Operation.new.tap do |o|
|
586
|
+
o.name = "CloseCase"
|
587
|
+
o.http_method = "POST"
|
588
|
+
o.http_request_uri = "/v1/cases/{caseId}/close-case"
|
589
|
+
o.input = Shapes::ShapeRef.new(shape: CloseCaseRequest)
|
590
|
+
o.output = Shapes::ShapeRef.new(shape: CloseCaseResponse)
|
591
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
593
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
594
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
596
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
597
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
598
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
599
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
600
|
+
end)
|
601
|
+
|
602
|
+
api.add_operation(:create_case, Seahorse::Model::Operation.new.tap do |o|
|
603
|
+
o.name = "CreateCase"
|
604
|
+
o.http_method = "POST"
|
605
|
+
o.http_request_uri = "/v1/create-case"
|
606
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCaseRequest)
|
607
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCaseResponse)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
609
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
610
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
611
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
612
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
613
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
614
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
615
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
616
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
617
|
+
end)
|
618
|
+
|
619
|
+
api.add_operation(:create_case_comment, Seahorse::Model::Operation.new.tap do |o|
|
620
|
+
o.name = "CreateCaseComment"
|
621
|
+
o.http_method = "POST"
|
622
|
+
o.http_request_uri = "/v1/cases/{caseId}/create-comment"
|
623
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCaseCommentRequest)
|
624
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCaseCommentResponse)
|
625
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
626
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
627
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
629
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
634
|
+
end)
|
635
|
+
|
636
|
+
api.add_operation(:create_membership, Seahorse::Model::Operation.new.tap do |o|
|
637
|
+
o.name = "CreateMembership"
|
638
|
+
o.http_method = "POST"
|
639
|
+
o.http_request_uri = "/v1/membership"
|
640
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMembershipRequest)
|
641
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMembershipResponse)
|
642
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
643
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
646
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
648
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
649
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
650
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
651
|
+
end)
|
652
|
+
|
653
|
+
api.add_operation(:get_case, Seahorse::Model::Operation.new.tap do |o|
|
654
|
+
o.name = "GetCase"
|
655
|
+
o.http_method = "GET"
|
656
|
+
o.http_request_uri = "/v1/cases/{caseId}/get-case"
|
657
|
+
o.input = Shapes::ShapeRef.new(shape: GetCaseRequest)
|
658
|
+
o.output = Shapes::ShapeRef.new(shape: GetCaseResponse)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
660
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
661
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
665
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
666
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
667
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
668
|
+
end)
|
669
|
+
|
670
|
+
api.add_operation(:get_case_attachment_download_url, Seahorse::Model::Operation.new.tap do |o|
|
671
|
+
o.name = "GetCaseAttachmentDownloadUrl"
|
672
|
+
o.http_method = "GET"
|
673
|
+
o.http_request_uri = "/v1/cases/{caseId}/get-presigned-url/{attachmentId}"
|
674
|
+
o.input = Shapes::ShapeRef.new(shape: GetCaseAttachmentDownloadUrlRequest)
|
675
|
+
o.output = Shapes::ShapeRef.new(shape: GetCaseAttachmentDownloadUrlResponse)
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
677
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
681
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
685
|
+
end)
|
686
|
+
|
687
|
+
api.add_operation(:get_case_attachment_upload_url, Seahorse::Model::Operation.new.tap do |o|
|
688
|
+
o.name = "GetCaseAttachmentUploadUrl"
|
689
|
+
o.http_method = "POST"
|
690
|
+
o.http_request_uri = "/v1/cases/{caseId}/get-presigned-url"
|
691
|
+
o.input = Shapes::ShapeRef.new(shape: GetCaseAttachmentUploadUrlRequest)
|
692
|
+
o.output = Shapes::ShapeRef.new(shape: GetCaseAttachmentUploadUrlResponse)
|
693
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
694
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
695
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
702
|
+
end)
|
703
|
+
|
704
|
+
api.add_operation(:get_membership, Seahorse::Model::Operation.new.tap do |o|
|
705
|
+
o.name = "GetMembership"
|
706
|
+
o.http_method = "GET"
|
707
|
+
o.http_request_uri = "/v1/membership/{membershipId}"
|
708
|
+
o.input = Shapes::ShapeRef.new(shape: GetMembershipRequest)
|
709
|
+
o.output = Shapes::ShapeRef.new(shape: GetMembershipResponse)
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
715
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
716
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
717
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
718
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
719
|
+
end)
|
720
|
+
|
721
|
+
api.add_operation(:list_case_edits, Seahorse::Model::Operation.new.tap do |o|
|
722
|
+
o.name = "ListCaseEdits"
|
723
|
+
o.http_method = "POST"
|
724
|
+
o.http_request_uri = "/v1/cases/{caseId}/list-case-edits"
|
725
|
+
o.input = Shapes::ShapeRef.new(shape: ListCaseEditsRequest)
|
726
|
+
o.output = Shapes::ShapeRef.new(shape: ListCaseEditsResponse)
|
727
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
728
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
729
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
730
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
731
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
732
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
736
|
+
o[:pager] = Aws::Pager.new(
|
737
|
+
limit_key: "max_results",
|
738
|
+
tokens: {
|
739
|
+
"next_token" => "next_token"
|
740
|
+
}
|
741
|
+
)
|
742
|
+
end)
|
743
|
+
|
744
|
+
api.add_operation(:list_cases, Seahorse::Model::Operation.new.tap do |o|
|
745
|
+
o.name = "ListCases"
|
746
|
+
o.http_method = "POST"
|
747
|
+
o.http_request_uri = "/v1/list-cases"
|
748
|
+
o.input = Shapes::ShapeRef.new(shape: ListCasesRequest)
|
749
|
+
o.output = Shapes::ShapeRef.new(shape: ListCasesResponse)
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
752
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
753
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
754
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
755
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
756
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
759
|
+
o[:pager] = Aws::Pager.new(
|
760
|
+
limit_key: "max_results",
|
761
|
+
tokens: {
|
762
|
+
"next_token" => "next_token"
|
763
|
+
}
|
764
|
+
)
|
765
|
+
end)
|
766
|
+
|
767
|
+
api.add_operation(:list_comments, Seahorse::Model::Operation.new.tap do |o|
|
768
|
+
o.name = "ListComments"
|
769
|
+
o.http_method = "POST"
|
770
|
+
o.http_request_uri = "/v1/cases/{caseId}/list-comments"
|
771
|
+
o.input = Shapes::ShapeRef.new(shape: ListCommentsRequest)
|
772
|
+
o.output = Shapes::ShapeRef.new(shape: ListCommentsResponse)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
775
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
779
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
780
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
782
|
+
o[:pager] = Aws::Pager.new(
|
783
|
+
limit_key: "max_results",
|
784
|
+
tokens: {
|
785
|
+
"next_token" => "next_token"
|
786
|
+
}
|
787
|
+
)
|
788
|
+
end)
|
789
|
+
|
790
|
+
api.add_operation(:list_memberships, Seahorse::Model::Operation.new.tap do |o|
|
791
|
+
o.name = "ListMemberships"
|
792
|
+
o.http_method = "POST"
|
793
|
+
o.http_request_uri = "/v1/memberships"
|
794
|
+
o.input = Shapes::ShapeRef.new(shape: ListMembershipsRequest)
|
795
|
+
o.output = Shapes::ShapeRef.new(shape: ListMembershipsResponse)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
797
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
799
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
800
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
801
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
805
|
+
o[:pager] = Aws::Pager.new(
|
806
|
+
limit_key: "max_results",
|
807
|
+
tokens: {
|
808
|
+
"next_token" => "next_token"
|
809
|
+
}
|
810
|
+
)
|
811
|
+
end)
|
812
|
+
|
813
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
814
|
+
o.name = "ListTagsForResource"
|
815
|
+
o.http_method = "GET"
|
816
|
+
o.http_request_uri = "/v1/tags/{resourceArn}"
|
817
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
|
818
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
828
|
+
end)
|
829
|
+
|
830
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
831
|
+
o.name = "TagResource"
|
832
|
+
o.http_method = "POST"
|
833
|
+
o.http_request_uri = "/v1/tags/{resourceArn}"
|
834
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
|
835
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
840
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
845
|
+
end)
|
846
|
+
|
847
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
848
|
+
o.name = "UntagResource"
|
849
|
+
o.http_method = "DELETE"
|
850
|
+
o.http_request_uri = "/v1/tags/{resourceArn}"
|
851
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
|
852
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
860
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
861
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
862
|
+
end)
|
863
|
+
|
864
|
+
api.add_operation(:update_case, Seahorse::Model::Operation.new.tap do |o|
|
865
|
+
o.name = "UpdateCase"
|
866
|
+
o.http_method = "POST"
|
867
|
+
o.http_request_uri = "/v1/cases/{caseId}/update-case"
|
868
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCaseRequest)
|
869
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCaseResponse)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
872
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
873
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
879
|
+
end)
|
880
|
+
|
881
|
+
api.add_operation(:update_case_comment, Seahorse::Model::Operation.new.tap do |o|
|
882
|
+
o.name = "UpdateCaseComment"
|
883
|
+
o.http_method = "PUT"
|
884
|
+
o.http_request_uri = "/v1/cases/{caseId}/update-case-comment/{commentId}"
|
885
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCaseCommentRequest)
|
886
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCaseCommentResponse)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
892
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
893
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
894
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
896
|
+
end)
|
897
|
+
|
898
|
+
api.add_operation(:update_case_status, Seahorse::Model::Operation.new.tap do |o|
|
899
|
+
o.name = "UpdateCaseStatus"
|
900
|
+
o.http_method = "POST"
|
901
|
+
o.http_request_uri = "/v1/cases/{caseId}/update-case-status"
|
902
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCaseStatusRequest)
|
903
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCaseStatusResponse)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
912
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
913
|
+
end)
|
914
|
+
|
915
|
+
api.add_operation(:update_membership, Seahorse::Model::Operation.new.tap do |o|
|
916
|
+
o.name = "UpdateMembership"
|
917
|
+
o.http_method = "PUT"
|
918
|
+
o.http_request_uri = "/v1/membership/{membershipId}/update-membership"
|
919
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMembershipRequest)
|
920
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMembershipResponse)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
927
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
930
|
+
end)
|
931
|
+
|
932
|
+
api.add_operation(:update_resolver_type, Seahorse::Model::Operation.new.tap do |o|
|
933
|
+
o.name = "UpdateResolverType"
|
934
|
+
o.http_method = "POST"
|
935
|
+
o.http_request_uri = "/v1/cases/{caseId}/update-resolver-type"
|
936
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateResolverTypeRequest)
|
937
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateResolverTypeResponse)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
941
|
+
o.errors << Shapes::ShapeRef.new(shape: SecurityIncidentResponseNotActiveException)
|
942
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
943
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
944
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
947
|
+
end)
|
948
|
+
end
|
949
|
+
|
950
|
+
end
|
951
|
+
end
|